.mainelement ul {
  margin: 0;
  padding-left: 0;
}

.mainelement li {
  line-height: 25px;
}

.submenu > ul > li > a {
  display: inline;
}

.mainelement ul > li::before {
  content: "";
}

body,
html {
  overflow-x: visible !important;
}

.teaser-boxes .teaser-box .text-element-top p {
  margin-top: 0px;
}

.tx-felogin-pi1 label {
  display: block;
}
.padding-top-30 {
  padding-top: 30px;
}

header {
  height: 150px !important;
  z-index: 1 !important;
}
.white-popup-block {
  z-index: 999 !important;
}

ul.f3-widget-paginator {
  margin-bottom: 20px;
}

ul.f3-widget-paginator li {
  display: inline-block;
  margin: 0 5px;
  overflow: auto;
}

h4.alert-title {
  font-size: 16px;
}

p.alert-message {
  color: #ef7d00;
}

ul.typo3-messages {
  max-width: 800px;
  margin-bottom: 10px;
}

ul.typo3-messages h4.alert-title {
  display: none;
}

ul.typo3-messages li.alert-success {
  background: #E8FFB8;
  padding: 1px 10px 10px 20px;
  margin-bottom: 20px;
}

.left cf {
  padding: 10px;
}

.content {
  padding: 10px;
}

.alert-danger {
  color: #ff0000;
}

.alert-success {

}

.root-directory div {
  display: block;
}

.directory_parent,
.directory {
  display: inline-block !important;
  width: 130px !important;
  min-width: 130px !important;
}

.root-directory .file a {
  font-weight: 700;
  display: block;
  padding: 3px;
  min-width: 400px;
}

.upload-files label {
  min-width: 180px;
}

span.tx-srfreecap-pi1-cant-read {
  white-space: nowrap;
}

p.filter {
  font-weight: bold;
}

p.reset-button {
  margin: 10px 0 20px 0;
}

p.letters {
  margin-bottom: 20px;
}

p.letters a {
  text-decoration: none;
}

input.button-wta,
a button,
.link-button a {
  display: inline-block;
  padding: 5px 10px;
  background: #ef7d00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

input.button-wta {
  border: none;
  padding: 6px 10px;
}

.link-button a:hover {
  text-decoration: none;
  color: #fff;
}

.fa-button {
  font-size: 16px;
}

a button {
  border: none;
}

a.disabled button {
  background: #7F7F7F;
  height: 35px;
  border: none;
}

a.disabled {
  color: #fff;
}

.btn {
  padding: 3px 10px;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  background-color: #fff;
  color: #3d4548;
  /*    color: #ecf0f1;*/
  transition: background-color .3s;
  margin: 0 10px 0 0;
}

.btn:hover, .btn:focus {
  background-color: #3d4548;
  color: #ecf0f1;
}

.btn > * {
  position: relative;
}

.btn span {
  display: block;
  padding: 12px 24px;
}

.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.btn.orange {
  background-color: #ef7d00;
  color: #ffffff;
}

.btn.orange:hover, .btn.orange:focus {
  background-color: #d35400;
}

.btn-strong {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}

.tx-srfeuserregister-pi1-submit {
  padding: 10px 20px !important;
}

.tx-felogin-pi1 form label {
  display: block;
  padding-bottom: 10px;
}

.felogin-form {
  max-width: 600px;
  margin: 40px 0 0 0;
}

.forgot-password {
  margin-top: 20px;
}

.tx-srfeuserregister-pi1 legend {
  padding-right: 0;
  padding-left: 0;
}

.tx-srfeuserregister-pi1 p {
  padding-right: 0;
  padding-left: 0;
}

#tx-srfeuserregister-pi1-fe_users_form {
  max-width: 800px;
}

#tx-srfeuserregister-pi1-fe_users_form legend {
  margin-bottom: 10px;
}
p.tx-srfeuserregister-pi1-notice {
  margin-bottom: 30px;
}

.file-explorer ul {
  padding-left: 10px;
}

.file-explorer ul > li::before {
  content: "";
}

.root-directory {
  background: #e5e5e5;
}

.root-directory div {
  min-width: 200px;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  margin: 10px;
  cursor: pointer;
  border: 1px solid white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

.root-directory div:hover {
  border: 1px solid #E5E5E5;
  background-color: #F7F7F7;
}

.directory_parent {
  display: block !important;
  min-height: 145px;
  position: relative;
  top: 10px;
}

.directory {
  background-image: url('../img/icon_folder.png');
  background-size: 100px;
  background-repeat: no-repeat;
}

.directory .directory-title {
  margin: 104px auto;
  width: 100px;
  display: block;
  color: gray;
}

.directory_parent {
  background-image: url('../img/icon_folder_parent.png');
  background-size: 100px;
  background-repeat: no-repeat;
}

.directory_parent a {
  margin: 104px auto;
  width: 100px;
  display: block;
  color: gray;
}

.directory,
.directory_parent {
  height: 130px;
}

a.popup-modal {
  text-decoration: underline;
  font-size: 16px;
  color: #f07d00 !important;
  display: inline-block;
  text-align: right;
  width: 435px;
  height: 28px;
  background: url("../img/help.png") no-repeat 0 0;
  margin-bottom: 20px;
}

a.popup-modal:hover {
  text-decoration: none;
}

.mfp-content {
  background: #fff;
  z-index: 9999;
  padding: 40px;
}

.teaser-link a {
  text-decoration: none;
}

.teaser-link a:hover {
  text-decoration: underline;
}

.teaser-link {
  margin: 10px 0;
}

.teaser-box span.link-theme:after {
  content: " ";
  padding-left: 4px;
  font-family: 'icons';
  font-size: 16px;
  color: #fff;
}

button[disabled] {
  background: #e5e5e5;
}

.term-checkbox {
  margin-top: 10px;
}

a.terms-link {
  text-decoration: underline;
}

a.terms-link:hover {
  text-decoration: none;
}

.tx-srfeuserregister-pi1-terms {
  margin-bottom: 20px;
}

.cc-revoke, .cc-window {
  bottom: 70px;
}

ul.f3-widget-paginator li.current {
  background: #ef7d00;
  padding: 0 7px;
  color: #fff;
}

.waconcookiemanagement {
  font-family: "Roboto Condensed",Arial,sans-serif;
}

.waconcookiemanagement #CookieBox .cookie-accept .cookie-btn,
.waconcookiemanagement #CookieBox .cookie-save .cookie-btn {
  border: 1px solid #ef7d00;
  text-transform: uppercase;
  background-color: #ef7d00;
  border-radius: 0;
}

.waconcookiemanagement #CookieBox .cookie-accept .cookie-btn,
.waconcookiemanagement #CookieBox .cookie-save .cookie-btn {
  border: 1px solid #ef7d00;
  text-transform: uppercase;
  background-color: #ef7d00;
  border-radius: 0;
}

.waconcookiemanagement #CookieBox .cookie-btn,
.waconcookiemanagement #CookieBox .cookie-management,
.waconcookiemanagement #CookieBox .cookie-refuse {
  background-color: #f2f2f2;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#CookieBox .cookie-btn {
  display: inline-block;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: bold;
  padding: .5em 1em;
  text-decoration: none;
  background: #8dc63f;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  margin: 15px auto;
}

.waconcookiemanagement #CookieBox {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 4px;
}

.waconcookiemanagement #CookieBox .cookieclose {
  border: 2px solid #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
  -webkit-transition: color 0.3s ease,border 0.3s ease;
  -o-transition: color 0.3s ease,border 0.3s ease;
  transition: color 0.3s ease,border 0.3s ease;
}

#CookieBox .cookieclose {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #333;
  padding: 2px 9px;
  font-family: Verdana,sans-serif;
  font-size: 26px;
  color: #fff;
}

.waconcookiemanagement #CookieBox .info-show,
.waconcookiemanagement #CookieBox .info-hide {
  position: relative;
  max-width: 350px;
  padding: 10px 31px 10px 10px;
  margin: 0 auto;
  text-align: left;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: #fff;
}

.waconcookiemanagement #CookieBox .info-show,
.waconcookiemanagement #CookieBox .info-show:hover {
  background-color: white;
}

.waconcookiemanagement #CookieBox .info-show span,
.waconcookiemanagement #CookieBox .info-hide span {
  position: absolute;
  top: 40%;
  right: 15px;
}

#CookieBox .info-show {
  cursor: pointer;
}

#CookieBox h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
}

.waconcookiemanagement #CookieBox .intro > p:not(.cookie-legal) {
  text-align: center;
}

#CookieBox .intro p {
  width: 75%;
}

.waconcookiemanagement-cookiebar {
  position: fixed;
  bottom: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d4548;
  font-family: "Roboto Condensed",Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #8f989b;
  box-shadow: 0 0 10px #8f989b;
}

.waconcookiemanagement-cookiebar .cookiebar_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.waconcookiemanagement-cookiebar .cookiebar_content .cookiebar_buttons {
  width: auto;
  white-space: nowrap;
}

.waconcookiemanagement-cookiebar .cookiebar_content .cookie-accept {
  border: 1px solid #ef7d00;
  background-color: #ef7d00;
  -webkit-transition: background-color 0.3s,color 0.3s;
  -o-transition: background-color 0.3s,color 0.3s;
  transition: background-color 0.3s,color 0.3s;
}

.waconcookiemanagement-cookiebar .cookiebar_content .cookie-impressum,
.waconcookiemanagement-cookiebar .cookiebar_content .cookie-set,
.waconcookiemanagement-cookiebar .cookiebar_content .cookie-accept {
  padding: 5px 12px;
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}

a.cookie-impressum {
  color: #3d4548 !important;
}

.waconcookiemanagement-cookiebar .cookiebar_content .cookie-set,
.waconcookiemanagement-cookiebar .cookiebar_content .cookie-accept {
  border: 1px solid #ef7d00;
  background-color: #ef7d00;
  -webkit-transition: background-color 0.3s,color 0.3s;
  -o-transition: background-color 0.3s,color 0.3s;
  transition: background-color 0.3s,color 0.3s;
}

.waconcookiemanagement #CookieBox .cookie-fix .cookieback,
.waconcookiemanagement #CookieBox .cookie-fix .cookie-refuse {
  background-color: #f2f2f2;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.waconcookiemanagement #CookieBox .cookie-fix .cookieback,
.waconcookiemanagement #CookieBox .cookie-fix .cookie-refuse {
  background-color: #f2f2f2;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#CookieBox .cookie-fix .cookieback,
#CookieBox .cookie-fix .cookie-refuse {
  display: block;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  padding: 5px 20px;
  background-color: #ccc;
  white-space: nowrap;
  width: auto;
}


.waconcookiemanagement #CookieBox .deactivated {
  background-color: #ef7d00;
}

#CookieBox .cookie-fix .cookie-button {
  float: left;
  margin-left: 30px;
}

.cookiebar_hide {
  display: none;
}



#open-help > * + * {
  margin-top: 1rem;
}

#open-help ul {
  list-style-type: circle;
  list-style-position: inside;
}
