body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  background-color: white;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}

@media screen and (max-width: 768px) {
  body, html {
    font-size: 11px;
  }
}

body.no_x_scroll, html.no_x_scroll {
  overflow-x: hidden;
}

body.noscroll, html.noscroll {
  overflow: hidden;
}

a:link {
  text-decoration: none;
  color: #7f7f7f;
}

a:hover {
  color: #f69595;
}

a:visited {
  color: #7f7f7f;
}

a:active {
  color: #fbe6e5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
  letter-spacing: 2px;
}

h1 {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.25rem;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 2.75rem;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.75rem;
  }
}

.wrapper {
  position: relative;
  min-height: 75vh;
}

.wrapper.editmode {
  margin-left: 200px;
  margin-right: 2px;
}

.col_full {
  width: calc(100% - 180px);
  max-width: 1000px;
  position: relative;
  margin: 0px auto;
  box-sizing: border-box;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .col_full {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .col_full {
    padding-left: 0px !important;
  }
}

.col__full {
  width: calc(100% - 180px);
  max-width: 1000px;
  position: relative;
  margin: 0px auto;
  box-sizing: border-box;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .col__full {
    width: calc(100% - 40px);
    margin-right: 0px;
    padding-left: 0px !important;
  }
}

.div__full {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0px auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .div__full {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .div__full.row {
    margin: 0px 0px 0px -20px !important;
  }
}

.overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  background-color: rgba(128, 128, 128, 0.8);
  display: none;
}

.overlay.open {
  display: block;
}

.clearfix {
  clear: both;
  margin-bottom: 100px;
}

.main_header {
  background-color: transparent;
  padding: 0px !important;
}

.main_header .logo {
  width: 41px;
  height: 41px;
  position: relative;
  left: 0px;
  font-size: 1rem !important;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .main_header {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.main_footer {
  color: #999999 !important;
  background-color: transparent !important;
  padding: 15px 40px !important;
  position: relative !important;
}

.main_footer .main_footer_left {
  text-align: left;
  float: left;
}

@media screen and (max-width: 768px) {
  .main_footer .main_footer_left {
    float: none;
    text-align: center;
  }
}

.main_footer .main_footer_right {
  text-align: right;
  float: right;
}

@media screen and (max-width: 768px) {
  .main_footer .main_footer_right {
    float: none;
    text-align: center;
  }
}

.main_nav {
  position: absolute;
  display: block;
  width: 100%;
  left: auto;
  right: calc(50% + 50vw - 150px);
  top: -3px;
  bottom: auto;
  text-align: right;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main_nav:before {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 1px;
  height: 5000px;
  background-color: #b2b2b2;
}

@media screen and (max-width: 1100px) {
  .main_nav:before {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .main_nav {
    right: calc(100% + 10px);
  }
}

@media screen and (max-width: 1100px) {
  .main_nav {
    right: 0px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .main_nav ul {
    position: fixed !important;
    top: 3px !important;
    background-color: #f9f9f9 !important;
    padding: calc(50vh - 70px) 0px !important;
    overflow: visible !important;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .main_nav ul a {
    display: none !important;
  }
  .main_nav ul a.logo {
    display: block !important;
  }
  .main_nav ul.open a {
    display: block !important;
  }
}

.main_nav a {
  margin-right: 45px;
  display: inline-block !important;
  color: #999999 !important;
  font-weight: 300 !important;
  padding: 0px !important;
}

.main_nav a li.navlink.active {
  font-weight: 700 !important;
  color: #f69595 !important;
}

.main_nav a.close_menu {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .main_nav a.close_menu {
    display: block !important;
    top: auto !important;
    bottom: 19px !important;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.main_nav a.logo {
  margin-right: 0px !important;
}

@media screen and (max-width: 1100px) {
  .main_nav a.logo {
    position: fixed;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 10px;
    bottom: 10px;
    margin: 0px !important;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.main_nav a .icon-menu {
  position: absolute !important;
  right: 40px !important;
  top: 35px !important;
  display: none !important;
}

@media screen and (max-width: 768px) {
  .main_nav a .icon-menu {
    right: 30px !important;
    top: 25px !important;
  }
}

@media screen and (max-width: 1100px) {
  .main_nav a {
    display: block !important;
    color: #999999 !important;
    font-size: 1.5rem !important;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    margin: 20px 0px !important;
    height: 20px !important;
  }
}

.main_content {
  position: relative;
  min-height: calc(100vh - 120px);
  overflow: hidden;
}

div.centered {
  margin-left: auto;
  margin-right: auto;
}

div.media > img {
  width: 100%	!important;
  height: 100% !important;
}

div.hero {
  width: 830px;
  height: 470px;
}

@media screen and (max-width: 1000px) {
  div.hero {
    width: 83vw;
    height: 47vw;
  }
}

@media screen and (max-width: 480px) {
  div.hero {
    width: 100%;
    height: 83.75vw;
  }
}

div.no-shadow {
  box-shadow: 0px 0px 0px transparent !important;
}

div.format1.l {
  width: 628px;
  height: 360px;
}

div.format1.p {
  width: 360px;
  height: 628px;
}

div.format2.l {
  width: 490px;
  height: 287px;
}

div.format2.p {
  width: 287px;
  height: 490px;
}

div.format3.l {
  width: 355px;
  height: 255px;
}

div.format3.p {
  width: 255px;
  height: 355px;
}

div.format4.l {
  width: 372px;
  height: 245px;
}

div.format4.p {
  width: 245px;
  height: 372px;
}

div.format5.l {
  width: 850px;
  height: 490px;
}

div.format5.p {
  width: 490px;
  height: 850px;
}

div.format6.l {
  width: 660px;
  height: 490px;
}

div.format6.p {
  width: 490px;
  height: 660px;
}

div.format7.l {
  width: 660px;
  height: 434px;
}

div.format7.p {
  width: 434px;
  height: 660px;
}

div.format8.l {
  width: 500px;
  height: 353px;
}

div.format8.p {
  width: 353px;
  height: 500px;
}

div.format8s.l {
  width: 330px;
  height: 233px;
}

div.format8s.p {
  width: 353px;
  height: 233px;
}

div.vid-format {
  width: 830px;
  height: 466px;
}

@media screen and (max-width: 1000px) {
  div.vid-format {
    width: 83vw;
    height: 46.6vw;
  }
}

@media screen and (max-width: 480px) {
  div.vid-format {
    width: 100%;
    height: 56.25vw;
  }
}

div.media > p.image_description {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  font-weight: 900;
  text-align: center;
  font-size: 1.2rem;
}

div.media > p.image_description span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 2px 5px;
  border-radius: 3px;
}

.slick-list, .slick-track {
  height: 100% !important;
}

.Modul_Slider_Slide {
  height: 100% !important;
}

.Modul_Slider[level] {
  overflow: auto;
}

.Modul_Slider > .slick-dots {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.Modul_Slider > .slick-dots > li {
  display: inline-block;
}

.Modul_Slider > .slick-dots > li > button {
  background-color: transparent;
  border: 0px !important;
  outline: 0px !important;
  color: transparent;
  width: 21px;
  height: 21px;
  position: relative;
}

.Modul_Slider > .slick-dots > li > button:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #7f7f7f;
  border-radius: 100%;
  left: 10px;
  top: 10px;
}

.Modul_Slider > .slick-dots > li.slick-active > button:before {
  width: 4px;
  height: 4px;
  background-color: #f69595;
  left: 9px;
  top: 9px;
}

.Modul_Slider > .slick-dots {
  margin-top: 20px;
}

.Modul_Slider.vertical_dots > .slick-dots {
  width: 21px;
  position: absolute;
  right: -31px;
  bottom: 0px;
  margin-top: 0px;
}

.modul {
  display: block;
}

.modul.hidden {
  display: none !important;
}

.modul0 {
  padding-top: 120px;
}

.modul0 .hero {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 768px) {
  .modul0 .hero {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 480px) {
  .modul0 .hero {
    margin-bottom: 0px !important;
  }
}

.modul0 .hero_txt_overlay {
  position: absolute;
  width: 260px;
  height: 450px;
  top: 190px;
  left: 200px;
  border: 1px solid #f69595;
  box-sizing: border-box;
}

.modul0 .hero_txt_overlay > .slick-dots {
  list-style: none;
  padding: 10px;
  margin: 0px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.modul0 .hero_txt_overlay > .slick-dots > li {
  display: inline-block;
}

.modul0 .hero_txt_overlay > .slick-dots > li > button {
  background-color: transparent;
  border: 0px;
  color: transparent;
  width: 21px;
  height: 21px;
  position: relative;
}

.modul0 .hero_txt_overlay > .slick-dots > li > button:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #7f7f7f;
  border-radius: 100%;
  left: 10px;
  top: 10px;
}

.modul0 .hero_txt_overlay > .slick-dots > li.slick-active > button:before {
  width: 4px;
  height: 4px;
  background-color: #f69595;
  left: 9px;
  top: 9px;
}

@media screen and (max-width: 768px) {
  .modul0 .hero_txt_overlay {
    top: calc(150px + 7vw);
    padding: 14px 14px 30px;
    height: 40vw;
    width: 200px;
    left: 20vw;
  }
}

@media screen and (max-width: 480px) {
  .modul0 .hero_txt_overlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    top: -81px;
    left: 10vw;
    height: auto;
  }
}

.modul0 .hero_txt_overlay .hero_txt {
  color: white;
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  bottom: 81px;
}

@media screen and (max-width: 768px) {
  .modul0 .hero_txt_overlay .hero_txt {
    position: relative;
    width: auto;
    left: auto;
    bottom: auto;
  }
}

.modul0 .hero_txt_overlay .hero_txt p.text {
  line-height: 1.45rem;
}

@media screen and (max-width: 768px) {
  .modul0 .hero_txt_overlay .hero_txt p.text {
    color: #999999;
  }
}

.modul0 .hero_txt_overlay .hero_txt h3.text {
  font-size: 2.25rem;
}

.modul0 .head_txt {
  width: 33%;
  margin: 0px auto;
  padding: 0px 0px 110px;
  text-align: center;
}

.modul0 .head_txt.ohne_strich {
  padding: 0px;
}

.modul0 .head_txt.ohne_strich:after {
  display: none;
}

.modul0 .head_txt.mit_strich {
  padding: 0px 0px 110px !important;
}

.modul0 .head_txt.mit_strich:after {
  display: block !important;
}

.modul0 .head_txt:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 1px;
  height: 84px;
  background-color: #b2b2b2;
}

@media screen and (max-width: 768px) {
  .modul0 .head_txt:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .modul0 .head_txt {
    padding: 0px 0px 30px;
  }
}

@media screen and (max-width: 768px) {
  .modul0 .head_txt {
    width: 66%;
  }
}

@media screen and (max-width: 480px) {
  .modul0 .head_txt {
    width: calc(100% - 80px);
  }
}

.modul0 .kategory_filter {
  width: 90px;
  position: fixed;
  right: calc(50% - 50vw + 60px);
  bottom: 100px;
  text-align: right;
  font-size: 0.9rem;
  z-index: 1000;
}

.modul0 .kategory_filter p.text {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .modul0 .kategory_filter p.text {
    display: inline-block;
    margin: 0px 12px;
  }
}

.modul0 .kategory_filter p.text.activ {
  color: #f69595;
}

.modul0 .kategory_filter p.text.activ:after {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 0.75rem;
  width: 5000px;
  height: 1px;
  background-color: #f69595;
}

@media screen and (max-width: 1200px) {
  .modul0 .kategory_filter p.text.activ:after {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .modul0 .kategory_filter {
    width: 100%;
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .modul0 {
    padding-top: 65px;
  }
}

.modul0.filters_only {
  padding-top: 35px;
}

@media screen and (max-width: 1200px) {
  .modul0.filters_only {
    padding-top: 120px;
  }
}

.modul1 {
  padding: 70px 0px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modul1 {
    padding: 70px 40px;
  }
}

.modul1:before {
  content: "";
  position: absolute;
  left: 118px;
  top: 147px;
  width: 595px;
  height: 440px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 1024px) {
  .modul1:before {
    left: calc(58px - 1024px + 100vw);
  }
}

@media screen and (max-width: 768px) {
  .modul1:before {
    left: 38px;
  }
}

@media screen and (max-width: 767px) {
  .modul1:before {
    left: -40px;
    right: -40px;
    width: auto;
    height: auto;
    top: 147px;
    bottom: 40px;
  }
}

.modul1:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul1 .box {
  width: 190px;
  height: 360px;
  display: inline-block;
  position: relative;
  padding-left: 150px;
}

@media screen and (max-width: 1024px) {
  .modul1 .box {
    padding-left: calc(90px - 1024px + 100vw);
  }
}

@media screen and (max-width: 768px) {
  .modul1 .box {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .modul1 .box {
    width: auto;
    height: auto;
    display: block;
    padding-left: 0px;
  }
}

.modul1 .box h3.text {
  font-size: 2.25rem;
}

.modul1 .img1 {
  float: right;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .modul1 .img1 {
    margin-right: 60px;
  }
}

.modul1 .img1 .slick-dots {
  padding-right: 340px;
}

@media screen and (max-width: 768px) {
  .modul1 .img1 .slick-dots {
    padding-right: 300px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .modul1 .img1 .slick-dots {
    text-align: left;
    position: absolute;
    left: 0px;
    top: -25px;
    margin-top: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .modul1 .img1 {
    width: 55vw !important;
    height: calc(57.3vw * 0.55) !important;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .modul1 .img1 {
    width: 80% !important;
    height: auto !important;
    float: none;
    position: relative;
    margin: 40px auto 20px;
  }
  .modul1 .img1.Modul_Slider:after {
    padding-top: 57.1%;
    content: '';
    position: relative;
    display: block;
  }
  .modul1 .img1 .slick-list {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .modul1 .img1 {
    width: 100% !important;
  }
}

.modul1 > p:first-of-type {
  margin-left: 730px;
}

@media screen and (max-width: 1024px) {
  .modul1 > p:first-of-type {
    margin-left: calc(670px - 1024px + 100vw);
  }
}

@media screen and (max-width: 768px) {
  .modul1 > p:first-of-type {
    margin-left: 0px;
    width: calc(100% - 60px);
    padding-left: calc(100% - 300px);
    box-sizing: border-box;
    text-align: right;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .modul1 > p:first-of-type {
    margin-left: 0px;
    width: calc(50% - 20px);
    float: right;
    text-align: left;
  }
}

.modul1 .media.img2 {
  position: relative;
  left: 170px;
}

@media screen and (max-width: 1024px) {
  .modul1 .media.img2 {
    left: calc(110px - 1024px + 100vw);
  }
}

@media screen and (max-width: 768px) {
  .modul1 .media.img2 {
    left: 90px;
    width: 40vw !important;
    height: calc(58.6vw * 0.40) !important;
  }
}

@media screen and (max-width: 480px) {
  .modul1 .media.img2 {
    width: 490px !important;
    height: auto !important;
  }
}

.modul1 > p:last-of-type {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modul1 > p:last-of-type {
    width: 50%;
    float: left;
  }
}

.modul1 > p:last-of-type > a {
  display: inline-block;
  padding: 13px 32px;
  color: white;
  background-color: #f69595;
  margin: 20px 0px 0px 170px;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .modul1 > p:last-of-type > a {
    margin-left: calc(110px - 1024px + 100vw) !important;
  }
}

@media screen and (max-width: 768px) {
  .modul1 > p:last-of-type > a {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .modul1 > p:last-of-type > a {
    left: 0px;
    position: relative;
    margin: 0px !important;
    top: -40px;
  }
}

@media screen and (max-width: 480px) {
  .modul1 > p:last-of-type > a {
    left: 0px;
    padding: 13px 25px;
    top: 20px;
  }
}

.modul2 {
  padding: 70px 0px 0px;
  position: relative;
}

@media screen and (max-width: 708px) {
  .modul2 {
    padding: 70px 40px 0px;
  }
}

.modul2:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul2 .txtbox.left {
  width: 203px;
  margin: 0px 20px 0px 202px;
  float: left;
  position: relative;
}

@media screen and (max-width: 880px) {
  .modul2 .txtbox.left {
    margin-left: calc(202px - 880px + 100vw);
  }
}

@media screen and (max-width: 708px) {
  .modul2 .txtbox.left {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul2 .txtbox.right {
  width: 405px;
  float: left;
  position: relative;
}

@media screen and (max-width: 708px) {
  .modul2 .txtbox.right {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul2 .media.img1 {
  clear: both;
  margin: 80px 18px 18px 202px;
  float: left;
}

@media screen and (max-width: 880px) {
  .modul2 .media.img1 {
    margin-left: calc(202px - 880px + 100vw);
  }
}

@media screen and (max-width: 708px) {
  .modul2 .media.img1 {
    margin: 0px;
    width: calc((100vw - 80px) * 0.5652) !important;
    height: calc((100vw - 80px) * 0.4061) !important;
  }
}

.modul2 .media.img2 {
  margin: 80px 0px 18px 0px;
  float: left;
}

@media screen and (max-width: 708px) {
  .modul2 .media.img2 {
    margin: 0px 0px;
    margin-bottom: calc((100vw - 80px) * 0.028);
    float: right;
    width: calc((100vw - 80px) * 0.4061) !important;
    height: calc((100vw - 80px) * 0.5652) !important;
  }
}

.modul2 > p:last-of-type {
  clear: both;
  position: relative;
  top: -138px;
  margin-bottom: -50px;
}

@media screen and (max-width: 708px) {
  .modul2 > p:last-of-type {
    top: calc((100vw - 80px) * -0.22);
  }
}

.modul2 > p:last-of-type > a {
  display: inline-block;
  padding: 13px 32px;
  color: white;
  background-color: #f69595;
  margin-left: 170px;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media screen and (max-width: 880px) {
  .modul2 > p:last-of-type > a {
    margin-left: calc(170px - 880px + 100vw);
  }
}

@media screen and (max-width: 708px) {
  .modul2 > p:last-of-type > a {
    margin-left: -30px;
  }
}

.modul2 .media.img3 {
  clear: both;
  margin: 0px 0px 0px 476px;
  float: left;
}

@media screen and (max-width: 880px) {
  .modul2 .media.img3 {
    margin-left: calc(476px - 880px + 100vw);
  }
}

@media screen and (max-width: 708px) {
  .modul2 .media.img3 {
    margin: 0px;
    float: right;
    width: calc((100vw - 80px) * 0.5652) !important;
    height: calc((100vw - 80px) * 0.4061) !important;
  }
}

.modul3 {
  padding: 70px 0px 40px;
  position: relative;
}

@media screen and (max-width: 830px) {
  .modul3 {
    padding: 70px 40px 40px;
  }
}

.modul3:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul3 .txtbox.left {
  width: 287px;
  margin: 0px 20px 0px 170px;
  float: left;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul3 .txtbox.left {
    margin-left: calc(170px - 1000px + 100vw);
  }
}

@media screen and (max-width: 830px) {
  .modul3 .txtbox.left {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .modul3 .txtbox.left {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul3 .txtbox.right {
  width: 355px;
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modul3 .txtbox.right {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul3.ohne_strich .leftbox p.text:first-of-type:before {
  display: none;
}

.modul3 .leftbox {
  width: 287px;
  margin: 90px 20px 20px 203px;
  clear: both;
  float: left;
  position: relative;
  color: white;
}

@media screen and (max-width: 1000px) {
  .modul3 .leftbox {
    margin-left: calc(203px - 1000px + 100vw);
  }
}

@media screen and (max-width: 830px) {
  .modul3 .leftbox {
    float: none;
    margin: 30px auto;
    padding: 1px;
  }
}

@media screen and (max-width: 480px) {
  .modul3 .leftbox {
    width: 190px;
  }
}

.modul3 .leftbox .after_box {
  content: "";
  position: absolute;
  right: 0px;
  top: 75px;
  bottom: 0px;
  width: 5000px;
  background-color: #fbe6e5;
}

@media screen and (max-width: 830px) {
  .modul3 .leftbox .after_box {
    top: 55px;
    right: 1px;
  }
}

.modul3 .leftbox p.text:first-of-type {
  position: absolute;
  margin-bottom: 0px !important;
  right: 300px;
  top: -21px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  text-align: right;
  white-space: nowrap;
  color: #999999;
}

.modul3 .leftbox p.text:first-of-type:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 10px;
  width: 20px;
  height: 1px;
  background-color: #999999;
}

@media screen and (max-width: 480px) {
  .modul3 .leftbox p.text:first-of-type {
    right: 203px;
  }
}

@media screen and (max-width: 480px) {
  .modul3 .leftbox h3.text {
    font-size: 2.25rem !important;
  }
}

.modul3 .leftbox .media.img1 {
  margin-bottom: 20px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 480px) {
  .modul3 .leftbox .media.img1 {
    width: 190px !important;
    height: 323px !important;
  }
}

.modul3 .media.img2 {
  position: relative;
  left: 880px;
  margin-bottom: -360px;
}

@media screen and (max-width: 1024px) {
  .modul3 .media.img2 {
    -webkit-transform: scale(0.5) translate(-150px, 0);
        -ms-transform: scale(0.5) translate(-150px, 0);
            transform: scale(0.5) translate(-150px, 0);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
}

@media screen and (max-width: 830px) {
  .modul3 .media.img2 {
    display: none;
  }
}

.modul3 .rightbox {
  width: 355px;
  margin: 200px 0px 20px 0px;
  float: left;
  position: relative;
}

@media screen and (max-width: 830px) {
  .modul3 .rightbox {
    margin: 90px 0px 30px;
    float: none;
    width: auto;
  }
  .modul3 .rightbox .media.img3 {
    width: 100%	!important;
    max-width: 355px;
    height: auto !important;
    margin: 0px auto;
  }
}

.modul3 .rightbox:before {
  content: "";
  position: absolute;
  left: 176px;
  top: -29px;
  width: 3.5px;
  height: 3.5px;
  background-color: #999999;
  border-radius: 100%;
}

@media screen and (max-width: 830px) {
  .modul3 .rightbox:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.modul3 .rightbox p.text {
  width: 170px;
  margin: 0px auto 10px !important;
  position: relative;
  text-align: center;
}

.modul3 .rightbox p.text:last-of-type {
  margin: 0px auto 165px !important;
}

.modul3 .rightbox p.text:last-of-type:after {
  content: "";
  position: absolute;
  left: 85px;
  bottom: -73px;
  width: 1px;
  height: 52px;
  background-color: #999999;
}

.modul4 {
  padding: 70px 0px 0px;
  position: relative;
}

@media screen and (max-width: 708px) {
  .modul4 {
    padding: 70px 40px 0px;
  }
}

.modul4:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul4 .txtbox {
  width: 320px;
  text-align: center;
  margin: 0px auto 80px auto;
}

@media screen and (max-width: 480px) {
  .modul4 .txtbox {
    width: 80%;
  }
}

.modul4 .imgbox {
  width: 710px;
  height: 490px;
  margin: 0px auto 0px auto;
}

@media screen and (max-width: 1000px) {
  .modul4 .imgbox {
    width: calc(71vw * 1.2);
    height: calc(49vw * 1.2);
  }
}

.modul4 .imgbox .media.img1 {
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 1000px) {
  .modul4 .imgbox .media.img1 {
    width: calc(37.2vw * 1.2);
    height: calc(24.5vw * 1.2);
  }
}

.modul4 .imgbox .media.img2 {
  position: absolute;
  left: 85px;
  bottom: 0px;
}

@media screen and (max-width: 1000px) {
  .modul4 .imgbox .media.img2 {
    width: calc(37.2vw * 1.2);
    height: calc(24.5vw * 1.2);
    left: calc(8.5vw * 1.2);
  }
}

.modul4 .imgbox .media.img3 {
  position: absolute;
  right: 0px;
  top: 80px;
  box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1000px) {
  .modul4 .imgbox .media.img3 {
    width: calc(37.2vw * 1.2);
    height: calc(24.5vw * 1.2);
    top: calc(8vw * 1.2);
    box-shadow: -1vw 1vw 1.5vw rgba(0, 0, 0, 0.3);
  }
}

.modul4 .imgbox p.text {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modul4 .imgbox p.text > a {
  position: relative;
  display: inline-block;
  padding: 13px 32px;
  color: white;
  background-color: #f69595;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .modul4 .imgbox p.text {
    left: -25px;
  }
}

.modul5 {
  padding: 40px 0px 80px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modul5 {
    padding: 40px 40px;
  }
}

.modul5 p.text {
  width: 170px;
  margin: 0px auto 18px !important;
  position: relative;
  text-align: center;
}

.modul5 p.text:last-of-type {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 1024px) {
  .modul5 p.text:last-of-type {
    margin-bottom: 40px !important;
  }
}

.modul5 p.text:last-of-type:before {
  content: "";
  position: absolute;
  bottom: -29px;
  width: 3.5px;
  height: 3.5px;
  background-color: #999999;
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.modul5 p.text:first-of-type {
  margin-top: 40px !important;
}

.modul5 p.text:first-of-type:after {
  content: "";
  position: absolute;
  top: -29px;
  width: 3.5px;
  height: 3.5px;
  background-color: #999999;
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.modul5 .media.img1 {
  position: relative;
  margin: 0px auto;
}

@media screen and (max-width: 570px) {
  .modul5 .media.img1 {
    width: 100% !important;
    height: auto !important;
  }
}

.modul6 {
  padding: 60px 0px 80px;
  position: relative;
  color: white;
}

@media screen and (max-width: 910px) {
  .modul6 {
    padding: 90px 40px 40px;
  }
}

.modul6:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul6 .after_box {
  position: absolute;
  left: 50%;
  margin-left: -50vw !important;
  top: 290px;
  bottom: 120px;
  width: 100vw;
  background-color: #fbe6e5;
}

@media screen and (max-width: 910px) {
  .modul6 .after_box {
    bottom: 40px;
    top: calc(90px + 100vw * 0.5625 / 2);
  }
}

.modul6 .media.vid1 {
  margin: 0px auto 50px;
  position: relative;
}

@media screen and (max-width: 910px) {
  .modul6 .media.vid1 {
    margin: 0px auto 30px;
    width: 100%;
    height: auto;
  }
}

.modul6 .txtbox.left {
  width: 235px;
  margin: 0px 20px 0px 170px;
  float: left;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul6 .txtbox.left {
    margin-left: calc(170px - 1000px + 100vw);
  }
}

@media screen and (max-width: 910px) {
  .modul6 .txtbox.left {
    margin: 0px 20px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .modul6 .txtbox.left {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul6 .txtbox.right {
  width: 287px;
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modul6 .txtbox.right {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul7 {
  padding: 70px 0px 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modul7 {
    padding: 40px 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  .modul7 {
    padding: 40px 60px 40px;
  }
}

.modul7:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul7 .txtbox.left {
  width: 287px;
  margin: 0px 20px 0px 170px;
  float: left;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul7 .txtbox.left {
    margin-left: calc(170px - 1000px + 100vw);
  }
}

@media screen and (max-width: 768px) {
  .modul7 .txtbox.left {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .modul7 .txtbox.left {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul7 .txtbox.right {
  width: 355px;
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modul7 .txtbox.right {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul7 .media.img1 {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 170px;
}

@media screen and (max-width: 768px) {
  .modul7 .media.img1 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .modul7 .media.img1 {
    max-width: 100%;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .modul7 .media.img1 {
    width: 100%;
    height: calc((100vw - 80px) * 1.392);
    margin-left: 0px;
    float: none;
  }
}

.modul7 .img2 {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .modul7 .img2 {
    margin-top: 0px;
  }
}

.modul7 .img2.centered {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .modul7 .img2 {
    width: 100% !important;
    height: calc((100vw - 120px) * 0.718) !important;
    margin-top: 40px;
    float: none;
  }
  .modul7 .img2.Modul_Slider:after {
    padding-top: calc(71.8vw - (80px * 0.718));
    content: '';
    position: relative;
    display: block;
  }
  .modul7 .img2 .slick-list {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

.modul7 .lower_txtbox {
  width: 33%;
  margin: 0px auto 80px !important;
  position: relative;
  text-align: center;
  clear: both;
  top: 50px;
}

@media screen and (max-width: 768px) {
  .modul7 .lower_txtbox {
    width: 80%;
  }
}

.modul7 .lower_txtbox:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -73px;
  width: 1px;
  height: 52px;
  background-color: #999999;
}

.modul8 {
  padding: 60px 0px 120px;
  position: relative;
}

@media screen and (max-width: 910px) {
  .modul8 {
    padding: 90px 40px 40px;
  }
}

.modul8:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul8 .media.vid1 {
  margin: 50px auto 0px;
  position: relative;
  clear: both;
}

@media screen and (max-width: 910px) {
  .modul8 .media.vid1 {
    margin: 30px auto 0px;
    width: 100%;
    height: auto;
  }
}

.modul8 .txtbox.left {
  width: 255px;
  margin: 0px 20px 30px 170px;
  float: left;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul8 .txtbox.left {
    margin-left: calc(170px - 1000px + 100vw);
  }
}

@media screen and (max-width: 768px) {
  .modul8 .txtbox.left {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .modul8 .txtbox.left {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul8 .txtbox.right {
  width: 287px;
  float: left;
  position: relative;
  margin: 0px 0px 30px;
}

@media screen and (max-width: 767px) {
  .modul8 .txtbox.right {
    width: auto;
    float: none;
  }
}

.modul9 {
  padding: 70px 0px 0px;
  position: relative;
  margin-bottom: -50px;
}

@media screen and (max-width: 1024px) {
  .modul9 {
    padding: 70px 60px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .modul9 {
    padding: 70px 60px 50px;
  }
}

.modul9:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul9 .txtbox1 {
  width: calc(50% - 10px);
  float: right;
  padding: 110px 30px 0px;
  box-sizing: border-box;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
}

@media screen and (max-width: 1024px) {
  .modul9 .txtbox1 {
    padding: 0px 0px 0px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .modul9 .txtbox1 {
    padding: 0px 0px 0px 20px;
  }
}

@media screen and (max-width: 767px) {
  .modul9 .txtbox1 {
    float: none;
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}

.modul9 .txtbox1 .txtcols {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media screen and (max-width: 768px) {
  .modul9 .txtbox1 .txtcols {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }
}

.modul9 .media.img1 {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .modul9 .media.img1 {
    width: 42vw !important;
    height: 72.85vw !important;
  }
}

@media screen and (max-width: 767px) {
  .modul9 .media.img1 {
    width: 63vw !important;
    height: 109.275vw !important;
  }
}

.modul9 .media.img2 {
  position: relative;
  margin: 0px auto -287px;
  top: -362px;
}

@media screen and (max-width: 1024px) {
  .modul9 .media.img2 {
    width: 42vw !important;
    height: 24.6vw !important;
    top: -31vw;
  }
}

@media screen and (max-width: 768px) {
  .modul9 .media.img2 {
    top: -27vw;
  }
}

@media screen and (max-width: 767px) {
  .modul9 .media.img2 {
    width: 63vw !important;
    height: 36.9vw !important;
    top: -51vw;
    margin: 0px 0px -30vw auto;
  }
}

.modul9 .txtbox2 {
  background-color: #e5e5e5;
  box-sizing: border-box;
  width: 220px;
  padding: 45px 40px 30px 50px;
  margin-left: 745px;
  position: relative;
  top: -310px;
}

@media screen and (max-width: 1024px) {
  .modul9 .txtbox2 {
    margin-left: calc(50% + 21vw);
    top: -24.52vw;
  }
}

@media screen and (max-width: 768px) {
  .modul9 .txtbox2 {
    margin-left: calc(50% + 21vw);
    top: -12.52vw;
    padding: 20px 20px 20px 25px;
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .modul9 .txtbox2 {
    margin-left: 0px;
    top: auto;
    padding: 30px 40px 10px;
    width: 100%;
  }
}

.modul9 .txtbox2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 51px;
  width: 40px;
  height: 1px;
  background-color: #999999;
}

@media screen and (max-width: 768px) {
  .modul9 .txtbox2:before {
    top: 26px;
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modul9 .txtbox2:before {
    display: none;
  }
}

.modul9 .cta {
  width: 745px;
  text-align: right;
  position: relative;
  top: -175px;
}

@media screen and (max-width: 1024px) {
  .modul9 .cta {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modul9 .cta {
    top: -40px;
  }
}

.modul9 .cta > p.text > a {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: -20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 13px 32px;
  color: white;
  background-color: #f69595;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .modul9 .cta > p.text > a {
    right: calc(50% - 21vw);
    top: 0px;
  }
}

.modul10 {
  padding: 30px 0px 30px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul10 {
    padding: 30px 40px 20px;
  }
}

.modul10 .media.hero {
  margin-bottom: 40px;
}

@media screen and (max-width: 830px) {
  .modul10 .media.hero {
    width: 100%;
    height: calc((100vw - 80px) * 0.5663);
  }
}

.modul10 p.text {
  width: 80%;
  max-width: 320px;
  margin: 0px auto 110px;
}

.modul10 p.text:last-of-type:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -110px;
  height: 90px;
  width: 1px;
  background-color: #999999;
}

@media screen and (max-width: 480px) {
  .modul10.line_only {
    padding: 0px 40px 20px;
    margin-top: -50px !important;
  }
}

.modul11 {
  padding: 190px 0px 50px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modul11 {
    padding: 110px 40px 70px;
  }
}

.modul11:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul11 .after_box {
  content: "";
  position: absolute;
  left: -85px;
  top: 50px;
  height: 650px;
  width: 100vw;
  background-color: #fbe6e5;
}

@media screen and (max-width: 1024px) {
  .modul11 .after_box {
    height: 54.5vw;
    left: -120px;
  }
}

@media screen and (max-width: 768px) {
  .modul11 .after_box {
    height: 51.5vw;
    left: -120px;
  }
}

@media screen and (max-width: 660px) {
  .modul11 .after_box {
    height: calc(112.25vw - (40px * 1.3469));
  }
}

.modul11 .media.img1 {
  float: right;
  box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modul11 .media.img1 {
    width: calc(45vw - 40px) !important;
    height: calc(60.61vw - (40px * 1.3469)) !important;
    margin-right: 35px;
  }
}

@media screen and (max-width: 660px) {
  .modul11 .media.img1 {
    margin-right: 0px;
    width: calc(82vw - 40px) !important;
    height: calc(112.25vw - (40px * 1.3469)) !important;
  }
}

.modul11 .txtbox {
  width: 375px;
  left: 40px;
  top: 480px;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .modul11 .txtbox {
    width: 37.5vw;
    top: auto;
    bottom: 0px;
  }
}

@media screen and (max-width: 660px) {
  .modul11 .txtbox {
    position: relative;
    float: right;
    bottom: auto;
    width: calc(82vw - 40px);
    margin-top: 40px;
    left: auto;
  }
}

.modul11 .txtbox h3.text {
  font-size: 6rem;
}

@media screen and (max-width: 1024px) {
  .modul11 .txtbox h3.text {
    font-size: 7vw;
  }
}

.modul12 {
  padding: 50px 0px 50px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul12 {
    padding: 50px 40px 50px;
  }
}

.modul12:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul12 .media.img1.hero {
  position: relative;
  left: -255px;
  margin-right: -205px;
  float: left;
}

@media screen and (max-width: 1000px) {
  .modul12 .media.img1.hero {
    width: 83vw !important;
    height: 47vw !important;
    left: calc(-25.5vw - 40px);
    margin-right: -25.5vw;
  }
}

@media screen and (max-width: 660px) {
  .modul12 .media.img1.hero {
    float: none;
    position: absolute;
    width: calc(100vw - 40px) !important;
    height: calc((100vw - 40px) * 0.566) !important;
    left: auto;
    right: 40px;
    margin-right: 0px;
  }
}

.modul12 .txtbox {
  width: 287px;
  margin: 70px 0px 0px;
  float: left;
}

@media screen and (max-width: 1000px) {
  .modul12 .txtbox {
    width: 30vw;
    margin: 7vw 0px 0px;
  }
}

@media screen and (max-width: 660px) {
  .modul12 .txtbox {
    position: relative;
    width: 100%;
    margin-top: calc((100vw - 40px) * 0.566 + 40px);
  }
}

.modul13 {
  padding: 90px 0px 50px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modul13 {
    padding: 50px 60px 50px !important;
  }
}

@media screen and (max-width: 730px) {
  .modul13 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modul13:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul13 .txtbox {
  width: 405px;
  margin: 100px 0px 0px;
  float: left;
}

@media screen and (max-width: 1024px) {
  .modul13 .txtbox {
    width: calc(49.8vw - 70px);
  }
}

@media screen and (max-width: 850px) {
  .modul13 .txtbox {
    margin: 0px;
  }
}

@media screen and (max-width: 730px) {
  .modul13 .txtbox {
    width: 100%;
    float: none;
    margin-top: 40px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.modul13 .txtbox p.text > em {
  text-transform: uppercase;
  font-size: 2.25rem;
  margin-bottom: 2.25rem !important;
  font-style: normal;
  font-weight: 100;
}

@media screen and (max-width: 850px) {
  .modul13 .txtbox p.text > em {
    font-size: 1.75rem;
    margin-bottom: 1.75rem !important;
  }
}

@media screen and (max-width: 480px) {
  .modul13 .txtbox p.text > em {
    font-size: 1.25rem;
    margin-bottom: 1.25rem !important;
  }
}

.modul13 .txtbox p.text > em > strong {
  font-weight: 900;
  display: inline-block;
  position: relative;
  width: 110px;
}

@media screen and (max-width: 850px) {
  .modul13 .txtbox p.text > em > strong {
    width: 90px;
  }
}

@media screen and (max-width: 480px) {
  .modul13 .txtbox p.text > em > strong {
    width: 70px;
  }
}

.modul13 .txtbox p.text > em > strong:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0px;
  height: 1px;
  width: 50px;
  background-color: #f69595;
}

@media screen and (max-width: 850px) {
  .modul13 .txtbox p.text > em > strong:after {
    right: 7px;
    width: 45px;
    bottom: 3px;
  }
}

@media screen and (max-width: 480px) {
  .modul13 .txtbox p.text > em > strong:after {
    right: 5px;
    width: 40px;
    bottom: 5px;
  }
}

.modul13 .media.img1 {
  float: right;
}

@media screen and (max-width: 1024px) {
  .modul13 .media.img1 {
    width: calc(45vw - 70px) !important;
    height: calc(60.61vw - (70px * 1.3469)) !important;
  }
}

@media screen and (max-width: 730px) {
  .modul13 .media.img1 {
    width: calc(100vw - 80px) !important;
    height: calc(134.69vw - (80px * 1.3469)) !important;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.modul13b {
  padding: 90px 0px 50px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modul13b {
    padding: 50px 60px 50px !important;
  }
}

.modul13b:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul13b .media.img1.hero {
  position: relative;
  left: -255px;
  margin-right: -205px;
  float: left;
}

@media screen and (max-width: 1024px) {
  .modul13b .media.img1.hero {
    width: 66.4vw !important;
    height: 30.08vw !important;
    left: calc(-20vw - 40px);
    margin-right: -20vw;
  }
}

@media screen and (max-width: 730px) {
  .modul13b .media.img1.hero {
    float: none;
    position: relative;
    width: calc(100vw - 120px) !important;
    height: calc((100vw - 120px) * 0.566) !important;
    left: auto;
    right: auto;
    margin-right: 0px;
  }
}

.modul13b .txtbox {
  width: 390px;
  margin: 70px -100px 0px 0px;
  float: left;
}

@media screen and (max-width: 1024px) {
  .modul13b .txtbox {
    width: calc(45vw - 70px);
    margin: 0px 0px;
  }
}

@media screen and (max-width: 850px) {
  .modul13b .txtbox {
    margin: 0px;
  }
}

@media screen and (max-width: 730px) {
  .modul13b .txtbox {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}

.modul13b .txtbox p.text > em {
  text-transform: uppercase;
  font-size: 2.25rem;
  margin-bottom: 2.25rem !important;
  font-style: normal;
  font-weight: 100;
}

@media screen and (max-width: 850px) {
  .modul13b .txtbox p.text > em {
    font-size: 1.75rem;
    margin-bottom: 1.75rem !important;
  }
}

@media screen and (max-width: 480px) {
  .modul13b .txtbox p.text > em {
    font-size: 1.25rem;
    margin-bottom: 1.25rem !important;
  }
}

.modul13b .txtbox p.text > em > strong {
  font-weight: 900;
  display: inline-block;
  position: relative;
  width: 110px;
}

@media screen and (max-width: 850px) {
  .modul13b .txtbox p.text > em > strong {
    width: 90px;
  }
}

@media screen and (max-width: 480px) {
  .modul13b .txtbox p.text > em > strong {
    width: 70px;
  }
}

.modul13b .txtbox p.text > em > strong:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0px;
  height: 1px;
  width: 50px;
  background-color: #f69595;
}

@media screen and (max-width: 850px) {
  .modul13b .txtbox p.text > em > strong:after {
    right: 7px;
    width: 45px;
    bottom: 3px;
  }
}

@media screen and (max-width: 480px) {
  .modul13b .txtbox p.text > em > strong:after {
    right: 5px;
    width: 40px;
    bottom: 5px;
  }
}

.modul14 {
  padding: 50px 0px 50px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul14 {
    padding: 50px 40px 50px;
  }
}

.modul14:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul14 .media.img1 {
  position: relative;
  left: -30px;
  margin-right: -30px;
  float: left;
}

@media screen and (max-width: 1000px) {
  .modul14 .media.img1 {
    width: 66vw !important;
    height: 49vw !important;
    left: calc(-3vw - 40px);
    margin-right: calc(-3vw - 40px);
  }
}

@media screen and (max-width: 660px) {
  .modul14 .media.img1 {
    float: none;
    position: relative;
    width: 100% !important;
    height: calc(74vw - (80px * 0.74)) !important;
    left: auto;
    margin-right: 0px;
  }
}

.modul14 .txtbox {
  width: 287px;
  margin: 70px 0px 0px;
  float: right;
}

@media screen and (max-width: 1000px) {
  .modul14 .txtbox {
    width: 30vw;
    margin: 7vw 0px 0px;
  }
}

@media screen and (max-width: 660px) {
  .modul14 .txtbox {
    float: none;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
}

.modul15 {
  padding: 190px 0px 50px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul15 {
    padding: 110px 40px 50px;
  }
}

.modul15:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul15 .after_box {
  content: "";
  position: absolute;
  right: -85px;
  top: 50px;
  height: 650px;
  width: 100vw;
  background-color: #fbe6e5;
}

@media screen and (max-width: 1000px) {
  .modul15 .after_box {
    height: 54.5vw;
  }
}

@media screen and (max-width: 660px) {
  .modul15 .after_box {
    height: calc(112.25vw - (40px * 1.3469));
  }
}

.modul15 .media.img1 {
  float: left;
  box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul15 .media.img1 {
    width: calc(45vw - 40px) !important;
    height: calc(60.61vw - (40px * 1.3469)) !important;
  }
}

@media screen and (max-width: 660px) {
  .modul15 .media.img1 {
    float: left;
    width: calc(82vw - 40px) !important;
    height: calc(112.25vw - (40px * 1.3469)) !important;
  }
}

.modul15 .txtbox {
  width: 375px;
  right: 40px;
  bottom: 30px;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .modul15 .txtbox {
    width: 37.5vw;
  }
}

@media screen and (max-width: 660px) {
  .modul15 .txtbox {
    position: relative;
    float: left;
    bottom: auto;
    width: calc(82vw - 40px);
    margin-top: 40px;
    right: auto;
  }
}

.modul15 .txtbox h3.text {
  font-size: 6rem;
}

@media screen and (max-width: 1000px) {
  .modul15 .txtbox h3.text {
    font-size: 7vw;
  }
}

.modul16 {
  padding: 160px 0px 0px;
  position: relative;
  height: 650px;
}

@media screen and (max-width: 767px) {
  .modul16 {
    padding: 110px 40px 0px;
    height: auto;
  }
  .modul16[level] {
    padding: 110px 40px 40px;
  }
}

.modul16 .txtbox {
  width: 210px;
  height: 490px;
  float: left;
  margin-left: 170px;
}

@media screen and (max-width: 768px) {
  .modul16 .txtbox {
    margin-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .modul16 .txtbox {
    width: 100%;
    margin-left: 0px;
    float: none;
    height: auto;
  }
}

.modul16 .txtbox p.text > strong {
  display: inline-block;
  width: 40px;
  position: relative;
}

.modul16 .txtbox p.text > strong:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: #f69595;
  right: 7px;
  bottom: 7px;
}

.modul16 .txtbox p.text > strong:last-of-type:before {
  display: none;
}

.modul16 .txtbox p.text > em {
  font-size: 0px;
  color: transparent;
  position: relative;
}

.modul16 .txtbox p.text > em:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100vw;
  background-color: #f69595;
  left: -90px;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .modul16 .txtbox p.text > em:before {
    left: -45px;
  }
}

@media screen and (max-width: 767px) {
  .modul16 .txtbox p.text > em:before {
    left: -15px;
  }
}

.modul16 .img1 {
  float: left;
  margin-left: 140px;
}

@media screen and (max-width: 768px) {
  .modul16 .img1 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .modul16 .img1 {
    width: 100%;
    height: auto;
    margin-left: 0px;
    float: none;
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .modul16 .img1 {
    width: 100% !important;
    height: calc((100vw - 80px) * 1.707) !important;
  }
}

.modul16 .imprint_box {
  position: absolute;
  left: 170px;
  bottom: 20px;
  width: 210px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .modul16 .imprint_box {
    bottom: 520px;
    left: 40px;
  }
}

@media screen and (max-width: 480px) {
  .modul16 .imprint_box {
    bottom: calc((100vw - 80px) * 1.707 + 30px) !important;
  }
}

.modul17 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  padding: 0px;
  position: relative;
  height: 700px !important;
}

@media screen and (max-width: 768px) {
  .modul17 {
    height: 600px !important;
  }
}

@media screen and (max-width: 480px) {
  .modul17 {
    height: 540px !important;
  }
}

.modul17 .background-box {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 10px);
  top: 0px;
  bottom: 0px;
}

@media screen and (max-width: 480px) {
  .modul17 .background-box {
    left: 0px;
    right: 0px;
    top: 45px;
    bottom: 185px;
  }
}

.modul17 h3.text {
  position: absolute;
  left: 0px;
  top: 130px;
  width: 200px;
  font-size: 2.25rem;
}

@media screen and (max-width: 1024px) {
  .modul17 h3.text {
    left: 60px;
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .modul17 h3.text {
    width: 160px;
    left: 40px;
    top: 100px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 h3.text {
    left: 50px;
    top: 0px;
  }
}

.modul17 .widget_archive {
  position: absolute;
  left: 0px;
  top: 100px;
  right: calc(50% - 50vw);
  overflow: hidden;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive {
    height: 500px;
  }
}

.modul17 .widget_archive ul.widget_archive_list {
  width: 999999px;
  position: absolute;
  left: 220px;
  top: 0px;
  height: 520px;
  text-align: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list {
    height: 420px;
    left: 200px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive ul.widget_archive_list {
    left: 30px;
    top: 85px;
    height: 340px;
  }
}

.modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 233px;
  height: 330px;
  margin-right: 30px;
  transition: all 0.4s ease-in-out 0s;
  vertical-align: top;
  box-shadow: 10px 10px 20px transparent;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item {
    width: 198px;
    height: 280px;
    margin-right: 23px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item {
    width: 141px;
    height: 200px;
    margin-right: 20px;
  }
}

.modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 233px;
  height: 330px;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item img {
    width: 198px;
    height: 280px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item img {
    width: 141px;
    height: 200px;
  }
}

.modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_active {
  width: 353px;
  height: 500px;
  margin-right: 40px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_active {
    width: 283px;
    height: 400px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_active {
    width: 220px;
    height: 311px;
    margin-right: 20px;
  }
}

.modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_active img {
  width: 353px;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_active img {
    width: 283px;
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_active img {
    width: 220px;
    height: 311px;
  }
}

.modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_left {
  width: 0px;
  height: 500px;
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_left {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_left {
    height: 311px;
  }
}

.modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_left img {
  width: 353px;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_left img {
    width: 283px;
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive ul.widget_archive_list li.widget_archive_list_item.widget_archive_list_item_left img {
    width: 220px;
    height: 311px;
  }
}

.modul17 .widget_archive div.widget_archive_list_switches {
  position: absolute;
  top: 410px;
  left: 85px;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive div.widget_archive_list_switches {
    top: 325px;
    left: 40px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive div.widget_archive_list_switches {
    top: 0px;
    left: auto;
    right: 30px;
  }
}

.modul17 .widget_archive div.widget_archive_list_switches button.widget_archive_list_switch {
  background-color: transparent;
  color: transparent;
  border: 0px solid transparent;
  font-size: 0px;
  width: 35px;
  height: 16px;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive div.widget_archive_list_switches button.widget_archive_list_switch {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.modul17 .widget_archive div.widget_archive_list_switches button.widget_archive_list_switch:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #f69595;
  top: 7px;
  left: 0px;
  transition: left 0.3s;
}

.modul17 .widget_archive div.widget_archive_list_switches button.widget_archive_list_switch:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  top: 2px;
  left: 0px;
  border-left: 2px solid #f69595;
  border-bottom: 2px solid #f69595;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: left 0.3s;
}

.modul17 .widget_archive div.widget_archive_list_switches button.widget_archive_list_switch.widget_archive_list_switch_prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive div.widget_archive_list_switches button.widget_archive_list_switch.widget_archive_list_switch_prev {
    -webkit-transform: rotate(180deg) scale(0.6);
        -ms-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
}

.modul17 .widget_archive div.widget_archive_list_switches button.widget_archive_list_switch.inactive {
  opacity: 0.3;
}

.modul17 .widget_archive div.widget_archive_list_position {
  position: absolute;
  top: 410px;
  left: 618px;
  width: 233px;
  font-size: 1rem;
  font-weight: 900;
  color: #f69595;
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive div.widget_archive_list_position {
    top: 330px;
    left: 513px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive div.widget_archive_list_position {
    top: 320px;
    left: auto;
    right: 30px;
    width: 20px;
  }
}

.modul17 .widget_archive div.widget_archive_list_position span.widget_archive_list_state {
  display: inline-block;
  position: relative;
  margin-right: 90px;
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive div.widget_archive_list_position span.widget_archive_list_state {
    display: block;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 60px;
  }
}

.modul17 .widget_archive div.widget_archive_list_position span.widget_archive_list_state:after {
  content: "";
  position: absolute;
  display: block;
  top: 0.5rem;
  right: -70px;
  width: 50px;
  height: 1px;
  background-color: #f69595;
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive div.widget_archive_list_position span.widget_archive_list_state:after {
    right: 50%;
    top: auto;
    bottom: -50px;
    width: 1px;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .modul17 .widget_archive div.widget_archive_list_position span.widget_archive_list_total {
    display: block;
    text-align: center;
  }
}

.modul17 .widget_archive ul.widget_archive_list_filters {
  z-index: 1;
  position: absolute;
  top: 410px;
  left: 881px;
  width: 233px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
}

@media screen and (max-width: 960px) {
  .modul17 .widget_archive ul.widget_archive_list_filters {
    top: 170px;
    left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list_filters {
    top: 130px;
    left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .modul17 .widget_archive ul.widget_archive_list_filters {
    top: 10px;
    left: 50px;
  }
}

.modul17 .widget_archive ul.widget_archive_list_filters li.widget_archive_list_filter {
  cursor: pointer;
  margin-bottom: 5px;
}

.modul17 .widget_archive ul.widget_archive_list_filters li.widget_archive_list_filter:hover {
  color: #f69595;
}

.modul17 .widget_archive ul.widget_archive_list_filters li.widget_archive_list_activefilter {
  color: #f69595;
  cursor: pointer;
}

.modul18 {
  padding: 90px 0px 50px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modul18 {
    padding: 50px 60px 50px !important;
  }
}

@media screen and (max-width: 480px) {
  .modul18 {
    padding: 50px 10vw 50px !important;
  }
}

.modul18:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul18 .imgbox {
  width: 445px;
  height: 535px;
  margin-left: 65px;
  position: relative;
  float: left;
}

@media screen and (max-width: 1024px) {
  .modul18 .imgbox {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .modul18 .imgbox {
    width: 356px;
    height: 428px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .modul18 .imgbox {
    width: 80vw;
    height: 100vw;
    margin-left: 0px;
    float: none;
  }
}

.modul18 .imgbox .image.img1 {
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .modul18 .imgbox .image.img1 {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
}

@media screen and (max-width: 480px) {
  .modul18 .imgbox .image.img1 {
    width: 50vw;
    height: 69.6vw;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.modul18 .imgbox .image.img2 {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .modul18 .imgbox .image.img2 {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    right: 40px;
  }
}

@media screen and (max-width: 480px) {
  .modul18 .imgbox .image.img2 {
    width: 50vw;
    height: 69.6vw;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    right: 0px;
  }
}

.modul18 .imgbox h3 {
  position: absolute;
  width: 100%;
  text-align: right;
  right: 0px;
  top: 50px;
}

@media screen and (max-width: 480px) {
  .modul18 .imgbox h3 {
    text-align: left;
    bottom: 10vw;
    top: auto;
  }
}

.modul18 .Modul_Slider {
  width: 340px;
  height: 340px;
  margin: 130px 0px 0px 85px;
  float: left;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modul18 .Modul_Slider {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .modul18 .Modul_Slider {
    width: 270px;
    height: 272px;
    margin-left: 20px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 480px) {
  .modul18 .Modul_Slider {
    width: 256px;
    height: 272px;
    margin: 40px auto;
    float: none;
  }
}

.modul18 .Modul_Slider .Modul_Slider_Slide .image.icon_quote {
  width: 54px;
  height: 54px;
  margin: 32px 36px 10px auto;
}

@media screen and (max-width: 768px) {
  .modul18 .Modul_Slider .Modul_Slider_Slide .image.icon_quote {
    width: 43px;
    height: 43px;
    margin: 20px 28px 0px auto;
  }
}

.modul18 .Modul_Slider .Modul_Slider_Slide p.text {
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin: 10px 40px !important;
}

@media screen and (max-width: 768px) {
  .modul18 .Modul_Slider .Modul_Slider_Slide p.text {
    font-size: 1.2rem;
    margin: 0px 32px 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .modul18 .Modul_Slider .Modul_Slider_Slide p.text {
    margin: 0px 25px 8px !important;
  }
}

.modul18 .Modul_Slider .Modul_Slider_Slide p.text strong {
  font-size: 1rem;
  display: inline-block;
  margin-left: 10px;
  padding-top: 5px;
  position: relative;
}

.modul18 .Modul_Slider .Modul_Slider_Slide p.text strong:before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: -10px;
  width: 8px;
  height: 2px;
  background-color: #999999;
}

.modul19 {
  padding: 90px 0px 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .modul19 {
    padding: 60px 10vw 50px !important;
  }
}

@media screen and (max-width: 480px) {
  .modul19 {
    padding: 60px 10vw 50px !important;
  }
}

.modul19:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul19 .imgbox {
  width: 765px;
  height: 745px;
  position: relative;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  .modul19 .imgbox {
    width: 80vw;
    height: 77.9vw;
  }
}

@media screen and (max-width: 480px) {
  .modul19 .imgbox {
    margin: 70px auto 30px;
  }
}

.modul19 .imgbox .image.img1 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 510px;
  height: 525px;
}

@media screen and (max-width: 768px) {
  .modul19 .imgbox .image.img1 {
    width: 53.33vw;
    height: 54.9vw;
  }
}

.modul19 .imgbox .image.img2 {
  position: absolute;
  left: 0px;
  top: 342px;
  width: 370px;
  height: 330px;
}

@media screen and (max-width: 768px) {
  .modul19 .imgbox .image.img2 {
    top: 35.76vw;
    width: 38.69vw;
    height: 34.5vw;
  }
}

.modul19 .imgbox .image.img3 {
  position: absolute;
  left: 308px;
  bottom: 0px;
  width: 370px;
  height: 220px;
}

@media screen and (max-width: 768px) {
  .modul19 .imgbox .image.img3 {
    left: 32.2vw;
    width: 38.69vw;
    height: 23vw;
  }
}

.modul19 .imgbox .image.img4.icon {
  position: absolute;
  left: 27px;
  top: 270px;
  width: 85px;
  height: 85px;
}

@media screen and (max-width: 768px) {
  .modul19 .imgbox .image.img4.icon {
    width: 8.88vw;
    height: 8.88vw;
    left: 2.82vw;
    top: 28.24vw;
  }
}

@media screen and (max-width: 480px) {
  .modul19 .imgbox .image.img4.icon {
    width: 16vw;
    height: 16vw;
    left: 2.82vw;
    top: 22vw;
  }
}

.modul19 .imgbox .headline_txtbox {
  padding: 50px 0px 0px 53px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .modul19 .imgbox .headline_txtbox {
    padding: 0px 0px 0px 20px;
    top: -70px;
    width: 150px;
  }
}

.modul19 .imgbox .headline_txtbox p.text {
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .modul19 .imgbox .headline_txtbox p.text {
    margin-bottom: 10px !important;
  }
}

.modul19 .imgbox .headline_txtbox h1.text {
  line-height: 5rem;
}

@media screen and (max-width: 768px) {
  .modul19 .imgbox .headline_txtbox h1.text {
    line-height: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .modul19 .imgbox .headline_txtbox h1.text {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}

.modul19 .txtbox1 {
  position: relative;
  width: 200px;
  margin: 0px 0px 0px 170px;
  float: left;
}

@media screen and (max-width: 768px) {
  .modul19 .txtbox1 {
    margin: 0px 0px 0px 30px;
  }
}

@media screen and (max-width: 480px) {
  .modul19 .txtbox1 {
    margin: 0px 0px 20px 0px;
    float: none;
    width: 100%;
  }
}

.modul19 .txtbox2 {
  position: relative;
  width: 225px;
  margin: 63px 0px 0px 140px;
  float: left;
}

@media screen and (max-width: 768px) {
  .modul19 .txtbox2 {
    margin: 70px 0px 0px 60px;
  }
}

@media screen and (max-width: 480px) {
  .modul19 .txtbox2 {
    margin: 0px 0px 20px 0px;
    float: none;
    width: 100%;
  }
}

.modul20 {
  padding: 0px 0px;
  position: relative;
  height: 1000px;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .modul20 {
    height: 100vw;
  }
}

@media screen and (max-width: 480px) {
  .modul20 {
    height: auto;
  }
}

.modul20:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul20 .imgbox {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 542px;
  left: calc(500px - 50vw);
}

@media screen and (max-width: 1024px) {
  .modul20 .imgbox {
    right: 500px;
  }
}

@media screen and (max-width: 768px) {
  .modul20 .imgbox {
    right: 50vw;
    left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .modul20 .imgbox {
    width: 80vw;
    height: 135vw;
    position: relative;
  }
}

.modul20 .imgbox .image.img1 {
  width: 340px;
  height: 600px;
  position: absolute;
  left: calc(50vw - 500px);
  top: 165px;
}

@media screen and (max-width: 1024px) {
  .modul20 .imgbox .image.img1 {
    left: calc(50vw - 440px);
  }
}

@media screen and (max-width: 768px) {
  .modul20 .imgbox .image.img1 {
    width: 34vw;
    height: 60vw;
    left: 7vw;
    top: 16.5vw;
  }
}

@media screen and (max-width: 480px) {
  .modul20 .imgbox .image.img1 {
    width: 51vw;
    height: 90vw;
    left: 15vw;
    top: 24.75vw;
  }
}

.modul20 .imgbox .image.img2 {
  width: 380px;
  height: 600px;
  position: absolute;
  left: calc(50vw - 370px);
  top: 50px;
}

@media screen and (max-width: 1024px) {
  .modul20 .imgbox .image.img2 {
    left: calc(50vw - 320px);
  }
}

@media screen and (max-width: 768px) {
  .modul20 .imgbox .image.img2 {
    width: 38vw;
    height: 60vw;
    left: 18vw;
    top: 5vw;
  }
}

@media screen and (max-width: 480px) {
  .modul20 .imgbox .image.img2 {
    width: 57vw;
    height: 90vw;
    left: 32vw;
    top: 7.5vw;
  }
}

.modul20 .rightbox {
  width: 290px;
  position: absolute;
  right: 30px;
  top: 180px;
}

@media screen and (max-width: 1024px) {
  .modul20 .rightbox {
    right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .modul20 .rightbox {
    top: 13vw;
    width: 29vw;
    right: 7vw;
  }
}

@media screen and (max-width: 480px) {
  .modul20 .rightbox {
    position: relative;
    width: 80vw;
    margin: -10vw auto 0px;
    top: auto;
    right: auto;
  }
}

.modul20 .rightbox .txtbox {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .modul20 .rightbox .txtbox {
    margin-bottom: 10vw;
  }
}

@media screen and (max-width: 480px) {
  .modul20 .rightbox .txtbox {
    margin-bottom: 30px;
  }
}

.modul20 .rightbox .txtbox h3.text {
  font-size: 2.25rem;
  line-height: 3rem;
}

.modul20 .rightbox .Modul_Slider {
  width: 290px;
  height: 355px;
}

@media screen and (max-width: 768px) {
  .modul20 .rightbox .Modul_Slider {
    width: 29vw;
    height: 35.5vw;
  }
}

@media screen and (max-width: 480px) {
  .modul20 .rightbox .Modul_Slider {
    width: 80vw;
    height: 97.93vw;
  }
}

.modul20 .rightbox .Modul_Slider .slick-dots {
  bottom: auto !important;
  top: 0px !important;
}

.modul21 {
  padding: 20px 0px 90px;
  position: relative;
  height: 500px;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .modul21 {
    height: 100vw;
  }
}

@media screen and (max-width: 480px) {
  .modul21 {
    height: auto;
    margin-bottom: 0px;
  }
}

.modul21 .txtbox {
  width: 310px;
  top: 90px;
  left: 170px;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .modul21 .txtbox {
    left: 120px;
  }
}

@media screen and (max-width: 768px) {
  .modul21 .txtbox {
    top: 70px;
    left: 90px;
    width: 240px;
  }
}

@media screen and (max-width: 480px) {
  .modul21 .txtbox {
    width: 80vw;
    margin: 30px auto;
    top: auto;
    left: auto;
    position: relative;
  }
}

.modul21 .imgbox {
  width: 405px;
  height: 480px;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media screen and (max-width: 1024px) {
  .modul21 .imgbox {
    right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .modul21 .imgbox {
    right: 70px;
    width: 270px;
    height: 320px;
  }
}

@media screen and (max-width: 480px) {
  .modul21 .imgbox {
    width: 80vw;
    height: 94.81vw;
    margin: 30px auto;
    top: auto;
    right: auto;
    position: relative;
  }
}

.modul21 .imgbox .image.img1 {
  width: 340px;
  height: 440px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .modul21 .imgbox .image.img1 {
    width: 220px;
    height: 285px;
  }
}

@media screen and (max-width: 480px) {
  .modul21 .imgbox .image.img1 {
    width: 67.16vw;
    height: 86.91vw;
  }
}

.modul21 .imgbox .Modul_Slider {
  width: 340px;
  height: 415px;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .modul21 .imgbox .Modul_Slider {
    width: 220px;
    height: 268px;
  }
}

@media screen and (max-width: 480px) {
  .modul21 .imgbox .Modul_Slider {
    width: 67.16vw;
    height: 81.97vw;
  }
}

.modul21 .imgbox .Modul_Slider .slick-dots {
  right: auto;
  bottom: auto;
  top: 0px;
  left: -31px;
}

.modul22 {
  padding: 80px 0px 60px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 910px) {
  .modul22 {
    padding: 90px 40px 40px;
  }
}

.modul22:after {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.modul22 .after_box {
  position: absolute;
  left: 50%;
  margin-left: -50vw !important;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.03);
}

.modul22 .txtbox {
  color: #b2b2b2;
}

.modul22 .txtbox.left {
  width: 235px;
  margin: 0px 0px 70px 85px;
  float: left;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .modul22 .txtbox.left {
    margin-left: calc(85px - 1000px + 100vw);
  }
}

@media screen and (max-width: 910px) {
  .modul22 .txtbox.left {
    margin: 0px 20px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .modul22 .txtbox.left {
    margin: 0px;
    width: auto;
    float: none;
  }
}

.modul22 .txtbox.right {
  width: 320px;
  margin: 0px 0px 70px 85px;
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modul22 .txtbox.right {
    margin: 0px 0px 50px 0px;
    width: auto;
    float: none;
  }
}

.modul22 .logobox {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.modul22 .logobox.desktop {
  height: 45px;
}

.modul22 .logobox.desktop .image.media {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  margin: 0px 40px 0px 0px;
}

@media screen and (max-width: 1000px) {
  .modul22 .logobox.desktop .image.media {
    margin: 0px 4vw 0px 0px;
  }
}

@media screen and (max-width: 1000px) {
  .modul22 .logobox.desktop {
    height: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  .modul22 .logobox.desktop:not([level]) {
    display: none;
  }
}

.modul22 .logobox.mobile {
  width: 163px;
  height: auto;
  display: block;
  margin: 0px auto 20px;
}

.modul22 .logobox.mobile:not([level]) {
  display: none;
}

.modul22 .logobox.mobile .image.media {
  position: relative;
  display: block;
  width: auto;
  margin: 0px auto 35px;
}

@media screen and (max-width: 767px) {
  .modul22 .logobox.mobile:not([level]) {
    display: block;
  }
}

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