<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* moved by compressor */
[data-omcookie-panel-show] {
  cursor: pointer;
}
.om-cookie-panel {
  padding: 25px;
  z-index: 9999;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
  border-top: 1px solid #666;
  font-size: 16px;
  transform: translateY(100%) translateX(0);
  transition: transform 0.5s ease, opacity 0.3s;
  text-align: center;
}
@media (min-width: 1024px) {
  .om-cookie-panel {
    width: 50vw;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
    border-left: 1px solid #666;
    border-right: 1px solid #666;
  }
}
.om-cookie-panel.active {
  transform: translateY(0) translateX(0);
  opacity: 1;
}
@media (min-width: 1024px) {
  .om-cookie-panel.active {
    transform: translateY(0) translateX(-50%);
  }
}
.om-cookie-panel h3 {
  margin: 0;
  padding: 0 0 1em;
  text-align: left;
}
.om-cookie-panel p {
  margin: 0;
  padding: 1em 0;
}
.om-cookie-panel .cookie-panel__checkbox {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #8cad2d;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #8cad2d;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox-wrap {
  display: inline-block;
  line-height: 1.1;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 15px;
}
.om-cookie-panel .cookie-panel__description {
  clear: both;
}
.om-cookie-panel .cookie-panel__link {
  padding-top: 1em;
}
.om-cookie-panel .cookie-panel__button {
  background: #666;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
}
.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .om-cookie-panel .cookie-panel__button {
    width: auto;
    display: inline-block;
  }
  .om-cookie-panel .cookie-panel__button + .cookie-panel__button {
    margin-top: 0;
  }
}
.om-cookie-panel .cookie-panel__button--color--green {
  background-color: #8cad2d;
}
.om-cookie-panel .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}
.om-cookie-panel .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}
.om-cookie-info table {
  border: 1px solid black;
  border-collapse: collapse;
}
.om-cookie-info table th,
.om-cookie-info table td {
  padding: 10px 5px;
  border: 1px solid black;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*# sourceMappingURL=cookie_panel.css.map */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 30px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 30px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 30px; }
    .ce-below .ce-gallery { margin-top: 30px; }

    .ce-column { margin-right: 30px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 30px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_bwjobs" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }
    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }
    .tx-bw-jobs table {
        border-collapse:separate;
        border-spacing:10px;
    }
    .tx-bw-jobs table th {
        font-weight:bold;
    }
    .tx-bw-jobs table td {
        vertical-align:top;
    }
    .typo3-messages .message-error {
        color:red;
    }
    .typo3-messages .message-ok {
        color:green;
    }

.tx-pdv-stellenangebote .typo3-messages {
  margin-bottom: 3rem;
  padding-left: 0;
}
.tx-pdv-stellenangebote .typo3-messages .alert:before {
  display: none;
}
.tx-pdv-stellenangebote .btn {
  padding: 0 1.5rem;
}
.tx-pdv-stellenangebote .btn i {
  padding-right: 1.5rem;
}
.tx-pdv-stellenangebote .btn .prefix {
  margin: 0;
}
.tx-pdv-stellenangebote .btn .prefix + span {
  margin-left: 2rem;
}
.tx-pdv-stellenangebote .jobs-sidebar &gt; div + div {
  margin-top: 3rem;
}
.tx-pdv-stellenangebote .jobs-sidebar .sidebar-headline {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person .contact-image {
  max-width: 150px;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person + .contact-person {
  margin-top: 2rem;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person .contact-name {
  font-size: 1.445em;
  font-weight: bold;
  margin: 0 0 0.25em;
  padding: 0;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person &gt; .row .contact-icons &gt; div + div {
  margin-top: 0.25em;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person &gt; .row .contact-icons .btn {
  background: transparent;
  font-size: 0;
  padding-left: 0;
  padding-right: 0;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person &gt; .row .contact-icons .btn &gt; * {
  font-size: 1.9rem;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person &gt; .row .contact-icons .btn &gt; * + * {
  margin-left: 1rem;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person &gt; .row .contact-icons i {
  border: 0 none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.tx-pdv-stellenangebote .jobs-sidebar .contact-person .modal .modal-dialog .modal-content .contact-image {
  max-width: 150px;
}
.tx-pdv-stellenangebote .jobs-sidebar .modal .modal-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 15px 15px 20px;
}
.tx-pdv-stellenangebote .jobs-sidebar .modal .modal-dialog .modal-content .close {
  color: #212121;
  font-size: 35px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: 0.25em;
  top: 0.1em;
  z-index: 1;
}
@media (max-width: 520px) {
  .tx-pdv-stellenangebote .jobs-sidebar .modal .modal-dialog .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.tx-pdv-stellenangebote .jobs-total {
  display: inline;
}
.tx-pdv-stellenangebote .job-filter {
  margin-bottom: 5rem;
}
.tx-pdv-stellenangebote .job-filter .form-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .tx-pdv-stellenangebote .job-filter .form-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .tx-pdv-stellenangebote .job-filter .form-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.tx-pdv-stellenangebote .job-filter .form-row &gt; .col,
.tx-pdv-stellenangebote .job-filter .form-row &gt; [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tx-pdv-stellenangebote .job-filter .form-row &gt; .col,
.tx-pdv-stellenangebote .job-filter .form-row &gt; [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .tx-pdv-stellenangebote .job-filter .form-row &gt; .col,
.tx-pdv-stellenangebote .job-filter .form-row &gt; [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tx-pdv-stellenangebote .job-filter .form-control {
  border-radius: 0;
  border: 1px solid #707070;
  color: #212121;
  font-size: 1.8rem;
  margin-top: 2rem;
  padding: 0.4em 1em;
}
.tx-pdv-stellenangebote .job-filter .form-control::placeholder {
  color: #d8d8d8 !important;
}
.tx-pdv-stellenangebote .job-filter .btn {
  margin-right: 1rem;
  margin-top: 1rem;
}
.tx-pdv-stellenangebote .job-filter .btn[data-toggle] {
  display: inline-table;
  padding-right: 3.8rem;
  position: relative;
}
.tx-pdv-stellenangebote .job-filter .btn[data-toggle]:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.4em 0 0.4em;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: inherit;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: rotate(-180deg) translateY(50%);
}
.tx-pdv-stellenangebote .job-filter .btn[data-toggle].colapsed:after {
  transform: rotate(0deg) translateY(-50%);
}
.tx-pdv-stellenangebote .job-filter .card {
  padding: 1.25rem 1.25rem 3.25rem;
}
.tx-pdv-stellenangebote .job-filter select.form-control {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"&gt;&lt;path d="M6 9l6 6 6-6"/&gt;&lt;/svg&gt;');
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 1.25em auto;
  -webkit-appearance: none;
}
.tx-pdv-stellenangebote .job-filter select.form-control option {
  font-size: 0.75em;
}
.tx-pdv-stellenangebote .job-filter .filter-searchbar {
  position: relative;
}
.tx-pdv-stellenangebote .job-filter .filter-searchbar .form-control {
  padding-right: 22.5%;
}
@media (min-width: 768px) {
  .tx-pdv-stellenangebote .job-filter .filter-searchbar .form-control {
    padding-right: 17.5%;
  }
}
@media (min-width: 992px) {
  .tx-pdv-stellenangebote .job-filter .filter-searchbar .form-control {
    padding-right: 12%;
  }
}
.tx-pdv-stellenangebote .job-filter .filter-searchbar .filter-searchbar-icons {
  color: #d8d8d8;
  font-size: 1.25em;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.tx-pdv-stellenangebote .job-filter .filter-searchbar .filter-searchbar-icons &gt; span {
  cursor: pointer;
  display: inline-block;
}
.tx-pdv-stellenangebote .job-filter .filter-searchbar .filter-searchbar-icons &gt; span + span {
  margin-left: 0.5em;
}
.tx-pdv-stellenangebote .job-filter .filter-searchbar .filter-searchbar-icons &gt; span.icon-close {
  font-size: 1.1em;
}

.form-row .btn.btn-autoload {
  display: inline-block;
  font-size: 0.89em;
}
.form-row .btn.btn-autoload:not(:hover) {
  background-color: #f0f0f0;
}
.form-row .btn.btn-autoload:active, .form-row .btn.btn-autoload:focus {
  background-color: #f0f0f0;
  color: #005524;
}
.form-row .btn.btn-autoload i {
  border-right: 0;
  display: inline-block;
  margin-right: 0;
  padding: 0.25rem 0;
}
.form-row .btn.btn-autoload span {
  margin-left: 0;
}
.form-row .btn.btn-autoload .active {
  display: block;
}
.form-row .btn.btn-autoload .inactive {
  display: none;
}
.form-row .btn.btn-autoload.disabled {
  opacity: 1;
  pointer-events: all;
}
.form-row .btn.btn-autoload.disabled .active {
  display: none;
}
.form-row .btn.btn-autoload.disabled .inactive {
  display: block;
}
form.scrolled .form-row .btn.btn-autoload {
  bottom: 1rem;
  box-shadow: 0 0 4px 0 #aaa !important;
  font-weight: normal;
  margin: 0;
  position: fixed;
  right: 1rem;
  line-height: 1.2;
  padding: 0.7rem 1rem 0.6rem;
  z-index: 2;
  animation: 1s fixedBottom;
}

.infinite-scroll .loading-bar {
  display: none;
  opacity: 0;
}

@keyframes fixedBottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tx-pdv-stellenangebote .jobs-wrapper {
  overflow-anchor: none;
}
.tx-pdv-stellenangebote .job-list.loading:after {
  -webkit-font-smoothing: antialiased;
  content: "\f110";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-size: 2em;
  margin: 1rem 0;
  position: relative;
  text-align: center;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.tx-pdv-stellenangebote .job-list .job {
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 1.5rem #d8d8d8;
  margin-bottom: 3rem;
  position: relative;
}
.tx-pdv-stellenangebote .job-list .job .card-body,
.tx-pdv-stellenangebote .job-list .job .card-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tx-pdv-stellenangebote .job-list .job .card-body {
  padding-bottom: 2.5rem;
  padding-top: 2rem;
}
.tx-pdv-stellenangebote .job-list .job .card-body .job-company-logo {
  display: block;
  height: auto;
  margin-bottom: 1rem;
  max-width: 10rem;
}
.tx-pdv-stellenangebote .job-list .job .card-body .job-title {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
.tx-pdv-stellenangebote .job-list .job .card-body .job-location-name {
  display: block;
  font-size: 1.7rem;
}
.tx-pdv-stellenangebote .job-list .job .card-footer {
  background-color: #d8d8d8;
  border-top: 0 none;
  font-size: 1.4rem;
  font-weight: bold;
}
.tx-pdv-stellenangebote .job-list .job .card-footer i {
  font-size: 1.1em;
  padding-right: 0.4em;
}
@media (max-width: 767px) {
  .tx-pdv-stellenangebote .job-list .job .card-footer &gt; .row &gt; div + div {
    margin-top: 0.4rem;
  }
}
.tx-pdv-stellenangebote .job-list .job .card-footer span.job-fulltime-coondition, .tx-pdv-stellenangebote .job-list .job .card-footer span.job-location, .tx-pdv-stellenangebote .job-list .job .card-footer span.job-termcontract {
  display: flex;
}
.tx-pdv-stellenangebote .job-list .job .card-footer span.job-fulltime-coondition i, .tx-pdv-stellenangebote .job-list .job .card-footer span.job-location i, .tx-pdv-stellenangebote .job-list .job .card-footer span.job-termcontract i {
  margin-top: 0.25em;
}
.tx-pdv-stellenangebote .job-list .job .stretched-link {
  font-size: 0;
  line-height: 0;
}
.tx-pdv-stellenangebote .job-list .job .stretched-link:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tx-pdv-stellenangebote .loading-bar {
  margin-top: 6rem;
  opacity: 1;
  transition: 0.3s;
}
.tx-pdv-stellenangebote .loading-bar .btn {
  text-align: left;
  min-width: 40%;
}

.tx-pdv-stellenangebote .job-detail .btn-primary {
  font-size: 1em;
  padding: 0.3em 2em;
}
.tx-pdv-stellenangebote .job-detail .btn-primary.shadowed {
  box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.26) !important;
}
.tx-pdv-stellenangebote .job-detail .job-header .job-company-logo img {
  height: auto;
  max-width: 15rem;
}
.tx-pdv-stellenangebote .job-detail .job-header .job-title {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 2rem;
}
.tx-pdv-stellenangebote .job-detail .job-header .job-location-name {
  font-size: 0.85em;
  font-weight: bold;
}
.tx-pdv-stellenangebote .job-detail .job-header .job-shortinfos {
  font-weight: bold;
  margin-bottom: 2.75rem;
  margin-top: 2rem;
}
.tx-pdv-stellenangebote .job-detail .job-header .job-shortinfos i {
  display: inline-block;
  min-width: 25px;
}
@media (max-width: 767px) {
  .tx-pdv-stellenangebote .job-detail .job-header .job-shortinfos &gt; div + div {
    margin-top: 0.4rem;
  }
}
.tx-pdv-stellenangebote .job-detail .job-body {
  margin-top: 3rem;
}
.tx-pdv-stellenangebote .job-detail .job-body .job-texts &gt; div {
  margin-bottom: 3rem;
}
.tx-pdv-stellenangebote .job-detail .job-body .job-texts &gt; div .section-headline {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.tx-pdv-stellenangebote .job-detail .job-body .jobs-sidebar .job-company .job-company-logo {
  display: block;
  height: auto;
  margin: 0 0 1em;
  max-width: 15rem;
}
.tx-pdv-stellenangebote .job-detail .job-body .jobs-sidebar .job-company .job-company-information span {
  display: block;
}
.tx-pdv-stellenangebote .job-detail .job-detail-quicklinks {
  margin: 6rem -20px 0;
}
.tx-pdv-stellenangebote .job-detail .job-detail-quicklinks &gt; div {
  padding-left: 20px;
  padding-right: 20px;
}
.tx-pdv-stellenangebote .job-detail .job-detail-quicklinks .btn {
  width: 100%;
}

#application-form .form-row {
  font-size: 18px;
  margin: 0 -25px 3.5rem -25px;
}
#application-form .form-row &gt; .col,
#application-form .form-row &gt; [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
#application-form .form-row .required-field .form-label:after,
#application-form .form-row .required-field .form-check-label:after {
  content: "*";
}
#application-form .form-row .required-field.multiple-checkboxes .multiple-checkboxes-label {
  font-weight: bold;
}
#application-form .form-row .required-field.multiple-checkboxes .multiple-checkboxes-label:after {
  content: "*";
  display: inline-block;
  font-size: 0.7em;
  margin-left: -2px;
  position: relative;
  top: -5px;
}
#application-form .form-row .required-field.multiple-checkboxes .form-check-label:after {
  content: none;
}
#application-form .form-row .form-label {
  font-weight: bold;
}
#application-form .form-row .form-control {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 0;
  font-size: 2rem;
  font-weight: bold;
}
#application-form .form-row .form-control[type=file] {
  font-weight: normal;
}
#application-form .form-row .form-control[type=file] + input[type=file] {
  margin-top: 1.5rem;
}
#application-form .form-row .form-text {
  font-weight: bold;
}
#application-form .form-row .form-check {
  padding-left: 2.5rem;
}
#application-form .form-row .form-check .form-check-input {
  margin-left: -2.5rem;
  margin-top: 0.75rem;
  display: grid;
  place-content: center;
}
#application-form .form-row .form-check .form-check-input::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
#application-form .form-row .form-check .form-check-input:checked::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  transform: scale(1);
}
#application-form .form-row .files-more {
  cursor: pointer;
}
#application-form .form-row .form-text-data-protection {
  background: white;
  border: 1px solid #707070;
  border-radius: 4px;
  height: 25rem;
  max-height: 80vh;
  margin-bottom: 2rem;
  overflow: hidden;
}
#application-form .form-row .form-text-data-protection &gt; div {
  height: 100%;
  overflow: hidden scroll;
  padding: 2rem;
  width: 100%;
}
#application-form .form-row .form-text-data-protection .container {
  padding: 0;
}

.tx-pdv-stellenangebote .contact-overlay-container .modal .modal-dialog .modal-content .close {
  top: 0.1em;
}
.tx-pdv-stellenangebote .contact-overlay-container .modal .modal-dialog .modal-content .modal-body &gt; div {
  margin-top: 4rem;
  padding: 2rem;
}
.tx-pdv-stellenangebote .contact-overlay-container .modal .modal-dialog .modal-content .modal-body &gt; div h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.tx-pdv-stellenangebote .contact-overlay-container .modal .modal-dialog .modal-content .modal-body &gt; div .form-group {
  margin-bottom: 1.1rem;
}
.tx-pdv-stellenangebote .contact-overlay-container .modal .modal-dialog .modal-content .modal-body &gt; div .form-group.required-field label:after {
  content: "*";
  padding: 0 0 0 0.25em;
}
.tx-pdv-stellenangebote .contact-overlay-container .modal .modal-dialog .modal-content .modal-body &gt; div form .form-control {
  font-size: 0.9em;
  padding: 0.5rem 1rem;
}
.tx-pdv-stellenangebote .contact-overlay-container .modal .modal-dialog .modal-content .modal-body &gt; div p.description-text {
  font-size: 0.85em;
  line-height: 1.2;
  margin-top: 1em;
}
.tx-pdv-stellenangebote .contact-overlay-container .modal .modal-dialog .modal-content .modal-body &gt; div button[type=submit] {
  margin-left: auto;
}

/*# sourceMappingURL=pdv_jobs.css.map */

.tx-pdv-events .startdate,
.tx-pdv-events .enddate {
  display: inline-block;
}
.tx-pdv-events .startdate span.date-day,
.tx-pdv-events .enddate span.date-day {
  display: inline-block;
  min-width: 5rem;
}
@media (min-width: 768px) {
  .tx-pdv-events .startdate span.date-day,
.tx-pdv-events .enddate span.date-day {
    min-width: 4.7rem;
  }
}
.tx-pdv-events .startdate span.date-day:after,
.tx-pdv-events .enddate span.date-day:after {
  content: "|";
  float: right;
  padding: 0 0.75rem 0 0.5rem;
}
.tx-pdv-events .startdate span.date-fulldate,
.tx-pdv-events .enddate span.date-fulldate {
  clear: both;
  display: inline-block;
  float: none;
}
.tx-pdv-events .startdate:first-child:after {
  content: "-";
  font-size: 1.1em;
  padding: 0 0.8rem;
}
.tx-pdv-events .startdate:last-child:after {
  content: none;
  display: none;
}

.tx-pdv-events .events-list-intro {
  color: #707070;
  margin-bottom: 4rem;
}
.tx-pdv-events .events-list-intro p {
  color: inherit;
}
.tx-pdv-events .event-filter .form-control {
  margin-bottom: 1.5rem;
}
.tx-pdv-events .events-list &gt; header {
  font-size: 1.4em;
  margin: 5rem 0 3rem;
}
.tx-pdv-events .events-list &gt; header:first-child {
  margin-top: 3rem;
}
.tx-pdv-events .events-list .event {
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 1.5rem #d8d8d8;
  margin-bottom: 3rem;
  position: relative;
}
.tx-pdv-events .events-list .event .card-body {
  padding: 2rem 3rem 2.5rem;
}
.tx-pdv-events .events-list .event .card-body .event-title {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
}
.tx-pdv-events .events-list .event .card-body .event-location {
  color: #212121;
  font-weight: bold;
}
.tx-pdv-events .events-list .event .card-body img {
  height: auto;
  max-width: 10rem;
}
.tx-pdv-events .events-list .event .card-footer {
  color: white;
  padding: 0.75rem 3rem;
}
.tx-pdv-events .events-list .event .card-footer .row &gt; div:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .tx-pdv-events .events-list .event .card-footer .row &gt; div:not(:first-child) {
    margin-top: 0;
  }
}
.tx-pdv-events .events-list .event .stretched-link:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tx-pdv-events .events-list.loading:after {
  -webkit-font-smoothing: antialiased;
  content: "\f110";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-size: 2em;
  margin: 1rem 0;
  position: relative;
  text-align: center;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.tx-pdv-events .loading-bar {
  margin-top: 6rem;
}
.tx-pdv-events .loading-bar .btn {
  text-align: left;
  min-width: 40%;
}

.tx-pdv-events .job-detail .company-logo {
  margin-bottom: 3rem;
}
.tx-pdv-events .job-detail .company-title {
  font-size: 1.6em;
  font-weight: bold;
}
.tx-pdv-events .job-detail h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.tx-pdv-events .job-detail img,
.tx-pdv-events .job-detail video {
  height: auto;
  margin-bottom: 2rem;
  max-width: 100%;
}
.tx-pdv-events .job-detail img:not(.company-logo) {
  max-height: 470px;
  width: auto;
}
.tx-pdv-events .job-detail .event-text {
  margin-bottom: 2rem;
}
.tx-pdv-events .job-detail .row-btn .btn {
  font-size: 1em;
  padding: 0.3em 2em;
  width: 100%;
}

.tx-pdv-events .event-registration header &gt; * {
  font-size: 1.25em;
}
.tx-pdv-events .event-registration .form-label {
  font-weight: bold;
}
.tx-pdv-events .event-registration .form-row {
  font-size: 18px;
  margin: 0 -25px 3.5rem -25px;
}
.tx-pdv-events .event-registration .form-row &gt; .col,
.tx-pdv-events .event-registration .form-row &gt; [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
.tx-pdv-events .event-registration .form-row .form-check {
  padding-left: 2.5rem;
}
.tx-pdv-events .event-registration .form-row .form-check .form-check-input {
  margin-top: 0.75rem;
  display: grid;
  place-content: center;
}
.tx-pdv-events .event-registration .form-row .form-check .form-check-input::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
.tx-pdv-events .event-registration .form-row .form-check .form-check-input:checked::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  transform: scale(1);
}

/*# sourceMappingURL=pdv_events.css.map */

.window-difference-game .image-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.window-difference-game .difference-image-container {
	position: relative;
	overflow: hidden;
}

.window-difference-game .position-circle {
	position:absolute;
	border-radius: 50%;
	border: rgba(0, 174, 255, 0.76) 2px solid;
	display: none;
}

.window-difference-game svg circle {
	fill: transparent;
	stroke: rgba(0, 174, 255, 0.76);
	stroke-width: 4px;
}

.window-difference-game .position-circle.visible {
	display: inline;
}

.window-difference-game .header,
.window-difference-game .bodytext {
	max-width: 500px;
}

.window-difference-game .text-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.window-difference-game .winnings {
	margin-bottom: 20px;
}

.window-difference-game .header,
.window-difference-game .bodytext {
	max-width: 1100px;
}

.window-multiple-question-lottery .correct {
	color: green;
}

.window-multiple-question-lottery .incorrect {
	color: red;
}

/* Basic sample */

.window-flip-book .flipbook-viewport{
	margin: 20px;
	height:100%;
}

.window-flip-book .flipbook-viewport .flipbook-container{
	margin: auto auto 20px;
}

.window-flip-book .flipbook-viewport .flipbook{
	transition: margin-left 0.2s;
}

.window-flip-book .flipbook-viewport .page{
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.window-flip-book .flipbook-viewport .page .page-content{
	width: 100%;
	height: 100%;
	padding:20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.window-flip-book .flipbook-viewport .page .page-content .page-img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.window-flip-book .flipbook-viewport .page.odd {
	background: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
}

.window-flip-book .flipbook-viewport .page.even {
	background: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
}

.window-flip-book .flipbook-viewport .page.hard{
	background: #ccc !important;
	box-shadow: inset 0 0 5px #666 !important;
}

.window-flip-book .flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.window-flip-book .flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.window-flip-book .flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon.eot?8orpmb');
  src:  url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon.eot?8orpmb#iefix') format('embedded-opentype'),
    url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon.ttf?8orpmb') format('truetype'),
    url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon.woff?8orpmb') format('woff'),
    url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon.svg?8orpmb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon-v2';
  src:  url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon-v2.eot?8orpmb');
  src:  url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon-v2.eot?8orpmb#iefix') format('embedded-opentype'),
    url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon-v2.ttf?8orpmb') format('truetype'),
    url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon-v2.woff?8orpmb') format('woff'),
    url('../../../_assets/f75164861db9ea24c27eba7db301672c/pdv_iconfont/fonts/icomoon-v2.svg?8orpmb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-v2-"], [class*=" icon-v2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-v2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pdv_icon_thinarrow_right:before {
  content: "\e900";
}
.icon-pdv_icon_thinarrow_left:before {
  content: "\e901";
}
.icon-pdv_icon_suchen:before {
  content: "\e902";
}
.icon-pdv_icon_size:before {
  content: "\e903";
}
.icon-pdv_icon_schrift-neutral:before {
  content: "\e904";
}
.icon-pdv_icon_schrift-kleiner:before {
  content: "\e905";
}
.icon-pdv_icon_schrift-groesser:before {
  content: "\e906";
}
.icon-pdv_icon_rooms:before {
  content: "\e907";
}
.icon-pdv_icon_phone:before {
  content: "\e908";
}
.icon-pdv_icon_marker:before {
  content: "\e909";
}
.icon-pdv_icon_mail:before {
  content: "\e90a";
}
.icon-pdv_icon_leichte-sprache:before {
  content: "\e90b";
}
.icon-pdv_icon_kaution:before {
  content: "\e90c";
}
.icon-pdv_icon_fax:before {
  content: "\e90d";
}
.icon-pdv_icon_farben-umkehren:before {
  content: "\e90e";
}
.icon-pdv_icon_false:before {
  content: "\e90f";
}
.icon-pdv_icon_ext_outline:before {
  content: "\e910";
}
.icon-pdv_icon_ext:before {
  content: "\e911";
}
.icon-pdv_icon_euro:before {
  content: "\e912";
}
.icon-pdv_icon_eilmeldung:before {
  content: "\e913";
}
.icon-pdv_icon_download:before {
  content: "\e914";
}
.icon-pdv_icon_close:before {
  content: "\e915";
}
.icon-pdv_icon_check:before {
  content: "\e916";
}
.icon-pdv_icon_burgermenu:before {
  content: "\e917";
}
.icon-pdv_icon_back-to-top_outline:before {
  content: "\e918";
}
.icon-pdv_icon_back-to-top:before {
  content: "\e919";
}
.icon-pdv_icon_arrowoutline_round_right:before {
  content: "\e91a";
}
.icon-pdv_icon_arrowoutline_round_left:before {
  content: "\e91b";
}
.icon-pdv_icon_arrow_up:before {
  content: "\e91c";
}
.icon-pdv_icon_arrow_round_right:before {
  content: "\e91d";
}
.icon-pdv_icon_arrow_round_left:before {
  content: "\e91e";
}
.icon-pdv_icon_arrow_right:before {
  content: "\e91f";
}
.icon-pdv_icon_arrow_left:before {
  content: "\e920";
}
.icon-pdv_icon_arrow_down:before {
  content: "\e921";
}

.icon-v2-icon_arrow_round_right_square:before {
  content: "\e901";
}
@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-regular.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-regular.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-regular.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-regular.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-regular.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-regular.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:500;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:800;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:400;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-italic.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-italic.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-italic.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-italic.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-italic.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-italic.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:500;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500italic.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500italic.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500italic.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500italic.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500italic.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-500italic.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:600;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600italic.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600italic.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600italic.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600italic.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600italic.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-600italic.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:700;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700italic.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700italic.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700italic.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700italic.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700italic.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-700italic.svg#OpenSans') format("svg")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:800;src:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800italic.eot');src:local(""), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800italic.eot?#iefix') format("embedded-opentype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800italic.woff2') format("woff2"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800italic.woff') format("woff"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800italic.ttf') format("truetype"), url('../../../_assets/f75164861db9ea24c27eba7db301672c/Fonts/open-sans-v27-latin-800italic.svg#OpenSans') format("svg")}.leaflet-optin{background-image:url('../../../_assets/f75164861db9ea24c27eba7db301672c/Images/map_greifswald.svg')}

.img-fluid{width:100%}a svg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}[type="reset"],[type="submit"],button,html [type="button"]{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.size-4{font-size:40% !important}html.size-5{font-size:50% !important}html,html.size-6{font-size:62.5% !important}html.size-7{font-size:70% !important}html.size-8{font-size:80% !important}html.size-9{font-size:90% !important}html.size-10{font-size:100% !important}body{margin-top:6rem;display:flex;flex-direction:column}body&gt;.frame-type-ugpd_slider{order:1}@media (min-width:992px){body{margin-top:9.7rem}}@media (min-width:1200px){body{margin-top:10rem}}#homeNavigation{position:static;order:2}.pageFooter{order:3}.partnerLogos{order:4}#pageComments{order:5}@media (min-width:768px){_:-ms-fullscreen,:root body .brand-container svg{position:relative;width:16rem;float:left;left:-1rem;top:0}}h,h small,h1,h1 small,h2,h2 small,h3,h3 small,h4,h4 small,h5,h5 small,h6,h6 small{font-size:inherit;line-height:inherit;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;font-weight:inherit;hyphens:auto}p{font-size:1.8rem;line-height:2.9rem;margin-bottom:2rem}p:last-child{margin-bottom:0}p.intro,.intro p{padding-bottom:2rem;font-size:2.5rem;font-family:Georgia;font-style:italic}a,a:hover,a:active,a:focus,a.btn,a.btn:hover,a.btn:active,a.btn:focus{text-decoration:none;transition:color 0.1s linear 0s, background-color 0.1s linear, border-bottom 0.1s linear;box-shadow:none}body{font-size:1.8rem;font-family:"Open Sans", sans-serif !important}body&gt;section{padding-top:10rem;padding-bottom:10rem}.ce-bodytext a,.card-body a,.news-text-wrap a,#job-description a,#job-requirements a,#job-offers a{border-bottom:0.2rem solid}.ce-bodytext p+ul,.card-body p+ul,.news-text-wrap p+ul,#job-description p+ul,#job-requirements p+ul,#job-offers p+ul{margin-top:-2rem;margin-bottom:2rem}.zebra ul{list-style:none}.zebra li::before{content:"▪︎";display:inline-block;width:3rem;font-size:3rem;margin-left:-3rem;top:0.4rem;height:1rem;position:relative}.pagination li::before,.tx-indexedsearch-browsebox li::before{display:none}.headerImage .row{flex-wrap:wrap-reverse}@media (min-width:992px){.headerImage .row{flex-wrap:wrap}}.container{padding:0rem 1.5rem;padding-bottom:0rem}.zebra .container{padding-top:4rem;padding-bottom:4rem}.zebra .frame{margin-bottom:3rem}.zebra .frame:last-child{margin-bottom:0}.zebra .frame .frame.frame-type-header{margin-bottom:0rem}.zebra .frame .frame:last-child,.zebra .frame .frame.frame-type-header{margin-bottom:0}.zebra .frame .accordion .frame{margin:0}.card{background-color:transparent}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) .border-main,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) .border-main{border:0}.pageHeader{position:fixed;z-index:1000;top:0;left:0;right:0;font-weight:500}.pageHeader span{display:inline}.pageHeader .headstrip{width:100%;text-align:right;font-size:1.2rem;line-height:1.2rem;padding-right:7rem;font-weight:bold;text-transform:uppercase}.pageHeader .headstrip .config-item{padding:0.7rem 2rem;display:inline-block;letter-spacing:0.1rem;position:relative}.pageHeader .config-item.reverse span,.pageHeader .config-item.search span{display:inline-block;margin-left:1.5rem}.pageHeader .config-item.search span{position:absolute;top:0.35rem}.pageHeader a{text-decoration:none}.pageHeader .logo,.pageHeader .logo *{transition:350ms;transition-property:width, height, top, left}.pageHeader .logo .header,.pageHeader .logo .footer{opacity:0}.pageHeader .logo{position:relative;float:left}.pageHeader .logo svg{height:5rem;width:auto;position:absolute;top:0.5rem;left:1rem;padding:0.6rem}.pageHeader .logo a{border-bottom:none}.pageHeader .btn-menu{float:right}@media (min-width:768px){.pageHeader .logo svg{width:auto;height:6rem;padding:0.5rem;position:static}.pageHeader .logo svg .header,.pageHeader .logo svg .footer{opacity:1}.pageHeader .brand-container{position:absolute;z-index:5;left:1.3rem}.pageHeader .fas,.pageHeader .far,.pageHeader .icon-pdv_icon_farben-umkehren,.pageHeader .icon-pdv_icon_suchen{margin-left:1.5rem;font-size:1.7rem}}@media (min-width:992px){.pageHeader .brand-container{left:5rem}}@media (min-width:1200px){.pageHeader #mainNavigation&gt;.container{display:block;float:none}.pageHeader .btn-menu{display:none}.pageHeader .logo svg{width:auto;height:6rem;padding:0.5rem;position:static}.pageHeader .logo svg .header,.pageHeader .logo svg .footer{opacity:1}}@media (min-width:1500px){.pageHeader #mainNavigation&gt;.container{margin-left:auto}}.toolbar{position:relative;display:none;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0}@media (min-width:992px){.toolbar{display:flex}}span.line-under-toolbar{display:block;position:relative;height:0.3rem;margin-top:-0.3rem}.menu-close{margin-left:1rem}.btn-invert{outline:none}a.menu-item{text-transform:none;padding-left:1.5rem}a.menu-item.page-external::after,a.menu-item.sub::after{font-family:"Font Awesome 5 Free";right:2rem;font-weight:900;font-size:3.5rem;position:absolute}a.menu-item.page-external::after{content:" "}#mainNavigation{border-bottom:0.5rem solid}#mainNavigation.open&gt;.container .row,#mainNavigation.open&gt;.container .navbar{display:block}#mainNavigation&gt;.container .row,#mainNavigation&gt;.container .navbar{display:none}@media (min-width:1200px){#mainNavigation&gt;.container{display:none;float:left;margin-left:20rem}#mainNavigation&gt;.container .row,#mainNavigation&gt;.container .navbar{display:flex}#mainNavigation&gt;.container .col-sm{flex:1 0 21%}}#mainNavigation .btnCloseMenu{font-size:1.8rem;line-height:2.4rem;padding:1.2rem 1.8rem;padding-left:0.5rem;font-weight:normal;text-align:left}#mainNavigation .btnCloseMenu i{border-right:none;float:right;margin-top:0.5rem;margin-left:0}#mainNavigation .navbar{padding:0rem;align-items:flex-start;justify-content:flex-start}#mainNavigation .btnCloseMenu{display:none}#mainNavigation a.active.current{font-weight:bold}@media (min-width:1200px){#mainNavigation .btnCloseMenu{display:block}#mainNavigation .dropdown{float:left;position:static}}#mainNavigation .level-0&gt;.dropdown-content{border-top:0.5rem solid}#mainNavigation .level-0&gt;a{line-height:4rem;display:inline-block;width:100%;padding:1.4rem 2rem;font-weight:bold}#mainNavigation ul{list-style:none;padding:0;margin:0}#mainNavigation ul.level-1&gt;li&gt;a{border-bottom:0.1rem solid;display:inline-block;width:100%}@media (min-width:1200px){#mainNavigation ul.level-1&gt;li&gt;a{font-weight:bold}}#mainNavigation ul.level-1 ul a.active{font-weight:bold}#mainNavigation ul.level-1 a{line-height:2.6rem;display:block;padding:0.7rem}#mainNavigation .dropdown-content{display:none;position:fixed;width:100%;left:0;z-index:1;padding-bottom:6rem}#mainNavigation .dropdown.open .dropdown-content{display:flex}#mainNavigation .row:after{content:"";display:table;clear:both}#mainNavigation .additional{margin-top:2.5rem;margin-bottom:3rem}#mainNavigation .additional a{display:block;font-size:1.4rem;font-weight:500;line-height:1.2rem;align:left;padding-top:1.5rem;padding-rem:1.5rem}#mainNavigation .additional a .fas,#mainNavigation .additional a .icon-pdv_icon_farben-umkehren{padding-left:3rem;padding-right:1.5rem}#homeNavigation{display:block;right:0;top:21rem;z-index:1}@media (min-width:992px){#homeNavigation{position:absolute}}#homeNavigation li{border-radius:0 !important;border-right:1.5rem solid}#homeNavigation a{font-size:2rem;word-wrap:break-word;padding:0 2rem;line-height:7rem;width:23rem;white-space:normal;display:table-cell;vertical-align:middle;text-align:left;font-weight:bold;display:block}#homeNavigation ul{z-index:2;position:relative;margin-bottom:2.5rem;width:100%}.menuOverlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0;transition:opacity 0.3s linear;pointer-events:none}.menuOverlay.visible{z-index:4;opacity:0.6}@media (max-width:1199px){#mainNavigation .container{max-width:none;width:100%}#mainNavigation ul.level-1 a{padding:1.4rem 5rem;padding-right:0}#mainNavigation ul.level-1 a&gt;a{font-weight:500;font-size:2rem;line-height:2.7rem}#mainNavigation ul.level-1 a&gt;ul&gt;a{font-weight:normal}#mainNavigation .additional .headerSearchForm{display:block;padding-top:1.3rem}#mainNavigation .additional .headerSearchForm form{padding:0}#mainNavigation .additional .headerSearchForm form .main-search .input-row,#mainNavigation .additional .headerSearchForm form .input-row{float:none}#mainNavigation .additional .headerSearchForm form .form-group .tx-indexedsearch-searchbox-sword{padding:1.4rem 4rem;color:black;margin-top:-4rem;padding-right:0}#mainNavigation .additional .headerSearchForm form .form-group{padding:0 2.5rem;display:block}#mainNavigation .additional .headerSearchForm form .icon-pdv_icon_suchen{padding-left:0}#mainNavigation&gt;.container{overflow:auto;clear:both;margin:0}#mainNavigation&gt;.container .col-sm{padding-left:0;padding-right:0;min-height:auto}#mainNavigation&gt;.container a{font-size:2rem;line-height:2.7rem}#mainNavigation&gt;.container .level-0&gt;a{font-weight:bold;border-left:1rem solid;padding-left:4rem}#mainNavigation&gt;.container *{position:static !important}#mainNavigation .level-0&gt;.dropdown-content{border-top:none;padding-bottom:0}#mainNavigation .level-0 a{padding-right:0}#mainNavigation .level-0.open&gt;a.sub.dropbtn::after{content:""}#mainNavigation .level-0&gt;a.sub.dropbtn::after{content:"";display:inline-block;float:right;margin-right:2rem;font-weight:900;font-family:"Font Awesome 5 Free";transition:transform 150ms linear;transform:rotate(0deg)}#mainNavigation ul.level-1 a{border-bottom:0 !important;background-color:transparent !important}#mainNavigation ul.level-1 a.sub.dropbtn::after{content:"";display:inline-block;float:right;margin-right:2rem;font-weight:900;font-family:"Font Awesome 5 Free";transition:transform 150ms linear;transform:rotate(0deg)}#mainNavigation ul.level-1 ul{display:none}#mainNavigation ul.level-1.open ul{display:block}#mainNavigation ul.level-1.open ul li a{padding-left:8.1rem}#mainNavigation ul.level-1.open ul li a::before{content:"―";display:inline-block;position:relative;margin-left:-3.1rem;padding-right:1.6rem}#mainNavigation ul.level-1.open a.dropbtn::after{transform:rotate(90deg)}}@media (max-width:767px){#mainNavigation&gt;.container a{font-size:1.5rem;line-height:2rem !important}#mainNavigation&gt;.container .level-0&gt;a{padding-left:2rem}#mainNavigation .additional a{font-size:1.4rem}#mainNavigation .additional .fas,#mainNavigation .additional .far,#mainNavigation .additional .icon-pdv_icon_farben-umkehren,#mainNavigation .additional .icon-pdv_icon_suchen{font-size:1.7rem}#mainNavigation ul.level-1 ul li a{padding-left:3rem}#mainNavigation ul.level-1 a{padding-left:1.4rem 3rem;font-weight:500;font-size:1.5rem;line-height:2rem}}ul,ul::before,li,li::before{list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)}.breadcrumb{margin-left:2rem;margin-top:1rem;margin-bottom:1rem;font-size:1.6rem;line-height:2.5rem;padding:0;font-weight:bold;background-color:transparent}.breadcrumb span,.breadcrumb span a{padding-right:0.5rem;font-size:1.6rem}@media (min-width:992px){.breadcrumb{margin-left:5.5rem}}body:not(.siteroot)&gt;footer:not(.pageFooter){margin-top:5rem}body&gt;footer{padding:40px 7rem;font-size:1.5rem}body&gt;footer ul,body&gt;footer li{list-style:none;padding-left:0}body&gt;footer a{font-weight:bold;padding-bottom:2.5rem;display:block}body&gt;footer a:hover{text-decoration:underline}body&gt;footer .footer_menu{text-transform:uppercase;order:1}body&gt;footer .footer_menu ul{margin-bottom:0}body&gt;footer .container{padding-bottom:1rem}body&gt;footer .backtotop{order:3}body&gt;footer .social-row .img-fluid{width:auto}body&gt;footer #back-to-top{position:relative}body&gt;footer #back-to-top p{line-height:1.8rem;font-size:1em;color:#fff}body&gt;footer #back-to-top .fas{padding:1rem;margin-left:2.2rem;position:relative;transition:color 0.1s linear 0s}body&gt;footer .copyright{order:2;font-weight:bold;display:block;padding-right:8.7rem;line-height:2.5rem;padding-bottom:2.5rem}@media (min-width:768px){body&gt;footer .footer_menu ul{-ms-flex-pack:justify !important;justify-content:space-between !important;display:-ms-flexbox !important;display:flex !important}body&gt;footer #back-to-top{float:right}}@media (min-width:992px){body&gt;footer{padding:40px 0}body&gt;footer .copyright{order:0;padding-right:0;padding-bottom:0}}header{font-weight:bold}.headerImage header small{font-weight:bold}@media (min-width:1200px){.headerImage header span{font-size:3.4rem !important;line-height:4.6rem !important}}.frame-type-menu_subpages header{margin-bottom:0}header span{display:block}header small{display:table-cell;vertical-align:bottom;width:100%}header small{text-transform:uppercase;font-size:1.5rem;letter-spacing:0.1em;line-height:1.5rem;vertical-align:bottom}header:not(.pageHeader){margin-bottom:3rem}header:not(.pageHeader) span{font-size:2.6rem;font-weight:bold;line-height:4rem;text-align:left}.ce-menu:not(.frame-type-menu_sitemap_pages) header:not(.pageHeader) span{font-weight:normal}.masonry header:not(.pageHeader) span{font-size:2.5rem;line-height:3.4rem}body&gt;.carousel header span{font-size:3.4rem;line-height:4.6rem}@media (min-width:992px){.carousel header span{font-size:3.4rem;line-height:4.6rem}}.carousel header small{min-height:0}header.card-header{margin-top:0;margin-bottom:0;padding:0;border-bottom:none}header.card-header .btn{display:table-row}header.card-header .btn:not(.collapsed),header.card-header .btn:active,header.card-header .btn:focus,header.card-header .btn:hover{border-radius:0}header.card-header .btn:not(.collapsed) i,header.card-header .btn:active i,header.card-header .btn:focus i,header.card-header .btn:hover i{border:none}header.card-header i,header.card-header span{vertical-align:middle;display:table-cell}header.card-header i{padding:0 1rem;border-right:0.1rem solid}header.card-header span{white-space:normal;padding-left:1.2rem;font-size:1.4rem;width:100%;text-transform:none}@media (min-width:400px){header.card-header span{line-height:4rem;font-size:2rem}}.accordion-2 header.card-header:last-child{margin-bottom:3rem}header.headerLayout-0 span,header.headerLayout-1 span{font-size:3.2rem;line-height:3.8rem}header.headerLayout-0 small,header.headerLayout-1 small{font-size:1.5rem;line-height:1.5rem}header.headerLayout-2 span{font-size:2.6rem;line-height:3.4rem}header.headerLayout-2 small{font-size:1.3rem;line-height:1.3rem}header.headerLayout-3 span{font-size:2.2rem;line-height:3rem}header.headerLayout-4 span{font-size:1.8rem;line-height:0.7rem;font-weight:bold}header.headerLayout-3 small,header.headerLayout-4 small{display:none}body .zebra .ce-gallery .row{padding-top:1.5rem;padding-bottom:1.5rem}body .zebra .carousel .ce-gallery .row{padding-top:0;padding-bottom:0}.partnerLogos .ce-gallery figure{height:100%}.partnerLogos .ce-gallery figure&gt;a,.partnerLogos .ce-gallery figure&gt;img{display:table-cell !important;vertical-align:middle !important}.form-check .form-check-label{margin-left:2rem}.form-check input[type="radio"]{margin-left:0;left:0;margin-top:0.7rem}form[id*="lob-Beschwerde"] select{height:auto !important;font-size:18px}form[id*="lob-Beschwerde"] legend{font-size:24px}form[id*="lob-Beschwerde"] .summary-table-first-col{color:#931715}form[id*="lob-Beschwerde"] .form-group .form-check{display:inline-block;margin-right:2.5rem}form[id*="lob-Beschwerde"] .form-group .form-check .form-check-label{margin-left:1.5rem}form[id*="lob-Beschwerde"] .form-group .form-check .form-check-input{top:-1px}form[id*="lob-Beschwerde"] .conditional-fieldset{display:none}form select.form-control:not([size]):not([multiple]){height:calc(4.25rem + 2px)}form .form-control{font-size:2.5rem}form .date-picker select.form-control:not([size]):not([multiple]){height:auto}form .btn-toolbar,form .btn-group{display:block}form .btn-toolbar .btn-group .next{float:right}form .btn-toolbar .btn-group .previous{float:left}form .clearfix p{font-size:1.6rem;line-height:2rem}form.filter{padding:5rem;margin-bottom:4rem}form.filter .field{cursor:pointer}form.filter .field:before,form.filter .field select{background-color:transparent}form.filter .field:before{font-family:"Font Awesome 5 Free";content:"";font-weight:900;font-size:2.5rem;position:absolute;height:6rem;right:0;padding:1rem 2rem;border:solid 0.2rem;pointer-events:none}form.filter .field,form.filter .field select{cursor:pointer}form.filter .field select{width:100%;height:6rem;display:inline-grid;padding-left:2.5rem;font-size:2rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:0.2rem solid;border-right:none}form .form-inline&gt;.form-group{padding-left:0 !important}form .form-inline&gt;.form-group label{display:inline-block;margin-bottom:0.5rem}form .form-check-label&gt;input{margin-right:1rem}form legend{font-size:1.8rem}#scrollDown{position:fixed;bottom:10rem;left:50%;right:50%;z-index:4;display:table-cell;text-align:center;vertical-align:middle;opacity:0;transform:rotate(180deg);transition:opacity 0.3s linear}#scrollDown::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-size:3rem;border:1px solid;padding:1rem}body.nojs #scrollDown,body.loaded.siteroot #scrollDown{display:none !important}body.loaded #scrollDown{opacity:1}body.scrolled #scrollDown{opacity:0}#scrollDown:hover,#scrollDown:active,#scrollDown:focus{cursor:pointer}ul.f3-widget-paginator{list-style:none;display:inline-flex;padding-left:0;padding-bottom:4rem;margin-bottom:0}ul.f3-widget-paginator:last-child{padding-bottom:0}ul.f3-widget-paginator .current{font-size:2rem;font-weight:bold;padding:0 2rem}ul.f3-widget-paginator li{margin:0 0.5rem;border:0.2rem solid}ul.f3-widget-paginator li::before{display:none}ul.f3-widget-paginator li:first-child{margin-left:0}ul.f3-widget-paginator .btn{padding:0 2rem}ul.f3-widget-paginator .btn,ul.f3-widget-paginator .current,ul.f3-widget-paginator .btn i{line-height:5.4rem}ul.f3-widget-paginator .btn i{border-right:0;padding-right:0;padding-top:0;padding-bottom:0;margin-right:0}.partnerLogos{padding-top:1rem;padding-bottom:1rem;margin-top:2rem;margin-bottom:6rem}.partnerLogos .ce-inner,.partnerLogos .ce-outer{position:static;float:none;right:auto;left:auto}.partnerLogos .ce-row{float:left;margin:1rem;width:calc(100% / 2 - 2rem);min-height:6.5rem}@media (min-width:768px){.partnerLogos .ce-row{width:calc(100% / 4 - 2rem)}}@media (min-width:992px){.partnerLogos .ce-row{width:calc(100% / 5 - 2rem)}.partnerLogos .ce-row:last-child{float:right}}@media (min-width:1200px){.partnerLogos .ce-row{width:calc(100% / 6 - 2rem)}}.partnerLogos img{width:auto !important}.video-js-box&gt;.video-js{width:100%;height:100%;position:relative}.video-js-box&gt;.video-js video{width:100% !important;height:auto !important;position:static}.video-js-box&gt;.video-js .vjs-big-play-button{position:absolute;left:calc(50% - 3rem);top:calc(50% - 1.5rem)}.video-embed video{width:100%}.video-embed{position:relative;display:block;width:100%;padding:0;padding-top:56.25%;background-color:#808080;overflow:hidden}.video-embed .video-embed-item{position:absolute;width:100%;height:100%;top:0;left:0}.video-embed .video-wall-execpted-box{top:50%;left:50%;transform:translate(-50%, -50%)}.video-embed .video-excepted-box{left:0;right:0;width:100%;z-index:10}.ce-gallery figure.video{display:block}.media2click-wrap{position:absolute;top:0;right:0;left:0;bottom:0}.media2click-wrap .media2click-placeholder-video{width:100% !important;height:100% !important;background-image:none !important}.media2click-wrap .media2click-placeholder-video .media2click-placeholder-inner{background-color:transparent !important;color:white}.media2click-wrap .media2click-placeholder-video .media2click-placeholder-inner .media2click-content&gt;a{color:white !important;display:inline-block;margin-top:0}.media2click-wrap .media2click-placeholder-video .media2click-placeholder-inner .media2click-content-link{margin-top:15px}.media2click-wrap .media2click-placeholder-video .media2click-placeholder-inner .media2click-content-link a{color:white !important}.media2click-wrap .media2click-controls{width:100% !important}.media2click-wrap .media2click-controls a{font-weight:bold;border:1px solid;border-radius:0}.video-embed.poster-added{background-color:transparent;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.video-embed.poster-added .media2click-wrap{align-items:center;display:flex;flex-direction:column;justify-content:center}.video-embed.poster-added .media2click-wrap .media2click-placeholder-inner{height:auto;margin-left:auto;margin-right:auto;max-width:60rem}.video-embed.poster-added .media2click-wrap .media2click-placeholder-video{height:auto !important}.video-embed.poster-added .media2click-wrap .media2click-controls{display:inline-block;margin:0 auto;position:relative;right:0;width:auto !important}.video-embed.poster-added .media2click-wrap .media2click-controls a{font-size:1.1em}.video-embed.poster-added .media2click-content&gt;*:last-child{margin-bottom:1.75em}.ce-gallery figure.audio{display:block}.ce-gallery figure.audio audio{width:100%}.mediaReference{order:6}#mediaReferenceModal .modal-body .row{margin-bottom:2rem}@media (min-width:1200px){.modal-dialog{max-width:100rem}}.mdv_modal{cursor:pointer}.modal-wrapper{border:10px solid #1fcecb;padding:10px}.modal-wrapper .modal-title{line-height:2.5;color:white;font-weight:bold}.modal-wrapper .close span{font-size:5rem;color:#fff}.modal-wrapper .modal-content{background-color:#7f7f7f}.modal-wrapper .modal-content p,.modal-wrapper .modal-content .modal-body{color:#fff}.modal-wrapper .modal-content a{background-color:#fff !important;color:#00650e !important}.modal-wrapper .modal-content a:hover{background-color:#00650e !important;color:#fff !important}.carousel-wrapper .ce-gallery&gt;div{margin-top:30px}.carousel-wrapper .ce-gallery&gt;div:first-of-type{margin-top:0}.carousel-wrapper .ce-bodytext{padding-top:2rem !important}.colorizedBackground .card,.colorizedBackground span,.colorizedBackground a,.colorizedBackground p,.colorizedBackground li{color:white !important}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu{border:1px solid #B62123;font-weight:bold;font-size:1.15rem;opacity:0;transition:opacity 500ms}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu p{font-size:1.3rem}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu .tab-content .tab-pane{padding:25px}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu .dish__icon{max-width:25px}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu .dish__price{white-space:nowrap}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu .day-content{display:flex;flex-wrap:wrap}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu .day-content .dish{display:flex;align-items:center;width:100%;font-size:1.3rem}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu .day-content .dish+.dish{margin-top:15px}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu .day-content .dish .dish__descr{padding:0 10px 0 25px;flex-grow:1;line-height:1.1}.frame-type-dishes_and_menus_ce_week_menu .ce-week-menu .day-content .dish .dish__descr p{line-height:1.1}.frame-type-dishes_and_menus_ce_week_menu .nav-tabs .nav-link{border:none;border-radius:0;text-align:center}.frame-type-dishes_and_menus_ce_week_menu .nav-tabs .nav-link.active{color:#fff;background-color:#B62123}.frame-type-dishes_and_menus_ce_week_menu ul.nav-tabs{list-style:none;border-bottom:1px solid #B62123}@media (min-width:1199px){.frame-type-dishes_and_menus_ce_week_menu ul.nav-tabs li{flex-grow:1}}.frame-type-dishes_and_menus_ce_week_menu ul.nav-tabs li:before{content:none}.card{border:0.1rem solid;border-radius:0}.zebra .frame .card .frame{margin-top:0}.card .card-body{padding:3rem}.card.infobox header{margin-top:0;margin-bottom:0;padding:3rem;padding-bottom:0}.card.infobox header span{font-weight:normal}.frame-type-ugpd_akkordeon header.card-header .btn:not(.collapsed) i.icon-pdv_icon_schrift-groesser,.frame-type-ugpd-container-akkordeon header.card-header .btn:not(.collapsed) i.icon-pdv_icon_schrift-groesser{display:none}.frame-type-ugpd_akkordeon header.card-header .collapsed i.icon-pdv_icon_schrift-kleiner,.frame-type-ugpd-container-akkordeon header.card-header .collapsed i.icon-pdv_icon_schrift-kleiner{display:none}.frame-type-ugpd_akkordeon .card,.frame-type-ugpd-container-akkordeon .card{border:none;padding-bottom:2rem;border-bottom:none;border-radius:0}.frame-type-ugpd_akkordeon .card:last-child,.frame-type-ugpd-container-akkordeon .card:last-child{}.frame-type-ugpd_akkordeon .card .card-body,.frame-type-ugpd-container-akkordeon .card .card-body{padding:2rem 1rem}.frame-type-ugpd_akkordeon.accordion-2,.frame-type-ugpd-container-akkordeon.accordion-2{border-top:0.1em solid}.frame-type-ugpd_akkordeon.accordion-2 .spacer,.frame-type-ugpd-container-akkordeon.accordion-2 .spacer{display:block;height:4rem}.frame-type-ugpd_akkordeon.accordion-2 .card-header,.frame-type-ugpd-container-akkordeon.accordion-2 .card-header{border:0.1em solid;border-top:none}.frame-type-ugpd_akkordeon.accordion-2 .card-header:last-child,.frame-type-ugpd-container-akkordeon.accordion-2 .card-header:last-child{margin-bottom:3rem}.frame-type-ugpd_akkordeon.accordion-2 .card,.frame-type-ugpd-container-akkordeon.accordion-2 .card{padding-left:3rem;border:none;border-left:0.3rem solid}.frame-type-ugpd_akkordeon.accordion-3 .card-header,.frame-type-ugpd-container-akkordeon.accordion-3 .card-header{border:0.1em solid;border-top:none}.frame-type-ugpd_akkordeon.accordion-3 .card-header:first-child,.frame-type-ugpd-container-akkordeon.accordion-3 .card-header:first-child{border-top:0.1em solid}.frame-type-ugpd_akkordeon.accordion-3 .card,.frame-type-ugpd-container-akkordeon.accordion-3 .card{border:none;border-radius:0}@media (min-width:992px){.frame-type-ugpd_akkordeon.accordion-3 .card-body,.frame-type-ugpd-container-akkordeon.accordion-3 .card-body{padding-top:0}.frame-type-ugpd_akkordeon.accordion-3 .card,.frame-type-ugpd-container-akkordeon.accordion-3 .card{padding-left:3rem;border-left:0.3rem solid}}.frame-type-ugpd_akkordeon header.card-header i,.frame-type-ugpd-container-akkordeon header.card-header i{padding:0 1rem;border-right:none !important}.frame-type-ugpd_akkordeon header.card-header a span,.frame-type-ugpd-container-akkordeon header.card-header a span{padding-left:3rem}.tab-content .nav-tabs{border-bottom:0.2rem solid}.tab-content .nav-tabs .nav-item a{font-size:1.5rem;text-transform:uppercase;font-weight:bold}.tab-content .nav-tabs .nav-link{line-height:4.8rem;border-radius:0}.tab-content .nav-tabs .nav-link:hover{border:0.2rem solid}.tab-content .nav-tabs .nav-link:active,.tab-content .nav-tabs .nav-link:focus,.tab-content .nav-tabs .nav-link.active{border:0.2rem solid}.tab-content .tab-pane{padding-top:4rem}.timeline{display:block}.timeline header span{line-height:4.1rem;font-size:3rem;display:inline;padding-bottom:1.1rem;padding-top:2rem}.timeline .timelineBlock{position:relative;width:0.3rem;padding:0.3rem;padding-top:3rem;top:auto}@media (min-width:992px){.timeline .timelineBlock{margin:0 auto}}.timeline .timelineBlock:first-child{padding-top:18rem;top:auto}.timeline .timelineBlock:first-child::after{margin-top:18rem;top:2.7rem}.timeline .timelineBlock:last-child::after{top:-1rem}.timeline .timelineBlock:last-child .card{left:-1rem;top:1rem !important;margin-bottom:10rem}.timeline .timelineBlock:last-child .card::before{border-width:0 1.5rem 1.5rem 1.5rem !important;top:-1.5rem;position:absolute;left:0;margin:auto}@media (min-width:992px){.timeline .timelineBlock:last-child .card{left:-23rem !important}.timeline .timelineBlock:last-child .card::before{left:auto !important;right:22.4rem !important}}.timeline .timelineBlock::after{content:"";position:absolute;left:50%;top:6rem;transform:translateX(-50%);width:2rem;height:2rem;border-radius:50%;background:inherit}.timeline .timelineBlock&gt;.card{left:4.5rem}.timeline .timelineBlock&gt;.card::before{left:-1.8rem;border-width:1.8rem 1.8rem 1.8rem 0}@media (min-width:992px){.timeline .timelineBlock:nth-child(2n+1)&gt;.card{left:calc(-1 *(50rem + 2rem ))}.timeline .timelineBlock:nth-child(2n+1)&gt;.card::before{right:-1.8rem;left:auto;border-width:1.8rem 0 1.8rem 1.8rem}}.timeline .card{border-radius:0;border:none;width:calc(30rem - 3rem);max-width:70vw;padding:0 5.5rem 3rem 3rem;top:0}@media (min-width:380px){.timeline .card{width:calc(40rem - 3rem);max-width:75vw}}@media (min-width:480px){.timeline .card{width:calc(50rem - 3rem)}}@media (min-width:768px){.timeline .card{max-width:none}}.timeline .card .frame{margin-bottom:0}.timeline .card .frame header{margin-top:3rem;margin-bottom:2rem}.timeline .card::before{content:"";position:absolute;top:2rem;width:0;height:0;border-style:solid}@media (min-width:992px){.timeline.start-primary .timelineBlock:nth-child(2n+1)&gt;.card{left:4.5rem}.timeline.start-primary .timelineBlock:nth-child(2n+1)&gt;.card::before{border-width:1.8rem 1.8rem 1.8rem 0;left:-1.8rem;right:auto}.timeline.start-primary .timelineBlock:nth-child(2n)&gt;.card{left:calc(-1 *(50rem + 2rem ))}.timeline.start-primary .timelineBlock:nth-child(2n)&gt;.card::before{border-width:1.8rem 0 1.8rem 1.8rem;left:auto;right:-1.8rem}}.ce-menu{padding:3rem;border:0.1rem solid;margin-top:0rem !important}.ce-menu header{margin-top:0}.ce-menu ul{list-style:none}.ce-menu ul li{padding-bottom:0.2rem;text-indent:-3rem}.ce-menu ul li:before{font-family:"Font Awesome 5 Free";content:"";font-family:"icomoon-v2";content:"";font-weight:900;margin-right:2rem;display:inline;font-size:1.8rem;margin-left:auto;position:static}.ce-menu ul li a{text-decoration:none}.ce-menu ul li a .icomoon{font-weight:900;font-size:1.8rem;margin-left:0}.ce-menu ul li a:hover,.ce-menu ul li aactive,.ce-menu ul li a:focus{border-bottom:0.2rem solid}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) li::before,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) li::before{content:"";font-family:"Font Awesome 5 Free"}.frame-type-menu_sitemap_pages{font-weight:bold;border:none;background-color:transparent !important}.frame-type-menu_sitemap_pages ul{padding-left:0}.frame-type-menu_sitemap_pages ul li{text-indent:0}.frame-type-menu_sitemap_pages ul li::before{display:none}.frame-type-menu_sitemap_pages ul li a{padding-bottom:0.8rem;display:inline-block;border-bottom:0.2rem solid transparent}.frame-type-menu_sitemap_pages&gt;ul&gt;li:nth-child(2)&gt;ul&gt;li&gt;ul&gt;li{display:flex}.frame-type-menu_sitemap_pages&gt;ul&gt;li:nth-child(4)&gt;ul{margin-bottom:0rem}.frame-type-menu_sitemap_pages&gt;ul&gt;li&gt;a{margin:auto;display:block;width:25rem;margin-bottom:8rem;padding:3rem;text-align:center;font-size:2rem;line-height:3rem;font-weight:bold}.frame-type-menu_sitemap_pages&gt;ul&gt;li&gt;ul{display:flex;margin-bottom:5rem;justify-content:center}.frame-type-menu_sitemap_pages&gt;ul&gt;li&gt;ul li{padding-right:2rem}.frame-masonry{margin-top:0 !important;margin-bottom:0 !important}.masonry{margin-left:-15px;margin-right:-15px}.masonry .ce-intext.ce-right .ce-gallery,.masonry .ce-intext.ce-left .ce-gallery,.masonry .ce-above .ce-gallery{margin-bottom:0}.masonry .card{overflow:hidden;border:none;-webkit-box-shadow:0px 3px 6px 0px transparent;-moz-box-shadow:0px 3px 6px 0px transparent;box-shadow:0px 3px 6px 0px transparent;height:auto;min-height:0.1rem}.masonry .card:hover{-webkit-box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.16);-moz-box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.16);box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.16)}.masonry .grid-item-width-1,.masonry .grid-item-width-2,.masonry .grid-item-width-3,.masonry .grid-item,.masonry .grid-sizer{width:100%}@media (min-width:768px){.masonry .grid-sizer,.masonry .grid-item{width:calc(100% / 3);padding:1.5rem}.masonry .grid-item{float:left}.masonry .grid-item .card{border:0.1rem solid}.masonry .grid-item-width-1{width:calc(100% / 3 * 1)}.masonry .grid-item-width-2{width:calc(100% / 3 * 2)}.masonry .grid-item-width-3{width:calc(100%)}}.masonry header,.masonry .ce-bodytext{padding:3rem;margin:0}.masonry .ce-bodytext{padding-top:0}.masonry .grid-item .image img{transition:opacity 0.2s linear}.masonry .grid-item:hover .image img{opacity:0.5}.masonry h2,.masonry h3,.masonry h4,.masonry h5,.masonry h6{hyphens:auto}.masonry .card header span{border-bottom:0.2rem solid;display:inline}.masonry img{object-fit:cover;width:110%;height:110%;max-width:none}.headerImage .textContainer{padding:3.1rem}.headerImage .ce-bodytext{font-weight:bold}@media (min-width:992px){.headerImage{max-height:40rem}.headerImage .ce-bodytext{display:table-cell;vertical-align:middle}.headerImage .textContainer{padding:5rem 7rem}.headerImage .imageContainer img{object-fit:cover;width:100% !important;height:100% !important;position:absolute;top:0;bottom:0;left:0;right:0;max-width:none}}@media (min-width:1200px){.headerImage{max-height:40rem}.headerImage .ce-bodytext{height:26rem}}@media (min-width:1425px){.headerImage .ce-bodytext{height:46rem}}.headerImage img{object-fit:cover}.image-right .ce-row{float:right}.ce-intext.ce-right .ce-gallery,.ce-intext.ce-left .ce-gallery,.ce-above .ce-gallery{margin-bottom:0}.flats.flats-single{margin-bottom:5rem}.flats.flats-single .icomoon{margin-right:2rem}.flats.flats-single dd{padding-left:4rem;padding-bottom:2rem;border-bottom:0.1rem solid}.flats.flats-single .description{margin-top:5rem}.flats footer span.rooms{width:30%}.flats footer span.size{width:30%}.flats footer span.rent{width:40%}.flats form.filter{margin-bottom:14rem}.btn{font-size:2rem;font-weight:bold;text-transform:none;padding:0 1rem;line-height:4rem;border-radius:0;outline:none;display:table;white-space:normal}.btn,.btn:focus,.btn:active{border:none;box-shadow:none !important}.btn.btn-search{padding:0 2rem;line-height:6rem}.btn.btn-menu{font-size:1.5rem;padding:0 5rem;line-height:6rem;text-align:right;padding-right:3rem}.btn.btn-menu .menu-icon{width:3.3rem;padding-left:1.3rem;display:inline-block;height:1.5rem;position:relative;top:0.1rem;pointer-events:none}.btn.btn-menu .menu-bar{display:block;margin-bottom:0.5rem;width:100%;height:0.2rem;transition:0.3s}.btn.btn-menu .menu-bar:last-child{margin-bottom:0}.btn.btn-menu.active .menu-icon{top:0.4rem}.btn.btn-menu.active .menu-bar{opacity:0;height:0;margin-bottom:0;margin-top:0}.btn.btn-menu.active .menu-bar:first-child,.btn.btn-menu.active .menu-bar:last-child{opacity:1;height:0.2rem;position:relative;margin-top:-0.2rem;top:0.6rem}.btn.btn-menu.active .menu-bar:first-child{transform:rotate(45deg)}.btn.btn-menu.active .menu-bar:last-child{transform:rotate(-45deg)}.btn.btn-back{line-height:5.6rem}.btn.btn-main,.btn.btn-download,.btn.btn-zurueck{border:0.2rem solid}.btn:not(.btnCloseMenu) i{border-right:0.2rem solid;padding-right:1rem;padding-top:1rem;padding-bottom:1.2rem;margin-right:1rem;display:table-cell;height:100%;vertical-align:middle}.btn span{margin-left:1rem}.headerSearchForm{display:none;position:fixed;left:0;right:0;z-index:-1;transition:top 0.2s linear;top:10rem;z-index:1}.headerSearchForm.visible{display:block}.headerSearchForm .main-search{padding-top:8rem;padding-bottom:8rem}.headerSearchForm .main-search .input-row{float:right}.headerSearchForm .form-group{margin-bottom:1rem;display:inline-block}.headerSearchForm .form-group .tx-indexedsearch-searchbox-sword{border:none;border-bottom:0.2rem solid;font-weight:bold;font-size:1.5rem;border-radius:0;padding-right:20rem;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding-left:4rem}.headerSearchForm .form-group .tx-indexedsearch-searchbox-button{margin-left:3rem;margin-bottom:0rem;font-weight:bold;padding:2rem 3rem 2rem 3rem;letter-spacing:0.1em;font-size:1.5rem;border:0.2rem solid}.headerSearchForm .close-searchform{font-size:5rem;left:5rem;top:2rem;position:relative;cursor:pointer}.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button{border:0.1rem solid;padding-left:5rem;padding-right:5rem;cursor:pointer;font-size:1.5rem;letter-spacing:0.1em;font-weight:bold;text-transform:uppercase;line-height:6.2rem}.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword{border-radius:0;border:0.1rem solid;width:100%;padding:2.1rem;font-size:2rem}.tx-indexedsearch-browsebox ul{list-style:none;display:inline-flex;padding-left:0;padding-top:5rem}.tx-indexedsearch-browsebox a{border:0.1rem solid;padding:1.4rem 2rem 1.4rem 2rem;margin-right:1rem;font-size:1.5rem;font-weight:bold;letter-spacing:0.1em}#tx-indexedsearch-searchbox-button-submit{padding:2rem;line-height:inherit;width:100%;text-align:center;margin-top:1rem}@media (min-width:992px){#tx-indexedsearch-searchbox-button-submit{margin-top:0}}#tx_indexedsearch .categories:before{font-family:"Font Awesome 5 Free";content:"";font-weight:bold;font-size:2.2rem;position:absolute;margin-right:1.5rem;right:0;padding:2rem;border:solid 0.1rem;pointer-events:none;border-bottom:0}#tx_indexedsearch .categories select{width:100%;font-size:2rem;display:inline-grid;padding:2rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:0.1rem solid;cursor:pointer}_:-ms-fullscreen,:root #tx_indexedsearch .categories::before{display:none}.tx-indexedsearch-res{border-bottom:0.1rem solid}.tx-indexedsearch-res:last-child{border:none !important}.tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-text-item-path a,.tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-text-item-path p{font-size:1.5rem;font-weight:bold;padding-top:2rem}.tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-title{margin-top:0;margin-bottom:0;position:relative}.tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-title:after{font-family:"icomoon-v2";content:"";font-weight:900;font-size:2.9rem;right:-5.5rem;position:absolute;top:50%;bottom:50%}.tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-description{padding-bottom:1rem;padding-top:1rem;font-size:1.8rem;line-height:2.9rem}.tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-description p{margin-bottom:0}.tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-description .tx-indexedsearch-redMarkup{font-weight:normal}@media (min-width:464px){.news.news-layout-1{display:flex}}@media (min-width:992px){.news.news-layout-1{position:absolute;width:100%;margin-top:-8rem}}.news.news-layout-1,.news.news-layout-1 .carousel .carousel-item{line-height:8rem;height:auto}.news.news-layout-1 .news-eilmeldung-view{padding-left:3rem}.news.news-layout-1 .news-eilmeldung-view header{margin:0}.news.news-layout-1 .news-eilmeldung-view header a:hover{border-bottom:none}.news.news-layout-1 .carousel .carousel-inner time{font-weight:bold;border-right:2px solid;line-height:2.2rem;padding-right:0.5rem;margin-right:0.2rem}.news.news-layout-1 .carousel .carousel-inner header,.news.news-layout-1 .carousel .carousel-inner time,.news.news-layout-1 .carousel .carousel-inner a{font-size:1.6rem}.news.news-layout-1 .carousel .carousel-inner time{display:inline-block}.news.news-layout-1 .carousel .carousel-inner header a{display:block;font-weight:normal;line-height:1.5rem;display:table-cell;height:8rem;vertical-align:middle}.news.news-layout-1 .carousel .carousel-inner .lead{display:none}.news.news-layout-1 .carousel .carousel-inner .lead .lead p{display:inline-block}.news .breadcrumb{margin-bottom:12rem}.news .carousel-controls{white-space:nowrap;margin-right:2.3rem;text-align:center}.news a.carousel-control-prev,.news a.carousel-control-next{position:static;width:3rem;display:inline-block;margin-left:0.5rem;opacity:1}.news a.carousel-control-prev::before,.news a.carousel-control-next::before{font-family:"icomoon" !important;speak:none;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem;font-weight:900;line-height:3rem;display:inline-block;height:3rem;width:3rem;border-radius:0}.news a.carousel-control-prev::before{content:"";padding-left:-0.4rem}.news a.carousel-control-next::before{content:"";padding-left:0.2rem}.news .news-eilmeldung-view{width:100%}.news .eilmeldungLabel{text-transform:uppercase;font-weight:bold;letter-spacing:0.1em;display:table;white-space:nowrap;width:100%;font-size:1.5rem;padding-left:3rem}.news .eilmeldungLabel p,.news .eilmeldungLabel .icon-pdv_icon_eilmeldung{display:table-cell;line-height:8rem}.news .eilmeldungLabel .icon-pdv_icon_eilmeldung{text-align:right;font-size:3.5rem;padding-right:3rem;top:0.6rem;position:relative}@media (min-width:464px){.news .eilmeldungLabel{width:auto;text-align:center}.news .eilmeldungLabel p{padding-right:3.5rem;margin-bottom:0}}.news .news-list-item{font-size:2.5rem;border-bottom:0.1rem solid #D5D5D5;padding-bottom:3.9rem;position:relative}.news .news-list-item:last-child{border:none}.news .news-list-item header{margin-top:0;margin-bottom:0}.news .news-list-item header a:hover{border-bottom:none}.news .news-list-item header:after{content:"";top:4rem;position:absolute;height:2.4rem;font-family:"icomoon-v2";width:2.4rem;right:1.9rem;pointer-events:none;margin-right:-1rem}.news .f3-widget-paginator p,.news .page-navigation p{font-weight:bold;font-size:1.5rem;letter-spacing:0.1em}.news .f3-widget-paginator li,.news .page-navigation li{padding:0;border:none}.news .f3-widget-paginator li.current,.news .page-navigation li.current{padding:0}.news .f3-widget-paginator li a,.news .page-navigation li a{display:block;line-height:4.4rem;padding-left:1.8rem;padding-right:1.8rem;border:solid 0.2rem #7E7E7E;font-size:1.5rem;font-weight:bold;letter-spacing:0.1em}.news .f3-widget-paginator li .icon_arrow_right,.news .page-navigation li .icon_arrow_right{height:2rem;width:1.3rem;margin-top:1.2rem;margin-bottom:1.2rem;background-image:url('../../../_assets/b372fd78cd1cf87bc8274bc2b4399c29/Icons/png/icon_arrow_right_gray@2x.png');background-repeat:no-repeat}.news .f3-widget-paginator li .icon_arrow_left,.news .page-navigation li .icon_arrow_left{height:2rem;width:1.3rem;margin-top:1.2rem;margin-bottom:1.2rem;background-image:url('../../../_assets/b372fd78cd1cf87bc8274bc2b4399c29/Icons/png/icon_arrow_left_gray@2x.png');background-repeat:no-repeat}.news header small span{display:inline;font-size:inherit;padding-top:1rem}.news .categories{padding-bottom:2rem}.news .categories:before{font-family:"Font Awesome 5 Free";content:"";font-weight:900;position:absolute;right:0;margin-right:3.5rem;margin-top:1rem;font-size:3rem;pointer-events:none}.news .categories:after{display:block;height:6rem;width:0.2rem;position:absolute;content:"";top:0;right:7.5rem}.news select{width:100%;height:6rem;font-weight:bold;font-size:2rem;margin-bottom:3rem;display:inline-grid;padding-left:2.5rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:0.2rem solid;-moz-appearance:none;text-indent:0.01px;text-overflow:"";outline:none;cursor:pointer}.news select option{font-weight:bold;font-size:2rem;outline:none;cursor:pointer}.news select::-ms-expand{display:none}.news .news-text-wrap{padding-bottom:5rem}.news .news-text-wrap p{font-size:1.8rem;font-style:regular}.news .btn-back{padding:0 4rem}.news .article .thumbnail&gt;.caption{font-style:italic;font-size:1.5rem;padding-top:1rem;padding-bottom:2rem;color:#303030}.news .news-akkordion .news-preview{cursor:pointer}.news .news-akkordion .news-preview header:after{margin:0;right:2px;width:auto;height:auto}.news .news-akkordion .news-preview[aria-expanded="true"] header:after{transform:rotate(90deg)}.news .news-akkordion .news-content{padding-bottom:40px;margin-bottom:40px}.news .news-akkordion .news-content .news-text-wrap{padding-bottom:20px}blockquote{font-size:2rem !important;font-family:Georgia;font-style:italic;text-align:center;margin-top:2rem}blockquote::before{font-family:"Font Awesome 5 Free";display:block;font-size:1.5rem;font-weight:900;content:"";margin:0 auto;margin-bottom:3.9rem}.news-backlink-wrap{margin-top:5rem}.list-item-news-descrition,.list-item-news-title{margin-right:3rem}header span.list-item-news-title{line-height:3.4rem}.news-single .intro p{line-height:3.4rem}.news-single .thumbnail img.img-fluid{padding-bottom:2rem;float:right}.news-single .thumbnail a{clear:both;display:block}.news-single .row{display:block}.news-single .newsText,.news-single .newsImage{float:left}@media (max-width:767px){.news-list-item img.img-fluid{display:none}.news-single .thumbnail img.img-fluid{padding-bottom:2rem;float:none}}ul.news-menu-view{display:block}ul.news-menu-view::after{display:block;float:none;clear:both;content:" "}ul.news-menu-view li::before{display:none}ul.news-menu-view&gt;li{display:inline-block;float:left}ul.news-menu-view&gt;li&gt;a{text-align:center}ul.news-menu-view&gt;li a{display:block;padding:1rem}ul.news-menu-view&gt;li&gt;ul{display:none;position:absolute;z-index:5;background-color:white;padding:1rem}ul.news-menu-view&gt;li:hover&gt;ul{display:block}.aktuelles .img-dummy{width:100%;height:auto}.leistungen .vorhanden-icon,.leistungen .nichtvorhanden{opacity:0.8}.leistungen .nichtvorhanden,.leistungen .vorhanden{margin-top:3rem;font-size:2rem;line-height:2.7rem;padding:4rem 6rem 3rem 6rem}.leistungen .nichtvorhanden p,.leistungen .vorhanden p{font-size:1.8rem;line-height:3.8rem;margin-left:1.5rem;font-weight:bold}.leistungen .nichtvorhanden p:before,.leistungen .vorhanden p:before{display:block;position:absolute;height:0.2rem;width:1rem;content:"";left:6rem;margin-top:1.9rem}.leistungen .Vorhanden-Text,.leistungen .Nichtvorhanden-Text{font-size:2rem;line-height:2.7rem;font-weight:bold;padding-bottom:3rem}.leistungen .nichtvorhanden-icon,.leistungen .vorhanden-icon{margin-top:3rem}.leistungen .nichtvorhanden-icon span,.leistungen .vorhanden-icon span{font-size:7rem;position:absolute;right:42%;top:40%}.colorizedBackground .container{padding-top:8rem;padding-bottom:4rem}.colorizedBackground p{text-align:center}.jobs header,.flats header{position:relative}.jobs .card,.flats .card{margin-top:5rem}.row .jobs,.row .flats{flex-wrap:wrap-reverse}@media (min-width:1200px){.row .jobs,.row .flats{flex-wrap:wrap}}.jobs .infoBox .card-body,.flats .infoBox .card-body{padding-top:0}.jobs .infoBox .card-body .ce-menu li,.flats .infoBox .card-body .ce-menu li{padding-bottom:0rem}.jobs .infoBox .card-body .ce-menu li::before,.flats .infoBox .card-body .ce-menu li::before{margin-top:0rem;font-size:2rem}.jobs .infoBox .card-body .ce-menu li a,.flats .infoBox .card-body .ce-menu li a{border-bottom:none}.jobs .infoBox header,.flats .infoBox header{margin-top:0}.jobs .infoBox header span,.flats .infoBox header span{font-weight:normal}.jobs .list-item,.flats .list-item{padding-bottom:2.5rem}.jobs .list-item header:after,.flats .list-item header:after{font-family:icomoon-v2;content:"";font-weight:900;font-size:2.9rem;right:-5.5rem;position:absolute;top:50%;bottom:50%}.jobs footer,.flats footer{border-top:0.1rem solid;border-bottom:0.1rem solid;padding:0}.jobs footer span,.flats footer span{display:inline-block;width:calc(100% / 3);border-right:0.1rem solid;white-space:nowrap;line-height:5rem}.jobs footer span:last-child,.flats footer span:last-child{border-right:none !important;padding-right:0 !important;margin-right:0 !important}.jobs footer span .icomoon,.flats footer span .icomoon{padding:0 2rem;font-size:2rem;font-weight:bold}.jobs .single-view,.flats .single-view{margin-bottom:5rem}.jobs .single-view dt,.jobs .single-view dd,.flats .single-view dt,.flats .single-view dd{display:table-cell}.jobs .single-view dd,.flats .single-view dd{clear:both}.jobs .single-view dt,.flats .single-view dt{min-width:13rem;float:left}.jobs .single-view .ce-menu,.flats .single-view .ce-menu{background-color:transparent;border-color:transparent !important;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.jobs .single-view .ce-menu li::before,.flats .single-view .ce-menu li::before{margin-left:0;text-indent:0}.jobs .infoBox .card-body{padding-top:3rem}.jobs .infoBox{margin-bottom:5rem}.jobs .infoBox a.btn-main{margin-top:2.5rem}.jobs .list-item header{border-bottom:0.1rem solid}.jobs .list-item header::after{top:0}.jobs .btn-main{display:block}#job-desires,#job-requirements,#job-offers,#job-description{margin-bottom:5rem}#job-desires header,#job-requirements header,#job-offers header,#job-description header{margin-bottom:1rem}@media (min-width:992px){.jobs .infoBox{float:right;margin-top:0;margin-left:calc(100% / 12);position:relative;width:40rem;z-index:10}}.tx-ttaddress-pi1 header{margin-top:0;margin-bottom:0}.tx-ttaddress-pi1 .ansprechpartner img{width:100%;height:auto}.tx-ttaddress-pi1 .ansprechpartner .organization{font-size:1.5rem;letter-spacing:0.1em;text-transform:uppercase;padding-bottom:0.7 rem}.tx-ttaddress-pi1 .ansprechpartner .name{padding-bottom:2.5rem;margin-bottom:2.5rem;font-weight:bold;font-size:3rem}.tx-ttaddress-pi1 .ansprechpartner .email,.tx-ttaddress-pi1 .ansprechpartner .phone{font-size:2rem}.tx-ttaddress-pi1 .ansprechpartner .email i,.tx-ttaddress-pi1 .ansprechpartner .phone i{margin-right:2rem}.tx-ttaddress-pi1 .ansprechpartner .email{border-top:0.1rem solid;padding-top:2.8rem;word-break:break-all;word-wrap:anywhere}.tx-ttaddress-pi1 .ansprechpartner .phone{border-bottom:0.1rem solid;padding-bottom:2.9rem;padding-top:2.8rem}@media (min-width:992px){.tx-ttaddress-pi1 .ansprechpartner .name{padding-bottom:3.7rem;margin-bottom:3.7rem}}.tx-ttaddress-pi1 .icomoon[class*=" icon-"] *,.tx-ttaddress-pi1 .icomoon[class*=" icon-"]::before{position:relative}.tx-ttaddress-pi1 .icomoon[class*=" icon-"]::before{top:0.3rem}.tx-ttaddress-pi1 .kontakt{margin-top:0;border:0.1rem solid;font-weight:bold}.tx-ttaddress-pi1 .kontakt i,.tx-ttaddress-pi1 .kontakt span{display:table-cell}.tx-ttaddress-pi1 .kontakt .icomoon{font-size:2.4rem}.tx-ttaddress-pi1 .kontakt .prop{line-height:2.7rem}.tx-ttaddress-pi1 .kontakt .prop.email{min-height:5.4rem}.tx-ttaddress-pi1 .kontakt .prop.email span{word-wrap:anywhere}.tx-ttaddress-pi1 .kontakt .prop span p{font-weight:bold !important}.tx-ttaddress-pi1 .kontakt span{padding-left:3rem}.tx-ttaddress-pi1 .kontakt .info{padding:3rem}.tx-ttaddress-pi1 .kontakt p{font-weight:normal;line-height:2.7rem;margin-bottom:2rem}.tx-ttaddress-pi1 .kontakt p:last-child{margin-bottom:0}.tx-ttaddress-pi1 .kontakt .btn-main{width:100%;border:none;border-top:1px solid}.tx-ttaddress-pi1 .kontakt .btn-main:hover,.tx-ttaddress-pi1 .kontakt .btn-main:active,.tx-ttaddress-pi1 .kontakt .btn-main:focus{border:none;border-top:1px solid}.tx-ttaddress .displayMaps li{list-style:none}.tx-ttaddress .displayMaps li::before{display:none !important}.tx-ttaddress .leaflet-container{height:100%;max-height:500px}.tx-ttaddress .leaflet-container .leaflet-popup-content{font-family:"Open Sans", sans-serif;font-size:14px}.tx-ttaddress .leaflet-container .leaflet-popup-content li{margin-bottom:4px}.tx-ttaddress .leaflet-container .leaflet-popup-content li:before{content:none}.tx-ttaddress .map-list{list-style:none;max-height:500px;overflow:scroll}.tx-ttaddress .map-list li h3{background:#931715;color:#fff;margin:-8px -13px 10px;padding:5px 15px}.tx-ttaddress .map-list li:before{content:none}.mainSlider .carousel .ce-intext.ce-right .ce-gallery,.mainSlider .carousel .ce-intext.ce-left .ce-gallery,.mainSlider .carousel .ce-above .ce-gallery{margin-bottom:0}.mainSlider .carousel .carousel-inner p{font-size:1.8rem;line-height:2.9rem}.mainSlider .carousel .carousel-inner p:last-child{margin-bottom:0}body:not(.siteroot) .mainSlider .carousel header{padding:2rem 0;padding-bottom:0}body:not(.siteroot) .mainSlider .carousel .ce-bodytext{padding-top:0}.mainSlider .carousel .ce-bodytext{padding:2rem;overflow:auto;margin-bottom:0}@media (min-width:992px){body.siteroot .mainSlider .carousel .ce-gallery{position:absolute;top:0;bottom:0;z-index:-5}body.siteroot .mainSlider .carousel .ce-bodytext{max-height:40rem;margin-left:5.2rem}}@media (min-height:900px){body.siteroot .mainSlider .carousel .ce-bodytext{padding:5rem;max-height:none;overflow:hidden}}.mainSlider .carousel .carousel-navigation{height:8rem}.mainSlider .carousel .carousel-navigation a::before{height:1rem;width:1rem;background-color:transparent;position:absolute;z-index:30;line-height:8rem;border-radius:0;border:0.1rem solid}.mainSlider .carousel .carousel-navigation a.carousel-control-next::before{display:none}.mainSlider .carousel .carousel-navigation a.carousel-control-prev::before{display:none}.mainSlider .carousel .carousel-navigation a.carousel-control-next,.mainSlider .carousel .carousel-navigation a.carousel-control-prev{opacity:1}.mainSlider .carousel .carousel-navigation a.carousel-control-next::before,.mainSlider .carousel .carousel-navigation a.carousel-control-prev::before{font-family:"icomoon" !important;speak:none;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.6rem;font-weight:900;line-height:4rem;height:4rem;width:4rem;border-radius:0}.mainSlider .carousel .carousel-navigation .carousel-indicators{bottom:50%}.mainSlider .carousel .carousel-navigation .carousel-indicators a+a{margin-left:1.5rem}.mainSlider .carousel .carousel-navigation .carousel-indicators a::before{content:" "}@media (min-width:992px){body.siteroot .mainSlider .carousel .carousel-navigation{margin-left:5.2rem}body.siteroot .mainSlider .carousel .carousel-item{height:80rem}body.siteroot .mainSlider .carousel .carousel-item .frame-sliderItem{padding-top:11rem}}.mainSlider .bg-image-carosel .ce-bodytext,.mainSlider .bg-image-carosel .carousel-navigation{margin:0 !important}.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-control-prev,.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-control-next{height:8rem}@media (max-width:767px){.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-indicators{right:5rem}}.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-indicators a{margin-left:0;width:1rem}.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-indicators a+a{margin-left:0.5rem}.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-control-panel{align-items:center;border:1px solid;cursor:pointer;display:flex;font-size:1.75rem;height:4.2rem;justify-content:center;margin:1px 0 0;padding:0.5em;position:absolute;right:7rem;text-align:center;top:50%;transform:translateY(-50%);width:4.2rem}@media (min-width:768px){.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-control-panel{right:8rem}}.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-control-panel.pause .fa-pause{display:block}.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-control-panel.pause .fa-play{display:none}.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-control-panel.play .fa-pause{display:none}.SliderWithLinks .carousel.pausable .carousel-navigation .carousel-control-panel.play .fa-play{display:block}.carousel-control-prev,.carousel-control-next{width:8.2rem;padding:2rem}.carousel-control-prev .icomoon-v2,.carousel-control-next .icomoon-v2{border:0.1rem solid;font-size:3rem;padding:0.5rem;width:4.2rem;height:4.2rem}_:-ms-fullscreen .carousel-control-next,:root .carousel-control-next{right:3rem}.siteroot .frame-type-ugpd_button{text-align:center;display:block ruby}.siteroot .zebra-list,.siteroot .zebra-sliderwithlinks{background-color:#ffffff !important}.siteroot .zebra-list:first-of-type,.siteroot .zebra-ugpd_button{background-color:#f5f5f5 !important}.siteroot .zebra-ugpd_button&gt;.container{padding-top:0 !important}.ImageWithLinks .wrapper{margin-bottom:3rem !important}.SliderWithLinks{margin-top:3rem}.SliderWithLinks .frame-sliderItemWithLink{margin-bottom:0 !important}.SliderWithLinks .Slider{margin-bottom:3rem}.SliderWithLinks .Slider .sliderImageLink{margin-bottom:5rem}@media (max-width:992px){.SliderWithLinks .Slider{margin-bottom:0rem !important}}.SliderWithLinks .sliderImageLink{display:flex;flex-wrap:wrap;align-content:space-between;height:100%;width:100%}.SliderWithLinks .sliderImageLink&gt;div.d-none:not(.wrapper){height:100%}.SliderWithLinks .sliderImageLink&gt;div.d-none:not(.wrapper)&gt;.frame-sliderItemWithLink{display:flex;flex-wrap:wrap;align-content:space-between;height:100%;width:100%}.SliderWithLinks .sliderImageLink img{height:150px;width:100%;object-fit:cover}.SliderWithLinks .sliderImageLink .wrapper{flex:1 1 100%;position:relative;margin-bottom:0rem}@media (max-width:992px){.SliderWithLinks .sliderImageLink .wrapper{margin-bottom:3rem}}.SliderWithLinks .sliderImageLink .wrapper .caption{padding-left:15px;position:absolute;font-size:20px;padding:5px;color:#ffffff;width:100%;bottom:0}.SliderWithLinks .image{width:100%}.SliderWithLinks .image img{height:auto}.SliderWithLinks .carousel-item.active{height:auto !important}.SliderWithLinks .carousel .ce-intext.ce-right .ce-gallery,.SliderWithLinks .carousel .ce-intext.ce-left .ce-gallery,.SliderWithLinks .carousel .ce-above .ce-gallery{margin-bottom:0}.SliderWithLinks .carousel .carousel-inner header{margin-bottom:1em}.SliderWithLinks .carousel .carousel-inner p{font-size:1.8rem;line-height:2.9rem}.SliderWithLinks .carousel .carousel-inner p:last-child{margin-bottom:0}body:not(.siteroot) .SliderWithLinks .carousel header{padding:2rem;padding-bottom:0}body:not(.siteroot) .SliderWithLinks .carousel .ce-bodytext{padding-top:0}.SliderWithLinks .carousel .ce-bodytext{padding:2rem;overflow:auto;margin-bottom:0}@media (min-width:992px){.SliderWithLinks .carousel .ce-bodytext{height:214px}.SliderWithLinks .carousel .ce-bodytext::-webkit-scrollbar{width:10px}}.SliderWithLinks .carousel .carousel-navigation{height:8rem}.SliderWithLinks .carousel .carousel-navigation a::before{height:1rem;width:1rem;background-color:transparent;position:absolute;z-index:30;line-height:8rem;border-radius:0;border:0.1rem solid}.SliderWithLinks .carousel .carousel-navigation a.carousel-control-next::before{display:none}.SliderWithLinks .carousel .carousel-navigation a.carousel-control-prev::before{display:none}.SliderWithLinks .carousel .carousel-navigation a.carousel-control-next,.SliderWithLinks .carousel .carousel-navigation a.carousel-control-prev{opacity:1}.SliderWithLinks .carousel .carousel-navigation a.carousel-control-next::before,.SliderWithLinks .carousel .carousel-navigation a.carousel-control-prev::before{font-family:"icomoon" !important;speak:none;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.6rem;font-weight:900;line-height:4rem;height:4rem;width:4rem;border-radius:0}.SliderWithLinks .carousel .carousel-navigation .carousel-indicators{bottom:50%}.SliderWithLinks .carousel .carousel-navigation .carousel-indicators a{margin-left:1.5rem}.SliderWithLinks .carousel .carousel-navigation .carousel-indicators a::before{content:" "}.BranchSlider .swiper{box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.29)}.BranchSlider .swiper .swiper-slide{color:#303030;height:auto}.BranchSlider .swiper .swiper-slide .slide-inner{background:#ffffff;box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.29);height:100%;padding:6.2rem 1rem 2rem;position:relative}.BranchSlider .swiper .swiper-slide .slide-inner img{height:auto;max-width:100%}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-logo{margin-bottom:1.25rem}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-logo img{height:50px;width:auto}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-image{margin:0 -1rem 2.5rem}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-image img{width:100%}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-shorts&gt;div+div{margin-top:1.5rem}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-shorts .icon-wrap{align-items:center;background:#F5F5F5;display:flex;height:3.8rem;justify-content:center;width:3.8rem}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-text1,.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-text2{font-size:1.8rem;font-weight:600}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-title{font-size:2.2rem;font-weight:bold;line-height:1.2;margin:2.5rem 0 1rem}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-subtitle{font-size:1.8rem;font-weight:bold}.BranchSlider .swiper .swiper-slide .slide-inner .branch-slide-color{bottom:0;display:block;height:2px;left:0;position:absolute;right:0}.BranchSlider .swiper .swiper-slide .slide-inner .row{align-items:center;margin-left:-10px;margin-right:-10px}.BranchSlider .swiper .swiper-slide .slide-inner .row&gt;div[class*="col"]{padding-left:10px;padding-right:10px}.BranchSlider .swiper .swiper-button-prev,.BranchSlider .swiper .swiper-button-next{background:rgba(255, 255, 255, 0.8);bottom:2px;height:auto;margin:0;top:0;width:7rem}@media (max-width:767px){.BranchSlider .swiper .swiper-button-prev,.BranchSlider .swiper .swiper-button-next{display:none !important;opacity:0 !important;visibility:hidden !important}}.BranchSlider .swiper .swiper-button-prev:after,.BranchSlider .swiper .swiper-button-next:after{font-size:30px}.BranchSlider .swiper .swiper-button-prev:hover,.BranchSlider .swiper .swiper-button-next:hover{background:white}.BranchSlider .swiper .swiper-button-prev.swiper-button-disabled,.BranchSlider .swiper .swiper-button-next.swiper-button-disabled{opacity:0}.BranchSlider .swiper .swiper-button-prev.swiper-button-disabled:hover,.BranchSlider .swiper .swiper-button-next.swiper-button-disabled:hover{opacity:0}.BranchSlider .swiper .swiper-button-prev{left:0}.BranchSlider .swiper .swiper-button-next{right:0}.TilesSlider .swiper .swiper-slide{height:auto}.TilesSlider .swiper .swiper-slide .slide-inner{height:100%}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap{flex-grow:1}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap+.tile-wrap{margin-top:1em}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap .text-wrap{align-items:center;background:#fff;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);display:flex;flex-direction:column;font-size:1.3rem;font-weight:600;height:100%;justify-content:center;line-height:1.54;padding:5px 45px;text-align:center}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap .text-wrap.bg-brand{color:#fff}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap .text-wrap p{color:inherit;font-size:inherit;line-height:inherit;margin-bottom:0.4em}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap .text-wrap p:last-child{margin-bottom:0}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap .text-wrap .title{font-size:1.8rem;font-weight:700;line-height:1.2}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap .text-wrap .title+.text{margin-top:1rem}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap .image-wrap{height:100%}.TilesSlider .swiper .swiper-slide .slide-inner .tile-wrap .image-wrap img{object-fit:cover;height:100%;max-width:100%}.TilesSlider .swiper .swiper-button-prev,.TilesSlider .swiper .swiper-button-next{background:rgba(255, 255, 255, 0.8);bottom:2px;height:auto;margin:0;top:0;width:7rem}@media (max-width:767px){.TilesSlider .swiper .swiper-button-prev,.TilesSlider .swiper .swiper-button-next{display:none !important;opacity:0 !important;visibility:hidden !important}}.TilesSlider .swiper .swiper-button-prev:after,.TilesSlider .swiper .swiper-button-next:after{font-size:30px}.TilesSlider .swiper .swiper-button-prev:hover,.TilesSlider .swiper .swiper-button-next:hover{background:white}.TilesSlider .swiper .swiper-button-prev.swiper-button-disabled,.TilesSlider .swiper .swiper-button-next.swiper-button-disabled{opacity:0}.TilesSlider .swiper .swiper-button-prev.swiper-button-disabled:hover,.TilesSlider .swiper .swiper-button-next.swiper-button-disabled:hover{opacity:0}.TilesSlider .swiper .swiper-button-prev{left:0}.TilesSlider .swiper .swiper-button-next{right:0}.tilesContainer header:not(.pageHeader){margin-bottom:2rem}.tilesContainer header:not(.pageHeader) span{font-size:2.1rem;line-height:2.5rem;padding:1rem}.tilesContainer .ce-bodytext{padding-left:1rem;padding-right:1rem}.tilesContainer .card{border:none}.tilesContainer .card.frameless&gt;.frame{margin-bottom:0}.tilesContainer .card.frameless .btn.btn-primary{align-items:center;display:flex;min-height:3.5em;justify-content:center;line-height:1.2;margin:0;padding-bottom:1rem;padding-top:1rem}.tilesContainer .btn.btn-primary{display:block;margin:1rem}.tilesContainer .frame{margin-bottom:2rem}.tilesContainer .ce-gallery .row{padding-top:0 !important;padding-bottom:0 !important}.megaAkkordeon{border:none}.megaAkkordeon .frame-type-image{margin-bottom:0}.megaAkkordeon&gt;.accordion&gt;.card-header a,.megaAkkordeon&gt;.accordion&gt;.card-header a&gt;span,.megaAkkordeon&gt;.accordion&gt;.card-header a:not(.collapsed),.megaAkkordeon&gt;.accordion&gt;.card-header a:not(.collapsed)&gt;span,.megaAkkordeon&gt;.accordion&gt;.card-header a:active,.megaAkkordeon&gt;.accordion&gt;.card-header a:active&gt;span,.megaAkkordeon&gt;.accordion&gt;.card-header a:focus,.megaAkkordeon&gt;.accordion&gt;.card-header a:focus&gt;span,.megaAkkordeon&gt;.accordion&gt;.card-header a:visited,.megaAkkordeon&gt;.accordion&gt;.card-header a:visited&gt;span,.megaAkkordeon&gt;.accordion&gt;.card-header a:hover,.megaAkkordeon&gt;.accordion&gt;.card-header a:hover&gt;span{font-weight:bold;font-size:2.1rem;line-height:2.5rem}.megaAkkordeon .card-header{background-color:transparent !important;color:black !important}.megaAkkordeon .card-header .btn,.megaAkkordeon .card-header .btn&gt;span,.megaAkkordeon .card-header .btn:not(.collapsed),.megaAkkordeon .card-header .btn:not(.collapsed)&gt;span,.megaAkkordeon .card-header .btn:active,.megaAkkordeon .card-header .btn:active&gt;span,.megaAkkordeon .card-header .btn:focus,.megaAkkordeon .card-header .btn:focus&gt;span,.megaAkkordeon .card-header .btn:visited,.megaAkkordeon .card-header .btn:visited&gt;span,.megaAkkordeon .card-header .btn:hover,.megaAkkordeon .card-header .btn:hover&gt;span{padding-left:1rem;background-color:transparent !important;color:black !important;font-weight:normal;font-size:1.8rem;line-height:2rem;padding-top:1rem;padding-bottom:1rem}.megaAkkordeon .card-header i{display:none !important;border-right:none}.megaAkkordeon .card-header i.icon-pdv_icon_schrift-kleiner{display:table-cell !important;border-right:none}.megaAkkordeon .card-header i.icon-pdv_icon_schrift-groesser{display:none !important;border-right:none}a.collapsed .megaAkkordeon .card-header i.icon-pdv_icon_schrift-groesser{display:table-cell !important}.megaAkkordeon .card-header a.collapsed i.icon-pdv_icon_schrift-kleiner{display:none !important}.megaAkkordeon .card-header a.collapsed i.icon-pdv_icon_schrift-groesser{display:table-cell !important}.megaAkkordeon .card-body{padding:0}.megaAkkordeon .card-body a{border-bottom:none;line-height:2rem;padding-top:1rem;padding-bottom:1rem}.megaAkkordeon .card-body&gt;.accordion&gt;.card:first-of-type{border-bottom:none;border-top:none}.megaAkkordeon .btn-primary,.megaAkkordeon .btn-primary:hover,.megaAkkordeon .btn-primary:active,.megaAkkordeon .btn-primary:focus,.megaAkkordeon .btn-primary:visited{background-color:transparent !important;color:black !important;text-align:left;font-weight:normal;font-size:1.6rem}.megaAkkordeon .accordion .card .card{padding-bottom:0;padding-top:0;border-left:none !important;border-right:none !important}.megaAkkordeon .card{border:none}.megaAkkordeon .ce-bodytext{padding:1rem}.megaAkkordeon .ce-bodytext,.megaAkkordeon .ce-bodytext *{font-size:1.6rem}.megaAkkordeon a.btn-primary::before{font-family:"icomoon";content:"";font-weight:400;display:inline;font-size:1.4rem;margin-left:auto;position:static}.megaAkkordeon .ce-gallery .row{padding-top:0 !important;padding-bottom:0 !important}.megaAkkordeon .card-header .btn:not(.btnCloseMenu) i{border-right:none !important}.popupcontent .modal-body{padding:50px}.popupcontent .modal-body .close{position:absolute;top:15px;right:35px;font-size:50px}.frame-type-ugpd_carousel .bg-image-carosel{background-size:cover !important;position:relative}.frame-type-ugpd_carousel .bg-image-carosel .carousel-inner .ce-bodytext{height:100%}.frame-type-ugpd_carousel .bg-image-carosel .carousel-inner .video{width:100%}.frame-type-ugpd_carousel .bg-image-carosel .carousel-inner .video .video-embed-item{width:100%}@media (min-width:992px){.frame-type-ugpd_carousel .carousel-control-prev .icon-pdv_icon_arrow_left,.frame-type-ugpd_carousel .carousel-control-prev .icon-pdv_icon_arrow_right,.frame-type-ugpd_carousel .carousel-control-next .icon-pdv_icon_arrow_left,.frame-type-ugpd_carousel .carousel-control-next .icon-pdv_icon_arrow_right{bottom:0;position:absolute;top:0;margin:auto;right:20px}.frame-type-ugpd_carousel .carousel-wrapper{padding:100px 0px}}@media (max-width:992px){.frame-type-ugpd_carousel .carousel-control-prev .icon-pdv_icon_arrow_left,.frame-type-ugpd_carousel .carousel-control-prev .icon-pdv_icon_arrow_right,.frame-type-ugpd_carousel .carousel-control-next .icon-pdv_icon_arrow_left,.frame-type-ugpd_carousel .carousel-control-next .icon-pdv_icon_arrow_right{color:#004d70}.frame-type-ugpd_carousel .carousel-wrapper{padding:50px 0px}}.SliderWithLinks .carousel .image-above .ce-bodytext{height:125px !important}.counter-wrapper{padding-bottom:4rem;padding-top:4rem}.counter-wrapper p{color:white;font-size:10rem;line-height:12rem}.counter-wrapper hr{border-top:1px solid #f5f5f5}.counter-wrapper h3{font-size:3.2rem;font-weight:bold}.counter-wrapper .counter-up-wrapper{margin-bottom:2rem;margin-top:2rem}.counter-wrapper .counter_up{margin-right:2rem}.video-wall-execpted-box{background-color:#808080;position:absolute;text-align:center;color:white;top:0;padding:10px;font-size:15px;font-weight:500}@media (min-width:1200px){.video-wall-execpted-box{padding:50px 10px;font-size:18px;font-weight:bold}}@media (max-width:750px){.video-wall-execpted-box{min-width:325px !important}}.video-wall-execpted-box a{color:white;text-decoration:unset;display:initial;padding:0px}.video-wall-execpted-box a:hover{background-color:white !important}@media (min-width:750px){.video-wall-execpted-box a{padding:10px}}.video-wall-execpted-box .enable-ytb-video{color:white;border:none;margin-bottom:25px;cursor:pointer;padding:5px 15px;font-weight:bold;transition:all ease 300ms}@media (min-width:750px){.video-wall-execpted-box .enable-ytb-video{width:calc(100% - 50px)}}label.poll-radio input{position:absolute;left:1.2rem}body{background-color:#fff}header .logo .svg .cls-1{fill:#007d40}header .logo .svg .cls-2{fill:#e8f0e9}header .logo .svg .cls-3{fill:#83b995}body.inverted header .logo .svg .cls-1,body.inverted header .logo .svg .cls-2,body.inverted header .logo .svg .cls-3{fill:#fff}.bg-brand{background-color:#B62123 !important}.bg-black{background-color:#303030 !important}.bg-white{background-color:#fff !important}.bg-grey{background-color:#7f7f7f !important}.bg-lightgrey{background-color:#F5F5F5 !important}.bg-green{background-color:#B62123 !important}.bg-red{background-color:#d93602 !important}.bg-blue{background-color:#46859f !important}.bg-yellow{background-color:#fdcd31 !important}.border-brand{border-color:#B62123 !important}.border-black{border-color:#303030 !important}.border-white{border-color:#fff !important}.border-grey{border-color:#7f7f7f !important}.border-lightgrey{border-color:#F5F5F5 !important}.border-green{border-color:#B62123 !important}.border-red{border-color:#d93602 !important}.border-blue{border-color:#46859f !important}.border-yellow{border-color:#fdcd31 !important}.color-brand{color:#B62123 !important}.color-black{color:#303030 !important}.color-white{color:#fff !important}.color-grey{color:#7f7f7f !important}.color-lightgrey{color:#F5F5F5 !important}.color-green{color:#B62123 !important}.color-red{color:#d93602 !important}.color-blue{color:#46859f !important}.color-yellow{color:#fdcd31 !important}.btn .btn-grey{background-color:#7f7f7f !important;color:#303030 !important}.btn .btn-grey:hover,.btn .btn-grey:active,.btn .btn-grey:focus{background-color:#303030 !important;color:#7f7f7f !important}.btn.btn-brand{background-color:#fff !important;color:#B62123 !important}.btn.btn-brand:hover,.btn.btn-brand:active,.btn.btn-brand:focus{background-color:#B62123 !important;color:#fff !important}.btn.btn-black{background-color:#303030 !important;color:#fff !important}.btn.btn-black:hover,.btn.btn-black:active,.btn.btn-black:focus{background-color:#fff !important;color:#303030 !important}.btn.btn-contrast{background-color:#fff !important;color:#303030 !important}.btn.btn-contrast:hover,.btn.btn-contrast:active,.btn.btn-contrast:focus{background-color:#303030 !important;color:#fff !important}.btn.btn-white{background-color:#fff !important;color:#303030 !important}.btn.btn-white:hover,.btn.btn-white:active,.btn.btn-white:focus{background-color:#303030 !important;color:#fff !important}.headstrip{background-color:#F5F5F5}.breadcrumb a,.breadcrumb span{color:#303030;font-weight:500}.breadcrumb span:first-child a{font-weight:bold}header.pageHeader,header.pageHeader .brand-container svg{background-color:#fff}.bg-brand,.tx-indexedsearch-browselist-currentPage a{background-color:#B62123}.tx-indexedsearch-searchbox-sword,.headerSearchForm .tx-indexedsearch-searchbox-sword{background-color:transparent}.tx-indexedsearch-browselist-currentPage a,.headerSearchForm .tx-indexedsearch-searchbox-sword,.menuLabel{color:#fff}.tx-indexedsearch-browsebox a{color:#B62123}body&gt;header.pageHeader .btn-search{color:#B62123}.headstrip,.headstrip a,.headstrip a:hover,.headstrip a:active,.headstrip a:focus{color:#B62123}.headerSearchForm .tx-indexedsearch-searchbox-sword{border-bottom-color:#fff}.additional .headerSearchForm .icon-pdv_icon_suchen{color:#B62123}#mainNavigation .additional a{color:#B62123}.tx-indexedsearch-browsebox a{border-color:#B62123}.tx-indexedsearch-browselist-currentPage a,.tx-indexedsearch-browsebox a:hover,.tx-indexedsearch-browsebox a:focus,.tx-indexedsearch-browsebox a:active{color:#fff !important;background-color:#B62123}.btn.btn-primary.btn-menu{background-color:#B62123 !important}.btn.btn-primary.btn-menu .menu-bar{background-color:#fff}.btn.btn-primary.btn-menu:hover,.btn.btn-primary.btn-menu:active,.btn.btn-primary.btn-menu:focus{background-color:#B62123;color:#fff}input::placeholder,input.form-control.tx-indexedsearch-searchbox-sword::placeholder{color:#fff !important;opacity:1 !important}input:-ms-input-placeholder,input.form-control.tx-indexedsearch-searchbox-sword:-ms-input-placeholder{color:#fff !important;opacity:1 !important}input::-ms-input-placeholder,input.form-control.tx-indexedsearch-searchbox-sword::-ms-input-placeholder{color:#fff !important;opacity:1 !important}.additional input::placeholder,.additional input.form-control.tx-indexedsearch-searchbox-sword::placeholder{color:#303030 !important;opacity:1 !important}.additional input:-ms-input-placeholder,.additional input.form-control.tx-indexedsearch-searchbox-sword:-ms-input-placeholder{color:#303030 !important;opacity:1 !important}.additional input::-ms-input-placeholder,.additional input.form-control.tx-indexedsearch-searchbox-sword::-ms-input-placeholder{color:#303030 !important;opacity:1 !important}#homeNavigation ul.depth-0,#homeNavigation ul.depth-1{background-color:#fff}#homeNavigation ul.depth-0&gt;li&gt;a,#homeNavigation ul.depth-0&gt;li&gt;a:hover{color:#303030}#homeNavigation ul.depth-0 li{border-right-color:#B62123}#homeNavigation ul.depth-0 li a.active{background-color:#ffdadb}#mainNavigation{border-color:#B62123}#mainNavigation .btnCloseMenu{color:#303030}#mainNavigation,#mainNavigation .dropdown-content{background-color:#fff;color:#303030}#mainNavigation:not(.menuOpened) .navbar&gt;.level-0&gt;a.active{color:#fff !important;background-color:#B62123 !important}#mainNavigation .navbar&gt;.level-0.open&gt;a{color:#fff !important}#mainNavigation .navbar&gt;.level-0 a,#mainNavigation .navbar&gt;.level-0 a:focus{color:#B62123}#mainNavigation .navbar&gt;.level-0 a:hover,#mainNavigation .navbar&gt;.level-0 a:active,#mainNavigation .navbar&gt;.level-0 a.current.active,#mainNavigation .navbar&gt;.level-0 .level-1 a.active{color:#750200;background-color:#ffdadb}#mainNavigation .navbar&gt;.level-0.open .level-1&gt;li&gt;a{color:#B62123}#mainNavigation .navbar&gt;.level-0.open&gt;a{background-color:#B62123}#mainNavigation .navbar&gt;.level-0.open .dropdown-content{border-color:#B62123}#mainNavigation ul.level-1&gt;li&gt;a{border-color:#303030}@media (max-width:1199px){#mainNavigation.open&gt;.container .level-0&gt;a{border-color:#B62123}#mainNavigation.open&gt;.container .level-0.open&gt;a{background-color:#ffdadb !important;color:#B62123 !important}#mainNavigation.open&gt;.container ul.level-1.open{background-color:#e3e3e3}#mainNavigation.open&gt;.container ul.level-1 ul{background-color:#F5F5F5}#mainNavigation.open&gt;.container ul.level-1 a{color:#303030 !important;background:transparent}}body .SliderWithLinks .carousel-navigation{border:solid 1px #B62123}body p{color:#303030}body span a,body a{color:#931715}body .tilesContainer .card{background-color:#F5F5F5}body .zebra:nth-child(2n) .tilesContainer .card{background-color:#fff}body .megaAkkordeon{background-color:#F5F5F5}body .zebra:nth-child(2n) .megaAkkordeon{background-color:#fff}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(even),body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(even){background-color:transparent}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child),body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child){background-color:#750200}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages),body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages){background-color:#B62123}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) li::before,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) li::before{color:#fff !important}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child),body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages),body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child),body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages){color:#fff}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:hover,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:active,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:focus,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:hover,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:active,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:focus,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:hover,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:active,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:focus,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:hover,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:active,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:focus{border-bottom-color:#fff;color:#B62123}body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) header span,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) span a,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) :not(a),body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) header span,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) span a,body&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) :not(a),body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) header span,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) span a,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) :not(a),body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) header span,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) span a,body&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) :not(a){color:#fff !important}body .megaAkkordeon .btn-primary,body .megaAkkordeon .btn-primary:hover,body .megaAkkordeon .btn-primary:active,body .megaAkkordeon .btn-primary:focus,body .megaAkkordeon .btn-primary:visited{color:#B62123 !important}body a:hover,body a:active,body a:focus,body .btn:hover,body .btn:active,body .btn:focus,body .ce-bodytext,body .card-body,body .sliderImageLink .wrapper .caption,body .zebra li::before{color:#931715}body body li::before,body .zebra li::before{color:#931715 !important}body p.intro,body .intro p,body .news-list-item header::after{color:#B62123}body .news-akkordion .news-content{border-bottom:2px solid #B62123}body .card.infobox header span{color:#B62123}body #scrollDown:hover::before,body #scrollDown:active::before,body #scrollDown:focus::before{color:#fff;background-color:#B62123}body .bg-main,body .video-wall-execpted-box a,.video-wall-execpted-box body a{background-color:#B62123 !important}body .bg-main-dark{background-color:#931715 !important}body .border-main{border-color:#B62123 !important}body .color-main{color:#B62123 !important}body .btn{color:#931715}body .btn:hover,body .btn:active,body .btn:focus{color:#fff;background-color:#931715}body .btn-back,body .btn-zurueck{background-color:#931715;color:#fff}body .btn-back:hover,body .btn-back:active,body .btn-back:focus,body .btn-zurueck:hover,body .btn-zurueck:active,body .btn-zurueck:focus{background-color:#fff;color:#931715}body .btn.btn-lg{margin-left:auto;margin-right:auto;padding:0.5em 1.5em}body .btn-main,body .btn-primary{background-color:#931715;color:#fff}body .btn-main:not(:disabled):not(.disabled).active,body .btn-main:not(:disabled):not(.disabled):active,body .btn-main:hover,body .btn-main:active,body .btn-main:focus,body .btn-primary:not(:disabled):not(.disabled).active,body .btn-primary:not(:disabled):not(.disabled):active,body .btn-primary:hover,body .btn-primary:active,body .btn-primary:focus{background-color:#fff;color:#931715}body header&gt;span{color:#303030}body header small{color:#B62123}body .carousel .carousel-inner,body .carousel .carousel-inner p,body .carousel .carousel-inner a{color:#fff}body .carousel header span,body .carousel header small{color:#fff !important}body .carousel .ce-bodytext{background-color:#B62123}body .carousel .carousel-navigation{background-color:#fff}body .carousel .carousel-navigation a{color:#B62123}body .carousel .carousel-navigation a::before{color:#B62123;border:1px solid #B62123}body .carousel .carousel-navigation .carousel-indicators a.active::before{background-color:#B62123}body .timeline header span{color:#B62123 !important}body .timeline .timelineBlock{background-color:#B62123}body .timeline .timelineBlock .card{background-color:#F5F5F5}body .timeline .timelineBlock body .timeline .timelineBlock,body .timeline .timelineBlock:last-child body .timeline .timelineBlock::after,body .timeline .timelineBlock body .timeline .timelineBlock:last-child .card{background-color:#B62123}body .timeline .timelineBlock:last-child .card{background-color:#B62123 !important;color:#fff !important}body .timeline .timelineBlock:last-child{background-color:transparent}body .timeline .timelineBlock:last-child .card p,body .timeline .timelineBlock:last-child .card a,body .timeline .timelineBlock:last-child .card header span,body .timeline .timelineBlock:last-child .card header small{color:#fff !important}body .timeline .timelineBlock:last-child .card::before{border-color:transparent transparent #B62123 !important}body .timeline .timelineBlock:nth-child(2n+1)&gt;.card::before{border-color:transparent transparent transparent #F5F5F5}body .timeline .timelineBlock:nth-child(2n)&gt;.card::before{border-color:transparent #F5F5F5 transparent transparent}body .timeline.start-primary .timelineBlock:nth-child(2n)&gt;.card::before{border-color:transparent transparent transparent #F5F5F5}body .timeline.start-primary .timelineBlock:nth-child(2n+1)&gt;.card::before{border-color:transparent #F5F5F5 transparent transparent}body .zebra:nth-child(2n) .timeline .timelineBlock .card{background-color:#fff}body .zebra:nth-child(2n) .timeline .timelineBlock:nth-child(2n+1)&gt;.card::before{border-color:transparent transparent transparent #fff}body .zebra:nth-child(2n) .timeline .timelineBlock:nth-child(2n)&gt;.card::before{border-color:transparent #fff transparent transparent}body .zebra:nth-child(2n) .timeline.start-primary .timelineBlock:nth-child(2n)&gt;.card::before{border-color:transparent transparent transparent #fff}body .zebra:nth-child(2n) .timeline.start-primary .timelineBlock:nth-child(2n+1)&gt;.card::before{border-color:transparent #fff transparent transparent}body .card-header .btn span{color:#B62123}body .card-header .btn:not(.collapsed),body .card-header .btn:active,body .card-header .btn:focus,body .card-header .btn:hover{background-color:#B62123}body .card-header .btn:not(.collapsed),body .card-header .btn:not(.collapsed)&gt;span,body .card-header .btn:active,body .card-header .btn:active&gt;span,body .card-header .btn:focus,body .card-header .btn:focus&gt;span,body .card-header .btn:hover,body .card-header .btn:hover&gt;span{color:#fff}body .accordion .card,body .accordion .card:last-child{border-color:#B62123}body .accordion.accordion-2,body .accordion.accordion-2&gt;.card-header,body .accordion.accordion-2&gt;.card{border-color:#B62123;background-color:transparent}body .accordion.accordion-3 .card-header{background-color:transparent}body .accordion.accordion-3 .card-header,body .accordion.accordion-3 .card-header:first-child{border-color:#B62123}body .tab-content .nav-tabs{border-color:#B62123}body .tab-content .nav-tabs .nav-item a{color:#B62123}body .tab-content .nav-tabs .nav-link{transition:color 0.3s linear}body .tab-content .nav-tabs .nav-link:hover{background-color:transparent}body .tab-content .nav-tabs .nav-link:hover,body .tab-content .nav-tabs .nav-link:active,body .tab-content .nav-tabs .nav-link:focus,body .tab-content .nav-tabs .nav-link.active{border-color:#B62123}body .tab-content .nav-tabs .nav-link:active,body .tab-content .nav-tabs .nav-link:focus,body .tab-content .nav-tabs .nav-link.active{background-color:#B62123;color:#fff}body .tx-ttaddress-pi1 .organization,body .tx-ttaddress-pi1 .icomoon{color:#B62123}body .tx-ttaddress-pi1 .name,body .tx-ttaddress-pi1 .phone,body .tx-ttaddress-pi1 .kontakt,body .tx-ttaddress-pi1 .email{border-color:#B62123}body .tx-ttaddress-pi1 .kontakt,body .tx-ttaddress-pi1 .kontakt p,body .tx-ttaddress-pi1 .kontakt span,body .tx-ttaddress-pi1 .kontakt .prop{color:#B62123}body .ce-menu:not(.frame-type-menu_sitemap_pages){border-color:#B62123}body .ce-menu:not(.frame-type-menu_sitemap_pages),body .ce-menu:not(.frame-type-menu_sitemap_pages) *:not(a){color:#B62123}body .ce-menu:not(.frame-type-menu_sitemap_pages) a:hover,body .ce-menu:not(.frame-type-menu_sitemap_pages) a:active,body .ce-menu:not(.frame-type-menu_sitemap_pages) a:focus,body .ce-menu:not(.frame-type-menu_sitemap_pages) a.active{border-bottom:0.2rem solid #B62123}body .flats header,body .flats header::after,body .jobs header,body .jobs header::after{color:#B62123}body .btn-search{color:#B62123}body .filter .field select,body .filter .field:before{border-color:#fff;color:#fff}body .filter .field select option{border-color:transparent;color:#303030}body .news.news-layout-1{background:#fff}body .news.news-layout-1 .carousel .carousel-inner header,body .news.news-layout-1 .carousel .carousel-inner time,body .news.news-layout-1 .carousel .carousel-inner a{color:#303030}body .news .eilmeldungLabel p{color:#fff}body .news a.carousel-control-prev::before,body .news a.carousel-control-next::before,body .news .eilmeldungLabel{color:#fff;background-color:#B62123}body .masonry .card{background-color:#fff}body .masonry .ce-gallery,body .masonry .grid .grid-item:nth-child(2n) .card{background-color:#B62123}body .masonry header,body .masonry header span{color:#B62123}body .masonry .card header span{border-bottom-color:transparent}body .masonry .card:hover header span:last-child{border-bottom-color:#B62123}body .headerImage,body .headerImage .ce-bodytext,body .headerImage .ce-bodytext p,body .headerImage .header-breadcrumb,body .headerImage span,body .headerImage header span,body .headerImage header small,body .masonry .grid .grid-item:nth-child(2n) .card,body .masonry .grid .grid-item:nth-child(2n) .card .ce-bodytext,body .masonry .grid .grid-item:nth-child(2n) .card .ce-bodytext p,body .masonry .grid .grid-item:nth-child(2n) .card .header-breadcrumb,body .masonry .grid .grid-item:nth-child(2n) .card span,body .masonry .grid .grid-item:nth-child(2n) .card header span,body .masonry .grid .grid-item:nth-child(2n) .card header small{color:#fff}body .masonry .ce-bodytext{background-color:transparent}body,body p,body li,body .ce-bodytext{color:#303030}body .ce-gallery .image::after{background-color:#B62123}body header:not(.pageHeader) a{color:#B62123}body header:not(.pageHeader) a:hover{border-bottom:solid 0.2rem #B62123}body .zebra{background-color:#fff}body .zebra:nth-child(2n){background-color:#F5F5F5}body .news .news-categories{background:#B62123}body .news&gt;.news-title a{color:#B62123}body .news .f3-widget-paginator p{color:#B62123}body .news .f3-widget-paginator li.current{background:#B62123;color:#fff}body .news .f3-widget-paginator li.current a{color:#fff}body .news .f3-widget-paginator li a{color:#303030}body .news .f3-widget-paginator li a:hover,body .news .f3-widget-paginator li a:active,body .news .f3-widget-paginator li a:focus{background:#B62123;color:#fff}body .news .categories:before{color:#B62123}body .news .categories:after{background:#B62123}body .news .categories select{color:#B62123;background:transparent}body .news .categories select option{background:#e8e8e7 !important;color:#117b3d !important}body .news .categories select:focus::-ms-value{background-color:transparent}body .news .thumbnail{color:#F5F5F5}body blockquote,body blockquote p{color:#B62123}body .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword{color:#303030;border-color:#303030}body .tx-indexedsearch-searchbox #tx_indexedsearch p{color:#303030}body .tx-indexedsearch-searchbox #tx_indexedsearch .breadcrumb-suche{color:#303030}body .tx-indexedsearch-browsebox .categories:before,body .tx-indexedsearch-browsebox .categories select{color:#B62123}body .tx-indexedsearch-res .tx-indexedsearch-title::after{color:#B62123}body .contact-box{background-color:#fff}body .contact-box p{color:#B62123}body .contact-box a.link{color:#fff;background-color:#B62123}body .close-searchform,body .tx-indexedsearch-form::before{color:#fff}body .leistungen .nichtvorhanden,body .leistungen .vorhanden{background-color:#B62123;color:#fff}body .leistungen .nichtvorhanden p,body .leistungen .vorhanden p{color:#fff}body .leistungen .nichtvorhanden p:before,body .leistungen .vorhanden p:before{background:#fff}body .leistungen .nichtvorhanden-icon,body .leistungen .vorhanden-icon{background-color:#B62123}body .leistungen .nichtvorhanden-icon span,body .leistungen .vorhanden-icon span{color:#fff}body .colorizedBackground p{color:#fff}body ul.f3-widget-paginator li{border-color:#B62123}body footer.pageFooter{background-color:#B62123}body footer.pageFooter,body footer.pageFooter:hover,body footer.pageFooter:active,body footer.pageFooter:focus,body footer.pageFooter a,body footer.pageFooter a:hover,body footer.pageFooter a:active,body footer.pageFooter a:focus{color:#fff}body footer.pageFooter #back-to-top .fas{border:0.1rem #fff solid}body footer.pageFooter #back-to-top:hover .fas,body footer.pageFooter #back-to-top:active .fas,body footer.pageFooter #back-to-top:focus .fas{background-color:#fff;color:#B62123}.carousel .carousel-inner .carousel-item.frame-layout-1,.carousel .carousel-inner .carousel-item.frame-layout-1 p,.carousel .carousel-inner .carousel-item.frame-layout-1 a,.carousel .carousel-inner .carousel-item.frame-layout-1 header span,.carousel .carousel-inner .carousel-item.frame-layout-1 header small,.carousel .carousel-inner .carousel-item.frame-layout-1 li,.carousel .carousel-inner .carousel-item.frame-layout-0,.carousel .carousel-inner .carousel-item.frame-layout-0 p,.carousel .carousel-inner .carousel-item.frame-layout-0 a,.carousel .carousel-inner .carousel-item.frame-layout-0 header span,.carousel .carousel-inner .carousel-item.frame-layout-0 header small,.carousel .carousel-inner .carousel-item.frame-layout-0 li{color:#fff}.carousel .carousel-inner .carousel-item.frame-layout-1 span.carousel-control-panel,.carousel .carousel-inner .carousel-item.frame-layout-0 span.carousel-control-panel{color:#B62123}.carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-control-prev .icomoon-v2,.carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-control-next .icomoon-v2,.carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-control-prev .icomoon-v2,.carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-control-next .icomoon-v2{border-color:#B62123}.carousel .carousel-inner .carousel-item.frame-layout-1 .ce-bodytext,.carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-indicators a.active::before,.carousel .carousel-inner .carousel-item.frame-layout-0 .ce-bodytext,.carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-indicators a.active::before{background-color:#B62123}.carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-navigation,.carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-navigation{background-color:#fff}.carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-navigation a,.carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-navigation a::before,.carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-navigation a,.carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-navigation a::before{color:#B62123}.carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-navigation a::before,.carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-navigation a::before{border-color:#B62123}.SliderWithLinks .carousel-inner .ce-bodytext::-webkit-scrollbar-track{background:#da3033}.SliderWithLinks .carousel-inner .ce-bodytext::-webkit-scrollbar-thumb{background:#B62123}body.inverted{background-color:#303030}body.inverted .bg-brand{background-color:#00bd95 !important}body.inverted .bg-green{background-color:#00bd95 !important}body.inverted .bg-red{background-color:#FF6138 !important}body.inverted .bg-blue{background-color:#448EF6 !important}body.inverted .bg-yellow{background-color:#f7ca5d !important}body.inverted .bg-black{background-color:#303030 !important}body.inverted .bg-white{background-color:#303030 !important}body.inverted .bg-grey{background-color:#303030 !important}body.inverted .bg-lightgrey{background-color:#303030 !important}body.inverted .border-brand{border-color:#00bd95 !important}body.inverted .border-green{border-color:#00bd95 !important}body.inverted .border-red{border-color:#FF6138 !important}body.inverted .border-blue{border-color:#448EF6 !important}body.inverted .border-yellow{border-color:#f7ca5d !important}body.inverted .border-black{border-color:#fff !important}body.inverted .border-white{border-color:#303030 !important}body.inverted .border-grey{border-color:#303030 !important}body.inverted .border-lightgrey{border-color:#303030 !important}body.inverted .color-brand{color:#00bd95 !important}body.inverted .color-green{color:#00bd95 !important}body.inverted .color-red{color:#FF6138 !important}body.inverted .color-blue{color:#448EF6 !important}body.inverted .color-yellow{color:#f7ca5d !important}body.inverted .color-black{color:#fff !important}body.inverted .color-white{color:#303030 !important}body.inverted .color-grey{color:#303030 !important}body.inverted .color-lightgrey{color:#303030 !important}body.inverted .btn-grey{background-color:#303030;color:#fff}body.inverted .btn-grey:hover,body.inverted .btn-grey:active,body.inverted .btn-grey:focus{background-color:#fff;color:#303030}body.inverted .btn-brand{background-color:#303030;color:#00bd95 !important}body.inverted .btn-brand:hover,body.inverted .btn-brand:active,body.inverted .btn-brand:focus{background-color:#00bd95;color:#303030}body.inverted .btn-black{background-color:#fff;color:#303030}body.inverted .btn-black:hover,body.inverted .btn-black:active,body.inverted .btn-black:focus{background-color:#303030;color:#fff}body.inverted .btn-contrast{background-color:#303030;color:#fff}body.inverted .btn-contrast:hover,body.inverted .btn-contrast:active,body.inverted .btn-contrast:focus{background-color:#fff;color:#303030}body.inverted .btn-white{background-color:#303030;color:#fff}body.inverted .btn-white:hover,body.inverted .btn-white:active,body.inverted .btn-white:focus{background-color:#fff;color:#303030}body.inverted .headstrip{background-color:#F5F5F5}body.inverted .breadcrumb a,body.inverted .breadcrumb span{color:#fff;font-weight:500}body.inverted .breadcrumb span:first-child a{font-weight:bold}body.inverted header.pageHeader,body.inverted header.pageHeader .brand-container svg{background-color:#303030}body.inverted .bg-brand,body.inverted .tx-indexedsearch-browselist-currentPage a{background-color:#00bd95}body.inverted .tx-indexedsearch-searchbox-sword,body.inverted .headerSearchForm .tx-indexedsearch-searchbox-sword{background-color:transparent}body.inverted .tx-indexedsearch-browselist-currentPage a,body.inverted .headerSearchForm .tx-indexedsearch-searchbox-sword,body.inverted .menuLabel{color:#303030}body.inverted .tx-indexedsearch-browsebox a{color:#00bd95}body.inverted body&gt;header.pageHeader .btn-search{color:#00bd95}body.inverted .headstrip,body.inverted .headstrip a,body.inverted .headstrip a:hover,body.inverted .headstrip a:active,body.inverted .headstrip a:focus{color:#00bd95}body.inverted .headerSearchForm .tx-indexedsearch-searchbox-sword{border-bottom-color:#303030}body.inverted .additional .headerSearchForm .icon-pdv_icon_suchen{color:#00bd95}body.inverted #mainNavigation .additional a{color:#00bd95}body.inverted .tx-indexedsearch-browsebox a{border-color:#00bd95}body.inverted .tx-indexedsearch-browselist-currentPage a,body.inverted .tx-indexedsearch-browsebox a:hover,body.inverted .tx-indexedsearch-browsebox a:focus,body.inverted .tx-indexedsearch-browsebox a:active{color:#303030 !important;background-color:#00bd95}body.inverted .btn.btn-primary.btn-menu{background-color:#00bd95 !important}body.inverted .btn.btn-primary.btn-menu .menu-bar{background-color:#303030}body.inverted .btn.btn-primary.btn-menu:hover,body.inverted .btn.btn-primary.btn-menu:active,body.inverted .btn.btn-primary.btn-menu:focus{background-color:#00bd95;color:#303030}body.inverted input::placeholder,body.inverted input.form-control.tx-indexedsearch-searchbox-sword::placeholder{color:#303030 !important;opacity:1 !important}body.inverted input:-ms-input-placeholder,body.inverted input.form-control.tx-indexedsearch-searchbox-sword:-ms-input-placeholder{color:#303030 !important;opacity:1 !important}body.inverted input::-ms-input-placeholder,body.inverted input.form-control.tx-indexedsearch-searchbox-sword::-ms-input-placeholder{color:#303030 !important;opacity:1 !important}.additional body.inverted input::placeholder,.additional body.inverted input.form-control.tx-indexedsearch-searchbox-sword::placeholder{color:#fff !important;opacity:1 !important}.additional body.inverted input:-ms-input-placeholder,.additional body.inverted input.form-control.tx-indexedsearch-searchbox-sword:-ms-input-placeholder{color:#fff !important;opacity:1 !important}.additional body.inverted input::-ms-input-placeholder,.additional body.inverted input.form-control.tx-indexedsearch-searchbox-sword::-ms-input-placeholder{color:#fff !important;opacity:1 !important}body.inverted #homeNavigation ul.depth-0,body.inverted #homeNavigation ul.depth-1{background-color:#303030}body.inverted #homeNavigation ul.depth-0&gt;li&gt;a,body.inverted #homeNavigation ul.depth-0&gt;li&gt;a:hover{color:#fff}body.inverted #homeNavigation ul.depth-0 li{border-right-color:#00bd95}body.inverted #homeNavigation ul.depth-0 li a.active{background-color:greenInverted}body.inverted #mainNavigation{border-color:#00bd95}body.inverted #mainNavigation .btnCloseMenu{color:#fff}body.inverted #mainNavigation,body.inverted #mainNavigation .dropdown-content{background-color:#303030;color:#fff}body.inverted #mainNavigation:not(.menuOpened) .navbar&gt;.level-0&gt;a.active{color:#303030 !important;background-color:#00bd95 !important}body.inverted #mainNavigation .navbar&gt;.level-0.open&gt;a{color:#303030 !important}body.inverted #mainNavigation .navbar&gt;.level-0 a,body.inverted #mainNavigation .navbar&gt;.level-0 a:focus{color:#00bd95}body.inverted #mainNavigation .navbar&gt;.level-0 a:hover,body.inverted #mainNavigation .navbar&gt;.level-0 a:active,body.inverted #mainNavigation .navbar&gt;.level-0 a.current.active,body.inverted #mainNavigation .navbar&gt;.level-0 .level-1 a.active{color:#750200;background-color:greenInverted}body.inverted #mainNavigation .navbar&gt;.level-0.open .level-1&gt;li&gt;a{color:#00bd95}body.inverted #mainNavigation .navbar&gt;.level-0.open&gt;a{background-color:#00bd95}body.inverted #mainNavigation .navbar&gt;.level-0.open .dropdown-content{border-color:#00bd95}body.inverted #mainNavigation ul.level-1&gt;li&gt;a{border-color:#fff}@media (max-width:1199px){body.inverted #mainNavigation.open&gt;.container .level-0&gt;a{border-color:#00bd95}body.inverted #mainNavigation.open&gt;.container .level-0.open&gt;a{background-color:greenInverted !important;color:#00bd95 !important}body.inverted #mainNavigation.open&gt;.container ul.level-1.open{background-color:#303030}body.inverted #mainNavigation.open&gt;.container ul.level-1 ul{background-color:#303030}body.inverted #mainNavigation.open&gt;.container ul.level-1 a{color:#fff !important;background:transparent}}body.inverted #mainNavigation&gt;ul:nth-child(1) li.navBack a{background-color:#303030;color:#00bd95}body.inverted #mainNavigation&gt;ul:nth-child(2) li.navBack a{background-color:#303030;color:#FF6138}body.inverted #mainNavigation&gt;ul:nth-child(3) li.navBack a{background-color:#303030;color:#448EF6}body.inverted #mainNavigation&gt;ul:nth-child(4) li.navBack a{background-color:#303030;color:#f7ca5d}body.inverted #mainNavigation&gt;ul:nth-child(4) li.navBack a{background-color:#303030;color:#00bd95}body.inverted #mainNavigation&gt;ul:nth-child(1) li.active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(1) li:hover&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(1) li:active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(1) li:focus&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(2) li.active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(2) li:hover&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(2) li:active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(2) li:focus&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(3) li.active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(3) li:hover&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(3) li:active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(3) li:focus&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(4) li.active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(4) li:hover&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(4) li:active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(4) li:focus&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(5) li.active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(5) li:hover&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(5) li:active&gt;a.btn,body.inverted #mainNavigation&gt;ul:nth-child(5) li:focus&gt;a.btn{color:#303030 !important}body.inverted #mainNavigation&gt;ul:nth-child(1) li.navBack a,body.inverted #mainNavigation&gt;ul:nth-child(2) li.navBack a,body.inverted #mainNavigation&gt;ul:nth-child(3) li.navBack a,body.inverted #mainNavigation&gt;ul:nth-child(4) li.navBack a,body.inverted #mainNavigation&gt;ul:nth-child(5) li.navBack a{background-color:#303030;color:#303030}body.inverted .btn-menu{color:#303030 !important}body.inverted footer.pageFooter{background-color:#00bd95}body.inverted footer.pageFooter,body.inverted footer.pageFooter:hover,body.inverted footer.pageFooter:active,body.inverted footer.pageFooter:focus,body.inverted footer.pageFooter a,body.inverted footer.pageFooter a:hover,body.inverted footer.pageFooter a:active,body.inverted footer.pageFooter a:focus{color:#303030}body.inverted footer.pageFooter #back-to-top .fas{border:0.1rem #303030 solid}body.inverted footer.pageFooter #back-to-top:hover .fas,body.inverted footer.pageFooter #back-to-top:active .fas,body.inverted footer.pageFooter #back-to-top:focus .fas{background-color:#303030;color:#00bd95}body.inverted .SliderWithLinks .carousel-navigation{border:solid 1px #00bd95}body.inverted p{color:#303030}body.inverted span a,body.inverted a{color:#00bd95}body.inverted .tilesContainer .card{background-color:#fff}body.inverted .zebra:nth-child(2n) .tilesContainer .card{background-color:#303030}body.inverted .megaAkkordeon{background-color:#fff}body.inverted .zebra:nth-child(2n) .megaAkkordeon{background-color:#303030}body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(even),body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(even){background-color:transparent}body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child),body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child){background-color:#00bd95}body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages),body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages){background-color:#00bd95}body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) li::before,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) li::before{color:#303030 !important}body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child),body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages),body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child),body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages){color:#303030}body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:hover,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:active,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:focus,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:hover,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:active,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:focus,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:hover,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:active,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a:focus,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:hover,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:active,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a:focus{border-bottom-color:#303030;color:#00bd95}body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) header span,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) span a,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) :not(a),body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) header span,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) span a,body.inverted&gt;:nth-child(6) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) :not(a),body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) header span,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) a,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) span a,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1&gt;:nth-child(odd):not(:first-child) :not(a),body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) header span,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) a,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) span a,body.inverted&gt;:nth-child(5) .frame-type-ugpd_columns .col-lg.offset-lg-1 .ce-menu:not(.frame-type-menu_sitemap_pages) :not(a){color:#303030 !important}body.inverted .megaAkkordeon .btn-primary,body.inverted .megaAkkordeon .btn-primary:hover,body.inverted .megaAkkordeon .btn-primary:active,body.inverted .megaAkkordeon .btn-primary:focus,body.inverted .megaAkkordeon .btn-primary:visited{color:#00bd95 !important}body.inverted a:hover,body.inverted a:active,body.inverted a:focus,body.inverted .btn:hover,body.inverted .btn:active,body.inverted .btn:focus,body.inverted .ce-bodytext,body.inverted .card-body,body.inverted .sliderImageLink .wrapper .caption,body.inverted .zebra li::before{color:#00bd95}body.inverted body li::before,body.inverted .zebra li::before{color:#00bd95 !important}body.inverted p.intro,body.inverted .intro p,body.inverted .news-list-item header::after{color:#00bd95}body.inverted .news-akkordion .news-content{border-bottom:2px solid #00bd95}body.inverted .card.infobox header span{color:#00bd95}body.inverted #scrollDown:hover::before,body.inverted #scrollDown:active::before,body.inverted #scrollDown:focus::before{color:#303030;background-color:#00bd95}body.inverted .bg-main,body.inverted .video-wall-execpted-box a,.video-wall-execpted-box body.inverted a{background-color:#00bd95 !important}body.inverted .bg-main-dark{background-color:#00bd95 !important}body.inverted .border-main{border-color:#00bd95 !important}body.inverted .color-main{color:#00bd95 !important}body.inverted .btn{color:#00bd95}body.inverted .btn:hover,body.inverted .btn:active,body.inverted .btn:focus{color:#303030;background-color:#00bd95}body.inverted .btn-back,body.inverted .btn-zurueck{background-color:#00bd95;color:#303030}body.inverted .btn-back:hover,body.inverted .btn-back:active,body.inverted .btn-back:focus,body.inverted .btn-zurueck:hover,body.inverted .btn-zurueck:active,body.inverted .btn-zurueck:focus{background-color:#303030;color:#00bd95}body.inverted .btn.btn-lg{margin-left:auto;margin-right:auto;padding:0.5em 1.5em}body.inverted .btn-main,body.inverted .btn-primary{background-color:#00bd95;color:#303030}body.inverted .btn-main:not(:disabled):not(.disabled).active,body.inverted .btn-main:not(:disabled):not(.disabled):active,body.inverted .btn-main:hover,body.inverted .btn-main:active,body.inverted .btn-main:focus,body.inverted .btn-primary:not(:disabled):not(.disabled).active,body.inverted .btn-primary:not(:disabled):not(.disabled):active,body.inverted .btn-primary:hover,body.inverted .btn-primary:active,body.inverted .btn-primary:focus{background-color:#303030;color:#00bd95}body.inverted header&gt;span{color:#303030}body.inverted header small{color:#00bd95}body.inverted .carousel .carousel-inner,body.inverted .carousel .carousel-inner p,body.inverted .carousel .carousel-inner a{color:#303030}body.inverted .carousel header span,body.inverted .carousel header small{color:#303030 !important}body.inverted .carousel .ce-bodytext{background-color:#00bd95}body.inverted .carousel .carousel-navigation{background-color:#303030}body.inverted .carousel .carousel-navigation a{color:#00bd95}body.inverted .carousel .carousel-navigation a::before{color:#00bd95;border:1px solid #00bd95}body.inverted .carousel .carousel-navigation .carousel-indicators a.active::before{background-color:#00bd95}body.inverted .timeline header span{color:#00bd95 !important}body.inverted .timeline .timelineBlock{background-color:#00bd95}body.inverted .timeline .timelineBlock .card{background-color:#fff}body.inverted .timeline .timelineBlock body.inverted .timeline .timelineBlock,body.inverted .timeline .timelineBlock:last-child body.inverted .timeline .timelineBlock::after,body.inverted .timeline .timelineBlock body.inverted .timeline .timelineBlock:last-child .card{background-color:#00bd95}body.inverted .timeline .timelineBlock:last-child .card{background-color:#00bd95 !important;color:#303030 !important}body.inverted .timeline .timelineBlock:last-child{background-color:transparent}body.inverted .timeline .timelineBlock:last-child .card p,body.inverted .timeline .timelineBlock:last-child .card a,body.inverted .timeline .timelineBlock:last-child .card header span,body.inverted .timeline .timelineBlock:last-child .card header small{color:#303030 !important}body.inverted .timeline .timelineBlock:last-child .card::before{border-color:transparent transparent #00bd95 !important}body.inverted .timeline .timelineBlock:nth-child(2n+1)&gt;.card::before{border-color:transparent transparent transparent #fff}body.inverted .timeline .timelineBlock:nth-child(2n)&gt;.card::before{border-color:transparent #fff transparent transparent}body.inverted .timeline.start-primary .timelineBlock:nth-child(2n)&gt;.card::before{border-color:transparent transparent transparent #fff}body.inverted .timeline.start-primary .timelineBlock:nth-child(2n+1)&gt;.card::before{border-color:transparent #fff transparent transparent}body.inverted .zebra:nth-child(2n) .timeline .timelineBlock .card{background-color:#303030}body.inverted .zebra:nth-child(2n) .timeline .timelineBlock:nth-child(2n+1)&gt;.card::before{border-color:transparent transparent transparent #303030}body.inverted .zebra:nth-child(2n) .timeline .timelineBlock:nth-child(2n)&gt;.card::before{border-color:transparent #303030 transparent transparent}body.inverted .zebra:nth-child(2n) .timeline.start-primary .timelineBlock:nth-child(2n)&gt;.card::before{border-color:transparent transparent transparent #303030}body.inverted .zebra:nth-child(2n) .timeline.start-primary .timelineBlock:nth-child(2n+1)&gt;.card::before{border-color:transparent #303030 transparent transparent}body.inverted .card-header .btn span{color:#00bd95}body.inverted .card-header .btn:not(.collapsed),body.inverted .card-header .btn:active,body.inverted .card-header .btn:focus,body.inverted .card-header .btn:hover{background-color:#00bd95}body.inverted .card-header .btn:not(.collapsed),body.inverted .card-header .btn:not(.collapsed)&gt;span,body.inverted .card-header .btn:active,body.inverted .card-header .btn:active&gt;span,body.inverted .card-header .btn:focus,body.inverted .card-header .btn:focus&gt;span,body.inverted .card-header .btn:hover,body.inverted .card-header .btn:hover&gt;span{color:#303030}body.inverted .accordion .card,body.inverted .accordion .card:last-child{border-color:#00bd95}body.inverted .accordion.accordion-2,body.inverted .accordion.accordion-2&gt;.card-header,body.inverted .accordion.accordion-2&gt;.card{border-color:#00bd95;background-color:transparent}body.inverted .accordion.accordion-3 .card-header{background-color:transparent}body.inverted .accordion.accordion-3 .card-header,body.inverted .accordion.accordion-3 .card-header:first-child{border-color:#00bd95}body.inverted .tab-content .nav-tabs{border-color:#00bd95}body.inverted .tab-content .nav-tabs .nav-item a{color:#00bd95}body.inverted .tab-content .nav-tabs .nav-link{transition:color 0.3s linear}body.inverted .tab-content .nav-tabs .nav-link:hover{background-color:transparent}body.inverted .tab-content .nav-tabs .nav-link:hover,body.inverted .tab-content .nav-tabs .nav-link:active,body.inverted .tab-content .nav-tabs .nav-link:focus,body.inverted .tab-content .nav-tabs .nav-link.active{border-color:#00bd95}body.inverted .tab-content .nav-tabs .nav-link:active,body.inverted .tab-content .nav-tabs .nav-link:focus,body.inverted .tab-content .nav-tabs .nav-link.active{background-color:#00bd95;color:#303030}body.inverted .tx-ttaddress-pi1 .organization,body.inverted .tx-ttaddress-pi1 .icomoon{color:#00bd95}body.inverted .tx-ttaddress-pi1 .name,body.inverted .tx-ttaddress-pi1 .phone,body.inverted .tx-ttaddress-pi1 .kontakt,body.inverted .tx-ttaddress-pi1 .email{border-color:#00bd95}body.inverted .tx-ttaddress-pi1 .kontakt,body.inverted .tx-ttaddress-pi1 .kontakt p,body.inverted .tx-ttaddress-pi1 .kontakt span,body.inverted .tx-ttaddress-pi1 .kontakt .prop{color:#00bd95}body.inverted .ce-menu:not(.frame-type-menu_sitemap_pages){border-color:#00bd95}body.inverted .ce-menu:not(.frame-type-menu_sitemap_pages),body.inverted .ce-menu:not(.frame-type-menu_sitemap_pages) *:not(a){color:#00bd95}body.inverted .ce-menu:not(.frame-type-menu_sitemap_pages) a:hover,body.inverted .ce-menu:not(.frame-type-menu_sitemap_pages) a:active,body.inverted .ce-menu:not(.frame-type-menu_sitemap_pages) a:focus,body.inverted .ce-menu:not(.frame-type-menu_sitemap_pages) a.active{border-bottom:0.2rem solid #00bd95}body.inverted .flats header,body.inverted .flats header::after,body.inverted .jobs header,body.inverted .jobs header::after{color:#00bd95}body.inverted .btn-search{color:#00bd95}body.inverted .filter .field select,body.inverted .filter .field:before{border-color:#303030;color:#303030}body.inverted .filter .field select option{border-color:transparent;color:#303030}body.inverted .news.news-layout-1{background:#303030}body.inverted .news.news-layout-1 .carousel .carousel-inner header,body.inverted .news.news-layout-1 .carousel .carousel-inner time,body.inverted .news.news-layout-1 .carousel .carousel-inner a{color:#303030}body.inverted .news .eilmeldungLabel p{color:#303030}body.inverted .news a.carousel-control-prev::before,body.inverted .news a.carousel-control-next::before,body.inverted .news .eilmeldungLabel{color:#303030;background-color:#00bd95}body.inverted .masonry .card{background-color:#303030}body.inverted .masonry .ce-gallery,body.inverted .masonry .grid .grid-item:nth-child(2n) .card{background-color:#00bd95}body.inverted .masonry header,body.inverted .masonry header span{color:#00bd95}body.inverted .masonry .card header span{border-bottom-color:transparent}body.inverted .masonry .card:hover header span:last-child{border-bottom-color:#00bd95}body.inverted .headerImage,body.inverted .headerImage .ce-bodytext,body.inverted .headerImage .ce-bodytext p,body.inverted .headerImage .header-breadcrumb,body.inverted .headerImage span,body.inverted .headerImage header span,body.inverted .headerImage header small,body.inverted .masonry .grid .grid-item:nth-child(2n) .card,body.inverted .masonry .grid .grid-item:nth-child(2n) .card .ce-bodytext,body.inverted .masonry .grid .grid-item:nth-child(2n) .card .ce-bodytext p,body.inverted .masonry .grid .grid-item:nth-child(2n) .card .header-breadcrumb,body.inverted .masonry .grid .grid-item:nth-child(2n) .card span,body.inverted .masonry .grid .grid-item:nth-child(2n) .card header span,body.inverted .masonry .grid .grid-item:nth-child(2n) .card header small{color:#303030}body.inverted .masonry .ce-bodytext{background-color:transparent}body.inverted,body.inverted p,body.inverted li,body.inverted .ce-bodytext{color:#303030}body.inverted .ce-gallery .image::after{background-color:#00bd95}body.inverted header:not(.pageHeader) a{color:#00bd95}body.inverted header:not(.pageHeader) a:hover{border-bottom:solid 0.2rem #00bd95}body.inverted .zebra{background-color:#303030}body.inverted .zebra:nth-child(2n){background-color:#fff}body.inverted .news .news-categories{background:#00bd95}body.inverted .news&gt;.news-title a{color:#00bd95}body.inverted .news .f3-widget-paginator p{color:#00bd95}body.inverted .news .f3-widget-paginator li.current{background:#00bd95;color:#303030}body.inverted .news .f3-widget-paginator li.current a{color:#303030}body.inverted .news .f3-widget-paginator li a{color:#303030}body.inverted .news .f3-widget-paginator li a:hover,body.inverted .news .f3-widget-paginator li a:active,body.inverted .news .f3-widget-paginator li a:focus{background:#00bd95;color:#303030}body.inverted .news .categories:before{color:#00bd95}body.inverted .news .categories:after{background:#00bd95}body.inverted .news .categories select{color:#00bd95;background:transparent}body.inverted .news .categories select option{background:#e8e8e7 !important;color:#117b3d !important}body.inverted .news .categories select:focus::-ms-value{background-color:transparent}body.inverted .news .thumbnail{color:#fff}body.inverted blockquote,body.inverted blockquote p{color:#00bd95}body.inverted .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword{color:#303030;border-color:#303030}body.inverted .tx-indexedsearch-searchbox #tx_indexedsearch p{color:#303030}body.inverted .tx-indexedsearch-searchbox #tx_indexedsearch .breadcrumb-suche{color:#303030}body.inverted .tx-indexedsearch-browsebox .categories:before,body.inverted .tx-indexedsearch-browsebox .categories select{color:#00bd95}body.inverted .tx-indexedsearch-res .tx-indexedsearch-title::after{color:#00bd95}body.inverted .contact-box{background-color:#303030}body.inverted .contact-box p{color:#00bd95}body.inverted .contact-box a.link{color:#303030;background-color:#00bd95}body.inverted .close-searchform,body.inverted .tx-indexedsearch-form::before{color:#303030}body.inverted .leistungen .nichtvorhanden,body.inverted .leistungen .vorhanden{background-color:#00bd95;color:#303030}body.inverted .leistungen .nichtvorhanden p,body.inverted .leistungen .vorhanden p{color:#303030}body.inverted .leistungen .nichtvorhanden p:before,body.inverted .leistungen .vorhanden p:before{background:#303030}body.inverted .leistungen .nichtvorhanden-icon,body.inverted .leistungen .vorhanden-icon{background-color:#00bd95}body.inverted .leistungen .nichtvorhanden-icon span,body.inverted .leistungen .vorhanden-icon span{color:#303030}body.inverted .colorizedBackground p{color:#303030}body.inverted ul.f3-widget-paginator li{border-color:#00bd95}body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 p,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 a,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 header span,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 header small,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 li,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 p,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 a,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 header span,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 header small,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 li{color:#303030}body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 span.carousel-control-panel,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 span.carousel-control-panel{color:#00bd95}body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-control-prev .icomoon-v2,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-control-next .icomoon-v2,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-control-prev .icomoon-v2,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-control-next .icomoon-v2{border-color:#00bd95}body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 .ce-bodytext,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-indicators a.active::before,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 .ce-bodytext,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-indicators a.active::before{background-color:#00bd95}body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-navigation,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-navigation{background-color:#303030}body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-navigation a,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-navigation a::before,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-navigation a,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-navigation a::before{color:#00bd95}body.inverted .carousel .carousel-inner .carousel-item.frame-layout-1 .carousel-navigation a::before,body.inverted .carousel .carousel-inner .carousel-item.frame-layout-0 .carousel-navigation a::before{border-color:#00bd95}@media print{#mainNavigation,.pageHeader,.headerImage,.tx-bw-jobs .btn-main,.pageFooter,.partnerLogos,#scrollDown,.menuOverlay.bg-black,.jobs .single-view .infoBox .ce-menu{display:none}body{margin:0rem !important;margin:1px !important;width:99.99% !important}.row{display:inline}}.twoclick-cookie-element{display:none;visibility:hidden}.twoclick-cookie-element.loaded{display:block;visibility:visible}.twoclick-content-loaded .twoclick-wrapper-overlay{display:none;visibility:hidden}.twoclick-overlay-content{display:none;visibility:hidden}.twoclick-wrapper-content span.twoclick-disallow{cursor:pointer;display:block;font-style:italic;margin:1rem 0 0}.twoclick-wrapper-content span.twoclick-disallow:hover{text-decoration:underline}.twoclick-wrapper-overlay{position:relative}.twoclick-wrapper-overlay .overlay-background{min-height:29rem;height:auto;object-fit:cover;max-width:100%}.twoclick-wrapper-overlay .overlay-inner{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.twoclick-wrapper-overlay .overlay-inner .overlay-content{background:#fff;border-radius:0.75rem;font-size:0.8em;line-height:1.3;padding:2.5rem;text-align:center;min-width:360px;width:60%}@media (max-width:450px){.twoclick-wrapper-overlay .overlay-inner .overlay-content{padding:1.25rem}}.twoclick-wrapper-overlay .overlay-inner .overlay-content p{font-size:inherit;line-height:inherit}.twoclick-wrapper-overlay .overlay-inner .overlay-content&gt;*{margin:0 auto;max-width:350px}.twoclick-wrapper-overlay .overlay-inner .overlay-content .logo{margin:0 auto 1.25em;max-width:9em}.twoclick-wrapper-overlay .overlay-inner .overlay-content .logo &gt;{height:auto;width:100%}.twoclick-wrapper-overlay .overlay-inner .overlay-content .btn{font-size:1.35em;font-weight:normal;line-height:1.2;margin:0 auto 1.25rem;padding:1.3rem 1rem;width:100%}.twoclick-wrapper-overlay .overlay-inner .overlay-content&gt;*:last-child{margin-bottom:0}.clearer{clear:both}@media (max-width:600px){#pageComments{display:none}}_:-ms-fullscreen .timeline .ce-gallery figure,:root .timeline .ce-gallery figure{display:inline}_:-ms-fullscreen .timeline .ce-left .ce-gallery,_:-ms-fullscreen .timeline .ce-column,:root .timeline .ce-left .ce-gallery,:root .timeline .ce-column{float:none}_:-ms-fullscreen .timeline .ce-center .ce-inner,_:-ms-fullscreen .timeline .ce-center .ce-outer,:root .timeline .ce-center .ce-inner,:root .timeline .ce-center .ce-outer{float:none;right:auto}_:-ms-fullscreen .timeline .frame-type-image&gt;.ce-image,:root .timeline .frame-type-image&gt;.ce-image{max-height:310px !important}@media (max-width:767px){_:-ms-fullscreen .pageHeader .logo,:root .pageHeader .logo{width:115px}}_:-ms-fullscreen .container,:root .container{width:100%;max-width:none}@media (min-width:576px){_:-ms-fullscreen .container,:root .container{width:540px;max-width:none}}@media (min-width:768px){_:-ms-fullscreen .container,:root .container{width:720px;max-width:none}}@media (min-width:992px){_:-ms-fullscreen .container,:root .container{width:960px;max-width:none}}@media (min-width:1200px){_:-ms-fullscreen .container,:root .container{width:1140px;max-width:none}}.frame-type-textpic{min-height:1px}@media (max-width:575px){.container .frame-layout-0 .row&gt;div:not(:first-child){margin-top:3rem}}.fancybox-navigation .fancybox-button,.fancybox-toolbar{opacity:1;visibility:visible}#c51{order:3}.leaflet-optin,.video-excepted-box,.zoom-excepted-box{position:absolute;top:0;left:15px;right:15px;bottom:0;display:flex;flex-direction:column;text-align:center;align-items:center;background-size:cover;background-repeat:no-repeat;background-position:center}.leaflet-optin button,.video-excepted-box button,.zoom-excepted-box button{margin:0 0 15px;color:white;background-color:#931715;border:2px solid #931715;padding:5px 15px;font-weight:bold;transition:all ease 300ms;width:calc(100% - 50px)}.leaflet-optin button:hover,.video-excepted-box button:hover,.zoom-excepted-box button:hover{color:#931715;background-color:white;cursor:pointer}.leaflet-optin a,.video-excepted-box a,.zoom-excepted-box a{color:white;background-color:#931715;padding:5px 15px}.leaflet-optin a:hover,.video-excepted-box a:hover,.zoom-excepted-box a:hover{color:#931715;background-color:white}.video-excepted-box,.zoom-excepted-box{background-color:gray}.video-excepted-box button,.zoom-excepted-box button{border:2px solid transparent}.video-excepted-box button:hover,.zoom-excepted-box button:hover{color:#ffffff}.video-excepted-box a:hover,.zoom-excepted-box a:hover{color:white}.zoom-excepted-box{right:0;left:0}.zoom-browser-chrome span{position:absolute;top:50%;left:50%;transform:translate(-50%);font-weight:bold}.tx-ttaddress .leaflet-bottom,.tx-ttaddress .leaflet-top{z-index:400}.form-group .row fieldset&gt;.form-group{margin:0;padding:0}.frame.frame-space-before-none{margin-top:0}.frame.frame-space-before-extra-small{margin-top:1em}.frame.frame-space-before-small{margin-top:2em}.frame.frame-space-before-medium{margin-top:3em}.frame.frame-space-before-large{margin-top:4em}.frame.frame-space-before-extra-large{margin-top:5em}.frame.frame-space-after-none{margin-bottom:0}.frame.frame-space-after-extra-small{margin-bottom:1em}.frame.frame-space-after-small{margin-bottom:2em}.frame.frame-space-after-medium{margin-bottom:3em}.frame.frame-space-after-large{margin-bottom:4em}.frame.frame-space-after-extra-large{margin-bottom:5em}
/*#mainNavigation {*/
/*    min-height: 6.5rem;*/
/*}*/

/*@media (min-width: 992px) {*/
/*    #homeNavigation ul.depth-0 &gt; li &gt; a {*/
/*        font-size: 1.8rem;*/
/*        line-height: 2rem;*/
/*        height: 9rem;*/
/*    }*/
/*!*    #homeNavigation {*!*/
/*!*        top: 12rem;*!*/
/*!*    }*!*/
/*    #homeNavigation ul.depth-0, #homeNavigation ul.depth-1.visible, #homeNavigation ul.depth-2.visible {*/
/*        margin-bottom: 1.8rem;*/
/*    }*/
/*!*    .carousel .carousel-item .frame-sliderItem {*!*/
/*!*        padding-top: 4rem;*!*/
/*!*    }*!*/
/*}*/


/*#mainNavigation {*/
/*    border-color: #f29402;*/
/*}*/

/*body .border-main {*/
/*    border-color: #007d40 !important;*/
/*}*/
/*body .tx-ttaddress-pi1 .name, body .tx-ttaddress-pi1 .phone,*/
/*body .tx-ttaddress-pi1 .kontakt, body .tx-ttaddress-pi1 .email,*/
/*body .jobs .infoBox {*/
/*!*    border-color: #f29402 !important;*!*/
/*}*/

/*.breadcrumb .separator  {*/
/*    color: #f29402;*/
/*}*/
/*body .megaAkkordeon .btn-primary {*/
/*        color: black  !important;*/
/*}*/
/*.frame-type-ugpd_megaakkordeon .accordion {*/
/*!*    background-color: #f29402;*!*/
/*}*/
/*#homeNavigation ul.depth-0 li {*/
/*!*    border-right-color: #f29402;*!*/
/*}*/
/*@media (min-width:992px) {*/
/*    #homeNavigation ul.depth-0 &gt; li &gt; a {*/
/*        line-height: 5rem;*/
/*        height: auto;*/
/*    }*/
/*}*/

/*.prop.email br, .tx-ttaddress-pi1 .ansprechpartner .email br {*/
/*    display: none;*/
/*}*/
/*.partnerLogos .col-sm:nth-child(1) img {*/
/*    height: 5.7rem;*/
/*}*/

/*.tx-ttaddress-pi1 .kontakt .prop.email {*/
/*     min-height: auto; */
/*}*/

.tx-bw-jobs .f3-widget-paginator {
    display: none;
}

.tx-ttaddress-pi1 .kontakt .prop.email {
    min-height: auto;
}
.frame-type-login .btn-main,
.frame-type-felogin_login .btn-main{
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.frame-type-login .input-group-prepend .input-group-text,
.frame-type-login .input-group .form-control,
.frame-type-felogin_login .input-group-prepend .input-group-text,
.frame-type-felogin_login .input-group .form-control{

}

.password_login input::placeholder,
.user_login input::placeholder{
    color: #7E7E7E !important;
    /*    background: #E6F3F0 !important;*/
}
.frame-type-login .input-group,
.frame-type-felogin_login .input-group {
    height: 5rem;
    margin-top: 2rem;
}</pre></body></html>