/*
 *
 *     SETTINGS
 *
 */
/*
 *
 *     SETTINGS
 *
 */
/*
 *
 *     LESS FUNCTIONS
 *
 */
/*
 *
 *     BASIC CSS
 *
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  line-height: 150%;
  position: relative;
}
html,
body {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}
body > div {
  overflow-x: hidden;
}
div {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: #353535;
  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: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
.inner-content-wrap-ce-width-fullpadding {
  padding: 0 60px;
}
.inner-content-wrap .inner-content-wrap-ce,
.inner-content-wrap .inner-content-wrap {
  padding: 0;
}
#main-content {
  margin-top: 110px;
  padding-top: 0;
  padding-bottom: 0;
}
.text-left,
.align-left {
  text-align: left;
}
.text-right,
.align-right {
  text-align: right;
}
.text-center,
.align-center {
  text-align: center;
}
#mobile-menu-bottom-spacer {
  height: 0px;
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.ps {
  position: relative;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: rgba(0, 0, 0, 0.8);
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps:hover > .ps__scrollbar-y-rail:hover,
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps.ps--in-scrolling.ps--y:hover > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.ps.ps--in-scrolling.ps--y:hover > .ps__scrollbar-y-rail,
.ps.ps--in-scrolling.ps--x:hover > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.ps.ps--in-scrolling.ps--x:hover > .ps__scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 768px) {
  .inner-content-wrap,
  .inner-content-wrap-ce-width-page,
  .inner-content-wrap-ce-width-fullpadding {
    padding: 0 20px;
  }
}
@media all and (max-width: 340px) {
  .inner-content-wrap,
  .inner-content-wrap-ce-width-page,
  .inner-content-wrap-ce-width-fullpadding {
    padding: 0 8px;
  }
}
.g-recaptcha iframe,
.g-recaptcha > div {
  max-width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  width: auto !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mw500,
.mw600,
.mw700,
.mw800,
.mw900,
.mw1000,
.mw1100,
.mw1200,
.mw1300,
.mw1400,
.mw1500,
.mw1600 {
  margin-left: auto;
  margin-right: auto;
}
.mw500 > .inner-content-wrap-ce-width-page,
.mw600 > .inner-content-wrap-ce-width-page,
.mw700 > .inner-content-wrap-ce-width-page,
.mw800 > .inner-content-wrap-ce-width-page,
.mw900 > .inner-content-wrap-ce-width-page,
.mw1000 > .inner-content-wrap-ce-width-page,
.mw1100 > .inner-content-wrap-ce-width-page,
.mw1200 > .inner-content-wrap-ce-width-page,
.mw1300 > .inner-content-wrap-ce-width-page,
.mw1400 > .inner-content-wrap-ce-width-page,
.mw1500 > .inner-content-wrap-ce-width-page,
.mw1600 > .inner-content-wrap-ce-width-page {
  padding: 0;
}
.max-width-left {
  margin-left: 0;
}
.max-width-right {
  margin-right: 0;
}
.mw500 {
  max-width: 500px;
}
.mw600 {
  max-width: 600px;
}
.mw700 {
  max-width: 700px;
}
.mw800 {
  max-width: 800px;
}
.mw900 {
  max-width: 900px;
}
.mw1000 {
  max-width: 1000px;
}
.mw1100 {
  max-width: 1100px;
}
.mw1200 {
  max-width: 1200px;
}
.mw1300 {
  max-width: 1300px;
}
.mw1400 {
  max-width: 1400px;
}
.mw1500 {
  max-width: 1500px;
}
.mw1600 {
  max-width: 1600px;
}
.inner-content-wrap-width-full.col-mw500,
.inner-content-wrap-width-page.col-mw500,
.inner-content-wrap-width-full.col-mw600,
.inner-content-wrap-width-page.col-mw600,
.inner-content-wrap-width-full.col-mw700,
.inner-content-wrap-width-page.col-mw700,
.inner-content-wrap-width-full.col-mw800,
.inner-content-wrap-width-page.col-mw800,
.inner-content-wrap-width-full.col-mw900,
.inner-content-wrap-width-page.col-mw900,
.inner-content-wrap-width-full.col-mw1000,
.inner-content-wrap-width-page.col-mw1000,
.inner-content-wrap-width-full.col-mw1100,
.inner-content-wrap-width-page.col-mw1100,
.inner-content-wrap-width-full.col-mw1200,
.inner-content-wrap-width-page.col-mw1200,
.inner-content-wrap-width-full.col-mw1300,
.inner-content-wrap-width-page.col-mw1300,
.inner-content-wrap-width-full.col-mw1400,
.inner-content-wrap-width-page.col-mw1400,
.inner-content-wrap-width-full.col-mw1500,
.inner-content-wrap-width-page.col-mw1500,
.inner-content-wrap-width-full.col-mw1600,
.inner-content-wrap-width-page.col-mw1600 {
  margin-left: auto;
  margin-right: auto;
}
.inner-content-wrap-width-full.max-width-left,
.inner-content-wrap-width-page.max-width-left {
  margin-left: -15px;
}
.inner-content-wrap-width-full.max-width-right,
.inner-content-wrap-width-page.max-width-right {
  margin-right: -15px;
}
.inner-content-wrap-width-full.col-mw500,
.inner-content-wrap-width-page.col-mw500 {
  max-width: 530px;
}
.inner-content-wrap-width-full.col-mw600,
.inner-content-wrap-width-page.col-mw600 {
  max-width: 630px;
}
.inner-content-wrap-width-full.col-mw700,
.inner-content-wrap-width-page.col-mw700 {
  max-width: 730px;
}
.inner-content-wrap-width-full.col-mw800,
.inner-content-wrap-width-page.col-mw800 {
  max-width: 830px;
}
.inner-content-wrap-width-full.col-mw900,
.inner-content-wrap-width-page.col-mw900 {
  max-width: 930px;
}
.inner-content-wrap-width-full.col-mw1000,
.inner-content-wrap-width-page.col-mw1000 {
  max-width: 1030px;
}
.inner-content-wrap-width-full.col-mw1100,
.inner-content-wrap-width-page.col-mw1100 {
  max-width: 1130px;
}
.inner-content-wrap-width-full.col-mw1200,
.inner-content-wrap-width-page.col-mw1200 {
  max-width: 1230px;
}
.inner-content-wrap-width-full.col-mw1300,
.inner-content-wrap-width-page.col-mw1300 {
  max-width: 1330px;
}
.inner-content-wrap-width-full.col-mw1400,
.inner-content-wrap-width-page.col-mw1400 {
  max-width: 1430px;
}
.inner-content-wrap-width-full.col-mw1500,
.inner-content-wrap-width-page.col-mw1500 {
  max-width: 1530px;
}
.inner-content-wrap-width-full.col-mw1600,
.inner-content-wrap-width-page.col-mw1600 {
  max-width: 1630px;
}
@media all and (max-width: 980px) {
  .inner-content-wrap-width-full.max-width-left,
  .inner-content-wrap-width-page.max-width-left {
    margin-left: -10px;
  }
  .inner-content-wrap-width-full.max-width-right,
  .inner-content-wrap-width-page.max-width-right {
    margin-right: -10px;
  }
  .inner-content-wrap-width-full.col-mw500,
  .inner-content-wrap-width-page.col-mw500 {
    max-width: 520px;
  }
  .inner-content-wrap-width-full.col-mw600,
  .inner-content-wrap-width-page.col-mw600 {
    max-width: 620px;
  }
  .inner-content-wrap-width-full.col-mw700,
  .inner-content-wrap-width-page.col-mw700 {
    max-width: 720px;
  }
  .inner-content-wrap-width-full.col-mw800,
  .inner-content-wrap-width-page.col-mw800 {
    max-width: 820px;
  }
  .inner-content-wrap-width-full.col-mw900,
  .inner-content-wrap-width-page.col-mw900 {
    max-width: 920px;
  }
  .inner-content-wrap-width-full.col-mw1000,
  .inner-content-wrap-width-page.col-mw1000 {
    max-width: 1020px;
  }
  .inner-content-wrap-width-full.col-mw1100,
  .inner-content-wrap-width-page.col-mw1100 {
    max-width: 1120px;
  }
  .inner-content-wrap-width-full.col-mw1200,
  .inner-content-wrap-width-page.col-mw1200 {
    max-width: 1220px;
  }
  .inner-content-wrap-width-full.col-mw1300,
  .inner-content-wrap-width-page.col-mw1300 {
    max-width: 1320px;
  }
  .inner-content-wrap-width-full.col-mw1400,
  .inner-content-wrap-width-page.col-mw1400 {
    max-width: 1420px;
  }
  .inner-content-wrap-width-full.col-mw1500,
  .inner-content-wrap-width-page.col-mw1500 {
    max-width: 1520px;
  }
  .inner-content-wrap-width-full.col-mw1600,
  .inner-content-wrap-width-page.col-mw1600 {
    max-width: 1620px;
  }
}
@media all and (max-width: 540px) {
  .inner-content-wrap-width-full.max-width-left,
  .inner-content-wrap-width-page.max-width-left {
    margin-left: -6px;
  }
  .inner-content-wrap-width-full.max-width-right,
  .inner-content-wrap-width-page.max-width-right {
    margin-right: -6px;
  }
  .inner-content-wrap-width-full.col-mw500,
  .inner-content-wrap-width-page.col-mw500 {
    max-width: 512px;
  }
  .inner-content-wrap-width-full.col-mw600,
  .inner-content-wrap-width-page.col-mw600 {
    max-width: 612px;
  }
  .inner-content-wrap-width-full.col-mw700,
  .inner-content-wrap-width-page.col-mw700 {
    max-width: 712px;
  }
  .inner-content-wrap-width-full.col-mw800,
  .inner-content-wrap-width-page.col-mw800 {
    max-width: 812px;
  }
  .inner-content-wrap-width-full.col-mw900,
  .inner-content-wrap-width-page.col-mw900 {
    max-width: 912px;
  }
  .inner-content-wrap-width-full.col-mw1000,
  .inner-content-wrap-width-page.col-mw1000 {
    max-width: 1012px;
  }
  .inner-content-wrap-width-full.col-mw1100,
  .inner-content-wrap-width-page.col-mw1100 {
    max-width: 1112px;
  }
  .inner-content-wrap-width-full.col-mw1200,
  .inner-content-wrap-width-page.col-mw1200 {
    max-width: 1212px;
  }
  .inner-content-wrap-width-full.col-mw1300,
  .inner-content-wrap-width-page.col-mw1300 {
    max-width: 1312px;
  }
  .inner-content-wrap-width-full.col-mw1400,
  .inner-content-wrap-width-page.col-mw1400 {
    max-width: 1412px;
  }
  .inner-content-wrap-width-full.col-mw1500,
  .inner-content-wrap-width-page.col-mw1500 {
    max-width: 1512px;
  }
  .inner-content-wrap-width-full.col-mw1600,
  .inner-content-wrap-width-page.col-mw1600 {
    max-width: 1612px;
  }
}
p.imageright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
p.imageleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
textarea,
select,
input,
button {
  outline: none;
}
/*
 *
 *     GRID / COLUMNS
 *
 */
.inner-content-wrap-width-page {
  max-width: 1200px;
  padding: 0 45px;
}
.inner-content-wrap-width-page.col-no-padding-1 {
  max-width: 1170px !important;
  padding: 0 !important;
}
.inner-content-wrap-width-fullpadding {
  padding: 0 60px;
  max-width: none;
}
.inner-content-wrap-width-full {
  padding: 0;
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}
.inner-content-wrap-width-full.col-no-padding-1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.col {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
.col-wrap-16-16-16-16-16-16 > div:nth-child(1),
.col-wrap-16-16-16-16-16-16 > div:nth-child(2),
.col-wrap-16-16-16-16-16-16 > div:nth-child(4),
.col-wrap-16-16-16-16-16-16 > div:nth-child(6),
.col-wrap-16-16-16-16-16-16 > div:nth-child(8),
.col-wrap-16-16-16-16-16-16 > div:nth-child(9) {
  width: 16.66%;
}
.col-wrap-20-20-20-20-20 > div:nth-child(1),
.col-wrap-20-20-20-20-20 > div:nth-child(2),
.col-wrap-20-20-20-20-20 > div:nth-child(3),
.col-wrap-20-20-20-20-20 > div:nth-child(5),
.col-wrap-20-20-20-20-20 > div:nth-child(6) {
  width: 20%;
}
.col-wrap-25-25-25-25 > div:nth-child(1),
.col-wrap-25-25-25-25 > div:nth-child(2),
.col-wrap-25-25-25-25 > div:nth-child(4),
.col-wrap-25-25-25-25 > div:nth-child(5),
.col-wrap-25-25-50 > div:nth-child(1),
.col-wrap-25-25-50 > div:nth-child(2),
.col-wrap-50-25-25 > div:nth-child(2),
.col-wrap-50-25-25 > div:nth-child(3) {
  width: 25%;
}
.col-wrap-25-25-50 > div:nth-child(3),
.col-wrap-50-50 > div:nth-child(1),
.col-wrap-50-50 > div:nth-child(2),
.col-wrap-50-25-25 > div:nth-child(1) {
  width: 50%;
}
.col-wrap-33-33-33 > div:nth-child(1),
.col-wrap-33-33-33 > div:nth-child(3),
.col-wrap-33-33-33 > div:nth-child(4),
.col-wrap-33-66 > div:nth-child(1),
.col-wrap-66-33 > div:nth-child(2) {
  width: 33.33%;
}
.col-wrap-33-66 > div:nth-child(2),
.col-wrap-66-33 > div:nth-child(1) {
  width: 66.66%;
}
.col-debug .col-wrap {
  margin-bottom: 50px;
}
.col-debug .col-inner {
  background: rgba(255, 0, 0, 0.2);
  height: 400px;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (max-width: 980px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner-content-wrap-width-full {
    padding: 0;
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }
  .inner-content-wrap-width-page {
    padding: 0 50px;
  }
}
@media all and (max-width: 768px) {
  .inner-content-wrap-width-page {
    padding: 0 10px;
  }
}
@media all and (max-width: 540px) {
  .col {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 0;
  }
  .inner-content-wrap-width-full {
    padding: 0;
    max-width: none;
    margin-left: -6px;
    margin-right: -6px;
  }
  .inner-content-wrap-width-page {
    padding: 0 14px;
  }
}
@media all and (max-width: 340px) {
  .inner-content-wrap-width-page {
    padding: 0 2px;
  }
}
@media all and (max-width: 1250px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1000px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 880px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 800px) {
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-small > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 550px) {
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-small > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 440px) {
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-small > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-small > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-small > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-small > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-small > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-small > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-small > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-small > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-small > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-small > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-small > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-small > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-small > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-small > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1350px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1100px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 980px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 900px) {
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-medium > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 650px) {
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-medium > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 540px) {
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-medium > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-medium > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-medium > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-medium > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-medium > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-medium > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1500px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1250px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1030px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1050px) {
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-large > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 800px) {
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-large > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 690px) {
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-large > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-large > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-large > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-large > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-large > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-large > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-large > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-large > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-large > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-large > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-large > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-large > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1700px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1450px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1230px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1250px) {
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-larger > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1000px) {
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-larger > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 890px) {
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-larger > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-larger > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-larger > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-larger > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1900px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(9) {
    width: 33.33%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(5) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1650px) {
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(3) {
    width: 33.33%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(6) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(4) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1430px) {
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(9) {
    width: 50%;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(5) {
    display: none;
  }
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(7) {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 1450px) {
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(3) {
    width: 50%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(3) {
    margin-top: 30px;
  }
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(1) {
    width: 100%;
  }
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(4) {
    width: 50%;
  }
  .col-wrap-33-33-33.col-breakpoint-extralarge > .colclear {
    display: block;
    clear: both;
  }
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(5) {
    width: 50%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(6) {
    width: 100%;
  }
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 1090px) {
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-50-50.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-33-66.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-66-33.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(4),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(6),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(8),
  .col-wrap-16-16-16-16-16-16.col-breakpoint-extralarge > div:nth-child(9),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-20-20-20-20-20.col-breakpoint-extralarge > div:nth-child(6) {
    margin-bottom: 30px;
    width: 100%;
  }
  .col-wrap-25-25-25-25.col-breakpoint-extralarge > div:nth-child(5),
  .col-wrap-25-25-50.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-50-50.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-50-25-25.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-66.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-66-33.col-breakpoint-extralarge > div:nth-child(2),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(4) {
    margin-bottom: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 650px) {
  .col-wrap-33-33-33 > div:nth-child(1) {
    padding: 0;
  }
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-large > div:nth-child(4),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-larger > div:nth-child(4),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(1),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(3),
  .col-wrap-33-33-33.col-breakpoint-extralarge > div:nth-child(4) {
    padding: 0 !important;
  }
  .col-wrap-33-33-33 > div:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
  .col-wrap-33-33-33 > div:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
.col-wrap-25-25-25-25 > div:nth-child(1),
.col-wrap-25-25-50 > div:nth-child(1),
.col-wrap-50-50 > div:nth-child(1),
.col-wrap-50-25-25 > div:nth-child(1),
.col-wrap-33-66 > div:nth-child(1),
.col-wrap-66-33 > div:nth-child(1),
.col-wrap-33-33-33 > div:nth-child(1) {
    padding-left:0;
}

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

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

.footer-wrap > ul > li:last-child {
	padding-right:0;
}
*/
.footer-wrap > ul > li > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.footer-wrap > ul > li > ul > li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
}
@media all and (max-width: 900px) {
  .footer-wrap > ul > li {
    width: 50%;
  }
  .footer-wrap > ul > li:nth-child(3) {
    display: block;
    clear: both;
    margin-top: 40px;
    /*padding-left:0;*/
  }
  .footer-wrap > ul > li:nth-child(4) {
    margin-top: 40px;
  }
  /*
    .footer-wrap > ul > li:nth-child(2) {
        padding-right:0;
    }*/
}
@media all and (max-width: 600px) {
  .footer-wrap {
    padding: 0 40px;
  }
}
@media all and (max-width: 540px) {
  .footer-wrap > ul > li {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .footer-wrap > ul > li:first-child {
    margin-top: 0;
  }
}
#copyright {
  background: #3c3d3e;
  color: #ffffff;
}
#copyright-inner {
  max-width: 1170px;
  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: #cc061b;
}
@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: #cc061b;
  color: #3c3d3e;
}
.bg-color-secondary {
  background-color: #3c3d3e;
  color: #ffffff;
}
.bg-color-tertiary {
  background-color: #d6d6d6;
  color: #3c3d3e;
}
.bg-color-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-color-gray {
  background-color: #4a4a4a;
  color: #ffffff;
}
.bg-color-lightgray {
  background-color: #f0f0f0;
  color: #3c3d3e;
}
.bg-color-white {
  background-color: #ffffff;
  color: #3c3d3e;
}
/*
*
*	 Farbe Headline
*
*/
.headline-primary {
  color: #cc061b;
}
.headline-secondary {
  color: #3c3d3e;
}
.headline-tertiary {
  color: #d6d6d6;
}
.headline-black {
  color: #000000;
}
.headline-gray {
  color: #4a4a4a;
}
.headline-lightgray {
  color: #f0f0f0;
}
.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: #cc061b;
}
.text-primary a {
  color: #3c3d3e;
}
.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: #3c3d3e;
}
.text-secondary a {
  color: #cc061b;
}
.text-tertiary,
.text-tertiary p,
.text-tertiary li,
.text-tertiary span,
.text-tertiary h1,
.text-tertiary h2,
.text-tertiary h3,
.text-tertiary h4,
.text-tertiary h5,
.text-tertiary h6 {
  color: #d6d6d6;
}
.text-tertiary a {
  color: #cc061b;
}
.text-tertiary a.btn-primary {
  color: #fff;
}
.text-black,
.text-black p,
.text-black li,
.text-black span,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6 {
  color: #000000;
}
.text-black a {
  color: #ffffff;
}
.text-gray,
.text-gray p,
.text-gray li,
.text-gray span,
.text-gray h1,
.text-gray h2,
.text-gray h3,
.text-gray h4,
.text-gray h5,
.text-gray h6 {
  color: #4a4a4a;
}
.text-gray a {
  color: #ffffff;
}
.text-lightgray,
.text-lightgray p,
.text-lightgray li,
.text-lightgray span,
.text-lightgray h1,
.text-lightgray h2,
.text-lightgray h3,
.text-lightgray h4,
.text-lightgray h5,
.text-lightgray h6 {
  color: #f0f0f0;
}
.text-lightgray a {
  color: #3c3d3e;
}
.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: #3c3d3e;
}
/*
*
*	 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: #cc061b;
  color: #ffffff;
}
.btn-secondary,
.rte-btn-secondary {
  background-color: #3c3d3e;
}
.btn-tertiary,
.rte-btn-tertiary {
  background-color: #d6d6d6;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #353535;
}
.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn-gray {
  background-color: #4a4a4a;
}
.btn-lightgray {
  background-color: #f0f0f0;
}
.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn-primary:hover,
.btn-default:hover,
.rte-btn-primary:hover {
  background-color: #b30518;
}
.btn-secondary:hover,
.rte-btn-secondary:hover {
  background-color: #2f3031;
}
.btn-tertiary:hover,
.rte-btn-tertiary:hover {
  background-color: #c9c9c9;
}
.btn-transparent:hover {
  box-shadow: 0 0 2px #0f0f0f;
}
.btn-black:hover {
  background-color: #404040;
  box-shadow: 0 0 2px #0f0f0f;
  color: #ffffff;
}
.btn-gray:hover {
  background-color: #3d3d3d;
}
.btn-lightgray:hover {
  background-color: #e3e3e3;
}
.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: #cc061b;
}
#scroll-menu-content div:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1550px) {
  #scroll-menu-content.show {
    display: none;
  }
}
#main-nav-mobile-btn {
  width: 70px;
  height: 55px;
  margin-top: 12px;
  margin-right: 20px;
  float: right;
  display: none;
}
#main-nav {
  float: right;
  height: 100%;
  user-select: none;
}
#main-nav > ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
#main-nav > ul > li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
#main-nav > ul > li > a {
  display: block;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  margin-left: 1px;
  box-sizing: border-box;
  padding: 28px 20px;
  min-width: 120px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
#main-nav > ul > li > a .arrow {
  display: none;
}
#main-nav > ul > li > a:hover {
  background: #cc061b;
  color: #3c3d3e;
}
#main-nav > ul > li ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  background: #25282a;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 180px;
  text-align: left;
}
#main-nav > ul > li:hover ul {
  height: auto;
}
#main-nav > ul > li ul > li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#main-nav > ul > li ul > li.back-link {
  display: none;
}
#main-nav > ul > li ul > li > a {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  padding: 15px 20px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
#main-nav > ul > li ul > li:last-child > a {
  margin-bottom: 0;
}
#main-nav > ul > li ul > li > a:hover {
  background: #cc061b;
  color: #3c3d3e;
}
@media all and (max-width: 1550px) {
  #main-nav > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100px;
  }
}
@media all and (max-width: 1550px) {
  #main-nav-mobile-btn {
    display: block;
  }
  #main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25282a+0,19191c+100 */
    background: #25282a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #25282a 0%, #19191c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25282a', endColorstr='#19191c', GradientType=1);
    /* IE6-9 */
    height: auto;
    text-align: left;
    overflow: auto;
    overflow-x: hidden;
    height: 0;
    -webkit-overflow-scrolling: touch;
  }
  #main-nav.mobilefx {
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
  }
  body.show-mobile {
    height: 100%;
    overflow: hidden;
  }
  body.show-mobile #main-nav {
    height: auto;
  }
  #main-nav > ul > li ul {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25282a+0,19191c+100 */
    background: #25282a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #25282a 0%, #19191c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25282a', endColorstr='#19191c', GradientType=1);
    /* IE6-9 */
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 200;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
		*/
    -webkit-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -o-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    pointer-events: none;
    opacity: 0;
  }
  #main-nav > ul > li ul.show {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #main-nav ul li {
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
  }
  #main-nav > ul li.sub > a span.arrow {
    position: absolute;
    right: 25px;
    margin-top: 0px;
    display: inline-block;
  }
  #main-nav ul li a {
    margin-left: 0;
    height: auto;
    margin-bottom: 1px;
    padding: 15px 20px;
    min-width: 0px;
    text-align: left;
  }
  #main-nav > ul > li:last-child > a {
    margin-bottom: 0;
  }
  #main-nav > ul > li ul > li > a {
    padding-left: 40px;
  }
  #main-nav > ul li.back-link {
    font-weight: bold;
    padding: 15px 20px 15px 40px;
    cursor: pointer;
    display: block !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.4);
  }
  #main-nav > ul li.back-link .fas {
    margin-right: 6px;
  }
  #main-nav > ul li.back-link:hover {
    color: #cc061b;
  }
}
#meta-nav {
  top: 0;
  height: 30px;
  background: #3c3d3e;
  color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 200;
  vertical-align: middle;
}
#meta-nav-inner-wrap {
  max-width: 1170px;
  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: #cc061b;
}
#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: #cc061b;
}
#meta-nav .meta-language-menu span:first-child {
  margin-left: 0;
}
#meta-nav .meta-language-menu span a {
  color: #4a4a4a;
}
.meta-menu {
  float: right;
  margin-top: 3px;
}
.meta-menu ul {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
}
.meta-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 25px;
  float: left;
}
.meta-menu ul li a {
  display: block;
}
.meta-language a {
  margin-right: 10px;
  display: block;
  float: left;
}
.meta-language :last-child {
  margin-right: 0px;
}
@media all and (max-width: 480px) {
  #meta-nav-inner {
    float: none;
    text-align: center;
  }
}
.tx-powermail {
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
.tx-powermail h3 {
  display: none;
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
legend {
  display: none;
}
label {
  display: none;
}
input:not(.owl-prev, .owl-next),
select:not(.owl-prev, .owl-next),
button:not(.owl-prev, .owl-next),
textarea:not(.owl-prev, .owl-next) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e6e6e6;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
}
select {
  cursor: pointer;
  background-image: url(img/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 45px;
}
.powermail_fieldwrap {
  max-width: 560px;
  margin-bottom: 15px;
}
.powermail_fieldwrap_type_submit {
  float: left;
  max-width: none;
  margin-bottom: 0;
}
input[type=submit]:not(.owl-prev, .owl-next),
button:not(.owl-prev, .owl-next) {
  background: #cc061b;
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  max-width: 100%;
}
input[type=checkbox] {
  width: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
}
input[type=radio] {
  width: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
}
button:focus {
  outline: 0;
}
@media all and (max-width: 600px) {
  .tx-powermail {
    padding: 0 40px;
  }
}
@media all and (max-width: 400px) {
  .tx-powermail {
    padding: 0 20px;
  }
}
@media all and (max-width: 360px) {
  .tx-powermail {
    padding: 0 10px;
  }
  .powermail_fieldwrap_type_submit {
    float: none;
  }
}
.col .tx-powermail {
  padding: 0;
}
.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -5px;
}
.parsley-errors-list li {
  background: #f8f8f8;
  border: 1px solid #ff723a;
  padding: 9px 16px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  color: #ff723a;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
input.parsley-error,
textarea.parsley-error {
  border-color: #ff723a;
}
button.mfp-close:hover {
  background: none;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 1px;
  background-color: #cc061b;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.news-single .footer {
  border-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.news .article .teaser-text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: inherit;
  max-width: 670px;
}
.news-single .article .news-img-wrap {
  margin-top: 4px;
  width: auto;
  max-width: 360px;
}
.news-single .article .news-img-wrap .outer {
  border: 1px solid #e1e1e1;
  padding: 3px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.news-single .article .news-img-wrap .outer img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
  width: 100%;
  height: auto;
}
.news .social {
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 10px 10px 5px;
  display: inline-block;
}
.news .social > div {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.news .social > div.like {
  max-width: 52px;
  overflow: hidden;
}
.news .social > div.share {
  margin-top: -1px;
}
.news .social > div.twitter {
  margin-right: 0;
}
.news-list-view .article .news-img-wrap {
  float: right;
  margin: 7px 0 10px 15px;
  max-width: 360px;
}
.news-list-view .article .news-img-wrap a {
  border: 1px solid #e1e1e1;
  padding: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.news-list-view .article .news-img-wrap a img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
  width: 100%;
  height: auto;
}
.news-list-view .footer span.news-list-author {
  display: none;
}
.news-list-view .footer span.news-list-date {
  border-right: 0;
}
.news-list-view .footer {
  border-top: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.news-list-view .article {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
}
.news-list-view .article:last-child {
  border-bottom: 0;
}
.news-list-view .article.latest-news-box {
  border: 4px solid #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0;
  padding-bottom: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.news-list-view .article.latest-news-box .teaser-text {
  margin-bottom: 0;
}
.news-list-view .article.latest-news-box .news-img-wrap {
  border: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  float: none;
  margin: 0;
  margin-bottom: 30px;
  margin: -4px -4px 30px;
  width: auto;
  max-width: none;
}
.news-list-view .article.latest-news-box .news-img-wrap a {
  border: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  float: none;
  display: block;
}
.news-list-view .article.latest-news-box .news-img-wrap a img {
  border: 0;
  padding: 0;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  float: none;
  width: 100%;
  height: auto;
}
.news-list-view .article.latest-news-box .header,
.news-list-view .article.latest-news-box .footer,
.news-list-view .article.latest-news-box .teaser-text {
  padding-left: 30px;
  padding-right: 30px;
}
.news-list-view {
  text-align: center;
  font-size: 0;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.news-list-view .latest-news-outer-wrap {
  vertical-align: top;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  box-sizing: border-box;
  width: 33.33%;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.page-navigation {
  clear: both;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.news .page-navigation:first-child {
  display: none;
}
.news .page-navigation p {
  float: none;
  text-align: center;
  margin-bottom: 20px;
}
.news .page-navigation ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: none;
}
.news .page-navigation ul li {
  padding: 0;
  margin: 0 8px;
  display: inline-block;
}
@media all and (max-width: 1080px) {
  .news-list-view .latest-news-outer-wrap {
    width: 50%;
  }
}
@media all and (max-width: 640px) {
  .news-list-view .latest-news-outer-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-bottom: 25px;
  }
  .news-single .article .news-img-wrap {
    float: none;
    width: auto;
    margin: 20px 0;
  }
  .news-single .article .news-img-wrap .outer {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .news-single .article .news-img-wrap .outer img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    width: 100%;
    height: auto;
  }
  .news-list-view .article .news-img-wrap {
    float: none;
    margin: 7px 0 20px 0;
    max-width: none;
    width: 100%;
  }
  .news-list-view .article .news-img-wrap a {
    border: 0;
    padding: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    float: none;
  }
  .news-list-view .article .news-img-wrap a img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: none;
  }
}
.tx-indexedsearch-form {
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  width: 80%;
}
.tx-indexedsearch-search-submit {
  float: right;
  box-sizing: border-box;
  padding-left: 15px;
  width: 20%;
}
.tx-indexedsearch-icon,
.tx-indexedsearch-info {
  display: none;
}
.tx-indexedsearch-percent {
  float: right;
}
.tx-indexedsearch-res {
  margin-top: 45px;
}
@media all and (max-width: 1000px) {
  .tx-indexedsearch-form {
    width: 70%;
  }
  .tx-indexedsearch-search-submit {
    width: 30%;
  }
}
@media all and (max-width: 800px) {
  .tx-indexedsearch-form {
    width: 60%;
  }
  .tx-indexedsearch-search-submit {
    width: 40%;
  }
}
@media all and (max-width: 450px) {
  .tx-indexedsearch-form {
    width: auto;
    float: none;
    padding: 0;
  }
  .tx-indexedsearch-search-submit {
    width: auto;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
}
.accordion-element {
  margin-bottom: 6px;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
.accordion-wrap :last-child {
  margin-bottom: 0;
}
.accordion-element.openicon {
  margin-bottom: 50px;
}
.accordion-element .accordion-head {
  background: #555555;
  color: #ffffff;
  cursor: pointer;
  padding: 12px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
.accordion-element.openicon .accordion-head {
  background: #25282a;
  margin-bottom: 25px;
}
.accordion-element .accordion-head h3 {
  margin: 0px;
  position: relative;
  max-width: 1170px;
  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: 1200px;
  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: 1190px;
    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: 1182px;
    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 #cc061b;
  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: #cc061b;
}
.dce-tabs-content {
  padding: 25px;
  background: #6c6c6c;
  border: 1px solid #cc061b;
  border-top: 3px solid #323232;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.dce-tabs-content-single {
  display: none;
}
.dce-tabs-content-single :first-child {
  margin-top: 0px;
}
.dce-tabs-content-single :last-child {
  margin-bottom: 0px;
}
.dce-tabs-content-single.active {
  display: block;
}
@media all and (max-width: 540px) {
  .dce-tabs-register ul {
    margin-left: 0;
  }
  .dce-tabs-register ul li {
    float: none;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .dce-tabs-register ul li:first-child {
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
  }
  .dce-tabs-content {
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-top-width: 1px;
  }
}
.timeline-wrap {
  margin-bottom: 0;
}
.timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  clear: both;
  position: relative;
}
.timeline li::before {
  content: "";
  position: absolute;
  width: 6px;
  background: #e6e6e6;
  right: -3px;
  top: -10px;
  bottom: -10px;
}
.timeline li.timeline-inverted::before {
  left: -3px;
}
.timeline li:first-child::before {
  top: 50%;
}
.timeline li:last-child::before {
  bottom: 50%;
}
.timeline li.timeline-normal {
  float: left;
  width: 50%;
  padding-right: 70px;
  box-sizing: border-box;
}
.timeline li.timeline-inverted {
  float: right;
  width: 50%;
  padding-left: 70px;
  box-sizing: border-box;
}
.timeline li .timeline-panel {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 25px;
}
.timeline li .timeline-badge {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #5a5a5a;
  top: 50%;
  margin-top: -10px;
  right: -10px;
}
.timeline li.timeline-inverted .timeline-badge {
  right: auto;
  left: -10px;
}
.timeline-title {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.timeline-body :last-child {
  margin-bottom: 0px;
}
@media all and (max-width: 770px) {
  .timeline li.timeline-normal {
    padding-right: 25px;
  }
  .timeline li.timeline-inverted {
    padding-left: 25px;
  }
}
@media all and (max-width: 680px) {
  .timeline li.timeline-normal {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 50px;
  }
  .timeline li.timeline-inverted {
    float: none;
    width: 100%;
    padding-left: 50px;
  }
  .timeline li::before,
  .timeline li.timeline-inverted::before {
    left: 12px;
  }
  .timeline li .timeline-badge,
  .timeline li.timeline-inverted .timeline-badge {
    left: 5px;
  }
}
.dce-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dce-youtube {
  position: relative;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.dce-youtube.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.dce-youtube.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.inner-content-wrap-ce-videopopup img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.inner-content-wrap-ce-videopopup.ce-videopopup-centered-1 {
  text-align: center;
}
.inner-content-wrap-ce-videopopup.ce-videopopup-centered-1 img {
  width: auto;
}
.videopopup-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.videopopup-wrapper .videopopup-wrapper-close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.videopopup-wrapper .videopopup-wrapper-inner {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.videopopup-wrapper .videopopup-wrapper-inner video {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.hover-image-text-overlay {
  position: relative;
  overflow: hidden;
}
.hover-image-text-overlay img {
  display: block;
}
.hover-image-text-overlay .primary .overlay {
  background-color: rgba(204, 6, 27, 0.6);
}
.hover-image-text-overlay .secondary .overlay {
  background-color: rgba(60, 61, 62, 0.6);
}
.hover-image-text-overlay .tertiary .overlay {
  background-color: rgba(214, 214, 214, 0.6);
}
.hover-image-text-overlay .gray .overlay {
  background-color: rgba(74, 74, 74, 0.6);
}
.hover-image-text-overlay .lightgray .overlay {
  background-color: rgba(240, 240, 240, 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(204, 6, 27, 0.6);
  width: 100%;
  box-sizing: border-box;
}
.photoitem.underneath {
  background-color: #3c3d3e;
  box-sizing: border-box;
}
.photoitem.underneath .text {
  padding: 15px 25px;
  color: #ffffff;
}
.photoitem h4 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.photoitem .border-primary {
  box-sizing: border-box;
  border-style: solid;
  border-color: #cc061b;
}
.photoitem .border-hellgrau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #f0f0f0;
}
.photoitem .border-grau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #4a4a4a;
}
.photoitem .border-dunkelgrau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #313131;
}
.photoitem img.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.photoitem img {
  display: block;
}
.no-block-width .photoitem img {
  display: inline;
}
.image-inline-and-center .photoitem {
  text-align: center;
}
.image-inline-and-center .photoitem img {
  display: inline;
}
@media all and (max-width: 520px) {
  .photoitem.hidden-mobile {
    display: none;
  }
}
.ce-clickarea .ce-clickarea-inner {
  position: relative;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item-button {
  position: absolute;
  background: #cc061b;
  width: 55px;
  height: 55px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item-button:before {
  content: "";
  display: block;
  width: 28px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item-button:after {
  content: "";
  display: block;
  width: 5px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item-button.show:after {
  height: 0px;
  opacity: 0;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: #cc061b;
  color: #fff;
  padding: 20px 20px;
  width: 300px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  margin-left: -85px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item.show {
  opacity: 1;
  margin-left: -75px;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item h3 {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item h3:after {
  content: none;
}
.ce-clickarea .ce-clickarea-inner .ce-clickarea-items .ce-clickarea-item p {
  margin: 10px 0;
}
.owl-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: #cc061b;
}
.slideshow .owl-prev,
.slideshow .owl-next {
  position: absolute;
  pointer-events: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 42px;
  color: #fff;
}
.slideshow .owl-next {
  right: 20px;
  left: auto;
}
@media all and (max-width: 768px) {
  .slideshow .owl-prev,
  .slideshow .owl-next {
    font-size: 26px;
  }
}
.slideshow .item .container.slideshow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 20px 60px;
  box-sizing: border-box;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  color: #ffffff;
}
.slideshow .item .container.slideshow-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 20px 60px;
  box-sizing: border-box;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 27%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  color: #ffffff;
}
.slideshow .item .container.slideshow-right {
  left: auto;
  right: 0;
}
.slideshow .item .container.slideshow-right {
  text-align: right;
}
.slideshow .item .container.slideshow-right p {
  max-width: none;
}
.slideshow .item .container-half .bildslider-image {
  width: 50%;
  float: left;
}
.slideshow .item .container-half.slideshow-right .bildslider-image {
  float: right;
}
.slideshow .item .container-half .bildslider-text {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 20px 20px;
  box-sizing: border-box;
  background: rgba(40, 40, 40, 0.4);
}
.slideshow .item .container-half.slideshow-right .bildslider-text {
  left: 0;
  right: 50%;
}
.slideshow .item .container h2 {
  font-weight: normal;
  line-height: 150%;
}
.slideshow .item .container h2 strong {
  font-weight: bold;
}
.slideshow .item .container p {
  max-width: 400px;
}
.slideshow .item .container .button-wrap {
  margin-top: 25px;
}
@media all and (max-width: 1075px) {
  .slideshow .item .container {
    position: static !important;
    width: 100% !important;
    background: #25282a !important;
  }
}
@media all and (max-width: 768px) {
  .slideshow .item .container {
    padding: 20px !important;
  }
}
@media all and (max-width: 550px) {
  .slideshow .item picture {
    min-height: 200px;
  }
  .slideshow .item picture {
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .slideshow .item picture img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    max-width: none;
  }
}
.slideshow {
  overflow: hidden;
}
.slideshow .item .container.slideshow-left {
  background: none;
  color: #fff;
  padding: 0;
  width: auto;
  height: auto;
  position: absolute;
  width: 1170px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.slideshow .item .text.slideshow-left {
  z-index: 301;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 35px 50px;
  width: auto;
  height: auto;
  min-height: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.slideshow .item .container.slideshow-left h2 {
  margin-top: 0;
}
@media all and (max-width: 1550px) {
  .slideshow .item .text.slideshow-left {
    padding: 30px;
  }
  .slideshow .item .container.slideshow-left h2 {
    font-size: 36px;
    line-height: 120%;
  }
}
@media all and (max-width: 1400px) {
  .slideshow .item .container.slideshow-left {
    left: 20px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .slideshow .item .text.slideshow-left {
    top: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    bottom: 20px;
  }
}
@media all and (max-width: 1075px) {
  .slideshow .item .container.slideshow-left,
  .slideshow .item .text.slideshow-left {
    position: relative;
  }
  .slideshow .item .container.slideshow-left {
    left: 0;
    width: 100%;
  }
  .slideshow .item .text.slideshow-left {
    bottom: auto;
    background: none;
  }
  .slideshow .item .container.slideshow-left {
    background: none;
  }
}
@media all and (max-width: 1075px) {
  .slideshow .item .container {
    background: none !important;
  }
}
@media all and (max-width: 768px) {
  .slideshow .item .container {
    padding: 0 !important;
  }
}
@media all and (max-width: 720px) {
  .slideshow.headerimage picture {
    height: 260px;
    display: block;
  }
  .slideshow.headerimage img {
    height: 260px;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media all and (max-width: 450px) {
  .slideshow .item .text.slideshow-left {
    padding: 15px;
  }
  .slideshow .item .container.slideshow-left h2 {
    font-size: 28px;
    line-height: 120%;
  }
  .slideshow .item .container .button-wrap {
    margin-top: 20px;
  }
}
.slideshow.fullscreen .css-slider-image {
  height: 100vh;
}
.slideshow.fullscreen .item .text.slideshow-left {
  background: none;
  padding: 0px;
}
.slideshow.fullscreen .item .text.slideshow-left h2,
.slideshow.fullscreen .item .text.slideshow-left h3,
.slideshow.fullscreen .item .text.slideshow-left p {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slideshow.fullscreen .item .text.slideshow-left h2,
.slideshow.fullscreen .item .text.slideshow-left h3,
.slideshow.fullscreen .item .text.slideshow-left p {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
.slideshow.fullscreen .item .text.slideshow-left p.button-wrap {
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.slideshow.fullscreen .active .item .text.slideshow-left h2,
.slideshow.fullscreen .active .item .text.slideshow-left h3,
.slideshow.fullscreen .active .item .text.slideshow-left p {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.slideshow.fullscreen .owl-animated-out .item .text.slideshow-left h2,
.slideshow.fullscreen .owl-animated-out .item .text.slideshow-left h3,
.slideshow.fullscreen .owl-animated-out .item .text.slideshow-left p {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.fullscreen .owl-item .item {
  height: 100%;
  position: relative;
}
.fullscreen .owl-item .item picture {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fullscreen .owl-item .item picture img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 101%;
  min-width: 101%;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slideshow.fullscreen .owl-dots {
  z-index: 99;
  bottom: 70px;
  pointer-events: auto;
}
#slider-arrow {
  display: block;
  position: absolute;
  left: 50%;
  width: 28px;
  height: 47px;
  background-image: url("/typo3conf/ext/attentio_template/Resources/Public/img/slideshow-down-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-top: -45px;
  z-index: 101;
}
#slider-arrow {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
#slider-arrow {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
  }
  40% {
    -webkit-transform: translateY(-30px) translateX(-50%);
  }
  60% {
    -webkit-transform: translateY(-15px) translateX(-50%);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0) translateX(-50%);
  }
  40% {
    -moz-transform: translateY(-30px) translateX(-50%);
  }
  60% {
    -moz-transform: translateY(-15px) translateX(-50%);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0) translateX(-50%);
  }
  40% {
    -o-transform: translateY(-30px) translateX(-50%);
  }
  60% {
    -o-transform: translateY(-15px) translateX(-50%);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-30px) translateX(-50%);
  }
  60% {
    transform: translateY(-15px) translateX(-50%);
  }
}
.content-carousel-itemwrap {
  overflow: hidden;
  max-width: 100vw;
}
.cewrapcarousel .owl-prev,
.cewrapcarousel .owl-next {
  position: absolute;
  pointer-events: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 42px;
  color: #fff;
}
.cewrapcarousel .owl-next {
  right: 20px;
  left: auto;
}
@media all and (max-width: 768px) {
  .cewrapcarousel .owl-prev,
  .cewrapcarousel .owl-next {
    font-size: 26px;
  }
}
.css-slider-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.css-slider-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-stage {
  max-width: none;
}
.image-slider .item {
  background-color: #4a4a4a;
  text-align: center;
}
.image-slider .item .text {
  padding-bottom: 10px;
}
.image-slider .item,
.image-slider .item a {
  color: #ffffff;
}
.image-slider .owl-nav,
.image-slider .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.image-slider .owl-dots {
  text-align: center;
  top: auto;
  bottom: 10px;
}
.image-slider .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background: #ffffff;
}
.image-slider .owl-dot.active {
  background: #cc061b;
}
.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(204, 6, 27, 0.5);
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.image-slider .item-container .rollover-item .description.h100 {
  height: 100%;
}
.image-slider .item-container .rollover-item .description.h50 {
  height: 50%;
}
.image-slider .item-container .rollover-item .description .inner-wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.image-slider .item-container .rollover-item .description .text {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.image-slider .rollover-item:hover .description.h100 {
  top: 0;
}
.image-slider .rollover-item:hover .description.h50 {
  top: 50%;
}
.image-slider .rollover-item .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-slider .rollover-item .full-link a {
  display: block;
  height: 100%;
}
.link-btn {
  background: gray;
  padding: 8px 24px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.inner-content-wrap-ce-maps div {
  max-width: none;
}
#map-canvas-placeholder {
  background: #f0f0f0;
  text-align: center;
  padding: 50px 10px;
}
.inner-content-wrap-ce-wrapper {
  background-size: cover;
  position: relative;
}
.inner-content-wrap-ce-wrapper.parallax-window {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-content-wrap-ce-wrapper.parallax-window.disabled-parallax {
  background-attachment: scroll;
}
.ce-wrapper-animation-base .inner-content-wrap-ce-wrapper-content {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.ce-wrapper-animation-fadeIn .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
}
.ce-wrapper-animation-fadeInUp .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(0px, 80px, 0px);
  -moz-transform: translate3d(0px, 80px, 0px);
  -o-transform: translate3d(0px, 80px, 0px);
  -ms-transform: translate3d(0px, 80px, 0px);
  transform: translate3d(0px, 80px, 0px);
}
.ce-wrapper-animation-fadeInDown .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(0px, -80px, 0px);
  -moz-transform: translate3d(0px, -80px, 0px);
  -o-transform: translate3d(0px, -80px, 0px);
  -ms-transform: translate3d(0px, -80px, 0px);
  transform: translate3d(0px, -80px, 0px);
}
.ce-wrapper-animation-fadeInLeft .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(-80px, 0px, 0px);
  -moz-transform: translate3d(-80px, 0px, 0px);
  -o-transform: translate3d(-80px, 0px, 0px);
  -ms-transform: translate3d(-80px, 0px, 0px);
  transform: translate3d(-80px, 0px, 0px);
}
.ce-wrapper-animation-fadeInRight .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(80px, 0px, 0px);
  -moz-transform: translate3d(80px, 0px, 0px);
  -o-transform: translate3d(80px, 0px, 0px);
  -ms-transform: translate3d(80px, 0px, 0px);
  transform: translate3d(80px, 0px, 0px);
}
.ce-wrapper-animation-slideInLeft .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}
.ce-wrapper-animation-slideInRight .inner-content-wrap-ce-wrapper-content {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}
.mobile .ce-wrapper-animation-base .inner-content-wrap-ce-wrapper-content {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.inner-content-wrap-ce-wrapper.shadow-top:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -5px;
  height: 5px;
  left: 0;
  z-index: 180;
  opacity: 0.6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.inner-content-wrap-ce-wrapper.shadow-bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -5px;
  height: 5px;
  left: 0;
  z-index: 180;
  opacity: 0.6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  margin-top: 40px;
}
.headline .nomargin {
  margin: 0;
}
.headline .bottommargin {
  margin-top: 0;
  margin-bottom: 25px;
}
.headline .bottommarginlarge {
  margin-top: 0;
  margin-bottom: 50px;
}
.headline hr {
  width: 100px;
  height: 1px;
  border: 0;
  background: #b4b4b4;
  margin-top: 10px;
  margin-bottom: 40px;
}
.headline hr.left {
  margin-left: 0;
}
.headline hr.right {
  margin-right: 0;
}
.inner-content-wrap-ce-bildtextkachel {
  position: relative;
}
.inner-content-wrap-ce-bildtextkachel-image {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.inner-content-wrap-ce-bildtextkachel-image img {
  display: block;
  width: 100%;
  height: auto;
}
.inner-content-wrap-ce-bildtextkachel-text {
  box-sizing: border-box;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
.bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-image {
  float: right;
}
.bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-text {
  left: 0;
  right: 50%;
}
.inner-content-wrap-ce-bildtextkachel-text :first-child {
  margin-top: 0;
}
.inner-content-wrap-ce-bildtextkachel-text :last-child {
  margin-bottom: 0;
}
.bildtextkachel-textausrichtung-mitte .inner-content-wrap-ce-bildtextkachel-text-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.bildtextkachel-textausrichtung-mitte .inner-content-wrap-ce-bildtextkachel-text-inner-vertical {
  display: table-cell;
  vertical-align: middle;
}
.bildtextkachel-bildposition-links .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
  max-width: 585px;
  padding-left: 45px;
  right: auto;
}
.bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
  max-width: 585px;
  padding-right: 45px;
  left: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1260px) {
  .bildtextkachel-bildposition-links .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
    padding-right: 45px;
    max-width: none;
  }
  .bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-text.pagewidth {
    padding-left: 45px;
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .inner-content-wrap-ce-bildtextkachel-image,
  .inner-content-wrap-ce-bildtextkachel-text,
  .bildtextkachel-bildposition-rechts .inner-content-wrap-ce-bildtextkachel-image {
    float: none;
    width: auto;
  }
  .inner-content-wrap-ce-bildtextkachel-text {
    position: static;
  }
}
.panel-inner {
  padding: 20px 40px;
}
.panel-border {
  border: 4px solid #aaaaaa;
}
.full-panel-link {
  cursor: pointer;
}
.panel-image {
  text-align: center;
  margin-bottom: 30px;
}
.image-position-1 .panel-image {
  margin-top: -100px;
}
.image-position-2 .panel-image {
  margin-top: -130px;
}
.image-position-3 .panel-image {
  margin-top: -175px;
}
@media all and (max-width: 1015px) {
  .panel-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 650px) {
  .panel-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 400px) {
  .panel-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pd10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pd20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pd60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pd80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pd120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pd140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pd160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pd220 {
  padding-top: 220px;
  padding-bottom: 220px;
}
.pd280 {
  padding-top: 280px;
  padding-bottom: 280px;
}
.pdlr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pdlr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pdlr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pdlr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pdlr60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pdlr80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pdlr100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pdlr120 {
  padding-left: 120px;
  padding-right: 120px;
}
.pdlr140 {
  padding-left: 140px;
  padding-right: 140px;
}
.pdlr160 {
  padding-left: 160px;
  padding-right: 160px;
}
.pdlr220 {
  padding-left: 220px;
  padding-right: 220px;
}
.pdlr280 {
  padding-left: 280px;
  padding-right: 280px;
}
.gridpadding {
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 980px) {
  .gridpadding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 540px) {
  .gridpadding {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media all and (max-width: 1600px) {
  .pdlr280 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .pd280 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media all and (max-width: 1400px) {
  .pdlr280,
  .pdlr220 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pd280,
  .pd220 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media all and (max-width: 1200px) {
  .pdlr280,
  .pdlr220,
  .pdlr160 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pd280,
  .pd220,
  .pd160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 1000px) {
  .pdlr280,
  .pdlr220,
  .pdlr160,
  .pdlr80 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pd280,
  .pd220,
  .pd160,
  .pd80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
  .pdlr280,
  .pdlr220,
  .pdlr160,
  .pdlr80,
  .pdlr60 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pd280,
  .pd220,
  .pd160,
  .pd80,
  .pd60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 420px) {
  .pdlr280,
  .pdlr220,
  .pdlr160,
  .pdlr80,
  .pdlr60 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* special-elite-regular - latin */
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/special-elite-v18-latin-regular.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/special-elite-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/special-elite-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/special-elite-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/special-elite-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/special-elite-v18-latin-regular.svg#SpecialElite') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
body {
  color: #353535;
  font-size: 16px;
  line-height: 24px;
}
figure {
  margin: 0;
}
a:hover {
  color: #cc061b;
}
.owl-carousel .owl-dot {
  padding: 0;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  background: none;
  border: 0;
}
h1,
h2 {
  font-family: 'Special Elite', sans-serif;
  font-size: 50px;
  line-height: 45px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 30px auto;
  color: #353535;
}
h1 strong,
h2 strong {
  font-weight: normal;
}
h1:before,
h2:before {
  content: "//";
  color: #cc061b;
  display: inline;
  margin-right: 10px;
}
@media all and (max-width: 900px) {
  h1,
  h2 {
    font-size: 40px;
    line-height: 35px;
  }
}
@media all and (max-width: 600px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 28px;
  }
}
@media all and (max-width: 400px) {
  h1,
  h2 {
    font-size: 26px;
    line-height: 22px;
  }
}
h1 {
  margin: 60px auto;
}
h3 {
  font-size: 30px;
  line-height: 45px;
  font-weight: normal;
  color: #353535;
}
@media all and (max-width: 900px) {
  h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 600px) {
  h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 400px) {
  h3 {
    font-size: 18px;
  }
}
h1 + h3 {
  margin-top: -50px;
}
h2 + h3 {
  margin-top: -30px;
}
h4 {
  font-family: 'Special Elite', sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
h3.headline-style-2 {
  font-family: 'Special Elite', sans-serif;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
}
h3.headline-style-2:after {
  content: "";
  height: 2px;
  width: 110px;
  margin: 5px auto;
  display: block;
  background: #fff;
}
@media all and (max-width: 900px) {
  h3.headline-style-2 {
    font-size: 26px;
  }
}
@media all and (max-width: 600px) {
  h3.headline-style-2 {
    font-size: 22px;
  }
}
h3.headline-style-2 + p {
  margin-top: 0;
}
h5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt2 {
  margin-top: 2px;
}
.social-icon {
  display: inline-block;
  padding: 0;
}
.social-icon + .social-icon {
  margin-left: 20px;
}
.social-icon img,
.social-icon svg {
  height: 32px;
  width: auto;
}
.social-icon:hover svg path {
  fill: #cc061b;
}
#header {
  height: 150px;
  background: #1e1d1d;
  background-image: url(/typo3conf/ext/attentio_customer/Resources/Public/img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9999;
}
@media all and (max-width: 1550px) {
  #header {
    height: 122px;
  }
}
@media all and (max-width: 800px) {
  #header {
    height: 92px;
  }
}
#header #header-inner {
  max-width: 1600px;
  position: relative;
}
@media all and (max-width: 1660px) {
  #header #header-inner {
    max-width: none;
    padding: 0 40px;
  }
}
@media all and (max-width: 500px) {
  #header #header-inner {
    padding: 0 20px;
  }
}
#header #logo-wrap {
  max-width: 275px;
  margin-top: 32px;
}
@media all and (max-width: 1550px) {
  #header #logo-wrap {
    margin-top: 8px;
  }
}
#header #logo-wrap img,
#header #logo-wrap svg {
  width: 100%;
  height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header #logo-wrap svg {
    margin-top: -23px;
  }
}
@media all and (max-width: 800px) {
  #header #logo-wrap {
    width: auto;
    max-width: 200px;
  }
}
@media all and (max-width: 800px) and (-ms-high-contrast: active), all and (max-width: 800px) and (-ms-high-contrast: none) {
  #header #logo-wrap svg {
    margin-top: -36px;
  }
}
#header .gom-logo {
  position: absolute;
  right: 12px;
  margin-top: 17px;
}
@media all and (max-width: 1660px) {
  #header .gom-logo {
    right: 51px;
  }
}
@media all and (max-width: 1550px) {
  #header .gom-logo {
    right: 160px;
    margin-top: 34px;
  }
}
@media all and (max-width: 800px) {
  #header .gom-logo {
    margin-top: 19px;
  }
}
@media all and (max-width: 650px) {
  #header .gom-logo {
    right: 120px;
  }
}
@media all and (max-width: 500px) {
  #header .gom-logo {
    right: 110px;
  }
}
@media all and (max-width: 480px) {
  #header .gom-logo {
    display: none;
  }
}
#header .gom-logo img {
  width: 120px;
  height: auto;
}
.logo-row {
  height: 90px;
  overflow: hidden;
  position: relative;
  z-index: 90;
  background: #fff;
  margin-top: 150px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 1470px) {
  .logo-row {
    padding: 0 20px;
  }
}
@media all and (max-width: 1550px) {
  .logo-row {
    margin-top: 122px;
  }
}
@media all and (max-width: 800px) {
  .logo-row {
    margin-top: 92px;
  }
}
@media all and (max-width: 950px) {
  .logo-row {
    height: auto;
  }
}
.logo-row .logo-row-inner {
  max-width: 1430px;
  margin: 0 auto;
}
.logo-row .logo-row-inner.logo-row-inner-2790 {
  max-width: 1000px;
}
.logo-row .logo-row-inner.logo-row-inner-2790 .header-logos-inline > div > div {
  width: 14.28%;
}
@media all and (max-width: 750px) {
  .logo-row .logo-row-inner.logo-row-inner-2790 .header-logos-inline > div > div {
    width: 14.28%;
  }
  .logo-row .logo-row-inner.logo-row-inner-2790 .header-logos-inline > div > div:nth-child(1),
  .logo-row .logo-row-inner.logo-row-inner-2790 .header-logos-inline > div > div:nth-child(2),
  .logo-row .logo-row-inner.logo-row-inner-2790 .header-logos-inline > div > div:nth-child(3),
  .logo-row .logo-row-inner.logo-row-inner-2790 .header-logos-inline > div > div:nth-child(4) {
    width: 14.28%;
  }
}
.logo-row .logo-row-inner.logo-row-inner-2800 {
  max-width: 350px;
}
.logo-row .logo-row-inner.logo-row-inner-2800 .header-logos-inline > div > div {
  width: 33.33%;
}
@media all and (max-width: 750px) {
  .logo-row .logo-row-inner.logo-row-inner-2800 .header-logos-inline > div > div {
    width: 33.33%;
  }
  .logo-row .logo-row-inner.logo-row-inner-2800 .header-logos-inline > div > div:nth-child(1),
  .logo-row .logo-row-inner.logo-row-inner-2800 .header-logos-inline > div > div:nth-child(2),
  .logo-row .logo-row-inner.logo-row-inner-2800 .header-logos-inline > div > div:nth-child(3),
  .logo-row .logo-row-inner.logo-row-inner-2800 .header-logos-inline > div > div:nth-child(4) {
    width: 33.33%;
  }
}
.logo-row .logo-row-inner.logo-row-inner-2810 {
  max-width: 320px;
}
.logo-row .logo-row-inner.logo-row-inner-2810 .header-logos-inline > div > div {
  width: 50%;
}
@media all and (max-width: 750px) {
  .logo-row .logo-row-inner.logo-row-inner-2810 .header-logos-inline > div > div {
    width: 50%;
  }
  .logo-row .logo-row-inner.logo-row-inner-2810 .header-logos-inline > div > div:nth-child(1),
  .logo-row .logo-row-inner.logo-row-inner-2810 .header-logos-inline > div > div:nth-child(2),
  .logo-row .logo-row-inner.logo-row-inner-2810 .header-logos-inline > div > div:nth-child(3),
  .logo-row .logo-row-inner.logo-row-inner-2810 .header-logos-inline > div > div:nth-child(4) {
    width: 50%;
  }
}
.logo-row .logo-row-inner.logo-row-inner-2813 {
  max-width: 170px;
}
.logo-row .logo-row-inner.logo-row-inner-2813 .logo-wrap {
  padding-top: 11px;
}
.logo-row .logo-row-inner.logo-row-inner-2813 .header-logos-inline > div > div {
  width: 100%;
}
@media all and (max-width: 750px) {
  .logo-row .logo-row-inner.logo-row-inner-2813 .header-logos-inline > div > div {
    width: 100%;
  }
  .logo-row .logo-row-inner.logo-row-inner-2813 .header-logos-inline > div > div:nth-child(1),
  .logo-row .logo-row-inner.logo-row-inner-2813 .header-logos-inline > div > div:nth-child(2),
  .logo-row .logo-row-inner.logo-row-inner-2813 .header-logos-inline > div > div:nth-child(3),
  .logo-row .logo-row-inner.logo-row-inner-2813 .header-logos-inline > div > div:nth-child(4) {
    width: 100%;
  }
}
.logo-row .logo-row-inner.logo-row-inner-5940 {
  max-width: 170px;
}
.logo-row .logo-row-inner.logo-row-inner-5940 .logo-wrap {
  padding-top: 11px;
}
.logo-row .logo-row-inner.logo-row-inner-5940 .header-logos-inline > div > div {
  width: 100%;
}
@media all and (max-width: 750px) {
  .logo-row .logo-row-inner.logo-row-inner-5940 .header-logos-inline > div > div {
    width: 100%;
  }
  .logo-row .logo-row-inner.logo-row-inner-5940 .header-logos-inline > div > div:nth-child(1),
  .logo-row .logo-row-inner.logo-row-inner-5940 .header-logos-inline > div > div:nth-child(2),
  .logo-row .logo-row-inner.logo-row-inner-5940 .header-logos-inline > div > div:nth-child(3),
  .logo-row .logo-row-inner.logo-row-inner-5940 .header-logos-inline > div > div:nth-child(4) {
    width: 100%;
  }
}
@media all and (max-width: 950px) {
  .logo-row .logo-row-inner {
    max-width: none;
  }
}
.logo-row .logo-row-inner .header-logos-inline > div > div {
  width: 11.11%;
  width: 10%;
  width: 9.09%;
  height: 70px;
  margin-top: 0;
  box-sizing: border-box;
  float: left;
  position: relative;
}
@media all and (max-width: 750px) {
  .logo-row .logo-row-inner .header-logos-inline > div > div {
    width: 16.66%;
    /*&:nth-child(1),
                &:nth-child(2),
                &:nth-child(3),
                &:nth-child(4) {
                    width:25%;
                }*/
  }
}
.logo-row .logo-row-inner .header-logos-inline > div > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90px;
  object-fit: contain;
}
@media all and (max-width: 1280px) {
  .logo-row .logo-row-inner .header-logos-inline > div > div img {
    max-width: 80%;
    max-height: 70%;
  }
}
@media all and (max-width: 1000px) {
  .logo-row .logo-row-inner .header-logos-inline > div > div img {
    max-width: 70%;
    max-height: 50%;
  }
}
.logo-row .logo-row-inner .header-logos-inline > div > div.hus-logo-header img {
  width: 48px;
}
.logo-row .logo-row-inner .header-logos-inline > div > div.gasgas-logo-header {
  margin-top: 2px;
}
.logo-row .logo-row-inner .header-logos-inline > div > div.gasgas-logo-header img {
  width: 95px;
}
.logo-row .logo-row-inner .header-logos-inline > div > div.mvagusta-logo-header {
  margin-top: 4px;
}
.logo-row .logo-row-inner .header-logos-inline > div > div.mvagusta-logo-header img {
  width: 79px;
}
.logo-row .logo-row-inner .header-logos-inline > div > div.piaggio-logo-header {
  margin-top: 4px;
}
.logo-row .logo-row-inner .header-logos-inline > div > div.piaggio-logo-header img {
  width: 58px;
}
@media all and (max-width: 750px) {
  .logo-row .logo-row-inner .header-logos-inline > div > div.piaggio-logo-header + div {
    clear: both;
  }
}
.logo-row .logo-row-inner .header-logos-inline > div > div.gf-logo-header {
  max-width: 16.28%;
}
.logo-row .logo-row-inner .header-logos-inline > div > div.bmw-logo-header {
  margin-top: 20px;
  height: auto;
}
@media all and (max-width: 1200px) {
  .logo-row .logo-row-inner .header-logos-inline > div > div.bmw-logo-header {
    margin-top: 22px;
  }
}
@media all and (max-width: 980px) {
  .logo-row .logo-row-inner .header-logos-inline > div > div.bmw-logo-header {
    margin-top: 26px;
    max-width: 130px;
  }
}
.logo-row .logo-row-inner .header-logos-inline > div > div.aprilia-logo-header {
  margin-top: 6px;
}
.logo-row .logo-row-inner .header-logos-inline > div > div.aprilia-logo-header img {
  width: 90px;
}
.logo-row .logo-wrap {
  padding-top: 8px;
}
@media all and (max-width: 950px) {
  .logo-row .logo-wrap {
    margin-left: 0;
  }
}
.logo-row h4 {
  float: left;
}
@media all and (max-width: 950px) {
  .logo-row h4 {
    display: block;
    text-align: center;
    float: none;
    margin: 20px 0 -10px;
  }
}
#main-nav-mobile-btn {
  margin-top: 34px;
}
#main-nav-mobile-btn .hamburger {
  background: none;
  padding: 15px 15px;
}
#main-nav-mobile-btn .hamburger-inner,
#main-nav-mobile-btn .hamburger-inner::before,
#main-nav-mobile-btn .hamburger-inner::after {
  height: 2px;
}
@media all and (max-width: 800px) {
  #main-nav-mobile-btn {
    margin-top: 18px;
  }
}
@media all and (max-width: 650px) {
  #main-nav-mobile-btn {
    margin-right: 0;
  }
}
#main-nav {
  height: auto;
  position: relative;
  margin-top: 72px;
}
#main-nav > ul.mobile-menu-fallback {
  display: none;
}
@media all and (max-width: 1550px) {
  #main-nav {
    margin-top: 0px;
    position: absolute;
    top: 123px;
    width: 340px;
    left: auto;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  #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 > ul.desktop-menu {
    display: none;
  }
  #main-nav > ul.mobile-menu-fallback {
    display: block;
  }
}
@media all and (max-width: 800px) {
  #main-nav {
    top: 93px;
  }
}
@media all and (max-width: 500px) {
  #main-nav {
    left: 0;
    width: auto;
  }
}
#main-nav > ul {
  height: auto;
}
@media all and (max-width: 1550px) {
  #main-nav > ul {
    height: calc(100vh - 123px);
  }
}
@media all and (max-width: 800px) {
  #main-nav > ul {
    height: calc(100vh - 93px);
  }
}
#main-nav > ul > li {
  height: auto;
  padding-bottom: 25px;
  -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;
}
@media all and (max-width: 1550px) {
  #main-nav > ul > li {
    padding-bottom: 0;
  }
}
#main-nav > ul > li > a {
  height: auto;
  padding: 8px 12px;
  min-width: 1px;
  font-size: 18px;
  line-height: 35px;
  border-bottom: 2px solid transparent;
  background: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #main-nav > ul > li > a {
    font-size: 17px;
  }
}
@media all and (max-width: 1550px) {
  #main-nav > ul > li > a {
    border-bottom: 0;
    padding: 12px 25px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 1;
  }
}
#main-nav > ul > li > a:hover {
  background: none;
  color: #cc061b;
  border-color: #cc061b;
}
@media all and (max-width: 1550px) {
  #main-nav > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
#main-nav > ul > li.active > a {
  background: none;
  color: #cc061b;
  border-color: #cc061b;
}
#main-nav > ul > li > div.submenu-wrapper {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  margin-top: 25px;
  left: 0;
  width: 100%;
  background: #fff;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner {
  max-width: 1075px;
  margin: 35px auto;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner .submenu-image {
  width: 750px;
  float: right;
  padding-right: 30px;
  box-sizing: border-box;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner .submenu-image .submenu-image-text {
  margin-top: 10px;
  color: #353535;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner .submenu-image .submenu-image-text span {
  color: #cc061b;
  font-family: 'Special Elite', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner .submenu-image .submenu-image-text a {
  color: #cc061b;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner .submenu-headline {
  float: left;
  width: 300px;
  color: #cc061b;
  font-family: 'Special Elite', sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
  box-sizing: border-box;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner > ul {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 35px;
  list-style: none;
  background: none;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner > ul li a {
  padding: 0;
  background: none;
  color: #000;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner > ul li a:hover {
  color: #cc061b;
  background: none;
}
#main-nav > ul > li > div.submenu-wrapper .submenu-wrapper-inner > ul li.active a {
  color: #cc061b;
}
#main-nav > ul > li:hover > div.submenu-wrapper {
  pointer-events: auto;
  opacity: 1;
}
@media all and (max-width: 1550px) {
  #main-nav > ul > li > ul {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25282a+0,19191c+100 */
    background: #25282a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #25282a 0%, #19191c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #25282a 0%, #19191c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25282a', endColorstr='#19191c', GradientType=1);
    /* IE6-9 */
    z-index: 200;
  }
  #main-nav > ul > li > ul > li > a:hover {
    color: #cc061b;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 1550px) {
  body.show-mobile #main-nav {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main-content {
  margin-top: 0px;
}
#footer {
  background: #1e1d1d;
  background-image: url(/typo3conf/ext/attentio_customer/Resources/Public/img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 30px;
  position: relative;
  color: #fff;
}
@media all and (max-width: 980px) {
  #footer:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #footer > * {
    position: relative;
  }
}
#footer h5 {
  margin-top: 0px;
}
#footer .footer-wrap {
  max-width: 1170px;
}
#footer .footer-wrap,
#footer .footer-wrap a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid transparent;
}
#footer .footer-wrap a:hover {
  border-bottom: 1px solid #cc061b;
}
#footer .photoitem a {
  border-bottom: none;
}
#footer .photoitem a:hover {
  border-bottom: none;
}
#footer .fas {
  color: #cc061b;
  margin-right: 4px;
}
#footer .footer-left {
  float: left;
  width: 20%;
}
@media all and (max-width: 980px) {
  #footer .footer-left {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 980px) and (min-width: 551px) {
  #footer .footer-left h5 {
    text-align: center;
  }
  #footer .footer-left ul {
    text-align: center;
  }
  #footer .footer-left ul li {
    display: inline-block;
    width: auto;
  }
  #footer .footer-left ul li ul {
    text-align: center;
  }
  #footer .footer-left ul li ul li {
    display: inline-block;
    width: auto;
    margin: 10px 20px !important;
  }
}
#footer .footer-right {
  float: left;
  width: 80%;
}
@media all and (max-width: 980px) {
  #footer .footer-right {
    float: none;
    width: auto;
  }
}
#footer .footer-right > div {
  float: left;
  width: 25%;
}
@media all and (max-width: 900px) {
  #footer .footer-right > div {
    width: 50%;
    margin-bottom: 50px;
  }
  #footer .footer-right > div:nth-child(odd) {
    clear: both;
  }
}
@media all and (max-width: 550px) {
  #footer .footer-right > div {
    width: 100%;
    float: none;
  }
}
#footer .footer-left > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-left > ul > li {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}
#footer .footer-left > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-left > ul > li > ul > li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#copyright {
  border-top: 1px solid #fff;
  background: none;
  margin-top: 30px;
}
#copyright #copyright-inner {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 30px 0;
  max-width: 1170px;
}
#copyright #copyright-inner .copyright-text-left p {
  display: inline;
}
@media all and (max-width: 900px) {
  #copyright #copyright-inner .copyright-text-left,
  #copyright #copyright-inner .copyright-text-right {
    float: none;
    width: auto;
  }
}
#copyright #copyright-inner a {
  color: #fff;
}
@media all and (max-width: 670px) {
  .cookie-banner-open-link {
    margin: 0;
    margin-top: 20px;
    text-align: center;
    float: none;
  }
}
.slideshow .item .container.slideshow-left {
  width: 100%;
}
@media all and (max-width: 1075px) {
  .slideshow .item .container.slideshow-left {
    position: absolute !important;
  }
}
.slideshow .item .text.slideshow-left {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  text-align: center;
  padding: 0;
  min-width: 85%;
}
@media all and (max-width: 1400px) {
  .slideshow .item .text.slideshow-left {
    bottom: auto;
    top: 50%;
  }
}
@media all and (max-width: 1075px) {
  .slideshow .item .text.slideshow-left {
    position: absolute;
  }
}
.slideshow .item .text.slideshow-left h2 {
  font-size: 100px;
  line-height: 80px;
  margin: 10px auto;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .slideshow .item .text.slideshow-left h2 {
    font-size: 70px;
    line-height: 55px;
  }
}
@media all and (max-width: 767px) {
  .slideshow .item .text.slideshow-left h2 {
    font-size: 40px;
    line-height: 35px;
  }
}
.slideshow .item .text.slideshow-left h2 strong {
  font-weight: normal;
}
.slideshow .item .text.slideshow-left h2:before {
  margin-right: 25px;
}
.slideshow .item .text.slideshow-left h3 {
  font-size: 50px;
  margin: 10px auto;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .slideshow .item .text.slideshow-left h3 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media all and (max-width: 767px) {
  .slideshow .item .text.slideshow-left h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.slideshow .item .text.slideshow-left h2,
.slideshow .item .text.slideshow-left h3 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7), 0px 0px 20px rgba(0, 0, 0, 0.6), 0px 0px 60px rgba(0, 0, 0, 0.4), 0px 0px 100px rgba(0, 0, 0, 0.4);
}
.inner-content-wrap-ce-wrapper.shadow-top,
.inner-content-wrap-ce-wrapper.shadow-bottom {
  overflow: hidden;
}
.inner-content-wrap-ce-wrapper.shadow-bottom:after {
  background: #fff;
  bottom: -50px;
  left: 50%;
  z-index: 9;
  width: 150%;
  height: 100px;
  -webkit-transform: rotate(-2.4deg) translate(-50%, 0%);
  -moz-transform: rotate(-2.4deg) translate(-50%, 0%);
  -o-transform: rotate(-2.4deg) translate(-50%, 0%);
  -ms-transform: rotate(-2.4deg) translate(-50%, 0%);
  transform: rotate(-2.4deg) translate(-50%, 0%);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  content: '';
  opacity: 1;
  pointer-events: none;
}
.inner-content-wrap-ce-wrapper.shadow-top:before {
  background: #fff;
  top: -50px;
  left: 50%;
  z-index: 9;
  width: 150%;
  height: 100px;
  -webkit-transform: rotate(-2.4deg) translate(-50%, 0%);
  -moz-transform: rotate(-2.4deg) translate(-50%, 0%);
  -o-transform: rotate(-2.4deg) translate(-50%, 0%);
  -ms-transform: rotate(-2.4deg) translate(-50%, 0%);
  transform: rotate(-2.4deg) translate(-50%, 0%);
  -webkit-transform-origin: 0 0%;
  transform-origin: 0 0%;
  position: absolute;
  content: '';
  opacity: 1;
  pointer-events: none;
}
.inner-content-wrap-ce-textmodul ul {
  padding: 0;
  margin: 16px 0;
  list-style: none;
}
.inner-content-wrap-ce-textmodul ul li:before {
  content: "//";
  color: #cc061b;
  display: inline;
  margin-right: 6px;
}
.hover-image-text-overlay img {
  width: 100%;
}
.hover-image-text-overlay > .primary {
  position: relative;
  z-index: 5;
}
.hover-image-text-overlay > .primary:after {
  content: none;
}
.hover-image-text-overlay .primary .overlay {
  background-color: transparent;
}
.hover-image-text-overlay .overlay {
  -webkit-transform: translate(0, calc(100% - 54px));
  -moz-transform: translate(0, calc(100% - 54px));
  -o-transform: translate(0, calc(100% - 54px));
  -ms-transform: translate(0, calc(100% - 54px));
  transform: translate(0, calc(100% - 54px));
  z-index: 8;
  overflow: visible !important;
  pointer-events: none;
}
.hover-image-text-overlay .overlay .overlay-inner {
  overflow: visible;
}
.hover-image-text-overlay .overlay .text {
  vertical-align: top;
  overflow: visible;
  position: relative;
}
.hover-image-text-overlay .overlay .text:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 120%;
  height: 120%;
  z-index: -1;
  margin-top: -16px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, 0%) rotate(-2.4deg);
  -moz-transform: translate(-50%, 0%) rotate(-2.4deg);
  -o-transform: translate(-50%, 0%) rotate(-2.4deg);
  -ms-transform: translate(-50%, 0%) rotate(-2.4deg);
  transform: translate(-50%, 0%) rotate(-2.4deg);
  -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;
}
.hover-image-text-overlay .overlay .text .text-inner {
  top: 0%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  -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;
}
.hover-image-text-overlay .overlay .text .text-inner h3 {
  margin-top: 0;
}
@media all and (max-width: 1260px) {
  .hover-image-text-overlay .overlay .text .text-inner h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 1080px) {
  .hover-image-text-overlay .overlay .text .text-inner h3 {
    font-size: 22px;
  }
}
.hover-image-text-overlay .overlay .text .text-inner h3.headline-style-2:after,
.hover-image-text-overlay .overlay .text .text-inner > p,
.hover-image-text-overlay .overlay .text .text-inner > a {
  opacity: 0;
  -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;
}
.hover-image-text-overlay:hover .overlay {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hover-image-text-overlay:hover .overlay .text:after {
  margin-top: -10%;
}
.hover-image-text-overlay:hover .overlay .text .text-inner {
  top: 50%;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media all and (max-width: 400px) {
  .hover-image-text-overlay:hover .overlay .text .text-inner {
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}
.hover-image-text-overlay:hover .overlay .text .text-inner h3.headline-style-2:after,
.hover-image-text-overlay:hover .overlay .text .text-inner > p,
.hover-image-text-overlay:hover .overlay .text .text-inner > a {
  opacity: 1;
}
.default-hover .hover-image-text-overlay .overlay {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.default-hover .hover-image-text-overlay .overlay .text:after {
  margin-top: -10%;
}
.default-hover .hover-image-text-overlay .overlay .text .text-inner {
  top: 50%;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media all and (max-width: 400px) {
  .default-hover .hover-image-text-overlay .overlay .text .text-inner {
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}
.default-hover .hover-image-text-overlay .overlay .text .text-inner h3.headline-style-2:after,
.default-hover .hover-image-text-overlay .overlay .text .text-inner > p,
.default-hover .hover-image-text-overlay .overlay .text .text-inner > a {
  opacity: 1;
}
/*
.col-33-33-33, .col-25-25-25-25 {
    .hover-image-text-overlay {
        .overlay {
            -webkit-transform: translate(0, 70%);
            -moz-transform: translate(0, 70%);
            -o-transform: translate(0, 70%);
            -ms-transform: translate(0, 70%);
            transform: translate(0, 70%);
        }
        &:hover .overlay {
            -webkit-transform: translate(0, -18%);
            -moz-transform: translate(0, -18%);
            -o-transform: translate(0, -18%);
            -ms-transform: translate(0, -18%);
            transform: translate(0, -18%);
        }
        > .primary:after {
            -webkit-transform: translate(-50%, -74px)  rotate(-2.4deg);
            -moz-transform: translate(-50%, -74px)  rotate(-2.4deg);
            -o-transform: translate(-50%, -74px)  rotate(-2.4deg);
            -ms-transform: translate(-50%, -74px)  rotate(-2.4deg);
            transform: translate(-50%, -74px)  rotate(-2.4deg);
        }
        &:hover {
            > .primary:after {
                top:0%;
                -webkit-transform: translate(-50%, -20px)  rotate(-2.4deg) !important;
                -moz-transform: translate(-50%, -20px)  rotate(-2.4deg) !important;
                -o-transform: translate(-50%, -20px)  rotate(-2.4deg) !important;
                -ms-transform: translate(-50%, -20px)  rotate(-2.4deg) !important;
                transform: translate(-50%, -20px)  rotate(-2.4deg) !important;
            }
        }
    }
}

.col-25-25-25-25 {
    .hover-image-text-overlay {
        .overlay {
            -webkit-transform: translate(0, 62%);
            -moz-transform: translate(0, 62%);
            -o-transform: translate(0, 62%);
            -ms-transform: translate(0, 62%);
            transform: translate(0, 62%);
        }
        &:hover .overlay {
            -webkit-transform: translate(0, -12%);
            -moz-transform: translate(0, -12%);
            -o-transform: translate(0, -12%);
            -ms-transform: translate(0, -12%);
            transform: translate(0, -12%);
        }
        > .primary:after {
            -webkit-transform: translate(-50%, -74px)  rotate(-2.4deg);
            -moz-transform: translate(-50%, -74px)  rotate(-2.4deg);
            -o-transform: translate(-50%, -74px)  rotate(-2.4deg);
            -ms-transform: translate(-50%, -74px)  rotate(-2.4deg);
            transform: translate(-50%, -74px)  rotate(-2.4deg);
        }
    }
}
*/
/*
.default-hover .hover-image-text-overlay {
    .overlay .text .text-inner {
        top:50%;
        -webkit-transform: translate(0, -35%)  rotate(2.4deg) scale(0.8);
        -moz-transform: translate(0, -35%)  rotate(2.4deg)  scale(0.8);
        -o-transform: translate(0, -35%)  rotate(2.4deg)  scale(0.8);
        -ms-transform: translate(0, -35%)  rotate(2.4deg)  scale(0.8);
        transform: translate(0, -35%)  rotate(2.4deg)  scale(0.8);
        h3.headline-style-2:after, > p, > a {
            opacity:1;
        }
    }
    .overlay {
        -webkit-transform: translate(0,-5%) rotate(-2.4deg) scale(1.2);
        -moz-transform: translate(0, -5%) rotate(-2.4deg) scale(1.2);
        -o-transform: translate(0, -5%) rotate(-2.4deg) scale(1.2);
        -ms-transform: translate(0, -5%) rotate(-2.4deg) scale(1.2);
        transform: translate(0,-5%) rotate(-2.4deg) scale(1.2);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    h3:after {
        content:none;
    }
}
*/
.btn-primary,
.rte-btn-primary,
.hover-image-text-overlay .overlay .text .text-inner > a,
input[type=submit],
button.btn {
  background: #cc061b;
  padding: 12px 16px 10px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  border-bottom: 2px solid #cc061b;
  -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;
  color: #fff;
}
.btn-primary:hover,
.rte-btn-primary:hover,
.hover-image-text-overlay .overlay .text .text-inner > a:hover,
input[type=submit]:hover,
button.btn:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
  background: #cc061b;
}
.text-white a.btn-primary,
.text-white a.rte-btn-primary {
  color: #fff;
}
.tx-powermail,
.inner-content-wrap-ce-newsletter {
  margin: 20px 0;
}
.tx-powermail textarea,
.inner-content-wrap-ce-newsletter textarea,
.tx-powermail input[type=text],
.inner-content-wrap-ce-newsletter input[type=text],
.tx-powermail input[type=email],
.inner-content-wrap-ce-newsletter input[type=email],
.tx-powermail select,
.inner-content-wrap-ce-newsletter select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 14px;
  color: #353535;
  border: 0;
}
.tx-powermail select option,
.inner-content-wrap-ce-newsletter select option {
  color: #000;
}
.tx-powermail textarea,
.tx-powermail input[type=text],
.tx-powermail input[type=email],
.tx-powermail select {
  color: #353535;
  border: 1px solid #b1b1b1;
}
.tx-powermail select option {
  color: #000;
}
.powermail_fieldwrap_datenschutz {
  font-size: 13px;
  line-height: 22px;
  padding-left: 30px;
  box-sizing: border-box;
}
.powermail_fieldwrap_datenschutz input {
  position: absolute;
  margin-left: -30px;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  opacity: 0.000001;
  cursor: pointer;
}
.powermail_fieldwrap_datenschutz input + span {
  position: absolute;
  margin-left: -30px;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  pointer-events: none;
  border: 1px solid #b1b1b1;
}
.powermail_fieldwrap_datenschutz input:checked + span {
  background: #cc061b;
  border-color: #cc061b;
}
.bg-color-black {
  background: rgba(0, 0, 0, 0.7);
}
.bg-color-black .tx-powermail textarea,
.bg-color-black .tx-powermail input[type=text],
.bg-color-black .tx-powermail input[type=email],
.bg-color-black .tx-powermail select {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
}
.bg-color-black .tx-powermail select {
  background-image: url(/typo3conf/ext/attentio_customer/Resources/Public/img/select-arrow_w.png);
}
.bg-color-black .tx-powermail select option {
  color: #000;
}
.bg-color-black .powermail_fieldwrap_datenschutz input + span {
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
.bg-color-black .powermail_fieldwrap_datenschutz input:checked + span {
  background: #cc061b;
}
.bg-color-black *::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.bg-color-black *:-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.bg-color-black *::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.bg-color-black *:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.bg-color-black *::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.bg-color-black *::placeholder {
  color: #fff;
  opacity: 0.7;
}
.bg-color-black a {
  color: #cc061b;
}
.parsley-errors-list li {
  background: none;
  border: 0;
  color: #cc061b;
  padding: 8px 0;
}
.inner-content-wrap-ce-newsletter {
  margin: 0;
}
.inner-content-wrap-ce-newsletter .nl-headline {
  float: left;
  margin-right: 20px;
  color: #fff;
  padding-top: 10px;
}
@media all and (max-width: 900px) {
  .inner-content-wrap-ce-newsletter .nl-headline {
    float: none;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
  }
}
.inner-content-wrap-ce-newsletter .newsletter-name-wrap {
  width: calc(25%);
}
@media all and (max-width: 900px) {
  .inner-content-wrap-ce-newsletter .newsletter-name-wrap {
    width: calc(50%);
    padding-right: 3px;
    padding-bottom: 20px;
  }
  .inner-content-wrap-ce-newsletter .newsletter-name-wrap + .newsletter-name-wrap {
    padding-left: 20px;
  }
}
@media all and (max-width: 560px) {
  .inner-content-wrap-ce-newsletter .newsletter-name-wrap {
    width: calc(100%);
    padding-right: 3px;
    padding-bottom: 20px;
    padding-left: 0px !important;
  }
}
.inner-content-wrap-ce-newsletter .newsletter-name-wrap input {
  padding: 13px 14px 14px;
}
.inner-content-wrap-ce-newsletter .newsletter-email-wrap {
  width: calc(50% - 258px);
  padding-right: 8px;
}
@media all and (max-width: 900px) {
  .inner-content-wrap-ce-newsletter .newsletter-email-wrap {
    width: calc(100% - 68px);
  }
}
@media all and (max-width: 560px) {
  .inner-content-wrap-ce-newsletter .newsletter-email-wrap {
    padding-left: 0;
  }
}
.inner-content-wrap-ce-newsletter .newsletter-email-wrap input {
  padding: 13px 14px 14px;
}
.inner-content-wrap-ce-newsletter .newsletter-submit-wrap {
  width: 65px;
}
@media all and (max-width: 560px) {
  .inner-content-wrap-ce-newsletter .newsletter-submit-wrap {
    margin-top: 0;
  }
}
.inner-content-wrap-ce-newsletter .newsletter-submit-wrap input[type=submit],
.inner-content-wrap-ce-newsletter .newsletter-submit-wrap button {
  margin-top: 0;
  background: #fff;
  color: #cc061b;
  border-bottom: 0;
  padding: 11px 16px;
}
.quote-bg {
  height: 555px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 620px) {
  .quote-bg {
    background-size: cover;
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
    background-position: center center;
    height: 350px;
  }
}
@media all and (max-width: 550px) {
  .quote-bg {
    height: 550px;
  }
}
@media all and (max-width: 550px) {
  .quote-bg .owl-item,
  .quote-bg .owl-stage-outer,
  .quote-bg .owl-stage {
    height: 550px;
  }
}
@media all and (max-width: 550px) {
  .quote-bg .content-carousel-itemwrap {
    overflow: visible;
  }
}
.quote-bg .inner-content-wrap-ce-wrapper-content {
  padding: 0 25px 0 50px;
  height: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 550px) {
  .quote-bg .inner-content-wrap-ce-wrapper-content {
    padding: 0 0;
  }
}
.quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul {
  padding: 100px 120px 0;
}
@media all and (max-width: 1000px) {
  .quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul {
    padding: 80px 100px 0;
  }
}
@media all and (max-width: 800px) {
  .quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul {
    padding: 50px 60px 0;
  }
}
@media all and (max-width: 680px) {
  .quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul {
    padding: 30px 30px 0;
  }
}
@media all and (max-width: 620px) {
  .quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul {
    padding: 40px 30px 0;
  }
}
@media all and (max-width: 550px) {
  .quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul {
    position: relative;
    height: 550px;
  }
}
.quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul > .text {
  margin: 0 auto;
  max-width: 480px;
}
.quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul > .text p {
  line-height: 35px;
}
@media all and (max-width: 550px) {
  .quote-bg .inner-content-wrap-ce-wrapper-content .inner-content-wrap-ce-textmodul > .text {
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    margin-top: -60px;
    top: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.quote-bg .owl-nav {
  display: none;
}
.quote-bg .owl-dots {
  text-align: center;
  position: absolute;
  left: 50px;
  right: 25px;
  bottom: 160px;
}
@media all and (max-width: 620px) {
  .quote-bg .owl-dots {
    bottom: 100px;
  }
}
.quote-bg .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 7px;
  background: #fff;
  margin: 3px;
  opacity: 0.8;
}
.quote-bg .owl-dots .owl-dot.active {
  opacity: 1;
}
.news-list-view {
  width: auto;
  margin: 0;
  padding: 0 5px 10px;
  max-width: none;
  box-sizing: border-box;
}
.news-list-view.news-style-3 {
  background: #000;
}
.news-list-view.news-style-3 .page-navigation {
  display: none;
}
.news-list-view .grid-sizer {
  width: 20%;
}
@media all and (max-width: 1200px) {
  .news-list-view .grid-sizer {
    width: 25%;
  }
}
@media all and (max-width: 900px) {
  .news-list-view .grid-sizer {
    width: 50%;
  }
}
.news-list-view .grid-item {
  width: 20%;
  height: 210px;
  overflow: hidden;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .news-list-view .grid-item {
    width: 25%;
    height: 210px;
  }
}
@media all and (max-width: 900px) {
  .news-list-view .grid-item {
    width: 50%;
  }
}
.news-list-view .grid-item .article.latest-news-box {
  padding: 0;
  margin: 10px 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap {
  background: rgba(0, 0, 0, 0.7);
  bottom: 70px;
  height: 100%;
  width: 100%;
  padding: 12px 25px;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -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;
  color: #fff;
  text-align: left;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .news-list-category {
  display: block;
  font-family: 'Special Elite', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .news-list-category:after {
  display: block;
  content: "";
  height: 3px;
  margin-top: 25px;
  background: #fff;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .header {
  padding: 0;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .header h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: -3px;
  margin-bottom: 2px;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .header h3 a {
  color: #fff;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .header h3 a:hover {
  color: #cc061b;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .teaser-text {
  padding: 0;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .teaser-text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: none;
}
.news-list-view .grid-item .article.latest-news-box .text-wrap .teaser-text .btn-primary {
  -webkit-transform: translate(0px, 60px);
  -moz-transform: translate(0px, 60px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-list-view .grid-item .article.latest-news-box:hover .text-wrap {
  bottom: 0;
  padding: 25px 25px 25px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.news-list-view .grid-item .article.latest-news-box:hover .text-wrap .teaser-text .btn-primary {
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.news-list-view .grid-item .article.latest-news-box .news-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.news-list-view .grid-item .article.latest-news-box .news-img-wrap img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  display: block;
  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);
  object-fit: cover;
}
.news-list-view .grid-item--width2 {
  width: 40%;
}
@media all and (max-width: 1200px) {
  .news-list-view .grid-item--width2 {
    width: 50%;
  }
}
@media all and (max-width: 900px) {
  .news-list-view .grid-item--width2 {
    width: 100%;
  }
}
.news-list-view .grid-item--height2 {
  height: 420px;
}
@media all and (max-width: 1200px) {
  .news-list-view .grid-item--height2 {
    height: 420px;
  }
}
.news-list-view .grid-item--height2 .article.latest-news-box .text-wrap .teaser-text p {
  display: block;
}
.news-list-view .grid-item--height2 .article.latest-news-box:hover .text-wrap {
  padding-top: 90px;
}
.news-list-view.news-style-2 h3 {
  line-height: 32px;
  font-size: 24px;
}
.news-list-view.news-style-2 .footer p {
  line-height: 16px;
}
.news-single h1 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.news-single .footer {
  font-weight: bold;
}
.news-single .article .news-img-wrap {
  max-width: 440px;
  width: auto !important;
}
.news-single .article .news-img-wrap .outer {
  padding: 0;
  border: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.news-single .article .news-img-wrap a {
  padding: 0;
  border: 0;
}
.inner-content-wrap-ce-modellliste-wrap {
  margin: 0 -7px;
  max-width: none;
}
.inner-content-wrap-ce-modellliste-wrap > div.filter-model-filterwrap {
  text-align: center;
  margin-bottom: 10px;
}
.inner-content-wrap-ce-modellliste-wrap > div.filter-model-filterwrap .filter-model-filteritem {
  display: inline-block;
  margin: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.inner-content-wrap-ce-modellliste-wrap > div.filter-model-filterwrap .filter-model-filteritem.active,
.inner-content-wrap-ce-modellliste-wrap > div.filter-model-filterwrap .filter-model-filteritem:hover {
  color: #cc061b;
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div {
  width: calc(25% - 14px);
  margin: 7px;
  float: left;
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div img {
  width: 100%;
  display: block;
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div .text-inner > .manuf-wrap {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 13px;
  line-height: 25px;
  margin-right: 15px;
  opacity: 0;
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div .text-inner > .manuf-wrap .manuf-logo {
  height: 70px;
  margin-bottom: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div .text-inner > .manuf-wrap .manuf-logo.manuf-logo-bmw {
  background-image: url(/fileadmin/user_upload/bmw.png);
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div .text-inner > .manuf-wrap .manuf-logo.manuf-logo-ducati {
  background-image: url(/fileadmin/user_upload/ducati.png);
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div .text-inner > .manuf-wrap .manuf-logo.manuf-logo-honda {
  background-image: url(/fileadmin/user_upload/honda.png);
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div .text-inner > .manuf-wrap .manuf-logo.manuf-logo-mvagusta {
  background-image: url(/fileadmin/user_upload/mv.png);
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div .text-inner > .manuf-wrap .manuf-logo.manuf-logo-vespa {
  background-image: url(/fileadmin/user_upload/vespa.png);
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div .text-inner h3 {
  margin: 0;
  margin-top: 10px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 25px;
}
.inner-content-wrap-ce-modellliste-wrap > div.model-wrap > div:hover .text-inner > .manuf-wrap {
  height: 110px;
  opacity: 1;
}
.inner-content-wrap-ce-modellliste-wrap .hover-image-text-overlay > .primary:after {
  -webkit-transform: translate(-50%, -44px) rotate(-2.4deg);
  -moz-transform: translate(-50%, -44px) rotate(-2.4deg);
  -o-transform: translate(-50%, -44px) rotate(-2.4deg);
  -ms-transform: translate(-50%, -44px) rotate(-2.4deg);
  transform: translate(-50%, -44px) rotate(-2.4deg);
}
.quicklink-buttons {
  position: fixed;
  right: 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%);
  z-index: 999;
}
@media all and (max-width: 1550px) {
  .quicklink-buttons {
    top: auto;
    bottom: 80px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.quicklink-buttons > div {
  width: 64px;
  height: 64px;
  background: #cc061b;
  margin-bottom: 8px;
}
.quicklink-buttons > div > a {
  display: block;
  height: 100%;
  padding: 14px 12px;
  box-sizing: border-box;
}
.quicklink-contact-wrap {
  background: #1d1d1b;
  position: fixed;
  right: 0;
  top: 50%;
  padding: 30px 30px 40px;
  width: 540px;
  z-index: 9999;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-align: center;
}
.quicklink-contact-wrap .fas {
  color: #cc061b;
  margin-right: 4px;
}
.quicklink-contact-wrap h5 {
  margin-top: 0;
  font-family: 'Special Elite', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.quicklink-contact-wrap p {
  margin-bottom: 0;
}
.quicklink-contact-wrap.show {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.quicklink-contact-wrap > .left {
  float: left;
  width: 48%;
  box-sizing: border-box;
  text-align: left;
  padding: 0 30px 0 0px;
  margin-bottom: 20px;
}
.quicklink-contact-wrap > .right {
  float: right;
  width: 52%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  text-align: left;
  border-left: 2px solid #fff;
  margin-bottom: 20px;
}
.quicklink-contact-wrap .btn-primary {
  padding: 6px 10px 4px;
  text-transform: none;
  margin-top: 0;
}
.quicklink-contact-wrap .quicklink-contact-wrap-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 22px;
}
.quicklink-contact-wrap a {
  color: #fff;
}
.quicklink-contact-wrap a:hover {
  color: #cc061b;
}
.inner-content-wrap-ce-textmodul table,
.inner-content-wrap-ce-accordion table,
.news-single table {
  border-collapse: collapse;
}
.inner-content-wrap-ce-textmodul table thead tr th,
.inner-content-wrap-ce-accordion table thead tr th,
.news-single table thead tr th,
.inner-content-wrap-ce-textmodul table thead tr td,
.inner-content-wrap-ce-accordion table thead tr td,
.news-single table thead tr td {
  background: #cc061b;
  color: #fff;
  text-align: left;
  padding: 4px 12px;
  min-width: 100px;
  border-right: 1px solid #d45d6a;
}
.inner-content-wrap-ce-textmodul table thead tr th:last-child,
.inner-content-wrap-ce-accordion table thead tr th:last-child,
.news-single table thead tr th:last-child,
.inner-content-wrap-ce-textmodul table thead tr td:last-child,
.inner-content-wrap-ce-accordion table thead tr td:last-child,
.news-single table thead tr td:last-child {
  border-right: 0;
}
.inner-content-wrap-ce-textmodul table tbody tr td,
.inner-content-wrap-ce-accordion table tbody tr td,
.news-single table tbody tr td {
  padding: 4px 12px;
  border-right: 1px solid #f0f0f0;
}
.inner-content-wrap-ce-textmodul table tbody tr td:last-child,
.inner-content-wrap-ce-accordion table tbody tr td:last-child,
.news-single table tbody tr td:last-child {
  border-right: 0;
}
.inner-content-wrap-ce-textmodul table tbody tr:nth-child(even) td,
.inner-content-wrap-ce-accordion table tbody tr:nth-child(even) td,
.news-single table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
td p {
  margin: 0;
}
.table-wrap-scroller {
  max-width: 100%;
  overflow: auto;
}
.accordion-element .accordion-head {
  background: #cc061b;
  padding: 5px 20px;
}
.accordion-element .accordion-head h3 {
  color: #fff;
  font-size: 22px;
}
.accordion-element .accordion-head h3 .accordion-icon {
  top: 12px;
}
#join-widget > div {
  padding: 35px 0 !important;
}
.slideshow.fullscreen .css-slider-image {
  height: calc(100vh - 148px);
}
.slideshow.fullscreen .item .text.slideshow-left h2,
.slideshow.fullscreen .item .text.slideshow-left h3,
.slideshow.fullscreen .item .text.slideshow-left p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#totop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  z-index: 999;
  bottom: 15px;
  width: 64px;
  height: 64px;
  background: #cc061b;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  padding-top: 16px;
  box-sizing: border-box;
  -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;
}
body.smaller-header #totop {
  opacity: 1;
  pointer-events: auto;
}
.mw840,
.inner-content-wrap-width-page.col-no-padding-1.mw840 {
  max-width: 840px !important;
}
.inner-content-wrap-ce-width-page .tx-powermail {
  padding: 0;
}
.inner-content-wrap-ce-width-page.inner-content-wrap-ce-bildtextkachel {
  padding: 0;
}
.content-inline-center {
  text-align: center;
}
.content-inline-center > div {
  width: auto;
  max-width: none;
  display: inline-block;
}
.content-inline-center > div > div {
  text-align: left;
  max-width: 700px;
}
.content-inline-center > div > div .powermail_fieldwrap {
  max-width: 700px;
}
.mobile-iframe-wrap {
  width: 1024px;
  margin: 50px auto;
}
.mobile-iframe-wrap iframe {
  border: 0;
  width: 100%;
  height: calc(100vh - 140px);
}
.button-style {
  border: 3px solid #dcdcdc;
  -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;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.button-style:hover {
  border: 3px solid #cc061b;
  background-color: #e4dbdb;
}
.text-min-height {
  min-height: 380px;
}
@media all and (max-width: 1250px) {
  .text-min-height {
    min-height: 250px;
  }
}
@media all and (max-width: 890px) {
  .text-min-height {
    min-height: 0px;
  }
}
@media all and (max-width: 767px) {
  .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: 0px;
    -moz-column-gap: 0px;
    -o-column-gap: 0px;
    -ms-column-gap: 0px;
    column-gap: 0px;
  }
}
.attentioCookieConsent-inner {
  background: #1e1d1d !important;
  background-image: url(/typo3conf/ext/attentio_customer/Resources/Public/img/footer-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.attentioCookieConsent-inner > div {
  position: relative;
}
.attentioCookieConsent-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
@media all and (max-width: 780px) {
  .mt80 {
    margin-top: 40px;
  }
}
@media all and (max-width: 470px) {
  #recaptchaf4 {
    margin-right: -50px;
  }
}
@media all and (max-width: 400px) {
  #recaptchaf4 {
    margin-left: -22px;
  }
}
#main-nav > ul > li.search-menu-wrap {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -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;
  right: 80px;
  margin-top: -15px;
}
#main-nav > ul > li.search-menu-wrap .searchfield {
  width: 210px;
  margin-right: 12px;
}
#main-nav > ul > li.search-menu-wrap .searchbtn {
  width: 80px;
  padding: 7px 10px 5px;
}
body.search #main-nav > ul > li {
  opacity: 0;
}
body.search #main-nav > ul > li.search-menu {
  opacity: 1;
}
body.search #main-nav > ul > li.search-menu-wrap {
  opacity: 1;
  pointer-events: auto;
}
.tx-indexedsearch-search-submit input {
  margin-top: 0;
}
.tx-indexedsearch-form input {
  padding: 13px 16px;
}
.tx-indexedsearch-searchbox {
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .accordion-element .accordion-content {
    padding: 0;
  }
}
.inner-content-wrap-ce-bildleiste .owl-stage {
  background: #4a4a4a;
}
#slider-arrow {
  margin-top: -155px;
}
.powermail_fieldwrap_type_text {
  font-weight: bold;
}
.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-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -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.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 .popup-global-inner-wrap {
  position: absolute;
  top: 50px;
  left: 50%;
  height: auto;
  max-width: 90%;
  width: 870px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.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: #cc061b;
  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: 12px;
  font-size: 22px;
  color: #fff;
}
.popup-global .popup-global-inner-wrap .popup-global-inner .popup-global-content {
  border: 2px solid #cc061b;
  background: #fff;
  padding: 40px;
}
#sntch_block {
  overflow: visible;
}
#sntch_block #sntch_button {
  right: auto;
  left: 10px;
}
#main-content .news .footer {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
#main-content .news .article:last-child {
  padding-bottom: 30px;
}
.news .article .teaser-text table {
  max-width: 100%;
}
.f3-widget-paginator {
  font-size: 18px;
}
.f3-widget-paginator li {
  display: inline-block;
  margin: 10px;
}
