@charset "UTF-8";
/* SCSS Document */
/*$fnt-ulight: "MontserratExtraLight";
$fnt-ulight-italic: "MontserratExtraLightItalic";
$fnt-light: "MontserratLight";
$fnt-light-italic: "MontserratLightItalic";
$fnt-roman: "Montserrat";
$fnt-italic: "MontserratItalic";
$fnt-medium: "MontserratSemiBold";
$fnt-medium-italic: "MontserratSemiBoldItalic";
$fnt-bold: "MontserratBold";
$fnt-bold-italic: "MontserratBoldItalic";*/
/* -- Grund -- */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "GothamLight";
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background: #191919;
  overflow-x: hidden;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

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: "GothamLight";
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 30px; }

h2 {
  font-family: "GothamLight";
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 20px; }

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

h3 {
  font-family: "GothamLight";
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 25px; }

p {
  margin-bottom: 30px; }

p + ul,
ul + ul {
  margin-bottom: 30px; }

p + ul {
  margin-top: -15px; }

strong {
  font-family: "GothamMedium"; }

em {
  font-family: "GothamLightItalic"; }

strong em,
em strong {
  font-family: "GothamBoldItalic"; }

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

a.morelink,
a.lightboxlink,
a.cc-btn,
.control--group a,
input[type=submit] {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: "GothamLight";
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 50px;
  border: 1px solid #fff;
  background: none;
  cursor: pointer;
  transition: .3s all; }

a.morelink:hover,
a.lightboxlink:hover,
a.cc-btn:hover,
input[type=submit]:hover,
button {
  background: #fff;
  color: #191919; }

a.buttonlink {
  width: auto;
  height: auto;
  font-family: "GothamExtraLight";
  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: #000;
  color: #fff;
  border: none; }

ul {
  list-style: none; }

ul li {
  margin-left: 15px; }

ul li:before {
  content: "\BB\A0";
  margin-left: -13px;
  color: #fff; }

.b-head {
  font-family: "GothamBold";
  text-transform: uppercase; }

.b-sub {
  font-family: "GothamLight"; }

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

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

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

.bg-black {
  background-color: #000; }

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

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

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

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

.scrollbt {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 60px;
  bottom: -60px;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  border-radius: 30px;
  background-color: #191919;
  z-index: 10000; }

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

.videobt {
  position: absolute;
  width: 135px;
  height: 135px;
  left: 50%;
  top: 50%;
  margin-left: -67.5px;
  margin-top: -67.5px;
  padding: 0;
  border-radius: 67.5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 300;
  opacity: 0.8; }
  .videobt .bt-play,
  .videobt .bt-pause {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important;
    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: 140px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0);
  z-index: 9000;
  transition: all 1s; }
  header.affix {
    height: 110px;
    background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, 0.8); }
    header.affix .header-wrapper {
      height: 85px; }
      header.affix .header-wrapper nav ul#nv-main-smpl {
        padding-top: 37px; }
        header.affix .header-wrapper nav ul#nv-main-smpl li {
          height: 55px; }
          header.affix .header-wrapper nav ul#nv-main-smpl li.responav {
            margin-left: 0;
            margin-top: -10px; }
          header.affix .header-wrapper nav ul#nv-main-smpl li ul#nv-main-smpl-l2 {
            top: 95px; }
      header.affix .header-wrapper nav ul#nv-main-respo {
        top: 110px; }
  header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1640px;
    height: 85px;
    padding: 0 80px;
    margin: 0 auto; }
    header .header-wrapper #logo {
      position: relative;
      width: auto;
      height: 100%;
      padding-left: 5px;
      transition: all 1s; }
      header .header-wrapper #logo a, header .header-wrapper #logo a:hover {
        text-decoration: none;
        border: none; }
      header .header-wrapper #logo img {
        width: auto;
        height: 100%; }
    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: #000;
            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: "Gotham";
            font-size: 20px;
            line-height: 20px;
            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: "GothamMedium";
            font-size: 20px;
            line-height: 20px;
            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(0, 0, 0, 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: "GothamLight";
                font-size: 20px;
                line-height: 20px;
                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: "GothamMedium";
                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: "GothamMedium"; }
          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: "GothamLight";
            font-size: 20px;
            line-height: 20px;
            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: "GothamMedium"; }
          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: "GothamBold";
                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: 1640px;
                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: "GothamLight";
                    font-size: 20px;
                    line-height: 20px;
                    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: "GothamMedium";
                    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,
                  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: #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: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: "GothamBold";
                        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: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(0, 0, 0, 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: "Gotham";
            font-size: 20px;
            line-height: 24px;
            color: #0c182b; }
            header .header-wrapper nav ul#nv-main-respo li a span {
              color: #000; }
          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: "GothamLight";
              font-size: 20px;
              line-height: 20px;
              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: #000; }
            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: "GothamLight";
                  font-size: 20px;
                  line-height: 20px;
                  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: #000; }
        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: "GothamLight";
          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: "GothamLight";
            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: #000;
            border: none; }
          header .header-wrapper nav ul#nv-top > li.current a {
            font-family: "GothamMedium";
            color: #000;
            padding-right: 0;
            margin-left: -1px; }

/* -- 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: 2000px;
    padding: 60px 0;
    clear: both;
    scroll-margin-top: 80px;
    transition: scroll-margin-top .5s; }
    main section:first-of-type {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 35px; }
    main section.rootline {
      font-size: calc(12px + 1px);
      line-height: 16px;
      text-align: left;
      padding: 0 0 30px 0; }
      main section.rootline span {
        font-family: "GothamBold";
        color: #000; }
    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: 1640px; }
    main section .headbox {
      margin-bottom: 60px; }
      main section .headbox h1, main section .headbox h2 {
        text-align: center; }
    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: "GothamLight";
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        padding: 3px 15px; }
    main section .h-line {
      border-bottom: 1px solid white; }
      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 .catnav .catnav-wrapper {
      display: flex;
      justify-content: center;
      padding: 30px 0 20px 0;
      border-bottom: 1px solid #000; }
      main section .catnav .catnav-wrapper .catnav-filter-title {
        display: inline-block;
        font-family: "GothamMedium";
        font-size: 20px;
        text-transform: uppercase;
        margin-right: 80px; }
      main section .catnav .catnav-wrapper ul#nv-cat {
        display: flex;
        margin-bottom: 0; }
        main section .catnav .catnav-wrapper ul#nv-cat li {
          font-size: 20px;
          text-transform: uppercase;
          margin-right: 80px;
          cursor: pointer; }
          main section .catnav .catnav-wrapper ul#nv-cat li:last-of-type {
            margin-right: 0; }
          main section .catnav .catnav-wrapper ul#nv-cat li:before {
            content: none; }
          main section .catnav .catnav-wrapper ul#nv-cat li.current {
            font-family: "GothamMedium"; }
    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: #0c182b;
          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: "GothamMedium";
            text-align: left; }
          main section .img-lightbox .img-lightbox-item .img-lightbox-item-txt .img-lightbox-item-txt-header span:last-child {
            font-family: "GothamLight";
            text-align: right; }
        main section .img-lightbox .img-lightbox-item .img-lightbox-item-txt .img-lightbox-item-txt-sub p {
          font-family: "GothamLight";
          font-size: 18px;
          line-height: 28px;
          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 .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%;
      max-width: 2000px;
      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-left,
        main section .hd-slider.h-750 .hd-slider-right {
          height: 100%; }
      main section .hd-slider.h-820 {
        height: 820px !important; }
        main section .hd-slider.h-820 .hd-slider-left,
        main section .hd-slider.h-820 .hd-slider-right {
          height: 100%; }
          main section .hd-slider.h-820 .hd-slider-left .hd-slider-item-header,
          main section .hd-slider.h-820 .hd-slider-right .hd-slider-item-header {
            margin-bottom: 130px; }
      main section .hd-slider.h-1000 {
        height: 1000px;
        				/*.hd-slider-left,
        				.hd-slider-right {
        					//height: 820px !important;
        					height: 100%;
        
        					.hd-slider-item-header {
        						margin-bottom: 130px;
        					}
        
        				}*/ }
        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 !important; }
        main section .hd-slider.h-630 .hd-slider-left,
        main section .hd-slider.h-630 .hd-slider-right {
          height: 100%; }
          main section .hd-slider.h-630 .hd-slider-left .hd-slider-item-header,
          main section .hd-slider.h-630 .hd-slider-right .hd-slider-item-header {
            margin-bottom: 130px; }
      main section .hd-slider ul.slick-dots {
        position: absolute;
        right: 20%;
        bottom: 35px;
        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 #333; }
          main section .hd-slider ul.slick-dots li.slick-active {
            border-color: #0c182b;
            background-color: #0c182b; }
          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 .container-fluid {
          width: 100%;
          max-width: 2000px;
          padding-left: 0;
          padding-right: 0; }
        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 .hd-slider-item-wrapper {
          position: relative;
          width: 100%;
          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;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 20; }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header {
              position: relative;
              width: 100%;
              font-family: "GothamBold";
              font-size: 18px;
              line-height: 33px;
              color: #fff;
              text-transform: uppercase;
              text-align: center;
              letter-spacing: 2px;
              padding-bottom: 25px;
              padding-right: 30px;
              margin-bottom: 75px; }
              main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-header:after {
                content: "";
                position: absolute;
                width: 70px;
                height: 1px;
                left: calc(50% - 15px);
                bottom: 0;
                margin-left: -35px;
                background: #fff; }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt .hd-slider-item-text {
              font-family: "Gotham";
              font-size: 22px;
              line-height: 32px;
              color: #fff;
              text-align: center; }
            main section .hd-slider .hd-slider-item .hd-slider-item-wrapper .hd-slider-txt a.morelink {
              font-size: 18px;
              width: 100%;
              padding: 15px 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 {
              position: absolute;
              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: auto; }
    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: "GothamExtraLight";
            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: "GothamExtraLight";
              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 h1.t-upper {
        text-transform: uppercase; }
    main section .cntrd-txt h2, main section .cntrd-txt h3 {
      text-transform: none; }
      main section .cntrd-txt h2.t-upper, main section .cntrd-txt h3.t-upper {
        text-transform: uppercase; }
    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 {
      border-bottom: 2px solid #ccc; }
      main section .accordeon-box h2 {
        font-family: "GothamBold";
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase; }
      main section .accordeon-box .accordeon-box-item {
        border-top: 2px solid #ccc; }
        main section .accordeon-box .accordeon-box-item .accordeon-box-header {
          position: relative;
          padding: 23px 0px;
          cursor: pointer; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-header h3 {
            display: inline-block;
            width: 90%;
            font-family: "GothamMedium";
            font-size: 30px;
            line-height: 30px;
            color: #000;
            text-transform: uppercase;
            margin-bottom: 0px; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-header.upper h3 {
            text-transform: uppercase; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-header.lower h3 {
            text-transform: none; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-header:after, main section .accordeon-box .accordeon-box-item .accordeon-box-header.changed:after {
            content: '';
            background: url(/fileadmin/templates/assets/badea_icn_arrow_down.png) center no-repeat;
            background-size: contain;
            position: absolute;
            right: 0;
            width: 30px;
            height: 30px;
            transform: rotateX(0deg);
            /*font-family: FontAwesome;
            font-size: 35px;
            width: 30px;
            text-align: right;
            float: right;*/ }
          main section .accordeon-box .accordeon-box-item .accordeon-box-header:after {
            transition: transform .5s; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-header.changed:after {
            transform: rotateX(180deg); }
        main section .accordeon-box .accordeon-box-item .accordeon-box-content {
          display: none;
          margin-bottom: 20px; }
          main section .accordeon-box .accordeon-box-item .accordeon-box-content ul {
            list-style-position: inside; }
            main section .accordeon-box .accordeon-box-item .accordeon-box-content ul li {
              margin-left: 0px; }
            main section .accordeon-box .accordeon-box-item .accordeon-box-content ul 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: #000; }
              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: "Gotham";
              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: 15px;
                line-height: 20px; }
              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: "GothamExtraLight"; }
            main section .topicbox .topicbox-item .grid-item-content .topicbox-item-inner .htr.htr-type-2 {
              font-family: "GothamExtraLightItalic"; }
            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: "GothamExtraLight";
            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: "Gotham";
        color: #000;
        text-transform: uppercase;
        padding-bottom: 0;
        margin-bottom: 30px; }
      main section .dekorbox .dekorbox-header h3 {
        font-family: "GothamLight";
        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: 28px;
        color: #000;
        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: "GothamMedium";
          text-align: left; }
        main section .dekorbox .dekorbox-item .dekorbox-item-txt .dekorbox-item-txt-header span:nth-child(even) {
          font-family: "GothamLight";
          text-align: right; }
      main section .dekorbox .dekorbox-item .dekorbox-item-txt .dekorbox-item-txt-sub p {
        font-size: 18px;
        line-height: 28px;
        color: #000; }
    main section .grid .grid-item {
      margin-bottom: 30px; }
    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: "GothamLight";
            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: "GothamExtraLight";
      font-size: 60px;
      line-height: 70px;
      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.size-1 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-1 {
          font-size: 27px;
          line-height: 27px;
          margin-bottom: 15px; }
        main section .tile-ani .tile-ani-item.size-1 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-2 {
          font-size: 60px;
          line-height: 60px; }
        main section .tile-ani .tile-ani-item.size-1 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt p {
          font-size: 20px;
          line-height: 30px; }
        main section .tile-ani .tile-ani-item.size-1 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-1 {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 15px; }
        main section .tile-ani .tile-ani-item.size-1 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-2 {
          font-size: 38px;
          line-height: 42px; }
        main section .tile-ani .tile-ani-item.size-1 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h3 {
          font-size: 24px;
          line-height: 28px; }
        main section .tile-ani .tile-ani-item.size-1 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p {
          font-size: 20px;
          line-height: 30px; }
        main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-1 {
          font-size: 27px;
          line-height: 27px;
          margin-bottom: 15px; }
        main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-2 {
          font-size: 60px;
          line-height: 60px; }
        main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt p, main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt ul {
          font-size: 20px;
          line-height: 30px; }
        main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-1 {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 15px; }
        main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-2 {
          font-size: 38px;
          line-height: 42px; }
        main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h3 {
          font-size: 24px;
          line-height: 28px; }
        main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p, main section .tile-ani .tile-ani-item.size-2 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt ul {
          font-size: 20px;
          line-height: 30px; }
        main section .tile-ani .tile-ani-item.size-3 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-1 {
          font-size: 27px;
          line-height: 27px;
          margin-bottom: 15px; }
        main section .tile-ani .tile-ani-item.size-3 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt h2 .h-line-2 {
          font-size: 60px;
          line-height: 60px; }
        main section .tile-ani .tile-ani-item.size-3 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt p, main section .tile-ani .tile-ani-item.size-3 .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt ul {
          font-size: 20px;
          line-height: 30px; }
        main section .tile-ani .tile-ani-item.size-3 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-1 {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 15px; }
        main section .tile-ani .tile-ani-item.size-3 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h2 .h-line-2 {
          font-size: 38px;
          line-height: 42px; }
        main section .tile-ani .tile-ani-item.size-3 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt h3 {
          font-size: 24px;
          line-height: 28px; }
        main section .tile-ani .tile-ani-item.size-3 .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt p {
          font-size: 17px;
          line-height: 27px; }
        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;
              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 {
              justify-content: center;
              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,
                  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; }
                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.a-hide {
                    display: none; }
                  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: 100%;
                  object-fit: cover;
                  opacity: 0.5; }
            main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back {
              justify-content: flex-start;
              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;
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 50px 60px 60px 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.v-between {
                  justify-content: space-between; }
                main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt.v-start {
                  justify-content: flex-start; }
                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,
                  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; }
                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: 0; }
                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: "Gotham";
          font-size: 30px;
          line-height: 20px;
          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: "GothamLight";
          font-size: 18px;
          line-height: 24px;
          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 {
      width: 100%;
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px;
      overflow: hidden; }
      main section .videobox .videobox-item {
        position: relative;
        margin-bottom: 30px; }
        main section .videobox .videobox-item:nth-child(odd) .img-caption {
          display: flex;
          justify-content: right;
          margin-bottom: 30px; }
          main section .videobox .videobox-item:nth-child(odd) .img-caption span {
            text-align: right; }
        main section .videobox .videobox-item:nth-child(even) .img-caption {
          display: flex;
          justify-content: left;
          margin-bottom: 30px; }
          main section .videobox .videobox-item:nth-child(even) .img-caption span {
            text-align: left; }
        main section .videobox .videobox-item .videobox-yt,
        main section .videobox .videobox-item .videobox-vm,
        main section .videobox .videobox-item .videobox-mp {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: auto;
          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-vm iframe,
          main section .videobox .videobox-item .videobox-vm .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:before,
          main section .videobox .videobox-item .videobox-vm:before,
          main section .videobox .videobox-item .videobox-mp:before {
            content: "";
            width: 5px;
            padding-bottom: 56.25%; }
        main section .videobox .videobox-item .videobox-yt .yt-poster,
        main section .videobox .videobox-item .videobox-yt .yt-container,
        main section .videobox .videobox-item .videobox-yt .vm-poster,
        main section .videobox .videobox-item .videobox-yt .vm-container,
        main section .videobox .videobox-item .videobox-vm .yt-poster,
        main section .videobox .videobox-item .videobox-vm .yt-container,
        main section .videobox .videobox-item .videobox-vm .vm-poster,
        main section .videobox .videobox-item .videobox-vm .vm-container {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          padding: 0 15px;
          overflow: hidden;
          z-index: 250; }
          main section .videobox .videobox-item .videobox-yt .yt-poster img,
          main section .videobox .videobox-item .videobox-yt .yt-container img,
          main section .videobox .videobox-item .videobox-yt .vm-poster img,
          main section .videobox .videobox-item .videobox-yt .vm-container img,
          main section .videobox .videobox-item .videobox-vm .yt-poster img,
          main section .videobox .videobox-item .videobox-vm .yt-container img,
          main section .videobox .videobox-item .videobox-vm .vm-poster img,
          main section .videobox .videobox-item .videobox-vm .vm-container img {
            width: 100%;
            height: auto;
            border: 1px solid rgba(0, 0, 0, 0.1); }
    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: "GothamMedium";
          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 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px; }
        main section .news-teaser .news-teaser-item .img-wrapper {
          width: 28%;
          height: auto;
          margin-right: 5%; }
          main section .news-teaser .news-teaser-item .img-wrapper img {
            width: 100%;
            height: auto; }
        main section .news-teaser .news-teaser-item .txt-wrapper {
          width: 65%;
          height: auto; }
          main section .news-teaser .news-teaser-item .txt-wrapper h2 a {
            color: #fff; }
          main section .news-teaser .news-teaser-item .txt-wrapper h3 {
            font-family: "GothamMedium";
            font-size: calc(18px + 2px);
            line-height: 28px;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 15px; }
          main section .news-teaser .news-teaser-item .txt-wrapper p {
            font-family: "GothamLight";
            font-size: 18px;
            line-height: 28px; }
          main section .news-teaser .news-teaser-item .txt-wrapper a {
            /*&.morelink {
            	font-family: $fnt-light;
            	font-size: $fnt-sz-p-medium;
            	line-height: $fnt-sz-p-medium;
            	text-transform: uppercase;
            }*/ }
    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 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 {
        height: auto;
        margin-top: 15px; }
      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-wrapper,
      main section .textpic-66-33.picleft .pic .img-wrapper,
      main section .textpic-33-66.picleft .pic .img-wrapper,
      main section .textpic-75-25.picleft .pic .img-wrapper,
      main section .textpic-25-75.picleft .pic .img-wrapper,
      main section .textpic-onecol.picleft .pic .img-wrapper,
      main section .textpic-twocol.picleft .pic .img-wrapper,
      main section .textpic-cards.picleft .pic .img-wrapper,
      main section .textpic-cols.picleft .pic .img-wrapper {
        display: flex;
        justify-content: flex-end; }
      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 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 {
        height: auto;
        margin-top: 15px; }
      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-wrapper,
      main section .textpic-66-33.picright .pic .img-wrapper,
      main section .textpic-33-66.picright .pic .img-wrapper,
      main section .textpic-75-25.picright .pic .img-wrapper,
      main section .textpic-25-75.picright .pic .img-wrapper,
      main section .textpic-onecol.picright .pic .img-wrapper,
      main section .textpic-twocol.picright .pic .img-wrapper,
      main section .textpic-cards.picright .pic .img-wrapper,
      main section .textpic-cols.picright .pic .img-wrapper {
        display: flex;
        justify-content: flex-start; }
      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: right;
          padding-left: 90px;
          padding-right: 0; }
      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%; }
      main section .textpic-50-50.picleft .pic .img-wrapper, main section .textpic-50-50.picright .pic .img-wrapper,
      main section .textpic-66-33.picleft .pic .img-wrapper,
      main section .textpic-66-33.picright .pic .img-wrapper,
      main section .textpic-33-66.picleft .pic .img-wrapper,
      main section .textpic-33-66.picright .pic .img-wrapper,
      main section .textpic-75-25.picleft .pic .img-wrapper,
      main section .textpic-75-25.picright .pic .img-wrapper,
      main section .textpic-25-75.picleft .pic .img-wrapper,
      main section .textpic-25-75.picright .pic .img-wrapper,
      main section .textpic-onecol.picleft .pic .img-wrapper,
      main section .textpic-onecol.picright .pic .img-wrapper,
      main section .textpic-twocol.picleft .pic .img-wrapper,
      main section .textpic-twocol.picright .pic .img-wrapper,
      main section .textpic-cards.picleft .pic .img-wrapper,
      main section .textpic-cards.picright .pic .img-wrapper,
      main section .textpic-cols.picleft .pic .img-wrapper,
      main section .textpic-cols.picright .pic .img-wrapper {
        position: relative;
        width: fit-content;
        height: auto; }
        main section .textpic-50-50.picleft .pic .img-wrapper .img-caption, main section .textpic-50-50.picright .pic .img-wrapper .img-caption,
        main section .textpic-66-33.picleft .pic .img-wrapper .img-caption,
        main section .textpic-66-33.picright .pic .img-wrapper .img-caption,
        main section .textpic-33-66.picleft .pic .img-wrapper .img-caption,
        main section .textpic-33-66.picright .pic .img-wrapper .img-caption,
        main section .textpic-75-25.picleft .pic .img-wrapper .img-caption,
        main section .textpic-75-25.picright .pic .img-wrapper .img-caption,
        main section .textpic-25-75.picleft .pic .img-wrapper .img-caption,
        main section .textpic-25-75.picright .pic .img-wrapper .img-caption,
        main section .textpic-onecol.picleft .pic .img-wrapper .img-caption,
        main section .textpic-onecol.picright .pic .img-wrapper .img-caption,
        main section .textpic-twocol.picleft .pic .img-wrapper .img-caption,
        main section .textpic-twocol.picright .pic .img-wrapper .img-caption,
        main section .textpic-cards.picleft .pic .img-wrapper .img-caption,
        main section .textpic-cards.picright .pic .img-wrapper .img-caption,
        main section .textpic-cols.picleft .pic .img-wrapper .img-caption,
        main section .textpic-cols.picright .pic .img-wrapper .img-caption {
          position: absolute;
          top: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: auto;
          background: rgba(0, 0, 0, 0.5); }
          main section .textpic-50-50.picleft .pic .img-wrapper .img-caption span, main section .textpic-50-50.picright .pic .img-wrapper .img-caption span,
          main section .textpic-66-33.picleft .pic .img-wrapper .img-caption span,
          main section .textpic-66-33.picright .pic .img-wrapper .img-caption span,
          main section .textpic-33-66.picleft .pic .img-wrapper .img-caption span,
          main section .textpic-33-66.picright .pic .img-wrapper .img-caption span,
          main section .textpic-75-25.picleft .pic .img-wrapper .img-caption span,
          main section .textpic-75-25.picright .pic .img-wrapper .img-caption span,
          main section .textpic-25-75.picleft .pic .img-wrapper .img-caption span,
          main section .textpic-25-75.picright .pic .img-wrapper .img-caption span,
          main section .textpic-onecol.picleft .pic .img-wrapper .img-caption span,
          main section .textpic-onecol.picright .pic .img-wrapper .img-caption span,
          main section .textpic-twocol.picleft .pic .img-wrapper .img-caption span,
          main section .textpic-twocol.picright .pic .img-wrapper .img-caption span,
          main section .textpic-cards.picleft .pic .img-wrapper .img-caption span,
          main section .textpic-cards.picright .pic .img-wrapper .img-caption span,
          main section .textpic-cols.picleft .pic .img-wrapper .img-caption span,
          main section .textpic-cols.picright .pic .img-wrapper .img-caption span {
            font-size: 24px;
            line-height: 28px;
            text-transform: uppercase; }
      main section .textpic-50-50.picleft .pic.i-90 img, main section .textpic-50-50.picright .pic.i-90 img,
      main section .textpic-66-33.picleft .pic.i-90 img,
      main section .textpic-66-33.picright .pic.i-90 img,
      main section .textpic-33-66.picleft .pic.i-90 img,
      main section .textpic-33-66.picright .pic.i-90 img,
      main section .textpic-75-25.picleft .pic.i-90 img,
      main section .textpic-75-25.picright .pic.i-90 img,
      main section .textpic-25-75.picleft .pic.i-90 img,
      main section .textpic-25-75.picright .pic.i-90 img,
      main section .textpic-onecol.picleft .pic.i-90 img,
      main section .textpic-onecol.picright .pic.i-90 img,
      main section .textpic-twocol.picleft .pic.i-90 img,
      main section .textpic-twocol.picright .pic.i-90 img,
      main section .textpic-cards.picleft .pic.i-90 img,
      main section .textpic-cards.picright .pic.i-90 img,
      main section .textpic-cols.picleft .pic.i-90 img,
      main section .textpic-cols.picright .pic.i-90 img {
        width: 90%; }
      main section .textpic-50-50.picleft .pic.i-75 img, main section .textpic-50-50.picright .pic.i-75 img,
      main section .textpic-66-33.picleft .pic.i-75 img,
      main section .textpic-66-33.picright .pic.i-75 img,
      main section .textpic-33-66.picleft .pic.i-75 img,
      main section .textpic-33-66.picright .pic.i-75 img,
      main section .textpic-75-25.picleft .pic.i-75 img,
      main section .textpic-75-25.picright .pic.i-75 img,
      main section .textpic-25-75.picleft .pic.i-75 img,
      main section .textpic-25-75.picright .pic.i-75 img,
      main section .textpic-onecol.picleft .pic.i-75 img,
      main section .textpic-onecol.picright .pic.i-75 img,
      main section .textpic-twocol.picleft .pic.i-75 img,
      main section .textpic-twocol.picright .pic.i-75 img,
      main section .textpic-cards.picleft .pic.i-75 img,
      main section .textpic-cards.picright .pic.i-75 img,
      main section .textpic-cols.picleft .pic.i-75 img,
      main section .textpic-cols.picright .pic.i-75 img {
        width: 75%; }
      main section .textpic-50-50.picleft .pic.i-50 img, main section .textpic-50-50.picright .pic.i-50 img,
      main section .textpic-66-33.picleft .pic.i-50 img,
      main section .textpic-66-33.picright .pic.i-50 img,
      main section .textpic-33-66.picleft .pic.i-50 img,
      main section .textpic-33-66.picright .pic.i-50 img,
      main section .textpic-75-25.picleft .pic.i-50 img,
      main section .textpic-75-25.picright .pic.i-50 img,
      main section .textpic-25-75.picleft .pic.i-50 img,
      main section .textpic-25-75.picright .pic.i-50 img,
      main section .textpic-onecol.picleft .pic.i-50 img,
      main section .textpic-onecol.picright .pic.i-50 img,
      main section .textpic-twocol.picleft .pic.i-50 img,
      main section .textpic-twocol.picright .pic.i-50 img,
      main section .textpic-cards.picleft .pic.i-50 img,
      main section .textpic-cards.picright .pic.i-50 img,
      main section .textpic-cols.picleft .pic.i-50 img,
      main section .textpic-cols.picright .pic.i-50 img {
        width: 50%; }
      main section .textpic-50-50.picleft .pic.i-25 img, main section .textpic-50-50.picright .pic.i-25 img,
      main section .textpic-66-33.picleft .pic.i-25 img,
      main section .textpic-66-33.picright .pic.i-25 img,
      main section .textpic-33-66.picleft .pic.i-25 img,
      main section .textpic-33-66.picright .pic.i-25 img,
      main section .textpic-75-25.picleft .pic.i-25 img,
      main section .textpic-75-25.picright .pic.i-25 img,
      main section .textpic-25-75.picleft .pic.i-25 img,
      main section .textpic-25-75.picright .pic.i-25 img,
      main section .textpic-onecol.picleft .pic.i-25 img,
      main section .textpic-onecol.picright .pic.i-25 img,
      main section .textpic-twocol.picleft .pic.i-25 img,
      main section .textpic-twocol.picright .pic.i-25 img,
      main section .textpic-cards.picleft .pic.i-25 img,
      main section .textpic-cards.picright .pic.i-25 img,
      main section .textpic-cols.picleft .pic.i-25 img,
      main section .textpic-cols.picright .pic.i-25 img {
        width: 25%; }
      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: 60px; }
        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: 60px; }
        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 h2,
      main section .textpic-66-33 .t-big h2,
      main section .textpic-33-66 .t-big h2,
      main section .textpic-75-25 .t-big h2,
      main section .textpic-25-75 .t-big h2,
      main section .textpic-onecol .t-big h2,
      main section .textpic-twocol .t-big h2,
      main section .textpic-cards .t-big h2,
      main section .textpic-cols .t-big h2 {
        font-size: 60px;
        line-height: 70px; }
      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: 20px;
        line-height: 30px; }
      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: 40px;
        line-height: 50px; }
      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: 18px;
        line-height: 28px; }
      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: 60px; }
        main section .textpic-50-50 .txt p:last-of-type, main section .textpic-50-50 .txt ul:last-of-type,
        main section .textpic-50-50 .card-body p:last-of-type,
        main section .textpic-50-50 .card-body ul:last-of-type,
        main section .textpic-66-33 .txt p:last-of-type,
        main section .textpic-66-33 .txt ul:last-of-type,
        main section .textpic-66-33 .card-body p:last-of-type,
        main section .textpic-66-33 .card-body ul:last-of-type,
        main section .textpic-33-66 .txt p:last-of-type,
        main section .textpic-33-66 .txt ul:last-of-type,
        main section .textpic-33-66 .card-body p:last-of-type,
        main section .textpic-33-66 .card-body ul:last-of-type,
        main section .textpic-75-25 .txt p:last-of-type,
        main section .textpic-75-25 .txt ul:last-of-type,
        main section .textpic-75-25 .card-body p:last-of-type,
        main section .textpic-75-25 .card-body ul:last-of-type,
        main section .textpic-25-75 .txt p:last-of-type,
        main section .textpic-25-75 .txt ul:last-of-type,
        main section .textpic-25-75 .card-body p:last-of-type,
        main section .textpic-25-75 .card-body ul:last-of-type,
        main section .textpic-onecol .txt p:last-of-type,
        main section .textpic-onecol .txt ul:last-of-type,
        main section .textpic-onecol .card-body p:last-of-type,
        main section .textpic-onecol .card-body ul:last-of-type,
        main section .textpic-twocol .txt p:last-of-type,
        main section .textpic-twocol .txt ul:last-of-type,
        main section .textpic-twocol .card-body p:last-of-type,
        main section .textpic-twocol .card-body ul:last-of-type,
        main section .textpic-cards .txt p:last-of-type,
        main section .textpic-cards .txt ul:last-of-type,
        main section .textpic-cards .card-body p:last-of-type,
        main section .textpic-cards .card-body ul:last-of-type,
        main section .textpic-cols .txt p:last-of-type,
        main section .textpic-cols .txt ul:last-of-type,
        main section .textpic-cols .card-body p:last-of-type,
        main section .textpic-cols .card-body ul:last-of-type {
          margin-bottom: 0; }
        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: 22px;
        line-height: 26px;
        text-transform: uppercase; }
    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 {
      padding-bottom: 90px; }
      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 .gmaps .txt h3, main section .gmaps .txt p {
      text-align: left; }

/* -- Footer -- */
footer .container-fluid {
  max-width: 1640px; }
footer .bg-ci {
  margin-bottom: 0; }
footer .f-divider {
  padding: 50px 0;
  border-top: 1px solid #fff; }
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: "GothamMedium";
      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: "GothamLight";
          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 .footer-column .footer-column-head {
  font-family: "GothamMedium";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase; }
footer .footer-modular .footer-column .footer-column-text,
footer .footer-modular .footer-column .footer-column-sm {
  font-family: "GothamLight";
  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-sm .footer-column-sm-item {
  margin-top: 10px; }
  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: 5px; }
    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: "GothamLight" !important;
  font-size: 20px !important;
  line-height: 22px !important;
  color: #fff; }

.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: rgba(102, 102, 102, 0.8); }
  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: #888;
    border-bottom-color: #000; }
  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: #888; }

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::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px; }

.tx-powermail {
  padding-bottom: 30px; }
  .tx-powermail .powermail_fieldset {
    height: 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%;
    float: left;
    margin-right: 3%; }
  .tx-powermail .powermail_fieldwrap_type_input.powermail_fieldwrap_ort {
    width: 82%;
    float: left;
    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: "GothamLight";
      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: "GothamLight";
      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: 645px; }
    .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_check.powermail_fieldwrap_datenschutz .powermail_field, .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field {
      position: relative; }
      .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .powermail_field_error_container_datenschutz ul,
      .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .powermail_field_error_container_datenschutz_01 ul, .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field .powermail_field_error_container_datenschutz ul,
      .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field .powermail_field_error_container_datenschutz_01 ul {
        position: absolute;
        list-style: none;
        color: #fff;
        width: 200px;
        height: 70px;
        top: 35px;
        left: 0;
        padding: 5px 7px;
        background: #000;
        border: 1px solid #efefef; }
        .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .powermail_field_error_container_datenschutz ul:before,
        .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .powermail_field_error_container_datenschutz_01 ul:before, .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field .powermail_field_error_container_datenschutz ul:before,
        .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field .powermail_field_error_container_datenschutz_01 ul:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          top: -20px;
          left: 5px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid transparent;
          border-bottom: 10px solid #efefef; }
        .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .powermail_field_error_container_datenschutz ul li,
        .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .powermail_field_error_container_datenschutz_01 ul li, .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field .powermail_field_error_container_datenschutz ul li,
        .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field .powermail_field_error_container_datenschutz_01 ul li {
          margin-left: 0; }
          .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .powermail_field_error_container_datenschutz ul li:before,
          .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_field .powermail_field_error_container_datenschutz_01 ul li:before, .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field .powermail_field_error_container_datenschutz ul li:before,
          .tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz_01 .powermail_field .powermail_field_error_container_datenschutz_01 ul li:before {
            content: 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-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; }
  .tx-powermail .powermail_fieldwrap_type_content .powermail_field p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px; }
  .tx-powermail .powermail_confirmation,
  .tx-powermail .powermail_create {
    width: 100% !important; }
    .tx-powermail .powermail_confirmation h1,
    .tx-powermail .powermail_create h1 {
      font-family: "GothamLight";
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 30px; }
    .tx-powermail .powermail_confirmation h1 + p,
    .tx-powermail .powermail_create h1 + p {
      margin-top: -15px;
      margin-bottom: 30px; }
    .tx-powermail .powermail_confirmation table,
    .tx-powermail .powermail_create table {
      font-size: 20px !important;
      width: 100% !important; }
      .tx-powermail .powermail_confirmation table tbody,
      .tx-powermail .powermail_confirmation table .tbody,
      .tx-powermail .powermail_create table tbody,
      .tx-powermail .powermail_create table .tbody {
        width: 1000px !important; }
      .tx-powermail .powermail_confirmation table tr,
      .tx-powermail .powermail_create table tr {
        width: 100% !important;
        height: 25px !important;
        padding-left: 0px !important;
        border-top: 1px solid #ccc !important; }
      .tx-powermail .powermail_confirmation table tr:last-of-type,
      .tx-powermail .powermail_create table tr:last-of-type {
        width: 100% !important; }
      .tx-powermail .powermail_confirmation table tr:nth-of-type(2n+1),
      .tx-powermail .powermail_create table tr:nth-of-type(2n+1) {
        background: none !important; }
      .tx-powermail .powermail_confirmation table tr:hover,
      .tx-powermail .powermail_create table tr:hover {
        background: none !important; }
      .tx-powermail .powermail_confirmation table td.powermail_all_label,
      .tx-powermail .powermail_confirmation table td.powermail_all_value,
      .tx-powermail .powermail_create table td.powermail_all_label,
      .tx-powermail .powermail_create table td.powermail_all_value {
        height: 25px !important; }
      .tx-powermail .powermail_confirmation table td.powermail_all_label,
      .tx-powermail .powermail_create table td.powermail_all_label {
        width: 30% !important;
        padding-left: 0px !important; }
      .tx-powermail .powermail_confirmation table td.powermail_all_value,
      .tx-powermail .powermail_create table td.powermail_all_value {
        width: 70% !important;
        padding-left: 0px !important; }
    .tx-powermail .powermail_confirmation .btn,
    .tx-powermail .powermail_create .btn {
      margin-right: 30px; }
      .tx-powermail .powermail_confirmation .btn.btn-danger,
      .tx-powermail .powermail_create .btn.btn-danger {
        color: #333 !important;
        border: none;
        padding: 0px 7px;
        background: #f6f6f6 !important; }
      .tx-powermail .powermail_confirmation .btn.btn-primary,
      .tx-powermail .powermail_create .btn.btn-primary {
        color: #fff !important;
        border: none;
        padding: 0px 7px;
        background: #000 !important; }

.powermail_create table tbody, .powermail_create table tr {
  width: 100% !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; }

/* -- Mobile Menu -- */
/* -> Main style */
body.mmactive {
  overflow: hidden; }

.mobile_menu,
.mobile_menu_affix {
  display: none;
  position: relative;
  list-style: none !important;
  padding-left: 30px;
  padding-right: 30px; }

.mobile_menu li:before,
.mobile_menu_affix li:before {
  content: "";
  display: none;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0; }

.sm_menu_outer.active .mobile_menu,
.sm_menu_outer.active .mobile_menu_affix {
  display: block; }

.sm_menu_outer {
  height: calc(100vh - 135px);
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 140px;
  z-index: -9;
  width: 100%;
  padding-top: 30px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.sm_menu_outer.active {
  opacity: 1;
  z-index: 9999; }

/*.sm_menu_outer .mobile_menu li.back,
.sm_menu_outer .mobile_menu_affix li.back {
   background: rgba($clr-white, 0.3);
   border: none;
}*/
.sm_menu_outer .mobile_menu li.back,
.sm_menu_outer .mobile_menu_affix li.back,
.sm_menu_outer .mobile_menu .mm-header {
  height: 50px;
  margin-top: 0;
  padding-left: 0;
  background: url("/fileadmin/icons/assets/badea_icn_arrow_left.svg") no-repeat 10px center rgba(89, 89, 89, 0.8);
  background-size: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.sm_menu_outer .mobile_menu .mm-header {
  padding-left: 10px; }

.sm_menu_outer .mobile_menu li.back a,
.sm_menu_outer .mobile_menu_affix li.back a {
  padding: 0 0 0 30px;
  /* background: url("../Img/jhw_icon_arrow_left_bt.svg") no-repeat 0px center;*/
  /*background-size: 50%;*/ }

.sm_menu_outer .mobile_menu .mm-header {
  background: #595959; }

.sm_menu_outer .mobile_menu a,
.sm_menu_outer .mobile_menu_affix a {
  display: block;
  width: 100%;
  font-family: "GothamLight";
  font-size: 20px;
  line-height: calc(24px + 4px);
  color: #fff;
  padding: 0;
  text-decoration: none; }
  .sm_menu_outer .mobile_menu a:hover,
  .sm_menu_outer .mobile_menu_affix a:hover {
    text-decoration: none;
    border: none; }

.sm_menu_outer .mobile_menu li a.l1 span {
  color: #000; }

/* -> Sub Menu anim */
.sm_menu_outer .mobile_menu .submenu,
.sm_menu_outer .mobile_menu_affix .submenu {
  background-color: white;
  height: 100vh;
  min-height: 340px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999; }
  .sm_menu_outer .mobile_menu .submenu.l3 a,
  .sm_menu_outer .mobile_menu_affix .submenu.l3 a {
    text-transform: none; }
  .sm_menu_outer .mobile_menu .submenu.l3 li.back a,
  .sm_menu_outer .mobile_menu_affix .submenu.l3 li.back a {
    text-transform: none; }

.sm_menu_outer .mobile_menu li.active > .submenu,
.sm_menu_outer .mobile_menu_affix li.active > .submenu {
  right: 0; }

.sm_menu_outer .mobile_menu li,
.sm_menu_outer .mobile_menu_affix li {
  position: relative;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 0 10px 10px;
  margin: 5px 0;
  /*border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;*/
  color: #000;
  cursor: pointer; }
  .sm_menu_outer .mobile_menu li:hover:after, .sm_menu_outer .mobile_menu li.current:after,
  .sm_menu_outer .mobile_menu_affix li:hover:after,
  .sm_menu_outer .mobile_menu_affix li.current:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 15px;
    margin-left: -10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(-45deg); }
  .sm_menu_outer .mobile_menu li.langselect,
  .sm_menu_outer .mobile_menu_affix li.langselect {
    color: #fff; }
    .sm_menu_outer .mobile_menu li.langselect a,
    .sm_menu_outer .mobile_menu_affix li.langselect a {
      display: inline; }
      .sm_menu_outer .mobile_menu li.langselect a.langselect-active,
      .sm_menu_outer .mobile_menu_affix li.langselect a.langselect-active {
        font-family: "GothamMedium"; }
  .sm_menu_outer .mobile_menu li.current a,
  .sm_menu_outer .mobile_menu_affix li.current a {
    font-family: "GothamMedium"; }

.sm_menu_outer .mobile_menu li.hasChild,
.sm_menu_outer .mobile_menu_affix li.hasChild {
  background: url("/fileadmin/icons/assets/badea_icn_arrow_right.svg") no-repeat calc(100% - 10px) center;
  background-size: 10px; }

.sm_menu_outer .mobile_menu li.hasChild > a,
.sm_menu_outer .mobile_menu_affix li.hasChild > a {
  /*background: url("../Img/jhw_icon_arrow_right_bt.svg") no-repeat 98% center;*/
  /*background-size: 50%;*/ }

/* -> Hamburger Animation */
#sm_menu_ham {
  display: none;
  cursor: pointer;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px; }

#sm_menu_ham span {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px; }

#sm_menu_ham span:nth-child(1) {
  top: 5px; }

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 15px; }

#sm_menu_ham span:nth-child(4) {
  top: 25px; }

#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0; }

#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0; }

/* Cookie Warnfeld */
.cc-window {
  padding-left: 180px !important;
  padding-right: 180px !important;
  background: rgba(0, 0, 0, 0.9) !important; }
  .cc-window .cc-message {
    font-family: "GothamLight" !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important; }
    .cc-window .cc-message a, .cc-window .cc-message a:hover {
      font-family: "GothamLight" !important;
      font-size: 16px !important;
      font-weight: normal !important;
      line-height: 20px !important;
      color: #ccc !important;
      text-decoration: none !important;
      border: none !important; }
  .cc-window .cc-compliance a.cc-btn {
    width: auto !important;
    font-family: "GothamLight" !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 10px 40px !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    background: none !important;
    transition: .3s all; }
  .cc-window .cc-compliance a.cc-btn:hover {
    background: #fff !important;
    color: #191919 !important; }

/* -- Cookiebot -- */
#CybotCookiebotDialog {
  width: 1180px !important;
  max-width: 90vw !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: none  !important;
  border-radius: 0 !important;
  padding-bottom: 30px !important; }

#CybotCookiebotDialogBody div {
  font-family: "GothamLight" !important; }

#CybotCookiebotDialogBody #CybotCookiebotDialogPoweredbyLink {
  width: 100px !important;
  height: 100px !important;
  margin-top: 35px !important;
  margin-left: 30px !important;
  background: url("/fileadmin/templates/logos/baumann_academy_logo_s.svg") no-repeat;
  background-size: contain; }

#CybotCookiebotDialogBody #CybotCookiebotDialogPoweredbyLink #CybotCookiebotDialogPoweredbyImage {
  display: none;
  /*width: 100% !important;
  height: auto !important;*/ }

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

#lnkxtra {
  padding-bottom: 5px; }
  #lnkxtra a {
    font-family: "GothamLight" !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-right: 15px !important; }

#CybotCookiebotDialogBodyContent h2#CybotCookiebotDialogBodyContentTitle {
  font-family: "GothamMedium" !important;
  margin-bottom: 30px; }

#CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
  font-size: 18px !important;
  line-height: 26px !important; }

#CybotCookiebotDialogBodyLevelWrapper {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 160px !important;
  padding-right: 0 !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  display: flex !important;
  justify-content: space-between !important;
  order: 100;
  padding-right: 30px !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  display: block !important;
  font-family: "GothamLight" !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: normal !important;
  color: #666 !important;
  height: 20px !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding: 5px 10px 12px 5px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background: none !important;
  transition: all .5s; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: #fff !important;
  background: #000 !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover,
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll:hover {
  color: #fff !important;
  border: 1px solid #000 !important;
  background: #000 !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background: rgba(0, 0, 0, 0.6) !important; }

#CybotCookiebotDialogBodyLevelButtons {
  margin-left: 0 !important;
  margin-bottom: 30px !important; }

#CybotCookiebotDialogBodyLevelButtonsTable,
#CybotCookiebotDialogBodyLevelButtonsRow,
#CybotCookiebotDialogBodyLevelButtonsSelectPane,
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  display: block !important; }

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  padding-left: 0 !important;
  border: none !important;
  border-radius: 0 !important; }

#CybotCookiebotDialogBodyLevelDetailsWrapper {
  padding: 0 !important;
  margin-top: 30px !important;
  border: none !important;
  background: none !important; }

#CybotCookiebotDialogBodyLevelDetailsWrapper a {
  font-family: "GothamLight" !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: normal !important; }

#CybotCookiebotDialogDetail {
  font-family: "GothamLight" !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: normal !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
  padding-left: 160px !important;
  padding-right: 30px !important;
  background: none !important; }

#CybotCookiebotDialogDetailBody {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }

#CybotCookiebotDialogDetailBodyContent {
  font-family: "GothamLight" !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: normal !important;
  height: 174px !important;
  border: 1px solid #ccc !important;
  background: none !important; }

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  background: none !important; }

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes,
.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected {
  font-family: "GothamLight" !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: normal !important; }

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  background: rgba(234, 234, 234, 0.6) !important; }

.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected {
  background: rgba(255, 255, 255, 0.6) !important; }

#CybotCookiebotDialogDetailTableNecessary th {
  background: rgba(234, 234, 234, 0.6) !important; }

.CybotCookiebotDialogDetailBodyContentCookieTypeIntro,
.CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer {
  font-family: "GothamLight" !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: normal !important; }

#CybotCookiebotDialogDetailFooter {
  font-family: "GothamLight" !important;
  font-size: 12px !important;
  line-height: 12px !important;
  font-weight: normal !important;
  margin-top: 15px !important;
  background: none !important; }

#CybotCookiebotDialogDetailBodyContentTabs {
  display: none !important; }

input[type="checkbox"] + label {
  position: relative !important; }

input[type="checkbox"] + label::after {
  content: "" !important;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  border: 1px solid #aaa !important; }

input[type="checkbox"].CybotCookiebotDialogBodyLevelButton + label,
input[type="checkbox"].CybotCookiebotDialogBodyLevelButton:checked + label {
  font-family: "GothamLight" !important;
  font-size: 18px !important;
  line-height: 18px !important;
  font-weight: normal !important;
  padding-left: 30px !important;
  background-image: none !important; }

input[type="checkbox"].CybotCookiebotDialogBodyLevelButton:checked + label {
  background-image: url(/fileadmin/templates/assets/bf_cookiebot_icn_check_pos.svg) !important;
  background-size: 15% !important;
  background-position: center; }

input[type="checkbox"].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled + label {
  font-size: 18px !important;
  line-height: 18px !important;
  font-weight: normal !important;
  padding-left: 30px !important;
  background-image: url(/fileadmin/templates/assets/bf_cookiebot_icn_check_disabled.svg) !important;
  background-size: 15% !important;
  background-position: center; }

/* -- Breakpoints -- */
@media (min-width: 1640px) {
  main section .img-divider .img-divider-wrap {
    background-size: cover, cover; } }
@media (max-width: 1640px) {
  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: 1800px) {
  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: 60px; }
  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: 60px; } }
@media (max-width: 1615px) {
  header .header-wrapper nav ul#nv-main li {
    margin-left: 40px; }

  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: 14px;
    line-height: 22px; }
  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; } }
@media (max-width: 1520px) {
  main section .hd-slider .hd-slider-item .hd-slider-right {
    padding-right: 60px;
    padding-left: 60px; } }
@media (max-width: 1465px) {
  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%; } }
@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; }
  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: 23px;
    line-height: 23px; }
  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: 45px;
    line-height: 45px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-front .ta-item-txt .ta-item-arrow {
    height: 25px; }
  main section .tile-ani .tile-ani-item .ta-item-scene .ta-item-card .ta-item-card-face-back .ta-item-txt {
    padding: 35px 35px 40px 35px; }
    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: 20px;
      line-height: 24px; }
    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: 29px; }
    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; }
    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: 25px; } }
@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; }

  main section .hd-slider ul.slick-dots {
    right: 30px; }
  main section .hd-slider.h-750 {
    height: 940px; }
    main section .hd-slider.h-750 .hd-slider-left {
      height: 679px; }
    main section .hd-slider.h-750 .hd-slider-right {
      height: 261px;
      text-align: center; }
      main section .hd-slider.h-750 .hd-slider-right a.morelink {
        width: 30%;
        min-width: 200px; }
  main section .hd-slider .hd-slider-item .hd-slider-item-text {
    display: none; }
    main section .hd-slider .hd-slider-item .hd-slider-item-text h1 {
      /*width: 50%;*/
      /*font-size: 45px;
      line-height: 50px;*/ }
    main section .hd-slider .hd-slider-item .hd-slider-item-text h2 {
      height: auto;
      /*font-size: 20px;
      line-height: 30px;*/
      margin-bottom: 15px; }
  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: 50px;
    line-height: 60px;
    margin-bottom: 20px; }

  h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px; }

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

  h3 {
    font-size: 18px;
    line-height: 28px;
    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%; } }
@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%;
    				}*/ }

  main section br {
    display: none; }
  main section .hd-slider-arrows {
    display: none; }
  main section .hd-slider .hd-slider-item .hd-slider-item-text {
    text-align: left;
    padding-left: 30px; }
    main section .hd-slider .hd-slider-item .hd-slider-item-text h1, main section .hd-slider .hd-slider-item .hd-slider-item-text h2 {
      display: none; }
  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: 14px;
    line-height: 22px; }
  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; }

  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 {
    font-size: 17px;
    line-height: 27px;
    overflow-x: hidden; }

  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px; }

  h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px; }

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

  h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px; }

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

  .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; }

  main section br {
    display: none; }
  main section .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }
  main section.defaultheader {
    margin-bottom: 0; }
  main section .hd-slider .slick-dots {
    display: none !important; }
  main section .hd-slider .hd-slider-item .hd-slider-item-text {
    font-size: 25px;
    text-align: left;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    padding-left: 30px;
    bottom: 25px; }
  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: 14px;
    line-height: 22px; }
  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 .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: center; }
    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: 45px;
    line-height: 55px; }
  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.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; }

  .cc-window {
    padding-left: 30px !important;
    padding-right: 30px !important; }
    .cc-window .cc-compliance a.cc-btn {
      padding: 10px 20px !important; } }
@media (max-width: 575px) {
  /* < Bootstrap Small */
  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: 14px;
      line-height: 20px; }
    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 #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 */
