/*
 *
 *     SETTINGS
 *
 */
/*
 *
 *     LESS FUNCTIONS
 *
 */
/*
 *
 *     BASIC CSS
 *
 */
body {
  font-family: 'Roboto', 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: #c3152d;
  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: #ffffff;
  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: 'Roboto', 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: 'Roboto', 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: #c3152d;
}
@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: #c3152d;
  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: #58575e;
  color: #ffffff;
}
.bg-color-lightgray {
  background-color: #f6f6f6;
  color: #3c3d3e;
}
.bg-color-white {
  background-color: #ffffff;
  color: #3c3d3e;
}
/*
*
*	 Farbe Headline
*
*/
.headline-primary {
  color: #c3152d;
}
.headline-secondary {
  color: #3c3d3e;
}
.headline-tertiary {
  color: #d6d6d6;
}
.headline-black {
  color: #000000;
}
.headline-gray {
  color: #58575e;
}
.headline-lightgray {
  color: #f6f6f6;
}
.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: #c3152d;
}
.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: #c3152d;
}
.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: #c3152d;
}
.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: #58575e;
}
.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: #f6f6f6;
}
.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: #c3152d;
  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 #c3152d;
}
.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn-gray {
  background-color: #58575e;
}
.btn-lightgray {
  background-color: #f6f6f6;
}
.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn-primary:hover,
.btn-default:hover,
.rte-btn-primary:hover {
  background-color: #ac1328;
}
.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 #7e0e1d;
}
.btn-black:hover {
  background-color: #404040;
  box-shadow: 0 0 2px #7e0e1d;
  color: #ffffff;
}
.btn-gray:hover {
  background-color: #4c4b51;
}
.btn-lightgray:hover {
  background-color: #e9e9e9;
}
.btn-white:hover {
  background-color: #bfbfbf;
  color: #000000;
}
#scroll-menu-content {
  display: none;
  position: fixed;
  right: 0;
  top: 30%;
  background: #ffffff;
  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: #c3152d;
}
#scroll-menu-content div:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1420px) {
  #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: #c3152d;
  color: #3c3d3e;
}
#main-nav > ul > li ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  background: #ffffff;
  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: #c3152d;
  color: #3c3d3e;
}
@media all and (max-width: 1450px) {
  #main-nav > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100px;
  }
}
@media all and (max-width: 1420px) {
  #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: #c3152d;
  }
}
#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: #c3152d;
}
#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: #c3152d;
}
#meta-nav .meta-language-menu span:first-child {
  margin-left: 0;
}
#meta-nav .meta-language-menu span a {
  color: #58575e;
}
.meta-menu {
  float: right;
  margin-top: 3px;
}
.meta-menu ul {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
}
.meta-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 25px;
  float: left;
}
.meta-menu ul li a {
  display: block;
}
.meta-language a {
  margin-right: 10px;
  display: block;
  float: left;
}
.meta-language :last-child {
  margin-right: 0px;
}
@media all and (max-width: 480px) {
  #meta-nav-inner {
    float: none;
    text-align: center;
  }
}
.tx-powermail {
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
.tx-powermail h3 {
  display: none;
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
legend {
  display: none;
}
label {
  display: none;
}
input,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e6e6e6;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
}
select {
  cursor: pointer;
  background-image: url(img/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 45px;
}
.powermail_fieldwrap {
  max-width: 560px;
  margin-bottom: 15px;
}
.powermail_fieldwrap_type_submit {
  float: left;
  max-width: none;
  margin-bottom: 0;
}
input[type=submit],
button {
  background: #c3152d;
  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: 'Roboto', 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: #c3152d;
  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: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.news .article .teaser-text p {
  font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.page-navigation {
  clear: both;
  text-align: center;
  font-family: 'Roboto', 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 #c3152d;
  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: #c3152d;
}
.dce-tabs-content {
  padding: 25px;
  background: #6c6c6c;
  border: 1px solid #c3152d;
  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: 'Roboto', 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(195, 21, 45, 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(88, 87, 94, 0.6);
}
.hover-image-text-overlay .lightgray .overlay {
  background-color: rgba(246, 246, 246, 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(195, 21, 45, 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: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.photoitem .border-primary {
  box-sizing: border-box;
  border-style: solid;
  border-color: #c3152d;
}
.photoitem .border-hellgrau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #f6f6f6;
}
.photoitem .border-grau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #58575e;
}
.photoitem .border-dunkelgrau {
  box-sizing: border-box;
  border-style: solid;
  border-color: #3f3e44;
}
.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: #c3152d;
  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: #c3152d;
  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: #ffffff;
}
.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: #c3152d;
}
.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: 760px) {
  .slideshow .item .container {
    position: static !important;
    width: 100% !important;
    background: #ffffff !important;
  }
}
@media all and (max-width: 768px) {
  .slideshow .item .container {
    padding: 20px !important;
  }
}
@media all and (max-width: 1620px) {
  .slideshow .item picture {
    min-height: 430px;
  }
  .slideshow .item picture {
    height: 430px;
    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: 760px) {
  .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: #58575e;
  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: #c3152d;
}
.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(195, 21, 45, 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: 'Roboto', 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;
  }
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-300.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-regular.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-500.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-700.eot');
  src: local(''), url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/attentio_customer/Resources/Public/fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
body {
  font-size: 18px;
  line-height: 27px;
  color: #58575e;
  font-weight: 300;
}
h1,
h2 {
  color: #58575e;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 25px;
}
h1.headline-style-1,
h2.headline-style-1 {
  margin-top: 0px;
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
}
h3.headline-style-1 {
  background: #c3152d;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 0px;
  font-size: 30px;
}
h3.headline-style-2 {
  margin-bottom: 20px;
}
h3.headline-style-3 {
  margin-bottom: 20px;
  color: #c3152d;
}
#footer {
  background: #fff;
  color: #58575e;
}
.footer-wrap > ul > li > ul > li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.footer-wrap > ul > li {
  float: none;
  width: auto;
  margin-bottom: 22px;
}
.footer-wrap > ul > li > ul {
  margin-top: 5px;
  margin-left: 35px;
}
.footer-wrap > ul > li:last-child {
  margin-bottom: 0;
}
.footer-wrap > ul {
  float: left;
  width: 33.33%;
}
.footer-wrap a:hover {
  color: #c3152d;
}
.copyright-text-relaunch {
  float: left;
  margin-left: 0px;
}
.copyright-text-relaunch:before {
  content: "|";
  margin-left: 10px;
  margin-right: 5px;
}
#header {
  height: 133px;
  top: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#header-inner {
  max-width: none;
  padding-left: 85px;
}
#main-content {
  margin-top: 133px;
}
#logo-wrap {
  max-width: 240px;
  margin-top: 28px;
}
#main-nav .meta-nav-main {
  float: right;
  margin-right: 40px;
  margin-top: 25px;
  font-size: 14px;
}
.meta-nav-mobile {
  margin-right: 40px;
  margin-top: 39px;
  font-size: 14px;
}
#main-nav > ul {
  height: 81px;
}
#main-nav > ul > li > a {
  background: none;
  padding: 27px 20px;
  color: #58575e;
  min-width: 0px;
}
#main-nav > ul > li > a:hover,
#main-nav > ul > li.active > a {
  background: none;
  color: #c3152d;
}
#copyright {
  background: #c3152d;
  color: #fff;
}
#copyright-inner {
  font-size: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
#main-nav {
  float: right;
}
#main-nav > ul {
  float: right;
  clear: both;
  margin-right: 20px;
}
.online-shop-link {
  float: right;
  height: 100%;
}
.online-shop-link a {
  background: #c3152d;
  height: 100%;
  display: block;
  min-width: 180px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding-top: 81px;
  text-align: center;
  background-image: url(/typo3conf/ext/attentio_customer/Resources/Public/img/shop-icon.png);
  background-repeat: no-repeat;
  background-position: center 26px;
}
#main-nav > ul > li > ul {
  background: #fff;
  margin-top: -4px;
}
#main-nav > ul > li > ul > li > a {
  border: 1px solid #dcdcdc;
  border-bottom: 0px;
}
#main-nav > ul > li > ul > li:first-child {
  margin-top: 4px;
}
#main-nav > ul > li > ul > li:first-child:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 4px;
  margin-left: -1px;
  margin-top: -3px;
  background: #c3152d;
}
#main-nav > ul > li > ul > li:last-child > a {
  border-bottom: 1px solid #dcdcdc;
}
#main-nav > ul > li > ul > li > a {
  background: #fff;
  color: #58575e;
  margin-bottom: 0;
}
#main-nav > ul > li > ul > li > a:hover,
#main-nav > ul > li > ul > li.active > a {
  color: #fff;
  border-left: 1px solid #c3152d;
  border-right: 1px solid #c3152d;
  background: #c3152d;
}
.slideshow .owl-nav {
  display: none;
}
.slideshow .owl-dots {
  bottom: 20px;
  pointer-events: auto;
}
.slideshow .owl-dot {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 31px;
  height: 9px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  min-width: 0;
  padding: 0;
  border: 0;
}
.slideshow .item .text.slideshow-left {
  background: none;
  color: #000;
}
.slideshow .item .container h1 {
  font-weight: normal;
  line-height: 150%;
}
.slideshow .item .container.slideshow-left h1 {
  margin-top: 0;
}
.redslider-1 .slideshow .item .container.slideshow-left {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.redslider-1 .slideshow .item .text.slideshow-left {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: auto;
  top: auto;
  padding: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.redslider-1 .slideshow .item .text.slideshow-left h2 {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  text-transform: uppercase;
}
.redslider-1 .slideshow .item .text.slideshow-left h2 strong {
  font-weight: bold;
}
@media all and (max-width: 1000px) {
  .redslider-1 .slideshow .item .container.slideshow-left {
    left: 0;
    right: 0;
    max-width: none;
    position: static;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@media all and (max-width: 1000px) {
  .redslider-1 .slideshow .item picture {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .redslider-1 .slideshow .item .container.slideshow-left {
    left: 0;
    right: 0;
    max-width: none;
    position: static;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@media all and (max-width: 1550px) {
  .slideshow .item .container.slideshow-left h1 {
    font-size: 36px;
    line-height: 120%;
  }
}
@media all and (max-width: 450px) {
  .slideshow .item .container.slideshow-left h1 {
    font-size: 28px;
    line-height: 120%;
  }
}
.slideshow .item .container.slideshow-left h2,
.slideshow .item .container.slideshow-left h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: normal;
}
@media all and (max-width: 1600px) {
  .slideshow .item .container.slideshow-left h2,
  .slideshow .item .container.slideshow-left h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.slideshow .item .container.slideshow-left h2 strong,
.slideshow .item .container.slideshow-left h1 strong {
  font-weight: normal;
}
.slideshow .item .container.slideshow-left h3 {
  margin-bottom: 0px;
}
.slideshow .item .container.slideshow-left h2,
.slideshow .item .container.slideshow-left h1,
.slideshow .item .container.slideshow-left h3 {
  color: #58575e;
}
.text-white .slideshow .item .container.slideshow-left h2,
.text-white .slideshow .item .container.slideshow-left h1,
.text-white .slideshow .item .container.slideshow-left h3 {
  color: #fff;
}
.rte-btn-primary,
.btn-primary {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 18px;
  padding: 14px 25px;
}
.rte-btn-secondary,
.btn-secondary {
  background: #fff;
  color: #c3152d !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 18px;
  padding: 14px 25px;
  margin-top: 5px;
  display: inline-block;
}
.rte-btn-secondary:hover,
.btn-secondary:hover {
  background: #fff;
  color: #c3152d !important;
}
.hover-image-text-overlay picture,
.hover-image-text-overlay img {
  display: block;
  width: 100%;
}
.hover-image-text-overlay .primary .overlay {
  background: rgba(195, 21, 45, 0.9);
  bottom: 43px;
}
.hover-image-text-overlay .overlay .text {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  -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;
  display: block;
}
.hover-image-text-overlay:hover .overlay {
  bottom: 0px;
}
.hover-image-text-overlay:hover .overlay .text {
  padding-top: 30px;
}
.hover-image-text-overlay .overlay h3 {
  margin-top: 0px;
  margin-bottom: 18px;
}
.hover-image-text-overlay .overlay .text a {
  background: #fff;
  color: #c3152d;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 18px;
  padding: 10px 25px;
  margin-top: 5px;
  display: inline-block;
}
.mt30 {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px;
}
.pt10 {
  padding-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.small-icon-margin {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
}
.col-border-gray a.rte-btn-primary {
  display: block;
  margin-top: 10px;
}
.bg-red-transparent {
  background: rgba(195, 21, 45, 0.8);
}
.max-width-760 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
input,
select,
button,
textarea {
  background: #f4f4f4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #e5e5e5;
  color: #58575e;
  padding: 13px 15px;
  font-size: 18px;
  font-weight: 300;
}
.bg-color-lightgray input,
.bg-color-lightgray select,
.bg-color-lightgray button,
.bg-color-lightgray textarea {
  background: #fff;
  border-color: #959595;
}
textarea {
  height: 150px;
}
input[type=submit],
button {
  background: #c3152d;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #c3152d;
  color: #fff;
  padding: 13px 15px;
  text-align: center;
  min-width: 220px;
  text-transform: none;
}
.inner-content-wrap-ce-wrapper.shadow-bottom::after {
  bottom: -1px;
  height: 1px;
  background: #e3e3e3;
  opacity: 1;
}
.inner-content-wrap-ce-wrapper.shadow-top::before {
  top: 0px;
  height: 1px;
  background: #e3e3e3;
  opacity: 1;
}
.tx-powermail {
  max-width: none;
}
.image-center .photoitem {
  text-align: center;
}
.image-center .photoitem img {
  display: inline;
}
.col-border-gray .col-inner {
  border: 1px solid #cccccc;
}
.footer-contact {
  padding: 0px 15px;
  margin-top: -13px;
  float: left;
}
.footer-contact h5 {
  font-weight: bold;
  font-size: 18px;
  color: #3c3d3e;
  margin-bottom: 10px;
  margin-top: 35px;
}
.socialfooter {
  margin-top: 25px;
  margin-left: 0px;
}
.socialfooter img,
.socialfooter svg {
  margin-right: 8px;
  width: 40px;
  height: auto;
}
.telephone-number h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
}
.telephone-number p {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 15px;
}
.mr100 {
  margin-right: 100px;
}
.image-slider .owl-nav,
.image-slider .owl-dots {
  display: none;
}
.bildleiste-bottom-headline {
  position: absolute;
  font-size: 40px;
  bottom: 40px;
  left: 10px;
  right: 10px;
  line-height: 48px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.image-slider .rollover-item:hover .bildleiste-bottom-headline {
  bottom: 200px;
  opacity: 0;
}
.image-slider h3 {
  font-size: 40px;
  line-height: 52px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.image-slider p {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.image-slider .item-container .rollover-item .description {
  background: rgba(195, 21, 45, 0.9);
}
button.hamburger {
  min-width: 0px;
}
.online-shop-link.mobile {
  display: none;
}
#main-nav-mobile-btn {
  margin-top: 42px;
  margin-right: 40px;
}
.powermail_fieldwrap {
  max-width: none;
}
.news-list-view .article.latest-news-box .news-img-wrap a img,
.news-list-view .article.latest-news-box {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.news-list-view .article.latest-news-box {
  padding-bottom: 30px !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news .more {
  font-size: 18px;
  padding: 14px 25px;
  background-color: #c3152d;
  color: #ffffff;
  text-decoration: none;
  float: left;
  margin-top: 0px;
}
.news .more:hover {
  background-color: #ac1328;
}
.news.news-single h1 {
  margin-bottom: 12px;
}
.news.news-single .article .teaser-text p {
  color: #3c3d3e;
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.news-single .article .news-img-wrap {
  float: none;
  max-width: none;
  margin: 15px 0;
}
.news-single .article .news-img-wrap .outer img {
  max-width: 445px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.news-single .article .news-img-wrap .outer {
  border: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
}
.news .social > div.share {
  margin-top: -4px;
}
.news .social > div.twitter {
  margin-top: 3px;
}
.news .footer {
  margin-top: 20px;
  padding-top: 0;
  margin-bottom: -5px;
}
.news .footer span.news-list-author,
.news .social {
  display: none;
}
.news .footer span {
  border-right: 0;
  font-size: 18px;
  line-height: 27px;
  color: #aaaaaa;
  font-weight: 300;
}
input[type="submit"]:hover,
button:hover {
  background: #ac1328;
}
button.hamburger:hover {
  background: none;
}
.text-white a {
  color: #d6d6d6;
}
.text-white a:hover {
  color: #fff;
}
.timeline li .timeline-badge {
  background: #c3152d;
}
.timeline-title {
  color: #c3152d;
}
#main-nav > ul > li > ul.lang-submenu {
  min-width: 0px;
  margin-left: 22px;
}
#main-nav > ul > li > ul.lang-submenu > li > a {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 20px 15px;
}
#main-nav > ul > li > a > span.flag {
  background-repeat: no-repeat;
  width: 26px;
  height: 16px;
  display: inline-block;
  vertical-align: -1px;
  margin-left: 6px;
}
#main-nav > ul > li > ul.lang-submenu > li.flag-de > a,
#main-nav > ul > li > a > span.flag-de {
  background-image: url("/typo3conf/ext/attentio_customer/Resources/Public/img/flag-de.png");
}
#main-nav > ul > li > ul.lang-submenu > li.flag-en > a,
#main-nav > ul > li > a > span.flag-en {
  background-image: url("/typo3conf/ext/attentio_customer/Resources/Public/img/flag-en.png");
}
.g-recaptcha iframe,
.g-recaptcha > div {
  max-width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  width: auto !important;
}
.mt25 {
  margin-top: 25px;
}
.grey-border {
  border: 1px solid #cccccc;
}
.google_conversion_mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .google_conversion_mobile {
    display: block;
  }
  .google_conversion_desktop {
    display: none;
  }
}
.mb50 {
  margin-bottom: 50px;
}
table.contenttable {
  max-width: 100%;
}
.ihk-logo-footer {
  height: 76px;
  margin-top: -1px;
  margin-left: 40px;
  position: absolute;
}
.cc_container {
  background: #c3152d !important;
  color: #fff;
}
.cc_message {
  margin: 0px !important;
}
.cc_container a:hover,
.cc_container a:active,
.cc_container a {
  color: #fff !important;
  text-decoration: underline !important;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited,
.cc_container .cc_btn:hover {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: bold;
}
.opacity04 {
  opacity: 0.4;
}
.news .news-list-view .article .teaser-text p {
  min-height: 82px;
}
.news .news-list-view .article h3 {
  min-height: 96px;
}
@media all and (max-width: 1775px) {
  #header-inner {
    padding-left: 30px;
  }
}
@media all and (max-width: 1570px) {
  #main-nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-nav .meta-nav-main {
    margin-right: 30px;
  }
}
@media all and (max-width: 1440px) {
  #logo-wrap {
    max-width: 200px;
    margin-top: 35px;
  }
}
@media all and (max-width: 1390px) {
  .online-shop-link a {
    min-width: 140px;
  }
}
.meta-nav-mobile {
  display: none;
}
@media all and (max-width: 1420px) {
  .online-shop-link.mobile {
    display: block;
  }
  .online-shop-link.desktop {
    display: none;
  }
  #main-nav {
    top: 133px;
    background: #f5f5f5;
  }
  #main-nav ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  #header:after {
    border-top: 3px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    -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;
  }
  .show-mobile #header:after {
    border-top: 3px solid #c3152d;
  }
  #main-nav > ul > li > a {
    padding: 20px 30px;
  }
  #main-nav > ul > li > ul {
    margin-top: 0px;
  }
  #main-nav > ul > li > ul > li:first-child::before {
    width: calc(100% + 1px);
  }
  #main-nav > ul {
    margin-top: 30px;
    float: none;
    height: auto;
    min-height: 100%;
  }
  #main-nav > ul > li:last-child {
    margin-bottom: 30px;
  }
  #main-nav > ul > li > ul > li > a {
    padding-left: 30px;
  }
  #main-nav > ul > li > ul.lang-submenu {
    margin-left: 0;
  }
  #main-nav .meta-nav-main {
    display: none;
  }
  .meta-nav-mobile {
    display: block;
    float: right;
  }
}
@media all and (max-width: 1300px) {
  .image-slider h3,
  .bildleiste-bottom-headline {
    font-size: 30px;
    line-height: 42px;
  }
}
@media all and (max-width: 1000px) {
  .image-slider h3,
  .bildleiste-bottom-headline {
    font-size: 25px;
    line-height: 36px;
  }
}
@media all and (max-width: 800px) {
  #logo-wrap {
    width: auto;
  }
}
@media all and (max-width: 780px) {
  #main-nav .meta-nav-main {
    display: block;
    margin-right: 0;
    margin-left: 60px;
    margin-top: 35px;
    float: left;
  }
  .meta-nav-mobile {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .image-slider h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .bildleiste-bottom-headline {
    font-size: 23px;
    line-height: 32px;
  }
}
@media all and (max-width: 1420px) {
  .online-shop-link a {
    font-size: 14px;
    padding-top: 60px;
    background-size: 20px 28px;
  }
  #main-nav {
    top: 105px;
  }
  #header {
    height: 105px;
  }
  #main-content {
    margin-top: 105px;
  }
  #logo-wrap {
    margin-top: 22px;
  }
  #main-nav-mobile-btn {
    margin-top: 26px;
  }
  .head-phone,
  .head-contact {
    margin-top: 0;
  }
}
@media all and (max-width: 540px) {
  #main-nav-mobile-btn {
    margin-right: 20px;
  }
}
@media all and (max-width: 510px) {
  .online-shop-link.mobile {
    display: none;
  }
  #main-nav .online-shop-link {
    display: block;
    clear: both;
    float: none;
    height: 145px;
  }
  #main-nav .online-shop-link a {
    height: 145px;
    font-size: 18px;
    background-size: auto auto;
    padding-top: 90px;
  }
  #main-nav > ul > li:last-child {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 340px) {
  #main-nav > ul {
    padding-left: 8px;
    padding-right: 8px;
  }
  #main-nav .meta-nav-main {
    margin-left: 40px;
  }
}
@media all and (max-width: 1500px) {
  .slideshow .item .text.slideshow-left {
    padding-top: 0;
  }
}
@media all and (max-width: 1400px) {
  .slideshow .item .container.slideshow-left {
    left: 50px;
    right: 50px;
    max-width: 1170px;
    width: auto;
  }
  .slideshow .item .text.slideshow-left {
    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%);
    bottom: auto;
  }
}
@media all and (max-width: 980px) {
  .slideshow .item picture {
    height: 340px;
    min-height: 340px;
  }
}
@media all and (max-width: 760px) {
  .slideshow .item .container.slideshow-left h2,
  .slideshow .item .container.slideshow-left h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .text-white .slideshow .item .container.slideshow-left h2,
  .text-white .slideshow .item .container.slideshow-left h1,
  .text-white .slideshow .item .container.slideshow-left h3 {
    color: #3c3d3e;
  }
  .slideshow .item picture {
    height: 240px;
    min-height: 240px;
  }
  .slideshow .item .container.slideshow-left {
    padding: 30px !important;
    padding-bottom: 60px !important;
  }
  .slideshow.headerimage .item .container.slideshow-left {
    padding-bottom: 20px !important;
  }
  .slideshow.headerimage {
    background: #f5f5f5 !important;
    border-bottom: 4px solid #c3152d;
  }
  .slideshow .item .text.slideshow-left {
    top: 0px;
    -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: auto;
  }
  .owl-stage {
    background: #f5f5f5 !important;
    border-bottom: 4px solid #c3152d;
  }
}
@media all and (max-width: 1300px) {
  .footer-wrap > ul {
    width: 50%;
  }
  .footer-wrap > ul:nth-child(3) {
    clear: both;
    float: none;
    padding-top: 50px;
  }
}
@media all and (max-width: 830px) {
  .footer-wrap > ul {
    width: 100%;
    clear: both;
    float: none;
    padding-top: 30px;
  }
}
@media all and (max-width: 800px) {
  .copyright-text-relaunch {
    margin-top: 0;
  }
}
@media all and (max-width: 750px) {
  .copyright-text-left,
  .copyright-text-right,
  .copyright-text-relaunch {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .copyright-text-relaunch {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .copyright-text-relaunch:before {
    content: none;
  }
  .copyright-text-right ul li {
    display: inline-block;
    float: none;
    margin: 0px 12px;
  }
}
@media all and (max-width: 960px) {
  .mr100 {
    margin-right: 50px;
  }
}
@media all and (max-width: 768px) {
  .mr100 {
    margin-right: 20px;
  }
}
@media all and (max-width: 690px) {
  #c247 .mr100,
  #c247 + div {
    margin-right: 0;
  }
  #c247 img,
  #c247 picture {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 550px) {
  .table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media all and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media all and (max-width: 575px) {
  #logo-wrap {
    width: 180px;
    margin-top: 25px;
  }
  #main-nav-mobile-btn {
    margin-right: 20px;
  }
}
@media all and (max-width: 535px) {
  #logo-wrap {
    width: 150px;
    margin-top: 28px;
  }
}
@media all and (max-width: 1270px) {
  .ihk-logo-footer {
    position: relative;
  }
}
@media all and (max-width: 760px) {
  .slideshow .item picture img {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.beckbooster-banner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  border: 12px solid #90b5d9;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 50px 75px 75px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.beckbooster-banner .rte-btn-primary {
  margin-top: 25px;
  background: #2a74b7;
}
.beckbooster-banner img {
  margin-top: 15px;
}
@media all and (max-width: 950px) {
  .beckbooster-banner {
    padding: 30px 55px 55px;
    max-width: none;
  }
  .beckbooster-banner img {
    margin-top: 24px;
  }
}
@media all and (max-width: 840px) {
  .beckbooster-banner .col-wrap-66-33 > div:nth-child(1) {
    width: 55%;
  }
  .beckbooster-banner .col-wrap-66-33 > div:nth-child(2) {
    width: 45%;
  }
}
@media all and (max-width: 680px) {
  .beckbooster-banner .col-wrap-66-33 > div:nth-child(1) {
    width: 100%;
  }
  .beckbooster-banner .col-wrap-66-33 > div:nth-child(2) {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .beckbooster-banner {
    padding: 15px 25px 25px;
  }
}
#main-nav > ul > li.flags {
  color: #58575e;
}
#main-nav > ul > li.flags a {
  display: inline-block;
}
#main-nav > ul > li.flags a:first-child {
  padding-right: 8px;
}
#main-nav > ul > li.flags a:last-child {
  padding-left: 8px;
}
.head-phone,
.head-contact,
.head-berater {
  float: left;
  margin-top: 0px;
  font-weight: 600;
  margin-right: 50px;
  /*
	@media all and (max-width:740px) {
	    margin-top:38px;
	}*/
}
.head-phone .fa,
.head-contact .fa,
.head-berater .fa {
  vertical-align: -1px;
  margin-right: 5px;
}
@media all and (max-width: 950px) {
  .head-phone.head-contact,
  .head-contact.head-contact,
  .head-berater.head-contact {
    margin-right: 0px;
  }
}
.head-phone.head-contact .fa,
.head-contact.head-contact .fa,
.head-berater.head-contact .fa {
  vertical-align: 1px;
}
.head-phone.head-berater,
.head-contact.head-berater,
.head-berater.head-berater {
  margin-right: 0px;
}
@media all and (max-width: 950px) {
  .head-phone.head-berater,
  .head-contact.head-berater,
  .head-berater.head-berater {
    display: none;
  }
}
.head-phone.head-berater .fa,
.head-contact.head-berater .fa,
.head-berater.head-berater .fa {
  vertical-align: 0px;
}
.head-phone a,
.head-contact a,
.head-berater a {
  color: #c3152d;
  /*
		padding:6px 16px;
		border:1px solid #c3152d;
		.rounded-corners(4px);
		&:hover {
			background:#c3152d;
			color:#fff;
		}
		*/
}
.head-phone.mobile,
.head-contact.mobile,
.head-berater.mobile {
  display: none;
}
@media all and (max-width: 1420px) {
  .head-phone.mobile,
  .head-contact.mobile,
  .head-berater.mobile {
    display: block;
  }
}
@media all and (max-width: 360px) {
  .head-phone.mobile,
  .head-contact.mobile,
  .head-berater.mobile {
    display: none;
  }
}
@media all and (max-width: 950px) {
  .head-phone.mobile.head-berater,
  .head-contact.mobile.head-berater,
  .head-berater.mobile.head-berater {
    display: none;
  }
}
@media all and (max-width: 1420px) {
  .head-phone.desktop,
  .head-contact.desktop,
  .head-berater.desktop {
    display: none;
  }
}
@media all and (max-width: 360px) {
  .head-phone.desktop,
  .head-contact.desktop,
  .head-berater.desktop {
    display: none;
  }
}
@media all and (max-width: 1420px) {
  .head-phone,
  .head-contact,
  .head-berater {
    margin-right: 20px;
  }
}
@media all and (max-width: 720px) {
  .head-phone,
  .head-contact,
  .head-berater {
    /*.fa {
			margin-right:0px;
			vertical-align: 0px;
		}
		a {
			font-size:22px;
			padding:5px 10px;
		}
	    span {
			display:none;
		}*/
  }
}
.no-p-margin p {
  margin: 0;
}
.pt8 {
  padding-top: 8px !important;
}
.stensolution-logo {
  display: inline-block;
  width: 370px;
  margin-left: -5px;
  height: 100px;
  background: url(/fileadmin/user_upload/Stensolution-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.text-professional,
.text-praezise,
.text-persoenlich {
  opacity: 0;
  position: absolute;
}
.text-professional.show,
.text-praezise.show,
.text-persoenlich.show {
  opacity: 1;
}
.text-praezise,
.text-persoenlich {
  padding-right: 40px !important;
}
.text-praezise h2,
.text-persoenlich h2 {
  margin-top: 0;
}
.text-professional {
  position: relative;
}
#threetexts-wrap {
  width: 500px;
  margin: 25px auto;
}
@media all and (max-width: 520px) {
  #threetexts-wrap {
    margin-bottom: 0;
  }
}
#threetexts-wrap svg {
  width: 450px;
  height: 450px;
  margin-left: 25px;
  margin-top: 25px;
  overflow: visible;
}
@media all and (max-width: 520px) {
  #threetexts-wrap svg {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    display: block;
  }
}
#threetexts-wrap path.circle-red,
#threetexts-wrap path.circle-dark,
#threetexts-wrap path.circle-grey {
  opacity: 1;
  -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;
}
#threetexts-wrap path.circle-red.circle-red.over,
#threetexts-wrap path.circle-dark.circle-red.over,
#threetexts-wrap path.circle-grey.circle-red.over {
  -webkit-transform: translate(-18.19px, -12.25px);
  -moz-transform: translate(-18.19px, -12.25px);
  -o-transform: translate(-18.19px, -12.25px);
  -ms-transform: translate(-18.19px, -12.25px);
  transform: translate(-18.19px, -12.25px);
}
#threetexts-wrap path.circle-red.circle-dark.over,
#threetexts-wrap path.circle-dark.circle-dark.over,
#threetexts-wrap path.circle-grey.circle-dark.over {
  -webkit-transform: translate(-12.19px, -12.25px);
  -moz-transform: translate(-12.19px, -12.25px);
  -o-transform: translate(-12.19px, -12.25px);
  -ms-transform: translate(-12.19px, -12.25px);
  transform: translate(-12.19px, -12.25px);
}
#threetexts-wrap path.circle-red.circle-grey.over,
#threetexts-wrap path.circle-dark.circle-grey.over,
#threetexts-wrap path.circle-grey.circle-grey.over {
  -webkit-transform: translate(-15.19px, -5.25px);
  -moz-transform: translate(-15.19px, -5.25px);
  -o-transform: translate(-15.19px, -5.25px);
  -ms-transform: translate(-15.19px, -5.25px);
  transform: translate(-15.19px, -5.25px);
}
#threetexts-wrap.de path.cls-4 {
  pointer-events: none;
}
#threetexts-wrap.en path.cls-3 {
  pointer-events: none;
}
.owl-item {
  overflow: hidden;
}
@media all and (max-width: 760px) {
  .hide-mobile {
    display: none;
  }
}
.show-mobile {
  display: none;
}
body.show-mobile {
  display: block;
}
@media all and (max-width: 760px) {
  .show-mobile {
    display: block;
  }
}
.parsley-errors-list li {
  border-color: #c3152d;
  color: #c3152d;
}
input.parsley-error,
textarea.parsley-error {
  border-color: #c3152d;
}
.contact-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 212;
  background: rgba(0, 0, 0, 0.75);
}
.contact-popup .close-contact-popup {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.contact-popup > div.inner-content-wrap-ce-wrapper-content {
  width: 1000px;
  min-height: 710px;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
  -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: #fff;
  padding: 40px;
  box-sizing: border-box;
  overflow: visible;
}
.contact-popup > div.inner-content-wrap-ce-wrapper-content .col-wrap-50-50 {
  margin-top: 50px;
}
.contact-popup > div.inner-content-wrap-ce-wrapper-content .col-wrap-50-50 .inner-content-wrap-ce-textmodul > div > :first-child {
  margin-top: 0;
}
.contact-popup .powermail_fieldwrap_datenschutz {
  font-size: 14px;
  line-height: 19px;
}
.bg-red-transparent.pd40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.bg-red-transparent.pdlr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.popup-modal-wrap {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 205;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  -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;
}
.popup-modal-wrap.show {
  opacity: 1;
  pointer-events: auto;
}
.popup-modal-wrap .popup-modal-inner {
  width: 850px;
  max-width: 90%;
  height: auto;
  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%);
}
.popup-modal-wrap .popup-modal-inner .popup-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.popup-modal-wrap .popup-modal-inner .popup-modal-content {
  padding: 40px;
  background: #fff;
  background-image: url(/typo3conf/ext/attentio_customer/Resources/Public/img/becktronic-background-corona.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #58575e;
  font-size: 18px;
  line-height: 26px;
  max-height: 80vh;
  overflow: auto;
  text-align: right;
}
@media all and (max-width: 600px) {
  .popup-modal-wrap .popup-modal-inner .popup-modal-content {
    text-align: center;
  }
}
.popup-modal-wrap .popup-modal-inner .popup-modal-content h2 {
  color: #c3152d;
  margin-bottom: 8px;
  text-align: center;
  margin-top: 50px;
}
.popup-modal-wrap .popup-modal-inner .popup-modal-content h3 {
  margin-top: 8px;
  text-align: center;
}
.popup-modal-wrap .popup-modal-inner .popup-modal-content p {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}
.popup-modal-wrap .popup-modal-inner .popup-modal-content img {
  max-width: 200px;
}
@media all and (max-width: 600px) {
  .popup-modal-wrap .popup-modal-inner .popup-modal-content {
    padding: 20px;
  }
}
.powermail_fieldwrap_type_check label {
  display: block;
}
.powermail_fieldwrap_type_check > label {
  font-weight: bold;
}
.powermail_fieldwrap_type_check > div > div {
  margin-top: 5px;
}
.powermail_fieldwrap_type_check > div label {
  margin-left: 25px;
  user-select: none;
  cursor: pointer;
}
.powermail_fieldwrap_type_check > div input {
  position: absolute;
  margin-left: -25px;
  margin-top: 7px;
}
table.contenttable {
  margin-top: 15px;
  margin-bottom: 15px;
}
table.contenttable thead td {
  background: #f0f0f0;
}
table.contenttable td {
  padding: 8px 10px;
  border-collapse: collapse;
  border: 1px solid #f0f0f0;
}
table.contenttable td p {
  margin: 0;
}
video {
  display: block;
  width: 100%;
  height: auto;
}
.job-list-wrapper a {
  display: block;
  border-top: 3px solid #c3152d;
  border-bottom: 3px solid #c3152d;
  padding: 10px 0;
  font-weight: bold;
  color: #3c3d3e;
}
.job-list-wrapper a span {
  float: right;
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
  color: #c3152d;
}
.job-list-wrapper a + a {
  border-top: 0;
}
@media all and (max-width: 1640px) {
  #main-nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.f3-widget-paginator {
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.f3-widget-paginator li {
  display: inline-block;
  background: #f6f6f6;
  padding: 4px 10px;
}
.f3-widget-paginator li.current {
  color: #fff;
  background: #c3152d;
}
.accordion-element .accordion-head h3 {
  padding-right: 50px;
}
