/*Textstile -----------------------------------------*/
.button, .contactform__form .powermail_submit {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 25px;
  text-decoration: underline;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100%;
  background: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.button:hover, .contactform__form .powermail_submit:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.whitetext {
  color: #fff;
}

.greytext {
  color: #b0b0b0;
}

.largetext {
  font-size: 1.5em;
}

.uppercase {
  text-transform: uppercase;
}

@media all and (max-width: 470px) {
  .button, .contactform__form .powermail_submit {
    font-size: 2em;
  }
}

/*Tabelle*/
.table_container {
  overflow: auto;
}

.allcont table {
  width: 100%;
  margin: 10px 0px 5px;
  color: #000;
}

.allcont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
}

.allcont table tr td {
  padding: 3px 0;
}

.allcont table thead + tbody td {
  padding: 5px 15px;
}

.navigation nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.navigation ul.content-nav {
  display: flex;
  flex-wrap: wrap;
  width: 89%;
  text-align: left;
  padding-bottom: 0;
}

.navigation ul.content-nav li {
  display: block;
  width: 100%;
  font-size: 15.65vw;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  line-height: 80%;
  text-transform: uppercase;
}

.navigation ul.content-nav li a {
  color: #E6FF00;
}

.navigation ul.content-nav li:hover a {
  color: #fff;
}

.navigation ul.content-nav li:before {
  content: none;
}

.navigation ul.content-nav > hr {
  width: 120px;
  height: 2px;
  background: #fff;
  margin: 5em 0 5em auto;
}

.navigation ul.content-nav > hr ~ li {
  font-size: 24px;
  font-weight: 700;
}

.navigation ul.content-nav > hr ~ li + li {
  margin-top: 25px;
}

@media all and (max-width: 1400px) {
  .navigation ul.content-nav > hr ~ li + li {
    margin-top: 15px;
  }
}

@media all and (max-width: 768px) {
  .navigation ul.content-nav li {
    font-size: 20vw;
  }
  .navigation ul.content-nav > hr {
    margin: 3em 0 3em auto;
  }
  .navigation ul.content-nav > hr ~ li + li {
    margin-top: 15px;
  }
}

@media all and (max-width: 470px) {
  .navigation ul.content-nav li {
    font-size: 28.65vw;
  }
}

.sidebyside .mediabox {
  min-height: calc(9 / 16 * 100vw);
}

.sidebyside .innerContainer {
  display: flex;
  align-items: center;
}

.sidebyside .media,
.sidebyside .content-wrap {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.sidebyside .overlay {
  pointer-events: none;
  z-index: 12;
}

.sidebyside .media-slider,
.sidebyside .media-slider .slick-list,
.sidebyside .media-slider .slick-track {
  height: 100% !important;
  width: 50vw !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.sidebyside .media-slider .media-slide {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sidebyside .media-slider .media-slide.slick-current, .sidebyside .media-slider .media-slide.keepSlide {
  z-index: 10;
}

.sidebyside .media-slider .media-slide.slideIn {
  z-index: 11;
  -webkit-animation: slideInLeft 0.5s ease-out 0s 1 forwards;
          animation: slideInLeft 0.5s ease-out 0s 1 forwards;
}

.sidebyside .right .innerContainer {
  flex-direction: row-reverse;
}

.sidebyside .right .media-slider .media-slide.slideIn {
  -webkit-animation: slideInRight 0.5s ease-out 0s 1 forwards;
          animation: slideInRight 0.5s ease-out 0s 1 forwards;
}

.sidebyside .subtitle {
  font-size: 3.15vw;
}

.sidebyside .headline {
  font-size: 7.8vw;
}

.sidebyside .richtext {
  font-size: 1.85vw;
}

@media all and (max-width: 960px) {
  .sidebyside .mediabox {
    min-height: auto;
    height: auto;
  }
  .sidebyside .innerContainer {
    position: relative;
    flex-direction: column-reverse;
  }
  .sidebyside .innerContainer .media,
.sidebyside .innerContainer .content-wrap {
    width: 100%;
  }
  .sidebyside .innerContainer .media {
    height: 144vw;
  }
  .sidebyside .innerContainer .content-wrap .content {
    position: relative;
    min-height: 56.25vw;
  }
  .sidebyside .innerContainer .media-slider,
.sidebyside .innerContainer .slick-list,
.sidebyside .innerContainer .slick-track {
    width: 100vw !important;
  }
  .sidebyside .right .innerContainer {
    flex-direction: column-reverse;
  }
  .sidebyside .richtext {
    font-size: 2.2vw;
  }
}

@media all and (max-width: 768px) {
  .sidebyside .mediabox {
    height: auto;
  }
  .sidebyside .mediabox .innerContainer {
    position: relative;
  }
  .sidebyside .media {
    min-height: calc(9 / 16 * 100vw);
  }
  .sidebyside .media > a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sidebyside .content-wrap .content {
    position: static;
    padding: 10vw 2vw;
  }
  .sidebyside .subtitle {
    font-size: 20px;
  }
  .sidebyside .headline {
    font-size: 41px;
  }
  .sidebyside .richtext {
    font-size: 16px;
  }
}

@media all and (max-width: 470px) {
  .sidebyside .subtitle {
    font-size: 18px;
  }
  .sidebyside .headline {
    font-size: 30px;
  }
}

.multiimageslider {
  height: 100%;
}

.multiimageslider .mediabox {
  max-height: 56.25vw;
}

.multiimageslider .multi-image-slider {
  height: 100%;
}

.multiimageslider .multi-image-slider .multi-image-slide {
  position: absolute;
  display: flex !important;
  height: 100%;
}

.multiimageslider .multi-image-slider .multi-image-slide.slick-current, .multiimageslider .multi-image-slider .multi-image-slide.keepSlide {
  z-index: 1;
}

.multiimageslider .multi-image-slider .multi-image-slide.slick-current [class*="imagewrap-"], .multiimageslider .multi-image-slider .multi-image-slide.keepSlide [class*="imagewrap-"] {
  z-index: 10;
}

.multiimageslider .multi-image-slider .multi-image-slide.slideIn {
  z-index: 2;
}

.multiimageslider .multi-image-slider .multi-image-slide.slideIn [class*="imagewrap-"] img {
  z-index: 11;
  -webkit-animation: slideInRight 0.5s ease-out 0s 1 forwards;
          animation: slideInRight 0.5s ease-out 0s 1 forwards;
}

.multiimageslider .multi-image-slider .multi-image-slide.slideIn [class*="imagewrap-"][data-total="2"] img {
  -webkit-animation: slideInUp 0.5s ease-out 0s 1 forwards;
          animation: slideInUp 0.5s ease-out 0s 1 forwards;
}

.multiimageslider .multi-image-slider .multi-image-slide.slideIn [class*="imagewrap-"][data-total="3"] img {
  -webkit-animation: slideInDown 0.5s ease-out 0s 1 forwards;
          animation: slideInDown 0.5s ease-out 0s 1 forwards;
}

.multiimageslider .multi-image-slider .content,
.multiimageslider .multi-image-slider .subtitle,
.multiimageslider .multi-image-slider .headline,
.multiimageslider .multi-image-slider .richtext {
  text-align: left;
  max-width: none;
}

.multiimageslider .multi-image-slider .content {
  justify-content: flex-start;
}

.multiimageslider .multi-image-slider .subtitle {
  font-size: 2.25vw;
}

.multiimageslider .multi-image-slider .headline {
  font-size: 7.8vw;
  line-height: 78%;
  margin-top: 3%;
}

.multiimageslider .multi-image-slider .richtext {
  font-size: 20px;
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-weight: 300;
  line-height: 165%;
}

.multiimageslider .multi-image-slider .richtext a {
  color: currentColor;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
}

.multiimageslider .multi-image-slider .media,
.multiimageslider .multi-image-slider .content-wrap {
  position: relative;
  width: 50%;
  height: 100%;
}

.multiimageslider .multi-image-slider .media .content > .inner,
.multiimageslider .multi-image-slider .content-wrap .content > .inner {
  padding: 6vw;
}

.multiimageslider .multi-image-slider .images {
  display: flex;
  flex-wrap: wrap;
}

.multiimageslider .multi-image-slider .images [class*="imagewrap-"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.multiimageslider .multi-image-slider .images img[class*="image-"] {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multiimageslider .multi-image-slider .images [data-total="2"].imagewrap-1, .multiimageslider .multi-image-slider .images [data-total="2"].imagewrap-2 {
  width: 100%;
  height: 50%;
}

.multiimageslider .multi-image-slider .images [data-total="2"].imagewrap-2 {
  top: 50%;
}

.multiimageslider .multi-image-slider .images [data-total="3"].imagewrap-1 {
  height: 50%;
}

.multiimageslider .multi-image-slider .images [data-total="3"].imagewrap-2, .multiimageslider .multi-image-slider .images [data-total="3"].imagewrap-3 {
  top: 50%;
  width: 50%;
  height: 50%;
}

.multiimageslider .multi-image-slider .images [data-total="3"].imagewrap-3 {
  left: 50%;
}

.multiimageslider .multi-image-slider .slick-list,
.multiimageslider .multi-image-slider .slick-track {
  width: 100vw !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.multiimageslider .multi-image-slider .slick-dots {
  justify-content: flex-end;
  right: 4%;
  width: 42%;
  max-width: 800px;
}

.multiimageslider .light .slick-dots {
  bottom: 2vw;
}

.multiimageslider .light .slick-dots li button {
  background: rgba(255, 255, 255, 0.6);
}

.multiimageslider .light .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.9);
}

.multiimageslider .color .slick-dots {
  bottom: 2vw;
}

.multiimageslider .color .slick-dots li button {
  background: currentColor;
  color: currentColor;
  opacity: 0.6;
}

.multiimageslider .color .slick-dots li.slick-active button {
  background: currentColor;
  opacity: 0.9;
}

.multiimageslider .right .multi-image-slide {
  flex-direction: row-reverse;
}

.multiimageslider .right .content,
.multiimageslider .right .subtitle,
.multiimageslider .right .headline,
.multiimageslider .right .richtext {
  text-align: left;
}

.multiimageslider .right .slick-dots {
  justify-content: flex-start;
  left: 6vw;
  right: auto;
}

.multiimageslider .right .multi-image-slider .multi-image-slide.slideIn [class*="imagewrap-"][data-total="1"] img {
  -webkit-animation: slideInLeft 0.5s ease-out 0s 1 forwards;
          animation: slideInLeft 0.5s ease-out 0s 1 forwards;
}

@media all and (max-width: 1200px) {
  .multiimageslider .mediabox {
    min-height: 75vw;
  }
}

@media all and (max-width: 960px) {
  .multiimageslider .mediabox {
    max-height: none;
    min-height: auto;
    height: auto;
  }
  .multiimageslider .mediabox .innerContainer {
    position: relative;
  }
  .multiimageslider .multi-image-slider .multi-image-slide {
    flex-direction: column;
    height: auto;
  }
  .multiimageslider .multi-image-slider .multi-image-slide .media,
.multiimageslider .multi-image-slider .multi-image-slide .content-wrap {
    width: 100%;
  }
  .multiimageslider .multi-image-slider .multi-image-slide .media {
    min-height: 56.25vw;
  }
  .multiimageslider .multi-image-slider .multi-image-slide .media > a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .multiimageslider .multi-image-slider .multi-image-slide .content-wrap .content {
    position: static;
    padding: 10vw 0;
  }
  .multiimageslider .multi-image-slider .images [data-total="2"].imagewrap-1, .multiimageslider .multi-image-slider .images [data-total="2"].imagewrap-2 {
    width: 50%;
    height: 100%;
  }
  .multiimageslider .multi-image-slider .images [data-total="2"].imagewrap-2 {
    top: 0;
    left: 50%;
  }
  .multiimageslider .multi-image-slider .slick-dots {
    right: 25px;
    left: unset;
    top: 10px;
    width: auto;
  }
  .multiimageslider .multi-image-slider .subtitle {
    font-size: 3.2vw;
  }
  .multiimageslider .multi-image-slider .richtext {
    font-size: 18px;
  }
  .multiimageslider .right .multi-image-slide {
    flex-direction: column-reverse;
  }
}

@media all and (max-width: 660px) {
  .multiimageslider .multi-image-slider .subtitle {
    font-size: 4.4vw;
  }
  .multiimageslider .multi-image-slider .richtext {
    font-size: 16px;
  }
}

@media all and (min-width: 961px) {
  .multiimageslider .multi-image-slider .slick-list,
.multiimageslider .multi-image-slider .slick-track {
    height: 100% !important;
  }
}

@media all and (max-width: 470px) {
  .multiimageslider .multi-image-slider .content-wrap .content > .inner {
    padding: 16vw;
  }
  .multiimageslider .multi-image-slider .multi-image-slide .media {
    min-height: 50vh;
  }
  .multiimageslider .multi-image-slider .multi-image-slide .content-wrap {
    height: 50vh;
  }
}

.contact .headline-popup {
  cursor: pointer;
}

.contact .headline-popup:hover {
  color: #fff;
}

.contact .mediabox .content {
  position: relative;
}

.contact .mediabox .content > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10vh 2vw 10vh;
}

.contact .subtitle,
.contact .headline,
.contact .text-wrap,
.contact .richtext,
.contact .addresses {
  width: 100%;
  max-width: none;
}

.contact .headline {
  font-size: 15.35vw;
  margin-top: 0;
}

.contact .headline a {
  color: currentColor;
}

.contact .headline a:hover {
  color: white;
}

.contact .addresses {
  display: flex;
  justify-content: center;
  margin: 5vw 0 15vw;
}

.contact .addresses .address {
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 120%;
  margin: 0 2.5vw;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.contact .addresses .address span {
  display: block;
}

.contact .addresses .address .header {
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  font-size: 2.625vw;
  line-height: 140%;
}

.contact .addresses .address .phone {
  font-weight: 700;
}

.contact .buttons {
  position: absolute;
  display: flex;
  bottom: 25vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact .buttons a.button, .contact .buttons .contactform__form a.powermail_submit, .contactform__form .contact .buttons a.powermail_submit {
  border: 1px solid #E6FF00;
  border-radius: 5px;
  color: #E6FF00;
  text-decoration: none;
  margin: 0 2vw;
  min-width: 150px;
}

.contact .social_links {
  position: absolute;
  display: flex;
  bottom: 11vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact .social_links a img {
  width: 35px;
  height: 35px;
  margin: 10px;
}

.contact .links {
  position: absolute;
  display: flex;
  bottom: 5vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact .links .link {
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 120%;
  font-weight: 500;
}

.contact .links .link a {
  display: inline-block;
  color: currentColor;
  min-width: 125px;
}

.contact .links .link a:hover {
  color: white;
}

.contact .links .link + .link {
  position: relative;
  margin-left: 16px;
  padding-left: 18px;
}

.contact .links .link + .link:before {
  content: '|';
  position: absolute;
  top: 0;
  left: 0;
}

.contact .contact-popup {
  width: 100%;
  max-height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.contact .contact-popup > .overlay {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.contact .contact-popup.closed {
  transition: width 0.5s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, width 0.5s ease-in;
  transition: transform 0.2s ease-in, width 0.5s ease-in, -webkit-transform 0.2s ease-in;
}

.contact .contact-popup.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.contact .contact-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
}

.contact .contact-popup .close:before, .contact .contact-popup .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 25%;
  width: 28px;
  height: 3px;
  background-color: #E6FF00;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.contact .contact-popup .close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.contact .contact-popup .close:hover:before, .contact .contact-popup .close:hover:after {
  background-color: #fff;
}

.contact .contact-popup .contactform .mediabox .content > .inner {
  padding: 40px 2vw 40px;
}

@media all and (max-width: 960px) {
  .contact .contact-popup .frame > .inner {
    padding: 0;
  }
  .contact .links, .contact .social_links, .contact .buttons {
    position: static;
    -webkit-transform: none;
            transform: none;
    left: initial;
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  .contact .links .link, .contact .social_links .link, .contact .buttons .link {
    font-size: 12px;
  }
  .contact .addresses {
    margin: 5vw 0 8vw;
  }
}

@media all and (max-width: 768px) {
  .contact .content .inner {
    padding-top: 8vh !important;
  }
  .contact .addresses .address .header {
    font-size: 20px;
  }
  .contact .contact-popup .close {
    top: 10px;
    right: 10px;
  }
  .contact .links {
    display: block;
  }
  .contact .links .link {
    padding: 0px !important;
    margin: 0  !important;
  }
  .contact .links .link .link {
    padding: 5px !important;
  }
  .contact .links .link:before {
    content: "" !important;
  }
}

@media all and (max-width: 768px) {
  .contact .mediabox {
    height: auto;
  }
  .contact .mediabox .innerContainer {
    position: relative;
  }
  .contact .addresses {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .contact .addresses .address {
    width: 100%;
    margin: 20px 2.5vw;
    text-align: center;
  }
}

@media all and (max-width: 470px) {
  .contact .contact-popup .close {
    width: 20px;
    height: 20px;
  }
  .contact .contact-popup .close:before, .contact .contact-popup .close:after {
    width: 18px;
  }
  .contact .mediabox .content {
    position: relative;
  }
  .contact .mediabox .content > .inner {
    padding: 10vh 2vw 5vh;
  }
}

.profile.mediabox {
  min-height: 1000px;
  background-color: #000;
}

.profile.mediabox .gridrow {
  height: 100%;
}

.profile.mediabox .gridrow .col {
  width: 50%;
}

.profile.mediabox .gridrow .col.col2 {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.profile.mediabox .imagewrap {
  position: relative;
  height: 50%;
}

.profile.mediabox .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}

.profile.mediabox .text .inner {
  width: 100%;
  padding: 3vw 2.1vw 3vw 4.5vw;
}

.profile.mediabox .text .inner .headline,
.profile.mediabox .text .inner .subtitle {
  text-align: left;
}

.profile.mediabox .text .inner .subtitle {
  font-size: 1.9vw;
  max-width: none;
}

.profile.mediabox .text .inner .headline {
  font-size: 7vw;
  line-height: 79%;
  margin-top: 2.5vw;
}

.profile.mediabox .text .inner .link {
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-size: 1.05vw;
  font-weight: 700;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

.profile.mediabox .credits {
  font-size: 24px;
  padding: 5vw;
}

.profile.mediabox .credits-headline {
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  font-size: 75px;
  color: #BFBFBF;
  margin-bottom: 6.5vh;
}

.profile.mediabox .credits-text {
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 127%;
  color: #939393;
}

.profile.mediabox .credits-text p + p {
  margin-top: 1.3em;
}

.profile.mediabox .credits-text strong,
.profile.mediabox .credits-text b {
  font-weight: 700;
}

@media all and (max-width: 1200px) {
  .profile.mediabox {
    height: auto;
    min-height: none;
  }
  .profile.mediabox .gridrow {
    flex-wrap: wrap;
  }
  .profile.mediabox .gridrow .col {
    display: flex;
    width: 100%;
  }
  .profile.mediabox .imagewrap,
.profile.mediabox .text {
    width: 50%;
    height: auto;
  }
  .profile.mediabox .credits-headline {
    margin-bottom: 2vw;
  }
}

@media all and (max-width: 960px) {
  .profile.mediabox .gridrow {
    flex-wrap: nowrap;
  }
}

@media all and (max-width: 768px) {
  .profile.mediabox .gridrow .col1 {
    flex-wrap: wrap;
    height: 100vh;
    min-height: 540px;
  }
  .profile.mediabox .imagewrap,
.profile.mediabox .text {
    width: 100%;
    height: 50%;
  }
  .profile.mediabox .text {
    height: auto;
  }
  .profile.mediabox .text .inner .headline {
    font-size: 15.6vw;
  }
  .profile.mediabox .text .inner .subtitle {
    font-size: 30px;
  }
  .profile.mediabox .text .inner .link {
    font-size: 20px;
  }
  .profile.mediabox .credits-headline {
    font-size: 55px;
  }
}

@media all and (max-width: 660px) {
  .profile.mediabox .text {
    height: 50%;
  }
  .profile.mediabox .credits-text {
    font-size: 18px;
  }
}

@media all and (max-width: 470px) {
  .profile.mediabox .text .inner {
    width: 90%;
  }
  .profile.mediabox .text .inner .subtitle {
    font-size: 28px;
  }
  .profile.mediabox .text .inner .link {
    font-size: 18px;
  }
  .profile.mediabox .credits {
    padding: 8vw;
  }
  .profile.mediabox .credits-text {
    font-size: 16px;
  }
}

.contactform .mediabox {
  height: auto;
}

.contactform .mediabox .innerContainer {
  position: relative;
}

.contactform .mediabox .innerContainer .content {
  position: static;
  min-height: 100vh;
}

.contactform .mediabox .innerContainer .content .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}

.contactform .subtitle,
.contactform .headline,
.contactform .richtext {
  text-align: left;
  position: relative;
  max-width: none;
  z-index: 1;
}

.contactform .headline {
  margin-top: 20px;
  font-size: 8.1vw;
  line-height: 80%;
}

.contactform .subtitle {
  font-size: 2.6vw;
}

.contactform .richtext {
  margin-top: 2vw;
  font-size: 30px;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  color: #676767;
}

.contactform__form {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.contactform__form label {
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #E6FF00;
}

.contactform__form label + .powermail_field {
  margin-top: 10px;
}

.contactform__form label a {
  text-decoration: underline;
}

.contactform__form input,
.contactform__form select,
.contactform__form textarea {
  font-size: 16px;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  line-height: 140%;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

.contactform__form textarea {
  min-height: 210px;
  padding: 25px 25px;
}

.contactform__form select {
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("../Images/arrow.svg") no-repeat calc(100% - 24px) center/25px auto;
  background-size: 10px;
}

.contactform__form select option {
  font-size: 16px;
}

.contactform__form .powermail_submit {
  font-size: 25px;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  line-height: 100%;
  background-color: #E6FF00;
  color: #000;
  text-decoration: none;
  border: none;
  border-radius: 0;
  white-space: inherit;
  min-width: 256px;
  box-sizing: content-box;
  padding: 13px 40px;
  margin-top: 8px;
}

.contactform__form .powermail_submit:hover {
  background-color: #ebff33;
}

.contactform__form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  color: #9A9A9A;
  text-transform: uppercase;
}

.contactform__form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  color: #9A9A9A;
  text-transform: uppercase;
}

.contactform__form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  color: #9A9A9A;
  text-transform: uppercase;
}

.contactform__form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  color: #9A9A9A;
  text-transform: uppercase;
}

.contactform__form .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
  margin: 0 0.5%;
}

.contactform__form .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung {
  margin-bottom: 5px;
}

.contactform__form .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
  color: #E6FF00;
  text-decoration: underline;
}

.contactform__form .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder {
  margin-top: 5px;
}

.contactform__form .powermail_fieldwrap_type_submit {
  float: right;
}

.contactform__form .powermail_fieldwrap_type_submit ~ .powermail_fieldwrap_type_check {
  width: 50%;
}

@media all and (max-width: 1200px) {
  .contactform .richtext {
    font-size: 16px;
  }
  .contactform__form label {
    font-size: 16px;
  }
  .contactform__form input,
.contactform__form select,
.contactform__form textarea {
    font-size: 16px;
  }
  .contactform__form .powermail_submit {
    font-size: 25px;
    min-width: auto;
    padding: 15px 40px;
    margin-top: 8px;
  }
  .contactform__form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
  }
  .contactform__form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
  }
  .contactform__form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
  }
  .contactform__form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
  }
}

@media all and (max-width: 960px) {
  .contactform__form .inner {
    padding: 0;
  }
  .contactform .richtext {
    font-size: 24px;
  }
}

@media all and (max-width: 768px) {
  .contactform .subtitle {
    font-size: 20px;
  }
  .contactform label {
    font-size: 16px;
  }
  .contactform input,
.contactform select,
.contactform textarea {
    font-size: 20px;
  }
  .contactform select {
    background-size: 18px auto;
  }
  .contactform .powermail_submit {
    font-size: 25px;
    padding: 8px 40px;
    margin-top: 9px;
  }
  .contactform ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px;
  }
  .contactform ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px;
  }
  .contactform :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px;
  }
  .contactform :-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px;
  }
  .contactform textarea {
    padding: 15px;
  }
}

@media all and (max-width: 470px) {
  .contactform .headline {
    font-size: 34px;
    margin-top: 10px;
  }
  .contactform__form .powermail_fieldwrap_type_submit {
    float: none;
  }
  .contactform__form .powermail_fieldwrap_type_submit ~ .powermail_fieldwrap_type_check {
    width: 100%;
  }
}

.textinabox .mediabox {
  max-height: 50vw;
}

.textinabox .mediabox.boxed {
  min-height: calc(9 / 16 * 100vw);
}

.textinabox .mediabox.boxed .inner {
  display: flex;
  align-items: center;
  width: 89%;
  height: 76%;
  border-radius: 60px;
  padding: 3vw 3vw 1vw;
  box-sizing: border-box;
}

.textinabox .mediabox .inner {
  width: 100%;
  padding: 3vw 5.75vw;
}

.textinabox .subtitle {
  font-size: 3.9vw;
  text-align: left;
  max-width: none;
  margin: 0;
}

.textinabox .subtitle + .headline {
  padding-top: 10px;
}

.textinabox .headline {
  font-size: 9vw;
  line-height: 85%;
  text-align: left;
}

@media all and (max-width: 960px) {
  .textinabox .mediabox.boxed .inner {
    border-radius: 40px;
  }
}

@media all and (max-width: 768px) {
  .textinabox .mediabox.boxed .inner {
    border-radius: 30px;
  }
}

@media all and (max-width: 600px) {
  .textinabox .mediabox.boxed .inner {
    border-radius: 20px;
    height: auto;
    min-height: 76%;
  }
}

@media all and (max-width: 470px) {
  .textinabox .subtitle {
    font-size: 4.4vw;
  }
  .textinabox .headline {
    font-size: 13vw;
    line-height: 100%;
    text-align: left;
  }
  .textinabox .mediabox {
    max-height: 50vw;
  }
  .textinabox .mediabox.boxed {
    min-height: 100vh;
  }
}

.headlinebesidestext.mediabox .innerContainer .content .inner {
  display: flex;
  padding: 3vw 4vw;
}

.headlinebesidestext.mediabox .headline {
  width: calc(66.666% - 30px);
  font-size: 13.9vw;
  line-height: 77%;
  text-align: right;
  margin-top: 0;
}

.headlinebesidestext.mediabox .richtext {
  width: calc(33.333% - 30px);
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-size: 20px;
  line-height: 200%;
  text-align: left;
  margin-top: -12px;
  margin-left: 60px;
}

@media all and (max-width: 1200px) {
  .headlinebesidestext.mediabox {
    max-height: none;
    height: auto;
  }
  .headlinebesidestext.mediabox .innerContainer {
    position: relative;
  }
  .headlinebesidestext.mediabox .innerContainer .content {
    position: relative;
  }
  .headlinebesidestext.mediabox .innerContainer .content .inner {
    flex-wrap: wrap;
  }
  .headlinebesidestext.mediabox .headline,
.headlinebesidestext.mediabox .richtext {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .headlinebesidestext.mediabox .headline {
    font-size: 15vw;
    padding-top: 3vw;
  }
  .headlinebesidestext.mediabox .richtext {
    margin-top: 40px;
  }
}

@media all and (max-width: 960px) {
  .headlinebesidestext.mediabox .headline {
    font-size: 15vw;
  }
}

@media all and (max-width: 470px) {
  .headlinebesidestext.mediabox {
    height: 100vh;
  }
  .headlinebesidestext.mediabox .headline {
    width: 90%;
    text-align: left;
  }
  .headlinebesidestext.mediabox .richtext {
    width: 90%;
    font-family: "Barlow", Verdana, Arial, sans-serif;
    font-size: 18px;
    line-height: 130%;
    margin: 30px auto;
  }
}

.textcols__inner {
  width: 88%;
  margin: 0 auto;
}

.textcols__inner .gridrow.grid2cols > .col {
  width: calc(50% - (67px / 2));
}

.textcols__inner .gridrow.grid2cols > .col + .col {
  margin-left: 67px;
}

.textcols__inner .gridrow.grid3cols > .col {
  width: calc(33.333% - (2 * 97px / 3));
}

.textcols__inner .gridrow.grid3cols > .col + .col {
  margin-left: 97px;
}

.textcols__inner p {
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  margin-top: 2em;
}

.frame-space-before-extra-small .textcols {
  padding-top: 30px;
}

.frame-space-before-small .textcols {
  padding-top: 45px;
}

.frame-space-before-medium .textcols {
  padding-top: 70px;
}

.frame-space-before-large .textcols {
  padding-top: 130px;
}

.frame-space-before-extra-large .textcols {
  padding-top: 200px;
}

.frame-space-after-extra-small .textcols {
  padding-bottom: 30px;
}

.frame-space-after-small .textcols {
  padding-bottom: 45px;
}

.frame-space-after-medium .textcols {
  padding-bottom: 70px;
}

.frame-space-after-large .textcols {
  padding-bottom: 130px;
}

.frame-space-after-extra-large .textcols {
  padding-bottom: 200px;
}

@media screen and (max-width: 960px) {
  .textcols__inner .gridrow.grid2cols > .col,
.textcols__inner .gridrow.grid3cols > .col {
    width: 100%;
  }
  .textcols__inner .gridrow.grid2cols > .col + .col,
.textcols__inner .gridrow.grid3cols > .col + .col {
    margin-left: 0;
  }
  .frame-space-before-medium .textcols {
    padding-top: 50px;
  }
  .frame-space-before-large .textcols {
    padding-top: 80px;
  }
  .frame-space-before-extra-large .textcols {
    padding-top: 100px;
  }
  .frame-space-after-medium .textcols {
    padding-bottom: 50px;
  }
  .frame-space-after-large .textcols {
    padding-bottom: 80px;
  }
  .frame-space-after-extra-large .textcols {
    padding-bottom: 100px;
  }
}

.ce_text .mediabox .richtext {
  max-width: 84%;
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-size: 20px;
  text-align: left;
  line-height: 200%;
}

.ce_text .mediabox .richtext h1 {
  font-size: 72px;
}

.ce_text .mediabox .richtext h2 {
  font-size: 60px;
}

.ce_text .mediabox .richtext h3 {
  font-size: 48px;
}

.ce_text .mediabox .richtext h4 {
  font-size: 36px;
}

.ce_text .mediabox .richtext h5 {
  font-size: 28px;
}

.ce_text .mediabox .richtext h6 {
  font-size: 26px;
}

.ce_text .mediabox .richtext h1, .ce_text .mediabox .richtext h2, .ce_text .mediabox .richtext h3, .ce_text .mediabox .richtext h4, .ce_text .mediabox .richtext h5, .ce_text .mediabox .richtext h6 {
  color: currentColor;
}

.ce_text .mediabox.fullscreen {
  height: auto;
  min-height: 100vh;
}

.ce_text .mediabox.fullscreen:before {
  padding-top: 0;
}

.ce_text .mediabox.fullscreen .innerContainer {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.ce_text .mediabox.fullscreen .innerContainer,
.ce_text .mediabox.fullscreen .content {
  position: static;
}

.ce_text .mediabox.fullscreen .richtext {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

@media all and (max-width: 1400px) {
  .ce_text .mediabox .richtext {
    font-size: 20px;
    line-height: 200%;
  }
}

@media all and (max-width: 1200px) {
  .ce_text .mediabox .richtext {
    font-size: 20px;
    line-height: 200%;
  }
  .ce_text .mediabox.fullscreen .richtext {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media all and (max-width: 960px) {
  .ce_text .mediabox.fullscreen .richtext {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media all and (max-width: 470px) {
  .ce_text .mediabox .richtext {
    font-size: 18px;
    line-height: 115%;
    padding-bottom: 20px;
  }
  .ce_text .mediabox .richtext h1 {
    line-height: 80%;
    font-size: 55px;
  }
}

.ce_textcentered .mediabox.fullscreen {
  min-height: auto;
  height: auto;
}

.ce_textcentered .mediabox .content {
  position: static;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ce_textcentered .mediabox .headline {
  font-size: 2.6vw;
  line-height: 90%;
  text-transform: uppercase;
  text-align: left;
}

.ce_textcentered .mediabox .headline:after {
  content: '';
  display: block;
  width: 37px;
  height: 9px;
  margin-top: 20px;
  background-color: currentColor;
}

.ce_textcentered .mediabox .richtext {
  max-width: none;
  font-family: "Barlow", Verdana, Arial, sans-serif;
  font-size: clamp(20px, 1vw, 30px);
  line-height: 150%;
  text-align: left;
}

.ce_textcentered .mediabox .richtext a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.ce_textcentered .innerContainer {
  position: static;
  width: auto;
  height: auto;
}

@media all and (max-width: 1400px) {
  .ce_textcentered .mediabox .content > .inner {
    padding: 6vw;
  }
  .ce_textcentered .mediabox .richtext {
    font-size: 20px;
  }
}

@media all and (max-width: 960px) {
  .ce_textcentered .mediabox .headline {
    font-size: 28px;
  }
}

@media all and (max-width: 470px) {
  .fullHeightOnMobile {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
  }
}

.foot {
  position: relative;
  color: #fff;
}

.foot .footnavmenu {
  display: flex;
}

.backtotop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #E6FF00;
  border-radius: 50px;
}

.backtotop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: url("/typo3conf/ext/pxsehsucht/Resources/Public/Images/arrow-down-white.svg") no-repeat center center;
  background-size: 10px auto;
  transition: all 0.3s ease-in-out;
}

.backtotop span {
  display: none;
}

.backtotop:hover {
  background-color: #cfe600;
}

.parsley-error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  background: red;
  color: #fff !important;
}

.parsley-error::-moz-placeholder {
  /* Firefox 19+ */
  background: red;
  color: #fff !important;
}

.parsley-error:-ms-input-placeholder {
  /* IE 10+ */
  background: red;
  color: #fff !important;
}

.parsley-error:-moz-placeholder {
  /* Firefox 18- */
  background: red;
  color: #fff !important;
}

/*Powermail*/
.tx-powermail .powermail_form h3 {
  display: none;
}

.tx-powermail .powermail_form .powermail_fieldset {
  margin-top: 10px;
}

.tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
  display: none;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
  padding: 3px 0;
  position: relative;
  margin: 10px 0.5%;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error {
  background: red;
  color: #fff;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error {
  background: red;
  color: #fff;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
  cursor: pointer;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
  display: inline-block;
  margin-right: 2%;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox input, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox input {
  display: none;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 41px;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox label:before, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  margin-right: 5px;
  background: #fff;
  border: 3px solid #B5B5B5;
  -webkit-transform: translate(0%, -25%);
          transform: translate(0%, -25%);
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox label:after, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox label:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url("../Images/checkmark.svg") no-repeat center/100% auto;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox.checked label:after, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox.checked label:after {
  opacity: 1;
  height: 100%;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
  display: flex;
  justify-content: flex-end;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field {
  font-size: 13px;
  line-height: 140%;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
  color: red;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error {
  background: red;
  color: #fff;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error a {
  color: #fff;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
  color: #E6FF00;
  font-family: din-condensed, sans-serif, Verdana, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list {
  display: none;
}

.tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
.tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
  display: none;
}

.tx-powermail .greyboxpowermail {
  background: #f1f1f1;
  padding: 2%;
}

.tx-powermail .width33powermail,
.tx-powermail .width50powermail {
  width: 32.333%;
  margin-left: 0.5% !important;
  margin-right: 0.5% !important;
  float: left;
}

.tx-powermail .width50powermail {
  width: 49%;
}

.tx-powermail .width33powermail + :not(.width33powermail),
.tx-powermail .width50powermail + :not(.width50powermail) {
  clear: both;
}

.tx-powermail .powermail_create table td {
  padding: 5px 10px;
}

@media all and (max-width: 1200px) {
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox label {
    padding-left: 33px;
  }
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox label:before, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox label:before {
    width: 17px;
    height: 17px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox label:after, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox label:after {
    width: 19px;
    height: 19px;
  }
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .checkbox label {
    font-size: 16px;
  }
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
    font-size: 14px;
  }
}

@media all and (max-width: 470px) {
  .tx-powermail .width50powermail {
    width: 100%;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  z-index: 105;
  font-size: 0;
  left: 4vw;
  cursor: pointer;
  top: 50%;
  margin-top: -40px;
  background: url("../Images/slick-left.svg");
  background-position: center;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: transparent;
}

.slick-next {
  background-image: url("../Images/slick-right.svg");
  right: 4vw;
  left: initial;
}

/* Dots */
ul.slick-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 1rem 0;
  width: 100%;
  list-style-type: none;
  z-index: 20;
}

ul.slick-dots li {
  padding: 0;
  margin: 0 0.45rem;
}

ul.slick-dots li:first-child {
  margin-left: 0;
}

ul.slick-dots li:last-child {
  margin-right: 0;
}

ul.slick-dots li button {
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-indent: -9999px;
}

ul.slick-dots li button:hover, ul.slick-dots li button:focus {
  outline: none;
}

ul.slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.9);
}

ul.slick-dots li::before {
  content: none !important;
}

.slick-slider .slick-slide {
  display: none;
}

.slick-slider .slick-slide:first-child {
  display: block;
}

.slick-slider.slick-initialized .slick-slide {
  display: block;
}

@media all and (max-width: 768px) {
  .slick-prev,
.slick-next {
    margin-bottom: -20px;
    left: 2vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .slick-next {
    right: 2vw;
    left: initial;
  }
  ul.slick-dots li {
    margin: 0 0.3rem;
  }
  ul.slick-dots li button {
    height: 0.5rem;
    width: 0.5rem;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 85%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: unset !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #E6FF00;
  font-style: normal;
  font-size: 85px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #E6FF00;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: 20px;
  right: -6vw;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  clear: both;
  overflow: hidden;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
