@font-face {
  font-family: 'Rounded Medium';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Rounded Medium'), local('Rounded-Medium'), url('/wp-content/themes/Lautertal Plastic Template/assets/styles/fonts/DINRoundPro-Medi.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Open Sans Regular'), local('Open-Sans-Regular'), url('/wp-content/themes/Lautertal Plastic Template/assets/styles/fonts/OpenSans-Regular.ttf') format('truetype');
}
div,
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 10;
}
@media screen and (min-width: 1800px) {
  div,
  p {
    font-size: 16px;
    line-height: 30px;
  }
}
img {
  border-radius: 5px;
}
h1,
.title {
  font-family: 'Rounded Medium', sans-serif;
  font-size: 98px;
  line-height: 110px;
  font-weight: normal;
  letter-spacing: -5;
  text-transform: lowercase;
}
@media screen and (min-width: 1800px) {
  h1,
  .title {
    font-size: 120px;
    line-height: 130px;
  }
}
@media screen and (max-width: 799px) {
  h1,
  .title {
    font-size: 48px;
    line-height: 46px;
  }
  h1.headline-home,
  .title.headline-home {
    font-size: 62px;
    line-height: 70px;
  }
}
h1.white,
.title.white {
  color: white;
}
h1.dark-blue,
.title.dark-blue {
  color: #202943;
}
h2,
.headline {
  font-family: 'Rounded Medium', sans-serif;
  font-size: 64px;
  line-height: 70px;
  font-weight: normal;
  letter-spacing: -5;
  text-transform: lowercase;
}
@media screen and (min-width: 1800px) {
  h2,
  .headline {
    font-size: 68px;
    line-height: 70px;
  }
}
@media screen and (max-width: 799px) {
  h2,
  .headline {
    font-size: 44px;
    line-height: 43px;
  }
}
h2.white,
.headline.white {
  color: white;
}
h2.dark-blue,
.headline.dark-blue {
  color: #202943;
}
h3,
.subline {
  font-family: 'Rounded Medium', sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: normal;
  letter-spacing: 10;
  color: #DD534B;
  text-transform: uppercase;
}
@media screen and (max-width: 799px) {
  h3,
  .subline {
    font-size: 18px;
    line-height: 22px;
  }
}
h3.white,
.subline.white {
  color: white;
}
h3.dark-blue,
.subline.dark-blue {
  color: #202943;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.button {
  min-width: 200px;
  width: 200px;
  height: 50px;
  padding-bottom: 2.5px;
  border: 2px solid #DD534B;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  font-family: 'Rounded Medium', sans-serif, sans-serif;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
  transition: .3s;
}
.button .button-icons {
  height: 30px;
  width: 30px;
  margin-right: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button .button-icons .button-icon {
  height: 100%;
  opacity: 1;
  position: absolute;
}
.button .button-icons .button-hover {
  height: 100%;
  opacity: 0;
  position: absolute;
}
.button .button-icon {
  height: 30px;
  margin-right: 15px;
}
.button .button-hover {
  height: 30px;
  margin-right: 15px;
}
.button .button-arrow {
  height: 15px;
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.button .button-arrow .white-arrow,
.button .button-arrow .blue-arrow {
  height: 100%;
  position: absolute;
  transition: 0.3s;
}
.button .button-arrow .blue-arrow {
  opacity: 0;
}
.button:hover .button-arrow .white-arrow {
  opacity: 0;
}
.button:hover .button-arrow .blue-arrow {
  opacity: 1;
}
.button a {
  color: white;
  text-decoration: none;
}
.button.red {
  background-color: #DD534B;
  color: white;
}
.button.red a {
  color: white;
}
.button.red:hover {
  background-color: transparent;
  color: #DD534B;
}
.button.red:hover a {
  color: #DD534B;
}
.button.blue {
  background-color: #28418C;
  color: white;
  border: 2px solid #28418C;
}
.button.blue a {
  color: white;
}
.button.blue:hover {
  background-color: transparent;
  color: #28418C;
}
.button.blue:hover a {
  color: #28418C;
}
.button.dark-blue {
  background-color: #202943;
  color: white;
  border: 2px solid #202943;
  text-transform: uppercase;
}
.button.dark-blue a {
  color: white;
}
.button.dark-blue:hover {
  background-color: transparent;
  color: #202943;
}
.button.dark-blue:hover a {
  color: #202943;
}
.button.invisible {
  display: none;
}
.button:hover .button-icons .button-icon {
  opacity: 0;
}
.button:hover .button-icons .button-hover {
  opacity: 1;
}
.parallax-mirror {
  max-width: 50%;
  z-index: -1000;
}
.parallax-mirror .parallax-slider {
  width: 100% !important;
}
@media screen and (max-width: 999px) {
  .parallax-mirror {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 499px) {
  html body {
    word-break: break-word;
  }
}
html body nav {
  height: 120px;
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 999;
  transition: .3s;
}
html body nav div {
  transition: .3s;
}
html body nav .logo-banner {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body nav .logo-banner .menu-button {
  display: none;
}
html body nav .logo-banner a {
  display: flex;
}
html body nav .menu-banner {
  height: 55px;
  background-color: #202943;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body nav .menu-banner .menu-menue-container {
  max-width: 750px;
  width: 100%;
}
html body nav .menu-banner .menu-menue-container .menu {
  display: flex;
  justify-content: space-between;
}
html body nav .menu-banner .menu-menue-container .menu li {
  list-style: none;
}
html body nav .menu-banner .menu-menue-container .menu li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  line-height: 36px;
  font-family: 'Rounded Medium', sans-serif;
  letter-spacing: 0.2px;
}
html body nav .menu-banner .menu-menue-container .menu li:hover a {
  opacity: 0.75;
}
@media screen and (min-width: 1000px) {
  html body nav.scrolled {
    height: 92px;
  }
  html body nav.scrolled .logo-banner {
    height: 44px;
  }
  html body nav.scrolled .menu-banner {
    height: 48px;
  }
  html body nav.scrolled .menu-banner .menu-menue-container .menu li a {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  html body nav.scrolled.Startseite .logo-banner {
    position: relative;
    z-index: 100;
    background-color: white;
  }
  html body nav.scrolled.Startseite .menu-banner {
    background-color: white;
    box-shadow: 0px 2px 10px #28418C73;
  }
  html body nav.scrolled.Startseite .menu-banner .menu-menue-container .menu li a {
    color: #202943;
  }
}
@media screen and (max-width: 1000px) {
  html body nav {
    height: 60px;
    padding: 0 50px;
    box-shadow: 0px 3px 6px #28418C29;
  }
  html body nav .logo-banner {
    position: relative;
  }
  html body nav .logo-banner .menu-button {
    display: flex;
    flex-direction: column;
    height: 30px;
    justify-content: space-around;
    width: 30px;
    align-items: center;
    position: absolute;
    left: 0;
    cursor: pointer;
  }
  html body nav .logo-banner .menu-button:before,
  html body nav .logo-banner .menu-button:after {
    content: "";
    position: relative;
    width: 30px;
    height: 2.5px;
    background-color: #28418C;
    transition: .3s;
  }
  html body nav .logo-banner .menu-button.active {
    justify-content: center;
  }
  html body nav .logo-banner .menu-button.active:before,
  html body nav .logo-banner .menu-button.active:after {
    position: absolute;
  }
  html body nav .logo-banner .menu-button.active:before {
    transform: rotate(45deg);
  }
  html body nav .logo-banner .menu-button.active:after {
    transform: rotate(-45deg);
  }
  html body nav .menu-banner {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  html body nav {
    height: 50px;
    padding: 0 3vw;
  }
}
html body .contact-box {
  height: 130px;
  width: 50px;
  background-color: #DD534B;
  position: fixed;
  top: 140px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: 0.3s;
  z-index: 1;
  box-shadow: 0px 3px 6px #28418C73;
  z-index: 1000;
}
html body .contact-box.open {
  width: 220px;
}
html body .contact-box div {
  font-family: 'Rounded Medium', sans-serif;
}
html body .contact-box a {
  height: 1px;
  text-decoration: none;
}
html body .contact-box .symbol {
  display: flex;
  align-items: center;
  background-position-y: 50%;
  opacity: 0.8;
  color: white;
  width: 220px;
  height: 65px;
  background-repeat: no-repeat;
}
html body .contact-box .symbol.phone-symbol {
  position: relative;
  background-position-x: 12px;
}
html body .contact-box .symbol.phone-symbol:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #28418C;
  position: absolute;
  left: 12.5px;
  top: 65px;
}
html body .contact-box .symbol.location-symbol {
  background-position-x: 15.8px;
}
html body .contact-box .linkbox {
  color: #28418C;
}
html body .contact-box .linkbox .content {
  padding: 5px 10px 5px 70px;
  opacity: 1;
}
html body .contact-box .linkbox .content:hover {
  opacity: 0.75;
  transition: 0.3s;
}
@media screen and (max-width: 799px) {
  html body .contact-box {
    top: 10px;
  }
  html body .contact-box.open {
    width: 50px;
  }
}
html body .mobile-menu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding-top: 60px;
  width: 0;
  height: 100%;
  background-color: #DD534B;
  overflow-x: hidden;
  text-align: center;
  transition: .3s;
  z-index: 100;
}
html body .mobile-menu-container .menu-headline {
  color: #28418C;
  font-size: 44px;
  margin-bottom: 50px;
  font-family: 'Rounded Medium', sans-serif;
}
html body .mobile-menu-container .menu-menue-container ul li {
  list-style: none;
  margin-bottom: 40px;
}
html body .mobile-menu-container .menu-menue-container ul li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
  font-family: 'Rounded Medium', sans-serif;
  text-transform: lowercase;
}
html body .mobile-menu-container .menu-bottom {
  position: absolute;
  height: 50px;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  background-color: #28418C;
  width: 100%;
  justify-content: center;
}
html body .mobile-menu-container .menu-bottom a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-family: 'Rounded Medium', sans-serif;
  margin-right: 25px;
}
html body .mobile-menu-container .menu-bottom a:last-child {
  margin-right: 0;
}
html body .mobile-menu-container.active {
  width: 100%;
}
html body header.header_simple .header-banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
html body header.header_simple .header-banner .video-container video,
html body header.header_simple .header-banner .video-container img {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 120px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body header.header_simple .header-banner .video-container .mobile-image {
  display: none;
}
html body header.header_simple .header-banner .content-wrap {
  position: relative;
  z-index: 1;
  padding: 0 9vw;
  text-align: center;
}
html body header.header_simple .header-banner .content-wrap .title {
  max-width: 600px;
  width: 100%;
  margin-bottom: 30px;
}
html body header.header_simple .header-banner .content-wrap .title.headline-home {
  max-width: 750px;
  width: 100%;
}
html body header.header_simple .header-banner .content-wrap .headline {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  letter-spacing: 0.26px;
  line-height: 36px;
  text-transform: none;
}
html body header.header_simple .header-banner .scrolldown {
  position: absolute;
  bottom: 50px;
  left: center;
  cursor: pointer;
  padding: 2px 5px;
}
html body header.header_simple .header-banner .scrolldown:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1000px) {
  html body header.header_simple .header-banner .video-container video,
  html body header.header_simple .header-banner .video-container img {
    padding-top: 60px;
  }
}
@media screen and (max-width: 799px) {
  html body header.header_simple .header-banner {
    min-height: 100vh;
  }
  html body header.header_simple .header-banner .video-container video,
  html body header.header_simple .header-banner .video-container img {
    padding-top: 50px;
  }
  html body header.header_simple .header-banner .video-container video {
    display: none;
  }
  html body header.header_simple .header-banner .video-container .mobile-image {
    display: block;
  }
  html body header.header_simple .header-banner .content-wrap .title {
    max-width: 300px;
    margin-bottom: 20px;
  }
  html body header.header_simple .header-banner .content-wrap .title.headline-home {
    margin-bottom: 40vh;
  }
  html body header.header_simple .header-banner .content-wrap .headline {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 20px;
  }
}
html body header.header_anker {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25vw;
  background-position: center;
  background-size: cover;
  position: relative;
}
html body header.header_anker .content-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 50px;
}
html body header.header_anker .content-wrap .title {
  max-width: 750px;
  width: 100%;
  margin-bottom: 20px;
}
html body header.header_anker .content-wrap .subline {
  max-width: 750px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 50px;
}
html body header.header_anker .content-wrap .anchor-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
html body header.header_anker .content-wrap .anchor-container .ubersichtsbox {
  width: 32%;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #202943;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 5px;
}
html body header.header_anker .content-wrap .anchor-container .ubersichtsbox img {
  height: 40px;
  margin-bottom: 5px;
}
html body header.header_anker .content-wrap .anchor-container .ubersichtsbox .label {
  line-height: 22px;
  height: 32px;
}
html body header.header_anker .content-wrap .anchor-container .ubersichtsbox:hover {
  opacity: 0.75;
}
html body header.header_anker .scrolldown {
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  padding: 3px 6px;
}
html body header.header_anker .scrolldown:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1199px) {
  html body header.header_anker {
    padding: 0 15vw;
  }
}
@media screen and (max-width: 799px) {
  html body header.header_anker {
    padding: 0 3vw;
  }
  html body header.header_anker .content-wrap .anchor-container .ubersichtsbox {
    width: 48%;
  }
  html body header.header_anker .scrolldown {
    bottom: 10px;
  }
}
html body main .default-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 160px 0;
  background-color: white;
}
html body main .default-content h1,
html body main .default-content h2,
html body main .default-content p {
  line-height: normal;
}
html body main .default-content h1 {
  font-size: 50px;
  color: #202943;
  text-transform: uppercase;
  margin-bottom: 25px;
}
html body main .default-content h2 {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #202943;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: none;
}
html body main .default-content p,
html body main .default-content i {
  font-family: 'Open Sans';
  margin-bottom: 25px;
}
html body main .image_text {
  display: flex;
  padding: 200px 10vw;
  position: relative;
  z-index: 1;
}
html body main .image_text .text_block,
html body main .image_text .image_block {
  transition: opacity .9s ease-in;
}
html body main .image_text .text_block.anim,
html body main .image_text .image_block.anim {
  opacity: 0;
}
html body main .image_text .text_block {
  position: relative;
  z-index: 1;
}
html body main .image_text .text_block .icon {
  margin-bottom: 15px;
  height: 40px;
}
html body main .image_text .text_block .headline {
  margin-bottom: 25px;
  margin-left: -4px;
}
html body main .image_text .text_block .text a {
  text-decoration: none;
}
html body main .image_text .text_block .button-container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
html body main .image_text .text_block .button-container .button {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
html body main .image_text .image_block {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
html body main .image_text .image_block img {
  width: 100%;
  height: 100%;
}
html body main .image_text .left-container,
html body main .image_text .right-container {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 50%;
}
html body main .image_text .left-container .text_block {
  padding-right: 110px;
}
html body main .image_text .right-container .text_block {
  padding-left: 110px;
}
html body main .image_text.white .text_block {
  background-color: white;
  color: #202943;
}
html body main .image_text.blue {
  background-color: #28418C;
}
html body main .image_text.blue .text_block {
  color: white;
}
html body main .image_text.contact .text_block .contact >div {
  display: flex;
  max-width: 200px;
  align-items: flex-start;
  margin-top: 15px;
}
html body main .image_text.contact .text_block .contact >div >div {
  min-width: 25px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
html body main .image_text.contact .text_block .contact >div:first-child {
  margin-top: 30px;
}
html body main .image_text.contact .text_block .contact >div:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 1099px) {
  html body main .image_text {
    flex-direction: column;
    padding: 80px 0;
  }
  html body main .image_text .left-container,
  html body main .image_text .right-container {
    max-width: 100%;
  }
  html body main .image_text .left-container .text_block,
  html body main .image_text .right-container .text_block {
    padding: 50px 9vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  html body main .image_text .left-container .text_block .headline,
  html body main .image_text .right-container .text_block .headline {
    margin-bottom: 30px;
  }
  html body main .image_text .image_block {
    padding: 0px 3vw;
    position: relative;
    z-index: 2;
  }
  html body main .image_text .image_block img {
    max-height: 50vh;
  }
  html body main .image_text.img_left .left-container {
    order: 1;
    justify-content: center;
  }
  html body main .image_text.img_left .right-container {
    order: 2;
  }
  html body main .image_text.img_right .left-container {
    order: 2;
  }
  html body main .image_text.img_right .right-container {
    order: 1;
    justify-content: center;
  }
}
html body main .tiles {
  background-color: white;
  box-shadow: 4px 3px 17px #28418C53;
}
html body main .tiles .content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 150px 25vw 50px;
}
html body main .tiles .content-wrap .headline {
  margin-bottom: 30px;
  line-height: 54px;
}
html body main .tiles .anchor-container {
  background-color: #DD534B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10vw 150px;
}
html body main .tiles .anchor-container .ubersichtsbox {
  width: 32%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #202943;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 5px;
  transition: opacity .6s ease-in;
}
html body main .tiles .anchor-container .ubersichtsbox img {
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}
html body main .tiles .anchor-container .ubersichtsbox .label {
  font-family: 'Rounded Medium', sans-serif, sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #202943;
  text-align: center;
  height: 32px;
}
html body main .tiles .anchor-container .ubersichtsbox:hover {
  opacity: 0.75;
}
html body main .tiles .anchor-container .ubersichtsbox.anim {
  opacity: 0;
}
@media screen and (max-width: 799px) {
  html body main .tiles .content-wrap {
    padding: 50px 9vw;
  }
  html body main .tiles .anchor-container {
    padding: 50px 3vw 30px;
  }
  html body main .tiles .anchor-container .ubersichtsbox {
    width: 48%;
    min-height: 170px;
    margin-bottom: 15px;
  }
  html body main .tiles .anchor-container .ubersichtsbox img {
    height: 40px;
    width: 40px;
  }
  html body main .tiles .anchor-container .ubersichtsbox .label {
    font-size: 14px;
    line-height: 22px;
    padding: 0 3px;
  }
}
html body main .link_images {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 0;
  margin-bottom: 100px;
  background-color: white;
  box-shadow: 4px 3px 17px #28418C45;
  text-align: center;
}
html body main .link_images .anim {
  opacity: 0;
}
html body main .link_images >div {
  transition: opacity .9s ease-in;
}
html body main .link_images >div .headline {
  margin-bottom: 20px;
  padding: 0 25vw;
}
html body main .link_images >div .text {
  margin-bottom: 50px;
  padding: 0 25vw;
  width: 100%;
}
html body main .link_images .image-container {
  width: 100%;
  padding: 0 10vw 100px;
  background: linear-gradient(white 9vw,#28418C 9vw);
}
html body main .link_images .image-container >div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  transition: opacity .9s ease-in;
}
html body main .link_images .image-container >div a {
  width: 33%;
  height: 18vw;
  text-decoration: none;
  overflow: hidden;
}
html body main .link_images .image-container >div a .image-link-container {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
html body main .link_images .image-container >div a .image-link-container .hover-container {
  position: absolute;
  transition: .3s;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: #ffffffab;
  color: #202943;
  text-transform: uppercase;
}
html body main .link_images .image-container >div a .image-link-container .hover-container img {
  margin-bottom: 10px;
}
html body main .link_images .image-container >div a .image-link-container .hover-container div {
  font-family: 'Rounded Medium', sans-serif;
  max-height: 100%;
  max-width: 100%;
}
html body main .link_images .image-container >div a:hover .image-link-container .hover-container {
  opacity: 1;
}
@media screen and (max-width: 799px) {
  html body main .link_images {
    margin-bottom: 80px;
  }
  html body main .link_images >div img {
    margin-bottom: 20px;
  }
  html body main .link_images >div .headline {
    padding: 0 9vw;
  }
  html body main .link_images >div .text {
    padding: 0 9vw;
  }
  html body main .link_images .image-container {
    background: linear-gradient(white 25vw,#28418C 25vw);
    padding: 0 10vw 80px;
  }
  html body main .link_images .image-container >div {
    flex-direction: column;
  }
  html body main .link_images .image-container >div a {
    width: 100%;
    height: calc(60vw - 10vw);
    margin-bottom: 10px;
  }
  html body main .link_images .image-container >div a:last-child {
    margin-bottom: 0;
  }
}
html body main .icons .headline {
  background-color: white;
  padding: 100px 10vw 50px;
  text-align: center;
}
html body main .icons .icon-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: baseline;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10vw;
}
html body main .icons .icon-container .icon-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0;
  text-transform: uppercase;
  font-weight: bold;
}
html body main .icons .icon-container .icon-single img {
  margin-bottom: 25px;
}
html body main .icons .icon-container .icon-single.red {
  color: #DD534B;
}
html body main .icons .icon-container .icon-single.blue {
  color: #28418C;
}
html body main .icons .icon-container .icon-single.white {
  color: white;
}
html body main .icons.red {
  background-color: #DD534B;
}
html body main .icons.blue {
  background-color: #28418C;
}
@media screen and (max-width: 799px) {
  html body main .icons .headline {
    font-size: 26px;
    line-height: 34px;
  }
  html body main .icons .icon-container {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 50px;
  }
  html body main .icons .icon-container .icon-single {
    padding: 30px;
  }
  html body main .icons .icon-container .icon-single img {
    margin-bottom: 10px;
  }
}
html body main .icons_prozess {
  background-color: white;
}
html body main .icons_prozess .headline {
  padding: 90px 10vw 50px;
  box-shadow: 4px 8px 17px;
  text-align: center;
}
html body main .icons_prozess .icon-container {
  display: flex;
  align-items: baseline;
  background-color: #DD534B;
  padding: 0 10vw;
}
html body main .icons_prozess .icon-container .icon-single {
  display: flex;
  flex-direction: column;
  padding: 5vw 2vw;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
html body main .icons_prozess .icon-container .icon-single .subline {
  text-align: center;
  font-size: 16px;
  color: #28418C;
  letter-spacing: 0.16px;
  line-height: normal;
}
html body main .icons_prozess .icon-container .icon-single img {
  width: 55px;
  height: 55px;
  margin: 0 auto 10px;
}
html body main .icons_prozess .icon-container .icon-arrow:last-child {
  display: none;
}
@media screen and (max-width: 799px) {
  html body main .icons_prozess .headline {
    font-size: 26px;
  }
  html body main .icons_prozess .icon-container {
    flex-direction: column;
    align-items: center;
    padding: 10vw;
  }
  html body main .icons_prozess .icon-container .icon-arrow {
    transform: rotate(90deg);
  }
}
html body main .timeline {
  background-color: white;
  box-shadow: 4px 3px 17px #28418C53;
}
html body main .timeline .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 770px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 100px 10vw 50px;
}
html body main .timeline .content-wrap .headline {
  margin-bottom: 20px;
}
html body main .timeline .timeline-container {
  background-color: #DD534B;
  padding: 50px 25vw 100px;
  color: white;
  display: flex;
  flex-direction: column;
}
html body main .timeline .timeline-container >img {
  margin: 0 auto 35px;
  width: 50px;
  height: 50px;
}
html body main .timeline .timeline-container .step {
  width: calc(50% + 2px);
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  position: relative;
}
html body main .timeline .timeline-container .step .year {
  font-family: 'Rounded Medium', sans-serif;
  font-size: 26px;
  letter-spacing: 0.26px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -10px;
}
@media screen and (min-width: 799px) {
  html body main .timeline .timeline-container .step .year:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: white;
  }
  html body main .timeline .timeline-container .step .year:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
  }
}
html body main .timeline .timeline-container .step .description img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
@media screen and (min-width: 799px) {
  html body main .timeline .timeline-container .step:nth-child(even) {
    border-right: 2px solid white;
    padding-right: 80px;
    align-items: flex-end;
    text-align: right;
  }
  html body main .timeline .timeline-container .step:nth-child(even) .year:before {
    right: -80px;
  }
  html body main .timeline .timeline-container .step:nth-child(even) .year:after {
    right: -86px;
  }
  html body main .timeline .timeline-container .step:nth-child(odd) {
    margin-left: 50%;
    border-left: 2px solid white;
    padding-left: 80px;
    align-items: flex-start;
    text-align: left;
  }
  html body main .timeline .timeline-container .step:nth-child(odd) .year:before {
    left: -80px;
  }
  html body main .timeline .timeline-container .step:nth-child(odd) .year:after {
    left: -86px;
  }
}
@media screen and (max-width: 799px) {
  html body main .timeline .timeline-container {
    align-items: center;
  }
  html body main .timeline .timeline-container >img {
    margin-bottom: 0;
  }
  html body main .timeline .timeline-container .step {
    align-items: center;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: -7px;
  }
  html body main .timeline .timeline-container .step .year {
    margin-top: 0;
  }
  html body main .timeline .timeline-container .step:before {
    content: "";
    position: absolute;
    height: 45px;
    width: 2px;
    background-color: white;
    top: 17.5px;
  }
  html body main .timeline .timeline-container .step:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: white;
    border-radius: 50%;
    top: 57.5px;
  }
}
html body main .news {
  background-color: white;
  box-shadow: 4px 3px 17px #28418C53;
  padding: 100px 10vw 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body main .news .news_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
html body main .news .news_container .news_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  width: 33%;
  margin-bottom: 100px;
}
html body main .news .news_container .news_box img {
  margin-bottom: 25px;
  width: 100%;
}
html body main .news .news_container .news_box .headline {
  margin-bottom: 20px;
}
html body main .news .news_container .news_box .text {
  width: 100%;
}
html body main .news .news_container .news_box.invisible {
  display: none;
}
html body main .news .news_container:after {
  content: "";
  position: relative;
  width: 33%;
  max-width: 400px;
}
html body main .news .button {
  margin-bottom: 100px;
}
@media screen and (max-width: 799px) {
  html body main .news .news_container {
    flex-direction: column;
    align-items: center;
  }
  html body main .news .news_container .news_box {
    width: 100%;
  }
}
html body main .job {
  box-shadow: 4px 3px 17px #28418C53;
  background-color: white;
}
html body main .job .content-wrap {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 9vw 50px;
  text-align: center;
}
html body main .job .content-wrap .headline {
  margin-bottom: 20px;
}
html body main .job .job-container {
  padding: 6vw 25vw;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body main .job .job-container .job-info-container {
  display: flex;
  justify-content: space-between;
}
html body main .job .job-container .job-info-container .job-title {
  font-family: 'Rounded Medium', sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.42px;
  color: #202943;
  width: 60%;
}
html body main .job .job-container .job-info-container .date-container {
  display: flex;
  align-items: center;
}
html body main .job .job-container .job-info-container .date-container img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
html body main .job .job-container .job-info-container .date-container .job-date {
  font-family: 'Rounded Medium', sans-serif;
  color: #DD534B;
}
html body main .job .job-container:nth-child(even) {
  background-color: #F6F7FB;
}
html body main .job .job-container a.show-job {
  cursor: pointer;
  color: #202943;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  text-decoration: none;
}
html body main .job .job-container a.show-job:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  position: relative;
  left: -2px;
  top: -1px;
  border-bottom: 2px solid #202943;
  border-right: 2px solid #202943;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 2px;
}
html body main .job .job-container a.show-job:hover {
  opacity: 0.75;
}
html body main .job .job-container .job-description {
  max-height: 1px;
  overflow: hidden;
}
html body main .job .job-container .job-description .description {
  color: #202943;
}
html body main .job .job-container .job-description .description a {
  text-decoration: none;
}
html body main .job .job-container a.hide-job:after {
  transform: rotate(-135deg);
  margin-bottom: -1px;
}
html body main .job .job-container .fade-job {
  max-height: 2000px;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  html body main .job .content-wrap {
    padding: 50px 10vw 0;
  }
  html body main .job .content-wrap .headline {
    margin-bottom: 10px;
  }
  html body main .job .content-wrap .text {
    margin-bottom: 20px;
  }
  html body main .job .job-container {
    padding: 6vw 9vw;
  }
  html body main .job .job-container .job-info-container {
    display: inline;
  }
  html body main .job .job-container .job-info-container .job-title {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  html body main .job .job-container .job-info-container .date-container img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }
  html body main .job .job-container a.hide-job {
    font-size: 14px;
  }
  html body main .job .job-container .fade-job {
    max-height: 2600px;
  }
}
html body main .map {
  background-color: white;
}
html body main .map .container-all .content-wrap {
  padding: 100px 10vw 50px;
}
html body main .map .container-all .content-wrap .headline {
  margin-bottom: 15px;
}
html body main .map .container-all .content-wrap .location-wrap {
  max-width: 150px;
  width: 100%;
}
html body main .map .container-all #map {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: auto;
}
@media screen and (max-width: 599px) {
  html body main .map .container-all #map {
    height: 500px;
  }
}
html body .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(255,255,255,0.8);
}
html body .popup .popup-container {
  width: 75%;
  height: 85%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 2px 10px #28418C73;
}
html body .popup .popup-container .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
html body .popup .popup-container .close:before,
html body .popup .popup-container .close:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #DD534B;
}
html body .popup .popup-container .close:before {
  transform: rotate(40deg);
}
html body .popup .popup-container .close:after {
  transform: rotate(-40deg);
}
html body .popup .popup-container .content-wrap .subline {
  font-size: 20px;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 15px;
}
html body .popup .popup-container .content-wrap .headline {
  text-align: center;
  margin-bottom: 30px;
}
html body .popup .popup-container .content-wrap .text {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
}
html body .popup .popup-container .content-wrap .button {
  margin: 0 auto;
}
html body .popup.show {
  display: flex;
}
@media screen and (max-width: 799px) {
  html body .popup .popup-container {
    width: 100%;
    height: 85%;
    margin: 50px 10px;
  }
  html body .popup .popup-container .content-wrap .headline {
    font-size: 32px;
  }
}
html body footer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: white;
  z-index: 0;
}
html body footer .background-contact {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
html body footer .mobile-image-contact {
  display: none;
}
@media screen and (max-width: 799px) {
  html body footer .background-contact {
    display: none;
  }
  html body footer .mobile-image-contact {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
html body footer .contact-container {
  display: flex;
  padding: 150px 10vw 100px;
}
html body footer .contact-container .right-container,
html body footer .contact-container .left-container {
  width: 100%;
}
html body footer .contact-container .right-container {
  padding-left: 220px;
}
html body footer .contact-container .right-container .wpcf7 .screen-reader-response {
  display: none;
}
html body footer .contact-container .right-container .wpcf7 form input[type="text"],
html body footer .contact-container .right-container .wpcf7 form input[type="email"],
html body footer .contact-container .right-container .wpcf7 form input[type="tel"],
html body footer .contact-container .right-container .wpcf7 form textarea {
  background-color: white;
  border: 2px solid white;
  width: 100%;
  padding: 2vh 1vw;
  font-family: 'Open Sans', sans-serif;
  color: #202943;
  resize: none;
}
html body footer .contact-container .right-container .wpcf7 form p {
  margin-bottom: 16px;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-not-valid {
  display: flex;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #202943;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control label {
  display: flex;
  max-width: 480px;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control label input[type="checkbox"] {
  background-color: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  -webkit-appearance: none;
  border: 2px solid #202943;
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  cursor: pointer;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control label input[type="checkbox"]:checked:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #202943;
  border-radius: 50%;
  content: "";
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control label span {
  padding-left: 15px;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 1.5px solid #DD534B;
  border-radius: 5px;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-not-valid::placeholder {
  color: #DD534B;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-not-valid-tip {
  color: #DD534B;
  font-weight: bold;
  font-size: 10px;
}
html body footer .contact-container .right-container .wpcf7 form p .wpcf7-submit {
  margin-top: 30px;
}
html body footer .contact-container .right-container .wpcf7 form p br {
  display: none;
}
html body footer .contact-container .right-container .wpcf7 form p:last-child {
  margin-bottom: 0;
}
html body footer .contact-container .right-container .wpcf7 form .wpcf7-response-output {
  display: none;
}
html body footer .contact-container .left-container .text_block .headline {
  margin-bottom: 30px;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  html body footer .contact-container .right-container {
    padding: 0;
  }
  html body footer .contact-container .left-container .text_block {
    padding-left: 0;
  }
}
@media screen and (max-width: 799px) {
  html body footer .contact-container {
    flex-direction: column;
    padding: 0;
  }
  html body footer .contact-container .right-container form {
    padding: 50px 9vw;
  }
  html body footer .contact-container .right-container form label {
    line-height: 20px;
  }
  html body footer .contact-container .right-container form .wpcf7-submit {
    margin: 50px auto 0;
  }
  html body footer .contact-container .left-container .text_block {
    padding: 150px 10vw 0;
    display: flex;
    flex-direction: column;
  }
  html body footer .contact-container .left-container .headline {
    margin-bottom: 30px;
    max-width: 200px;
    width: 100%;
  }
}
html body footer .footer-menu {
  display: flex;
  padding: 0 17vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
html body footer .footer-menu a {
  text-decoration: none;
  color: white;
}
html body footer .footer-menu a:hover {
  opacity: 0.75;
}
html body footer .footer-menu .menu-footer-container {
  width: 100%;
}
html body footer .footer-menu .menu-footer-container ul {
  display: flex;
  justify-content: space-between;
}
html body footer .footer-menu .menu-footer-container ul li {
  list-style: none;
}
html body footer .footer-menu .datenschutz-impressum a {
  margin-right: 60px;
}
html body footer .footer-menu .datenschutz-impressum a:last-child {
  margin-right: 0;
}
html body footer .footer-menu .datenschutz-impressum a:hover {
  opacity: 0.75;
}
html body footer .footer-menu .mail-phone {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  text-align: center;
  justify-content: space-between;
}
html body footer .footer-menu .mail-phone .mail {
  display: flex;
  align-items: center;
}
html body footer .footer-menu .mail-phone .mail img {
  margin-right: 15px;
  height: 25px;
  width: 25px;
}
html body footer .footer-menu .mail-phone .mail:hover {
  opacity: 0.75;
}
html body footer .footer-menu .mail-phone .phone {
  display: flex;
  align-items: center;
}
html body footer .footer-menu .mail-phone .phone img {
  margin-right: 15px;
  height: 25px;
  width: 25px;
}
html body footer .footer-menu .mail-phone .phone:hover {
  opacity: 0.75;
}
html body footer .footer-menu.small {
  height: 100px;
}
html body footer .footer-menu.big {
  height: 200px;
}
html body footer .footer-menu.red {
  background-color: #DD534B;
}
html body footer .footer-menu.dark-blue {
  background-color: #202943;
}
@media screen and (max-width: 799px) {
  html body footer .footer-menu {
    padding: 0 10vw;
    flex-direction: column;
    justify-content: center;
  }
  html body footer .footer-menu .menu-footer-container {
    height: 100%;
  }
  html body footer .footer-menu .menu-footer-container ul {
    height: 100%;
    padding: 25px 0;
    flex-direction: column;
    align-items: center;
  }
  html body footer .footer-menu .datenschutz-impressum {
    display: flex;
    margin-bottom: 10px;
  }
  html body footer .footer-menu .datenschutz-impressum a {
    margin-right: 20px;
  }
  html body footer .footer-menu .mail-phone .mail img {
    height: 20px;
    width: 20px;
  }
  html body footer .footer-menu .mail-phone .phone img {
    height: 20px;
    width: 20px;
  }
  html body footer .footer-menu.big {
    height: 320px;
  }
}
html body footer .footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body footer .footer-bottom a {
  display: flex;
}
html body footer .footer-bottom a img {
  height: 22px;
}
html body .dmp_cookiebox-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
html body .dmp_cookiebox-wrap.dmp_active {
  display: block;
}
html body .dmp_cookiebox-wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.75);
  padding: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox {
  max-width: 400px;
  max-height: 100%;
  background-color: white;
  padding: 15px;
  overflow-y: auto;
  transition: .3s;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content {
  font-size: 14px;
  color: #202943;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--headline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--text {
  margin-bottom: 15px;
  line-height: 1.3em;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons {
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  background-color: #f2f2f2;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button:hover {
  background-color: #dddcdc;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-all {
  background-color: #555555;
  color: #f2f2f2;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-all:hover {
  background-color: #DD534B;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-essential {
  font-size: 14px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection {
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item {
  margin-bottom: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox {
  display: none;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  position: relative;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before,
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  content: '';
  position: absolute;
  background-color: #DD534B;
  height: 2px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before {
  top: 7px;
  left: 2px;
  width: 5px;
  transform: rotate(50deg);
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  top: 6px;
  left: 4px;
  width: 10px;
  transform: rotate(-50deg);
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:disabled + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  background-color: white;
  border-color: #f2f2f2;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label {
  cursor: pointer;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  background-color: #f2f2f2;
  border: 1px solid grey;
  margin-right: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-bottom: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-bottom: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap {
  text-align: center;
  margin-bottom: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap:last-child {
  margin-bottom: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap .dmp_cookiebox-link {
  display: inline;
  color: #202943;
  text-decoration: none;
  cursor: pointer;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced {
  display: none;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
  display: flex;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-right: 7px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-right: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 699px) {
  html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
  html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
  }
  html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
    margin-bottom: 0;
  }
  html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
    margin-left: 0;
    padding: 10px 10px 0 10px;
  }
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 7px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section:last-child {
  margin-bottom: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input {
  display: none;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button {
  background-color: #DD534B;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button::before {
  left: auto;
  right: 4px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button {
  position: relative;
  display: block;
  width: 40px;
  height: 21px;
  background-color: #555555;
  border-radius: 50px;
  float: right;
  margin-left: auto;
  cursor: pointer;
  transition: .3s;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 4px;
  background-color: #f2f2f2;
  border-radius: 50px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header {
  display: flex;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_cookie-section-name {
  font-size: 18px;
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_switch-button {
  margin-right: 5px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-description {
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap {
  margin-bottom: 15px;
  text-align: center;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap .dmp_toggle-cookie-information {
  font-weight: bold;
  cursor: pointer;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content {
  height: 0;
  overflow: hidden;
  transition: .3s;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table {
  width: 100%;
  margin-bottom: 5px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table:last-child {
  margin-bottom: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr {
  background-color: white;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th,
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding: 3px 5px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th {
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding-left: 10px;
  width: 100%;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a {
  color: #202943;
  text-decoration: none;
  transition: .3s;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a:hover {
  color: #DD534B;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced {
  max-width: 800px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-simple {
  display: none;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-advanced {
  display: block;
}
