@charset "UTF-8";
/* SCSS Document */
/* -- Grund -- */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Aleo Light";
  font-size: 18px;
  line-height: 31px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
  body.NoScrolling {
    overflow: hidden; }

h1, h2, h3 {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

h1, h2, h3, p, strong, em {
  font-style: normal;
  font-weight: normal; }

h1 {
  font-family: "DIN Next W01 Bold";
  font-size: 80px;
  line-height: 88px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px; }
  h1.size-h2 {
    font-family: "DIN Next W01 Bold";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 45px; }

h2 {
  font-family: "DIN Next W01 Medium";
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 45px; }
  h2.size-h3 {
    font-family: "DIN Next W01 Medium";
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.5px;
    margin-bottom: 30px; }

h1 + h2 {
  margin-top: -40px; }

h2 + h3 {
  margin-top: -20px; }

h3 {
  font-family: "DIN Next W01 Medium";
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.5px;
  margin-bottom: 30px; }

p {
  margin-bottom: 30px; }

strong {
  font-family: "DIN Next W01 Medium";
  font-size: 105%; }

em {
  font-family: "DIN Next W01 Light Italic"; }

strong em,
em strong {
  font-family: "DIN Next W01 Bold Italic"; }

a, a:hover {
  padding-bottom: 1px;
  text-decoration: none;
  color: #000; }

a.morelink,
a.morelink-neg,
a.lightboxlink,
a.cc-btn,
.control--group a,
input[type=submit] {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: "DIN Next W01 Regular";
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 50px;
  background: #000;
  cursor: pointer;
  transition: .3s all; }
  a.morelink.small,
  a.morelink-neg.small,
  a.lightboxlink.small,
  a.cc-btn.small,
  .control--group a.small,
  input[type=submit].small {
    font-size: 17px;
    line-height: 21px;
    padding: 10px 40px; }

a.morelink:hover,
a.morelink-neg:hover,
a.lightboxlink:hover,
a.cc-btn:hover,
input[type=submit]:hover,
button {
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

a.morelink-neg {
  display: block;
  color: #fff;
  margin-top: 20px;
  background: #000;
  border: 2px solid #000; }
  a.morelink-neg:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.5); }

a.buttonlink {
  width: auto;
  height: auto;
  font-family: "DIN Next W01 Ultra Light";
  font-size: 29px;
  line-height: 29px;
  text-transform: uppercase;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px 35px;
  background: #e9e9e9;
  color: #333; }

a.buttonlink:hover {
  background: #ffcc01;
  color: #fff;
  border: none; }

ul {
  list-style: none;
  margin-bottom: 30px; }
  ul li {
    margin-left: 20px; }
    ul li:before {
      content: "›";
      display: inline-block;
      font-family: "DIN Next W01 Medium";
      font-size: 23px;
      margin-left: -16px;
      margin-right: 10px;
      color: rgba(0, 0, 0, 0.5); }
  ul.line-list {
    list-style: none; }
    ul.line-list li {
      font-family: "DIN Next W01 Regular";
      font-size: 18px;
      line-height: 22px;
      padding: 16px 0;
      margin-left: 0;
      border-bottom: 1px solid #000; }
      ul.line-list li a {
        color: #000; }
      ul.line-list li:first-of-type {
        padding-top: 0; }
      ul.line-list li:before {
        font-family: "DIN Next W01 Bold";
        color: #000;
        margin-left: 0; }

.haed-first,
.haed-scnd {
  text-align: center;
  margin-bottom: 0;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

.haed-first {
  font-family: "DIN Next W01 Bold";
  font-size: 80px;
  line-height: 88px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.haed-scnd {
  font-family: "DIN Next W01 Regular";
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 0; }

.haed-first + .haed-scnd {
  margin-top: 10px; }

.b-head {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase; }

.b-sub {
  font-family: "DIN Next W01 Light"; }

.column-text {
  column-count: 3;
  column-gap: 60px; }

.no-hyphens {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

.bg-black,
.bg-grey,
.bg-grey-dark,
.bg-red,
.bg-ci {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px; }

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #000; }
  .bg-black h1, .bg-black h2, .bg-black h3, .bg-black p, .bg-black ul {
    color: #fff !important; }

.bg-grey {
  background-color: #f5f5f6; }

.bg-grey-dark {
  background-color: #333; }

.bg-red {
  background-color: #ffcc01; }

.bg-ci {
  background-color: #ffcc01; }

.scrollbt {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  right: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  margin-right: -30px;
  border-radius: 30px;
  background-color: rgba(245, 245, 246, 0.8);
  z-index: 10000; }
  .scrollbt.up {
    bottom: -60px; }
  .scrollbt.down {
    bottom: 60px; }
  .scrollbt img {
    width: 50px;
    height: auto; }

.scrollbt a,
.scrollbt a:hover {
  color: #fff !important;
  text-decoration: none;
  border: none; }

.videobt {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
  padding: 0;
  border-radius: 75px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 300;
  opacity: 0.8; }
  .videobt .bt-play,
  .videobt .bt-pause {
    cursor: pointer; }
  .videobt .bt-play {
    display: block; }
  .videobt .bt-pause {
    display: none; }

.zoombt {
  position: absolute;
  width: 50px;
  height: auto;
  left: 30px;
  top: 30px;
  padding: 8px;
  border-radius: 75px;
  z-index: 310;
  opacity: 0.8; }
  .zoombt .bt-zoom {
    cursor: pointer; }

.clearer {
  clear: both; }

/* -- Margins und Paddings -- */
.mg-b-0 {
  margin-bottom: 0px !important; }

.mg-t-0 {
  margin-top: 0px !important; }

.pd-b-0 {
  padding-bottom: 0px !important; }

.pd-t-0 {
  padding-top: 0px !important; }

.mg-b-5 {
  margin-bottom: 5px !important; }

.mg-t-5 {
  margin-top: 5px !important; }

.pd-b-5 {
  padding-bottom: 5px !important; }

.pd-t-5 {
  padding-top: 5px !important; }

.mg-b-10 {
  margin-bottom: 10px !important; }

.mg-t-10 {
  margin-top: 10px !important; }

.pd-b-10 {
  padding-bottom: 10px !important; }

.pd-t-10 {
  padding-top: 10px !important; }

.mg-b-15 {
  margin-bottom: 15px !important; }

.mg-t-15 {
  margin-top: 15px !important; }

.pd-b-15 {
  padding-bottom: 15px !important; }

.pd-t-15 {
  padding-top: 15px !important; }

.mg-b-20 {
  margin-bottom: 20px !important; }

.mg-t-20 {
  margin-top: 20px !important; }

.pd-b-20 {
  padding-bottom: 20px !important; }

.pd-t-20 {
  padding-top: 20px !important; }

.mg-b-25 {
  margin-bottom: 25px !important; }

.mg-t-25 {
  margin-top: 25px !important; }

.pd-b-25 {
  padding-bottom: 25px !important; }

.pd-t-25 {
  padding-top: 25px !important; }

.mg-b-30 {
  margin-bottom: 30px !important; }

.mg-t-30 {
  margin-top: 30px !important; }

.pd-b-30 {
  padding-bottom: 30px !important; }

.pd-t-30 {
  padding-top: 30px !important; }

.mg-b-35 {
  margin-bottom: 35px !important; }

.mg-t-35 {
  margin-top: 35px !important; }

.pd-b-35 {
  padding-bottom: 35px !important; }

.pd-t-35 {
  padding-top: 35px !important; }

.mg-b-40 {
  margin-bottom: 40px !important; }

.mg-t-40 {
  margin-top: 40px !important; }

.pd-b-40 {
  padding-bottom: 40px !important; }

.pd-t-40 {
  padding-top: 40px !important; }

.mg-b-45 {
  margin-bottom: 45px !important; }

.mg-t-45 {
  margin-top: 45px !important; }

.pd-b-45 {
  padding-bottom: 45px !important; }

.pd-t-45 {
  padding-top: 45px !important; }

.mg-b-50 {
  margin-bottom: 50px !important; }

.mg-t-50 {
  margin-top: 50px !important; }

.pd-b-50 {
  padding-bottom: 50px !important; }

.pd-t-50 {
  padding-top: 50px !important; }

.mg-b-55 {
  margin-bottom: 55px !important; }

.mg-t-55 {
  margin-top: 55px !important; }

.pd-b-55 {
  padding-bottom: 55px !important; }

.pd-t-55 {
  padding-top: 55px !important; }

.mg-b-60 {
  margin-bottom: 60px !important; }

.mg-t-60 {
  margin-top: 60px !important; }

.pd-b-60 {
  padding-bottom: 60px !important; }

.pd-t-60 {
  padding-top: 60px !important; }

.mg-b-65 {
  margin-bottom: 65px !important; }

.mg-t-65 {
  margin-top: 65px !important; }

.pd-b-65 {
  padding-bottom: 65px !important; }

.pd-t-65 {
  padding-top: 65px !important; }

.mg-b-70 {
  margin-bottom: 70px !important; }

.mg-t-70 {
  margin-top: 70px !important; }

.pd-b-70 {
  padding-bottom: 70px !important; }

.pd-t-70 {
  padding-top: 70px !important; }

.mg-b-75 {
  margin-bottom: 75px !important; }

.mg-t-75 {
  margin-top: 75px !important; }

.pd-b-75 {
  padding-bottom: 75px !important; }

.pd-t-75 {
  padding-top: 75px !important; }

.mg-b-80 {
  margin-bottom: 80px !important; }

.mg-t-80 {
  margin-top: 80px !important; }

.pd-b-80 {
  padding-bottom: 80px !important; }

.pd-t-80 {
  padding-top: 80px !important; }

.mg-b-85 {
  margin-bottom: 85px !important; }

.mg-t-85 {
  margin-top: 85px !important; }

.pd-b-85 {
  padding-bottom: 85px !important; }

.pd-t-85 {
  padding-top: 85px !important; }

.mg-b-90 {
  margin-bottom: 90px !important; }

.mg-t-90 {
  margin-top: 90px !important; }

.pd-b-90 {
  padding-bottom: 90px !important; }

.pd-t-90 {
  padding-top: 90px !important; }

.mg-b-95 {
  margin-bottom: 95px !important; }

.mg-t-95 {
  margin-top: 95px !important; }

.pd-b-95 {
  padding-bottom: 95px !important; }

.pd-t-95 {
  padding-top: 95px !important; }

.mg-b-100 {
  margin-bottom: 100px !important; }

.mg-t-100 {
  margin-top: 100px !important; }

.pd-b-100 {
  padding-bottom: 100px !important; }

.pd-t-100 {
  padding-top: 100px !important; }

.mg-b-150 {
  margin-bottom: 150px !important; }

.mg-t-150 {
  margin-top: 150px !important; }

.pd-b-150 {
  padding-bottom: 150px !important; }

.pd-t-150 {
  padding-top: 150px !important; }

.mg-b-200 {
  margin-bottom: 200px !important; }

.mg-t-200 {
  margin-top: 200px !important; }

.pd-b-200 {
  padding-bottom: 200px !important; }

.pd-t-200 {
  padding-top: 200px !important; }

.mg-b-250 {
  margin-bottom: 250px !important; }

.mg-t-250 {
  margin-top: 250px !important; }

.pd-b-250 {
  padding-bottom: 250px !important; }

.pd-t-250 {
  padding-top: 250px !important; }

.mg-b-300 {
  margin-bottom: 300px !important; }

.mg-t-300 {
  margin-top: 300px !important; }

.pd-b-300 {
  padding-bottom: 300px !important; }

.pd-t-300 {
  padding-top: 300px !important; }

.mg-l-0 {
  margin-left: 0px; }

.mg-r-0 {
  margin-right: 0px; }

.pd-l-0 {
  padding-left: 0px; }

.pd-r-0 {
  padding-right: 0px; }

.mg-l-5 {
  margin-left: 5px; }

.mg-r-5 {
  margin-right: 5px; }

.pd-l-5 {
  padding-left: 5px; }

.pd-r-5 {
  padding-right: 5px; }

.mg-l-10 {
  margin-left: 10px; }

.mg-r-10 {
  margin-right: 10px; }

.pd-l-10 {
  padding-left: 10px; }

.pd-r-10 {
  padding-right: 10px; }

.mg-l-15 {
  margin-left: 15px; }

.mg-r-15 {
  margin-right: 15px; }

.pd-l-15 {
  padding-left: 15px; }

.pd-r-15 {
  padding-right: 15px; }

.mg-l-20 {
  margin-left: 20px; }

.mg-r-20 {
  margin-right: 20px; }

.pd-l-20 {
  padding-left: 20px; }

.pd-r-20 {
  padding-right: 20px; }

.mg-l-25 {
  margin-left: 25px; }

.mg-r-25 {
  margin-right: 25px; }

.pd-l-25 {
  padding-left: 25px; }

.pd-r-25 {
  padding-right: 25px; }

.mg-l-30 {
  margin-left: 30px; }

.mg-r-30 {
  margin-right: 30px; }

.pd-l-30 {
  padding-left: 30px; }

.pd-r-30 {
  padding-right: 30px; }

.mg-l-35 {
  margin-left: 35px; }

.mg-r-35 {
  margin-right: 35px; }

.pd-l-35 {
  padding-left: 35px; }

.pd-r-35 {
  padding-right: 35px; }

.mg-l-40 {
  margin-left: 40px; }

.mg-r-40 {
  margin-right: 40px; }

.pd-l-40 {
  padding-left: 40px; }

.pd-r-40 {
  padding-right: 40px; }

.mg-l-45 {
  margin-left: 45px; }

.mg-r-45 {
  margin-right: 45px; }

.pd-l-45 {
  padding-left: 45px; }

.pd-r-45 {
  padding-right: 45px; }

.mg-l-50 {
  margin-left: 50px; }

.mg-r-50 {
  margin-right: 50px; }

.pd-l-50 {
  padding-left: 50px; }

.pd-r-50 {
  padding-right: 50px; }

.mg-l-55 {
  margin-left: 55px; }

.mg-r-55 {
  margin-right: 55px; }

.pd-l-55 {
  padding-left: 55px; }

.pd-r-55 {
  padding-right: 55px; }

.mg-l-60 {
  margin-left: 60px; }

.mg-r-60 {
  margin-right: 60px; }

.pd-l-60 {
  padding-left: 60px; }

.pd-r-60 {
  padding-right: 60px; }

/* -- Debugging -- */
.debug {
  position: fixed;
  display: none;
  width: 300px;
  height: 300px;
  padding: 10px;
  left: 10px;
  top: 10px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000; }

.layoutgrid {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  align-items: stretch;
  z-index: 100000; }
  .layoutgrid .l-outer,
  .layoutgrid .l-inner {
    height: 2000px; }
  .layoutgrid .l-outer {
    border-left: 1px solid rgba(125, 125, 125, 0.4); }
    .layoutgrid .l-outer:last-of-type {
      border-right: 1px solid rgba(125, 125, 125, 0.4); }
  .layoutgrid .l-inner {
    width: 100%;
    font-size: 10px;
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-left: 1px solid rgba(125, 125, 125, 0.2);
    border-right: 1px solid rgba(125, 125, 125, 0.2); }

/* -- Header / Navi -- */
header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 125px;
  z-index: 9000;
  transition: all 1s; }
  header.affix {
    background: #fff; }
    header.affix .header-wrapper .logo {
      /*svg {
      	.cls-1 {
      		fill: $clr-black !important;
      	}
      }*/ }
      header.affix .header-wrapper .logo img {
        width: 100%;
        height: auto; }
    header.affix .header-wrapper .nav-wrapper .nav-contact {
      opacity: 1; }
    header.affix .header-wrapper .nav-wrapper .nav-button {
      /*svg {
      	stroke: $clr-black !important;
      }*/ }
  header .header-wrapper {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 35px 5.5% 0 5.5%;
    z-index: 4000; }
    header .header-wrapper .logo {
      width: 300px;
      height: 56px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      header .header-wrapper .logo.pos {
        background-image: url("/fileadmin/templates/logos/logo_kirchner_socialboost_pos.svg"); }
        header .header-wrapper .logo.pos svg .cls-1 {
          fill: #000; }
      header .header-wrapper .logo.neg {
        background-image: url("/fileadmin/templates/logos/logo_kirchner_socialboost_neg.svg"); }
        header .header-wrapper .logo.neg svg .cls-1 {
          fill: #fff; }
      header .header-wrapper .logo img {
        width: 100%;
        height: auto; }
    header .header-wrapper .nav-wrapper {
      display: flex;
      align-items: center;
      width: auto; }
      header .header-wrapper .nav-wrapper .nav-contact {
        width: auto;
        margin-right: 50px;
        transition: all 1s; }
        header .header-wrapper .nav-wrapper .nav-contact.pos {
          color: #000; }
          header .header-wrapper .nav-wrapper .nav-contact.pos a {
            color: #000; }
            header .header-wrapper .nav-wrapper .nav-contact.pos a:hover {
              color: rgba(0, 0, 0, 0.5); }
        header .header-wrapper .nav-wrapper .nav-contact.neg {
          color: #fff; }
          header .header-wrapper .nav-wrapper .nav-contact.neg a {
            color: #fff; }
            header .header-wrapper .nav-wrapper .nav-contact.neg a:hover {
              color: rgba(255, 255, 255, 0.5); }
        header .header-wrapper .nav-wrapper .nav-contact a {
          font-family: "DIN Next W01 Light";
          font-size: 18px;
          line-height: 18px;
          margin-left: 10px;
          margin-right: 10px; }
      header .header-wrapper .nav-wrapper .nav-button {
        position: relative;
        width: 40px;
        height: 40px;
        cursor: pointer; }
        header .header-wrapper .nav-wrapper .nav-button.pos svg {
          stroke: #000; }
        header .header-wrapper .nav-wrapper .nav-button.neg svg {
          stroke: #fff; }
        header .header-wrapper .nav-wrapper .nav-button svg {
          width: 40px;
          height: auto;
          stroke: #000; }
        header .header-wrapper .nav-wrapper .nav-button .bt-open,
        header .header-wrapper .nav-wrapper .nav-button .bt-close {
          position: absolute;
          right: 0;
          top: 0; }
        header .header-wrapper .nav-wrapper .nav-button .bt-open {
          display: block; }
        header .header-wrapper .nav-wrapper .nav-button .bt-close {
          display: none; }
    header .header-wrapper nav {
      width: auto;
      transition: all 1s; }
      header .header-wrapper nav ul#nv-main-smpl {
        position: relative;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 0px;
        padding-top: 80px;
        z-index: 500;
        transition: all 1s; }
        header .header-wrapper nav ul#nv-main-smpl li {
          display: block;
          margin-left: 30px;
          margin-right: 0;
          height: 55px;
          min-height: 22px;
          cursor: pointer; }
          header .header-wrapper nav ul#nv-main-smpl li:hover > a, header .header-wrapper nav ul#nv-main-smpl li.current > a {
            color: rgba(0, 0, 0, 0.5);
            border-bottom: 1px solid #ccc; }
          header .header-wrapper nav ul#nv-main-smpl li:hover:after {
            display: block;
            font-family: FontAwesome;
            content: "\f0d7";
            width: 100%;
            padding-top: 0px;
            margin-top: -8px;
            text-align: left;
            color: #ccc; }
          header .header-wrapper nav ul#nv-main-smpl li:hover ul#nv-main-smpl-l2 {
            display: block; }
          header .header-wrapper nav ul#nv-main-smpl li.responav:hover:after {
            content: none; }
          header .header-wrapper nav ul#nv-main-smpl li:last-child {
            margin-right: 0px; }
          header .header-wrapper nav ul#nv-main-smpl li:before {
            content: "";
            height: 0;
            width: 0;
            margin: 0;
            padding: 0; }
          header .header-wrapper nav ul#nv-main-smpl li a {
            position: relative;
            display: block;
            height: 22px;
            font-family: "DIN Next W01 Regular";
            font-size: 120px;
            line-height: 120px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #000;
            /*padding: 1px 0px;*/
            /* Wichtig, wenn Schrift beim Rollover fett wird */
            margin-top: 0px; }
          header .header-wrapper nav ul#nv-main-smpl li a::after {
            display: block;
            font-family: "DIN Next W01 Medium";
            font-size: 120px;
            line-height: 120px;
            content: attr(name);
            visibility: hidden;
            overflow: hidden;
            height: 0px;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 0px; }
          header .header-wrapper nav ul#nv-main-smpl li.responav {
            font-size: 25px;
            display: none;
            margin-left: 0;
            margin-top: -8px;
            cursor: pointer; }
          header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 {
            position: absolute;
            display: none;
            top: 135px;
            padding: 10px 20px;
            border-left: 1px solid rgba(12, 24, 43, 0.3);
            border-right: 1px solid rgba(12, 24, 43, 0.3);
            border-bottom: 1px solid rgba(12, 24, 43, 0.3);
            background: rgba(255, 204, 1, 0.95);
            transition: all 1s; }
            header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 li {
              height: auto;
              padding: 10px 0;
              margin-left: 0;
              border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
              header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 li a {
                font-family: "DIN Next W01 Light";
                font-size: 120px;
                line-height: 120px;
                height: auto;
                color: #fff;
                border-bottom: none; }
              header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 li:hover:after {
                content: none; }
              header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 li:last-of-type {
                border-bottom: none; }
              header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 li:hover, header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 li.current, header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 li:hover > a, header .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 li.current > a {
                font-family: "DIN Next W01 Medium";
                color: #000; }
      header .header-wrapper nav ul#nv-main,
      header .header-wrapper nav ul#nv-lang-respo {
        display: flex;
        justify-content: flex-end;
        width: auto;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none; }
        header .header-wrapper nav ul#nv-main > li,
        header .header-wrapper nav ul#nv-lang-respo > li {
          position: relative;
          display: inline-block;
          width: auto;
          margin-left: 75px;
          margin-bottom: 0; }
          header .header-wrapper nav ul#nv-main > li:first-child,
          header .header-wrapper nav ul#nv-lang-respo > li:first-child {
            margin-left: 0; }
          header .header-wrapper nav ul#nv-main > li:before,
          header .header-wrapper nav ul#nv-lang-respo > li:before {
            content: none; }
          header .header-wrapper nav ul#nv-main > li:hover > .nv-main-sub-outer-wrapper,
          header .header-wrapper nav ul#nv-lang-respo > li:hover > .nv-main-sub-outer-wrapper {
            opacity: 1.0;
            visibility: visible;
            overflow: hidden; }
          header .header-wrapper nav ul#nv-main > li:hover:after, header .header-wrapper nav ul#nv-main > li.current:after, header .header-wrapper nav ul#nv-main > li.active:after,
          header .header-wrapper nav ul#nv-lang-respo > li:hover:after,
          header .header-wrapper nav ul#nv-lang-respo > li.current:after,
          header .header-wrapper nav ul#nv-lang-respo > li.active:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            left: 50%;
            bottom: -15px;
            margin-left: -10px;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            transform: rotateZ(-45deg);
            /*width: 0;
            height: 0;
            left: 50%;
            bottom: -33px; // -53px;
            margin-left: -16px;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-top: 15px solid $clr-white;
            border-bottom: 15px solid transparent;*/ }
          header .header-wrapper nav ul#nv-main > li.langselect a.langselect-active,
          header .header-wrapper nav ul#nv-lang-respo > li.langselect a.langselect-active {
            font-family: "DIN Next W01 Medium"; }
          header .header-wrapper nav ul#nv-main > li.langselect:hover:after, header .header-wrapper nav ul#nv-main > li.langselect-active:after,
          header .header-wrapper nav ul#nv-lang-respo > li.langselect:hover:after,
          header .header-wrapper nav ul#nv-lang-respo > li.langselect-active:after {
            content: none; }
          header .header-wrapper nav ul#nv-main > li a,
          header .header-wrapper nav ul#nv-lang-respo > li a {
            font-family: "Aleo Regular";
            font-size: 120px;
            line-height: 120px;
            text-transform: uppercase;
            color: #fff;
            /*padding-left: 5px;*/
            padding-right: 2px; }
          header .header-wrapper nav ul#nv-main > li a:hover,
          header .header-wrapper nav ul#nv-lang-respo > li a:hover {
            border: none; }
          header .header-wrapper nav ul#nv-main > li.current a, header .header-wrapper nav ul#nv-main > li.active a,
          header .header-wrapper nav ul#nv-lang-respo > li.current a,
          header .header-wrapper nav ul#nv-lang-respo > li.active a {
            font-family: "DIN Next W01 Medium"; }
          header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper,
          header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper {
            display: block;
            position: fixed;
            left: 0;
            top: 75px;
            width: 100%;
            height: auto;
            min-height: 450px;
            opacity: 0;
            visibility: hidden;
            overflow: hidden;
            transition: opacity 0.5s;
            z-index: 500; }
            header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper,
            header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper {
              position: relative;
              display: flex;
              justify-content: center;
              width: 100%;
              height: 100%;
              min-height: 265px;
              padding-top: 40px;
              margin: 0 auto;
              margin-top: 35px;
              background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 10%) #f6f6f6; }
              header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper .nv-title,
              header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper .nv-title {
                display: block;
                font-family: "DIN Next W01 Bold";
                text-transform: uppercase;
                min-height: 18px;
                padding-left: 40px;
                margin-bottom: 20px; }
              header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2,
              header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 {
                position: relative;
                display: block;
                width: 90%;
                height: 100%;
                padding-left: 583px;
                padding-right: 265px;
                padding-bottom: 50px;
                background-position: right top;
                background-repeat: no-repeat;
                background-size: 560px; }
                header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li,
                header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li {
                  padding: 8px 0 12px 0;
                  margin-left: 0;
                  									/*&:hover > ul#nv-main-l3 {
                  										display: block;
                  
                  										opacity: 1;
                  										visibility: visible;
                  										overflow: visible;
                  										// transition: opacity 0.5s;
                  									}
                  
                  									&:hover > .nv-main-l2-img {
                  										visibility: visible;
                  										opacity: 1;
                  									}*/ }
                  header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li:before,
                  header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li:before {
                    content: none; }
                  header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li:hover,
                  header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li:hover {
                    transition: background 0.5s; }
                  header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li .nv-main-l2-img,
                  header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li .nv-main-l2-img {
                    position: absolute;
                    width: 475px;
                    height: 305px;
                    right: 130px;
                    top: 0;
                    opacity: 0;
                    visibility: hidden;
                    overflow: hidden;
                    transition: opacity 0.5s; }
                    header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li .nv-main-l2-img img,
                    header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li .nv-main-l2-img img {
                      width: 100%;
                      height: auto; }
                  header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li a,
                  header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li a {
                    font-family: "Aleo Regular";
                    font-size: 120px;
                    line-height: 120px;
                    color: #000;
                    text-transform: none; }
                  header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li:hover a,
                  header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li:hover a {
                    color: #000;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
                  header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li.current a,
                  header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li.current a {
                    font-family: "DIN Next W01 Medium";
                    color: #ffcc01; }
                  header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3,
                  header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 {
                    position: absolute;
                    width: 670px;
                    left: 380px;
                    top: -39px;
                    bottom: 0;
                    padding-top: 39px;
                    padding-left: 125px;
                    padding-right: 200px;
                    background-color: rgba(204, 204, 204, 0.9);
                    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 30px);
                    opacity: 0;
                    visibility: hidden;
                    overflow: hidden;
                    transition: opacity 0.5s; }
                    header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li,
                    header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li {
                      margin-left: 0px;
                      border-bottom: 1px solid #000; }
                      header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li:last-of-type,
                      header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li:last-of-type {
                        border-bottom: none; }
                      header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li a,
                      header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li a {
                        text-transform: none;
                        color: #000; }
                      header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li a:before,
                      header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li a:before {
                        content: "";
                        margin: 0;
                        margin-left: -31px;
                        padding: 0;
                        background: none; }
                      header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li.current a,
                      header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li.current a {
                        color: #ffcc01; }
                      header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li:hover a,
                      header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li:hover a {
                        font-family: "DIN Next W01 Bold";
                        color: #ffcc01; }
                      header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li:hover a:before,
                      header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li:hover a:before {
                        display: block;
                        content: "";
                        width: 30px;
                        height: 30px;
                        												/*font-family: "FontAwesome";
                                                                        font-weight: 900;
                                                                        font-size: $fnt-sz-mainnav-arrow;
                                                                        content: "\f105\f105";
                                                                        color: $clr-ci-1;*/
                        padding: 17px 0px 22px 0px;
                        margin-left: -30px;
                        margin-right: 0px;
                        /*margin-top: -17px;*/
                        float: left; }
                      header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li .nv-main-l3-img,
                      header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li .nv-main-l3-img {
                        position: absolute;
                        display: none;
                        width: 450px;
                        height: 290px;
                        left: 670px;
                        top: 50px; }
                        header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li .nv-main-l3-img img,
                        header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li .nv-main-l3-img img {
                          width: auto;
                          height: 100%;
                          margin-left: 100px; }
                      header .header-wrapper nav ul#nv-main > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li:hover > .nv-main-l3-img,
                      header .header-wrapper nav ul#nv-lang-respo > li > .nv-main-sub-outer-wrapper .nv-main-sub-inner-wrapper ul#nv-main-l2 > li ul#nv-main-l3 li:hover > .nv-main-l3-img {
                        display: block; }
      header .header-wrapper nav ul#nv-main {
        margin-bottom: 0 !important; }
      header .header-wrapper nav ul#nv-lang-respo {
        display: none; }
      header .header-wrapper nav ul#nv-main-respo {
        list-style: none;
        background: rgba(255, 204, 1, 0.9); }
        header .header-wrapper nav ul#nv-main-respo li {
          padding: 7px 12px 7px 12px;
          background: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          header .header-wrapper nav ul#nv-main-respo li:first-child {
            border-top: 1px solid rgba(255, 255, 255, 0.5); }
          header .header-wrapper nav ul#nv-main-respo li a {
            font-family: "DIN Next W01 Regular";
            font-size: 20px;
            line-height: 24px;
            color: #0c182b; }
            header .header-wrapper nav ul#nv-main-respo li a span {
              color: #ffcc01; }
          header .header-wrapper nav ul#nv-main-respo li:hover {
            background: #0c182b; }
          header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li {
            white-space: nowrap; }
            header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li a {
              font-family: "DIN Next W01 Light";
              font-size: 120px;
              line-height: 120px;
              text-transform: uppercase;
              white-space: nowrap;
              color: #0c182b; }
            header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li:hover, header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li.current {
              background: none; }
              header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li:hover a, header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li.current a {
                color: #ffcc01; }
            header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li ul#nv-main-l3 {
              min-height: 38px;
              background: rgba(0, 0, 0, 0.8); }
              header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li ul#nv-main-l3 li {
                height: auto;
                min-height: 38px;
                text-align: center;
                white-space: normal; }
                header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li ul#nv-main-l3 li a {
                  font-family: "DIN Next W01 Light";
                  font-size: 120px;
                  line-height: 120px;
                  text-transform: none;
                  text-align: center;
                  white-space: normal;
                  color: #0c182b;
                  -ms-hyphens: none;
                  -webkit-hyphens: none;
                  -moz-hyphens: none;
                  hyphens: none; }
                header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li ul#nv-main-l3 li:hover, header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li ul#nv-main-l3 li.current {
                  background: none; }
                  header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li ul#nv-main-l3 li:hover a, header .header-wrapper nav ul#nv-main-respo li ul#nv-main-l2 li ul#nv-main-l3 li.current a {
                    color: #ffcc01; }
        header .header-wrapper nav ul#nv-main-respo li:before {
          content: "";
          height: 0;
          width: 0;
          margin: 0;
          padding: 0; }
      header .header-wrapper nav ul#nv-top {
        display: flex;
        justify-content: flex-end;
        width: auto;
        margin-bottom: 10px;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none; }
        header .header-wrapper nav ul#nv-top > li {
          position: relative;
          display: inline-block;
          font-family: "Aleo Regular";
          font-size: 16px;
          line-height: 16px;
          color: #878787;
          width: auto;
          margin-left: 40px;
          margin-bottom: 0; }
          header .header-wrapper nav ul#nv-top > li:first-child {
            margin-left: 0; }
          header .header-wrapper nav ul#nv-top > li:before {
            content: none; }
          header .header-wrapper nav ul#nv-top > li a {
            font-family: "Aleo Regular";
            font-size: 16px;
            line-height: 16px;
            text-transform: uppercase;
            color: #666;
            padding-right: 2px; }
          header .header-wrapper nav ul#nv-top > li a:hover {
            color: #ffcc01;
            border: none; }
          header .header-wrapper nav ul#nv-top > li.current a {
            font-family: "DIN Next W01 Medium";
            color: #ffcc01;
            padding-right: 0;
            margin-left: -1px; }
  header .header-lb {
    position: fixed;
    display: flex;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 0;
    left: 0;
    top: 0;
    background: #000;
    z-index: 3000;
    transition: all .5s; }
    header .header-lb.open {
      display: flex;
      opacity: 1;
      visibility: visible;
      height: 100vh;
      justify-content: center;
      align-items: center; }
    header .header-lb .lb-inner {
      width: auto;
      height: auto; }
      header .header-lb .lb-inner nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        header .header-lb .lb-inner nav ul.nav-main {
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 8px 0;
          width: auto;
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          header .header-lb .lb-inner nav ul.nav-main li {
            font-family: "DIN Next W01 Bold";
            font-size: 120px;
            line-height: 120px;
            white-space: nowrap;
            height: auto;
            padding: 10px 15px;
            margin: 0;
            cursor: pointer; }
            header .header-lb .lb-inner nav ul.nav-main li a {
              text-transform: uppercase;
              color: #fff;
              height: auto;
              transition: all .5s; }
              header .header-lb .lb-inner nav ul.nav-main li a:focus {
                border: none !important;
                outline: none !important; }
            header .header-lb .lb-inner nav ul.nav-main li.has-sub {
              background: url(/fileadmin/templates/assets/nav_icn_right.svg) right center no-repeat;
              background-size: contain; }
              header .header-lb .lb-inner nav ul.nav-main li.has-sub.active, header .header-lb .lb-inner nav ul.nav-main li.has-sub.sub-open {
                background-color: rgba(255, 255, 255, 0.2); }
            header .header-lb .lb-inner nav ul.nav-main li:hover a {
              color: #000;
              text-shadow: 0 0 8px #fff; }
            header .header-lb .lb-inner nav ul.nav-main li:before {
              content: none; }
            header .header-lb .lb-inner nav ul.nav-main li ul {
              position: absolute;
              display: none;
              top: 0;
              bottom: 0;
              left: 300px;
              height: 100%;
              list-style: none;
              padding: 0; }
              header .header-lb .lb-inner nav ul.nav-main li ul li {
                font-family: "DIN Next W01 Regular";
                font-size: 45px;
                line-height: 45px;
                white-space: nowrap;
                height: 55px;
                padding: 10px 15px;
                margin: 0;
                cursor: pointer; }
                header .header-lb .lb-inner nav ul.nav-main li ul li a {
                  display: inline-block;
                  color: #000;
                  width: 100%;
                  height: auto; }
                  header .header-lb .lb-inner nav ul.nav-main li ul li a:focus {
                    border: none !important;
                    outline: none !important; }
                header .header-lb .lb-inner nav ul.nav-main li ul li:hover {
                  background-color: rgba(255, 255, 255, 0.2); }
                header .header-lb .lb-inner nav ul.nav-main li ul li:before {
                  content: none; }
        header .header-lb .lb-inner nav ul.nav-sm {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          gap: 8px 10px;
          width: 60%;
          list-style: none;
          padding: 0; }
          header .header-lb .lb-inner nav ul.nav-sm li {
            font-family: "DIN Next W01 Light";
            font-size: 45px;
            line-height: 45px;
            white-space: nowrap;
            height: auto;
            padding: 10px 15px;
            margin: 0;
            cursor: pointer; }
            header .header-lb .lb-inner nav ul.nav-sm li a {
              text-transform: uppercase;
              color: #fff;
              height: auto;
              transition: all .5s; }
              header .header-lb .lb-inner nav ul.nav-sm li a:focus {
                border: none !important;
                outline: none !important; }
            header .header-lb .lb-inner nav ul.nav-sm li.has-sub {
              background: url(/fileadmin/templates/assets/nav_icn_right.svg) right center no-repeat;
              background-size: contain; }
              header .header-lb .lb-inner nav ul.nav-sm li.has-sub.active, header .header-lb .lb-inner nav ul.nav-sm li.has-sub.sub-open {
                background-color: rgba(255, 255, 255, 0.2); }
            header .header-lb .lb-inner nav ul.nav-sm li:hover a {
              color: #000;
              text-shadow: 0 0 3px #fff; }
            header .header-lb .lb-inner nav ul.nav-sm li:before {
              content: none; }
            header .header-lb .lb-inner nav ul.nav-sm li ul {
              position: absolute;
              display: none;
              top: 0;
              bottom: 0;
              left: 300px;
              height: 100%;
              list-style: none;
              padding: 0; }
              header .header-lb .lb-inner nav ul.nav-sm li ul li {
                font-family: "DIN Next W01 Regular";
                font-size: 45px;
                line-height: 45px;
                white-space: nowrap;
                height: 55px;
                padding: 10px 15px;
                margin: 0;
                cursor: pointer; }
                header .header-lb .lb-inner nav ul.nav-sm li ul li a {
                  display: inline-block;
                  color: #000;
                  width: 100%;
                  height: auto; }
                  header .header-lb .lb-inner nav ul.nav-sm li ul li a:focus {
                    border: none !important;
                    outline: none !important; }
                header .header-lb .lb-inner nav ul.nav-sm li ul li:hover {
                  background-color: rgba(255, 255, 255, 0.2); }
                header .header-lb .lb-inner nav ul.nav-sm li ul li:before {
                  content: none; }
        header .header-lb .lb-inner nav ul.nav-meta {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 0 30px;
          margin-top: 100px; }
          header .header-lb .lb-inner nav ul.nav-meta li {
            font-family: "DIN Next W01 Light";
            font-size: 18px;
            line-height: 18px;
            margin: 0; }
            header .header-lb .lb-inner nav ul.nav-meta li a {
              text-transform: uppercase;
              color: #fff;
              height: auto; }
            header .header-lb .lb-inner nav ul.nav-meta li:before {
              content: none; }

/* -- Content -- */
main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0; }
  main section {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 60px 0 80px 0;
    clear: both;
    scroll-margin-top: 80px;
    transition: scroll-margin-top .5s;
    		/*.catnav {
    
    			.catnav-wrapper {
    				display: flex;
    				justify-content: center;
    				padding: 30px 0 20px 0;
    				border-bottom: 1px solid $clr-black;
    
    				.catnav-filter-title {
    					display: inline-block;
    					font-family: $fnt-medium;
    					font-size: $fnt-sz-mainnav;
    					text-transform: uppercase;
    					margin-right: 80px;
    				}
    
    				ul#nv-cat {
    					display: flex;
    					margin-bottom: 0;
    
    					li {
    						font-size: $fnt-sz-mainnav;
    						text-transform: uppercase;
    						margin-right: 80px;
    						cursor: pointer;
    
    						&:last-of-type {
    							margin-right: 0;
    						}
    
    						&:before {
    							content: none;
    						}
    
    						&.current {
    							font-family: $fnt-medium;
    						}
    
    					}
    				}
    
    			}
    
    		}*/ }
    main section:first-of-type {
      padding-top: 195px;
      padding-bottom: 0;
      margin-bottom: 35px; }
    main section:last-of-type {
      margin-bottom: 60px; }
    main section.rootline {
      font-size: calc(18px + 1px);
      line-height: 18px;
      text-align: left;
      padding: 0 0 30px 0; }
      main section.rootline span {
        font-family: "DIN Next W01 Bold";
        color: #ffcc01; }
    main section.divline {
      /*display: flex;
      justify-content: center;*/
      padding: 0;
      max-width: none; }
    main section.piwik {
      margin-top: -100px; }
    main section.catnavheader {
      padding: 0;
      margin-bottom: 60px; }
    main section.productheader, main section.defaultheader {
      padding: 0;
      margin-bottom: 95px; }
    main section .container-fluid {
      max-width: 90%; }
    main section.cf-fullscreen .container-fluid {
      max-width: none;
      width: 100%; }
    main section img {
      width: 100%; }
    main section .img-caption {
      /*display: flex;
      justify-content: center;*/
      width: 100%;
      height: 30px; }
      main section .img-caption span {
        display: block;
        width: auto;
        height: auto;
        font-family: "DIN Next W01 Light";
        font-size: 18px;
        line-height: 31px;
        color: #fff;
        text-align: center;
        padding: 3px 15px; }
    main section .h-line {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      main section .h-line.fullwidth {
        width: 100%; }
      main section .h-line.stroke-1 {
        border-bottom-width: 1px; }
      main section .h-line.stroke-2 {
        border-bottom-width: 2px; }
      main section .h-line.stroke-3 {
        border-bottom-width: 3px; }
      main section .h-line.stroke-4 {
        border-bottom-width: 4px; }
      main section .h-line.stroke-5 {
        border-bottom-width: 5px; }
    main section .headbox {
      margin-bottom: 60px; }
      main section .headbox h1, main section .headbox h2 {
        font-family: "DIN Next W01 Bold";
        letter-spacing: 0.25px;
        text-transform: uppercase;
        text-align: center; }
    main section .headnav .head h1, main section .headnav .head h2 {
      text-align: center;
      margin-bottom: 0;
      -ms-hyphens: none;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      hyphens: none; }
    main section .headnav .head h2 {
      font-family: "DIN Next W01 Regular";
      text-transform: none;
      margin-bottom: 0; }
    main section .headnav .head h1 + h2 {
      margin-top: 10px; }
    main section .headnav .navi {
      margin: 30px 0 30px -20px; }
      main section .headnav .navi ul.cat-nav,
      main section .headnav .navi ul.local-nav {
        display: flex;
        justify-content: center;
        list-style: none;
        height: auto;
        margin: 30px 0 30px 20px; }
        main section .headnav .navi ul.cat-nav li,
        main section .headnav .navi ul.local-nav li {
          font-family: "DIN Next W01 Regular";
          font-size: 17px;
          line-height: 17px;
          text-transform: uppercase;
          padding: 0 0 5px 0;
          margin: 0 10px;
          border-bottom: 2px solid transparent;
          transition: all .5s;
          cursor: pointer; }
          main section .headnav .navi ul.cat-nav li.current, main section .headnav .navi ul.cat-nav li.active, main section .headnav .navi ul.cat-nav li:hover,
          main section .headnav .navi ul.local-nav li.current,
          main section .headnav .navi ul.local-nav li.active,
          main section .headnav .navi ul.local-nav li:hover {
            border-bottom: 2px solid rgba(0, 0, 0, 0.5); }
          main section .headnav .navi ul.cat-nav li a, main section .headnav .navi ul.cat-nav li a:hover,
          main section .headnav .navi ul.local-nav li a,
          main section .headnav .navi ul.local-nav li a:hover {
            color: #000; }
          main section .headnav .navi ul.cat-nav li:before,
          main section .headnav .navi ul.local-nav li:before {
            content: none; }
    main section .headtopline {
      font-family: "DIN Next W01 Light";
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 10px; }
    main section .img-lightbox {
      position: fixed;
      display: none;
      justify-content: center;
      align-items: center;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(245, 245, 246, 0.9);
      z-index: 9990; }
      main section .img-lightbox .lb-closebox {
        position: absolute;
        width: 50px;
        height: 50px;
        right: 30px;
        top: 30px;
        cursor: pointer;
        z-index: 9995; }
        main section .img-lightbox .lb-closebox svg {
          width: 40px;
          height: auto;
          stroke: rgba(0, 0, 0, 0.5);
          stroke-width: 1px;
          stroke-linecap: square; }
      main section .img-lightbox .img-lightbox-item {
        width: 80%;
        height: auto;
        max-width: 1200px;
        padding: 15px;
        background: #fff;
        border: 10px solid #fff;
        overflow: hidden; }
        main section .img-lightbox .img-lightbox-item .img-lightbox-item-pic {
          width: 100%;
          height: 53.33%;
          margin-bottom: 10px; }
          main section .img-lightbox .img-lightbox-item .img-lightbox-item-pic img {
            width: 100%;
            height: auto;
            object-fit: cover; }
        main section .img-lightbox .img-lightbox-item .img-lightbox-item-txt .img-lightbox-item-txt-header {
          display: flex;
          justify-content: space-between; }
          main section .img-lightbox .img-lightbox-item .img-lightbox-item-txt .img-lightbox-item-txt-header span:first-child {
            font-family: "DIN Next W01 Medium";
            text-align: left; }
          main section .img-lightbox .img-lightbox-item .img-lightbox-item-txt .img-lightbox-item-txt-header span:last-child {
            font-family: "DIN Next W01 Light";
            text-align: right; }
        main section .img-lightbox .img-lightbox-item .img-lightbox-item-txt .img-lightbox-item-txt-sub p {
          font-family: "DIN Next W01 Light";
          font-size: 18px;
          line-height: 31px;
          color: #000;
          margin-bottom: 0; }
    main section .video-fullscreen {
      position: fixed;
      display: none;
      justify-content: center;
      align-items: center;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.9);
      z-index: 50000; }
      main section .video-fullscreen .video-closebox {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 35px;
        height: 33px;
        padding: 0 8px 4px 4px;
        cursor: pointer;
        z-index: 50010; }
        main section .video-fullscreen .video-closebox svg {
          width: 26px;
          height: auto;
          stroke: #fff;
          stroke-width: 1px;
          stroke-linecap: square; }
      main section .video-fullscreen video {
        width: 80%;
        height: auto; }
    main section .lightbox {
      position: fixed !important;
      display: none;
      justify-content: center;
      align-items: center;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.9);
      z-index: 50000; }
      main section .lightbox .lightbox-close {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 35px;
        height: 33px;
        padding: 0 8px 4px 4px;
        cursor: pointer;
        z-index: 50010; }
        main section .lightbox .lightbox-close svg {
          width: 26px;
          height: auto;
          stroke: #fff;
          stroke-width: 1px;
          stroke-linecap: square; }
      main section .lightbox .lightbox-media.f-landscape {
        width: 80%;
        height: auto; }
        main section .lightbox .lightbox-media.f-landscape img {
          width: 100%;
          height: auto; }
      main section .lightbox .lightbox-media.f-portrait {
        width: auto;
        height: 80%; }
        main section .lightbox .lightbox-media.f-portrait img {
          width: 100%;
          height: auto; }
      main section .lightbox .videobox {
        max-width: 80%; }
        main section .lightbox .videobox .videobox-item .videobox-mp,
        main section .lightbox .videobox .videobox-item .videobox-yt {
          width: auto; }
          main section .lightbox .videobox .videobox-item .videobox-mp .lightbox-media.f-landscape,
          main section .lightbox .videobox .videobox-item .videobox-yt .lightbox-media.f-landscape {
            width: 100%;
            height: auto; }
          main section .lightbox .videobox .videobox-item .videobox-mp .lightbox-media.f-portrait,
          main section .lightbox .videobox .videobox-item .videobox-yt .lightbox-media.f-portrait {
            width: auto;
            height: 100%; }
    main section .hd-slider-arrows {
      position: absolute;
      width: 1640px;
      left: 50%;
      bottom: 0;
      margin-left: -570px;
      padding-left: 930px;
      z-index: 10; }
      main section .hd-slider-arrows .arrow-left,
      main section .hd-slider-arrows .arrow-right {
        display: inline-block;
        width: 100px;
        height: 100px;
        padding-top: 35px;
        background: rgba(51, 51, 51, 0.3);
        font-size: 30px;
        color: #fff;
        text-align: center;
        cursor: pointer; }
      main section .hd-slider-arrows .arrow-left {
        float: left;
        margin-right: 10px; }
    main section .hd-slider {
      position: relative;
      width: 100%;
      margin: 0 auto;
      box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1); }
      main section .hd-slider.h-750 {
        height: 740px; }
        main section .hd-slider.h-750 .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
          height: 100%; }
      main section .hd-slider.h-820 {
        height: 820px; }
        main section .hd-slider.h-820 .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
          height: 100%; }
      main section .hd-slider.h-1000 {
        height: 1000px; }
        main section .hd-slider.h-1000 .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
          height: 100%; }
      main section .hd-slider.h-630 {
        height: 630px; }
        main section .hd-slider.h-630 .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
          height: 100%; }
      main section .hd-slider.h-vp {
        position: relative;
        max-height: 100vh; }
        main section .hd-slider.h-vp::before {
          content: "";
          position: absolute;
          display: inline-block;
          width: 1px;
          height: 0;
          padding-bottom: 53.15%; }
      main section .hd-slider ul.slick-dots {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
        bottom: 55px;
        z-index: 900; }
        main section .hd-slider ul.slick-dots li {
          width: 40px;
          height: 6px;
          margin-left: 0;
          margin-right: 5px;
          float: left;
          background: #fff;
          border: 1px solid #fff; }
          main section .hd-slider ul.slick-dots li.slick-active {
            border-color: rgba(0, 0, 0, 0.5);
            background-color: rgba(0, 0, 0, 0.5); }
          main section .hd-slider ul.slick-dots li button {
            display: none; }
        main section .hd-slider ul.slick-dots li:before {
          content: none; }
      main section .hd-slider .hd-slider-item {
        position: relative;
        width: 100%;
        height: 100%; }
        main section .hd-slider .hd-slider-item.t-image {
          padding-top: 0; }
        main section .hd-slider .hd-slider-item.t-video {
          padding-top: 0; }
        main section .hd-slider .hd-slider-item .container-fluid {
          width: 100%;
          max-width: none;
          padding-left: 0;
          padding-right: 0; }
        main section .hd-slider .hd-slider-item .hd-slider-item-wrapper {
          position: relative;
          width: auto;
          height: 100%; }
          main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
            left: 15px;
            right: 15px;
            top: 0;
            bottom: 0;
            z-index: 20; }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt.bg-darken {
              background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 50%); }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header {
              position: relative;
              width: 65%;
              font-family: "DIN Next W01 Medium";
              font-size: 120px;
              line-height: 132px;
              color: #fff;
              text-transform: uppercase;
              text-align: center;
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
              margin-bottom: 30px; }
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header a {
                color: #fff; }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text {
              width: 55%;
              font-family: "Aleo Light";
              font-size: 31px;
              line-height: 32px;
              color: #fff;
              text-align: center;
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
              margin-bottom: 110px; }
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text a {
                color: #fff; }
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text p:last-of-type {
                margin-bottom: 0; }
          main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-img {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-img img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-video {
            position: relative;
            /* absolute;*/
            display: flex;
            justify-content: center;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 10; }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-video .video-volume {
              position: absolute;
              right: 30px;
              top: 30px;
              width: 35px;
              height: 33px;
              padding: 0 8px 4px 4px;
              background: rgba(255, 255, 255, 0.8);
              cursor: pointer;
              z-index: 15; }
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-video .video-volume .v-off svg,
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-video .video-volume .v-on svg {
                width: 26px;
                height: auto;
                stroke: #000;
                stroke-width: 1px;
                stroke-linecap: square; }
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-video .video-volume .v-off {
                display: none; }
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-video .video-volume .v-on {
                display: inline; }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-video .video-bg {
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              z-index: -1; }
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-video .video-bg video {
                width: 100%;
                height: 100%; }
    main section .hd-product {
      position: relative;
      width: 100%;
      max-width: 2000px;
      height: auto;
      margin: 0 auto; }
      main section .hd-product .hd-product-img {
        width: 100%;
        height: auto;
        max-height: 840px; }
        main section .hd-product .hd-product-img img {
          width: 100%;
          height: auto;
          object-fit: cover; }
      main section .hd-product .hd-product-txt {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 180px;
        margin-top: -25px; }
        main section .hd-product .hd-product-txt .hd-product-txt-box {
          position: relative;
          width: 365px;
          height: 180px;
          padding-top: 30px;
          background: #fff; }
          main section .hd-product .hd-product-txt .hd-product-txt-box:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 180px;
            height: 3px;
            margin-left: -90px;
            background: #000; }
          main section .hd-product .hd-product-txt .hd-product-txt-box .hd-product-txt-number {
            font-family: "DIN Next W01 Ultra Light";
            font-size: 52px;
            line-height: 52px;
            text-align: center;
            margin-bottom: 20px; }
          main section .hd-product .hd-product-txt .hd-product-txt-box .hd-product-txt-cats {
            text-align: center; }
            main section .hd-product .hd-product-txt .hd-product-txt-box .hd-product-txt-cats span {
              font-family: "DIN Next W01 Ultra Light";
              margin-right: 45px; }
              main section .hd-product .hd-product-txt .hd-product-txt-box .hd-product-txt-cats span:last-of-type {
                margin-right: 0; }
    main section .cont-slider-arrows {
      position: absolute;
      width: 100vw;
      height: 110px;
      top: 50%;
      margin-top: -55px;
      left: 50%;
      margin-left: calc(100vw / -2);
      z-index: 9520; }
      main section .cont-slider-arrows .arrow-left,
      main section .cont-slider-arrows .arrow-right {
        width: auto;
        height: auto;
        /*font-size: 30px;*/
        color: #000;
        cursor: pointer; }
        main section .cont-slider-arrows .arrow-left svg,
        main section .cont-slider-arrows .arrow-right svg {
          width: 110px;
          height: 110px;
          stroke-width: 0.25px; }
      main section .cont-slider-arrows .arrow-left {
        float: left;
        text-align: right;
        padding-left: calc((100vw - 1740px) / 2); }
      main section .cont-slider-arrows .arrow-right {
        float: right;
        text-align: left;
        padding-right: calc((100vw - 1740px) / 2); }
    main section .cont-slider-head h1, main section .cont-slider-head h2, main section .cont-slider-head h3, main section .cont-slider-head p {
      text-align: center; }
    main section .cont-slider-head h1 {
      margin-bottom: 50px; }
    main section .cont-slider {
      height: 960px !important;
      margin-bottom: 60px; }
      main section .cont-slider .cont-slider-item {
        height: auto; }
        main section .cont-slider .cont-slider-item .cont-slider-item-img {
          position: relative;
          width: 100%;
          height: 900px !important;
          margin-bottom: 40px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          overflow: hidden; }
          main section .cont-slider .cont-slider-item .cont-slider-item-img img {
            position: absolute;
            left: 50%;
            width: auto;
            height: 100%; }
        main section .cont-slider .cont-slider-item .cont-slider-item-bu {
          width: 100%;
          height: auto;
          padding-bottom: 30px;
          text-align: center; }
          main section .cont-slider .cont-slider-item .cont-slider-item-bu a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
          main section .cont-slider .cont-slider-item .cont-slider-item-bu br {
            display: none; }
    main section .cntrd-txt h1 {
      text-transform: uppercase; }
    main section .cntrd-txt h2 {
      text-transform: none; }
    main section .cntrd-txt .t-center {
      -ms-hyphens: none;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      hyphens: none; }
      main section .cntrd-txt .t-center h1, main section .cntrd-txt .t-center h2, main section .cntrd-txt .t-center h3, main section .cntrd-txt .t-center p {
        text-align: center; }
    main section .cntrd-txt .t-left h1, main section .cntrd-txt .t-left h2, main section .cntrd-txt .t-left h3, main section .cntrd-txt .t-left p {
      text-align: left; }
    main section .cntrd-txt .t-right h1, main section .cntrd-txt .t-right h2, main section .cntrd-txt .t-right h3, main section .cntrd-txt .t-right p {
      text-align: right; }
    main section .cntrd-txt p:last-of-type {
      margin-bottom: 0; }
    main section .accordeon-box .accordeon-box-item {
      border-top: 2px solid #ccc; }
      main section .accordeon-box .accordeon-box-item:last-child {
        border-bottom: 2px solid #ccc; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-header {
        position: relative;
        padding: 23px 0 23px 60px;
        cursor: pointer; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-header h2, main section .accordeon-box .accordeon-box-item .accordeon-box-header h3 {
          text-align: left;
          margin-bottom: 0; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-header.upper {
          text-transform: uppercase; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-header.lower {
          text-transform: none; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-header:before {
          background-image: url(/fileadmin/templates/assets/nav_icn_right.svg);
          transform-origin: center;
          transform: rotateZ(0deg);
          transition: all .5s; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-header.changed:before {
          transform: rotateZ(90deg); }
        main section .accordeon-box .accordeon-box-item .accordeon-box-header:before, main section .accordeon-box .accordeon-box-item .accordeon-box-header.changed:before {
          content: '';
          position: absolute;
          left: -22px;
          top: 0;
          width: 60px;
          height: 100%;
          background-position: left center;
          background-repeat: no-repeat;
          background-size: 60px; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content {
        display: none;
        padding-left: 60px;
        margin-bottom: 20px;
        					/*ul {
        						list-style-position: inside;
        
        						li {
        							margin-left: 0px;
        						}
        
        						li:before {
        							margin-left: 0px;
        						}
        					}*/ }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-left,
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-full {
        padding: 0 15px 0 0; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-left p,
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-full p {
          margin-bottom: 15px; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-left p + ul,
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-full p + ul {
          margin-top: -16px; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line,
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          height: 60px;
          text-align: left;
          margin-bottom: 20px;
          background: #f5f5f6; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line .button-line-icon,
          main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line .button-line-icon {
            width: 60px;
            height: 60px;
            padding: 10px;
            margin-right: 30px;
            color: #fff;
            background: rgba(0, 0, 0, 0.5); }
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line .button-line-icon span,
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line .button-line-icon span {
              display: block;
              width: 40px;
              height: 40px; }
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line .button-line-icon img,
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line .button-line-icon img {
              width: 100%;
              height: auto;
              padding: 0; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line p,
          main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line p {
            display: table-cell;
            font-family: "DIN Next W01 Regular";
            text-align: left;
            vertical-align: middle;
            color: #000;
            margin-left: 0px;
            margin-bottom: 0px; }
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line p.txt-big,
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line p.txt-big {
              font-size: 25px;
              line-height: 40px; }
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line p.txt-small,
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line p.txt-small {
              font-size: 16px;
              line-height: 29px; }
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line p.txt-big a, main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line p.txt-big a:hover, main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line p.txt-small a, main section .accordeon-box .accordeon-box-item .accordeon-box-content-left .button-line p.txt-small a:hover,
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line p.txt-big a,
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line p.txt-big a:hover,
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line p.txt-small a,
            main section .accordeon-box .accordeon-box-item .accordeon-box-content-full .button-line p.txt-small a:hover {
              color: #000; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-right {
        padding: 50px 0 0 15px; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-right img {
          width: 100%;
          height: auto; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-full img {
        display: block;
        width: 50%;
        height: auto;
        margin: 0 0 30px 30px;
        /*text-align: right;*/
        float: right; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-full.p-float p {
        display: inline; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-full p {
        /*padding-bottom: 15px;*/ }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-full ul {
        margin-top: 15px !important; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-img,
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid {
        position: relative;
        margin-bottom: 30px;
        text-align: center; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-img img,
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid img {
          display: inline-block;
          width: auto;
          height: 220px;
          border: 1px solid #f6f6f6;
          margin-bottom: 10px; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-img p,
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid p {
          font-size: 18px;
          line-height: 25px;
          -ms-hyphens: none;
          -webkit-hyphens: none;
          -moz-hyphens: none;
          hyphens: none; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-img p:first-of-type,
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid p:first-of-type {
          margin-bottom: 0; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-img {
        height: 345px;
        padding: 10px 20px 0 20px; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-img .textbox {
          min-height: 60px; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid {
        width: 100%;
        margin-bottom: 50px; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid .yt-container {
          position: relative;
          padding-top: 0px;
          padding-bottom: 56.25%;
          /* Seitenverhältnis 16:9 */
          height: 0;
          overflow: hidden;
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid .yt-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid:nth-child(odd) {
        padding-right: 15px; }
      main section .accordeon-box .accordeon-box-item .accordeon-box-content-vid:nth-child(even) {
        padding-left: 15px; }
    main section .topicbox .topicbox-item {
      position: relative;
      padding: 0; }
      main section .topicbox .topicbox-item.size-1, main section .topicbox .topicbox-item.size-2 {
        width: 100%;
        margin-bottom: 30px; }
      main section .topicbox .topicbox-item.size-1 {
        height: 292px; }
      main section .topicbox .topicbox-item.size-2 {
        height: 614px; }
      main section .topicbox .topicbox-item:nth-child(2n+2) {
        padding-right: 15px; }
      main section .topicbox .topicbox-item:nth-child(2n+3) {
        padding-left: 15px; }
      main section .topicbox .topicbox-item .grid-item-content {
        position: relative;
        width: 100%;
        height: 100%; }
        main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner {
          position: relative;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-size: cover; }
          main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .htr {
            position: absolute;
            height: auto;
            top: 20px;
            right: 30px;
            text-align: right;
            text-transform: uppercase;
            text-shadow: 0px 0px 8px #ffffff;
            -ms-hyphens: none;
            -webkit-hyphens: none;
            -moz-hyphens: none;
            hyphens: none; }
            main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .htr.htr-type-1 {
              font-family: "DIN Next W01 Ultra Light"; }
            main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .htr.htr-type-2 {
              font-family: "DIN Next W01 Ultra Light Italic"; }
            main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .htr.htr-size-1 {
              width: 50%;
              font-size: 36px;
              line-height: 42px; }
            main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .htr.htr-size-2 {
              width: 30%;
              font-size: 22px;
              line-height: 26px; }
          main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .hbr {
            position: absolute;
            width: 50%;
            height: auto;
            font-family: "DIN Next W01 Ultra Light";
            bottom: 10px;
            right: 30px;
            text-align: right;
            text-transform: uppercase;
            text-shadow: 0px 0px 8px #ffffff;
            -ms-hyphens: none;
            -webkit-hyphens: none;
            -moz-hyphens: none;
            hyphens: none; }
            main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .hbr.hbr-size-1 p:first-of-type {
              font-size: 36px;
              line-height: 42px; }
            main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .hbr.hbr-size-2 p:first-of-type {
              font-size: 22px;
              line-height: 26px; }
    main section .topicrow {
      position: relative;
      min-height: 375px; }
      main section .topicrow .topicrow-img-left,
      main section .topicrow .topicrow-img-right {
        min-height: 375px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      main section .topicrow .topicrow-img-left {
        position: relative; }
        main section .topicrow .topicrow-img-left::after {
          content: "";
          position: absolute;
          width: 20px;
          height: 20px;
          border-left: 10px solid transparent;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #f5f5f6;
          right: 0px;
          bottom: 55%;
          z-index: 100; }
      main section .topicrow .topicrow-img-right::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-left: 10px solid #f5f5f6;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 0px;
        top: 45%;
        z-index: 100; }
      main section .topicrow .topicrow-txt-left,
      main section .topicrow .topicrow-txt-right {
        position: relative;
        padding: 60px 75px;
        background: #f5f5f6; }
        main section .topicrow .topicrow-txt-left h2,
        main section .topicrow .topicrow-txt-right h2 {
          height: 110px;
          text-transform: uppercase;
          margin-bottom: 0px; }
        main section .topicrow .topicrow-txt-left a.buttonlink,
        main section .topicrow .topicrow-txt-right a.buttonlink {
          position: absolute;
          bottom: 50px; }
    main section .dekorbox .dekorbox-header {
      margin-bottom: 60px; }
      main section .dekorbox .dekorbox-header h2 {
        font-family: "DIN Next W01 Regular";
        color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        padding-bottom: 0;
        margin-bottom: 30px; }
      main section .dekorbox .dekorbox-header h3 {
        font-family: "DIN Next W01 Light";
        font-size: 30px;
        line-height: 35px;
        color: #000;
        text-transform: none;
        padding-bottom: 0;
        margin-bottom: 30px; }
      main section .dekorbox .dekorbox-header h2 + h3 {
        margin-top: -15px; }
    main section .dekorbox .dekorbox-legend .dekorbox-legend-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px; }
      main section .dekorbox .dekorbox-legend .dekorbox-legend-wrapper .dekorbox-legend-img {
        width: 40%;
        height: 80px;
        padding-right: 15px; }
        main section .dekorbox .dekorbox-legend .dekorbox-legend-wrapper .dekorbox-legend-img img {
          width: auto;
          height: 100%;
          float: right; }
      main section .dekorbox .dekorbox-legend .dekorbox-legend-wrapper .dekorbox-legend-txt {
        width: 58.2734%;
        padding-bottom: 10px; }
        main section .dekorbox .dekorbox-legend .dekorbox-legend-wrapper .dekorbox-legend-txt p {
          margin-bottom: 30px; }
          main section .dekorbox .dekorbox-legend .dekorbox-legend-wrapper .dekorbox-legend-txt p:last-of-type {
            margin-bottom: 0; }
        main section .dekorbox .dekorbox-legend .dekorbox-legend-wrapper .dekorbox-legend-txt a {
          font-size: 22px;
          line-height: 26px;
          text-transform: uppercase; }
    main section .dekorbox .dekorbox-item {
      position: relative;
      margin-bottom: 30px; }
      main section .dekorbox .dekorbox-item.i-lb .dekorbox-item-img {
        cursor: pointer; }
      main section .dekorbox .dekorbox-item .dekorbox-item-img {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
        main section .dekorbox .dekorbox-item .dekorbox-item-img.d-border {
          border: 1px solid #e5e5e5; }
        main section .dekorbox .dekorbox-item .dekorbox-item-img img {
          width: 100%;
          height: auto; }
        main section .dekorbox .dekorbox-item .dekorbox-item-img .dekorbox-item-cats {
          position: absolute;
          display: flex;
          justify-content: space-around;
          width: 100%;
          height: auto;
          text-align: center;
          left: 0;
          top: 10px;
          padding: 0 30px;
          z-index: 100; }
          main section .dekorbox .dekorbox-item .dekorbox-item-img .dekorbox-item-cats.t-white {
            color: #fff; }
          main section .dekorbox .dekorbox-item .dekorbox-item-img .dekorbox-item-cats.t-black {
            color: #000; }
          main section .dekorbox .dekorbox-item .dekorbox-item-img .dekorbox-item-cats span {
            display: inline-block;
            margin: 0 10px; }
        main section .dekorbox .dekorbox-item .dekorbox-item-img .dekorbox-item-labels {
          position: absolute;
          display: flex;
          justify-content: flex-end;
          width: auto;
          height: 30px;
          text-align: center;
          right: 10px;
          bottom: 10px;
          z-index: 110; }
          main section .dekorbox .dekorbox-item .dekorbox-item-img .dekorbox-item-labels img {
            width: auto;
            height: 100%;
            margin-left: 5px; }
      main section .dekorbox .dekorbox-item .dekorbox-item-txt .dekorbox-item-txt-header {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 18px;
        line-height: 31px;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 0; }
        main section .dekorbox .dekorbox-item .dekorbox-item-txt .dekorbox-item-txt-header span {
          flex: 1 0 41%; }
        main section .dekorbox .dekorbox-item .dekorbox-item-txt .dekorbox-item-txt-header span:nth-child(odd) {
          font-family: "DIN Next W01 Medium";
          text-align: left; }
        main section .dekorbox .dekorbox-item .dekorbox-item-txt .dekorbox-item-txt-header span:nth-child(even) {
          font-family: "DIN Next W01 Light";
          text-align: right; }
      main section .dekorbox .dekorbox-item .dekorbox-item-txt .dekorbox-item-txt-sub p {
        font-size: 18px;
        line-height: 31px;
        color: #000; }
    main section .bildraster .bildraster-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      main section .bildraster .bildraster-wrapper .bildraster-item {
        position: relative;
        height: auto; }
        main section .bildraster .bildraster-wrapper .bildraster-item.flex-3 {
          flex: 1 0 33%; }
        main section .bildraster .bildraster-wrapper .bildraster-item.flex-4 {
          flex: 1 0 25%; }
        main section .bildraster .bildraster-wrapper .bildraster-item.flex-5 {
          flex: 1 0 20%; }
        main section .bildraster .bildraster-wrapper .bildraster-item.flex-6 {
          flex: 1 0 16%; }
        main section .bildraster .bildraster-wrapper .bildraster-item:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 0;
          padding-bottom: 100%; }
        main section .bildraster .bildraster-wrapper .bildraster-item .pic {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 85px 0; }
          main section .bildraster .bildraster-wrapper .bildraster-item .pic img {
            width: 330px;
            height: auto; }
    main section .grid .grid-item {
      margin-bottom: 30px;
      color: #fff;
      cursor: pointer; }
      main section .grid .grid-item .grid-item-content {
        position: relative;
        height: auto;
        margin: 15px 0px; }
        main section .grid .grid-item .grid-item-content .img-container {
          height: auto;
          border: 10px solid #f6f6f6; }
          main section .grid .grid-item .grid-item-content .img-container img {
            width: 100%;
            height: 100%; }
        main section .grid .grid-item .grid-item-content .overlay {
          position: absolute;
          opacity: 0;
          width: 100%;
          height: 100%;
          padding: 5% 60px 5% 90px;
          background-color: rgba(0, 0, 0, 0.7);
          z-index: 1000;
          transition: all .5s; }
          main section .grid .grid-item .grid-item-content .overlay:hover {
            opacity: 1; }
          main section .grid .grid-item .grid-item-content .overlay h2 {
            font-family: "DIN Next W01 Regular";
            font-size: 27px;
            line-height: 31px;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 5px;
            padding-bottom: 0px;
            /*&:before {
            	content: "";
            	position: absolute;
            	//font-family: $fnt-roman;
            	//color: $clr-white;
            	width: 30px;
            	height: 30px;
            	top: 5%;
            	margin-left: -40px;
            	//margin-top: -2px;
            	//background: $clr-ci-1;
            	background: url(/fileadmin/templates/assets/nav_icn_right.svg) no-repeat;
            }*/ }
          main section .grid .grid-item .grid-item-content .overlay h3, main section .grid .grid-item .grid-item-content .overlay p {
            font-family: "Aleo Light";
            font-size: 16px;
            color: #fff;
            margin-bottom: 15px; }
          main section .grid .grid-item .grid-item-content .overlay h3 {
            color: #000;
            margin-top: 0;
            margin-bottom: 20px; }
          main section .grid .grid-item .grid-item-content .overlay a {
            color: #f5f5f6;
            text-decoration: none;
            white-space: nowrap; }
          main section .grid .grid-item .grid-item-content .overlay .reftags {
            font-family: "Aleo Light";
            font-size: 16px;
            color: #ffcc01;
            white-space: normal; }
          main section .grid .grid-item .grid-item-content .overlay .lightboxlink-wrapper {
            padding-top: 15px; }
            main section .grid .grid-item .grid-item-content .overlay .lightboxlink-wrapper a.lightboxlink {
              color: #000; }
              main section .grid .grid-item .grid-item-content .overlay .lightboxlink-wrapper a.lightboxlink:hover {
                color: #fff; }
    main section .img-row {
      margin-bottom: -35px; }
      main section .img-row .img-row-b1,
      main section .img-row .img-row-b2,
      main section .img-row .img-row-b3 {
        width: 100%;
        height: 300px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important; }
    main section .img-divider {
      position: relative;
      padding: 0; }
      main section .img-divider .img-divider-wrap {
        position: relative;
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat;
        background-size: 50%, 50%; }
        main section .img-divider .img-divider-wrap .img-divider-img {
          height: 480px;
          overflow: hidden;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          main section .img-divider .img-divider-wrap .img-divider-img img {
            width: auto;
            height: 100%;
            margin: 0 auto; }
        main section .img-divider .img-divider-wrap .img-divider-txt {
          position: absolute;
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%;
          z-index: 1000; }
          main section .img-divider .img-divider-wrap .img-divider-txt a {
            display: block;
            padding: 20px 50px 20px 50px;
            border: 5px solid #fff;
            background: rgba(0, 0, 0, 0.5);
            margin: 0 auto; }
          main section .img-divider .img-divider-wrap .img-divider-txt h2 {
            font-family: "DIN Next W01 Light";
            font-size: 40px;
            line-height: 46px;
            color: #fff;
            letter-spacing: 2px;
            text-align: center;
            padding: 3px 10px;
            margin: 0 auto;
            background: #000;
            outline: 10px solid rgba(0, 0, 0, 0.3); }
    main section .img-text-divider {
      padding: 0;
      display: flex;
      align-items: center;
      width: 100%;
      min-height: 430px;
      height: auto;
      font-family: "DIN Next W01 Ultra Light";
      font-size: 40px;
      line-height: 48px;
      text-transform: uppercase;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      main section .img-text-divider.copy-white {
        color: #fff; }
      main section .img-text-divider.copy-black {
        color: #000; }
    main section .tile-nav {
      position: relative; }
      main section .tile-nav .tile-nav-item {
        position: relative;
        background-position: center;
        background-size: cover;
        margin-bottom: 30px; }
        main section .tile-nav .tile-nav-item::before {
          content: "";
          display: inline-block;
          width: 1px;
          height: 0;
          padding-bottom: 100%; }
        main section .tile-nav .tile-nav-item .tile-nav-wrapper {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 100%;
          margin-left: 7.5px;
          margin-right: 7.5px;
          background-position: center;
          background-size: cover; }
          main section .tile-nav .tile-nav-item .tile-nav-wrapper .tile-nav-txt {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            color: #fff;
            text-align: center;
            padding: 20px 20px 35px 20px;
            background: rgba(0, 0, 0, 0.5);
            transition: background 0.5s; }
            main section .tile-nav .tile-nav-item .tile-nav-wrapper .tile-nav-txt:hover {
              background: rgba(0, 0, 0, 0.7); }
            main section .tile-nav .tile-nav-item .tile-nav-wrapper .tile-nav-txt a.morelink {
              /* display: inline;*/
              padding: 8px 15px;
              border-radius: 0px; }
            main section .tile-nav .tile-nav-item .tile-nav-wrapper .tile-nav-txt h2 .h-line-1 {
              display: block;
              font-size: 27px;
              line-height: 27px;
              margin-bottom: 15px; }
            main section .tile-nav .tile-nav-item .tile-nav-wrapper .tile-nav-txt h2 .h-line-2 {
              display: block;
              font-size: 60px;
              line-height: 60px; }
          main section .tile-nav .tile-nav-item .tile-nav-wrapper .bg-image {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            z-index: -1;
            overflow: hidden; }
            main section .tile-nav .tile-nav-item .tile-nav-wrapper .bg-image img {
              width: auto;
              height: 100%;
              object-fit: cover; }
    main section .tile-ani {
      position: relative; }
      main section .tile-ani .tile-ani-item {
        position: relative;
        margin-bottom: 15px; }
        main section .tile-ani .tile-ani-item::before {
          content: "";
          display: inline-block;
          width: 1px;
          height: 0;
          padding-bottom: 100%; }
        main section .tile-ani .tile-ani-item .ta-item-scene {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin-left: 7.5px;
          margin-right: 7.5px;
          z-index: 300;
          perspective: 1000px; }
          main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card {
            position: relative;
            width: 100%;
            height: 100%;
            -webkit-transition: transform 1s;
            transition: transform 1s;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
            main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card.is-flipped {
              -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
            main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front,
            main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back {
              position: absolute;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              height: 100%;
              width: 100%;
              cursor: pointer;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
              main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-switch,
              main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-switch {
                position: absolute;
                width: 50px;
                height: auto;
                right: 30px;
                bottom: 30px; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-switch img,
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-switch img {
                  width: 100%;
                  height: auto; }
            main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front {
              background: #000;
              z-index: 100; }
              main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt {
                position: relative;
                width: 100%;
                height: auto;
                padding: 10px 30px 40px 30px;
                z-index: 10; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 {
                  text-align: center; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-1 {
                    display: block;
                    font-size: 27px;
                    line-height: 27px;
                    margin-bottom: 15px; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-2 {
                    display: block;
                    font-size: 60px;
                    line-height: 60px; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt .ta-item-arrow {
                  display: flex;
                  justify-content: center;
                  width: auto;
                  height: 35px; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt .ta-item-arrow img {
                    width: auto;
                    height: 100%; }
              main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-img {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 5;
                overflow: hidden; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-img img {
                  width: 100%;
                  height: auto;
                  object-fit: cover;
                  opacity: 0.5; }
            main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back {
              background: #595959;
              z-index: 200;
              -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
              main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt {
                position: relative;
                width: 100%;
                height: auto;
                padding: 10px 60px 40px 60px;
                z-index: 10; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 {
                  text-align: center; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-1 {
                    display: block;
                    font-size: 24px;
                    line-height: 28px;
                    margin-bottom: 15px; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-2 {
                    display: block;
                    font-size: 45px;
                    line-height: 49px; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h3 {
                  font-size: 24px;
                  line-height: 28px;
                  text-align: center;
                  text-transform: uppercase; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul {
                  text-align: center; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p:last-of-type, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul:last-of-type {
                    margin-bottom: 50px; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-data {
                  text-align: center; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-data.one-col {
                    column-count: 1; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-data.two-col {
                    column-count: 2;
                    column-gap: 50px;
                    padding: 0 10%; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-data.three-col {
                    column-count: 3;
                    column-gap: 20px;
                    padding: 0 5%; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-arrow {
                  display: flex;
                  justify-content: center;
                  width: auto;
                  height: 35px;
                  margin-bottom: 30px; }
                  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-arrow img {
                    width: auto;
                    height: 100%; }
    main section .logos {
      text-align: center;
      margin-bottom: 0; }
      main section .logos h2 {
        margin-top: 20px;
        margin-bottom: 20px; }
      main section .logos .bg-blue,
      main section .logos .bg-lightgrey,
      main section .logos .bg-darkgrey,
      main section .logos .bg-black {
        padding: 0px 25px 0px 25px; }
      main section .logos .bg-blue {
        color: #fff;
        background: #0c182b; }
        main section .logos .bg-blue h2 {
          color: #fff; }
      main section .logos .bg-lightgrey {
        color: #000;
        background: #efefef; }
        main section .logos .bg-lightgrey h2 {
          color: #000; }
      main section .logos .bg-darkgrey {
        color: #fff;
        background: #666; }
        main section .logos .bg-darkgrey h2 {
          color: #fff; }
      main section .logos .bg-black {
        color: #fff;
        background: #000; }
        main section .logos .bg-black h2 {
          color: #fff; }
      main section .logos .logos-item {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 30px;
        margin-bottom: 30px;
        /*.img-caption {
        	display: block;
        	width: 100%;
        	height: 30px;
        	font-family: $fnt-light;
        	font-size: $fnt-sz-standard;
        	line-height: $fnt-sz-standard;
        	text-align: center;
        }*/ }
        main section .logos .logos-item a {
          border: none;
          text-decoration: none; }
        main section .logos .logos-item img {
          width: 50%;
          height: auto; }
    main section .anim-counter .bg-blue,
    main section .anim-counter .bg-lightgrey,
    main section .anim-counter .bg-darkgrey,
    main section .anim-counter .bg-black {
      padding: 35px 25px; }
    main section .anim-counter .bg-blue {
      color: #fff;
      background: #0c182b; }
    main section .anim-counter .bg-lightgrey {
      color: #000;
      background: #efefef; }
    main section .anim-counter .bg-darkgrey {
      color: #fff;
      background: #666; }
    main section .anim-counter .bg-black {
      color: #fff;
      background: #000; }
    main section .anim-counter .anim-counter-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      main section .anim-counter .anim-counter-wrapper .counter-value-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 150px;
          margin-bottom: 15px;
          font-family: "DIN Next W01 Regular";
          font-size: 28px;
          line-height: 18px;
          text-align: center; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-1 {
            border: 1px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-2 {
            border: 2px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-3 {
            border: 3px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-4 {
            border: 4px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-5 {
            border: 5px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-6 {
            border: 6px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-7 {
            border: 7px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-8 {
            border: 8px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-9 {
            border: 9px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-10 {
            border: 10px solid; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-circle {
            height: 150px;
            border-radius: 75px; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-rectangle {
            height: 150px; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-bg-blue {
            color: #fff;
            background: #0c182b; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-bg-lightgrey {
            color: #000;
            background: #efefef; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-bg-darkgrey {
            color: #fff;
            background: #666; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-bg-black {
            color: #fff;
            background: #000; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-bg-white {
            color: #000;
            background: #fff; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-blue {
            border-color: #0c182b; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-lightgrey {
            border-color: #efefef; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-darkgrey {
            border-color: #666; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-black {
            border-color: #000; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value.f-brd-white {
            border-color: #fff; }
        main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value-txt {
          width: 150px;
          font-family: "DIN Next W01 Light";
          font-size: 16px;
          line-height: 22px;
          color: #0c182b;
          text-align: center;
          text-transform: uppercase;
          -ms-hyphens: none;
          -webkit-hyphens: none;
          -moz-hyphens: none;
          hyphens: none; }
          main section .anim-counter .anim-counter-wrapper .counter-value-wrapper .counter-value-txt:first-of-type {
            margin-bottom: 15px; }
    main section .videobox {
      height: auto; }
      main section .videobox .videobox-item {
        /*&::before {
        	content: "";
        	display: inline-block;
        	width: 1px;
        	height: 0;
        	padding-bottom: 56.25%; // 16:9 Seitenverhältnis
        }*/
        padding-left: 0;
        padding-right: 0; }
        main section .videobox .videobox-item .videobox-yt,
        main section .videobox .videobox-item .videobox-mp {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: auto;
          /*left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 200;*/
          overflow: hidden; }
          main section .videobox .videobox-item .videobox-yt iframe,
          main section .videobox .videobox-item .videobox-yt .v-box,
          main section .videobox .videobox-item .videobox-mp iframe,
          main section .videobox .videobox-item .videobox-mp .v-box {
            width: 100%;
            height: 100%; }
        main section .videobox .videobox-item .videobox-yt .yt-poster {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 250; }
    main section .news .news-item {
      padding-left: 0;
      height: auto;
      margin-bottom: 30px; }
      main section .news .news-item h3 {
        margin-bottom: 25px; }
      main section .news .news-item .news-list-date {
        margin-bottom: 25px; }
        main section .news .news-item .news-list-date .news-list-date-day {
          font-family: "DIN Next W01 Medium";
          font-size: 50px;
          color: #000;
          margin-bottom: 15px; }
    main section .news-teaser {
      width: 100%;
      height: auto;
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 0; }
      main section .news-teaser:first-of-type {
        padding-bottom: 0; }
      main section .news-teaser:last-of-type {
        padding-top: 0; }
      main section .news-teaser .news-teaser-head h2 {
        color: #fff;
        text-transform: uppercase; }
      main section .news-teaser .news-teaser-item {
        margin-bottom: 60px; }
        main section .news-teaser .news-teaser-item .news-teaser-item-head {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 15px; }
          main section .news-teaser .news-teaser-item .news-teaser-item-head .news-date-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 105px !important;
            min-width: 105px;
            height: 105px;
            margin-right: 30px;
            background: rgba(0, 0, 0, 0.5); }
            main section .news-teaser .news-teaser-item .news-teaser-item-head .news-date-wrapper .news-date {
              color: #fff;
              text-align: center; }
              main section .news-teaser .news-teaser-item .news-teaser-item-head .news-date-wrapper .news-date.day {
                font-family: "Aleo Bold";
                font-size: 50px;
                line-height: 50px; }
              main section .news-teaser .news-teaser-item .news-teaser-item-head .news-date-wrapper .news-date.monthyear {
                font-family: "Aleo Light";
                font-size: 15px;
                line-height: 15px; }
          main section .news-teaser .news-teaser-item .news-teaser-item-head h2 {
            font-family: "DIN Next W01 Bold";
            font-size: 31px;
            line-height: 35px;
            text-transform: uppercase;
            letter-spacing: 0.25px;
            margin-bottom: 0; }
            main section .news-teaser .news-teaser-item .news-teaser-item-head h2 a {
              color: #000; }
        main section .news-teaser .news-teaser-item .news-teaser-item-img {
          position: relative;
          width: 100%;
          height: auto;
          margin-bottom: 15px; }
          main section .news-teaser .news-teaser-item .news-teaser-item-img:before {
            position: absolute;
            width: 1px;
            height: 0;
            padding-bottom: 56.25%; }
          main section .news-teaser .news-teaser-item .news-teaser-item-img img {
            width: 100%;
            height: auto; }
        main section .news-teaser .news-teaser-item .news-teaser-item-txt {
          margin-bottom: 0; }
    main section .text-cols .t-center h2 {
      text-align: center; }
    main section .text-cols .t-left h2 {
      text-align: left; }
    main section .text-cols .t-right h2 {
      text-align: right; }
    main section .text-cols .text-cols-left {
      padding-right: 30px; }
      main section .text-cols .text-cols-left .txt-wrapper {
        padding-left: 0;
        padding-right: 30px; }
    main section .text-cols .text-cols-right {
      padding-left: 30px; }
      main section .text-cols .text-cols-right .txt-wrapper {
        padding-right: 0; }
    main section .textpic-50-50,
    main section .textpic-66-33,
    main section .textpic-33-66,
    main section .textpic-75-25,
    main section .textpic-25-75,
    main section .textpic-onecol,
    main section .textpic-twocol,
    main section .textpic-cards,
    main section .textpic-cols {
      padding-bottom: 100px; }
      main section .textpic-50-50:last-of-type,
      main section .textpic-66-33:last-of-type,
      main section .textpic-33-66:last-of-type,
      main section .textpic-75-25:last-of-type,
      main section .textpic-25-75:last-of-type,
      main section .textpic-onecol:last-of-type,
      main section .textpic-twocol:last-of-type,
      main section .textpic-cards:last-of-type,
      main section .textpic-cols:last-of-type {
        padding-bottom: 0; }
      main section .textpic-50-50.picleft .pic,
      main section .textpic-66-33.picleft .pic,
      main section .textpic-33-66.picleft .pic,
      main section .textpic-75-25.picleft .pic,
      main section .textpic-25-75.picleft .pic,
      main section .textpic-onecol.picleft .pic,
      main section .textpic-twocol.picleft .pic,
      main section .textpic-cards.picleft .pic,
      main section .textpic-cols.picleft .pic {
        margin-bottom: 30px; }
        main section .textpic-50-50.picleft .pic img,
        main section .textpic-66-33.picleft .pic img,
        main section .textpic-33-66.picleft .pic img,
        main section .textpic-75-25.picleft .pic img,
        main section .textpic-25-75.picleft .pic img,
        main section .textpic-onecol.picleft .pic img,
        main section .textpic-twocol.picleft .pic img,
        main section .textpic-cards.picleft .pic img,
        main section .textpic-cols.picleft .pic img {
          width: 80%;
          height: auto;
          margin-top: 15px;
          float: left; }
        main section .textpic-50-50.picleft .pic img:first-of-type,
        main section .textpic-66-33.picleft .pic img:first-of-type,
        main section .textpic-33-66.picleft .pic img:first-of-type,
        main section .textpic-75-25.picleft .pic img:first-of-type,
        main section .textpic-25-75.picleft .pic img:first-of-type,
        main section .textpic-onecol.picleft .pic img:first-of-type,
        main section .textpic-twocol.picleft .pic img:first-of-type,
        main section .textpic-cards.picleft .pic img:first-of-type,
        main section .textpic-cols.picleft .pic img:first-of-type {
          margin-top: 0; }
        main section .textpic-50-50.picleft .pic .img-caption,
        main section .textpic-66-33.picleft .pic .img-caption,
        main section .textpic-33-66.picleft .pic .img-caption,
        main section .textpic-75-25.picleft .pic .img-caption,
        main section .textpic-25-75.picleft .pic .img-caption,
        main section .textpic-onecol.picleft .pic .img-caption,
        main section .textpic-twocol.picleft .pic .img-caption,
        main section .textpic-cards.picleft .pic .img-caption,
        main section .textpic-cols.picleft .pic .img-caption {
          justify-content: flex-end; }
        main section .textpic-50-50.picleft .pic .linkfield-wrapper,
        main section .textpic-66-33.picleft .pic .linkfield-wrapper,
        main section .textpic-33-66.picleft .pic .linkfield-wrapper,
        main section .textpic-75-25.picleft .pic .linkfield-wrapper,
        main section .textpic-25-75.picleft .pic .linkfield-wrapper,
        main section .textpic-onecol.picleft .pic .linkfield-wrapper,
        main section .textpic-twocol.picleft .pic .linkfield-wrapper,
        main section .textpic-cards.picleft .pic .linkfield-wrapper,
        main section .textpic-cols.picleft .pic .linkfield-wrapper {
          text-align: left;
          padding-left: 0;
          padding-right: 0; }
      main section .textpic-50-50.picleft .picfloat .img-wrapper,
      main section .textpic-66-33.picleft .picfloat .img-wrapper,
      main section .textpic-33-66.picleft .picfloat .img-wrapper,
      main section .textpic-75-25.picleft .picfloat .img-wrapper,
      main section .textpic-25-75.picleft .picfloat .img-wrapper,
      main section .textpic-onecol.picleft .picfloat .img-wrapper,
      main section .textpic-twocol.picleft .picfloat .img-wrapper,
      main section .textpic-cards.picleft .picfloat .img-wrapper,
      main section .textpic-cols.picleft .picfloat .img-wrapper {
        float: left; }
      main section .textpic-50-50.picleft .txt.t-img .txt-wrapper,
      main section .textpic-66-33.picleft .txt.t-img .txt-wrapper,
      main section .textpic-33-66.picleft .txt.t-img .txt-wrapper,
      main section .textpic-75-25.picleft .txt.t-img .txt-wrapper,
      main section .textpic-25-75.picleft .txt.t-img .txt-wrapper,
      main section .textpic-onecol.picleft .txt.t-img .txt-wrapper,
      main section .textpic-twocol.picleft .txt.t-img .txt-wrapper,
      main section .textpic-cards.picleft .txt.t-img .txt-wrapper,
      main section .textpic-cols.picleft .txt.t-img .txt-wrapper {
        text-align: left;
        padding-right: 0;
        padding-left: 60px; }
        main section .textpic-50-50.picleft .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-66-33.picleft .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-33-66.picleft .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-75-25.picleft .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-25-75.picleft .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-onecol.picleft .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-twocol.picleft .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-cards.picleft .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-cols.picleft .txt.t-img .txt-wrapper h2.h-divider:after {
          left: 165px !important; }
        main section .textpic-50-50.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-66-33.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-33-66.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-75-25.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-25-75.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-onecol.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-twocol.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-cards.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-cols.picleft .txt.t-img .txt-wrapper .linkfield-wrapper {
          text-align: left;
          padding-left: 0;
          padding-right: 90px; }
      main section .textpic-50-50.picright .pic,
      main section .textpic-66-33.picright .pic,
      main section .textpic-33-66.picright .pic,
      main section .textpic-75-25.picright .pic,
      main section .textpic-25-75.picright .pic,
      main section .textpic-onecol.picright .pic,
      main section .textpic-twocol.picright .pic,
      main section .textpic-cards.picright .pic,
      main section .textpic-cols.picright .pic {
        margin-bottom: 30px; }
        main section .textpic-50-50.picright .pic img,
        main section .textpic-66-33.picright .pic img,
        main section .textpic-33-66.picright .pic img,
        main section .textpic-75-25.picright .pic img,
        main section .textpic-25-75.picright .pic img,
        main section .textpic-onecol.picright .pic img,
        main section .textpic-twocol.picright .pic img,
        main section .textpic-cards.picright .pic img,
        main section .textpic-cols.picright .pic img {
          width: 80%;
          height: auto;
          margin-top: 15px;
          float: right; }
        main section .textpic-50-50.picright .pic img:first-of-type,
        main section .textpic-66-33.picright .pic img:first-of-type,
        main section .textpic-33-66.picright .pic img:first-of-type,
        main section .textpic-75-25.picright .pic img:first-of-type,
        main section .textpic-25-75.picright .pic img:first-of-type,
        main section .textpic-onecol.picright .pic img:first-of-type,
        main section .textpic-twocol.picright .pic img:first-of-type,
        main section .textpic-cards.picright .pic img:first-of-type,
        main section .textpic-cols.picright .pic img:first-of-type {
          margin-top: 0px; }
        main section .textpic-50-50.picright .pic .img-caption,
        main section .textpic-66-33.picright .pic .img-caption,
        main section .textpic-33-66.picright .pic .img-caption,
        main section .textpic-75-25.picright .pic .img-caption,
        main section .textpic-25-75.picright .pic .img-caption,
        main section .textpic-onecol.picright .pic .img-caption,
        main section .textpic-twocol.picright .pic .img-caption,
        main section .textpic-cards.picright .pic .img-caption,
        main section .textpic-cols.picright .pic .img-caption {
          justify-content: flex-start; }
        main section .textpic-50-50.picright .pic .linkfield-wrapper,
        main section .textpic-66-33.picright .pic .linkfield-wrapper,
        main section .textpic-33-66.picright .pic .linkfield-wrapper,
        main section .textpic-75-25.picright .pic .linkfield-wrapper,
        main section .textpic-25-75.picright .pic .linkfield-wrapper,
        main section .textpic-onecol.picright .pic .linkfield-wrapper,
        main section .textpic-twocol.picright .pic .linkfield-wrapper,
        main section .textpic-cards.picright .pic .linkfield-wrapper,
        main section .textpic-cols.picright .pic .linkfield-wrapper {
          text-align: right;
          padding-left: 0;
          padding-right: 0; }
      main section .textpic-50-50.picright .picfloat .img-wrapper,
      main section .textpic-66-33.picright .picfloat .img-wrapper,
      main section .textpic-33-66.picright .picfloat .img-wrapper,
      main section .textpic-75-25.picright .picfloat .img-wrapper,
      main section .textpic-25-75.picright .picfloat .img-wrapper,
      main section .textpic-onecol.picright .picfloat .img-wrapper,
      main section .textpic-twocol.picright .picfloat .img-wrapper,
      main section .textpic-cards.picright .picfloat .img-wrapper,
      main section .textpic-cols.picright .picfloat .img-wrapper {
        float: right; }
      main section .textpic-50-50.picright .txt.t-img .txt-wrapper,
      main section .textpic-66-33.picright .txt.t-img .txt-wrapper,
      main section .textpic-33-66.picright .txt.t-img .txt-wrapper,
      main section .textpic-75-25.picright .txt.t-img .txt-wrapper,
      main section .textpic-25-75.picright .txt.t-img .txt-wrapper,
      main section .textpic-onecol.picright .txt.t-img .txt-wrapper,
      main section .textpic-twocol.picright .txt.t-img .txt-wrapper,
      main section .textpic-cards.picright .txt.t-img .txt-wrapper,
      main section .textpic-cols.picright .txt.t-img .txt-wrapper {
        text-align: right;
        padding-right: 60px;
        padding-left: 0; }
        main section .textpic-50-50.picright .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-66-33.picright .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-33-66.picright .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-75-25.picright .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-25-75.picright .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-onecol.picright .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-twocol.picright .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-cards.picright .txt.t-img .txt-wrapper h2.h-divider:after,
        main section .textpic-cols.picright .txt.t-img .txt-wrapper h2.h-divider:after {
          right: 130px !important; }
        main section .textpic-50-50.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-66-33.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-33-66.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-75-25.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-25-75.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-onecol.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-twocol.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-cards.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
        main section .textpic-cols.picright .txt.t-img .txt-wrapper .linkfield-wrapper {
          text-align: left;
          padding-left: 90px;
          padding-right: 0; }
      main section .textpic-50-50 .t-left .txt-wrapper,
      main section .textpic-66-33 .t-left .txt-wrapper,
      main section .textpic-33-66 .t-left .txt-wrapper,
      main section .textpic-75-25 .t-left .txt-wrapper,
      main section .textpic-25-75 .t-left .txt-wrapper,
      main section .textpic-onecol .t-left .txt-wrapper,
      main section .textpic-twocol .t-left .txt-wrapper,
      main section .textpic-cards .t-left .txt-wrapper,
      main section .textpic-cols .t-left .txt-wrapper {
        text-align: left;
        padding-left: 0; }
        main section .textpic-50-50 .t-left .txt-wrapper h2.h-divider:after,
        main section .textpic-66-33 .t-left .txt-wrapper h2.h-divider:after,
        main section .textpic-33-66 .t-left .txt-wrapper h2.h-divider:after,
        main section .textpic-75-25 .t-left .txt-wrapper h2.h-divider:after,
        main section .textpic-25-75 .t-left .txt-wrapper h2.h-divider:after,
        main section .textpic-onecol .t-left .txt-wrapper h2.h-divider:after,
        main section .textpic-twocol .t-left .txt-wrapper h2.h-divider:after,
        main section .textpic-cards .t-left .txt-wrapper h2.h-divider:after,
        main section .textpic-cols .t-left .txt-wrapper h2.h-divider:after {
          left: 130px !important; }
        main section .textpic-50-50 .t-left .txt-wrapper .linkfield-wrapper,
        main section .textpic-66-33 .t-left .txt-wrapper .linkfield-wrapper,
        main section .textpic-33-66 .t-left .txt-wrapper .linkfield-wrapper,
        main section .textpic-75-25 .t-left .txt-wrapper .linkfield-wrapper,
        main section .textpic-25-75 .t-left .txt-wrapper .linkfield-wrapper,
        main section .textpic-onecol .t-left .txt-wrapper .linkfield-wrapper,
        main section .textpic-twocol .t-left .txt-wrapper .linkfield-wrapper,
        main section .textpic-cards .t-left .txt-wrapper .linkfield-wrapper,
        main section .textpic-cols .t-left .txt-wrapper .linkfield-wrapper {
          text-align: left;
          padding-left: 0;
          padding-right: 0; }
      main section .textpic-50-50 .t-right .txt-wrapper,
      main section .textpic-66-33 .t-right .txt-wrapper,
      main section .textpic-33-66 .t-right .txt-wrapper,
      main section .textpic-75-25 .t-right .txt-wrapper,
      main section .textpic-25-75 .t-right .txt-wrapper,
      main section .textpic-onecol .t-right .txt-wrapper,
      main section .textpic-twocol .t-right .txt-wrapper,
      main section .textpic-cards .t-right .txt-wrapper,
      main section .textpic-cols .t-right .txt-wrapper {
        text-align: right;
        padding-right: 0; }
        main section .textpic-50-50 .t-right .txt-wrapper h2.h-divider:after,
        main section .textpic-66-33 .t-right .txt-wrapper h2.h-divider:after,
        main section .textpic-33-66 .t-right .txt-wrapper h2.h-divider:after,
        main section .textpic-75-25 .t-right .txt-wrapper h2.h-divider:after,
        main section .textpic-25-75 .t-right .txt-wrapper h2.h-divider:after,
        main section .textpic-onecol .t-right .txt-wrapper h2.h-divider:after,
        main section .textpic-twocol .t-right .txt-wrapper h2.h-divider:after,
        main section .textpic-cards .t-right .txt-wrapper h2.h-divider:after,
        main section .textpic-cols .t-right .txt-wrapper h2.h-divider:after {
          right: 130px !important; }
        main section .textpic-50-50 .t-right .txt-wrapper .linkfield-wrapper,
        main section .textpic-66-33 .t-right .txt-wrapper .linkfield-wrapper,
        main section .textpic-33-66 .t-right .txt-wrapper .linkfield-wrapper,
        main section .textpic-75-25 .t-right .txt-wrapper .linkfield-wrapper,
        main section .textpic-25-75 .t-right .txt-wrapper .linkfield-wrapper,
        main section .textpic-onecol .t-right .txt-wrapper .linkfield-wrapper,
        main section .textpic-twocol .t-right .txt-wrapper .linkfield-wrapper,
        main section .textpic-cards .t-right .txt-wrapper .linkfield-wrapper,
        main section .textpic-cols .t-right .txt-wrapper .linkfield-wrapper {
          text-align: right;
          padding-left: 0;
          padding-right: 0; }
      main section .textpic-50-50 .t-center .txt-wrapper,
      main section .textpic-66-33 .t-center .txt-wrapper,
      main section .textpic-33-66 .t-center .txt-wrapper,
      main section .textpic-75-25 .t-center .txt-wrapper,
      main section .textpic-25-75 .t-center .txt-wrapper,
      main section .textpic-onecol .t-center .txt-wrapper,
      main section .textpic-twocol .t-center .txt-wrapper,
      main section .textpic-cards .t-center .txt-wrapper,
      main section .textpic-cols .t-center .txt-wrapper {
        text-align: center;
        padding: 0;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none; }
        main section .textpic-50-50 .t-center .txt-wrapper h2.h-divider:after,
        main section .textpic-66-33 .t-center .txt-wrapper h2.h-divider:after,
        main section .textpic-33-66 .t-center .txt-wrapper h2.h-divider:after,
        main section .textpic-75-25 .t-center .txt-wrapper h2.h-divider:after,
        main section .textpic-25-75 .t-center .txt-wrapper h2.h-divider:after,
        main section .textpic-onecol .t-center .txt-wrapper h2.h-divider:after,
        main section .textpic-twocol .t-center .txt-wrapper h2.h-divider:after,
        main section .textpic-cards .t-center .txt-wrapper h2.h-divider:after,
        main section .textpic-cols .t-center .txt-wrapper h2.h-divider:after {
          left: 130px !important; }
        main section .textpic-50-50 .t-center .txt-wrapper .linkfield-wrapper,
        main section .textpic-66-33 .t-center .txt-wrapper .linkfield-wrapper,
        main section .textpic-33-66 .t-center .txt-wrapper .linkfield-wrapper,
        main section .textpic-75-25 .t-center .txt-wrapper .linkfield-wrapper,
        main section .textpic-25-75 .t-center .txt-wrapper .linkfield-wrapper,
        main section .textpic-onecol .t-center .txt-wrapper .linkfield-wrapper,
        main section .textpic-twocol .t-center .txt-wrapper .linkfield-wrapper,
        main section .textpic-cards .t-center .txt-wrapper .linkfield-wrapper,
        main section .textpic-cols .t-center .txt-wrapper .linkfield-wrapper {
          text-align: center;
          padding-left: 0;
          padding-right: 0; }
      main section .textpic-50-50 .t-big p,
      main section .textpic-66-33 .t-big p,
      main section .textpic-33-66 .t-big p,
      main section .textpic-75-25 .t-big p,
      main section .textpic-25-75 .t-big p,
      main section .textpic-onecol .t-big p,
      main section .textpic-twocol .t-big p,
      main section .textpic-cards .t-big p,
      main section .textpic-cols .t-big p {
        font-size: 18px;
        line-height: 31px; }
        main section .textpic-50-50 .t-big p:last-of-type,
        main section .textpic-66-33 .t-big p:last-of-type,
        main section .textpic-33-66 .t-big p:last-of-type,
        main section .textpic-75-25 .t-big p:last-of-type,
        main section .textpic-25-75 .t-big p:last-of-type,
        main section .textpic-onecol .t-big p:last-of-type,
        main section .textpic-twocol .t-big p:last-of-type,
        main section .textpic-cards .t-big p:last-of-type,
        main section .textpic-cols .t-big p:last-of-type {
          margin-bottom: 0; }
      main section .textpic-50-50 .t-small h2,
      main section .textpic-66-33 .t-small h2,
      main section .textpic-33-66 .t-small h2,
      main section .textpic-75-25 .t-small h2,
      main section .textpic-25-75 .t-small h2,
      main section .textpic-onecol .t-small h2,
      main section .textpic-twocol .t-small h2,
      main section .textpic-cards .t-small h2,
      main section .textpic-cols .t-small h2 {
        font-size: 120px;
        line-height: 120px; }
      main section .textpic-50-50 .t-small h3,
      main section .textpic-66-33 .t-small h3,
      main section .textpic-33-66 .t-small h3,
      main section .textpic-75-25 .t-small h3,
      main section .textpic-25-75 .t-small h3,
      main section .textpic-onecol .t-small h3,
      main section .textpic-twocol .t-small h3,
      main section .textpic-cards .t-small h3,
      main section .textpic-cols .t-small h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px; }
      main section .textpic-50-50 .t-small p,
      main section .textpic-66-33 .t-small p,
      main section .textpic-33-66 .t-small p,
      main section .textpic-75-25 .t-small p,
      main section .textpic-25-75 .t-small p,
      main section .textpic-onecol .t-small p,
      main section .textpic-twocol .t-small p,
      main section .textpic-cards .t-small p,
      main section .textpic-cols .t-small p {
        font-size: 16px;
        line-height: 29px; }
        main section .textpic-50-50 .t-small p:last-of-type,
        main section .textpic-66-33 .t-small p:last-of-type,
        main section .textpic-33-66 .t-small p:last-of-type,
        main section .textpic-75-25 .t-small p:last-of-type,
        main section .textpic-25-75 .t-small p:last-of-type,
        main section .textpic-onecol .t-small p:last-of-type,
        main section .textpic-twocol .t-small p:last-of-type,
        main section .textpic-cards .t-small p:last-of-type,
        main section .textpic-cols .t-small p:last-of-type {
          margin-bottom: 0; }
      main section .textpic-50-50 .txt h2,
      main section .textpic-50-50 .card-body h2,
      main section .textpic-66-33 .txt h2,
      main section .textpic-66-33 .card-body h2,
      main section .textpic-33-66 .txt h2,
      main section .textpic-33-66 .card-body h2,
      main section .textpic-75-25 .txt h2,
      main section .textpic-75-25 .card-body h2,
      main section .textpic-25-75 .txt h2,
      main section .textpic-25-75 .card-body h2,
      main section .textpic-onecol .txt h2,
      main section .textpic-onecol .card-body h2,
      main section .textpic-twocol .txt h2,
      main section .textpic-twocol .card-body h2,
      main section .textpic-cards .txt h2,
      main section .textpic-cards .card-body h2,
      main section .textpic-cols .txt h2,
      main section .textpic-cols .card-body h2 {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 45px; }
        main section .textpic-50-50 .txt h2.h-divider,
        main section .textpic-50-50 .card-body h2.h-divider,
        main section .textpic-66-33 .txt h2.h-divider,
        main section .textpic-66-33 .card-body h2.h-divider,
        main section .textpic-33-66 .txt h2.h-divider,
        main section .textpic-33-66 .card-body h2.h-divider,
        main section .textpic-75-25 .txt h2.h-divider,
        main section .textpic-75-25 .card-body h2.h-divider,
        main section .textpic-25-75 .txt h2.h-divider,
        main section .textpic-25-75 .card-body h2.h-divider,
        main section .textpic-onecol .txt h2.h-divider,
        main section .textpic-onecol .card-body h2.h-divider,
        main section .textpic-twocol .txt h2.h-divider,
        main section .textpic-twocol .card-body h2.h-divider,
        main section .textpic-cards .txt h2.h-divider,
        main section .textpic-cards .card-body h2.h-divider,
        main section .textpic-cols .txt h2.h-divider,
        main section .textpic-cols .card-body h2.h-divider {
          padding-bottom: 45px; }
          main section .textpic-50-50 .txt h2.h-divider:after,
          main section .textpic-50-50 .card-body h2.h-divider:after,
          main section .textpic-66-33 .txt h2.h-divider:after,
          main section .textpic-66-33 .card-body h2.h-divider:after,
          main section .textpic-33-66 .txt h2.h-divider:after,
          main section .textpic-33-66 .card-body h2.h-divider:after,
          main section .textpic-75-25 .txt h2.h-divider:after,
          main section .textpic-75-25 .card-body h2.h-divider:after,
          main section .textpic-25-75 .txt h2.h-divider:after,
          main section .textpic-25-75 .card-body h2.h-divider:after,
          main section .textpic-onecol .txt h2.h-divider:after,
          main section .textpic-onecol .card-body h2.h-divider:after,
          main section .textpic-twocol .txt h2.h-divider:after,
          main section .textpic-twocol .card-body h2.h-divider:after,
          main section .textpic-cards .txt h2.h-divider:after,
          main section .textpic-cards .card-body h2.h-divider:after,
          main section .textpic-cols .txt h2.h-divider:after,
          main section .textpic-cols .card-body h2.h-divider:after {
            content: "";
            position: absolute;
            width: 145px;
            height: 3px;
            bottom: 0;
            margin-left: -35px;
            background: #000; }
      main section .textpic-50-50 .txt p, main section .textpic-50-50 .txt ul,
      main section .textpic-50-50 .card-body p,
      main section .textpic-50-50 .card-body ul,
      main section .textpic-66-33 .txt p,
      main section .textpic-66-33 .txt ul,
      main section .textpic-66-33 .card-body p,
      main section .textpic-66-33 .card-body ul,
      main section .textpic-33-66 .txt p,
      main section .textpic-33-66 .txt ul,
      main section .textpic-33-66 .card-body p,
      main section .textpic-33-66 .card-body ul,
      main section .textpic-75-25 .txt p,
      main section .textpic-75-25 .txt ul,
      main section .textpic-75-25 .card-body p,
      main section .textpic-75-25 .card-body ul,
      main section .textpic-25-75 .txt p,
      main section .textpic-25-75 .txt ul,
      main section .textpic-25-75 .card-body p,
      main section .textpic-25-75 .card-body ul,
      main section .textpic-onecol .txt p,
      main section .textpic-onecol .txt ul,
      main section .textpic-onecol .card-body p,
      main section .textpic-onecol .card-body ul,
      main section .textpic-twocol .txt p,
      main section .textpic-twocol .txt ul,
      main section .textpic-twocol .card-body p,
      main section .textpic-twocol .card-body ul,
      main section .textpic-cards .txt p,
      main section .textpic-cards .txt ul,
      main section .textpic-cards .card-body p,
      main section .textpic-cards .card-body ul,
      main section .textpic-cols .txt p,
      main section .textpic-cols .txt ul,
      main section .textpic-cols .card-body p,
      main section .textpic-cols .card-body ul {
        margin-bottom: 20px; }
        main section .textpic-50-50 .txt p + .linkfield-wrapper, main section .textpic-50-50 .txt ul + .linkfield-wrapper,
        main section .textpic-50-50 .card-body p + .linkfield-wrapper,
        main section .textpic-50-50 .card-body ul + .linkfield-wrapper,
        main section .textpic-66-33 .txt p + .linkfield-wrapper,
        main section .textpic-66-33 .txt ul + .linkfield-wrapper,
        main section .textpic-66-33 .card-body p + .linkfield-wrapper,
        main section .textpic-66-33 .card-body ul + .linkfield-wrapper,
        main section .textpic-33-66 .txt p + .linkfield-wrapper,
        main section .textpic-33-66 .txt ul + .linkfield-wrapper,
        main section .textpic-33-66 .card-body p + .linkfield-wrapper,
        main section .textpic-33-66 .card-body ul + .linkfield-wrapper,
        main section .textpic-75-25 .txt p + .linkfield-wrapper,
        main section .textpic-75-25 .txt ul + .linkfield-wrapper,
        main section .textpic-75-25 .card-body p + .linkfield-wrapper,
        main section .textpic-75-25 .card-body ul + .linkfield-wrapper,
        main section .textpic-25-75 .txt p + .linkfield-wrapper,
        main section .textpic-25-75 .txt ul + .linkfield-wrapper,
        main section .textpic-25-75 .card-body p + .linkfield-wrapper,
        main section .textpic-25-75 .card-body ul + .linkfield-wrapper,
        main section .textpic-onecol .txt p + .linkfield-wrapper,
        main section .textpic-onecol .txt ul + .linkfield-wrapper,
        main section .textpic-onecol .card-body p + .linkfield-wrapper,
        main section .textpic-onecol .card-body ul + .linkfield-wrapper,
        main section .textpic-twocol .txt p + .linkfield-wrapper,
        main section .textpic-twocol .txt ul + .linkfield-wrapper,
        main section .textpic-twocol .card-body p + .linkfield-wrapper,
        main section .textpic-twocol .card-body ul + .linkfield-wrapper,
        main section .textpic-cards .txt p + .linkfield-wrapper,
        main section .textpic-cards .txt ul + .linkfield-wrapper,
        main section .textpic-cards .card-body p + .linkfield-wrapper,
        main section .textpic-cards .card-body ul + .linkfield-wrapper,
        main section .textpic-cols .txt p + .linkfield-wrapper,
        main section .textpic-cols .txt ul + .linkfield-wrapper,
        main section .textpic-cols .card-body p + .linkfield-wrapper,
        main section .textpic-cols .card-body ul + .linkfield-wrapper {
          margin-top: 60px; }
      main section .textpic-50-50 .txt a,
      main section .textpic-50-50 .card-body a,
      main section .textpic-66-33 .txt a,
      main section .textpic-66-33 .card-body a,
      main section .textpic-33-66 .txt a,
      main section .textpic-33-66 .card-body a,
      main section .textpic-75-25 .txt a,
      main section .textpic-75-25 .card-body a,
      main section .textpic-25-75 .txt a,
      main section .textpic-25-75 .card-body a,
      main section .textpic-onecol .txt a,
      main section .textpic-onecol .card-body a,
      main section .textpic-twocol .txt a,
      main section .textpic-twocol .card-body a,
      main section .textpic-cards .txt a,
      main section .textpic-cards .card-body a,
      main section .textpic-cols .txt a,
      main section .textpic-cols .card-body a {
        /*font-size: $fnt-sz-readon;
        line-height: $fnt-lh-readon;
        text-transform: uppercase;*/ }
    main section .textpic-50-50.picleft .picfloat .img-wrapper, main section .textpic-50-50.picright .picfloat .img-wrapper {
      width: 50%;
      height: auto;
      margin-bottom: 15px;
      margin-right: 30px; }
      main section .textpic-50-50.picleft .picfloat .img-wrapper img, main section .textpic-50-50.picright .picfloat .img-wrapper img {
        width: 90%;
        height: auto; }
    main section .textpic-twocol .txt {
      column-count: 2;
      column-gap: 30px; }
    main section .textpic-cards {
      padding-bottom: 0;
      border-radius: 0; }
      main section .textpic-cards:not(:first-child) {
        margin-top: -100px; }
      main section .textpic-cards .teaserbox {
        padding-bottom: 30px; }
        main section .textpic-cards .teaserbox .card {
          min-height: 100%;
          padding-bottom: 15px;
          background: none;
          border-radius: 0;
          border: none; }
          main section .textpic-cards .teaserbox .card .card-img-wrapper {
            height: auto;
            padding: 0;
            /*&::before {
            	content: "";
            	display: inline-block;
            	width: 1px;
            	height: 0;
            	padding-bottom: 75%;
            }*/ }
            main section .textpic-cards .teaserbox .card .card-img-wrapper a {
              display: block;
              margin-top: 10px; }
            main section .textpic-cards .teaserbox .card .card-img-wrapper .img-caption {
              height: auto;
              margin-top: 10px;
              margin-bottom: 10px; }
            main section .textpic-cards .teaserbox .card .card-img-wrapper .card-img-top {
              /*position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;*/
              width: 100%;
              height: 100%;
              border-radius: 0;
              padding: 0;
              object-fit: contain; }
          main section .textpic-cards .teaserbox .card .card-body {
            position: relative; }
    main section .textpic-fullwidth .pic {
      width: 100%;
      padding-bottom: 30px; }
      main section .textpic-fullwidth .pic img {
        width: 100%;
        height: auto; }
    main section .textpic-fullwidth .txt.t-left {
      text-align: left; }
      main section .textpic-fullwidth .txt.t-left h2.h-divider:after {
        left: 130px !important; }
      main section .textpic-fullwidth .txt.t-left .linkfield-wrapper {
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
    main section .textpic-fullwidth .txt.t-right {
      text-align: right; }
      main section .textpic-fullwidth .txt.t-right h2.h-divider:after {
        right: 130px !important; }
      main section .textpic-fullwidth .txt.t-right .linkfield-wrapper {
        text-align: right;
        padding-left: 0;
        padding-right: 0; }
    main section .textpic-fullwidth .txt.t-center {
      text-align: center; }
      main section .textpic-fullwidth .txt.t-center h2.h-divider:after {
        left: 130px !important; }
      main section .textpic-fullwidth .txt.t-center .linkfield-wrapper {
        text-align: center;
        padding-left: 0;
        padding-right: 0; }
    main section .textpic-cols .i-wide .pic {
      width: 70%;
      height: auto;
      margin-bottom: 30px; }
      main section .textpic-cols .i-wide .pic img {
        width: 100%;
        height: auto; }
    main section .textpic-cols .i-small .pic {
      width: 55%;
      height: auto;
      margin-bottom: 30px; }
      main section .textpic-cols .i-small .pic img {
        width: 100%;
        height: auto; }
    main section .textpic-cols .txt {
      margin-bottom: 100px; }
      main section .textpic-cols .txt p:last-of-type {
        margin-bottom: 0; }
    main section .textpic-cols .textpic-cols-left {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end; }
      main section .textpic-cols .textpic-cols-left .pic .img-caption {
        justify-content: flex-end; }
      main section .textpic-cols .textpic-cols-left .txt {
        padding-right: 95px;
        padding-left: 165px; }
        main section .textpic-cols .textpic-cols-left .txt:first-of-type {
          padding-top: 65px; }
      main section .textpic-cols .textpic-cols-left.t-left h2.h-divider:after {
        left: 130px !important; }
      main section .textpic-cols .textpic-cols-left.t-right h2.h-divider:after {
        right: 130px !important; }
      main section .textpic-cols .textpic-cols-left.t-center h2.h-divider:after {
        left: 130px !important; }
    main section .textpic-cols .textpic-cols-right {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      main section .textpic-cols .textpic-cols-right .pic .img-caption {
        justify-content: flex-start; }
      main section .textpic-cols .textpic-cols-right .txt {
        padding-right: 165px;
        padding-left: 95px; }
        main section .textpic-cols .textpic-cols-right .txt:first-of-type {
          padding-top: 65px; }
      main section .textpic-cols .textpic-cols-right.t-left h2.h-divider:after {
        left: 130px !important; }
      main section .textpic-cols .textpic-cols-right.t-right h2.h-divider:after {
        right: 130px !important; }
      main section .textpic-cols .textpic-cols-right.t-center h2.h-divider:after {
        left: 130px !important; }
    main section .textpic-special .t-head-small {
      padding-bottom: 45px; }
      main section .textpic-special .t-head-small h1, main section .textpic-special .t-head-small h2, main section .textpic-special .t-head-small div.h-size {
        font-family: "DIN Next W01 Medium";
        font-size: 120px;
        line-height: 120px;
        text-align: right;
        text-transform: uppercase;
        margin-bottom: 0; }
    main section .textpic-special .t-head-big {
      padding-bottom: 45px; }
      main section .textpic-special .t-head-big h1, main section .textpic-special .t-head-big h2, main section .textpic-special .t-head-big div.h-size {
        font-family: "DIN Next W01 Medium";
        font-size: 170px;
        line-height: 170px;
        text-align: right;
        text-transform: uppercase;
        margin-bottom: 0; }
    main section .textpic-special .t-small {
      font-size: 27px;
      line-height: 37px;
      padding-right: 12%; }
    main section .textpic-special .t-big {
      font-size: 50px;
      line-height: 58px;
      padding-left: 0; }
    main section .textpic-special .t-head-big + .t-small {
      padding-top: 145px; }
    main section .textpic-special .t-head-small + .t-small {
      padding-top: 115px; }
    main section .textpic-special .pic {
      padding-top: 100px;
      padding-bottom: 75px; }
      main section .textpic-special .pic img {
        width: 100%;
        height: auto; }
    main section .textpic-special .logo-slider {
      padding-bottom: 75px; }
      main section .textpic-special .logo-slider .logo-slider-item {
        display: flex;
        justify-content: center;
        height: 250px; }
        main section .textpic-special .logo-slider .logo-slider-item img {
          height: 100%;
          width: auto; }
    main section .textpic-tiles .textpic-tiles-item {
      margin-bottom: 30px; }
      main section .textpic-tiles .textpic-tiles-item .pic {
        width: 100%;
        height: auto; }
        main section .textpic-tiles .textpic-tiles-item .pic img {
          width: 100%;
          height: auto;
          margin-bottom: 15px; }
          main section .textpic-tiles .textpic-tiles-item .pic img:last-of-type {
            margin-bottom: 0; }
      main section .textpic-tiles .textpic-tiles-item .txt {
        padding-right: 30px; }
        main section .textpic-tiles .textpic-tiles-item .txt h3 {
          font-size: 18px;
          line-height: 31px;
          text-transform: uppercase; }
        main section .textpic-tiles .textpic-tiles-item .txt .icon {
          width: auto;
          height: 50px;
          margin-bottom: 10px; }
          main section .textpic-tiles .textpic-tiles-item .txt .icon img {
            width: auto;
            height: 100%;
            margin: 0; }
    main section .gmaps .txt h3, main section .gmaps .txt p {
      text-align: left; }
    main section .c-socialwall .insta-item {
      height: auto;
      margin-top: -1px; }
      main section .c-socialwall .insta-item .link-wrapper {
        position: relative;
        display: block; }
        main section .c-socialwall .insta-item .link-wrapper .img-wrapper {
          width: 100%;
          height: auto; }
        main section .c-socialwall .insta-item .link-wrapper .txt-wrapper {
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          color: #fff;
          background: black;
          opacity: 0;
          transition: opacity .5s; }
          main section .c-socialwall .insta-item .link-wrapper .txt-wrapper:hover {
            opacity: 1; }
          main section .c-socialwall .insta-item .link-wrapper .txt-wrapper .inner-wrapper {
            width: 100%;
            height: auto;
            padding: 30px 40px; }

/* -- Footer -- */
footer .container-fluid {
  max-width: 90%; }
footer .bg-ci {
  margin-bottom: 0; }
footer .footer-main {
  padding: 35px 0 45px 0; }
  footer .footer-main .footer-column .footer-column-head {
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px; }
    footer .footer-main .footer-column .footer-column-head .map-icon {
      font-size: 35px;
      margin-left: 15px;
      color: #fff; }
  footer .footer-main .footer-column .footer-column-text p, footer .footer-main .footer-column .footer-column-text a, footer .footer-main .footer-column .footer-column-text li {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left; }
  footer .footer-main .footer-column .footer-column-text p {
    margin-bottom: 15px; }
  footer .footer-main .footer-column .footer-column-text ul {
    padding-left: 15px;
    margin-left: 0; }
    footer .footer-main .footer-column .footer-column-text ul.nav-cols {
      display: flex;
      justify-content: space-between; }
    footer .footer-main .footer-column .footer-column-text ul li {
      font-family: "DIN Next W01 Medium";
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      margin-bottom: 3px;
      margin-left: 0;
      margin-right: 40px; }
      footer .footer-main .footer-column .footer-column-text ul li:before {
        color: #fff; }
      footer .footer-main .footer-column .footer-column-text ul li:last-of-type {
        margin-right: 0; }
      footer .footer-main .footer-column .footer-column-text ul li ul {
        padding-left: 0;
        margin-bottom: 5px; }
        footer .footer-main .footer-column .footer-column-text ul li ul li {
          font-family: "Aleo Regular";
          color: #fff;
          margin-bottom: 0;
          margin-left: 0; }
          footer .footer-main .footer-column .footer-column-text ul li ul li:before {
            content: "";
            margin: 0; }
          footer .footer-main .footer-column .footer-column-text ul li ul li a {
            font-size: calc(16px - 1px) !important;
            color: #ccc; }
  footer .footer-main .footer-column .footer-column-text .sm-icons {
    width: 30%;
    float: left;
    padding: 0; }
    footer .footer-main .footer-column .footer-column-text .sm-icons a, footer .footer-main .footer-column .footer-column-text .sm-icons a:hover {
      border: none;
      text-decoration: none; }
    footer .footer-main .footer-column .footer-column-text .sm-icons img {
      width: 100%;
      height: auto; }
  footer .footer-main .footer-column .footer-column-text .sm-icons:nth-child(odd) {
    padding-right: 5px;
    padding-left: 15px; }
  footer .footer-main .footer-column .footer-column-text .sm-icons:nth-child(even) {
    padding-left: 5px;
    padding-right: 15px; }
  footer .footer-main .footer-column:nth-child(2) > .footer-column-text {
    display: flex;
    justify-content: space-between; }
  footer .footer-main .footer-column:first-of-type > .footer-column-head, footer .footer-main .footer-column:first-of-type > .footer-column-text p {
    font-size: 16px;
    line-height: 22px;
    text-transform: none; }
  footer .footer-main .footer-column:last-of-type > .footer-column-head, footer .footer-main .footer-column:last-of-type > .footer-column-text p {
    text-align: right; }
  footer .footer-main .footer-column:last-of-type > .footer-column-head {
    text-align: right;
    justify-content: right; }
footer .footer-modular.f-head.f-divider {
  padding-bottom: 8px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
footer .footer-modular .footer-column .footer-column-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "DIN Next W01 Medium";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  height: 50px; }
  footer .footer-modular .footer-column .footer-column-head.h-divider {
    height: 60px;
    padding-bottom: 8px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
footer .footer-modular .footer-column .footer-column-text,
footer .footer-modular .footer-column .footer-column-sm {
  font-family: "DIN Next W01 Light";
  font-size: 16px;
  line-height: 24px;
  color: #fff; }
  footer .footer-modular .footer-column .footer-column-text p, footer .footer-modular .footer-column .footer-column-text ul, footer .footer-modular .footer-column .footer-column-text a,
  footer .footer-modular .footer-column .footer-column-sm p,
  footer .footer-modular .footer-column .footer-column-sm ul,
  footer .footer-modular .footer-column .footer-column-sm a {
    margin: 0; }
  footer .footer-modular .footer-column .footer-column-text a,
  footer .footer-modular .footer-column .footer-column-sm a {
    color: #fff; }
footer .footer-modular .footer-column .footer-column-text .txt-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  footer .footer-modular .footer-column .footer-column-text .txt-wrapper p {
    margin-right: 20px; }
footer .footer-modular .footer-column .footer-column-text ul.nav-cols {
  padding-left: 16px; }
  footer .footer-modular .footer-column .footer-column-text ul.nav-cols li {
    margin-left: 0;
    margin-right: 30px;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }
    footer .footer-modular .footer-column .footer-column-text ul.nav-cols li:before {
      content: "›";
      display: inline-block;
      font-family: "DIN Next W01 Medium";
      color: rgba(255, 255, 255, 0.5);
      margin-left: -16px;
      margin-right: 10px; }
    footer .footer-modular .footer-column .footer-column-text ul.nav-cols li ul {
      margin-left: 16px; }
footer .footer-modular .footer-column .footer-column-text .footer-icons {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 10px; }
  footer .footer-modular .footer-column .footer-column-text .footer-icons .footer-icon-item {
    margin-right: 30px;
    width: auto;
    height: 95px; }
    footer .footer-modular .footer-column .footer-column-text .footer-icons .footer-icon-item img {
      width: auto;
      height: 100%;
      object-fit: contain; }
footer .footer-modular .footer-column .footer-column-sm {
  display: flex;
  justify-content: flex-start; }
  footer .footer-modular .footer-column .footer-column-sm .footer-column-sm-item {
    margin-top: 0; }
    footer .footer-modular .footer-column .footer-column-sm .footer-column-sm-item:first-of-type {
      margin-top: 0; }
    footer .footer-modular .footer-column .footer-column-sm .footer-column-sm-item .footer-column-sm-icons {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 12px; }
      footer .footer-modular .footer-column .footer-column-sm .footer-column-sm-item .footer-column-sm-icons img.smicon {
        width: auto;
        height: 30px;
        padding-right: 20px; }

/* -- Formulare -- */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  border: none !important;
  outline: 0 !important;
  box-shadow: inset 0 -1px 0 #ddd !important; }

label, legend {
  display: none;
  margin-bottom: 15px; }

input, textarea, label {
  font-family: "DIN Next W01 Light" !important;
  font-size: 20px !important;
  line-height: 22px !important;
  color: #000; }

.checkbox label {
  display: block; }

input, textarea {
  width: 100%; }

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  height: 50px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 5px;
  margin-bottom: 20px;
  background: #fff; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  select:focus,
  textarea:focus {
    background: #efefef;
    border-bottom-color: rgba(0, 0, 0, 0.5); }
  input[type=text]:hover,
  input[type=email]:hover,
  input[type=tel]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  select:hover,
  textarea:hover {
    background: #efefef; }

textarea {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #ccc; }

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  margin-right: 20px; }

input[type=submit] {
  border: none; }

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px; }

.tx-powermail {
  padding-bottom: 30px;
  /* -- Fehlermeldungen -- */ }
  .tx-powermail .powermail_fieldwrap {
    position: relative; }
    .tx-powermail .powermail_fieldwrap .powermail_input.parsley-error,
    .tx-powermail .powermail_fieldwrap .powermail_textarea.parsley-error {
      background: #efefef; }
    .tx-powermail .powermail_fieldwrap ul.parsley-errors-list {
      position: absolute;
      list-style: none;
      width: auto;
      min-width: 200px;
      height: auto;
      top: 55px;
      left: 0;
      padding: 3px 10px 5px 10px;
      background: #cc0000;
      z-index: 500; }
      .tx-powermail .powermail_fieldwrap ul.parsley-errors-list:before {
        content: "";
        position: absolute;
        left: 10px;
        top: -20px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #cc0000; }
      .tx-powermail .powermail_fieldwrap ul.parsley-errors-list li {
        font-family: "DIN Next W01 Light";
        font-size: 16px;
        line-height: 16px;
        margin-left: 0; }
        .tx-powermail .powermail_fieldwrap ul.parsley-errors-list li:before {
          content: none; }
    .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_textarea ul.parsley-errors-list {
      top: 320px; }
    .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check ul.parsley-errors-list {
      min-width: 155px;
      top: 35px; }
      .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check ul.parsley-errors-list:before {
        left: 7px; }
  .tx-powermail .powermail_fieldset {
    height: 100%; }
    .tx-powermail .powermail_fieldset:nth-child(odd) {
      padding-right: 30px; }
    .tx-powermail .powermail_fieldset:nth-child(even) {
      padding-left: 30px; }
  .tx-powermail .powermail_fieldwrap {
    display: inline-block;
    width: 100%; }
  .tx-powermail .powermail_fieldwrap_type_input,
  .tx-powermail .powermail_fieldwrap_type_textarea,
  .tx-powermail .powermail_fieldwrap_type_select {
    margin-top: 0px !important;
    margin-bottom: 15px !important; }
  .tx-powermail .powermail_fieldwrap_type_input.powermail_fieldwrap_plz {
    width: 15%;
    margin-right: 3%; }
  .tx-powermail .powermail_fieldwrap_type_input.powermail_fieldwrap_ort {
    width: 82%;
    margin-right: 0; }
  .tx-powermail .powermail_fieldwrap_type_select,
  .tx-powermail .powermail_fieldwrap_type_country {
    display: flex;
    justify-content: space-between; }
    .tx-powermail .powermail_fieldwrap_type_select .powermail_field,
    .tx-powermail .powermail_fieldwrap_type_country .powermail_field {
      position: relative;
      width: 60%; }
      .tx-powermail .powermail_fieldwrap_type_select .powermail_field:after,
      .tx-powermail .powermail_fieldwrap_type_country .powermail_field:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 38px;
        top: 1px;
        right: 1px;
        background: url(/fileadmin/templates/assets/icn_arrow_down.png) center center no-repeat rgba(255, 255, 255, 0.5);
        background-size: 50%;
        pointer-events: none; }
    .tx-powermail .powermail_fieldwrap_type_select label,
    .tx-powermail .powermail_fieldwrap_type_country label {
      display: block;
      float: none;
      text-align: left;
      width: 35%;
      padding-top: 10px;
      margin-right: 0; }
    .tx-powermail .powermail_fieldwrap_type_select select,
    .tx-powermail .powermail_fieldwrap_type_country select {
      display: block;
      float: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      border-radius: 0;
      font-family: "DIN Next W01 Light";
      font-size: 20px;
      color: #fff !important;
      padding: 0px 3px;
      width: 100%;
      height: 40px; }
    .tx-powermail .powermail_fieldwrap_type_select option,
    .tx-powermail .powermail_fieldwrap_type_country option {
      width: 130px;
      height: 40px;
      font-family: "DIN Next W01 Light";
      font-size: 20px;
      color: #fff !important; }
  .tx-powermail .powermail_fieldwrap_type_textarea {
    height: auto; }
    .tx-powermail .powermail_fieldwrap_type_textarea .powermail_field textarea#powermail_field_nachricht {
      height: 315px; }
    .tx-powermail .powermail_fieldwrap_type_textarea .powermail_field textarea#powermail_field_bemerkungen {
      height: 550px; }
  .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz, .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 {
    width: 7%;
    float: left; }
    .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz span, .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 span {
      display: none; }
  .tx-powermail .powermail_fieldwrap_type_content.powermail_fieldwrap_datenschutztext, .tx-powermail .powermail_fieldwrap_type_content.powermail_fieldwrap_datenschutztext_01 {
    width: 93%;
    float: right; }
    .tx-powermail .powermail_fieldwrap_type_content.powermail_fieldwrap_datenschutztext p, .tx-powermail .powermail_fieldwrap_type_content.powermail_fieldwrap_datenschutztext_01 p {
      font-family: "DIN Next W01 Light";
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 15px; }
      .tx-powermail .powermail_fieldwrap_type_content.powermail_fieldwrap_datenschutztext p:first-of-type, .tx-powermail .powermail_fieldwrap_type_content.powermail_fieldwrap_datenschutztext_01 p:first-of-type {
        padding-top: 5px; }
  .tx-powermail .powermail_fieldwrap_type_submit input[type=submit] {
    float: right; }

.powermail_confirmation,
.powermail_create {
  width: auto !important; }
  .powermail_confirmation .form-wrapper,
  .powermail_create .form-wrapper {
    width: auto; }
  .powermail_confirmation h2,
  .powermail_create h2 {
    margin-bottom: 60px; }
  .powermail_confirmation h2 + p,
  .powermail_create h2 + p {
    margin-top: -45px;
    margin-bottom: 60px; }
  .powermail_confirmation table,
  .powermail_create table {
    width: auto !important;
    max-width: none !important;
    margin-bottom: 60px !important; }
    .powermail_confirmation table tbody,
    .powermail_confirmation table .tbody,
    .powermail_create table tbody,
    .powermail_create table .tbody {
      width: 100% !important; }
    .powermail_confirmation table tr,
    .powermail_create table tr {
      width: 100% !important;
      height: 25px !important;
      padding-left: 0 !important; }
    .powermail_confirmation table tr:last-of-type,
    .powermail_create table tr:last-of-type {
      width: 100% !important;
      border-bottom: 1px solid #000 !important; }
    .powermail_confirmation table tr:nth-of-type(2n+1),
    .powermail_create table tr:nth-of-type(2n+1) {
      background: none !important; }
    .powermail_confirmation table tr:hover,
    .powermail_create table tr:hover {
      background: none !important; }
    .powermail_confirmation table td,
    .powermail_create table td {
      -ms-hyphens: none;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      hyphens: none; }
    .powermail_confirmation table td.powermail_all_label,
    .powermail_confirmation table td.powermail_all_value,
    .powermail_create table td.powermail_all_label,
    .powermail_create table td.powermail_all_value {
      height: 25px !important;
      border-top: 1px solid #000 !important;
      background: none !important; }
    .powermail_confirmation table td.powermail_all_label,
    .powermail_create table td.powermail_all_label {
      width: 50% !important;
      padding-left: 0 !important; }
    .powermail_confirmation table td.powermail_all_value,
    .powermail_create table td.powermail_all_value {
      width: 50% !important;
      padding-left: 0 !important; }
  .powermail_confirmation .btn-group,
  .powermail_create .btn-group {
    display: flex !important;
    justify-content: center; }
    .powermail_confirmation .btn-group .btn,
    .powermail_create .btn-group .btn {
      margin: 0 15px;
      border-radius: 0 !important; }

.tx-femanager div[class^="col-sm-"] {
  padding-left: 0;
  padding-right: 0; }
.tx-femanager fieldset {
  display: flex;
  flex-direction: column;
  align-items: center; }
.tx-femanager .checkbox label.checkbox {
  display: flex; }
.tx-femanager .femanager_username,
.tx-femanager .femanager_terms {
  margin-top: 50px; }
.tx-femanager .femanager_terms {
  margin-bottom: 30px; }
.tx-femanager .femanager_password {
  margin-top: 45px; }
.tx-femanager .femanager_password_repeat {
  margin-bottom: 50px; }
.tx-femanager .felogin-header {
  margin-bottom: 30px; }
  .tx-femanager .felogin-header p {
    font-size: 18px;
    line-height: 40px;
    text-align: center; }
.tx-femanager .felogin-input,
.tx-femanager .form-group,
.tx-femanager .control-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .tx-femanager .felogin-input label,
  .tx-femanager .form-group label,
  .tx-femanager .control-group label {
    width: 30%; }
    .tx-femanager .felogin-input label.checkbox,
    .tx-femanager .form-group label.checkbox,
    .tx-femanager .control-group label.checkbox {
      width: 100%; }
  .tx-femanager .felogin-input.has-error .alert,
  .tx-femanager .form-group.has-error .alert,
  .tx-femanager .control-group.has-error .alert {
    color: rgba(255, 255, 255, 0.8); }
    .tx-femanager .felogin-input.has-error .alert h4,
    .tx-femanager .form-group.has-error .alert h4,
    .tx-femanager .control-group.has-error .alert h4 {
      color: #fff; }
    .tx-femanager .felogin-input.has-error .alert button.close,
    .tx-femanager .form-group.has-error .alert button.close,
    .tx-femanager .control-group.has-error .alert button.close {
      color: #fff; }
.tx-femanager .felogin-button {
  display: flex;
  justify-content: center;
  width: 100%; }
.tx-femanager .felogin-footer {
  margin-top: 20px; }
  .tx-femanager .felogin-footer p {
    text-align: center; }

.info-form-box input[type=text],
.info-form-box input[type=email] {
  width: 70%;
  padding: 0px 10px;
  margin-right: 10px;
  float: left; }
.info-form-box input[type=submit] {
  width: 25%;
  text-transform: lowercase;
  color: #fff;
  border-color: #000;
  padding: 0px 5px;
  background: #000;
  float: right; }

/* -- Breakpoints -- */
@media (min-width: 90%) {
  main section .img-divider .img-divider-wrap {
    background-size: cover, cover; } }
@media (max-width: 90%) {
  main section .hd-slider .hd-slider-item .hd-slider-right {
    padding-right: 90px; }
    main section .hd-slider .hd-slider-item .hd-slider-right .hd-slider-item-header {
      margin-bottom: 40px; }
    main section .hd-slider .hd-slider-item .hd-slider-right .hd-slider-item-text {
      font-size: 20px;
      line-height: 30px; }
    main section .hd-slider .hd-slider-item .hd-slider-right a.morelink {
      font-size: 16px;
      padding: 10px 0; } }
@media (max-width: 2000px) {
  main section .textpic-50-50.picleft .pic img, main section .textpic-50-50.picright .pic img,
  main section .textpic-66-33.picleft .pic img,
  main section .textpic-66-33.picright .pic img,
  main section .textpic-33-66.picleft .pic img,
  main section .textpic-33-66.picright .pic img,
  main section .textpic-75-25.picleft .pic img,
  main section .textpic-75-25.picright .pic img,
  main section .textpic-25-75.picleft .pic img,
  main section .textpic-25-75.picright .pic img,
  main section .textpic-onecol.picleft .pic img,
  main section .textpic-onecol.picright .pic img,
  main section .textpic-twocol.picleft .pic img,
  main section .textpic-twocol.picright .pic img,
  main section .textpic-cards.picleft .pic img,
  main section .textpic-cards.picright .pic img,
  main section .textpic-cols.picleft .pic img,
  main section .textpic-cols.picright .pic img {
    width: 90%; } }
@media (max-width: 2300px) {
  header .header-lb .lb-inner nav ul.nav-main li {
    font-family: "DIN Next W01 Bold";
    font-size: 120px;
    line-height: 120px;
    padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-sm {
    gap: 8px 10px;
    width: 70%; }
    header .header-lb .lb-inner nav ul.nav-sm li {
      font-family: "DIN Next W01 Light";
      font-size: 45px;
      line-height: 45px;
      padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-meta {
    gap: 0 30px;
    margin-top: 100px; }
    header .header-lb .lb-inner nav ul.nav-meta li {
      font-family: "DIN Next W01 Light";
      font-size: 18px;
      line-height: 18px; } }
@media (max-width: 1900px) {
  footer .footer-modular .footer-column .footer-column-text .footer-icons .footer-icon-item {
    height: 85px; } }
@media (max-width: 1800px) {
  header .header-lb .lb-inner nav ul.nav-main li {
    font-family: "DIN Next W01 Bold";
    font-size: 120px;
    line-height: 120px;
    padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-sm {
    gap: 8px 10px;
    width: 80%; }
    header .header-lb .lb-inner nav ul.nav-sm li {
      font-family: "DIN Next W01 Light";
      font-size: 45px;
      line-height: 45px;
      padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-meta {
    gap: 0 30px;
    margin-top: 100px; }
    header .header-lb .lb-inner nav ul.nav-meta li {
      font-family: "DIN Next W01 Light";
      font-size: 18px;
      line-height: 18px; }

  main section .textpic-50-50.picleft .txt .txt-wrapper,
  main section .textpic-66-33.picleft .txt .txt-wrapper,
  main section .textpic-33-66.picleft .txt .txt-wrapper {
    padding-right: 0; }
  main section .textpic-50-50.picright .txt .txt-wrapper,
  main section .textpic-66-33.picright .txt .txt-wrapper,
  main section .textpic-33-66.picright .txt .txt-wrapper {
    padding-left: 0; }
  main section .textpic-special .t-head-small {
    padding-bottom: 45px; }
  main section .textpic-special .t-head-big {
    padding-bottom: 45px; }
    main section .textpic-special .t-head-big h1, main section .textpic-special .t-head-big h2, main section .textpic-special .t-head-big div.h-size {
      font-size: 140px;
      line-height: 140px; }
  main section .textpic-special .t-small {
    padding-right: 8%; }
  main section .textpic-special .t-big {
    padding-left: 105px; }
  main section .textpic-special .pic {
    padding-top: 100px;
    padding-bottom: 75px; }
    main section .textpic-special .pic img {
      width: 100%;
      height: auto; }
  main section .textpic-special .logo-slider .logo-slider-item {
    display: flex;
    justify-content: center;
    height: 135px; }
    main section .textpic-special .logo-slider .logo-slider-item img {
      height: 100%;
      width: auto; }

  footer .footer-modular .footer-column .footer-column-text .footer-icons .footer-icon-item {
    height: 75px; } }
@media (max-width: 1615px) {
  header .header-wrapper nav ul#nv-main li {
    margin-left: 40px; }
  header .header-lb .lb-inner nav ul.nav-main li {
    font-family: "DIN Next W01 Bold";
    font-size: 120px;
    line-height: 120px;
    padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-sm {
    gap: 8px 10px;
    width: 95%; }
    header .header-lb .lb-inner nav ul.nav-sm li {
      font-family: "DIN Next W01 Light";
      font-size: 45px;
      line-height: 45px;
      padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-meta {
    gap: 0 30px;
    margin-top: 100px; }
    header .header-lb .lb-inner nav ul.nav-meta li {
      font-family: "DIN Next W01 Light";
      font-size: 18px;
      line-height: 18px; }

  main section .container-fluid {
    padding-left: 50px;
    padding-right: 50px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-1 {
    font-size: 20px;
    line-height: 20px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-2 {
    font-size: 40px;
    line-height: 40px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-1 {
    font-size: 23px;
    line-height: 23px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-2 {
    font-size: 40px;
    line-height: 40px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h3 {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 15px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul,
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-data {
    font-size: 12px;
    line-height: 23px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p:last-of-type, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul:last-of-type {
    margin-bottom: 30px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-arrow {
    height: 20px;
    margin-bottom: 15px; }

  footer section .container-fluid {
    padding-left: 50px;
    padding-right: 50px; }
  footer .footer-modular .footer-column .footer-column-text .txt-wrapper {
    display: block; }
    footer .footer-modular .footer-column .footer-column-text .txt-wrapper p {
      margin-right: 0;
      margin-bottom: 20px; }
  footer .footer-modular .footer-column .footer-column-text .footer-icons .footer-icon-item {
    height: 65px; } }
@media (max-width: 1520px) {
  main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
    left: 15px;
    right: 15px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header {
      font-size: 95px;
      line-height: 107px;
      margin-bottom: 30px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text {
      font-size: 26px;
      line-height: 27px; } }
@media (max-width: 1465px) {
  header .header-lb .lb-inner {
    margin-top: 80px; }
    header .header-lb .lb-inner nav ul.nav-meta {
      margin-top: 50px; }

  main section .textpic-50-50.picleft .txt .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.picright .txt .txt-wrapper .linkfield-wrapper,
  main section .textpic-66-33.picleft .txt .txt-wrapper .linkfield-wrapper,
  main section .textpic-66-33.picright .txt .txt-wrapper .linkfield-wrapper,
  main section .textpic-33-66.picleft .txt .txt-wrapper .linkfield-wrapper,
  main section .textpic-33-66.picright .txt .txt-wrapper .linkfield-wrapper {
    padding-left: 0;
    padding-right: 0; }
    main section .textpic-50-50.picleft .txt .txt-wrapper .linkfield-wrapper a.morelink, main section .textpic-50-50.picright .txt .txt-wrapper .linkfield-wrapper a.morelink,
    main section .textpic-66-33.picleft .txt .txt-wrapper .linkfield-wrapper a.morelink,
    main section .textpic-66-33.picright .txt .txt-wrapper .linkfield-wrapper a.morelink,
    main section .textpic-33-66.picleft .txt .txt-wrapper .linkfield-wrapper a.morelink,
    main section .textpic-33-66.picright .txt .txt-wrapper .linkfield-wrapper a.morelink {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
  main section .textpic-special .t-head-small {
    padding-bottom: 45px; }
  main section .textpic-special .t-head-big {
    padding-bottom: 45px; }
    main section .textpic-special .t-head-big h1, main section .textpic-special .t-head-big h2, main section .textpic-special .t-head-big div.h-size {
      font-size: 140px;
      line-height: 140px; }
  main section .textpic-special .t-small {
    padding-right: 8%; }
  main section .textpic-special .t-big {
    padding-left: 105px; }
  main section .textpic-special .pic {
    padding-top: 100px;
    padding-bottom: 75px; }
    main section .textpic-special .pic img {
      width: 100%;
      height: auto; }
  main section .textpic-special .logo-slider .logo-slider-item {
    display: flex;
    justify-content: center;
    height: 135px; }
    main section .textpic-special .logo-slider .logo-slider-item img {
      height: 100%;
      width: auto; }

  footer .footer-modular .footer-column .footer-column-text .footer-icons {
    flex-wrap: wrap; }
    footer .footer-modular .footer-column .footer-column-text .footer-icons .footer-icon-item {
      height: 55px;
      margin-bottom: 30px; } }
@media (max-width: 1410px) {
  header .header-wrapper nav {
    display: flex; }
    header .header-wrapper nav #sm_menu_ham {
      display: block; }
    header .header-wrapper nav ul#nv-lang-respo {
      display: flex;
      margin-right: 50px; }
    header .header-wrapper nav ul#nv-top,
    header .header-wrapper nav ul#nv-main {
      display: none; }

  main section .hd-slider .hd-slider-item .hd-slider-right {
    padding: 30px 30px; }
    main section .hd-slider .hd-slider-item .hd-slider-right .hd-slider-item-text {
      font-size: 18px;
      line-height: 26px; } }
@media (max-width: 1326px) {
  main section .hd-slider-arrows {
    display: inline-block;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: right; }
    main section .hd-slider-arrows .arrow-left {
      float: none; } }
@media (max-width: 1201px) {
  /* < Bootstrap Xtra Large */
  header .header-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0; }

  main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
    left: 15px;
    right: 15px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header {
      font-size: 80px;
      line-height: 92px;
      margin-bottom: 30px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text {
      font-size: 26px;
      line-height: 27px; }
  main section .cont-slider-arrows {
    width: 100%;
    left: 0;
    margin-left: 0; }
    main section .cont-slider-arrows .arrow-left,
    main section .cont-slider-arrows .arrow-right {
      padding: 5px;
      background: rgba(255, 255, 255, 0.5); }
  main section .topicrow .topicrow-txt-left h2,
  main section .topicrow .topicrow-txt-right h2 {
    font-size: 25px;
    line-height: 30px;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  main section .tile-nav.size-1 .tile-nav-1x .tile-nav-wrapper .tile-nav-txt {
    padding-top: 35px; }
    main section .tile-nav.size-1 .tile-nav-1x .tile-nav-wrapper .tile-nav-txt p {
      height: 65px; }
  main section .tile-nav.size-1 .tile-nav-2x .tile-nav-wrapper .tile-nav-txt {
    padding-top: 65px; }
    main section .tile-nav.size-1 .tile-nav-2x .tile-nav-wrapper .tile-nav-txt p {
      height: 65px; } }
@media (min-width: 1174px) {
  header .header-wrapper nav ul#nv-main-respo {
    display: none; } }
@media (max-width: 1175px) {
  h1 {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 20px; }

  h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px; }

  h1 + h2 {
    margin-top: -10px;
    margin-bottom: 20px; }

  h3 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px; }

  header .header-wrapper nav ul#nv-main li,
  header .header-wrapper nav ul#nv-main-smpl li {
    display: none; }
    header .header-wrapper nav ul#nv-main li.responav,
    header .header-wrapper nav ul#nv-main-smpl li.responav {
      display: block; }
  header .header-wrapper nav ul#nv-main-respo {
    width: 100%; }

  main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
    left: 15px;
    right: 15px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header {
      width: 90%;
      font-size: 70px;
      line-height: 82px;
      margin-bottom: 30px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text {
      width: 90%;
      font-size: 21px;
      line-height: 22px; } }
@media (min-width: 1024px) {
  /* > Bootstrap Large */
  main section .tile-nav.size-1 .tile-nav-wrapper,
  main section .tile-nav.size-1 .tile-nav-wrapper {
    height: 260px; } }
@media (min-width: 992px) {
  /* > Bootstrap Large */ }
@media (max-width: 991px) {
  /* < Bootstrap Large */
  header .header-wrapper nav {
    				/*ul#nv-main {
    
    					li {
    						display: none;
    
    						&.responav {
    							display: block;
    						}
    					}
    				}
    
    				ul#nv-main-respo {
    					width: 100%;
    				}*/ }
  header .header-lb .lb-inner nav ul.nav-main li {
    font-family: "DIN Next W01 Bold";
    font-size: 105px;
    line-height: 105px;
    padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-sm {
    gap: 5px 8px;
    width: 95%; }
    header .header-lb .lb-inner nav ul.nav-sm li {
      font-family: "DIN Next W01 Light";
      font-size: 30px;
      line-height: 30px;
      padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-meta {
    gap: 0 30px;
    margin-top: 100px; }
    header .header-lb .lb-inner nav ul.nav-meta li {
      font-family: "DIN Next W01 Light";
      font-size: 18px;
      line-height: 18px; }

  main section br {
    display: none; }
  main section .hd-slider-arrows {
    display: none; }
  main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
    left: 15px;
    right: 15px;
    margin-top: 30px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header {
      width: 90%;
      font-size: 55px;
      line-height: 67px;
      margin-bottom: 30px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text {
      width: 90%;
      font-size: 21px;
      line-height: 22px; }
  main section .img-text-divider {
    font-size: 25px;
    line-height: 35px;
    background-position: right; }
  main section .tile-nav.size-1 .tile-nav-wrapper,
  main section .tile-nav.size-1 .tile-nav-wrapper {
    height: 350px; }
  main section .tile-ani .tile-ani-item:before {
    padding-bottom: 133%; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-1 {
    font-size: 18px;
    line-height: 18px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-2 {
    font-size: 30px;
    line-height: 30px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-img img {
    height: 100%;
    width: 100%; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-1 {
    font-size: 21px;
    line-height: 21px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-2 {
    font-size: 30px;
    line-height: 30px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul,
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-data {
    font-size: 12px;
    line-height: 23px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p:last-of-type, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul:last-of-type {
    margin-bottom: 30px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-arrow {
    height: 20px;
    margin-bottom: 15px; }
  main section .img-divider .img-divider-wrap .img-divider-txt br {
    display: inline; }
  main section .topicbox .topicbox-item {
    padding: 0px; }
    main section .topicbox .topicbox-item:nth-child(2n+2) {
      padding-right: 0px; }
    main section .topicbox .topicbox-item:nth-child(2n+3) {
      padding-left: 0px; }
  main section .topicrow .topicrow-txt-left a.buttonlink,
  main section .topicrow .topicrow-txt-right a.buttonlink {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 16px; }
  main section .textpic-special .t-head-small {
    padding-bottom: 45px; }
    main section .textpic-special .t-head-small h1, main section .textpic-special .t-head-small h2, main section .textpic-special .t-head-small div.h-size {
      font-size: 85px;
      line-height: 85px; }
  main section .textpic-special .t-head-big {
    padding-bottom: 45px; }
    main section .textpic-special .t-head-big h1, main section .textpic-special .t-head-big h2, main section .textpic-special .t-head-big div.h-size {
      font-size: 120px;
      line-height: 120px; }
  main section .textpic-special .t-small {
    padding-right: 15px; }
  main section .textpic-special .t-big {
    font-size: 27px;
    line-height: 35px;
    padding-left: 15px; }
  main section .textpic-special .t-head-big + .t-small {
    padding-top: 0; }
  main section .textpic-special .t-head-small + .t-small {
    padding-top: 0; }

  footer #c1 .footer-column-text {
    column-count: 2;
    column-gap: 0px;
    column-fill: auto;
    max-height: 115px; } }
@media (max-width: 940px) {
  /* -- Cookiebot -- */
  #CybotCookiebotDialogBody #CybotCookiebotDialogPoweredbyLink {
    display: block !important;
    width: 100px !important;
    height: 50px !important;
    margin-bottom: 20px !important; }

  #CybotCookiebotDialogBodyContent,
  #lnkxtra {
    padding-left: 30px !important; }

  #CybotCookiebotDialogBodyContent h2 {
    padding-left: 130px; }

  #lnkxtra {
    padding-top: 5px !important; }

  #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
    font-size: 15px !important;
    line-height: 23px !important; }

  #CybotCookiebotDialogBodyLevelWrapper {
    padding-left: 30px !important; }

  #CybotCookiebotDialogBodyLevelButtonsSelectPane div {
    margin-bottom: 15px !important; }

  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: block !important; }

  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
  #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    width: 100% !important;
    height: 20px !important;
    max-width: 100% !important;
    margin-bottom: 15px !important; }

  #CybotCookiebotDialogDetail {
    font-size: 13px !important;
    line-height: 23px !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }

  #CybotCookiebotDialogBodyLevelDetailsWrapper {
    margin-top: 0 !important; }

  #CybotCookiebotDialogDetailFooter {
    text-align: left !important; } }
@media (max-width: 880px) {
  main section .hd-slider .hd-slider-right #video-opener {
    display: none; } }
@media (max-width: 767px) {
  /* < Bootstrap Medium */
  body {
    overflow-x: hidden; }

  h1 {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 15px; }
    h1.size-h2 {
      font-size: 37px;
      line-height: 45px; }

  h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px; }

  h1 + h2 {
    margin-top: -8px;
    margin-bottom: 15px; }

  h3 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px; }

  h1, h2, h3 {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }

  .haed-first {
    font-family: "DIN Next W01 Bold";
    font-size: 57px;
    line-height: 65px;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }

  .haed-scnd {
    font-size: 37px;
    line-height: 45px; }

  .haed-first + .haed-scnd {
    margin-top: 10px; }

  a.morelink,
  a.morelink-neg,
  a.lightboxlink,
  a.cc-btn,
  .control--group a,
  input[type=submit] {
    width: 100%;
    padding: 10px 30px; }
    a.morelink.small,
    a.morelink-neg.small,
    a.lightboxlink.small,
    a.cc-btn.small,
    .control--group a.small,
    input[type=submit].small {
      padding: 10px 30px; }

  .scrollbt {
    bottom: 50px !important; }

  /* -- Formulare -- */
  input[type=checkbox],
  input[type=radio] {
    width: 20px;
    height: 20px; }

  .tx-powermail .powermail_fieldwrap_type_content.powermail_fieldwrap_datenschutztext_01 {
    padding-left: 10px;
    margin-bottom: 30px; }
    .tx-powermail .powermail_fieldwrap_type_content.powermail_fieldwrap_datenschutztext_01 p:first-of-type {
      padding-top: 0; }

  header .header-wrapper, header.affix header-wrapper {
    padding-top: 0; }
    header .header-wrapper .nav-contact, header.affix header-wrapper .nav-contact {
      display: none; }
  header .header-lb .lb-inner nav ul.nav-main {
    gap: 0;
    margin-bottom: 15px; }
    header .header-lb .lb-inner nav ul.nav-main li {
      font-family: "DIN Next W01 Bold";
      font-size: 80px;
      line-height: 80px;
      padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-sm {
    gap: 0 5px;
    width: 95%;
    margin-bottom: 15px; }
    header .header-lb .lb-inner nav ul.nav-sm li {
      font-family: "DIN Next W01 Light";
      font-size: 25px;
      line-height: 25px;
      padding: 10px 15px; }
  header .header-lb .lb-inner nav ul.nav-meta {
    gap: 0 20px;
    margin-top: 70px; }
    header .header-lb .lb-inner nav ul.nav-meta li {
      font-family: "DIN Next W01 Light";
      font-size: 18px;
      line-height: 18px; }

  main section {
    padding-top: 50px;
    padding-bottom: 0; }
    main section:first-of-type {
      margin-bottom: 0; }
    main section br {
      display: none; }
    main section .container-fluid {
      padding-left: 20px;
      padding-right: 20px; }
    main section .headnav .navi {
      margin-top: 0;
      margin-bottom: 0; }
      main section .headnav .navi ul.cat-nav,
      main section .headnav .navi ul.local-nav {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0; }
        main section .headnav .navi ul.cat-nav li,
        main section .headnav .navi ul.local-nav li {
          margin-bottom: 15px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
      left: 15px;
      right: 15px;
      padding-top: 50px;
      margin-top: 0; }
      main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header {
        width: 90%;
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 30px; }
      main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text {
        width: 90%;
        font-size: 21px;
        line-height: 22px; }
    main section .img-divider .img-divider-wrap .img-divider-txt {
      padding-left: 30px;
      padding-right: 30px; }
    main section .tile-ani .tile-ani-item:before {
      padding-bottom: 100%; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-1 {
      font-size: 20px;
      line-height: 20px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-2 {
      font-size: 40px;
      line-height: 40px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-1 {
      font-size: 23px;
      line-height: 23px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-2 {
      font-size: 40px;
      line-height: 40px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h3 {
      font-size: 23px;
      line-height: 23px;
      margin-bottom: 15px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul,
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-data {
      font-size: 12px;
      line-height: 23px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p:last-of-type, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul:last-of-type {
      margin-bottom: 30px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-arrow {
      height: 20px;
      margin-bottom: 15px; }
    main section .topicrow .topicrow-img-left::after {
      left: 40%;
      bottom: 0px;
      border-top: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #f5f5f6; }
    main section .topicrow .topicrow-img-right {
      margin-bottom: 30px; }
      main section .topicrow .topicrow-img-right::after {
        left: 40%;
        top: 0px;
        border-top: 10px solid #f5f5f6;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent; }
    main section .topicrow .topicrow-txt-left,
    main section .topicrow .topicrow-txt-right {
      padding-top: 30px; }
      main section .topicrow .topicrow-txt-left h2,
      main section .topicrow .topicrow-txt-right h2 {
        height: auto;
        margin-bottom: 20px; }
      main section .topicrow .topicrow-txt-left a.buttonlink,
      main section .topicrow .topicrow-txt-right a.buttonlink {
        bottom: 30px; }
    main section .topicrow .topicrow-txt-right {
      margin-bottom: 30px; }
    main section .bildraster .bildraster-wrapper .bildraster-item .pic {
      padding: 30px 0; }
    main section .grid .grid-item {
      margin-bottom: 0; }
      main section .grid .grid-item .grid-item-content .overlay {
        padding: 30px; }
        main section .grid .grid-item .grid-item-content .overlay:hover {
          opacity: 1; }
        main section .grid .grid-item .grid-item-content .overlay h2 {
          font-size: 25px;
          line-height: 29px; }
        main section .grid .grid-item .grid-item-content .overlay h3, main section .grid .grid-item .grid-item-content .overlay p {
          font-size: 16px; }
        main section .grid .grid-item .grid-item-content .overlay h3 {
          margin-bottom: 10px; }
        main section .grid .grid-item .grid-item-content .overlay a {
          color: #f5f5f6;
          text-decoration: none;
          white-space: nowrap; }
        main section .grid .grid-item .grid-item-content .overlay .refcopy {
          display: none; }
        main section .grid .grid-item .grid-item-content .overlay .reftags {
          font-size: 16px; }
        main section .grid .grid-item .grid-item-content .overlay .lightboxlink-wrapper {
          padding-top: 10px; }
    main section .textpic-50-50.picleft .pic, main section .textpic-50-50.picright .pic, main section .textpic-50-50.nopic .pic,
    main section .textpic-66-33.picleft .pic,
    main section .textpic-66-33.picright .pic,
    main section .textpic-66-33.nopic .pic,
    main section .textpic-33-66.picleft .pic,
    main section .textpic-33-66.picright .pic,
    main section .textpic-33-66.nopic .pic,
    main section .textpic-75-25.picleft .pic,
    main section .textpic-75-25.picright .pic,
    main section .textpic-75-25.nopic .pic,
    main section .textpic-25-75.picleft .pic,
    main section .textpic-25-75.picright .pic,
    main section .textpic-25-75.nopic .pic,
    main section .textpic-onecol.picleft .pic,
    main section .textpic-onecol.picright .pic,
    main section .textpic-onecol.nopic .pic,
    main section .textpic-twocol.picleft .pic,
    main section .textpic-twocol.picright .pic,
    main section .textpic-twocol.nopic .pic,
    main section .textpic-cards.picleft .pic,
    main section .textpic-cards.picright .pic,
    main section .textpic-cards.nopic .pic,
    main section .textpic-cols.picleft .pic,
    main section .textpic-cols.picright .pic,
    main section .textpic-cols.nopic .pic {
      margin-top: 30px;
      margin-bottom: 30px; }
      main section .textpic-50-50.picleft .pic img, main section .textpic-50-50.picright .pic img, main section .textpic-50-50.nopic .pic img,
      main section .textpic-66-33.picleft .pic img,
      main section .textpic-66-33.picright .pic img,
      main section .textpic-66-33.nopic .pic img,
      main section .textpic-33-66.picleft .pic img,
      main section .textpic-33-66.picright .pic img,
      main section .textpic-33-66.nopic .pic img,
      main section .textpic-75-25.picleft .pic img,
      main section .textpic-75-25.picright .pic img,
      main section .textpic-75-25.nopic .pic img,
      main section .textpic-25-75.picleft .pic img,
      main section .textpic-25-75.picright .pic img,
      main section .textpic-25-75.nopic .pic img,
      main section .textpic-onecol.picleft .pic img,
      main section .textpic-onecol.picright .pic img,
      main section .textpic-onecol.nopic .pic img,
      main section .textpic-twocol.picleft .pic img,
      main section .textpic-twocol.picright .pic img,
      main section .textpic-twocol.nopic .pic img,
      main section .textpic-cards.picleft .pic img,
      main section .textpic-cards.picright .pic img,
      main section .textpic-cards.nopic .pic img,
      main section .textpic-cols.picleft .pic img,
      main section .textpic-cols.picright .pic img,
      main section .textpic-cols.nopic .pic img {
        width: 100%; }
    main section .textpic-50-50.picleft .txt.t-left .txt-wrapper, main section .textpic-50-50.picleft .txt.t-right .txt-wrapper, main section .textpic-50-50.picleft .txt.t-center .txt-wrapper, main section .textpic-50-50.picleft .txt.t-img .txt-wrapper, main section .textpic-50-50.picright .txt.t-left .txt-wrapper, main section .textpic-50-50.picright .txt.t-right .txt-wrapper, main section .textpic-50-50.picright .txt.t-center .txt-wrapper, main section .textpic-50-50.picright .txt.t-img .txt-wrapper, main section .textpic-50-50.nopic .txt.t-left .txt-wrapper, main section .textpic-50-50.nopic .txt.t-right .txt-wrapper, main section .textpic-50-50.nopic .txt.t-center .txt-wrapper, main section .textpic-50-50.nopic .txt.t-img .txt-wrapper,
    main section .textpic-66-33.picleft .txt.t-left .txt-wrapper,
    main section .textpic-66-33.picleft .txt.t-right .txt-wrapper,
    main section .textpic-66-33.picleft .txt.t-center .txt-wrapper,
    main section .textpic-66-33.picleft .txt.t-img .txt-wrapper,
    main section .textpic-66-33.picright .txt.t-left .txt-wrapper,
    main section .textpic-66-33.picright .txt.t-right .txt-wrapper,
    main section .textpic-66-33.picright .txt.t-center .txt-wrapper,
    main section .textpic-66-33.picright .txt.t-img .txt-wrapper,
    main section .textpic-66-33.nopic .txt.t-left .txt-wrapper,
    main section .textpic-66-33.nopic .txt.t-right .txt-wrapper,
    main section .textpic-66-33.nopic .txt.t-center .txt-wrapper,
    main section .textpic-66-33.nopic .txt.t-img .txt-wrapper,
    main section .textpic-33-66.picleft .txt.t-left .txt-wrapper,
    main section .textpic-33-66.picleft .txt.t-right .txt-wrapper,
    main section .textpic-33-66.picleft .txt.t-center .txt-wrapper,
    main section .textpic-33-66.picleft .txt.t-img .txt-wrapper,
    main section .textpic-33-66.picright .txt.t-left .txt-wrapper,
    main section .textpic-33-66.picright .txt.t-right .txt-wrapper,
    main section .textpic-33-66.picright .txt.t-center .txt-wrapper,
    main section .textpic-33-66.picright .txt.t-img .txt-wrapper,
    main section .textpic-33-66.nopic .txt.t-left .txt-wrapper,
    main section .textpic-33-66.nopic .txt.t-right .txt-wrapper,
    main section .textpic-33-66.nopic .txt.t-center .txt-wrapper,
    main section .textpic-33-66.nopic .txt.t-img .txt-wrapper,
    main section .textpic-75-25.picleft .txt.t-left .txt-wrapper,
    main section .textpic-75-25.picleft .txt.t-right .txt-wrapper,
    main section .textpic-75-25.picleft .txt.t-center .txt-wrapper,
    main section .textpic-75-25.picleft .txt.t-img .txt-wrapper,
    main section .textpic-75-25.picright .txt.t-left .txt-wrapper,
    main section .textpic-75-25.picright .txt.t-right .txt-wrapper,
    main section .textpic-75-25.picright .txt.t-center .txt-wrapper,
    main section .textpic-75-25.picright .txt.t-img .txt-wrapper,
    main section .textpic-75-25.nopic .txt.t-left .txt-wrapper,
    main section .textpic-75-25.nopic .txt.t-right .txt-wrapper,
    main section .textpic-75-25.nopic .txt.t-center .txt-wrapper,
    main section .textpic-75-25.nopic .txt.t-img .txt-wrapper,
    main section .textpic-25-75.picleft .txt.t-left .txt-wrapper,
    main section .textpic-25-75.picleft .txt.t-right .txt-wrapper,
    main section .textpic-25-75.picleft .txt.t-center .txt-wrapper,
    main section .textpic-25-75.picleft .txt.t-img .txt-wrapper,
    main section .textpic-25-75.picright .txt.t-left .txt-wrapper,
    main section .textpic-25-75.picright .txt.t-right .txt-wrapper,
    main section .textpic-25-75.picright .txt.t-center .txt-wrapper,
    main section .textpic-25-75.picright .txt.t-img .txt-wrapper,
    main section .textpic-25-75.nopic .txt.t-left .txt-wrapper,
    main section .textpic-25-75.nopic .txt.t-right .txt-wrapper,
    main section .textpic-25-75.nopic .txt.t-center .txt-wrapper,
    main section .textpic-25-75.nopic .txt.t-img .txt-wrapper,
    main section .textpic-onecol.picleft .txt.t-left .txt-wrapper,
    main section .textpic-onecol.picleft .txt.t-right .txt-wrapper,
    main section .textpic-onecol.picleft .txt.t-center .txt-wrapper,
    main section .textpic-onecol.picleft .txt.t-img .txt-wrapper,
    main section .textpic-onecol.picright .txt.t-left .txt-wrapper,
    main section .textpic-onecol.picright .txt.t-right .txt-wrapper,
    main section .textpic-onecol.picright .txt.t-center .txt-wrapper,
    main section .textpic-onecol.picright .txt.t-img .txt-wrapper,
    main section .textpic-onecol.nopic .txt.t-left .txt-wrapper,
    main section .textpic-onecol.nopic .txt.t-right .txt-wrapper,
    main section .textpic-onecol.nopic .txt.t-center .txt-wrapper,
    main section .textpic-onecol.nopic .txt.t-img .txt-wrapper,
    main section .textpic-twocol.picleft .txt.t-left .txt-wrapper,
    main section .textpic-twocol.picleft .txt.t-right .txt-wrapper,
    main section .textpic-twocol.picleft .txt.t-center .txt-wrapper,
    main section .textpic-twocol.picleft .txt.t-img .txt-wrapper,
    main section .textpic-twocol.picright .txt.t-left .txt-wrapper,
    main section .textpic-twocol.picright .txt.t-right .txt-wrapper,
    main section .textpic-twocol.picright .txt.t-center .txt-wrapper,
    main section .textpic-twocol.picright .txt.t-img .txt-wrapper,
    main section .textpic-twocol.nopic .txt.t-left .txt-wrapper,
    main section .textpic-twocol.nopic .txt.t-right .txt-wrapper,
    main section .textpic-twocol.nopic .txt.t-center .txt-wrapper,
    main section .textpic-twocol.nopic .txt.t-img .txt-wrapper,
    main section .textpic-cards.picleft .txt.t-left .txt-wrapper,
    main section .textpic-cards.picleft .txt.t-right .txt-wrapper,
    main section .textpic-cards.picleft .txt.t-center .txt-wrapper,
    main section .textpic-cards.picleft .txt.t-img .txt-wrapper,
    main section .textpic-cards.picright .txt.t-left .txt-wrapper,
    main section .textpic-cards.picright .txt.t-right .txt-wrapper,
    main section .textpic-cards.picright .txt.t-center .txt-wrapper,
    main section .textpic-cards.picright .txt.t-img .txt-wrapper,
    main section .textpic-cards.nopic .txt.t-left .txt-wrapper,
    main section .textpic-cards.nopic .txt.t-right .txt-wrapper,
    main section .textpic-cards.nopic .txt.t-center .txt-wrapper,
    main section .textpic-cards.nopic .txt.t-img .txt-wrapper,
    main section .textpic-cols.picleft .txt.t-left .txt-wrapper,
    main section .textpic-cols.picleft .txt.t-right .txt-wrapper,
    main section .textpic-cols.picleft .txt.t-center .txt-wrapper,
    main section .textpic-cols.picleft .txt.t-img .txt-wrapper,
    main section .textpic-cols.picright .txt.t-left .txt-wrapper,
    main section .textpic-cols.picright .txt.t-right .txt-wrapper,
    main section .textpic-cols.picright .txt.t-center .txt-wrapper,
    main section .textpic-cols.picright .txt.t-img .txt-wrapper,
    main section .textpic-cols.nopic .txt.t-left .txt-wrapper,
    main section .textpic-cols.nopic .txt.t-right .txt-wrapper,
    main section .textpic-cols.nopic .txt.t-center .txt-wrapper,
    main section .textpic-cols.nopic .txt.t-img .txt-wrapper {
      padding-right: 0;
      padding-left: 0; }
      main section .textpic-50-50.picleft .txt.t-left .txt-wrapper h2, main section .textpic-50-50.picleft .txt.t-left .txt-wrapper p, main section .textpic-50-50.picleft .txt.t-left .txt-wrapper ul, main section .textpic-50-50.picleft .txt.t-right .txt-wrapper h2, main section .textpic-50-50.picleft .txt.t-right .txt-wrapper p, main section .textpic-50-50.picleft .txt.t-right .txt-wrapper ul, main section .textpic-50-50.picleft .txt.t-center .txt-wrapper h2, main section .textpic-50-50.picleft .txt.t-center .txt-wrapper p, main section .textpic-50-50.picleft .txt.t-center .txt-wrapper ul, main section .textpic-50-50.picleft .txt.t-img .txt-wrapper h2, main section .textpic-50-50.picleft .txt.t-img .txt-wrapper p, main section .textpic-50-50.picleft .txt.t-img .txt-wrapper ul, main section .textpic-50-50.picright .txt.t-left .txt-wrapper h2, main section .textpic-50-50.picright .txt.t-left .txt-wrapper p, main section .textpic-50-50.picright .txt.t-left .txt-wrapper ul, main section .textpic-50-50.picright .txt.t-right .txt-wrapper h2, main section .textpic-50-50.picright .txt.t-right .txt-wrapper p, main section .textpic-50-50.picright .txt.t-right .txt-wrapper ul, main section .textpic-50-50.picright .txt.t-center .txt-wrapper h2, main section .textpic-50-50.picright .txt.t-center .txt-wrapper p, main section .textpic-50-50.picright .txt.t-center .txt-wrapper ul, main section .textpic-50-50.picright .txt.t-img .txt-wrapper h2, main section .textpic-50-50.picright .txt.t-img .txt-wrapper p, main section .textpic-50-50.picright .txt.t-img .txt-wrapper ul, main section .textpic-50-50.nopic .txt.t-left .txt-wrapper h2, main section .textpic-50-50.nopic .txt.t-left .txt-wrapper p, main section .textpic-50-50.nopic .txt.t-left .txt-wrapper ul, main section .textpic-50-50.nopic .txt.t-right .txt-wrapper h2, main section .textpic-50-50.nopic .txt.t-right .txt-wrapper p, main section .textpic-50-50.nopic .txt.t-right .txt-wrapper ul, main section .textpic-50-50.nopic .txt.t-center .txt-wrapper h2, main section .textpic-50-50.nopic .txt.t-center .txt-wrapper p, main section .textpic-50-50.nopic .txt.t-center .txt-wrapper ul, main section .textpic-50-50.nopic .txt.t-img .txt-wrapper h2, main section .textpic-50-50.nopic .txt.t-img .txt-wrapper p, main section .textpic-50-50.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-66-33.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-66-33.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-66-33.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-66-33.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-66-33.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-66-33.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-66-33.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-66-33.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-66-33.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-66-33.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-66-33.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-66-33.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-66-33.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-66-33.picright .txt.t-left .txt-wrapper p,
      main section .textpic-66-33.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-66-33.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-66-33.picright .txt.t-right .txt-wrapper p,
      main section .textpic-66-33.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-66-33.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-66-33.picright .txt.t-center .txt-wrapper p,
      main section .textpic-66-33.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-66-33.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-66-33.picright .txt.t-img .txt-wrapper p,
      main section .textpic-66-33.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-66-33.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-66-33.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-66-33.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-66-33.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-66-33.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-66-33.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-66-33.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-66-33.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-66-33.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-66-33.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-66-33.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-66-33.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-33-66.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-33-66.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-33-66.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-33-66.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-33-66.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-33-66.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-33-66.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-33-66.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-33-66.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-33-66.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-33-66.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-33-66.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-33-66.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-33-66.picright .txt.t-left .txt-wrapper p,
      main section .textpic-33-66.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-33-66.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-33-66.picright .txt.t-right .txt-wrapper p,
      main section .textpic-33-66.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-33-66.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-33-66.picright .txt.t-center .txt-wrapper p,
      main section .textpic-33-66.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-33-66.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-33-66.picright .txt.t-img .txt-wrapper p,
      main section .textpic-33-66.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-33-66.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-33-66.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-33-66.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-33-66.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-33-66.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-33-66.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-33-66.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-33-66.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-33-66.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-33-66.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-33-66.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-33-66.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-75-25.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-75-25.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-75-25.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-75-25.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-75-25.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-75-25.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-75-25.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-75-25.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-75-25.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-75-25.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-75-25.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-75-25.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-75-25.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-75-25.picright .txt.t-left .txt-wrapper p,
      main section .textpic-75-25.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-75-25.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-75-25.picright .txt.t-right .txt-wrapper p,
      main section .textpic-75-25.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-75-25.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-75-25.picright .txt.t-center .txt-wrapper p,
      main section .textpic-75-25.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-75-25.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-75-25.picright .txt.t-img .txt-wrapper p,
      main section .textpic-75-25.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-75-25.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-75-25.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-75-25.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-75-25.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-75-25.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-75-25.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-75-25.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-75-25.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-75-25.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-75-25.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-75-25.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-75-25.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-25-75.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-25-75.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-25-75.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-25-75.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-25-75.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-25-75.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-25-75.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-25-75.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-25-75.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-25-75.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-25-75.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-25-75.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-25-75.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-25-75.picright .txt.t-left .txt-wrapper p,
      main section .textpic-25-75.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-25-75.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-25-75.picright .txt.t-right .txt-wrapper p,
      main section .textpic-25-75.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-25-75.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-25-75.picright .txt.t-center .txt-wrapper p,
      main section .textpic-25-75.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-25-75.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-25-75.picright .txt.t-img .txt-wrapper p,
      main section .textpic-25-75.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-25-75.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-25-75.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-25-75.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-25-75.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-25-75.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-25-75.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-25-75.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-25-75.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-25-75.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-25-75.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-25-75.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-25-75.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-onecol.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-onecol.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-onecol.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-onecol.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-onecol.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-onecol.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-onecol.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-onecol.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-onecol.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-onecol.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-onecol.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-onecol.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-onecol.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-onecol.picright .txt.t-left .txt-wrapper p,
      main section .textpic-onecol.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-onecol.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-onecol.picright .txt.t-right .txt-wrapper p,
      main section .textpic-onecol.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-onecol.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-onecol.picright .txt.t-center .txt-wrapper p,
      main section .textpic-onecol.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-onecol.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-onecol.picright .txt.t-img .txt-wrapper p,
      main section .textpic-onecol.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-onecol.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-onecol.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-onecol.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-onecol.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-onecol.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-onecol.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-onecol.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-onecol.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-onecol.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-onecol.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-onecol.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-onecol.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-twocol.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-twocol.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-twocol.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-twocol.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-twocol.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-twocol.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-twocol.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-twocol.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-twocol.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-twocol.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-twocol.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-twocol.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-twocol.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-twocol.picright .txt.t-left .txt-wrapper p,
      main section .textpic-twocol.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-twocol.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-twocol.picright .txt.t-right .txt-wrapper p,
      main section .textpic-twocol.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-twocol.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-twocol.picright .txt.t-center .txt-wrapper p,
      main section .textpic-twocol.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-twocol.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-twocol.picright .txt.t-img .txt-wrapper p,
      main section .textpic-twocol.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-twocol.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-twocol.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-twocol.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-twocol.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-twocol.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-twocol.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-twocol.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-twocol.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-twocol.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-twocol.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-twocol.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-twocol.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-cards.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-cards.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-cards.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-cards.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-cards.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-cards.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-cards.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-cards.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-cards.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-cards.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-cards.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-cards.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-cards.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-cards.picright .txt.t-left .txt-wrapper p,
      main section .textpic-cards.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-cards.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-cards.picright .txt.t-right .txt-wrapper p,
      main section .textpic-cards.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-cards.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-cards.picright .txt.t-center .txt-wrapper p,
      main section .textpic-cards.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-cards.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-cards.picright .txt.t-img .txt-wrapper p,
      main section .textpic-cards.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-cards.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-cards.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-cards.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-cards.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-cards.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-cards.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-cards.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-cards.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-cards.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-cards.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-cards.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-cards.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-cols.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-cols.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-cols.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-cols.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-cols.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-cols.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-cols.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-cols.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-cols.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-cols.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-cols.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-cols.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-cols.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-cols.picright .txt.t-left .txt-wrapper p,
      main section .textpic-cols.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-cols.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-cols.picright .txt.t-right .txt-wrapper p,
      main section .textpic-cols.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-cols.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-cols.picright .txt.t-center .txt-wrapper p,
      main section .textpic-cols.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-cols.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-cols.picright .txt.t-img .txt-wrapper p,
      main section .textpic-cols.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-cols.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-cols.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-cols.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-cols.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-cols.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-cols.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-cols.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-cols.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-cols.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-cols.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-cols.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-cols.nopic .txt.t-img .txt-wrapper ul {
        text-align: left; }
      main section .textpic-50-50.picleft .txt.t-left .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.picleft .txt.t-right .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.picleft .txt.t-center .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.picleft .txt.t-img .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.picright .txt.t-left .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.picright .txt.t-right .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.picright .txt.t-center .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.picright .txt.t-img .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.nopic .txt.t-left .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.nopic .txt.t-right .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.nopic .txt.t-center .txt-wrapper .linkfield-wrapper, main section .textpic-50-50.nopic .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.picleft .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.picleft .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.picleft .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.picright .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.picright .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.picright .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.nopic .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.nopic .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.nopic .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-66-33.nopic .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.picleft .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.picleft .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.picleft .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.picright .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.picright .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.picright .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.nopic .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.nopic .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.nopic .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-33-66.nopic .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.picleft .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.picleft .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.picleft .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.picright .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.picright .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.picright .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.nopic .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.nopic .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.nopic .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-75-25.nopic .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.picleft .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.picleft .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.picleft .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.picright .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.picright .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.picright .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.nopic .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.nopic .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.nopic .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-25-75.nopic .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.picleft .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.picleft .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.picleft .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.picright .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.picright .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.picright .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.nopic .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.nopic .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.nopic .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-onecol.nopic .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.picleft .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.picleft .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.picleft .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.picright .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.picright .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.picright .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.nopic .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.nopic .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.nopic .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-twocol.nopic .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.picleft .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.picleft .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.picleft .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.picright .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.picright .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.picright .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.nopic .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.nopic .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.nopic .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-cards.nopic .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.picleft .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.picleft .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.picleft .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.picleft .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.picright .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.picright .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.picright .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.picright .txt.t-img .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.nopic .txt.t-left .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.nopic .txt.t-right .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.nopic .txt.t-center .txt-wrapper .linkfield-wrapper,
      main section .textpic-cols.nopic .txt.t-img .txt-wrapper .linkfield-wrapper {
        padding-left: 0;
        padding-right: 0; }
    main section .textpic-50-50.picleft .txt.t-big h2, main section .textpic-50-50.picright .txt.t-big h2, main section .textpic-50-50.nopic .txt.t-big h2,
    main section .textpic-66-33.picleft .txt.t-big h2,
    main section .textpic-66-33.picright .txt.t-big h2,
    main section .textpic-66-33.nopic .txt.t-big h2,
    main section .textpic-33-66.picleft .txt.t-big h2,
    main section .textpic-33-66.picright .txt.t-big h2,
    main section .textpic-33-66.nopic .txt.t-big h2,
    main section .textpic-75-25.picleft .txt.t-big h2,
    main section .textpic-75-25.picright .txt.t-big h2,
    main section .textpic-75-25.nopic .txt.t-big h2,
    main section .textpic-25-75.picleft .txt.t-big h2,
    main section .textpic-25-75.picright .txt.t-big h2,
    main section .textpic-25-75.nopic .txt.t-big h2,
    main section .textpic-onecol.picleft .txt.t-big h2,
    main section .textpic-onecol.picright .txt.t-big h2,
    main section .textpic-onecol.nopic .txt.t-big h2,
    main section .textpic-twocol.picleft .txt.t-big h2,
    main section .textpic-twocol.picright .txt.t-big h2,
    main section .textpic-twocol.nopic .txt.t-big h2,
    main section .textpic-cards.picleft .txt.t-big h2,
    main section .textpic-cards.picright .txt.t-big h2,
    main section .textpic-cards.nopic .txt.t-big h2,
    main section .textpic-cols.picleft .txt.t-big h2,
    main section .textpic-cols.picright .txt.t-big h2,
    main section .textpic-cols.nopic .txt.t-big h2 {
      font-size: 25px;
      line-height: 33px; }
    main section .textpic-50-50.picleft .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-66-33.picleft .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-33-66.picleft .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-75-25.picleft .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-25-75.picleft .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-onecol.picleft .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-twocol.picleft .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-cards.picleft .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-cols.picleft .txt .txt-wrapper h2.h-divider:after {
      left: 50% !important;
      margin-left: -72px; }
    main section .textpic-50-50.picright .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-66-33.picright .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-33-66.picright .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-75-25.picright .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-25-75.picright .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-onecol.picright .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-twocol.picright .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-cards.picright .txt .txt-wrapper h2.h-divider:after,
    main section .textpic-cols.picright .txt .txt-wrapper h2.h-divider:after {
      right: 50% !important;
      margin-left: 0;
      margin-right: -72px; }
    main section .textpic-onecol.picleft .txt, main section .textpic-onecol.picright .txt, main section .textpic-onecol.nopic .txt,
    main section .textpic-twocol.picleft .txt,
    main section .textpic-twocol.picright .txt,
    main section .textpic-twocol.nopic .txt {
      column-count: 1;
      column-gap: 0; }
      main section .textpic-onecol.picleft .txt.t-left .txt-wrapper h2, main section .textpic-onecol.picleft .txt.t-left .txt-wrapper p, main section .textpic-onecol.picleft .txt.t-left .txt-wrapper ul, main section .textpic-onecol.picleft .txt.t-right .txt-wrapper h2, main section .textpic-onecol.picleft .txt.t-right .txt-wrapper p, main section .textpic-onecol.picleft .txt.t-right .txt-wrapper ul, main section .textpic-onecol.picleft .txt.t-center .txt-wrapper h2, main section .textpic-onecol.picleft .txt.t-center .txt-wrapper p, main section .textpic-onecol.picleft .txt.t-center .txt-wrapper ul, main section .textpic-onecol.picleft .txt.t-img .txt-wrapper h2, main section .textpic-onecol.picleft .txt.t-img .txt-wrapper p, main section .textpic-onecol.picleft .txt.t-img .txt-wrapper ul, main section .textpic-onecol.picright .txt.t-left .txt-wrapper h2, main section .textpic-onecol.picright .txt.t-left .txt-wrapper p, main section .textpic-onecol.picright .txt.t-left .txt-wrapper ul, main section .textpic-onecol.picright .txt.t-right .txt-wrapper h2, main section .textpic-onecol.picright .txt.t-right .txt-wrapper p, main section .textpic-onecol.picright .txt.t-right .txt-wrapper ul, main section .textpic-onecol.picright .txt.t-center .txt-wrapper h2, main section .textpic-onecol.picright .txt.t-center .txt-wrapper p, main section .textpic-onecol.picright .txt.t-center .txt-wrapper ul, main section .textpic-onecol.picright .txt.t-img .txt-wrapper h2, main section .textpic-onecol.picright .txt.t-img .txt-wrapper p, main section .textpic-onecol.picright .txt.t-img .txt-wrapper ul, main section .textpic-onecol.nopic .txt.t-left .txt-wrapper h2, main section .textpic-onecol.nopic .txt.t-left .txt-wrapper p, main section .textpic-onecol.nopic .txt.t-left .txt-wrapper ul, main section .textpic-onecol.nopic .txt.t-right .txt-wrapper h2, main section .textpic-onecol.nopic .txt.t-right .txt-wrapper p, main section .textpic-onecol.nopic .txt.t-right .txt-wrapper ul, main section .textpic-onecol.nopic .txt.t-center .txt-wrapper h2, main section .textpic-onecol.nopic .txt.t-center .txt-wrapper p, main section .textpic-onecol.nopic .txt.t-center .txt-wrapper ul, main section .textpic-onecol.nopic .txt.t-img .txt-wrapper h2, main section .textpic-onecol.nopic .txt.t-img .txt-wrapper p, main section .textpic-onecol.nopic .txt.t-img .txt-wrapper ul,
      main section .textpic-twocol.picleft .txt.t-left .txt-wrapper h2,
      main section .textpic-twocol.picleft .txt.t-left .txt-wrapper p,
      main section .textpic-twocol.picleft .txt.t-left .txt-wrapper ul,
      main section .textpic-twocol.picleft .txt.t-right .txt-wrapper h2,
      main section .textpic-twocol.picleft .txt.t-right .txt-wrapper p,
      main section .textpic-twocol.picleft .txt.t-right .txt-wrapper ul,
      main section .textpic-twocol.picleft .txt.t-center .txt-wrapper h2,
      main section .textpic-twocol.picleft .txt.t-center .txt-wrapper p,
      main section .textpic-twocol.picleft .txt.t-center .txt-wrapper ul,
      main section .textpic-twocol.picleft .txt.t-img .txt-wrapper h2,
      main section .textpic-twocol.picleft .txt.t-img .txt-wrapper p,
      main section .textpic-twocol.picleft .txt.t-img .txt-wrapper ul,
      main section .textpic-twocol.picright .txt.t-left .txt-wrapper h2,
      main section .textpic-twocol.picright .txt.t-left .txt-wrapper p,
      main section .textpic-twocol.picright .txt.t-left .txt-wrapper ul,
      main section .textpic-twocol.picright .txt.t-right .txt-wrapper h2,
      main section .textpic-twocol.picright .txt.t-right .txt-wrapper p,
      main section .textpic-twocol.picright .txt.t-right .txt-wrapper ul,
      main section .textpic-twocol.picright .txt.t-center .txt-wrapper h2,
      main section .textpic-twocol.picright .txt.t-center .txt-wrapper p,
      main section .textpic-twocol.picright .txt.t-center .txt-wrapper ul,
      main section .textpic-twocol.picright .txt.t-img .txt-wrapper h2,
      main section .textpic-twocol.picright .txt.t-img .txt-wrapper p,
      main section .textpic-twocol.picright .txt.t-img .txt-wrapper ul,
      main section .textpic-twocol.nopic .txt.t-left .txt-wrapper h2,
      main section .textpic-twocol.nopic .txt.t-left .txt-wrapper p,
      main section .textpic-twocol.nopic .txt.t-left .txt-wrapper ul,
      main section .textpic-twocol.nopic .txt.t-right .txt-wrapper h2,
      main section .textpic-twocol.nopic .txt.t-right .txt-wrapper p,
      main section .textpic-twocol.nopic .txt.t-right .txt-wrapper ul,
      main section .textpic-twocol.nopic .txt.t-center .txt-wrapper h2,
      main section .textpic-twocol.nopic .txt.t-center .txt-wrapper p,
      main section .textpic-twocol.nopic .txt.t-center .txt-wrapper ul,
      main section .textpic-twocol.nopic .txt.t-img .txt-wrapper h2,
      main section .textpic-twocol.nopic .txt.t-img .txt-wrapper p,
      main section .textpic-twocol.nopic .txt.t-img .txt-wrapper ul {
        text-align: left; }
    main section .textpic-special .t-head-small h1, main section .textpic-special .t-head-small h2, main section .textpic-special .t-head-small div.h-size {
      font-size: 70px;
      line-height: 70px;
      text-align: left; }
    main section .textpic-special .t-head-big h1, main section .textpic-special .t-head-big h2, main section .textpic-special .t-head-big div.h-size {
      font-size: 80px;
      line-height: 80px;
      text-align: left; }
    main section .textpic-special .t-head-big + .t-small {
      padding-top: 0; }
    main section .textpic-special .t-head-small + .t-small {
      padding-top: 0; }
    main section .c-socialwall .insta-item {
      margin-top: 30px; }
      main section .c-socialwall .insta-item .link-wrapper .txt-wrapper {
        font-size: 16px;
        line-height: 25px; }
        main section .c-socialwall .insta-item .link-wrapper .txt-wrapper .inner-wrapper {
          padding: 20px 30px; }

  .cc-window {
    padding-left: 30px !important;
    padding-right: 30px !important; }
    .cc-window .cc-compliance a.cc-btn {
      padding: 10px 20px !important; } }
@media (max-width: 630px) {
  header .header-wrapper .logo.pos svg, header .header-wrapper .logo.neg svg,
  header.affix .header-wrapper .logo.pos svg,
  header.affix .header-wrapper .logo.neg svg {
    fill: #000; }
  header .header-wrapper .nav-wrapper .nav-contact,
  header.affix .header-wrapper .nav-wrapper .nav-contact {
    opacity: 0;
    width: auto;
    margin-right: 50px;
    transition: all 1s; }
    header .header-wrapper .nav-wrapper .nav-contact a,
    header.affix .header-wrapper .nav-wrapper .nav-contact a {
      font-family: "DIN Next W01 Light";
      font-size: 18px;
      line-height: 18px;
      color: #000;
      margin-left: 10px;
      margin-right: 10px; }
  header .header-wrapper .nav-wrapper .nav-button.pos svg, header .header-wrapper .nav-wrapper .nav-button.neg svg,
  header.affix .header-wrapper .nav-wrapper .nav-button.pos svg,
  header.affix .header-wrapper .nav-wrapper .nav-button.neg svg {
    stroke: #000; }

  main section.defaultheader {
    padding-top: 100px; }
  main section .hd-slider.h-vp {
    max-height: none; }
    main section .hd-slider.h-vp:before {
      padding-bottom: 100%; }
  main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt {
    left: 15px;
    right: 15px;
    padding-top: 0;
    margin-top: 0; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header {
      width: 90%;
      font-size: 25px;
      line-height: 37px;
      margin-bottom: 10px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text {
      width: 90%;
      font-size: 16px;
      line-height: 17px; } }
@media (max-width: 575px) {
  /* < Bootstrap Small */
  header .header-wrapper {
    padding-top: 0; }
  header .header-lb .lb-inner nav ul.nav-main {
    gap: 0;
    margin-bottom: 10px; }
    header .header-lb .lb-inner nav ul.nav-main li {
      font-family: "DIN Next W01 Bold";
      font-size: 55px;
      line-height: 55px;
      padding: 5px 15px; }
  header .header-lb .lb-inner nav ul.nav-sm {
    gap: 0 5px;
    width: 95%;
    margin-bottom: 10px; }
    header .header-lb .lb-inner nav ul.nav-sm li {
      font-family: "DIN Next W01 Light";
      font-size: 25px;
      line-height: 24px;
      padding: 5px 15px; }
  header .header-lb .lb-inner nav ul.nav-meta {
    gap: 0 20px;
    margin-top: 30px; }
    header .header-lb .lb-inner nav ul.nav-meta li {
      font-family: "DIN Next W01 Light";
      font-size: 18px;
      line-height: 18px; }

  main section .hd-slider .hd-slider-item .hd-slider-right {
    padding-top: 10px; }
  main section .img-divider .img-divider-wrap .img-divider-txt h2 {
    font-size: 25px;
    line-height: 31px; }
  main section .cont-slider {
    height: 415px; }
    main section .cont-slider .cont-slider-item .cont-slider-item-img {
      height: 360px; }
    main section .cont-slider .cont-slider-item .cont-slider-item-bu br {
      display: inline; }
  main section .tile-ani .tile-ani-item:before {
    padding-bottom: 140%; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt {
    padding: 20px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-1 {
      font-size: 18px;
      line-height: 18px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-2 {
      font-size: 25px;
      line-height: 25px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-img img {
    height: 100%;
    width: 100%; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt {
    padding: 20px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-1 {
      font-size: 21px;
      line-height: 21px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-2 {
      font-size: 25px;
      line-height: 25px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h3 {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 15px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul,
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-data {
      font-size: 12px;
      line-height: 21px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p:last-of-type, main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul:last-of-type {
      margin-bottom: 30px; }
    main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt .ta-item-arrow {
      height: 20px;
      margin-bottom: 15px; }
  main section .grid .grid-item {
    margin-bottom: 0; }
    main section .grid .grid-item .grid-item-content .overlay {
      padding: 30px; }
      main section .grid .grid-item .grid-item-content .overlay:hover {
        opacity: 1; }
      main section .grid .grid-item .grid-item-content .overlay h2 {
        font-size: 24px;
        line-height: 28px; }
      main section .grid .grid-item .grid-item-content .overlay h3, main section .grid .grid-item .grid-item-content .overlay p {
        font-size: 14px; }
      main section .grid .grid-item .grid-item-content .overlay h3 {
        margin-bottom: 10px; }
      main section .grid .grid-item .grid-item-content .overlay a {
        color: #f5f5f6;
        text-decoration: none;
        white-space: nowrap; }
      main section .grid .grid-item .grid-item-content .overlay .refcopy {
        display: none; }
      main section .grid .grid-item .grid-item-content .overlay .reftags {
        font-size: 14px; }
      main section .grid .grid-item .grid-item-content .overlay .lightboxlink-wrapper {
        padding-top: 10px; }
  main section .news-teaser .news-teaser-item {
    margin-bottom: 60px; }
    main section .news-teaser .news-teaser-item .news-teaser-item-head h2 {
      font-size: 26px;
      line-height: 30px; }
    main section .news-teaser .news-teaser-item .news-teaser-item-img {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
      main section .news-teaser .news-teaser-item .news-teaser-item-img:before {
        position: absolute;
        width: 1px;
        height: 0;
        padding-bottom: 56.25%; }
      main section .news-teaser .news-teaser-item .news-teaser-item-img img {
        width: 100%;
        height: auto; }
    main section .news-teaser .news-teaser-item .news-teaser-item-txt {
      margin-bottom: 0; }
  main section .textpic-special .t-head-small h1, main section .textpic-special .t-head-small h2, main section .textpic-special .t-head-small div.h-size {
    font-size: 40px;
    line-height: 40px; }
  main section .textpic-special .t-head-big h1, main section .textpic-special .t-head-big h2, main section .textpic-special .t-head-big div.h-size {
    font-size: 40px;
    line-height: 40px; }

  footer .footer-modular .footer-column .footer-column-text .footer-icons .footer-icon-item {
    height: 45px;
    margin-right: 20px; }
  footer #c1 .footer-column-text {
    column-count: auto;
    column-gap: 0px;
    column-fill: auto;
    max-height: none; }
  footer #c4 .sm-icons {
    width: 30%; } }

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