/*
 *
 *     LESS FUNCTIONS
 *
 */
/*
 *
 *     BASIC CSS
 *
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  line-height: 150%;
  position: relative;
}
html,
body {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}
body > div {
  overflow-x: hidden;
}
div {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
.btn {
  padding: 4px 12px 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.colclear {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: none;
}
.inner-content-wrap,
.inner-content-wrap-ce-width-page {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
.inner-content-wrap-ce-width-fullpadding {
  padding: 0 60px;
}
.inner-content-wrap .inner-content-wrap-ce,
.inner-content-wrap .inner-content-wrap {
  padding: 0;
}
#main-content {
  margin-top: 110px;
  padding-top: 0;
  padding-bottom: 0;
}
.text-left,
.align-left {
  text-align: left;
}
.text-right,
.align-right {
  text-align: right;
}
.text-center,
.align-center {
  text-align: center;
}
#mobile-menu-bottom-spacer {
  height: 0px;
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.ps {
  position: relative;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: rgba(0, 0, 0, 0.8);
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps:hover > .ps__scrollbar-y-rail:hover,
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps.ps--in-scrolling.ps--y:hover > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.ps.ps--in-scrolling.ps--y:hover > .ps__scrollbar-y-rail,
.ps.ps--in-scrolling.ps--x:hover > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.ps.ps--in-scrolling.ps--x:hover > .ps__scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 768px) {
  .inner-content-wrap,
  .inner-content-wrap-ce-width-page,
  .inner-content-wrap-ce-width-fullpadding {
    padding: 0 20px;
  }
}
@media all and (max-width: 340px) {
  .inner-content-wrap,
  .inner-content-wrap-ce-width-page,
  .inner-content-wrap-ce-width-fullpadding {
    padding: 0 8px;
  }
}
.g-recaptcha iframe,
.g-recaptcha > div {
  max-width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  width: auto !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mw500,
.mw600,
.mw700,
.mw800,
.mw900,
.mw1000,
.mw1100,
.mw1200,
.mw1300,
.mw1400,
.mw1500,
.mw1600 {
  margin-left: auto;
  margin-right: auto;
}
.mw500 > .inner-content-wrap-ce-width-page,
.mw600 > .inner-content-wrap-ce-width-page,
.mw700 > .inner-content-wrap-ce-width-page,
.mw800 > .inner-content-wrap-ce-width-page,
.mw900 > .inner-content-wrap-ce-width-page,
.mw1000 > .inner-content-wrap-ce-width-page,
.mw1100 > .inner-content-wrap-ce-width-page,
.mw1200 > .inner-content-wrap-ce-width-page,
.mw1300 > .inner-content-wrap-ce-width-page,
.mw1400 > .inner-content-wrap-ce-width-page,
.mw1500 > .inner-content-wrap-ce-width-page,
.mw1600 > .inner-content-wrap-ce-width-page {
  padding: 0;
}
.max-width-left {
  margin-left: 0;
}
.max-width-right {
  margin-right: 0;
}
.mw500 {
  max-width: 500px;
}
.mw600 {
  max-width: 600px;
}
.mw700 {
  max-width: 700px;
}
.mw800 {
  max-width: 800px;
}
.mw900 {
  max-width: 900px;
}
.mw1000 {
  max-width: 1000px;
}
.mw1100 {
  max-width: 1100px;
}
.mw1200 {
  max-width: 1200px;
}
.mw1300 {
  max-width: 1300px;
}
.mw1400 {
  max-width: 1400px;
}
.mw1500 {
  max-width: 1500px;
}
.mw1600 {
  max-width: 1600px;
}
.inner-content-wrap-width-full.col-mw500,
.inner-content-wrap-width-page.col-mw500,
.inner-content-wrap-width-full.col-mw600,
.inner-content-wrap-width-page.col-mw600,
.inner-content-wrap-width-full.col-mw700,
.inner-content-wrap-width-page.col-mw700,
.inner-content-wrap-width-full.col-mw800,
.inner-content-wrap-width-page.col-mw800,
.inner-content-wrap-width-full.col-mw900,
.inner-content-wrap-width-page.col-mw900,
.inner-content-wrap-width-full.col-mw1000,
.inner-content-wrap-width-page.col-mw1000,
.inner-content-wrap-width-full.col-mw1100,
.inner-content-wrap-width-page.col-mw1100,
.inner-content-wrap-width-full.col-mw1200,
.inner-content-wrap-width-page.col-mw1200,
.inner-content-wrap-width-full.col-mw1300,
.inner-content-wrap-width-page.col-mw1300,
.inner-content-wrap-width-full.col-mw1400,
.inner-content-wrap-width-page.col-mw1400,
.inner-content-wrap-width-full.col-mw1500,
.inner-content-wrap-width-page.col-mw1500,
.inner-content-wrap-width-full.col-mw1600,
.inner-content-wrap-width-page.col-mw1600 {
  margin-left: auto;
  margin-right: auto;
}
.inner-content-wrap-width-full.max-width-left,
.inner-content-wrap-width-page.max-width-left {
  margin-left: -15px;
}
.inner-content-wrap-width-full.max-width-right,
.inner-content-wrap-width-page.max-width-right {
  margin-right: -15px;
}
.inner-content-wrap-width-full.col-mw500,
.inner-content-wrap-width-page.col-mw500 {
  max-width: 530px;
}
.inner-content-wrap-width-full.col-mw600,
.inner-content-wrap-width-page.col-mw600 {
  max-width: 630px;
}
.inner-content-wrap-width-full.col-mw700,
.inner-content-wrap-width-page.col-mw700 {
  max-width: 730px;
}
.inner-content-wrap-width-full.col-mw800,
.inner-content-wrap-width-page.col-mw800 {
  max-width: 830px;
}
.inner-content-wrap-width-full.col-mw900,
.inner-content-wrap-width-page.col-mw900 {
  max-width: 930px;
}
.inner-content-wrap-width-full.col-mw1000,
.inner-content-wrap-width-page.col-mw1000 {
  max-width: 1030px;
}
.inner-content-wrap-width-full.col-mw1100,
.inner-content-wrap-width-page.col-mw1100 {
  max-width: 1130px;
}
.inner-content-wrap-width-full.col-mw1200,
.inner-content-wrap-width-page.col-mw1200 {
  max-width: 1230px;
}
.inner-content-wrap-width-full.col-mw1300,
.inner-content-wrap-width-page.col-mw1300 {
  max-width: 1330px;
}
.inner-content-wrap-width-full.col-mw1400,
.inner-content-wrap-width-page.col-mw1400 {
  max-width: 1430px;
}
.inner-content-wrap-width-full.col-mw1500,
.inner-content-wrap-width-page.col-mw1500 {
  max-width: 1530px;
}
.inner-content-wrap-width-full.col-mw1600,
.inner-content-wrap-width-page.col-mw1600 {
  max-width: 1630px;
}
@media all and (max-width: 980px) {
  .inner-content-wrap-width-full.max-width-left,
  .inner-content-wrap-width-page.max-width-left {
    margin-left: -10px;
  }
  .inner-content-wrap-width-full.max-width-right,
  .inner-content-wrap-width-page.max-width-right {
    margin-right: -10px;
  }
  .inner-content-wrap-width-full.col-mw500,
  .inner-content-wrap-width-page.col-mw500 {
    max-width: 520px;
  }
  .inner-content-wrap-width-full.col-mw600,
  .inner-content-wrap-width-page.col-mw600 {
    max-width: 620px;
  }
  .inner-content-wrap-width-full.col-mw700,
  .inner-content-wrap-width-page.col-mw700 {
    max-width: 720px;
  }
  .inner-content-wrap-width-full.col-mw800,
  .inner-content-wrap-width-page.col-mw800 {
    max-width: 820px;
  }
  .inner-content-wrap-width-full.col-mw900,
  .inner-content-wrap-width-page.col-mw900 {
    max-width: 920px;
  }
  .inner-content-wrap-width-full.col-mw1000,
  .inner-content-wrap-width-page.col-mw1000 {
    max-width: 1020px;
  }
  .inner-content-wrap-width-full.col-mw1100,
  .inner-content-wrap-width-page.col-mw1100 {
    max-width: 1120px;
  }
  .inner-content-wrap-width-full.col-mw1200,
  .inner-content-wrap-width-page.col-mw1200 {
    max-width: 1220px;
  }
  .inner-content-wrap-width-full.col-mw1300,
  .inner-content-wrap-width-page.col-mw1300 {
    max-width: 1320px;
  }
  .inner-content-wrap-width-full.col-mw1400,
  .inner-content-wrap-width-page.col-mw1400 {
    max-width: 1420px;
  }
  .inner-content-wrap-width-full.col-mw1500,
  .inner-content-wrap-width-page.col-mw1500 {
    max-width: 1520px;
  }
  .inner-content-wrap-width-full.col-mw1600,
  .inner-content-wrap-width-page.col-mw1600 {
    max-width: 1620px;
  }
}
@media all and (max-width: 540px) {
  .inner-content-wrap-width-full.max-width-left,
  .inner-content-wrap-width-page.max-width-left {
    margin-left: -6px;
  }
  .inner-content-wrap-width-full.max-width-right,
  .inner-content-wrap-width-page.max-width-right {
    margin-right: -6px;
  }
  .inner-content-wrap-width-full.col-mw500,
  .inner-content-wrap-width-page.col-mw500 {
    max-width: 512px;
  }
  .inner-content-wrap-width-full.col-mw600,
  .inner-content-wrap-width-page.col-mw600 {
    max-width: 612px;
  }
  .inner-content-wrap-width-full.col-mw700,
  .inner-content-wrap-width-page.col-mw700 {
    max-width: 712px;
  }
  .inner-content-wrap-width-full.col-mw800,
  .inner-content-wrap-width-page.col-mw800 {
    max-width: 812px;
  }
  .inner-content-wrap-width-full.col-mw900,
  .inner-content-wrap-width-page.col-mw900 {
    max-width: 912px;
  }
  .inner-content-wrap-width-full.col-mw1000,
  .inner-content-wrap-width-page.col-mw1000 {
    max-width: 1012px;
  }
  .inner-content-wrap-width-full.col-mw1100,
  .inner-content-wrap-width-page.col-mw1100 {
    max-width: 1112px;
  }
  .inner-content-wrap-width-full.col-mw1200,
  .inner-content-wrap-width-page.col-mw1200 {
    max-width: 1212px;
  }
  .inner-content-wrap-width-full.col-mw1300,
  .inner-content-wrap-width-page.col-mw1300 {
    max-width: 1312px;
  }
  .inner-content-wrap-width-full.col-mw1400,
  .inner-content-wrap-width-page.col-mw1400 {
    max-width: 1412px;
  }
  .inner-content-wrap-width-full.col-mw1500,
  .inner-content-wrap-width-page.col-mw1500 {
    max-width: 1512px;
  }
  .inner-content-wrap-width-full.col-mw1600,
  .inner-content-wrap-width-page.col-mw1600 {
    max-width: 1612px;
  }
}
p.imageright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
p.imageleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
textarea,
select,
input,
button {
  outline: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 *
 *     GRID / COLUMNS
 *
 */
.inner-content-wrap-width-page {
  max-width: 1430px;
  padding: 0 45px;
}
.inner-content-wrap-width-page.col-no-padding-1 {
  max-width: 1400px !important;
  padding: 0 !important;
}
.inner-content-wrap-width-fullpadding {
  padding: 0 60px;
  max-width: none;
}
.inner-content-wrap-width-full {
  padding: 0;
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}
.inner-content-wrap-width-full.col-no-padding-1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.col {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
.col-wrap-16-16-16-16-16-16 > div:nth-child(1),
.col-wrap-16-16-16-16-16-16 > div:nth-child(2),
.col-wrap-16-16-16-16-16-16 > div:nth-child(4),
.col-wrap-16-16-16-16-16-16 > div:nth-child(6),
.col-wrap-16-16-16-16-16-16 > div:nth-child(8),
.col-wrap-16-16-16-16-16-16 > div:nth-child(9) {
  width: 16.66%;
}
.col-wrap-20-20-20-20-20 > div:nth-child(1),
.col-wrap-20-20-20-20-20 > div:nth-child(2),
.col-wrap-20-20-20-20-20 > div:nth-child(3),
.col-wrap-20-20-20-20-20 > div:nth-child(5),
.col-wrap-20-20-20-20-20 > div:nth-child(6) {
  width: 20%;
}
.col-wrap-25-25-25-25 > div:nth-child(1),
.col-wrap-25-25-25-25 > div:nth-child(2),
.col-wrap-25-25-25-25 > div:nth-child(4),
.col-wrap-25-25-25-25 > div:nth-child(5),
.col-wrap-25-25-50 > div:nth-child(1),
.col-wrap-25-25-50 > div:nth-child(2),
.col-wrap-50-25-25 > div:nth-child(2),
.col-wrap-50-25-25 > div:nth-child(3) {
  width: 25%;
}
.col-wrap-25-25-50 > div:nth-child(3),
.col-wrap-50-50 > div:nth-child(1),
.col-wrap-50-50 > div:nth-child(2),
.col-wrap-50-25-25 > div:nth-child(1) {
  width: 50%;
}
.col-wrap-33-33-33 > div:nth-child(1),
.col-wrap-33-33-33 > div:nth-child(3),
.col-wrap-33-33-33 > div:nth-child(4),
.col-wrap-33-66 > div:nth-child(1),
.col-wrap-66-33 > div:nth-child(2) {
  width: 33.33%;
}
.col-wrap-33-66 > div:nth-child(2),
.col-wrap-66-33 > div:nth-child(1) {
  width: 66.66%;
}
.col-debug .col-wrap {
  margin-bottom: 50px;
}
.col-debug .col-inner {
  background: rgba(255, 0, 0, 0.2);
  height: 400px;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (max-width: 980px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner-content-wrap-width-full {
    padding: 0;
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }
  .inner-content-wrap-width-page {
    padding: 0 50px;
  }
}
@media all and (max-width: 768px) {
  .inner-content-wrap-width-page {
    padding: 0 10px;
  }
}
@media all and (max-width: 540px) {
  .col {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 0;
  }
  .inner-content-wrap-width-full {
    padding: 0;
    max-width: none;
    margin-left: -6px;
    margin-right: -6px;
  }
  .inner-content-wrap-width-page {
    padding: 0 14px;
  }
}
@media all and (max-width: 340px) {
  .inner-content-wrap-width-page {
    padding: 0 2px;
  }
}
@media all and (max-width: 1250px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1000px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 880px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 800px) {
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-small > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 550px) {
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-small > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 440px) {
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-small > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-small > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-small > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-small > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-small > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-small > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-small > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1350px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1100px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 980px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 900px) {
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-medium > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 650px) {
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-medium > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 540px) {
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1500px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1250px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1030px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1050px) {
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-large > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 800px) {
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-large > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 690px) {
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-large > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-large > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-large > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-large > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-large > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-large > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-large > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1700px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1450px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1230px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1250px) {
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-larger > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1000px) {
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-larger > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 890px) {
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1900px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1650px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1430px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1450px) {
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-extralarge > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 1090px) {
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 650px) {
  .col-wrap-33-33-33 > div:nth-child(1) {
    padding: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(4),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(4) {
    padding: 0 !important;
  }
  .col-wrap-33-33-33 > div:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
  .col-wrap-33-33-33 > div:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
.col-wrap-25-25-25-25 > div:nth-child(1),
.col-wrap-25-25-50 > div:nth-child(1),
.col-wrap-50-50 > div:nth-child(1),
.col-wrap-50-25-25 > div:nth-child(1),
.col-wrap-33-66 > div:nth-child(1),
.col-wrap-66-33 > div:nth-child(1),
.col-wrap-33-33-33 > div:nth-child(1) {
    padding-left:0;
}

.col-wrap-25-25-25-25 > div:nth-child(5),
.col-wrap-25-25-50 > div:nth-child(3),
.col-wrap-50-50 > div:nth-child(2),
.col-wrap-50-25-25 > div:nth-child(3),
.col-wrap-33-66 > div:nth-child(2),
.col-wrap-66-33 > div:nth-child(2),
.col-wrap-33-33-33 > div:nth-child(4) {
    padding-right:0;
}
*/
.col .col {
  width: 100%;
  padding: 0;
}
.col-no-padding-1 .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#header {
  height: 80px;
  position: fixed;
  left: 0px;
  width: 100%;
  background: #25282a;
  color: #ffffff;
  z-index: 203;
  top: 30px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}
#header-inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  box-sizing: border-box;
}
#logo-wrap {
  float: left;
  margin-top: 10px;
  max-width: 200px;
}
#logo img,
#logo svg {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
/*
.nav-fixed #header {
    position: fixed;
    top:0;
}

.mobile #header {
    position: fixed;
    top:30px;
}
*/
@media all and (max-width: 1410px) {
  #header-inner {
    padding-left: 60px;
    max-width: none;
  }
}
@media all and (max-width: 1000px) {
  #header-inner {
    padding-left: 30px;
  }
}
@media all and (max-width: 800px) {
  #header-inner {
    padding-left: 15px;
  }
  #logo-wrap {
    width: 160px;
    margin-top: 15px;
  }
}
#footer {
  background: #babcbe;
  color: #337ab7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-wrap {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.footer-wrap,
.footer-wrap a {
  color: #337ab7;
  text-decoration: none;
}
.footer-wrap > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-wrap > ul > li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
/*
.footer-wrap > ul > li:first-child {
	padding-left:0;
}

.footer-wrap > ul > li:last-child {
	padding-right:0;
}
*/
.footer-wrap > ul > li > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.footer-wrap > ul > li > ul > li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
}
@media all and (max-width: 900px) {
  .footer-wrap > ul > li {
    width: 50%;
  }
  .footer-wrap > ul > li:nth-child(3) {
    display: block;
    clear: both;
    margin-top: 40px;
    /*padding-left:0;*/
  }
  .footer-wrap > ul > li:nth-child(4) {
    margin-top: 40px;
  }
  /*
    .footer-wrap > ul > li:nth-child(2) {
        padding-right:0;
    }*/
}
@media all and (max-width: 600px) {
  .footer-wrap {
    padding: 0 40px;
  }
}
@media all and (max-width: 540px) {
  .footer-wrap > ul > li {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .footer-wrap > ul > li:first-child {
    margin-top: 0;
  }
}
#copyright {
  background: #337ab7;
  color: #ffffff;
}
#copyright-inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 60px;
  font-size: 12px;
}
#copyright-inner p {
  margin: 0;
}
.copyright-text-left {
  float: left;
}
.copyright-text-right {
  float: right;
}
.copyright-text-relaunch {
  float: right;
  margin-right: 30px;
}
.copyright-text-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cookie-banner-open-link {
  float: right;
  margin-right: 30px;
}
.copyright-text-right ul li {
  float: left;
  margin-right: 25px;
}
.copyright-text-right ul li:last-child {
  margin-right: 0;
}
.copyright-text-right ul li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.copyright-text-right ul li a:hover {
  color: #081929;
}
@media all and (max-width: 800px) {
  .copyright-text-relaunch {
    float: none;
    margin-right: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media all and (max-width: 670px) {
  .copyright-text-left,
  .copyright-text-right {
    float: none;
    text-align: center;
  }
  .copyright-text-right {
    margin-top: 10px;
  }
  .copyright-text-right ul li {
    float: none;
    display: inline-block;
  }
  .copyright-text-relaunch {
    margin-top: 15px;
  }
}
/*
*
*	 Farbe Hintergrund
*
*/
.bg-color-primary {
  background-color: #081929;
  color: #337ab7;
}
.bg-color-secondary {
  background-color: #337ab7;
  color: #ffffff;
}
.bg-color-tertiary {
  background-color: #d6d6d6;
  color: #337ab7;
}
.bg-color-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-color-gray {
  background-color: #4a4a4a;
  color: #ffffff;
}
.bg-color-lightgray {
  background-color: #e3e3e3;
  color: #337ab7;
}
.bg-color-white {
  background-color: #ffffff;
  color: #337ab7;
}
/*
*
*	 Farbe Headline
*
*/
.headline-primary {
  color: #081929;
}
.headline-secondary {
  color: #337ab7;
}
.headline-tertiary {
  color: #d6d6d6;
}
.headline-black {
  color: #000000;
}
.headline-gray {
  color: #4a4a4a;
}
.headline-lightgray {
  color: #e3e3e3;
}
.headline-white {
  color: #ffffff;
}
/*
*
*	 Farbe Text
*
*/
.text-primary,
.text-primary p,
.text-primary li,
.text-primary span,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6 {
  color: #081929;
}
.text-primary a {
  color: #337ab7;
}
.text-secondary,
.text-secondary p,
.text-secondary li,
.text-secondary span,
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6 {
  color: #337ab7;
}
.text-secondary a {
  color: #081929;
}
.text-tertiary,
.text-tertiary p,
.text-tertiary li,
.text-tertiary span,
.text-tertiary h1,
.text-tertiary h2,
.text-tertiary h3,
.text-tertiary h4,
.text-tertiary h5,
.text-tertiary h6 {
  color: #d6d6d6;
}
.text-tertiary a {
  color: #081929;
}
.text-tertiary a.btn-primary {
  color: #fff;
}
.text-black,
.text-black p,
.text-black li,
.text-black span,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6 {
  color: #000000;
}
.text-black a {
  color: #ffffff;
}
.text-gray,
.text-gray p,
.text-gray li,
.text-gray span,
.text-gray h1,
.text-gray h2,
.text-gray h3,
.text-gray h4,
.text-gray h5,
.text-gray h6 {
  color: #4a4a4a;
}
.text-gray a {
  color: #ffffff;
}
.text-lightgray,
.text-lightgray p,
.text-lightgray li,
.text-lightgray span,
.text-lightgray h1,
.text-lightgray h2,
.text-lightgray h3,
.text-lightgray h4,
.text-lightgray h5,
.text-lightgray h6 {
  color: #e3e3e3;
}
.text-lightgray a {
  color: #337ab7;
}
.text-white,
.text-white p,
.text-white li,
.text-white span,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff;
}
.text-white a {
  color: #337ab7;
}
/*
*
*	 Farbe Buttons
*
*/
.rte-btn-primary,
.rte-btn-secondary,
.rte-btn-tertiary {
  padding: 4px 12px 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn-primary,
.btn-default,
.rte-btn-primary {
  background-color: #081929;
  color: #ffffff;
}
.btn-secondary,
.rte-btn-secondary {
  background-color: #337ab7;
}
.btn-tertiary,
.rte-btn-tertiary {
  background-color: #d6d6d6;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #337ab7;
}
.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn-gray {
  background-color: #4a4a4a;
}
.btn-lightgray {
  background-color: #e3e3e3;
}
.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn-primary:hover,
.btn-default:hover,
.rte-btn-primary:hover {
  background-color: #040c14;
}
.btn-secondary:hover,
.rte-btn-secondary:hover {
  background-color: #2d6da3;
}
.btn-tertiary:hover,
.rte-btn-tertiary:hover {
  background-color: #c9c9c9;
}
.btn-transparent:hover {
  box-shadow: 0 0 2px #22527b;
}
.btn-black:hover {
  background-color: #404040;
  box-shadow: 0 0 2px #22527b;
  color: #ffffff;
}
.btn-gray:hover {
  background-color: #3d3d3d;
}
.btn-lightgray:hover {
  background-color: #d6d6d6;
}
.btn-white:hover {
  background-color: #bfbfbf;
  color: #000000;
}
#scroll-menu-content {
  display: none;
  position: fixed;
  right: 0;
  top: 30%;
  background: #25282a;
  width: 200px;
  z-index: 200;
  border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-transform: translate3d(182px, 0px, 0px);
  -moz-transform: translate3d(182px, 0px, 0px);
  -o-transform: translate3d(182px, 0px, 0px);
  -ms-transform: translate3d(182px, 0px, 0px);
  transform: translate3d(182px, 0px, 0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
#scroll-menu-content.slided-in {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#scroll-menu-content.show {
  display: block;
}
#scroll-menu-content div {
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 1px;
}
#scroll-menu-content div:hover {
  background-color: #081929;
}
#scroll-menu-content div:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1360px) {
  #scroll-menu-content.show {
    display: none;
  }
}
#main-nav-mobile-btn {
  width: 70px;
  height: 55px;
  margin-top: 12px;
  margin-right: 20px;
  float: right;
  display: none;
}
#main-nav {
  float: right;
  height: 100%;
  user-select: none;
}
#main-nav > ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
#main-nav > ul > li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
#main-nav > ul > li > a {
  display: block;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  margin-left: 1px;
  box-sizing: border-box;
  padding: 28px 20px;
  min-width: 120px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
#main-nav > ul > li > a .arrow {
  display: none;
}
#main-nav > ul > li > a:hover {
  background: #081929;
  color: #337ab7;
}
#main-nav > ul > li ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  background: #25282a;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 180px;
  text-align: left;
}
#main-nav > ul > li:hover ul {
  height: auto;
}
#main-nav > ul > li ul > li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#main-nav > ul > li ul > li.back-link {
  display: none;
}
#main-nav > ul > li ul > li > a {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  padding: 15px 20px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
#main-nav > ul > li ul > li:last-child > a {
  margin-bottom: 0;
}
#main-nav > ul > li ul > li > a:hover {
  background: #081929;
  color: #337ab7;
}
@media all and (max-width: 1360px) {
  #main-nav > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100px;
  }
}
@media all and (max-width: 1360px) {
  #main-nav-mobile-btn {
    display: block;
  }
  #main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25282a+0,19191c+100 */
    background: #25282a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #25282a 0%, #19191c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25282a', endColorstr='#19191c', GradientType=1);
    /* IE6-9 */
    height: auto;
    text-align: left;
    overflow: auto;
    overflow-x: hidden;
    height: 0;
    -webkit-overflow-scrolling: touch;
  }
  #main-nav.mobilefx {
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
  }
  body.show-mobile {
    height: 100%;
    overflow: hidden;
  }
  body.show-mobile #main-nav {
    height: auto;
  }
  #main-nav > ul > li ul {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25282a+0,19191c+100 */
    background: #25282a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #25282a 0%, #19191c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25282a', endColorstr='#19191c', GradientType=1);
    /* IE6-9 */
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 200;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
		*/
    -webkit-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -o-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    pointer-events: none;
    opacity: 0;
  }
  #main-nav > ul > li ul.show {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #main-nav ul li {
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
  }
  #main-nav > ul li.sub > a span.arrow {
    position: absolute;
    right: 25px;
    margin-top: 0px;
    display: inline-block;
  }
  #main-nav ul li a {
    margin-left: 0;
    height: auto;
    margin-bottom: 1px;
    padding: 15px 20px;
    min-width: 0px;
    text-align: left;
  }
  #main-nav > ul > li:last-child > a {
    margin-bottom: 0;
  }
  #main-nav > ul > li ul > li > a {
    padding-left: 40px;
  }
  #main-nav > ul li.back-link {
    font-weight: bold;
    padding: 15px 20px 15px 40px;
    cursor: pointer;
    display: block !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.4);
  }
  #main-nav > ul li.back-link .fas {
    margin-right: 6px;
  }
  #main-nav > ul li.back-link:hover {
    color: #081929;
  }
}
#meta-nav {
  top: 0;
  height: 30px;
  background: #337ab7;
  color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 200;
  vertical-align: middle;
}
#meta-nav-inner-wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#meta-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#meta-nav a:hover {
  color: #081929;
}
#meta-nav-inner {
  float: right;
}
#meta-nav .meta-language {
  float: right;
  margin-top: 0;
  text-align: right;
}
#meta-nav .meta-language-icon {
  display: none;
}
#meta-nav .meta-language-menu {
  padding-top: 4px;
}
#meta-nav .meta-language-menu span {
  display: inline-block;
  margin-left: 8px;
  padding: 0px 5px 1px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
#meta-nav .meta-language-menu span:hover {
  background-color: #081929;
}
#meta-nav .meta-language-menu span:first-child {
  margin-left: 0;
}
#meta-nav .meta-language-menu span a {
  color: #4a4a4a;
}
.meta-menu {
  float: right;
  margin-top: 3px;
}
.meta-menu ul {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
}
.meta-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 25px;
  float: left;
}
.meta-menu ul li a {
  display: block;
}
.meta-language a {
  margin-right: 10px;
  display: block;
  float: left;
}
.meta-language :last-child {
  margin-right: 0px;
}
@media all and (max-width: 480px) {
  #meta-nav-inner {
    float: none;
    text-align: center;
  }
}
.tx-powermail {
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
.tx-powermail h3 {
  display: none;
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
legend {
  display: none;
}
label {
  display: none;
}
input:not(.owl-prev, .owl-next),
select:not(.owl-prev, .owl-next),
button:not(.owl-prev, .owl-next),
textarea:not(.owl-prev, .owl-next) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e6e6e6;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
}
select {
  cursor: pointer;
  background-image: url(../../../../attentio_template/Resources/Public/css/img/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 45px;
}
.powermail_fieldwrap {
  max-width: 560px;
  margin-bottom: 15px;
}
.powermail_fieldwrap_type_submit {
  float: left;
  max-width: none;
  margin-bottom: 0;
}
input[type=submit]:not(.owl-prev, .owl-next),
button:not(.owl-prev, .owl-next) {
  background: #081929;
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  max-width: 100%;
}
input[type=checkbox] {
  width: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
}
input[type=radio] {
  width: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
}
button:focus {
  outline: 0;
}
@media all and (max-width: 600px) {
  .tx-powermail {
    padding: 0 40px;
  }
}
@media all and (max-width: 400px) {
  .tx-powermail {
    padding: 0 20px;
  }
}
@media all and (max-width: 360px) {
  .tx-powermail {
    padding: 0 10px;
  }
  .powermail_fieldwrap_type_submit {
    float: none;
  }
}
.col .tx-powermail {
  padding: 0;
}
.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -5px;
}
.parsley-errors-list li {
  background: #f8f8f8;
  border: 1px solid #ff723a;
  padding: 9px 16px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  color: #ff723a;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
input.parsley-error,
textarea.parsley-error {
  border-color: #ff723a;
}
button.mfp-close:hover {
  background: none;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.news-single .footer {
  border-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.news .article .teaser-text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: inherit;
  max-width: 670px;
}
.news-single .article .news-img-wrap {
  margin-top: 4px;
  width: auto;
  max-width: 360px;
}
.news-single .article .news-img-wrap .outer {
  border: 1px solid #e1e1e1;
  padding: 3px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.news-single .article .news-img-wrap .outer img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
  width: 100%;
  height: auto;
}
.news .social {
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 10px 10px 5px;
  display: inline-block;
}
.news .social > div {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.news .social > div.like {
  max-width: 52px;
  overflow: hidden;
}
.news .social > div.share {
  margin-top: -1px;
}
.news .social > div.twitter {
  margin-right: 0;
}
.news-list-view .article .news-img-wrap {
  float: right;
  margin: 7px 0 10px 15px;
  max-width: 360px;
}
.news-list-view .article .news-img-wrap a {
  border: 1px solid #e1e1e1;
  padding: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.news-list-view .article .news-img-wrap a img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
  width: 100%;
  height: auto;
}
.news-list-view .footer span.news-list-author {
  display: none;
}
.news-list-view .footer span.news-list-date {
  border-right: 0;
}
.news-list-view .footer {
  border-top: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.news-list-view .article {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
}
.news-list-view .article:last-child {
  border-bottom: 0;
}
.news-list-view .article.latest-news-box {
  border: 4px solid #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0;
  padding-bottom: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.news-list-view .article.latest-news-box .teaser-text {
  margin-bottom: 0;
}
.news-list-view .article.latest-news-box .news-img-wrap {
  border: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  float: none;
  margin: 0;
  margin-bottom: 30px;
  margin: -4px -4px 30px;
  width: auto;
  max-width: none;
}
.news-list-view .article.latest-news-box .news-img-wrap a {
  border: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  float: none;
  display: block;
}
.news-list-view .article.latest-news-box .news-img-wrap a img {
  border: 0;
  padding: 0;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  float: none;
  width: 100%;
  height: auto;
}
.news-list-view .article.latest-news-box .header,
.news-list-view .article.latest-news-box .footer,
.news-list-view .article.latest-news-box .teaser-text {
  padding-left: 30px;
  padding-right: 30px;
}
.news-list-view {
  text-align: center;
  font-size: 0;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.news-list-view .latest-news-outer-wrap {
  vertical-align: top;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  box-sizing: border-box;
  width: 33.33%;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.page-navigation {
  clear: both;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.news .page-navigation:first-child {
  display: none;
}
.news .page-navigation p {
  float: none;
  text-align: center;
  margin-bottom: 20px;
}
.news .page-navigation ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: none;
}
.news .page-navigation ul li {
  padding: 0;
  margin: 0 8px;
  display: inline-block;
}
@media all and (max-width: 1080px) {
  .news-list-view .latest-news-outer-wrap {
    width: 50%;
  }
}
@media all and (max-width: 640px) {
  .news-list-view .latest-news-outer-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-bottom: 25px;
  }
  .news-single .article .news-img-wrap {
    float: none;
    width: auto;
    margin: 20px 0;
  }
  .news-single .article .news-img-wrap .outer {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .news-single .article .news-img-wrap .outer img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    width: 100%;
    height: auto;
  }
  .news-list-view .article .news-img-wrap {
    float: none;
    margin: 7px 0 20px 0;
    max-width: none;
    width: 100%;
  }
  .news-list-view .article .news-img-wrap a {
    border: 0;
    padding: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    float: none;
  }
  .news-list-view .article .news-img-wrap a img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: none;
  }
}
.tx-indexedsearch-form {
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  width: 80%;
}
.tx-indexedsearch-search-submit {
  float: right;
  box-sizing: border-box;
  padding-left: 15px;
  width: 20%;
}
.tx-indexedsearch-icon,
.tx-indexedsearch-info {
  display: none;
}
.tx-indexedsearch-percent {
  float: right;
}
.tx-indexedsearch-res {
  margin-top: 45px;
}
@media all and (max-width: 1000px) {
  .tx-indexedsearch-form {
    width: 70%;
  }
  .tx-indexedsearch-search-submit {
    width: 30%;
  }
}
@media all and (max-width: 800px) {
  .tx-indexedsearch-form {
    width: 60%;
  }
  .tx-indexedsearch-search-submit {
    width: 40%;
  }
}
@media all and (max-width: 450px) {
  .tx-indexedsearch-form {
    width: auto;
    float: none;
    padding: 0;
  }
  .tx-indexedsearch-search-submit {
    width: auto;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
}
.accordion-element {
  margin-bottom: 6px;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
.accordion-wrap :last-child {
  margin-bottom: 0;
}
.accordion-element.openicon {
  margin-bottom: 50px;
}
.accordion-element .accordion-head {
  background: #555555;
  color: #ffffff;
  cursor: pointer;
  padding: 12px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
.accordion-element.openicon .accordion-head {
  background: #25282a;
  margin-bottom: 25px;
}
.accordion-element .accordion-head h3 {
  margin: 0px;
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-element .accordion-head h3 span {
  position: absolute;
  right: 0px;
  top: 2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordion-element.openicon .accordion-head h3 span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-element .accordion-content {
  height: 0px;
  overflow: hidden;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.accordion-element.fx .accordion-content {
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.accordion-element.show .accordion-content {
  height: auto;
}
.accordion-image {
  float: left;
  width: 50%;
  padding-right: 35px;
  box-sizing: border-box;
}
.accordion-text {
  float: right;
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
}
.accordion-text-only {
  float: none;
  width: auto;
  padding-left: 0;
}
@media all and (max-width: 670px) {
  .accordion-image,
  .accordion-text {
    width: auto;
    float: none;
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .accordion-element .accordion-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.inner-content-wrap-ce-galeriebilder.inner-content-wrap-ce-width-page,
.inner-content-wrap-ce-bildermittext.inner-content-wrap-ce-width-page {
  max-width: 1430px;
  padding-left: 30px;
  padding-right: 30px;
}
.galery-wrap-bild-text {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
.inner-content-wrap-ce-galeriebilder.inner-content-wrap-ce-width-full,
.inner-content-wrap-ce-bildermittext.inner-content-wrap-ce-width-full {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}
.galery-image {
  margin-bottom: 0;
}
.galery-image img {
  display: block;
}
.galery-image-lmb {
  margin-bottom: 0;
}
.galery-content {
  background: #323232;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 20px;
}
.galery-content h4 {
  margin: 0;
  padding-top: 5px;
}
.galery-content p {
  margin: 5px 0 5px 0;
}
.galery-content p.subtitle {
  font-style: italic;
}
.galery-content p.description {
  padding-bottom: 5px;
}
.inner-content-wrap-ce-bildermittext .galeryclear,
.inner-content-wrap-ce-galeriebilder .galeryclear {
  margin-bottom: 30px;
}
.galery-wrap-bild-text-col-layout-4 .galery-wrap-bild-text {
  width: 25%;
}
.galery-wrap-bild-text-col-layout-2 .galery-wrap-bild-text {
  width: 50%;
}
.galery-wrap-bild-text-col-layout-1 .galery-wrap-bild-text {
  width: 100%;
}
@media all and (max-width: 980px) {
  .galery-wrap-bild-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner-content-wrap-ce-galeriebilder.inner-content-wrap-ce-width-page,
  .inner-content-wrap-ce-bildermittext.inner-content-wrap-ce-width-page {
    max-width: 1420px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-content-wrap-ce-galeriebilder.inner-content-wrap-ce-width-full,
  .inner-content-wrap-ce-bildermittext.inner-content-wrap-ce-width-full {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 900px) {
  .galery-wrap-bild-text-col-layout-4 .galery-wrap-bild-text {
    width: 50%;
  }
  .galery-wrap-bild-text-col-layout-4 .galery-wrap-bild-text-colclear {
    display: block;
    clear: both;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 540px) {
  .galery-wrap-bild-text {
    float: none;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .galery-wrap-bild-text-col-layout-4 .galery-wrap-bild-text,
  .galery-wrap-bild-text-col-layout-2 .galery-wrap-bild-text,
  .galery-wrap-bild-text-col-layout-1 .galery-wrap-bild-text {
    width: 100%;
  }
  .galery-wrap-bild-text-colclear {
    display: block;
    clear: both;
    margin-bottom: 30px;
  }
  .inner-content-wrap-ce-bildermittext .galeryclear,
  .inner-content-wrap-ce-galeriebilder .galeryclear {
    margin-bottom: 0;
  }
  .inner-content-wrap-ce-galeriebilder.inner-content-wrap-ce-width-page,
  .inner-content-wrap-ce-bildermittext.inner-content-wrap-ce-width-page {
    max-width: 1412px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .inner-content-wrap-ce-galeriebilder.inner-content-wrap-ce-width-full,
  .inner-content-wrap-ce-bildermittext.inner-content-wrap-ce-width-full {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    margin-left: -6px;
    margin-right: -6px;
  }
}
.inner-content-wrap-ce-bildermittext :last-child,
.inner-content-wrap-ce-galeriebilder :last-child {
  margin-bottom: 0;
}
.newsletter h2 {
  margin-top: 0;
}
.newsletter-name-wrap,
.newsletter-email-wrap,
.newsletter-submit-wrap {
  width: 40%;
  box-sizing: border-box;
  float: left;
}
.newsletter-submit-wrap {
  width: 20%;
}
.newsletter-name-wrap,
.newsletter-email-wrap {
  padding-right: 20px;
}
@media all and (max-width: 720px) {
  .newsletter-name-wrap,
  .newsletter-email-wrap,
  .newsletter-submit-wrap {
    width: 33.33%;
  }
  .newsletter-submit-wrap {
    width: 33.33%;
  }
}
@media all and (max-width: 650px) {
  .newsletter-name-wrap,
  .newsletter-email-wrap {
    padding-right: 10px;
  }
}
@media all and (max-width: 560px) {
  .newsletter-name-wrap,
  .newsletter-email-wrap {
    width: 50%;
    padding-right: 10px;
  }
  .newsletter-email-wrap {
    padding-right: 0;
    padding-left: 10px;
  }
  .newsletter-submit-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 450px) {
  .newsletter-name-wrap,
  .newsletter-email-wrap {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .newsletter-name-wrap {
    margin-top: 0;
  }
}
.dce-tabs-wrap {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.dce-tabs-register ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 25px;
}
.dce-tabs-register ul li {
  padding: 8px 25px;
  margin: 0;
  margin-right: 3px;
  border: 1px solid #081929;
  border-bottom: 0;
  float: left;
  background: #6c6c6c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
}
.dce-tabs-register ul li.active {
  background: #323232;
  color: #ffffff;
  border-color: #081929;
}
.dce-tabs-content {
  padding: 25px;
  background: #6c6c6c;
  border: 1px solid #081929;
  border-top: 3px solid #323232;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.dce-tabs-content-single {
  display: none;
}
.dce-tabs-content-single :first-child {
  margin-top: 0px;
}
.dce-tabs-content-single :last-child {
  margin-bottom: 0px;
}
.dce-tabs-content-single.active {
  display: block;
}
@media all and (max-width: 540px) {
  .dce-tabs-register ul {
    margin-left: 0;
  }
  .dce-tabs-register ul li {
    float: none;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .dce-tabs-register ul li:first-child {
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
  }
  .dce-tabs-content {
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-top-width: 1px;
  }
}
.timeline-wrap {
  margin-bottom: 0;
}
.timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  clear: both;
  position: relative;
}
.timeline li::before {
  content: "";
  position: absolute;
  width: 6px;
  background: #e6e6e6;
  right: -3px;
  top: -10px;
  bottom: -10px;
}
.timeline li.timeline-inverted::before {
  left: -3px;
}
.timeline li:first-child::before {
  top: 50%;
}
.timeline li:last-child::before {
  bottom: 50%;
}
.timeline li.timeline-normal {
  float: left;
  width: 50%;
  padding-right: 70px;
  box-sizing: border-box;
}
.timeline li.timeline-inverted {
  float: right;
  width: 50%;
  padding-left: 70px;
  box-sizing: border-box;
}
.timeline li .timeline-panel {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 25px;
}
.timeline li .timeline-badge {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #5a5a5a;
  top: 50%;
  margin-top: -10px;
  right: -10px;
}
.timeline li.timeline-inverted .timeline-badge {
  right: auto;
  left: -10px;
}
.timeline-title {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.timeline-body :last-child {
  margin-bottom: 0px;
}
@media all and (max-width: 770px) {
  .timeline li.timeline-normal {
    padding-right: 25px;
  }
  .timeline li.timeline-inverted {
    padding-left: 25px;
  }
}
@media all and (max-width: 680px) {
  .timeline li.timeline-normal {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 50px;
  }
  .timeline li.timeline-inverted {
    float: none;
    width: 100%;
    padding-left: 50px;
  }
  .timeline li::before,
  .timeline li.timeline-inverted::before {
    left: 12px;
  }
  .timeline li .timeline-badge,
  .timeline li.timeline-inverted .timeline-badge {
    left: 5px;
  }
}
.dce-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dce-youtube {
  position: relative;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.dce-youtube.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.dce-youtube.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.inner-content-wrap-ce-videopopup img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.inner-content-wrap-ce-videopopup.ce-videopopup-centered-1 {
  text-align: center;
}
.inner-content-wrap-ce-videopopup.ce-videopopup-centered-1 img {
  width: auto;
}
.videopopup-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.videopopup-wrapper .videopopup-wrapper-close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.videopopup-wrapper .videopopup-wrapper-inner {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.videopopup-wrapper .videopopup-wrapper-inner video {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.hover-image-text-overlay {
  position: relative;
  overflow: hidden;
}
.hover-image-text-overlay img {
  display: block;
}
.hover-image-text-overlay .primary .overlay {
  background-color: rgba(8, 25, 41, 0.6);
}
.hover-image-text-overlay .secondary .overlay {
  background-color: rgba(51, 122, 183, 0.6);
}
.hover-image-text-overlay .tertiary .overlay {
  background-color: rgba(214, 214, 214, 0.6);
}
.hover-image-text-overlay .gray .overlay {
  background-color: rgba(74, 74, 74, 0.6);
}
.hover-image-text-overlay .lightgray .overlay {
  background-color: rgba(227, 227, 227, 0.6);
}
.hover-image-text-overlay .overlay {
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0px, 100%, 0px);
  -moz-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
}
.hover-image-text-overlay .overlay-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.hover-image-text-overlay .overlay.overlay-50 {
  top: 50%;
}
.hover-image-text-overlay:hover .overlay {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.hover-image-text-overlay .overlay h3 {
  color: #ffffff;
  text-align: center;
}
.hover-image-text-overlay .overlay a {
  color: #ffffff;
}
.hover-image-text-overlay .overlay .text {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 80px;
}
.hover-image-text-overlay .overlay .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hover-image-text-overlay .overlay .full-link a {
  display: block;
  height: 100%;
}
@media all and (max-width: 500px) {
  .hover-image-text-overlay .overlay .text {
    padding: 20px;
  }
}
.seotext {
  max-height: 150px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.textelement-2-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
  -ms-column-gap: 30px;
  column-gap: 30px;
}
.textelement-2-col :first-child {
  margin-top: 0;
}
@media all and (max-width: 460px) {
  .textelement-2-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -o-column-gap: 0;
    -ms-column-gap: 0;
    column-gap: 0;
  }
}
.photoitem.overlay {
  position: relative;
}
.photoitem.overlay .text {
  position: absolute;
  bottom: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(8, 25, 41, 0.6);
  width: 100%;
  box-sizing: border-box;
}
.photoitem.underneath {
  background-color: #337ab7;
  box-sizing: border-box;
}
.photoitem.underneath .text {
  padding: 15px 25px;
  color: #ffffff;
}
.photoitem h4 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.photoitem .border-primary {
  box-sizing: border-box;
  border-style: solid;
  border-color: #081929;
}
.photoitem .border-hellgrau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #e3e3e3;
}
.photoitem .border-grau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #4a4a4a;
}
.photoitem .border-dunkelgrau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #313131;
}
.photoitem img.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.photoitem img {
  display: block;
}
.no-block-width .photoitem img {
  display: inline;
}
.image-inline-and-center .photoitem {
  text-align: center;
}
.image-inline-and-center .photoitem img {
  display: inline;
}
@media all and (max-width: 520px) {
  .photoitem.hidden-mobile {
    display: none;
  }
}
.ce-clickarea .ce-clickarea-inner {
  position: relative;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item-button {
  position: absolute;
  background: #081929;
  width: 55px;
  height: 55px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item-button:before {
  content: "";
  display: block;
  width: 28px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item-button:after {
  content: "";
  display: block;
  width: 5px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item-button.show:after {
  height: 0px;
  opacity: 0;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: #081929;
  color: #fff;
  padding: 20px 20px;
  width: 300px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  margin-left: -85px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item.show {
  opacity: 1;
  margin-left: -75px;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item h3 {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item h3:after {
  content: none;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item p {
  margin: 10px 0;
}
.owl-carousel button {
  border: 0;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.owl-stage {
  max-width: none;
}
.slideshow {
  position: relative;
}
.slideshow .owl-stage {
  background: #25282a;
}
.slideshow.headerimage img {
  width: 100%;
  height: auto;
  display: block;
}
.slideshow .owl-nav,
.slideshow .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.slideshow .owl-dots {
  text-align: center;
  top: auto;
  bottom: 10px;
}
.slideshow .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background: #ffffff;
}
.slideshow .owl-dot.active {
  background: #081929;
}
.slideshow .owl-prev,
.slideshow .owl-next {
  position: absolute;
  pointer-events: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 42px;
  color: #fff;
}
.slideshow .owl-next {
  right: 20px;
  left: auto;
}
@media all and (max-width: 768px) {
  .slideshow .owl-prev,
  .slideshow .owl-next {
    font-size: 26px;
  }
}
.slideshow .item .container.slideshow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 20px 60px;
  box-sizing: border-box;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  color: #ffffff;
}
.slideshow .item .container.slideshow-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 20px 60px;
  box-sizing: border-box;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  color: #ffffff;
}
.slideshow .item .container.slideshow-right {
  left: auto;
  right: 0;
}
.slideshow .item .container.slideshow-right {
  text-align: right;
}
.slideshow .item .container.slideshow-right p {
  max-width: none;
}
.slideshow .item .container-half .bildslider-image {
  width: 50%;
  float: left;
}
.slideshow .item .container-half.slideshow-right .bildslider-image {
  float: right;
}
.slideshow .item .container-half .bildslider-text {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 20px 20px;
  box-sizing: border-box;
  background: rgba(40, 40, 40, 0.4);
}
.slideshow .item .container-half.slideshow-right .bildslider-text {
  left: 0;
  right: 50%;
}
.slideshow .item .container h2 {
  font-weight: normal;
  line-height: 150%;
}
.slideshow .item .container h2 strong {
  font-weight: bold;
}
.slideshow .item .container p {
  max-width: 400px;
}
.slideshow .item .container .button-wrap {
  margin-top: 25px;
}
@media all and (max-width: 1075px) {
  .slideshow .item .container {
    position: static !important;
    width: 100% !important;
    background: #25282a !important;
  }
}
@media all and (max-width: 768px) {
  .slideshow .item .container {
    padding: 20px !important;
  }
}
@media all and (max-width: 550px) {
  .slideshow .item picture {
    min-height: 200px;
  }
  .slideshow .item picture {
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .slideshow .item picture img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    max-width: none;
  }
}
.slideshow {
  overflow: hidden;
}
.slideshow .item .container.slideshow-left {
  background: none;
  color: #fff;
  padding: 0;
  width: auto;
  height: auto;
  position: absolute;
  width: 1400px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.slideshow .item .text.slideshow-left {
  z-index: 301;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 35px 50px;
  width: auto;
  height: auto;
  min-height: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.slideshow .item .container.slideshow-left h2 {
  margin-top: 0;
}
@media all and (max-width: 1550px) {
  .slideshow .item .text.slideshow-left {
    padding: 30px;
  }
  .slideshow .item .container.slideshow-left h2 {
    font-size: 36px;
    line-height: 120%;
  }
}
@media all and (max-width: 1400px) {
  .slideshow .item .container.slideshow-left {
    left: 20px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .slideshow .item .text.slideshow-left {
    top: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    bottom: 20px;
  }
}
@media all and (max-width: 1075px) {
  .slideshow .item .container.slideshow-left,
  .slideshow .item .text.slideshow-left {
    position: relative;
  }
  .slideshow .item .container.slideshow-left {
    left: 0;
    width: 100%;
  }
  .slideshow .item .text.slideshow-left {
    bottom: auto;
    background: none;
  }
  .slideshow .item .container.slideshow-left {
    background: none;
  }
}
@media all and (max-width: 1075px) {
  .slideshow .item .container {
    background: none !important;
  }
}
@media all and (max-width: 768px) {
  .slideshow .item .container {
    padding: 0 !important;
  }
}
@media all and (max-width: 720px) {
  .slideshow.headerimage picture {
    height: 260px;
    display: block;
  }
  .slideshow.headerimage img {
    height: 260px;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media all and (max-width: 450px) {
  .slideshow .item .text.slideshow-left {
    padding: 15px;
  }
  .slideshow .item .container.slideshow-left h2 {
    font-size: 28px;
    line-height: 120%;
  }
  .slideshow .item .container .button-wrap {
    margin-top: 20px;
  }
}
.slideshow.fullscreen .css-slider-image {
  height: 100vh;
}
.slideshow.fullscreen .item .text.slideshow-left {
  background: none;
  padding: 0px;
}
.slideshow.fullscreen .item .text.slideshow-left h2,
.slideshow.fullscreen .item .text.slideshow-left h3,
.slideshow.fullscreen .item .text.slideshow-left p {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slideshow.fullscreen .item .text.slideshow-left h2,
.slideshow.fullscreen .item .text.slideshow-left h3,
.slideshow.fullscreen .item .text.slideshow-left p {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
.slideshow.fullscreen .item .text.slideshow-left p.button-wrap {
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.slideshow.fullscreen .active .item .text.slideshow-left h2,
.slideshow.fullscreen .active .item .text.slideshow-left h3,
.slideshow.fullscreen .active .item .text.slideshow-left p {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.slideshow.fullscreen .owl-animated-out .item .text.slideshow-left h2,
.slideshow.fullscreen .owl-animated-out .item .text.slideshow-left h3,
.slideshow.fullscreen .owl-animated-out .item .text.slideshow-left p {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.fullscreen .owl-item .item {
  height: 100%;
  position: relative;
}
.fullscreen .owl-item .item picture {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fullscreen .owl-item .item picture img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 101%;
  min-width: 101%;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slideshow.fullscreen .owl-dots {
  z-index: 99;
  bottom: 70px;
  pointer-events: auto;
}
#slider-arrow {
  display: block;
  position: absolute;
  left: 50%;
  width: 28px;
  height: 47px;
  background-image: url("/typo3conf/ext/attentio_template/Resources/Public/img/slideshow-down-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-top: -45px;
  z-index: 101;
}
#slider-arrow {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
#slider-arrow {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
  }
  40% {
    -webkit-transform: translateY(-30px) translateX(-50%);
  }
  60% {
    -webkit-transform: translateY(-15px) translateX(-50%);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0) translateX(-50%);
  }
  40% {
    -moz-transform: translateY(-30px) translateX(-50%);
  }
  60% {
    -moz-transform: translateY(-15px) translateX(-50%);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0) translateX(-50%);
  }
  40% {
    -o-transform: translateY(-30px) translateX(-50%);
  }
  60% {
    -o-transform: translateY(-15px) translateX(-50%);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-30px) translateX(-50%);
  }
  60% {
    transform: translateY(-15px) translateX(-50%);
  }
}
.content-carousel-itemwrap {
  overflow: hidden;
  max-width: 100vw;
}
.cewrapcarousel .owl-prev,
.cewrapcarousel .owl-next {
  position: absolute;
  pointer-events: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 42px;
  color: #fff;
}
.cewrapcarousel .owl-next {
  right: 20px;
  left: auto;
}
@media all and (max-width: 768px) {
  .cewrapcarousel .owl-prev,
  .cewrapcarousel .owl-next {
    font-size: 26px;
  }
}
.css-slider-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.css-slider-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-stage {
  max-width: none;
}
.image-slider .item {
  background-color: #4a4a4a;
  text-align: center;
}
.image-slider .item .text {
  padding-bottom: 10px;
}
.image-slider .item,
.image-slider .item a {
  color: #ffffff;
}
.image-slider .owl-nav,
.image-slider .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.image-slider .owl-dots {
  text-align: center;
  top: auto;
  bottom: 10px;
}
.image-slider .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background: #ffffff;
}
.image-slider .owl-dot.active {
  background: #081929;
}
.image-slider .owl-prev,
.image-slider .owl-next {
  position: absolute;
  pointer-events: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 42px;
  color: #fff;
}
.image-slider .owl-next {
  right: 20px;
  left: auto;
}
@media all and (max-width: 768px) {
  .image-slider .owl-prev,
  .image-slider .owl-next {
    font-size: 26px;
  }
}
/*
*
* Styles für Hovereffekt
*
*/
.item-container .rollover-item {
  position: relative;
}
.image-slider .item-container .rollover-item .description {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: rgba(8, 25, 41, 0.5);
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.image-slider .item-container .rollover-item .description.h100 {
  height: 100%;
}
.image-slider .item-container .rollover-item .description.h50 {
  height: 50%;
}
.image-slider .item-container .rollover-item .description .inner-wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.image-slider .item-container .rollover-item .description .text {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.image-slider .rollover-item:hover .description.h100 {
  top: 0;
}
.image-slider .rollover-item:hover .description.h50 {
  top: 50%;
}
.image-slider .rollover-item .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-slider .rollover-item .full-link a {
  display: block;
  height: 100%;
}
.link-btn {
  background: gray;
  padding: 8px 24px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.inner-content-wrap-ce-maps div {
  max-width: none;
}
#map-canvas-placeholder {
  background: #f0f0f0;
  text-align: center;
  padding: 50px 10px;
}
.inner-content-wrap-ce-wrapper {
  background-size: cover;
  position: relative;
}
.inner-content-wrap-ce-wrapper.parallax-window {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-content-wrap-ce-wrapper.parallax-window.disabled-parallax {
  background-attachment: scroll;
}
.ce-wrapper-animation-base .inner-content-wrap-ce-wrapper-content {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.ce-wrapper-animation-fadeIn .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
}
.ce-wrapper-animation-fadeInUp .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(0px, 80px, 0px);
  -moz-transform: translate3d(0px, 80px, 0px);
  -o-transform: translate3d(0px, 80px, 0px);
  -ms-transform: translate3d(0px, 80px, 0px);
  transform: translate3d(0px, 80px, 0px);
}
.ce-wrapper-animation-fadeInDown .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(0px, -80px, 0px);
  -moz-transform: translate3d(0px, -80px, 0px);
  -o-transform: translate3d(0px, -80px, 0px);
  -ms-transform: translate3d(0px, -80px, 0px);
  transform: translate3d(0px, -80px, 0px);
}
.ce-wrapper-animation-fadeInLeft .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(-80px, 0px, 0px);
  -moz-transform: translate3d(-80px, 0px, 0px);
  -o-transform: translate3d(-80px, 0px, 0px);
  -ms-transform: translate3d(-80px, 0px, 0px);
  transform: translate3d(-80px, 0px, 0px);
}
.ce-wrapper-animation-fadeInRight .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(80px, 0px, 0px);
  -moz-transform: translate3d(80px, 0px, 0px);
  -o-transform: translate3d(80px, 0px, 0px);
  -ms-transform: translate3d(80px, 0px, 0px);
  transform: translate3d(80px, 0px, 0px);
}
.ce-wrapper-animation-slideInLeft .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}
.ce-wrapper-animation-slideInRight .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}
.mobile .ce-wrapper-animation-base .inner-content-wrap-ce-wrapper-content {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.inner-content-wrap-ce-wrapper.shadow-top:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -5px;
  height: 5px;
  left: 0;
  z-index: 180;
  opacity: 0.6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.inner-content-wrap-ce-wrapper.shadow-bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -5px;
  height: 5px;
  left: 0;
  z-index: 180;
  opacity: 0.6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  margin-top: 40px;
}
.headline .nomargin {
  margin: 0;
}
.headline .bottommargin {
  margin-top: 0;
  margin-bottom: 25px;
}
.headline .bottommarginlarge {
  margin-top: 0;
  margin-bottom: 50px;
}
.headline hr {
  width: 100px;
  height: 1px;
  border: 0;
  background: #b4b4b4;
  margin-top: 10px;
  margin-bottom: 40px;
}
.headline hr.left {
  margin-left: 0;
}
.headline hr.right {
  margin-right: 0;
}
.inner-content-wrap-ce-bildtextkachel {
  position: relative;
}
.inner-content-wrap-ce-bildtextkachel-image {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.inner-content-wrap-ce-bildtextkachel-image img {
  display: block;
  width: 100%;
  height: auto;
}
.inner-content-wrap-ce-bildtextkachel-text {
  box-sizing: border-box;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
.bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-image {
  float: right;
}
.bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-text {
  left: 0;
  right: 50%;
}
.inner-content-wrap-ce-bildtextkachel-text :first-child {
  margin-top: 0;
}
.inner-content-wrap-ce-bildtextkachel-text :last-child {
  margin-bottom: 0;
}
.bildtextkachel-textausrichtung-mitte .inner-content-wrap-ce-bildtextkachel-text-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.bildtextkachel-textausrichtung-mitte .inner-content-wrap-ce-bildtextkachel-text-inner-vertical {
  display: table-cell;
  vertical-align: middle;
}
.bildtextkachel-bildposition-links .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
  max-width: 700px;
  padding-left: 45px;
  right: auto;
}
.bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
  max-width: 700px;
  padding-right: 45px;
  left: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1490px) {
  .bildtextkachel-bildposition-links .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
    padding-right: 45px;
    max-width: none;
  }
  .bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
    padding-left: 45px;
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .inner-content-wrap-ce-bildtextkachel-image,
  .inner-content-wrap-ce-bildtextkachel-text,
  .bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-image {
    float: none;
    width: auto;
  }
  .inner-content-wrap-ce-bildtextkachel-text {
    position: static;
  }
}
.panel-inner {
  padding: 20px 40px;
}
.panel-border {
  border: 4px solid #aaaaaa;
}
.full-panel-link {
  cursor: pointer;
}
.panel-image {
  text-align: center;
  margin-bottom: 30px;
}
.image-position-1 .panel-image {
  margin-top: -100px;
}
.image-position-2 .panel-image {
  margin-top: -130px;
}
.image-position-3 .panel-image {
  margin-top: -175px;
}
@media all and (max-width: 1015px) {
  .panel-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 650px) {
  .panel-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 400px) {
  .panel-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pd10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pd20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pd60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pd80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pd120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pd140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pd160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pd220 {
  padding-top: 220px;
  padding-bottom: 220px;
}
.pd280 {
  padding-top: 280px;
  padding-bottom: 280px;
}
.pdlr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pdlr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pdlr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pdlr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pdlr60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pdlr80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pdlr100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pdlr120 {
  padding-left: 120px;
  padding-right: 120px;
}
.pdlr140 {
  padding-left: 140px;
  padding-right: 140px;
}
.pdlr160 {
  padding-left: 160px;
  padding-right: 160px;
}
.pdlr220 {
  padding-left: 220px;
  padding-right: 220px;
}
.pdlr280 {
  padding-left: 280px;
  padding-right: 280px;
}
.gridpadding {
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 980px) {
  .gridpadding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 540px) {
  .gridpadding {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media all and (max-width: 1600px) {
  .pdlr280 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .pd280 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media all and (max-width: 1400px) {
  .pdlr280,
  .pdlr220 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pd280,
  .pd220 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media all and (max-width: 1200px) {
  .pdlr280,
  .pdlr220,
  .pdlr160 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pd280,
  .pd220,
  .pd160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 1000px) {
  .pdlr280,
  .pdlr220,
  .pdlr160,
  .pdlr80 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pd280,
  .pd220,
  .pd160,
  .pd80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
  .pdlr280,
  .pdlr220,
  .pdlr160,
  .pdlr80,
  .pdlr60 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pd280,
  .pd220,
  .pd160,
  .pd80,
  .pd60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 420px) {
  .pdlr280,
  .pdlr220,
  .pdlr160,
  .pdlr80,
  .pdlr60 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.eot');
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.eot');
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.eot');
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.eot');
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* league-spartan-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/league-spartan-v14-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* league-spartan-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/league-spartan-v14-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.color-red {
  color: #cb006f;
}
.font-league-spartan {
  font-family: 'League Spartan', sans-serif;
}
.font-league-spartan strong,
.font-league-spartan b,
strong .font-league-spartan,
b .font-league-spartan {
  font-weight: 700;
}
body {
  font-size: 18px;
  line-height: 30px;
  color: #081929;
  font-weight: 300;
}
h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 46px;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  h1 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media all and (max-width: 650px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
h1 sub,
h1 sup {
  vertical-align: middle;
  font-size: 20px;
  line-height: 35px;
  text-transform: none;
}
h2 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 46px;
  font-weight: 300;
  margin: 20px 0;
}
@media all and (max-width: 767px) {
  h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media all and (max-width: 650px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
h2.headline-style-2 {
  text-transform: none;
}
.bg-color-lightgray h2 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 46px;
  font-weight: 300;
  margin: 10px 0;
}
h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin: 20px 0;
}
@media all and (max-width: 650px) {
  h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
#meta-nav {
  background: #3c3c3b;
  height: 38px;
}
#meta-nav .meta-language {
  display: none;
}
#meta-nav .meta-menu ul li a {
  font-size: 18px;
  line-height: 30px;
}
#meta-nav .meta-menu ul li a:hover {
  color: #fff;
}
#meta-nav .meta-menu ul li:last-child {
  margin-right: 20px;
}
#header {
  top: 38px;
  background: rgba(11, 27, 43, 0.95);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header #header-inner #logo-wrap {
  margin-top: 1px;
  max-width: 205px;
}
@media all and (max-width: 800px) {
  #header #header-inner #logo-wrap {
    width: auto;
  }
}
@media all and (max-width: 1360px) {
  #header #header-inner #main-nav {
    background: #081929;
    overflow: auto;
  }
}
#header #header-inner #main-nav > ul > li > a {
  background: none;
  padding: 23px 20px;
  font-size: 18px;
  line-height: 30px;
  min-width: none;
}
#header #header-inner #main-nav > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#header #header-inner #main-nav > ul > li > ul {
  background: rgba(11, 27, 43, 0.95);
  min-width: 280px;
}
@media all and (max-width: 1360px) {
  #header #header-inner #main-nav > ul > li > ul {
    overflow: auto;
  }
}
#header #header-inner #main-nav > ul > li > ul > li.prev-level {
  display: none;
}
#header #header-inner #main-nav > ul > li > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#main-content {
  margin-top: 118px;
}
@media all and (max-width: 767px) {
  .hide-768 {
    display: none;
  }
}
.inner-content-wrap-ce-bildslider .item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-header .slideshow.fullscreen .css-slider-image {
  min-height: calc(27.13541667vw);
  height: auto;
}
.video-header .slideshow.fullscreen .css-slider-image video,
.video-header .slideshow.fullscreen .css-slider-image .css-slider-image {
  width: 100%;
  display: block;
  object-fit: cover;
  height: calc(27.13541667vw);
}
.video-header #slider-arrow {
  display: none;
}
.video-header .slideshow .item .container.slideshow-left {
  position: static !important;
  width: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #081929;
}
@media all and (max-width: 1075px) {
  .video-header .slideshow .item .container.slideshow-left {
    background: #081929 !important;
  }
}
.video-header .slideshow.fullscreen .item .text.slideshow-left {
  position: static !important;
  width: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.video-header .slideshow.fullscreen .item .text.slideshow-left h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 46px;
  margin: 0;
  padding: 10px 20px;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .video-header .slideshow.fullscreen .item .text.slideshow-left h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .video-header .slideshow.fullscreen .item .text.slideshow-left h1 sub {
    font-size: 18px;
    line-height: 21px;
  }
}
.bg-color-lightgray {
  color: #081929;
}
.btn-primary,
.rte-btn-primary {
  border: 2px solid #081929;
  padding: 8px 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  color: #081929;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover,
.rte-btn-primary:hover {
  background: #081929;
  color: #fff;
}
.text-white .btn-primary,
.text-white .rte-btn-primary {
  border: 2px solid #fff;
  color: #fff;
}
.text-white .btn-primary:hover,
.text-white .rte-btn-primary:hover {
  background: #fff;
  color: #081929;
}
.inner-content-wrap-ce-bild.full-width img {
  width: 100%;
  height: auto;
}
.inner-content-wrap-ce-bildleiste .owl-nav {
  display: none;
}
.inner-content-wrap-ce-bildleiste .owl-dots {
  display: none;
}
.inner-content-wrap-ce-bildleiste .item {
  background: none;
}
.inner-content-wrap-ce-bildleiste .description h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #081929;
}
.inner-content-wrap-ce-bildleiste .description .text {
  padding-bottom: 0;
}
.inner-content-wrap-ce-bildleiste .description .full-link {
  display: none;
}
.downloads-awk > a {
  background: rgba(11, 27, 43, 0.85);
  color: #fff;
  padding: 10px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.downloads-awk > a:hover {
  background: #081929;
}
.downloads-awk > a + a {
  margin-top: 5px;
}
.downloads-awk > a h3 {
  margin: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.downloads-awk > a h3:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  display: block;
  margin-top: 5px;
}
.downloads-awk > a p {
  margin: 0;
}
#footer {
  background: #081929;
  color: #fff;
  font-size: 15px;
}
#footer .footer-wrap > ul > li {
  font-size: 15px;
  line-height: 34px;
  color: #fff;
}
#footer .footer-wrap > ul > li > a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}
#footer .footer-wrap > ul > li > ul {
  margin-top: 0;
}
#footer .footer-wrap > ul > li > ul > li {
  font-size: 15px;
  line-height: 34px;
}
@media all and (max-width: 540px) {
  #footer .footer-wrap > ul > li > ul > li {
    display: inline-block;
    margin-right: 30px;
  }
}
@media all and (max-width: 430px) {
  #footer .footer-wrap > ul > li > ul > li {
    display: block;
    margin-right: 0px;
  }
}
#footer .footer-wrap > ul > li > ul + a {
  margin-top: 25px;
}
#footer .footer-wrap > ul > li > p {
  font-weight: normal;
  color: #fff;
  line-height: 24px;
}
#footer .footer-wrap > ul > li > p.cookie-consent {
  margin-top: 35px;
}
#footer a {
  color: #fff;
}
#copyright {
  background: #3c3c3b;
}
#copyright #copyright-inner {
  font-size: 15px;
  text-align: center;
}
#copyright #copyright-inner a {
  color: #fff;
}
#copyright #copyright-inner a:hover {
  text-decoration: underline;
  color: #fff;
}
.inner-content-wrap-ce-galeriebilder .galery-bild-text {
  border: 1px solid #bdbdbd;
}
.inner-content-wrap-ce-galeriebilder .galery-bild-text img {
  margin: 0;
  width: 100%;
}
.inner-content-wrap-ce-galeriebilder .galeryclear {
  margin-bottom: 80px;
}
.jobboard-wrapper .inner-content-wrap-ce-wrapper-content > .inner-content-wrap-ce {
  padding: 40px 10px;
  border-bottom: 1px solid #fff;
}
.jobboard-wrapper .inner-content-wrap-ce-wrapper-content > .inner-content-wrap-ce:hover {
  background: #fff;
  cursor: pointer;
}
.jobboard-wrapper .inner-content-wrap-ce-wrapper-content > .inner-content-wrap-ce .text h2 {
  text-transform: none;
  max-width: 75%;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .jobboard-wrapper .inner-content-wrap-ce-wrapper-content > .inner-content-wrap-ce .text p:last-child {
    float: right;
    margin-top: -80px;
  }
}
.jobboard-wrapper .inner-content-wrap-ce-wrapper-content > .inner-content-wrap-ce .text p {
  margin-bottom: 0;
}
.jobboard-wrapper .inner-content-wrap-ce-wrapper-content > .inner-content-wrap-ce:last-child {
  border: none;
}
/*
.powermail_form.powermail_form_2 {
    @media all and (max-width:950px) {
        margin:0 30px;
    }
    .mandatory {
        display: none;
    }
    .powermail_fieldset.powermail_fieldset_2 {
        width: 50%;
        float: left;
        padding-right: 15px;
        box-sizing: border-box;
        @media all and (max-width:950px) {
            width:auto;
            float:none;
            padding-right:0;
        }
    }
    .powermail_fieldset.powermail_fieldset_3 {
        width: 50%;
        float: right;
        padding-left: 15px;
        box-sizing: border-box;
        @media all and (max-width:950px) {
            width:auto;
            float:none;
            padding-left:0;
        }
    }

    label {
        display: block;
        max-width: 100%;
        font-weight: bold;
        font-size: 14px;
    }
    .powermail_field {
        .radio {
            label {
                font-weight: 400;
            }
        }
    }
    input, select {
        border-radius: 0;
        border: 1px solid #BDBDBD;
    }
    .powermail_fieldwrap_type_file {
        input {
            border: none;
            padding-left: 0;
        }
    }

    .powermail_fieldwrap_type_textarea {
        textarea {
            resize: vertical;
            min-height: 260px;
            border-radius: 0;
            border: 1px solid #BDBDBD;
        }
    }
    .powermail_fieldwrap_type_text {
        .powermail_field {
            font-weight: bold;
            font-size: 14px;
        }
    }
    .powermail_fieldset_4 {
        .powermail_fieldwrap {
            float: right;
            position: relative;
            input {
              background:@color-primary;
                text-transform: none;
            }
        }
    }
}*/
.mitarbeiter-wrap-outer .mitarbeiter-wrap-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0px;
}
.mitarbeiter-wrap-outer .mitarbeiter-wrap-inner .mitarbeiter-box {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media all and (max-width: 930px) {
  .mitarbeiter-wrap-outer .mitarbeiter-wrap-inner .mitarbeiter-box {
    width: 33.33%;
  }
}
@media all and (max-width: 650px) {
  .mitarbeiter-wrap-outer .mitarbeiter-wrap-inner .mitarbeiter-box {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .mitarbeiter-wrap-outer .mitarbeiter-wrap-inner .mitarbeiter-box {
    width: 100%;
  }
}
.mitarbeiter-wrap-outer .mitarbeiter-wrap-inner .mitarbeiter-box img {
  border: 1px solid #BDBDBD;
}
.mitarbeiter-wrap-outer .mitarbeiter-wrap-inner .mitarbeiter-box .text-mitarbeiter-box {
  margin-top: 30px;
}
.mt220 {
  margin-top: 220px;
}
.bg-opacity.bg-color-primary {
  background-color: rgba(8, 25, 41, 0.95);
}
.tx-powermail {
  padding: 0;
}
.tx-powermail input,
.tx-powermail select,
.tx-powermail textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 12px 20px;
  font-size: 16px;
}
.tx-powermail select {
  padding: 13px 20px 14px;
}
.tx-powermail input[type=submit] {
  color: #fff;
}
.tx-powermail .powermail_fieldwrap_datenschutz p {
  padding-left: 25px;
  font-size: 14px;
  line-height: 21px;
}
.tx-powermail .powermail_fieldwrap_datenschutz input {
  position: absolute;
  margin-left: -25px;
  margin-top: 4px;
}
h2.headline-style-2 {
  text-transform: none;
}
.forschung-wrapper-button > .inner-content-wrap-ce-wrapper-content {
  max-width: 70%;
}
.forschung-wrapper-button > .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-wrapper {
  background-color: rgba(8, 25, 41, 0.95);
}
.forschung-wrapper-button > .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-wrapper p {
  margin: 0;
}
.forschung-wrapper-button > .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-wrapper hr {
  width: 40%;
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 15px;
}
.mw620 {
  max-width: 620px !important;
  margin: 0;
}
.full-width-spacer-img img {
  width: 100vw;
}
.motivgalerie-search-box {
  background: #364250;
  padding: 18px 15px 5px;
  color: #c5cbd7;
  font-size: 18px;
}
.motivgalerie-search-box input[type=text] {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.motivgalerie-search-box-headline {
  margin-bottom: 15px;
}
.motivgalerie-search-box input[type=submit] {
  background: transparent;
  border: 2px solid #ffffff;
  font-size: 12px;
  text-align: center;
  float: right;
  padding: 6px 18px;
}
#motivfilter .motivgalerie-search-box .form-control {
  border: 2px solid #ffffff;
}
.motivdetail {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media all and (max-width: 1460px) {
  .motivdetail {
    padding: 0 30px;
  }
}
#motivfilter {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media all and (max-width: 1460px) {
  #motivfilter {
    padding: 0 30px;
  }
}
#motivfilter h1 {
  color: #081929;
}
#motivfilter form {
  text-align: right;
}
#motivfilter input {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#motivfilter input[type=submit] {
  width: auto;
  color: #fff;
  margin-top: 8px;
}
#motivfilter .motivgalerie-search-box {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-bottom: 15px;
}
@media all and (max-width: 900px) {
  #motivfilter .motivgalerie-search-box {
    width: 50%;
  }
}
@media all and (max-width: 750px) {
  #motivfilter .motivgalerie-search-box {
    width: 100%;
    float: none;
  }
}
#motivfilter .motivgalerie-search-box + div {
  float: right;
  width: calc(66.66% - 50px);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 900px) {
  #motivfilter .motivgalerie-search-box + div {
    width: calc(50% - 50px);
  }
}
@media all and (max-width: 750px) {
  #motivfilter .motivgalerie-search-box + div {
    width: 100%;
    float: none;
  }
}
#motivfilter .motivgalerie-search-box + div > div {
  width: calc(50% - 20px);
}
#motivfilter .auswahl {
  clear: both;
  padding: 0;
  min-height: 80px;
  border-bottom: 1px solid #3c3c3b;
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
}
#motivfilter .auswahl > div {
  float: left;
  margin-right: 20px;
}
#motivfilter .auswahl .filterlist > span {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
#motivfilter .auswahl > span {
  float: right;
  display: block;
  cursor: pointer;
}
.fa-angle-right + .fa-angle-left {
  margin-left: -5px;
  margin-right: 10px;
}
.breadcrumbMenu {
  display: none;
}
.tx-awk-motivgalerie + .motive {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.tx-awk-motivgalerie + .motive > a {
  display: block;
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .tx-awk-motivgalerie + .motive > a {
    width: 33.33%;
  }
}
@media all and (max-width: 900px) {
  .tx-awk-motivgalerie + .motive > a {
    width: 50%;
  }
}
@media all and (max-width: 550px) {
  .tx-awk-motivgalerie + .motive > a {
    width: 100%;
  }
}
.tx-awk-motivgalerie + .motive > a img {
  display: block;
  width: 100%;
  height: auto;
}
.tx-awk-motivgalerie + .motive + div {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tx-awk-motivgalerie + .motive + div ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.tx-awk-motivgalerie + .motive + div ul.pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tx-awk-motivgalerie + .motive + div ul.pagination li a {
  border: 1px solid #081929;
  padding: 3px 8px;
  margin-right: -1px;
  color: #081929;
}
.tx-awk-motivgalerie + .motive + div ul.pagination li.current a {
  background: #081929;
  color: #fff;
}
@media all and (max-width: 768px) {
  .motivgalerie-search-box {
    margin-bottom: 20px;
  }
}
.btn .fileinput-exists .fileinput-new,
.fileinput-new .btn.fileinput-exists {
  display: none !important;
}
@media all and (max-width: 1160px) {
  .motivsimulator-wapper {
    margin: 0 30px;
  }
}
.motivsimulator-wapper .fileinput {
  display: flex !important;
  gap: 20px;
}
.motivsimulator-wapper .fileinput .btn-file,
.motivsimulator-wapper .fileinput .btn-file + .fileinput-exists {
  margin-top: 10px;
  display: block;
}
@media all and (max-width: 1160px) {
  .motivsimulator-wapper .fileinput {
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .motivsimulator-wapper .fileinput img {
    width: 100%;
    height: auto;
  }
}
.motivsimulator-wapper .fileinput .row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 1160px) {
  .motivsimulator-wapper .fileinput .row {
    gap: 0 20px;
  }
}
.motivsimulator-wapper .fileinput .col-sm-9 {
  width: calc(75% - 10px);
}
@media all and (max-width: 1160px) {
  .motivsimulator-wapper .fileinput .col-sm-9 {
    width: 100%;
  }
}
.motivsimulator-wapper .fileinput .col-sm-3 {
  width: calc(25% - 15px);
}
.motivsimulator-wapper .fileinput .col-sm-6 {
  width: calc(50% - 10px);
}
@media all and (max-width: 1160px) {
  .motivsimulator-wapper .fileinput .col-sm-6 {
    width: 100%;
  }
}
@media all and (max-width: 1160px) {
  .motivsimulator-wapper .fileinput .col-sm-9 + .col-sm-3 {
    width: 100%;
  }
  .motivsimulator-wapper .fileinput .col-sm-9 + .col-sm-3 .col-sm-6 {
    width: calc(25% - 15px);
  }
}
.footer-social-media {
  max-width: 1400px;
  margin: 0 auto;
}
.footer-social-media .footer-social-media-inner {
  text-align: center;
}
.footer-social-media .footer-social-media-inner a {
  border: 1px solid #fff;
  padding: 6px 6px 0px;
  width: 43.5px;
  box-sizing: border-box;
  display: inline-block;
}
#pv-button {
  position: fixed;
  left: 36px;
  bottom: 26px;
}
#pv-button img {
  height: 47px;
  width: auto;
}
@media all and (max-width: 550px) {
  #pv-button {
    z-index: 9999;
    left: 22px;
    bottom: 12px;
  }
  #pv-button img {
    height: 37px;
  }
}
#customChatButton {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-image: url(/typo3conf/ext/attentio_customer/Resources/Public/img/livechat.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 90px;
  cursor: pointer;
  z-index: 9989;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customChatButton.hiddenChat {
  bottom: -200px;
}
#livechat-compact-container,
#livechat-eye-catcher {
  display: none;
}
@media all and (max-width: 550px) {
  #customChatButton {
    background-color: #fff;
    border-top: 1px solid #b4b4b4;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: 130px auto;
    background-position: right -10px;
    width: auto;
    height: 60px;
  }
}
.news-list-view .latest-news-outer-wrap {
  width: 25%;
}
.news-list-view ul.f3-widget-paginator {
  display: none;
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 40px auto;
  text-align: center;
}
.news-list-view ul.f3-widget-paginator li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.news-list-view ul.f3-widget-paginator li a {
  border: 1px solid #081929;
  padding: 3px 8px;
  margin-right: -1px;
  color: #081929;
}
.news-list-view ul.f3-widget-paginator li.current {
  background: #081929;
  color: #fff;
  padding: 0px 8px;
}
.news-list-view .latest-news-outer-wrap + ul.f3-widget-paginator {
  display: block;
}
.news.news-single {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
}
.news.news-single .article .teaser-text {
  color: #081929;
  font-size: 18px;
  line-height: 30px;
}
.news.news-single .article .teaser-text p {
  font-size: 18px;
  line-height: 30px;
}
.news.news-single h1 {
  color: #081929;
}
.inner-content-wrap-ce-wrapper.bgshadow-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  /* Permalink - use to edit and share this gradient. Permalink - Zum Bearbeiten und Teilen dieses Verlaufs verwenden: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+74 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 74%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media all and (max-width: 1730px) {
  .inner-content-wrap-ce-wrapper.bgshadow-active:before {
    background: rgba(0, 0, 0, 0.7);
  }
}
@media all and (max-width: 767px) {
  .inner-content-wrap-ce-wrapper.bgshadow-active:before {
    content: none;
  }
}
.inner-content-wrap-ce-wrapper.bgshadow-active .inner-content-wrap-ce-wrapper-content {
  z-index: 11;
}
@media all and (max-width: 1730px) {
  .inner-content-wrap-ce-wrapper.bgshadow-active .col-wrap-50-50 > div:nth-child(1),
  .inner-content-wrap-ce-wrapper.bgshadow-active .col-wrap-50-50 > div:nth-child(2) {
    width: 100%;
  }
}
.bg-image-height-default {
  position: relative;
}
.bg-image-height-default > .inner-content-wrap-ce-wrapper-content {
  position: relative;
}
.bg-image-height {
  position: relative;
  padding: 60px 0 !important;
  z-index: 9;
}
@media all and (max-width: 767px) {
  .bg-image-height {
    padding: 0px 0 !important;
  }
}
.bg-image-height > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
@media all and (max-width: 767px) {
  .bg-image-height > img {
    position: static;
    height: auto;
  }
}
.bg-image-height > .inner-content-wrap-ce-wrapper-content {
  position: relative;
  min-height: 350px;
}
@media all and (max-width: 767px) {
  .bg-image-height > .inner-content-wrap-ce-wrapper-content {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 30px 0px;
    text-align: center;
  }
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white p,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white li,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white span,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white h1,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white h2,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white h3,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white h4,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white h5,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white h6 {
    color: #000;
  }
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white .btn-primary,
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .text-white .rte-btn-primary {
    color: #000;
    border-color: #000;
  }
  .bg-image-height > .inner-content-wrap-ce-wrapper-content .col-wrap-50-50 > div:first-child {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  .bg-image-height > .inner-content-wrap-ce-wrapper-content > .inner-content-wrap-ce-wrapper {
    max-width: none;
  }
}
.bg-image-height.pdlr80 > .inner-content-wrap-ce-wrapper-content {
  left: 80px;
  right: 80px;
}
@media all and (max-width: 1730px) {
  .bg-image-height.pdlr80 > .inner-content-wrap-ce-wrapper-content {
    left: 0px;
    right: 0px;
  }
}
.tx-powermail {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .tx-powermail {
    width: 916px;
  }
}
@media (min-width: 900px) {
  .tx-powermail {
    width: 835px;
  }
}
@media (min-width: 768px) {
  .tx-powermail {
    width: 755px;
  }
}
.tx-powermail h3 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.tx-powermail .container-fluid {
  padding: 20px 40px 20px 40px;
  border-radius: 4px;
  background-color: #ffffff;
  border-top: 4px solid #081929;
  box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.13);
}
.tx-powermail .container-fluid form.powermail_form label {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.tx-powermail .container-fluid form.powermail_form .radio label {
  font-weight: normal;
}
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap {
  max-width: none;
  margin-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
  clear: both;
}
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input {
  width: 50%;
  clear: none;
  float: left;
}
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_input input,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_textarea input,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_select input,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_input textarea,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_textarea textarea,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_select textarea,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_input select,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_textarea select,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_select select {
  height: 43px;
  border-radius: 4px;
  background-color: #ecf0f1;
  border: 0;
}
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_input textarea,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_textarea textarea,
.tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap_type_select textarea {
  height: 150px;
}
.powermail_fieldwrap_type_submit {
  float: none;
  text-align: center;
}
.powermail_fieldwrap_type_submit input[type=submit],
.powermail_fieldwrap_type_submit button {
  display: inline-block;
  width: auto;
}
.powermail_fieldwrap div.description {
  padding-left: 22px;
  text-align: left;
  font-size: 11px;
  position: relative;
  line-height: 15px;
  margin-top: 6px;
}
.powermail_fieldwrap div.description:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(/typo3conf/ext/attentio_customer/Resources/Public/img/info.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-content-wrap-ce-maps .infoContent {
  width: 650px;
  font-size: 16px;
}
.inner-content-wrap-ce-maps .infoContent > img {
  width: 260px !important;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  margin-bottom: 0 !important;
}
@media all and (max-width: 600px) {
  .tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap {
    padding: 0;
  }
  .tx-powermail .container-fluid form.powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input {
    width: 100%;
  }
  .tx-powermail .container-fluid {
    padding: 20px;
  }
}
#meta-nav {
  display: none;
}
#header {
  top: 0px;
}
#main-content {
  margin-top: 80px;
}
#header #header-inner #logo-wrap {
  width: 90px;
  margin-top: 20px;
}
