/*
 *
 *     SETTINGS
 *
 */
/*
 *
 *     SETTINGS
 *
 */
/*
 *
 *     LESS FUNCTIONS
 *
 */
/*
 *
 *     BASIC CSS
 *
 */
body {
  font-family: "Barlow Semi Condensed", Verdana, sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  line-height: 150%;
}
body > div {
  overflow-x: hidden;
}
div {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: #e4002c;
  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: 1300px;
  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;
}
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;
}
/*
 *
 *     GRID / COLUMNS
 *
 */
.inner-content-wrap-width-page {
  max-width: 1330px;
  padding: 0 45px;
}
.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;
}
.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;
  }
  .col-wrap-33-33-33 > div:nth-child(4) {
    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;
}
#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: 1300px;
  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 {
  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: #202b77;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-wrap {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.footer-wrap,
.footer-wrap a {
  color: #202b77;
  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: "Barlow Semi Condensed", Verdana, 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: "Barlow Semi Condensed", Verdana, 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: #202b77;
  color: #ffffff;
}
#copyright-inner {
  max-width: 1300px;
  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: #e4002c;
}
@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: #e4002c;
  color: #202b77;
}
.bg-color-secondary {
  background-color: #202b77;
  color: #ffffff;
}
.bg-color-tertiary {
  background-color: #6269af;
  color: #202b77;
}
.bg-color-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-color-gray {
  background-color: #1e1e1e;
  color: #ffffff;
}
.bg-color-lightgray {
  background-color: #f4f4f8;
  color: #202b77;
}
.bg-color-white {
  background-color: #ffffff;
  color: #202b77;
}
/*
*
*	 Farbe Headline
*
*/
.headline-primary {
  color: #e4002c;
}
.headline-secondary {
  color: #202b77;
}
.headline-tertiary {
  color: #6269af;
}
.headline-black {
  color: #000000;
}
.headline-gray {
  color: #1e1e1e;
}
.headline-lightgray {
  color: #f4f4f8;
}
.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: #e4002c;
}
.text-primary a {
  color: #202b77;
}
.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: #202b77;
}
.text-secondary a {
  color: #e4002c;
}
.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: #6269af;
}
.text-tertiary a {
  color: #e4002c;
}
.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: #1e1e1e;
}
.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: #f4f4f8;
}
.text-lightgray a {
  color: #202b77;
}
.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: #202b77;
}
/*
*
*	 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: #e4002c;
  color: #ffffff;
}
.btn-secondary,
.rte-btn-secondary {
  background-color: #202b77;
}
.btn-tertiary,
.rte-btn-tertiary {
  background-color: #6269af;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #e4002c;
}
.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn-gray {
  background-color: #1e1e1e;
}
.btn-lightgray {
  background-color: #f4f4f8;
}
.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn-primary:hover,
.btn-default:hover,
.rte-btn-primary:hover {
  background-color: #cb0027;
}
.btn-secondary:hover,
.rte-btn-secondary:hover {
  background-color: #1b2463;
}
.btn-tertiary:hover,
.rte-btn-tertiary:hover {
  background-color: #545ba4;
}
.btn-transparent:hover {
  box-shadow: 0 0 2px #98001d;
}
.btn-black:hover {
  background-color: #404040;
  box-shadow: 0 0 2px #98001d;
  color: #ffffff;
}
.btn-gray:hover {
  background-color: #111111;
}
.btn-lightgray:hover {
  background-color: #e4e4ee;
}
.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: #e4002c;
}
#scroll-menu-content div:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  #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%;
}
#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:hover {
  background: #e4002c;
  color: #202b77;
}
#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 > a {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  padding: 10px 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: #e4002c;
  color: #202b77;
}
@media all and (max-width: 1000px) {
  #main-nav > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100px;
  }
}
@media all and (max-width: 1000px) {
  #main-nav-mobile-btn {
    display: block;
  }
  #main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: #1e1e1e;
    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 {
    position: relative;
    height: auto;
    margin-bottom: 1px;
  }
  #main-nav ul li {
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
  }
  #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;
  }
}
#meta-nav {
  top: 0;
  height: 30px;
  background: #202b77;
  color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 200;
  vertical-align: middle;
}
#meta-nav-inner-wrap {
  max-width: 1300px;
  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: #e4002c;
}
#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: #e4002c;
}
#meta-nav .meta-language-menu span:first-child {
  margin-left: 0;
}
#meta-nav .meta-language-menu span a {
  color: #1e1e1e;
}
.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,
select,
button,
textarea {
  -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: "Barlow Semi Condensed", Verdana, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
select {
  cursor: pointer;
  background-image: url(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],
button {
  background: #e4002c;
  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: "Barlow Semi Condensed", Verdana, 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: #e4002c;
  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: "Barlow Semi Condensed", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.news .article .teaser-text p {
  font-family: "Barlow Semi Condensed", Verdana, 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: "Barlow Semi Condensed", Verdana, 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: "Barlow Semi Condensed", Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.page-navigation {
  clear: both;
  text-align: center;
  font-family: "Barlow Semi Condensed", Verdana, 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: 1300px;
  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: 1330px;
  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: 1320px;
    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: 1312px;
    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 #e4002c;
  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: #e4002c;
}
.dce-tabs-content {
  padding: 25px;
  background: #6c6c6c;
  border: 1px solid #e4002c;
  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: "Barlow Semi Condensed", Verdana, 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(228, 0, 44, 0.6);
}
.hover-image-text-overlay .secondary .overlay {
  background-color: rgba(32, 43, 119, 0.6);
}
.hover-image-text-overlay .tertiary .overlay {
  background-color: rgba(98, 105, 175, 0.6);
}
.hover-image-text-overlay .gray .overlay {
  background-color: rgba(30, 30, 30, 0.6);
}
.hover-image-text-overlay .lightgray .overlay {
  background-color: rgba(244, 244, 248, 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(228, 0, 44, 0.6);
  width: 100%;
  box-sizing: border-box;
}
.photoitem.underneath {
  background-color: #202b77;
  box-sizing: border-box;
}
.photoitem.underneath .text {
  padding: 15px 25px;
  color: #ffffff;
}
.photoitem h4 {
  margin-top: 10px;
  font-family: "Barlow Semi Condensed", Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.photoitem .border-primary {
  box-sizing: border-box;
  border-style: solid;
  border-color: #e4002c;
}
.photoitem .border-hellgrau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #f4f4f8;
}
.photoitem .border-grau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #1e1e1e;
}
.photoitem .border-dunkelgrau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #040404;
}
.photoitem img.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.photoitem img {
  display: block;
}
.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;
  }
}
.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: #e4002c;
}
.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: 575px) {
  .slideshow .item picture {
    min-height: 275px;
  }
  .slideshow .item picture {
    height: 275px;
    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: 1300px;
  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 .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%;
}
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-stage {
  max-width: none;
}
.image-slider .item {
  background-color: #1e1e1e;
  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: #e4002c;
}
.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(228, 0, 44, 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: "Barlow Semi Condensed", Verdana, 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: 650px;
  padding-left: 45px;
  right: auto;
}
.bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
  max-width: 650px;
  padding-right: 45px;
  left: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1390px) {
  .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;
}
.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;
  }
}
/* barlow-semi-condensed-300 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-300.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-300.svg#BarlowSemiCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* barlow-semi-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-regular.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-regular.svg#BarlowSemiCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* barlow-semi-condensed-500 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-500.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-500.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-500.svg#BarlowSemiCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* barlow-semi-condensed-600 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-600.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-600.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-600.svg#BarlowSemiCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* barlow-semi-condensed-700 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-700.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/barlow-semi-condensed-v14-latin-700.svg#BarlowSemiCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
body,
p {
  font-size: 20px;
  font-weight: 300;
}
h1 {
  font-size: 52px;
  color: #202b77;
  line-height: 62px;
}
h2 {
  font-size: 52px;
  color: #202b77;
  line-height: 62px;
  font-weight: 300;
  margin-top: 20px;
}
h3 {
  font-size: 32px;
  line-height: 42px;
  color: #6269af;
  font-weight: 600;
}
h2 + h3 {
  margin-top: -30px;
}
#meta-nav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd093b+0,e92f23+100 */
  background: #bd093b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bd093b 0%, #e92f23 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bd093b 0%, #e92f23 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bd093b 0%, #e92f23 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd093b', endColorstr='#e92f23', GradientType=1);
  /* IE6-9 */
  color: #fff;
  height: 40px;
}
#meta-nav a {
  font-size: 18px;
}
.meta-language {
  display: none;
}
.meta-menu ul li {
  margin-right: 40px;
}
.meta-menu ul {
  margin-top: 2px;
}
.meta-menu ul li:last-child {
  margin-right: 20px;
}
#header {
  background: #fff;
  height: 90px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 40px;
}
#header:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#711958+0,e4002c+49,f48c12+100 */
  background: #711958;
  /* Old browsers */
  background: -moz-linear-gradient(left, #711958 0%, #e4002c 49%, #f48c12 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #711958 0%, #e4002c 49%, #f48c12 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #711958 0%, #e4002c 49%, #f48c12 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#711958', endColorstr='#f48c12', GradientType=1);
  /* IE6-9 */
  pointer-events: none;
}
#main-content {
  margin-top: 133px;
}
#logo-wrap {
  max-width: 210px;
  max-width: 172px;
}
.news-list-view {
  text-align: left;
}
.news-list-view .latest-news-outer-wrap {
  width: 50%;
}
.news-list-view .article.latest-news-box {
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 05px;
  -moz-border-radius: 0px;
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.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: 0px;
  padding-right: 0px;
}
@media all and (max-width: 640px) {
  .news-list-view .latest-news-outer-wrap {
    width: auto;
  }
  .news-list-view {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#main-nav > ul > li > a {
  background: none;
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  padding-bottom: 31px;
  min-width: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
#main-nav > ul > li > a:hover {
  background: none;
}
#main-nav > ul > li > ul > li > a {
  background: #e4002c;
  color: #fff;
  font-size: 18px;
  padding: 14px 20px;
}
#main-nav > ul > li:hover > a:after,
#main-nav > ul > li.active > a:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 3px;
  background: #e4002c;
  pointer-events: none;
  margin-top: 30px;
}
#main-nav > ul > li > ul > li > a:hover {
  background: #b60c2d;
  color: #fff;
}
#main-nav > ul > li > ul {
  background: #eb4061;
}
.slideshow .item .container.slideshow-right,
.slideshow .item .container.slideshow-left {
  background: none;
}
.slideshow .item .container.slideshow-right > .text,
.slideshow .item .container.slideshow-left > .text {
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  padding: 65px 65px;
}
.slideshow .item .container.slideshow-right {
  padding-bottom: 0px;
  padding-top: 0px;
}
.slideshow .item .container.slideshow-right .text-background,
.slideshow .item .container.slideshow-left .text-background {
  background: #202b77;
  mix-blend-mode: multiply;
  opacity: 0.9;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.red .slideshow .item .container.slideshow-right .text-background,
.red .slideshow .item .container.slideshow-left .text-background {
  background: #aa0021;
}
.slideshow .item .container.slideshow-right > .text h1,
.slideshow .item .container.slideshow-left > .text h1 {
  margin: 0px;
  font-size: 52px;
  line-height: 62px;
  color: #fff;
  font-weight: 200;
  position: relative;
}
.slideshow .owl-dots {
  bottom: 25px;
}
.slideshow .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #fff;
}
.trennlinie {
  height: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#711958+0,e4002c+49,f48c12+100 */
  background: #711958;
  /* Old browsers */
  background: -moz-linear-gradient(left, #711958 0%, #e4002c 49%, #f48c12 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #711958 0%, #e4002c 49%, #f48c12 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #711958 0%, #e4002c 49%, #f48c12 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#711958', endColorstr='#f48c12', GradientType=1);
  /* IE6-9 */
  pointer-events: none;
}
.photoitem.underneath {
  background: none;
}
h4 {
  color: #202b77;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 12px;
}
.photoitem.underneath .text {
  padding: 20px 0px 0px;
  color: #1e1e1e;
}
.photoitem.underneath .text h4 {
  color: #202b77;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 25px;
}
.btn-primary,
.rte-btn-primary {
  background: none;
  border-bottom: 3px solid #e4002c;
  color: #1e1e1e;
  font-weight: 500;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding-bottom: 8px;
}
.btn-primary:hover,
.rte-btn-primary:hover {
  background: none;
}
.bg-color-lightgray {
  color: #1e1e1e;
}
.mt70 {
  margin-top: 70px;
}
.floatright {
  float: right;
}
.inner-content-wrap-width-fullpadding {
  padding: 0 200px;
}
input,
button,
textarea {
  background: #f5f5f5;
  color: #1f1f1f;
  border: 0px;
  border-bottom: 2px solid #ee0c2b;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px;
  font-size: 18px;
}
input[type=submit] {
  font-size: 20px;
  color: #fff;
  background: #ee0c2b;
  border: 0px;
  letter-spacing: 0px;
  padding: 13px 25px;
  text-align: left;
  text-transform: none;
}
.tx-powermail {
  padding: 0px;
}
.powermail_form_1 {
  height: 290px;
  position: relative;
}
@media all and (max-width: 930px) {
  .powermail_form_1 {
    height: auto;
  }
}
.powermail_form_1 .powermail_fieldwrap {
  max-width: none;
}
.powermail_form_1 .powermail_fieldwrap_name,
.powermail_form_1 .powermail_fieldwrap_firma,
.powermail_form_1 .powermail_fieldwrap_e_mail,
.powermail_form_1 .powermail_fieldwrap_telefon,
.powermail_form_1 .powermail_fieldwrap_betreff {
  left: 0px;
  width: 25%;
  position: absolute;
  box-sizing: border-box;
}
@media all and (max-width: 1325px) {
  .powermail_form_1 .powermail_fieldwrap_name,
  .powermail_form_1 .powermail_fieldwrap_firma,
  .powermail_form_1 .powermail_fieldwrap_e_mail,
  .powermail_form_1 .powermail_fieldwrap_telefon,
  .powermail_form_1 .powermail_fieldwrap_betreff {
    width: 20%;
  }
}
@media all and (max-width: 930px) {
  .powermail_form_1 .powermail_fieldwrap_name,
  .powermail_form_1 .powermail_fieldwrap_firma,
  .powermail_form_1 .powermail_fieldwrap_e_mail,
  .powermail_form_1 .powermail_fieldwrap_telefon,
  .powermail_form_1 .powermail_fieldwrap_betreff {
    position: static;
    width: 50%;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 450px) {
  .powermail_form_1 .powermail_fieldwrap_name,
  .powermail_form_1 .powermail_fieldwrap_firma,
  .powermail_form_1 .powermail_fieldwrap_e_mail,
  .powermail_form_1 .powermail_fieldwrap_telefon,
  .powermail_form_1 .powermail_fieldwrap_betreff {
    width: 100%;
  }
}
.powermail_form_1 .powermail_fieldwrap_name {
  margin-top: 0px;
}
.powermail_form_1 .powermail_fieldwrap_firma {
  margin-top: 60px;
}
.powermail_form_1 .powermail_fieldwrap_e_mail {
  margin-top: 120px;
}
.powermail_form_1 .powermail_fieldwrap_telefon {
  margin-top: 180px;
}
.powermail_form_1 .powermail_fieldwrap_betreff {
  margin-top: 240px;
}
@media all and (max-width: 930px) {
  .powermail_form_1 .powermail_fieldwrap_name {
    margin-top: 0px;
  }
  .powermail_form_1 .powermail_fieldwrap_firma {
    margin-top: 0px;
  }
  .powermail_form_1 .powermail_fieldwrap_e_mail {
    margin-top: 0px;
  }
  .powermail_form_1 .powermail_fieldwrap_telefon {
    margin-top: 0px;
  }
  .powermail_form_1 .powermail_fieldwrap_betreff {
    margin-top: 0px;
    width: 100%;
  }
}
.powermail_form_1 .powermail_fieldwrap_kontaktdaten,
.powermail_form_1 .powermail_fieldwrap_recaptcha,
.powermail_form_1 .powermail_fieldwrap_absenden {
  right: 0px;
  width: 25%;
  position: absolute;
  box-sizing: border-box;
}
@media all and (max-width: 1325px) {
  .powermail_form_1 .powermail_fieldwrap_kontaktdaten,
  .powermail_form_1 .powermail_fieldwrap_recaptcha,
  .powermail_form_1 .powermail_fieldwrap_absenden {
    width: 40%;
  }
}
@media all and (max-width: 930px) {
  .powermail_form_1 .powermail_fieldwrap_kontaktdaten,
  .powermail_form_1 .powermail_fieldwrap_recaptcha,
  .powermail_form_1 .powermail_fieldwrap_absenden {
    position: static;
    width: auto;
    padding: 0px 10px;
    box-sizing: border-box;
  }
}
.powermail_form_1 .powermail_fieldwrap_kontaktdaten {
  margin-top: 0px;
}
.powermail_form_1 .powermail_fieldwrap_kontaktdaten p:first-child {
  margin-top: 0px;
}
.powermail_form_1 .powermail_fieldwrap_recaptcha {
  margin-top: 130px;
}
.powermail_form_1 .powermail_fieldwrap_absenden {
  margin-top: 240px;
}
@media all and (max-width: 930px) {
  .powermail_form_1 .powermail_fieldwrap_recaptcha {
    margin-top: 0px;
  }
  .powermail_form_1 .powermail_fieldwrap_absenden {
    margin-top: 0px;
  }
}
.powermail_form_1 .powermail_fieldwrap_nachricht {
  width: calc(50% - 100px);
  position: absolute;
  box-sizing: border-box;
  left: 25%;
  margin-left: 45px;
}
.powermail_form_1 .powermail_fieldwrap_nachricht textarea {
  height: 288px;
}
@media all and (max-width: 1325px) {
  .powermail_form_1 .powermail_fieldwrap_nachricht {
    left: 20%;
    width: calc(40% - 100px);
  }
}
@media all and (max-width: 930px) {
  .powermail_form_1 .powermail_fieldwrap_nachricht {
    position: static;
    width: 100%;
    left: 0;
    float: none;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-left: 0px;
  }
}
.footer-logo {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 55px;
}
.footer-logo img {
  max-width: 240px;
  height: auto;
}
#footer {
  padding-top: 0px;
  background: #fff;
  color: #1f1f1f;
  font-size: 20px;
}
#footer b {
  font-weight: 600;
}
.footer-wrap,
.footer-wrap a {
  color: #1f1f1f;
}
.footer-text-left {
  float: left;
  width: 30%;
}
.footer-text-mid {
  float: left;
  width: 20%;
  margin-left: 14%;
}
.footer-text-mid ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-text-right {
  float: right;
  width: 30%;
}
#copyright {
  background: #bd093b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bd093b 0%, #e92f23 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bd093b 0%, #e92f23 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bd093b 0%, #e92f23 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd093b', endColorstr='#e92f23', GradientType=1);
  /* IE6-9 */
}
#copyright-inner {
  font-size: 18px;
}
.copyright-text-right ul li a:hover,
.copyright-text-relaunch a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright-text-relaunch a {
  color: #fff;
}
@media all and (max-width: 1410px) {
  #header-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
  #meta-nav-inner-wrap {
    max-width: none;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (max-width: 1075px) {
  #header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #meta-nav-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slideshow .item .container.slideshow-left > .text {
  left: 60px;
}
#main-nav-mobile-btn {
  margin-top: 20px;
}
@media all and (max-width: 1075px) {
  .slideshow .item .container.slideshow-left,
  .slideshow .item .text.slideshow-left {
    position: absolute !important;
  }
}
@media all and (max-width: 1275px) {
  .slideshow .item .container.slideshow-right > .text,
  .slideshow .item .container.slideshow-left > .text {
    padding: 45px;
  }
  .slideshow .item .container.slideshow-right > .text h1,
  .slideshow .item .container.slideshow-left > .text h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media all and (max-width: 770px) {
  .slideshow .item .container.slideshow-right > .text,
  .slideshow .item .container.slideshow-left > .text {
    left: 60px;
  }
}
@media all and (max-width: 500px) {
  .slideshow .item .container.slideshow-right > .text h1,
  .slideshow .item .container.slideshow-left > .text h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .slideshow .item .container.slideshow-right > .text,
  .slideshow .item .container.slideshow-left > .text {
    position: static !important;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    padding-bottom: 55px;
  }
  .slideshow .owl-prev,
  .slideshow .owl-next {
    top: 25%;
  }
  .slideshow .owl-dots {
    bottom: 12px;
  }
  .slideshow .item .container.slideshow-left,
  .slideshow .item .text.slideshow-left {
    position: static !important;
  }
}
.quote-margin {
  margin-top: 0px;
}
@media all and (max-width: 1350px) {
  .quote-wrap {
    padding: 0px 100px;
  }
}
@media all and (max-width: 1150px) {
  .quote-wrap {
    padding: 0px 30px;
  }
}
@media all and (max-width: 1050px) {
  .quote-wrap {
    padding: 0px 0px;
  }
}
@media all and (max-width: 1000px) {
  .quote-margin {
    margin-top: 20px;
  }
}
@media all and (max-width: 900px) {
  .quote-margin {
    margin-top: 0px;
  }
}
@media all and (max-width: 720px) {
  .quote-wrap {
    text-align: center;
  }
  .quote-wrap .col {
    float: none !important;
    display: inline-block;
    width: auto !important;
  }
  .quote-wrap .align-right {
    text-align: center;
  }
}
@media all and (max-width: 550px) {
  .logoright {
    float: left;
  }
}
@media all and (max-width: 750px) {
  .footer-text-mid {
    width: 30%;
  }
  .footer-text-left {
    width: 50%;
  }
  .footer-text-right {
    clear: both;
    padding-top: 40px;
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  .footer-text-mid {
    display: inline-block;
    float: none;
    margin-left: 0px;
    width: 100%;
  }
  .footer-text-left {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .footer-text-right {
    display: inline-block;
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  #main-nav.mobilefx {
    -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;
  }
  #main-nav {
    width: 260px;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    background: #fff;
    height: calc(100vh - 133px) !important;
    border-left: 3px solid #e4002c;
    top: 93px;
    left: auto;
  }
  #main-nav > ul {
    padding-top: 30px;
    box-sizing: border-box;
  }
  body.show-mobile #main-nav {
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  #main-nav > ul > li:hover > a::after {
    content: none;
  }
  #main-nav > ul > li a {
    padding-bottom: 15px;
  }
  #main-nav > ul > li a:hover {
    background: #e4002c;
    color: #fff;
  }
  #main-nav > ul > li > ul > li > a {
    background: none;
    color: #1e1e1e;
  }
  #main-nav > ul > li > ul {
    background: none;
  }
  #main-nav > ul > li > ul li a:hover {
    background: #e4002c;
    color: #fff;
  }
}
@media all and (max-width: 360px) {
  #main-nav {
    width: 100%;
  }
}
.timeline li .timeline-panel {
  background: #fff;
}
.timeline li .timeline-badge {
  background-color: #202b77;
}
#meta-nav a:hover {
  color: #fff;
}
.inner-content-wrap-ce-referenz-hover-allwrap {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.inner-content-wrap-ce-referenz-hover {
  display: inline-block;
  box-sizing: border-box;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.inner-content-wrap-ce-referenz-hover .hover-image-text-overlay .overlay {
  top: auto;
  bottom: 50px;
}
.inner-content-wrap-ce-referenz-hover .hover-image-text-overlay:hover .overlay {
  bottom: 0px;
}
.inner-content-wrap-ce-referenz-hover.hide {
  display: none;
}
.inner-content-wrap-ce-referenz-hover img {
  display: block;
}
.inner-content-wrap-ce-referenz-hover .overlay,
.inner-content-wrap-ce-referenz-hover .overlay-teaser {
  background: rgba(0, 134, 202, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner-content-wrap-ce-referenz-hover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner-content-wrap-ce-referenz-hover .overlay .text {
  padding: 10px 30px;
  text-align: left;
}
.inner-content-wrap-ce-referenz-hover .overlay .text p {
  margin: 0;
}
.inner-content-wrap-ce-referenz-hover .overlay .text h3 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}
.inner-content-wrap-ce-referenz-hover .overlay-teaser {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  text-align: left;
}
.inner-content-wrap-ce-referenz-hover .hover-image-text-overlay:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media all and (max-width: 920px) {
  .inner-content-wrap-ce-referenz-hover {
    width: 50%;
  }
}
@media all and (max-width: 640px) {
  .inner-content-wrap-ce-referenz-hover {
    width: 100%;
  }
}
.inner-content-wrap-ce-referenz-filter {
  text-align: center;
  margin-top: 0;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  margin-bottom: 40px;
  padding-right: 15px;
  box-sizing: border-box;
}
.inner-content-wrap-ce-referenz-filter select {
  max-width: 370px;
  background-color: #f5f5f5;
  color: #1f1f1f;
  border: 0;
  border-bottom: 2px solid #ee0c2b;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 12px 8px;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .inner-content-wrap-ce-referenz-filter select {
    max-width: none;
  }
}
.inner-content-wrap-ce-referenz-hover .overlay {
  background-color: rgba(32, 43, 119, 0.8);
}
li {
  list-style-position: inside;
}
.image-full-width img {
  width: 100%;
}
h4.timeline-title {
  margin-bottom: 5px;
}
.timeline-body p:first-child {
  margin-top: 0px;
}
.timeline li {
  margin-bottom: -25px;
}
.timeline li:last-child {
  margin-bottom: 0px;
}
.align-justify {
  text-align: justify;
}
.popup-global {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10800;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.popup-global .popup-global-inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  max-width: 90%;
  width: 870px;
  margin-top: 40px;
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.popup-global .popup-global-inner-wrap .popup-global-inner {
  height: auto;
  padding-bottom: 50px;
}
.popup-global .popup-global-inner-wrap .popup-global-inner .popup-global-close {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #e4002c;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 9px;
  font-size: 22px;
  color: #fff;
}
.popup-global .popup-global-inner-wrap .popup-global-inner .popup-global-content {
  border: 2px solid #e4002c;
  background: #fff;
  padding: 40px;
}
.popup-global.show {
  opacity: 1;
  pointer-events: 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);
}
.popup-global.show .popup-global-inner-wrap {
  margin-top: 0px;
}
