@charset "UTF-8";
/* BREAKPOINTS */
/* COLORS */
@font-face {
  font-family: "Icons";
  src: url("/typo3conf/ext/cbt/Resources/Public/Fonts/icons/icons.eot");
  src: url("/typo3conf/ext/cbt/Resources/Public/Fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/cbt/Resources/Public/Fonts/icons/icons.woff") format("woff"), url("/typo3conf/ext/cbt/Resources/Public/Fonts/icons/icons.ttf") format("truetype"), url("/typo3conf/ext/cbt/Resources/Public/Fonts/icons/icons.svg#icons") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
/* MIXINS */
html, body {
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1, h2, p.title {
  position: relative;
  color: #e6223b;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media (min-width: 568px) {
  h1, h2, p.title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  h1, h2, p.title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  h1, h2, p.title {
    font-size: 40px;
    line-height: 44px;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1420px) {
  h1, h2, p.title {
    font-size: 48px;
    line-height: 50px;
  }
}
h1:after, h2:after, p.title:after {
  content: "";
  position: absolute;
  display: block;
  width: 220px;
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.08);
  left: 50%;
  margin-left: -110px;
  bottom: 5px;
}
@media (min-width: 568px) {
  h1:after, h2:after, p.title:after {
    width: 310px;
    margin-left: -155px;
  }
}
@media (min-width: 992px) {
  h1:after, h2:after, p.title:after {
    width: 430px;
    margin-left: -215px;
  }
}
h1 + h3, h2 + h3, p.title + h3 {
  font-weight: 400;
  color: black;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px;
}
@media (min-width: 568px) {
  h1 + h3, h2 + h3, p.title + h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  h1 + h3, h2 + h3, p.title + h3 {
    margin: 0 -40px 26px;
  }
}
@media (min-width: 1420px) {
  h1 + h3, h2 + h3, p.title + h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3, p.subtitle {
  color: #e6223b;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 568px) {
  h3, p.subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  h3, p.subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1420px) {
  h3, p.subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}

h4 {
  color: #e6223b;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  h4 {
    margin-bottom: 18px;
  }
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 20px 0 25px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

p {
  position: relative;
  display: block;
  color: black;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  p {
    margin: 0 0 18px;
  }
}

section.text ul, section.teasers ul, .question .answer ul {
  position: relative;
  display: block;
  margin: 13px 0;
}
@media (min-width: 992px) {
  section.text ul, section.teasers ul, .question .answer ul {
    padding: 0 5%;
  }
}
section.text ul li, section.teasers ul li, .question .answer ul li {
  position: relative;
  display: block;
  margin: 6px 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
section.text ul li:before, section.teasers ul li:before, .question .answer ul li:before {
  position: relative;
  content: "c";
  font-family: "Icons", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e6223b;
  margin-right: 5px;
  top: 1px;
}
section.text .large ul li, section.teasers .large ul li, .question .answer .large ul li {
  font-size: 16px;
  line-height: 24px;
}

.question .answer ul {
  padding: 0;
}

a {
  color: #e6223b;
  text-decoration: underline;
}
a:hover, a.active, a:focus {
  color: #98c325;
  outline: 0;
  border: 0;
}

strong {
  font-weight: 700;
}

@media screen {
  img {
    height: auto;
  }
  .btn, .tx-indexedsearch-search-submit input {
    background-color: white;
    color: #e6223b;
    border: 1px solid #e6223b !important;
    min-width: 150px;
    border-radius: 0%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 10px auto;
    font-style: 16px;
    line-height: 24px;
    padding: 5px 15px;
    text-decoration: none;
  }
  .btn:hover, .tx-indexedsearch-search-submit input:hover {
    text-decoration: none;
    background-color: #e6223b;
    color: white;
  }
  .white {
    border: 1px solid #DCCBB9;
    box-shadow: 3px 5px 15px #d3d3d3;
    color: #3C3C3C;
    background-color: white;
    min-height: 51px;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    padding-left: 30px;
    position: relative;
  }
  .white i {
    font-size: 28px;
    left: 0;
    position: absolute;
    line-height: 50px;
    padding: 0 15px;
  }
  .test {
    position: absolute;
    left: 93%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  a.top {
    background-color: #4E4E4E;
    color: white;
    text-transform: uppercase;
    min-height: 88px;
    min-width: 88px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }
  a.top:before, a.top:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18.5px 14px 18.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: 22%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  a.top:after {
    top: 40%;
  }
  a.top .link-text {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
  }
  header {
    position: relative;
    display: block;
    background-color: #e6223b;
    min-height: 55px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
    z-index: 99;
  }
  /*.pagemenu + .breadcrumb {
      &:before {
          content: "";
          position: relative;
          display: block;
          height: 48px;

          @media (min-width: 768px) {
              height: 75px;
          }
          @media (min-width: 992px) {
              height: 83px;
          }
          @media (min-width: 1200px) {
              height: 93px;
          }
          @media (min-width: 1420px) {
              height: 103px;
          }
      }
  }*/
}
@media screen and (max-width: 567px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 568px) {
  header + section.breadcrumb {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  header + section.breadcrumb {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  header + section.breadcrumb {
    padding-top: 75px;
  }
}
@media screen and (min-width: 992px) {
  header {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.25);
  }
}
@media screen {
  header img {
    position: absolute;
    z-index: 99;
    max-width: 30%;
    width: 100px;
  }
}
@media screen and (min-width: 568px) {
  header img {
    width: 130px;
  }
}
@media screen and (min-width: 992px) {
  header img {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  header img {
    width: 180px;
  }
}
@media screen and (min-width: 1420px) {
  header img {
    width: auto;
  }
}
@media screen {
  header > .toggle-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header > .toggle-menu {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: white;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 18px 14px 45px;
    margin-top: 1px;
    text-decoration: none;
  }
  header > .toggle-menu:hover {
    text-decoration: none;
  }
  header > .toggle-menu:before {
    content: "N";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 27px;
    line-height: 31px;
    position: absolute;
    top: 11px;
    left: 7px;
    font-weight: 400;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    position: fixed;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230, 34, 59, 0.95);
    z-index: 100;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  header nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  header nav:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  header nav .outer {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 50px;
  }
  header nav .outer > ul > li .flyout {
    display: none;
    padding: 5px 0 10px;
  }
  header nav .outer > ul > li .flyout div {
    widows: 100%;
    float: none;
  }
  header nav .outer > ul > li .flyout .video-teaser {
    display: none;
  }
  header nav .outer > ul > li .flyout p {
    display: none;
  }
  header nav .outer > ul > li .flyout p.subtitle {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  header nav .outer > ul > li .flyout p.subtitle a {
    color: white;
    display: block;
    text-decoration: none;
    padding: 2px;
  }
  header nav .outer > ul > li .flyout .col-md-9 p.subtitle {
    display: none;
  }
  header nav .outer > ul > li .flyout ul {
    display: none;
  }
  header nav .outer > ul > li.open .flyout {
    display: block;
  }
  header nav .outer > ul > li > span > a, header nav .outer > ul > li > a {
    position: relative;
    display: block;
    color: white;
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
    text-decoration: none;
  }
  header nav .toggle-menu {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    text-decoration: none;
  }
  header nav .toggle-menu:hover {
    text-decoration: none;
  }
  header nav .toggle-menu:before {
    content: "x";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  header nav {
    height: 55px;
    background-color: #e6223b;
    position: relative;
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 568px) {
  header nav {
    padding-left: 160px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  header nav {
    padding: 20px 70px 20px 170px;
    display: block;
    height: 74px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1420px) {
  header nav {
    height: 88px;
    padding: 25px 250px;
  }
}
@media screen and (min-width: 992px) {
  header nav ul.main {
    display: flex;
    width: auto;
    justify-content: space-between;
    max-width: 930px;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 60px);
    margin-left: 0;
    padding-left: 0;
  }
  header nav ul.main > li {
    vertical-align: middle;
    display: inline-block;
  }
  header nav ul.main > li .flyout {
    position: absolute;
    display: block;
    top: 88px;
    left: 0;
    right: 0;
    background-color: #f8f4f0;
    padding: 30px 0 30px;
    text-align: left;
    border-top: 7px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
  }
  header nav ul.main > li .flyout .container {
    max-width: 1130px;
  }
  header nav ul.main > li .flyout .col-md-3 + .col-md-3 + .col-md-3 + .col-md-3 + .col-md-3 {
    clear: left;
  }
  header nav ul.main > li .flyout .col-md-3 + .col-md-3 + .col-md-3 + .col-md-3 + .col-md-3 + .col-md-3 {
    clear: none;
  }
  header nav ul.main > li .flyout .col-md-3 + .col-md-3 + .col-md-3 + .col-md-3 + .col-md-3 + .col-md-3:nth-child(10) {
    clear: left;
  }
  header nav ul.main > li .flyout .video-teaser {
    position: relative;
    display: block;
    margin: 5px 0;
  }
  header nav ul.main > li .flyout .video-teaser img {
    position: relative;
    width: 100%;
    max-width: none;
  }
  header nav ul.main > li .flyout .video-teaser .play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
  }
  header nav ul.main > li .flyout h2, header nav ul.main > li .flyout .title {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 25px;
    text-align: center;
  }
  header nav ul.main > li .flyout h2:after, header nav ul.main > li .flyout .title:after {
    display: none;
  }
  header nav ul.main > li .flyout h3, header nav ul.main > li .flyout .subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  header nav ul.main > li .flyout h3 a, header nav ul.main > li .flyout .subtitle a {
    text-decoration: none;
  }
  header nav ul.main > li .flyout p {
    margin-bottom: 8px;
  }
  header nav ul.main > li .flyout a {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header nav ul.main > li .flyout .btn {
    margin-bottom: 30px;
  }
  header nav ul.main > li .flyout ul {
    display: block;
    margin-top: -4px;
    margin-bottom: 13px;
  }
  header nav ul.main > li .flyout ul li a {
    position: relative;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 14px;
    margin: 0 -5px;
    text-decoration: none;
  }
  header nav ul.main > li .flyout ul li a:after {
    content: "";
    position: absolute;
    display: block;
    left: 4px;
    right: 4px;
    bottom: 5px;
    height: 1px;
    background-color: #e6223b;
  }
  header nav ul.main > li .flyout ul li a:hover:after {
    background-color: #98c325;
  }
  header nav ul.main > li .flyout ul li a:before {
    content: "r";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 4px;
    position: absolute;
    left: 0 !important;
    top: 5px;
  }
  header nav ul.main > li:hover > .flyout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
  }
  header nav ul.main > li:hover a:not(.play):before {
    opacity: 1;
    left: 6px;
    right: 8px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  header nav ul.main > li:hover:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
  }
}
@media screen and (min-width: 992px) {
  header nav ul.main > li > a, header nav ul.main > li > span > a {
    position: relative;
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px;
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 568px) {
  header nav ul.main > li > a, header nav ul.main > li > span > a {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  header nav ul.main > li > a, header nav ul.main > li > span > a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1420px) {
  header nav ul.main > li > a, header nav ul.main > li > span > a {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (min-width: 992px) {
  header nav ul.main > li > a:before, header nav ul.main > li > span > a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 40%;
    right: 40%;
    bottom: 0;
    opacity: 0;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header nav ul.main > li > a:after, header nav ul.main > li > span > a:after {
    content: "d";
    position: relative;
    text-transform: none;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    margin-left: 5px;
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  header nav ul.main > li > a:hover, header nav ul.main > li > span > a:hover {
    color: white;
    text-decoration: none;
  }
  header nav ul.main > li.open > a {
    color: white;
    text-decoration: none;
  }
  header nav ul.main > li.open > a:before {
    opacity: 1;
    left: 6px;
    right: 8px;
  }
  header nav ul.main ul {
    padding-left: 0;
  }
  header nav ul.main ul li {
    list-style: none;
  }
}
@media screen {
  header .toggle-search {
    position: absolute;
    display: none;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1419px) {
  header .toggle-search {
    display: block;
  }
}
@media screen {
  header .toggle-search:before {
    content: "S";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 24px;
    line-height: 30px;
  }
  header .toggle-search.open:before {
    content: "x";
  }
  header .toggle-search.open + form {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
  }
}
@media screen and (max-width: 991px) {
  header form {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: left;
    border-top: 1px dashed white;
    bottom: 0;
    background-color: #e6223b;
  }
}
@media screen and (min-width: 992px) and (max-width: 1419px) {
  header form {
    position: absolute;
    top: 100%;
    width: 300px;
    max-width: none;
    right: 0;
    padding: 15px 20px;
    background-color: #bf162b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
  }
}
@media screen and (min-width: 1420px) {
  header form {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 200px;
  }
}
@media screen {
  .container {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: none;
  }
}
@media screen and (min-width: 1420px) {
  .container {
    width: 1400px;
  }
}
@media screen {
  .container .vertical-center {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .container .vertical-center > div {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  section.breadcrumb {
    position: relative;
    display: block;
    padding-top: 20px;
    background-color: white;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 992px) {
  section.breadcrumb {
    margin-bottom: -20px;
  }
}
@media screen {
  section.breadcrumb.beige {
    background-color: #f8f4f0;
  }
  section.breadcrumb ul {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin-left: -10px;
  }
}
@media screen and (min-width: 992px) {
  section.breadcrumb ul {
    margin-left: -15px;
  }
}
@media screen {
  section.breadcrumb ul li {
    display: inline-block;
  }
  section.breadcrumb ul li + li:before {
    display: inline-block;
    content: "/";
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 568px) {
  section.breadcrumb ul li + li:before {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (min-width: 992px) {
  section.breadcrumb ul li + li:before {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen {
  section.breadcrumb ul li a {
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    color: black;
    vertical-align: middle;
    text-decoration: none;
  }
}
@media screen and (min-width: 568px) {
  section.breadcrumb ul li a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (min-width: 992px) {
  section.breadcrumb ul li a {
    font-size: 16px;
    line-height: 22px;
    margin: 0 5px;
  }
}
@media screen {
  section.breadcrumb ul li a:before {
    content: "";
    position: absolute;
    display: block;
    left: 40%;
    right: 40%;
    bottom: 4px;
    height: 1px;
    background-color: #e6223b;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.breadcrumb ul li a:hover {
    color: #e6223b;
  }
  section.breadcrumb ul li a:hover:before {
    right: 8px;
    left: 8px;
    opacity: 1;
  }
  section.breadcrumb ul li:last-of-type a {
    color: #e6223b;
  }
  section.breadcrumb ul li:last-of-type a:before {
    right: 8px;
    left: 8px;
    opacity: 1;
  }
  section.pagemenu {
    position: relative;
    display: block;
    background-color: #f8f4f0;
    z-index: 80;
    width: 100%;
    transition: padding 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  section.pagemenu {
    padding: 18px 0;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  section.pagemenu {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  section.pagemenu {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1420px) {
  section.pagemenu {
    padding: 30px 0;
  }
}
@media screen {
  section.pagemenu ul {
    position: relative;
    display: block;
    margin: 0 -8px;
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  section.pagemenu ul {
    padding-top: 40px;
    padding-bottom: 8px;
    max-height: 48px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.pagemenu ul:after {
    content: "d";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 2px;
    top: 14px;
    font-size: 20px;
    line-height: 20px;
  }
  section.pagemenu ul.open {
    max-height: 300px;
  }
  section.pagemenu ul a.active {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
  }
}
@media screen {
  section.pagemenu ul li {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  section.pagemenu ul li {
    position: relative;
    display: inline-block;
  }
}
@media screen {
  section.pagemenu a {
    position: relative;
    display: block;
    color: black;
    font-size: 16px;
    line-height: 20px;
    padding: 4px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  section.pagemenu a {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px 9px;
  }
  section.pagemenu a.active {
    border: 2px solid #e6223b;
  }
}
@media screen and (min-width: 992px) {
  section.pagemenu a {
    font-size: 17px;
    padding: 10px 14px 11px;
  }
  section.pagemenu a:not(.active):hover {
    color: #e6223b;
  }
}
@media screen and (min-width: 1200px) {
  section.pagemenu a {
    font-size: 18px;
  }
}
@media screen {
  .pagemenu.sticky {
    position: fixed;
    top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .pagemenu.sticky {
    top: 0;
    padding: 8px 0;
  }
}
@media screen and (min-width: 992px) {
  .pagemenu.sticky {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1200px) {
  .pagemenu.sticky {
    padding: 15px 0;
  }
}
@media screen {
  section.downloads {
    padding: 20px 0;
  }
}
@media screen and (min-width: 568px) {
  section.downloads {
    padding: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  section.downloads {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  section.downloads {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1420px) {
  section.downloads {
    padding: 60px 0;
  }
}
@media screen {
  section.downloads ul.files {
    margin: 20px 0;
  }
  section.downloads ul.files li {
    position: relative;
    display: block;
    padding: 12px 15px;
    background-color: #f8f4f0;
    margin-bottom: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  section.downloads ul.files li {
    padding: 12px 40px;
  }
}
@media screen {
  section.downloads ul.files li:after {
    content: "";
    position: relative;
    display: block;
    clear: both;
  }
  section.downloads ul.files li .title {
    font-size: 16px;
    line-height: 26px;
    color: #e6223b;
  }
}
@media screen and (min-width: 992px) {
  section.downloads ul.files li .title {
    float: left;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen {
  section.downloads ul.files li .buttons {
    margin-top: 4px;
  }
}
@media screen and (min-width: 992px) {
  section.downloads ul.files li .buttons {
    float: right;
    margin-top: 0;
  }
}
@media screen {
  section.downloads ul.files li .buttons a {
    display: inline-block;
    margin: 5px;
    border: 1px solid #e6223b;
    color: red;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
    min-width: 60px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
  }
}
@media screen and (min-width: 568px) {
  section.downloads ul.files li .buttons a {
    font-size: 16px;
    line-height: 28px;
    min-width: 90px;
    margin: 4px 10px;
  }
}
@media screen and (min-width: 992px) {
  section.downloads ul.files li .buttons a {
    margin: 0 10px;
  }
}
@media screen {
  section.downloads ul.files li .buttons a:hover {
    background-color: #e6223b;
    color: white;
  }
  .radio-group {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .radio-group p {
    margin: 0 0 -2px;
  }
  .radio-group.powermail_field label {
    margin-top: 3px;
  }
  section.anchormenu {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1;
    text-align: center;
  }
  section.anchormenu.sticky {
    position: fixed;
    top: 55px;
  }
}
@media screen and (min-width: 568px) {
  section.anchormenu.sticky {
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  section.anchormenu {
    padding: 15px 0;
  }
}
@media screen {
  section.anchormenu:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 10px;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/shadow.png);
    background-position: center;
    background-size: 110% 100%;
    opacity: 0.3;
  }
  section.anchormenu ul {
    position: relative;
    display: block;
    margin: 0 -8px;
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (max-width: 991px) {
  section.anchormenu ul {
    padding-top: 55px;
    padding-bottom: 0;
    max-height: 55px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.anchormenu ul:after {
    content: "d";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 2px;
    top: 16px;
    font-size: 20px;
    line-height: 20px;
  }
  section.anchormenu ul:before {
    content: "Bereich wählen";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
  }
  section.anchormenu ul.open {
    max-height: 300px;
    padding-bottom: 40px;
  }
  section.anchormenu ul a.active {
    /*
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    */
  }
  section.anchormenu ul a {
    display: block;
    padding: 4px;
  }
}
@media screen {
  section.anchormenu ul li {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  section.anchormenu ul li {
    position: relative;
    display: inline-block;
  }
}
@media screen {
  section.anchormenu a {
    display: block;
    color: black;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  section.anchormenu a {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 7px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.anchormenu a:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 45%;
    right: 45%;
    background-color: #e6223b;
    height: 1px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.anchormenu a:hover:after, section.anchormenu a.active:after {
    left: 6px;
    right: 6px;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  section.anchormenu a {
    font-size: 15px;
    line-height: 20px;
    padding: 8px;
  }
}
@media screen and (min-width: 1420px) {
  section.anchormenu a {
    font-size: 17px;
    line-height: 21px;
    padding: 10px;
  }
}
@media screen {
  section.anchormenu a.active {
    color: #e6223b;
  }
  section.anchor-follower {
    padding-top: 80px;
  }
  section.anchor-follower .anchor {
    margin-top: 80px;
  }
  section.head-slider {
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    background-color: white !important;
  }
  section.head-slider.rsHor {
    opacity: 1;
  }
  section.head-slider .rsContainer {
    position: relative;
    z-index: 1;
  }
  section.head-slider:hover .rsArrow {
    opacity: 1;
  }
  section.head-slider .rsArrow {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    right: 40px;
    top: 50%;
    margin-top: -40px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e6223b;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 4px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
    opacity: 0;
  }
}
@media screen and (max-width: 567px) {
  section.head-slider .rsArrow {
    display: none !important;
  }
}
@media screen {
  section.head-slider .rsArrow:before {
    content: "r";
  }
  section.head-slider .rsArrow:hover {
    background-color: #e6223b;
    color: white;
  }
  section.head-slider .rsArrow.rsArrowLeft {
    left: 40px;
  }
  section.head-slider .rsArrow.rsArrowLeft:before {
    content: "l";
    margin-right: 5px;
  }
  section.head-slider .rsArrow.rsArrowRight:before {
    margin-left: 5px;
  }
  section.head-slider .rsBullets {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    z-index: 2;
    /*
    @media(max-width: $sm - 1) {
        position: relative;
        display: block;
        bottom: auto;
        padding: 5px;
        top: 5px;
        margin-bottom: 5px;

        > div {
            &:before {
                background-color: $red;
                box-shadow: none;
            }

            &:after {
                border-color: $red;
                box-shadow: none;
            }

            &.rsNavSelected {
                &:before {
                    background-color: transparent;
                }
            }
        }
    }
    */
  }
  section.head-slider .rsBullets > div {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
  }
  section.head-slider .rsBullets > div:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    margin: 6px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 0;
    left: 0;
  }
  section.head-slider .rsBullets > div:after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
    border: 2px solid white;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  }
  section.head-slider .rsBullets > div.rsNavSelected:before {
    background-color: #e6223b;
    box-shadow: 0 0 0 1px #e6223b;
  }
  section.head-slider .rsBullets > div.rsNavSelected:after {
    opacity: 1;
  }
}
@media screen and (max-width: 567px) {
  section.head-slider .rsBullets {
    padding: 6px;
  }
}
@media screen {
  section.head, section.head-slider {
    position: relative;
    display: block;
    background-color: #fbf9f7;
  }
  section.head .img-container, section.head-slider .img-container {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 568px) {
  section.head .img-container, section.head-slider .img-container {
    padding: 36.4% 0 0;
  }
}
@media screen and (min-width: 1200px) {
  section.head .img-container, section.head-slider .img-container {
    padding: 195px 0 20%;
  }
}
@media screen {
  section.head .img-container img, section.head-slider .img-container img {
    position: relative;
    display: block;
    max-width: 100%;
  }
}
@media screen and (min-width: 568px) {
  section.head .img-container img, section.head-slider .img-container img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media screen {
  section.head.maxi, section.head-slider.maxi {
    padding-bottom: 3%;
  }
}
@media screen and (min-width: 568px) {
  section.head.maxi, section.head-slider.maxi {
    padding-bottom: 1px;
  }
}
@media screen {
  section.head.maxi .img-container, section.head-slider.maxi .img-container {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 568px) {
  section.head.maxi .img-container, section.head-slider.maxi .img-container {
    padding: 200px 0 20%;
  }
}
@media screen and (min-width: 1200px) {
  section.head.maxi .img-container, section.head-slider.maxi .img-container {
    padding: 500px 0 15%;
  }
}
@media screen {
  section.head .floating-box, section.head-slider .floating-box {
    position: relative;
    display: block;
    margin: -15% auto 0;
    background-color: white;
    text-align: center;
    max-width: 660px;
    padding: 18px 12px 8px;
    border-radius: 6px;
    width: 90%;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 568px) {
  section.head .floating-box, section.head-slider .floating-box {
    padding: 24px 25px 15px;
    width: 80%;
    margin: -12% auto 10px;
  }
}
@media screen and (min-width: 992px) {
  section.head .floating-box, section.head-slider .floating-box {
    padding: 30px 25px 15px;
    width: 50%;
    margin: -10% auto 20px;
  }
}
@media screen and (min-width: 1200px) {
  section.head .floating-box, section.head-slider .floating-box {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  }
}
@media screen and (min-width: 992px) {
  section.head .floating-box .btn, section.head-slider .floating-box .btn {
    font-size: 16px;
  }
}
@media screen {
  section.head .floating-box p, section.head-slider .floating-box p {
    position: relative;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 992px) {
  section.head .floating-box p, section.head-slider .floating-box p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  section.head .floating-box p, section.head-slider .floating-box p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 568px) {
  section.text {
    padding: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  section.text {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  section.text {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1420px) {
  section.text {
    padding: 40px 0;
  }
}
@media screen {
  section.text.beige {
    background-color: #f8f4f0;
  }
  section.text.beige .container {
    padding: 0 15px;
  }
  section.text.beige img {
    width: 100%;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  }
  section.text img {
    margin: 10px 0;
  }
}
@media screen and (min-width: 568px) {
  section.text img {
    margin: 10px 0;
  }
}
@media screen {
  section.text .infobox {
    position: relative;
    display: block;
    background-color: white;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    margin-top: 35px;
    padding: 25px 20px 15px;
  }
}
@media screen and (min-width: 1420px) {
  section.text .infobox {
    margin-top: 45px;
  }
}
@media screen {
  section.text .container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1420px) {
  section.text .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen {
  section.text img {
    max-width: 100%;
  }
  section.text h3:first-child {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  section.text h3:first-child {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen {
  section.text + section.gallery, section.text + section.table {
    padding-top: 0;
  }
  section.teasers {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  section.teasers .row > div {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
  }
  section.teasers .matchheight {
    padding-bottom: 1px;
  }
  section.teasers {
    padding: 20px 0 10px;
    text-align: center;
  }
}
@media screen and (min-width: 568px) {
  section.teasers {
    padding: 30px 0 15px;
  }
}
@media screen and (min-width: 992px) {
  section.teasers {
    padding: 35px 10px 20px;
  }
  section.teasers.funfacts {
    padding: 20px 10px 10px;
  }
}
@media screen and (min-width: 1200px) {
  section.teasers {
    padding: 50px 0 40px;
  }
}
@media screen {
  section.teasers.beige {
    background-color: #fbf9f7;
    background-image: linear-gradient(to top, #f8f4f0 0%, #fbf9f7 100%);
  }
  section.teasers.green {
    background-color: #cae08f;
    background-image: linear-gradient(to top, #98c325 0%, #cae08f 100%);
  }
}
@media screen and (max-width: 567px) {
  section.teasers.funfacts {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen {
  section.teasers .video-tile {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 568px) {
  section.teasers .video-tile {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media screen {
  section.teasers .video-tile .outer {
    position: relative;
    display: block;
    padding-top: 56.25%;
  }
  section.teasers .video-tile .outer .inner {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.teasers .video-tile .outer .inner iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  section.teasers .video-tile .custom-preview {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  section.teasers .video-tile .custom-preview img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  section.teasers .video-tile .custom-preview + .outer {
    opacity: 0;
  }
  section.teasers .funfact {
    position: relative;
    padding-top: 100%;
    margin-bottom: 30px;
  }
  section.teasers .funfact .inner {
    position: absolute;
    display: block;
    padding: 15px;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 992px) {
  section.teasers .funfact .inner {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  section.teasers .funfact .inner {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen {
  section.teasers .funfact h2 {
    color: black;
    margin: 17% 0 7%;
    font-size: 11vw;
    line-height: 12vw;
    padding: 0;
  }
}
@media screen and (min-width: 568px) {
  section.teasers .funfact h2 {
    margin: 15% 0 5px;
    font-size: 6vw;
    line-height: 7vw;
  }
}
@media screen and (min-width: 768px) {
  section.teasers .funfact h2 {
    margin: 18% 0 8px;
    font-size: 46px;
    line-height: 50px;
  }
}
@media screen and (min-width: 992px) {
  section.teasers .funfact h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  section.teasers .funfact h2 {
    margin: 20% 0 15px;
  }
}
@media screen and (min-width: 1420px) {
  section.teasers .funfact h2 {
    margin: 24% 0 15px;
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen {
  section.teasers .funfact h2:after {
    display: none;
  }
  section.teasers .funfact p {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
@media screen and (min-width: 568px) {
  section.teasers .funfact p {
    font-size: 1.8vw;
    line-height: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.teasers .funfact p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1420px) {
  section.teasers .funfact p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen {
  section.teasers .img-tile, section.teasers .tile {
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    background-color: white;
  }
}
@media screen and (min-width: 568px) {
  section.teasers .img-tile, section.teasers .tile {
    margin-bottom: 30px;
  }
}
@media screen {
  section.teasers .img-tile .img-container, section.teasers .tile .img-container {
    position: relative;
    display: block;
    padding-top: 75%;
    overflow: hidden;
  }
}
@media screen and (min-width: 568px) {
  section.teasers .img-tile .img-container, section.teasers .tile .img-container {
    padding-top: 100%;
  }
}
@media screen {
  section.teasers .img-tile .img-container img, section.teasers .tile .img-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  section.teasers .img-tile .text, section.teasers .tile .text {
    position: relative;
    display: block;
    background-color: white;
    padding: 5px 20px;
  }
  section.teasers .img-tile .text .headline, section.teasers .tile .text .headline {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 568px) {
  section.teasers .img-tile .text .headline, section.teasers .tile .text .headline {
    height: 74px;
    padding: 0;
  }
}
@media screen {
  section.teasers .img-tile .text .headline:after, section.teasers .tile .text .headline:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  section.teasers .img-tile .text .headline h3, section.teasers .tile .text .headline h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  section.teasers .img-tile.large, section.teasers .tile.large {
    padding: 20px 5%;
  }
  section.teasers .img-tile.large p, section.teasers .tile.large p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
@media screen {
  section.teasers .img-tile.large h2, section.teasers .tile.large h2 {
    margin: 10px 0 28px;
    padding: 0;
  }
  section.teasers .img-tile.large h2:after, section.teasers .tile.large h2:after {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  section.teasers .img-tile .btn {
    margin: 2px auto;
  }
}
@media screen {
  section.teasers .tile {
    padding: 18px 0;
  }
}
@media screen and (min-width: 1200px) {
  section.teasers .tile {
    padding: 20px 5px;
  }
}
@media screen {
  section.teasers .tile h3 {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 18px;
  }
  section.teasers .tile h3:after {
    content: "";
    position: absolute;
    display: block;
    left: 20%;
    width: 60%;
    bottom: 0;
    height: 3px;
    background-color: #e6223b;
  }
  section.teasers .tile .matchheight p {
    margin-bottom: 5px;
  }
  section.teasers .text-tiles {
    padding-top: 5px;
  }
}
@media screen and (min-width: 568px) {
  section.teasers .text-tiles {
    padding-top: 15px;
  }
}
@media screen {
  section.video-teaser {
    position: relative;
    height: 100%;
  }
  section.video-teaser .img-container {
    position: relative;
    padding: 100px 0 40%;
    overflow: hidden;
  }
}
@media screen and (min-width: 568px) {
  section.video-teaser .img-container {
    padding: 280px 0 25%;
  }
}
@media screen and (min-width: 992px) {
  section.video-teaser .img-container {
    padding: 300px 0 20%;
  }
}
@media screen and (min-width: 1200px) {
  section.video-teaser .img-container {
    padding: 400px 0 18%;
  }
}
@media screen {
  section.video-teaser .img-container img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  section.video-teaser .img-container img {
    width: 100%;
    height: auto;
  }
}
@media screen {
  a.play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    height: 120px;
    width: 120px;
    margin: -60px;
    border-radius: 50%;
  }
  a.play:after, a.play:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
  }
  a.play:before {
    background-color: #e6223b;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  a.play:after {
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/play.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  a.play:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .video-tile:hover a.play:before {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  section.seo {
    text-align: center;
    position: relative;
    padding: 20px 0;
  }
}
@media screen and (min-width: 568px) {
  section.seo {
    padding: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  section.seo {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  section.seo {
    padding: 50px 0;
  }
}
@media screen {
  section.seo .container {
    position: relative;
    text-align: center;
  }
  footer {
    min-height: 340px;
    background-color: #efe7de;
    padding: 20px 0;
  }
}
@media screen and (min-width: 568px) {
  footer {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer {
    padding-bottom: 70px;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/cbt-banner.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 500px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 22vw;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/footer-logo.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90%;
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 991px) and (min-width: 568px) {
  footer {
    background-size: 400px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen {
  footer img {
    display: none;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  footer img {
    display: block;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1420px) {
  footer img {
    margin-top: 0;
  }
}
@media screen {
  footer nav ul {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 4px solid #dccbb9;
    border-bottom: 4px solid #dccbb9;
    max-width: 200px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 568px) {
  footer nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  footer nav ul {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer nav ul {
    display: flex;
    margin-bottom: 26px;
    padding: 15px 0;
  }
}
@media screen {
  footer nav ul li {
    display: block;
  }
}
@media screen and (min-width: 568px) {
  footer nav ul li {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  footer nav ul li {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  footer nav ul li {
    display: inline-block;
  }
}
@media screen {
  footer nav ul li a {
    display: block;
    white-space: nowrap;
    color: #e6223b;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 568px) {
  footer nav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 640px) {
  footer nav ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 786px) {
  footer nav ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  footer nav ul li a {
    text-align: left;
    padding: 8px 5px;
    margin: 0 -3px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1420px) {
  footer nav ul li a {
    margin: 0;
    font-size: 16px;
  }
}
@media screen {
  footer .button {
    position: relative;
    display: block;
    padding: 10px 20px 10px 50px;
    font-size: 16px;
    line-height: 30px;
    background-color: white;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    color: black;
    margin: 20px auto;
    width: 200px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/recommend.png);
    text-decoration: none;
  }
}
@media screen and (min-width: 568px) {
  footer .button {
    width: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  footer .button {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  footer .button {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1419px) {
  footer .button {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 45px;
  }
}
@media screen {
  footer .button + .button {
    display: none;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/print.png);
  }
}
@media screen and (min-width: 568px) {
  footer .button + .button {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 568px) and (max-width: 640px) {
  footer .button + .button {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  footer .button + .button {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  footer .button + .button {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1420px) {
  footer .button + .button {
    margin-left: 30px;
  }
}
@media screen {
  footer ul.socials {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 30px;
    max-width: 200px;
    min-width: 170px;
  }
}
@media screen and (min-width: 568px) {
  footer ul.socials {
    width: 30%;
    float: right;
  }
}
@media screen and (min-width: 992px) {
  footer ul.socials {
    width: auto;
    float: none;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  footer ul.socials {
    width: 33%;
    float: right;
  }
}
@media screen and (min-width: 1420px) {
  footer ul.socials {
    margin-bottom: 22px;
  }
}
@media screen {
  footer ul.socials li {
    display: inline-block;
    text-align: center;
  }
  footer ul.socials li a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #3b5998;
    border: 5px solid transparent;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-decoration: none;
  }
  footer ul.socials li a:before {
    content: "f";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 30px;
    line-height: 40px;
  }
  footer ul.socials li a.youtube {
    background-color: #cc251e;
  }
  footer ul.socials li a.youtube:before {
    content: "y";
  }
  footer ul.socials li a.xing {
    background-color: #006567;
  }
  footer ul.socials li a.xing:before {
    content: "X";
  }
  footer ul.socials li a:hover {
    border-radius: 50%;
    text-decoration: none;
  }
  footer .map-box {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 1420px) {
  footer .map-box {
    margin-left: 10%;
  }
}
@media screen {
  footer .map-box .text {
    padding: 20px 15px 8px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 568px) {
  footer .map-box .text {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    text-align: left;
  }
}
@media screen {
  footer .map-box .map {
    position: relative;
    display: block;
    padding-top: 70%;
    min-height: 250px;
  }
}
@media screen and (min-width: 568px) {
  footer .map-box .map {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    padding-top: 45%;
  }
}
@media screen and (min-width: 992px) {
  footer .map-box .map {
    padding-top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  footer .map-box .map {
    padding-top: 0;
  }
}
@media screen {
  footer .map-box .map .outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  footer .map-box .map .outer .inner {
    position: absolute;
    top: -200px;
    left: -200px;
    right: -200px;
    bottom: -200px;
  }
  footer .map-box .map .outer .inner iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .toplabel {
    position: relative;
    display: block;
  }
  .toplabel label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 14px;
    color: white;
    font-weight: 400;
    opacity: 1;
    cursor: text;
    pointer-events: none;
    margin: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
  }
  .toplabel label.hasvalue {
    opacity: 0;
  }
  .toplabel input[type=text] {
    padding: 5px 40px 5px 14px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    border: 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
  }
  .toplabel input[type=text]:focus {
    outline: 0;
  }
  .toplabel input[type=text]:focus + label {
    opacity: 0;
  }
  .toplabel input[type=text]:focus + label.novalue {
    opacity: 0.4;
  }
  .toplabel button {
    margin: 0 0 0 8px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    padding: 0 10px;
    background-color: transparent;
    border: 0;
  }
  .toplabel button:before {
    content: "S";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 37px;
    color: white;
  }
  section.checklist {
    position: relative;
    display: block;
    padding: 20px 0;
    background-color: #f8f4f0;
  }
}
@media screen and (min-width: 1200px) {
  section.checklist {
    padding: 24px 0;
  }
}
@media screen {
  section.checklist .check-item {
    position: relative;
    display: block;
    max-width: 320px;
    margin: 10px auto;
    text-align: center;
  }
  section.checklist .check-item h3 {
    font-weight: 700;
    color: black;
    margin: 5px 0 10px;
  }
}
@media screen and (min-width: 568px) {
  section.checklist .check-item h3 {
    margin-top: 15px;
  }
}
@media screen {
  section.checklist .check-item:before {
    content: "c";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 40px;
    color: #e6223b;
  }
  section.checklist .check-item.bulb:before, section.checklist .check-item.thumb:before, section.checklist .check-item.heart:before {
    content: "";
    height: 50px;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/cbt-birne.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -5px;
  }
  section.checklist .check-item.thumb:before {
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/cbt-daumen.png);
  }
  section.checklist .check-item.heart:before {
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/cbt-herz.png);
  }
  section.checklist .row > div > h3 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section.checklist .row > div > h4 {
    text-align: center;
  }
  section.checklist .vertical-center {
    position: relative;
    text-align: center;
  }
  section.checklist .vertical-center > div:before {
    content: "c";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
    color: #e6223b;
  }
}
@media screen and (max-width: 767px) {
  section.checklist .vertical-center {
    max-width: 270px;
    margin: 0 auto;
    left: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 568px) {
  section.checklist .vertical-center {
    max-width: 540px;
  }
}
@media screen and (max-width: 767px) {
  section.checklist .vertical-center > div {
    float: none;
    text-align: left;
    padding-left: 42px;
  }
  section.checklist .vertical-center p {
    max-width: 200px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  section.checklist .vertical-center {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    line-height: 0;
    text-align: left;
  }
  section.checklist .vertical-center > div {
    padding-left: 42px;
    padding-right: 25px;
    width: auto;
  }
  section.checklist .vertical-center > div:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  section.checklist .vertical-center > div p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    margin: 10px 0;
    max-width: 100%;
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  section.checklist .vertical-center > div p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  section.checklist .vertical-center > div p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1420px) {
  section.checklist .vertical-center > div p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen {
  section.highlight-quote, section.teaser-topic {
    display: none;
  }
  section.highlight-quote h4, section.teaser-topic h4 {
    color: black;
  }
  section.highlight-quote .author, section.teaser-topic .author {
    color: #1a171b;
  }
  section.highlight-quote .row:after, section.teaser-topic .row:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  section.highlight-quote .row div, section.teaser-topic .row div {
    display: inline-block;
  }
  section.faq {
    position: relative;
    display: block;
  }
  section.faq .anchor {
    position: absolute;
    top: -120px;
  }
}
@media screen and (min-width: 568px) {
  section.faq .anchor {
    top: -65px;
  }
}
@media screen and (min-width: 992px) {
  section.faq .anchor {
    top: -75px;
  }
}
@media screen {
  section.faq h3 {
    color: black;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
  }
  section.faq .question {
    position: relative;
    display: block;
    margin-bottom: 8px;
  }
  section.faq .question .toggler {
    position: relative;
    display: block;
    background-color: #f2ece5;
    color: #e6223b;
    font-size: 15px;
    line-height: 21px;
    padding: 13px 44px 13px 15px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-decoration: none;
  }
}
@media screen and (min-width: 568px) {
  section.faq .question .toggler {
    padding: 13px 60px 13px 30px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 992px) {
  section.faq .question .toggler {
    padding: 13px 60px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen {
  section.faq .question .toggler:before, section.faq .question .toggler:after {
    content: "";
    font-weight: 400;
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 568px) {
  section.faq .question .toggler:before, section.faq .question .toggler:after {
    top: 11px;
    right: 20px;
  }
}
@media screen {
  section.faq .question .toggler:before {
    background-color: #444;
  }
  section.faq .question .toggler:after {
    content: "x";
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-ransform: rotate(45deg);
    transform: rotate(45deg);
  }
  section.faq .question .answer {
    position: relative;
    display: none;
    padding: 15px 15px 6px;
    background-color: #fbf9f7;
  }
}
@media screen and (min-width: 568px) {
  section.faq .question .answer {
    padding: 15px 60px 6px;
  }
}
@media screen and (min-width: 992px) {
  section.faq .question .answer {
    padding: 15px 120px 6px;
  }
}
@media screen {
  section.faq .question .answer p {
    margin-bottom: 10px;
  }
  section.faq .question.open .toggler {
    background-color: #98c325;
    color: white;
  }
  section.faq .question.open .toggler:after {
    -webkit-ransform: rotate(0deg);
    transform: rotate(0deg);
  }
  section.gallery {
    position: relative;
    display: block;
    padding: 20px 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 568px) {
  section.gallery {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  section.gallery {
    padding: 60px 0;
  }
}
@media screen {
  section.gallery .row > div {
    position: relative;
    display: block;
  }
  section.gallery .row > div:after {
    content: "";
    position: relative;
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  section.gallery .row > div {
    width: auto;
    margin: 0 -2%;
    float: none;
  }
}
@media screen {
  section.gallery .thumb {
    position: relative;
    display: block;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
  }
  section.gallery .thumb:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230, 34, 59, 0.3);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.6, 0.6);
    -webkit-transform: translate3d(0, 0, 0) scale(0.6, 0.6);
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/plus.png);
    background-position: center;
    background-size: 130% auto;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.gallery .thumb img {
    display: block;
    width: 0;
    height: 0;
    margin-top: 60%;
    transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.gallery .thumb:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1) !important;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1) !important;
  }
}
@media screen and (max-width: 767px) {
  section.gallery .thumb {
    float: left;
    width: 46%;
    margin: 2%;
  }
  section.gallery .thumb:first-of-type {
    width: 96%;
  }
}
@media screen and (min-width: 568px) {
  section.gallery .thumb {
    float: right;
    display: block;
    width: 30.3333%;
    margin: 1.5%;
  }
  section.gallery .thumb:first-of-type {
    float: left;
    width: 63.6666%;
  }
  section.gallery .thumb:first-of-type img {
    margin-top: 61.85%;
  }
  section.gallery .thumb:first-of-type:after {
    transform: translate3d(0, 0, 0) scale(0.75, 0.75);
    -webkit-transform: translate3d(0, 0, 0) scale(0.75, 0.75);
    background-size: 100% auto;
  }
}
@media screen {
  section.gallery .thumb + .thumb + .thumb ~ .thumb {
    display: none;
    float: left;
  }
  section.gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(25, 25, 25, 0.93);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.4s linear, background-color 0.3s ease, width 0.4s ease;
  }
  section.gallery-popup:after {
    content: "x";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  section.gallery-popup.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, top 0.4s ease, left 0.4s ease, bottom 0.4s ease, z-index 0.5s linear, background-color 0.3s ease, width 0.4s ease;
    z-index: 9999999;
  }
  section.gallery-popup .rsOverflow, section.gallery-popup .rsSlide {
    height: 100% !important;
    overflow: visible;
  }
  section.gallery-popup .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.gallery-popup .slide.loaded {
    opacity: 1;
  }
  section.gallery-popup .slide .outer {
    position: relative;
    display: block;
    height: 100%;
  }
  section.gallery-popup .slide .outer .inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  section.gallery-popup .slide .outer:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  section.gallery-popup .slide .outer .image-container {
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }
  section.gallery-popup .slide .outer .image-container:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    outline: 1px solid rgba(255, 255, 255, 0.3);
  }
  section.gallery-popup .slide .outer .image-container img {
    position: relative;
    max-width: 80vw;
    max-height: 85vh;
  }
  section.gallery-popup .slide .outer .has-text {
    margin-bottom: 10px;
  }
  section.gallery-popup .slide .outer .has-text .image-container img {
    position: relative;
    max-width: 80vw;
    max-height: 70vh;
  }
  section.gallery-popup .slide .outer .has-text .text {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
  }
  section.gallery-popup .slide .outer .has-text .text h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 12px 0;
    line-height: 30px;
  }
  section.gallery-popup .slide .outer .has-text .text p, section.gallery-popup .slide .outer .has-text .text h3 {
    max-width: 900px;
  }
  section.gallery-popup .slide .outer .has-text .text .text-wrap {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 10px 12px 12px;
    max-width: 800px;
  }
  section.gallery-popup .rsArrow {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-size: 200% 100%;
    text-align: center;
    color: white;
    background-color: transparent;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  section.gallery-popup .rsArrow:before {
    content: "r";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
  }
  section.gallery-popup .rsArrow:hover {
    background-color: white;
    color: #c01;
  }
}
@media screen and (min-width: 568px) {
  section.gallery-popup .rsArrow {
    width: 80px;
    height: 80px;
    margin-top: -30px;
    padding: 10px;
  }
  section.gallery-popup .rsArrow:before {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen {
  section.gallery-popup .rsArrow.rsArrowLeft {
    left: 0;
  }
  section.gallery-popup .rsArrow.rsArrowLeft:before {
    content: "l";
  }
  section.gallery-popup .rsArrow.rsArrowLeft:hover {
    padding-left: 0;
    padding-right: 15px;
  }
  section.gallery-popup .rsArrow.rsArrowRight {
    right: 0;
  }
  section.gallery-popup .rsArrow.rsArrowRight:hover {
    padding-right: 0;
    padding-left: 15px;
  }
  section.text div.map {
    position: relative;
    display: block;
    width: 100%;
    height: 60vw;
    margin-top: 30px;
  }
}
@media screen and (min-width: 568px) {
  section.text div.map {
    height: 50vw;
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  section.text div.map {
    height: 40vw;
  }
}
@media screen and (min-width: 1200px) {
  section.text div.map {
    height: 500px;
  }
}
@media screen {
  section.text div.map iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  section.press {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 568px) {
  section.press {
    padding-bottom: 50px;
  }
}
@media screen {
  section.press .red {
    background-color: #e6223b;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 568px) {
  section.press .red {
    background-color: transparent;
    padding: 0 15px;
  }
  section.press .red .inner {
    background-color: #e6223b;
    padding: 20px 20px 30px;
  }
}
@media screen {
  section.press .red h3 {
    color: white;
    text-transform: uppercase;
  }
  section.press .red h4 {
    color: white;
    margin-bottom: 0px;
  }
  section.press .red h5 {
    font-weight: 600;
    margin-bottom: 0;
  }
  section.press .red h5 + p ~ p {
    margin-bottom: 5px;
    padding-left: 70px;
  }
  section.press .red h5 + p ~ p .contactlabel {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    left: 0;
  }
  section.press .red p {
    color: white;
  }
  section.press h3 {
    margin-bottom: 0;
  }
  section.press h3 + h3 {
    margin-top: 5px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  section.press img {
    display: block;
    max-width: 100%;
    max-width: 200px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 568px) {
  section.press img {
    max-width: 100%;
  }
}
@media screen {
  section.press .row + .row {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  section.press .row + .row {
    margin-bottom: 30px;
  }
}
@media screen {
  section.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.96);
    text-align: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-size: 0;
    line-height: 0;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, z-index 0s linear 0.5s;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, z-index 0s linear 0.5s;
    -moz-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, z-index 0s linear 0.5s;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, z-index 0s linear 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.lightbox:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  section.lightbox#share {
    background-color: rgba(51, 51, 51, 0.8);
  }
  section.lightbox#share .window {
    width: 1000px;
  }
  section.lightbox#share .closer {
    color: black;
  }
  section.lightbox#share .requiredfields {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  section.lightbox#share textarea.form-control {
    height: 212px;
    margin-bottom: 37px;
  }
}
@media screen {
  section.lightbox#share h3 {
    padding-right: 40px;
  }
  section.lightbox#enlarge-image {
    background-color: rgba(51, 51, 51, 0.8);
  }
  section.lightbox#enlarge-image .window {
    width: auto;
    padding: 1px;
  }
  section.lightbox#enlarge-image .window img {
    max-width: 100%;
  }
  section.lightbox#enlarge-image .window .closer {
    color: black;
    background-color: white;
    border-radius: 50%;
  }
  section.lightbox .window {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 700px;
    padding: 15px;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    text-align: left;
    -moz-transition: transform 0.4s ease-in, opacity 0.3s linear;
    -o-transition: transform 0.4s ease-in, opacity 0.3s linear;
    transition: transform 0.4s ease-in, opacity 0.3s linear;
    -webkit-transition: transform 0.4s ease-in, opacity 0.3s linear;
    opacity: 0;
    max-width: 90%;
    overflow: hidden;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
@media screen and (max-width: 568px) {
  section.lightbox .window {
    padding: 25px 32px;
  }
}
@media screen {
  section.lightbox.video .window {
    padding: 0;
    width: 94%;
    max-width: 1280px;
  }
}
@media screen and (max-width: 568px) {
  section.lightbox.video .window {
    width: 80%;
  }
}
@media screen {
  section.lightbox.video .window .outer {
    position: relative;
    display: block;
    padding-top: 56.25%;
  }
  section.lightbox.video .window .outer .inner {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
  }
  section.lightbox.video .window .outer .inner iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  section.lightbox.open {
    opacity: 1;
    z-index: 99;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, z-index 0s linear 0s;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, z-index 0s linear 0s;
    -moz-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, z-index 0s linear 0s;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, z-index 0s linear 0s;
  }
  section.lightbox.open .yt-warning {
    display: none !important;
  }
  section.lightbox.open .window {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: transform 0.4s ease 0.2s, opacity 0.3s ease 0.2s;
    -o-transition: transform 0.4s ease 0.2s, opacity 0.3s ease 0.2s;
    transition: transform 0.4s ease 0.2s, opacity 0.3s ease 0.2s;
    -webkit-transition: transform 0.4s ease 0.2s, opacity 0.3s ease 0.2s;
  }
  section.lightbox.open.video .yt-warning {
    display: flex !important;
  }
  section.lightbox .closer {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: white;
    text-decoration: none !important;
  }
  section.lightbox .closer:before {
    content: "x";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 40px;
  }
  section.lightbox .closer:hover, section.lightbox .closer.clicked {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  section.lightbox .yt-warning {
    position: absolute;
    z-index: 999;
    background: #666666;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 80% !important;
    padding: 25px 0 !important;
    transform: scale(1) !important;
  }
}
@media screen and (max-width: 991px) {
  section.lightbox .yt-warning {
    width: 94% !important;
  }
}
@media screen and (max-width: 440px) {
  section.lightbox .yt-warning {
    padding: 40px 0 !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1600px) {
  section.lightbox .yt-warning {
    width: 95% !important;
  }
}
@media screen {
  section.lightbox .yt-warning p {
    color: white;
    font-size: 45px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    width: 95%;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 991px) {
  section.lightbox .yt-warning p {
    font-size: 3vw;
    line-height: 3.2vw;
    margin-top: 25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1030px) {
  section.lightbox .yt-warning p {
    font-size: 31px;
  }
}
@media screen and (min-width: 1680px) {
  section.lightbox .yt-warning p {
    line-height: 2.2vw;
    font-size: 2vw;
  }
}
@media screen {
  section.lightbox .yt-warning p a {
    color: white;
  }
}
@media screen and (max-width: 991px) {
  section.lightbox .yt-warning p:first-child {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
@media screen {
  section.lightbox .yt-warning a.play-button {
    display: block;
    width: 140px;
    height: 140px;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/warning-play.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: relative;
    margin: 30px 0 70px;
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  section.lightbox .yt-warning a.play-button {
    width: 95px;
    height: 95px;
    background-size: contain;
    margin: 0;
  }
}
@media screen and (max-width: 440px) {
  section.lightbox .yt-warning a.play-button {
    background-size: cover;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 441px) and (max-width: 510px) {
  section.lightbox .yt-warning a.play-button {
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  section.lightbox .yt-warning a.closer {
    top: -5px;
    right: -5px;
  }
}
@media screen {
  a.enlarge-lightbox {
    position: relative;
    display: inline-block;
    background-color: #eee;
    padding: 15px;
    margin: 10px 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1;
  }
}
@media screen and (min-width: 568px) {
  a.enlarge-lightbox {
    padding: 30px;
  }
}
@media screen {
  a.enlarge-lightbox:hover {
    background-color: #98c325;
  }
  a.enlarge-lightbox img {
    display: block;
    margin: 0;
    max-width: 100%;
  }
  section.filter {
    position: relative;
    display: block;
    padding: 30px 0;
    margin: 0;
    background-color: white;
  }
  section.filter + section.filter {
    position: relative;
    border-top: 2px solid #efe7de;
  }
}
@media screen and (min-width: 568px) {
  section.filter {
    padding: 50px 0;
  }
}
@media screen {
  section.filter ul {
    display: block;
    padding: 12px 15px 6px;
    background-color: #f8f4f0;
    min-height: 63px;
    margin: 10px 0 15px;
    display: none;
  }
  section.filter ul li {
    position: relative;
    display: inline-block;
    background-color: #e6223b;
    color: white;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    line-height: 19px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  section.filter ul li a.closer {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-decoration: none !important;
  }
  section.filter ul li a.closer:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  section.filter ul li a.closer:before {
    content: "x";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    cursor: pointer;
    font-size: 21px;
    line-height: 39px;
  }
  section.filter form .selects {
    display: none;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 568px) {
  section.filter .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 60px;
    font-weight: 400;
  }
}
@media screen {
  .beige + section.filter {
    background-color: #f8f4f0;
  }
  .beige + section.filter ul.filters {
    background-color: #efe7de;
  }
  section.table {
    position: relative;
    display: block;
    padding: 30px 0;
    margin: 0;
  }
}
@media screen and (min-width: 568px) {
  section.table {
    padding: 50px 0;
  }
}
@media screen {
  section.table .mobiletable {
    margin: 0 -15px;
    background-color: #f8f4f0;
    padding: 12px;
    width: auto;
    max-width: none;
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (min-width: 768px) {
  section.table .mobiletable {
    display: none;
  }
}
@media screen {
  section.table .mobiletable .thead {
    display: none;
  }
  section.table .mobiletable .tr {
    display: block;
    padding: 12px;
  }
  section.table .mobiletable .tr:nth-child(odd) {
    background-color: white;
  }
  section.table .mobiletable .tr .td {
    position: relative;
    display: block;
    margin: 5px 0;
  }
  section.table .mobiletable .tr .td:before {
    content: attr(data-label);
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    color: black;
    display: block;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 360px) {
  section.table .mobiletable .tr .td {
    padding-left: 120px;
  }
  section.table .mobiletable .tr .td:before {
    position: absolute;
    left: 0;
    line-height: 18px;
  }
}
@media screen {
  section.table table {
    background-color: #e6223b;
    width: 100%;
    margin: 0;
    border-collapse: separate;
    line-height: 16px;
    font-size: 14px;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  section.table table {
    display: table;
  }
}
@media screen and (min-width: 992px) {
  section.table table {
    line-height: 19px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1420px) {
  section.table table {
    line-height: 20px;
    font-size: 16px;
  }
}
@media screen {
  section.table table thead {
    background-color: #e6223b;
  }
  section.table table th {
    background-color: #e6223b;
    color: white;
    padding: 18px;
  }
  section.table table th + th {
    border-left: 1px solid white;
  }
  section.table table th:first-of-type {
    border-left: 15px solid #e6223b;
  }
  section.table table th:last-of-type {
    border-right: 15px solid #e6223b;
  }
  section.table table tbody {
    background-color: #f8f4f0;
  }
  section.table table tbody td {
    padding: 15px 18px;
  }
  section.table table tbody tr:nth-child(odd) td {
    background-color: white;
  }
  section.table table tbody tr td:first-of-type {
    border-left: 15px solid #f8f4f0;
  }
  section.table table tbody tr td:last-of-type {
    border-right: 15px solid #f8f4f0;
  }
  section.table table tbody tr:first-of-type td {
    border-top: 15px solid #f8f4f0;
  }
  section.table table tbody tr:last-of-type td {
    border-bottom: 15px solid #f8f4f0;
  }
}
@media screen and (min-width: 1200px) {
  section.table table a:after {
    content: "r";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 3px;
  }
}
@media screen {
  section.form {
    position: relative;
    display: block;
    padding: 30px 0;
  }
  section.form .note {
    position: relative;
    display: block;
    padding: 70px 25px 20px;
    background-color: white;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/cbt-birne.png);
    background-repeat: no-repeat;
    background-size: 45px;
    margin: 20px 10px;
    background-position: 15px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    min-height: 120px;
  }
}
@media screen and (min-width: 992px) {
  section.form .note p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 568px) {
  section.form {
    padding: 50px 0;
  }
}
@media screen {
  section.form .container {
    max-width: 1100px;
  }
  section.form .powermail_morestep .row {
    margin-bottom: 30px;
  }
  section.form .powermail_morestep .btn-group {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 0 25px;
    counter-reset: btn;
  }
  section.form .powermail_morestep .btn-group .btn {
    float: none;
  }
  section.form .powermail_morestep .btn-group .btn.btn-primary {
    background-color: #e6223b;
    color: white;
  }
  section.form .powermail_morestep .beige.matchheight {
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 568px) {
  section.form .powermail_morestep .beige.matchheight:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 98px;
    background-color: #f8f4f0;
  }
}
@media screen {
  section.form .powermail_morestep .step-end {
    position: relative;
    display: block;
    padding-top: 18px;
    border-top: 1px solid #ddd;
    margin-top: 25px;
  }
  section.form .powermail_morestep .step-end .btn {
    float: right;
    margin-bottom: 0;
  }
  section.form .powermail_morestep .step-end .back {
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    text-decoration: none;
    color: #888;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 600;
    background-image: url(/typo3conf/ext/cbt/Resources/Public/Images/back.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
  }
  section.form .powermail_morestep .step-end .back:hover {
    color: black;
  }
  section.form .powermail_morestep .step-end:after {
    content: "";
    position: relative;
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 568px) {
  section.form .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 60px;
    font-weight: 400;
  }
}
@media screen {
  section.form form .col-xs-12.col-sm-6, section.form form .col-xs-12.col-sm-7 {
    padding: 15px;
  }
}
@media screen and (min-width: 568px) {
  section.form form .col-xs-12.col-sm-6, section.form form .col-xs-12.col-sm-7 {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  section.form form .col-xs-12.col-sm-6, section.form form .col-xs-12.col-sm-7 {
    padding: 30px;
  }
}
@media screen {
  section.form form .col-xs-12.col-sm-7 {
    padding: 0 15px;
  }
}
@media screen and (min-width: 568px) {
  section.form form .col-xs-12.col-sm-7 {
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  section.form form .col-xs-12.col-sm-7 {
    padding: 0 30px;
  }
}
@media screen {
  section.form form ::-webkit-input-placeholder {
    color: #aaa;
  }
  section.form form :-moz-placeholder {
    color: #aaa;
  }
  section.form form ::-moz-placeholder {
    color: #aaa;
  }
  section.form form :-ms-input-placeholder {
    color: #aaa;
  }
  section.form h4 {
    font-weight: 700;
    color: #1a171b;
    margin-bottom: 20px;
  }
  section.form h4 + h5 {
    margin-top: -15px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.form .beige {
    background-color: #f8f4f0;
  }
  section.form .beige:after {
    content: "";
    position: relative;
    display: block;
    clear: both;
  }
  section.form .halfs p {
    width: 47%;
    float: left;
  }
  section.form .halfs p + p {
    margin-left: 6%;
  }
  section.form .halfs:after {
    content: "";
    position: relative;
    display: block;
    clear: both;
  }
  label {
    font-weight: 600;
    padding: 0 2px;
    font-size: 14px;
    line-height: 20px;
  }
  .form-control, input[type=radio] + label {
    position: relative;
    border-radius: 0;
    border: 2px solid #ccc;
    height: 44px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
  }
  .form-control:focus, input[type=radio] + label:focus {
    outline: 0;
    box-shadow: none;
    border: 2px solid #98c325;
  }
  input[type=radio] {
    display: none;
  }
  input[type=radio] + label {
    position: relative;
    padding-right: 45px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  input[type=radio] + label:hover {
    background-color: #f8f4f0;
  }
  input[type=radio] + label:before, input[type=radio] + label:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 26px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
  }
  input[type=radio] + label:after {
    background-color: #e6223b;
    border: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3) translate3d(0, 0, 0);
    transform: scale(0.3, 0.3) translate3d(0, 0, 0);
  }
  input[type=radio]:checked + label:after {
    -webkit-transform: scale(0.7, 0.7) translate3d(0, 0, 0);
    transform: scale(0.7, 0.7) translate3d(0, 0, 0);
    opacity: 1;
  }
  p.check {
    float: left;
    width: 50%;
    margin: 5px 0 6px;
  }
  p.check label {
    position: relative;
    display: block;
    padding: 10px 10px 10px 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 568px) {
  p.check label {
    font-size: 14px;
    line-height: 24px;
    padding-left: 45px;
  }
}
@media screen and (min-width: 992px) {
  p.check label {
    font-size: 15px;
    line-height: 24px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  p.check label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen {
  p.check label:before {
    content: "c";
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    display: block;
    font-size: 20px;
    line-height: 30px;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    color: #e6223b;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3) translate3d(0, 0, 0);
    transform: scale(0.3, 0.3) translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 568px) {
  p.check label:before {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  p.check label:before {
    font-size: 28px;
  }
}
@media screen {
  p.check label:hover {
    background-color: #e6223b;
    color: white;
  }
  p.check label:hover:before {
    color: white;
  }
  p.check input {
    display: none;
  }
  p.check input:checked + label:before {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1;
  }
  .tx-indexedsearch {
    text-align: center;
  }
  .tx-indexedsearch:before {
    content: "Ihre Suche";
    text-align: center;
    display: inline-block;
    position: relative;
    color: #e6223b;
    font-weight: 300;
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 568px) {
  .tx-indexedsearch:before {
    font-size: 30px;
    line-height: 32px;
    padding: 0 60px 12px;
    border-bottom: 2px solid #efe7de;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .tx-indexedsearch:before {
    font-size: 38px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .tx-indexedsearch:before {
    font-size: 42px;
    line-height: 44px;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1420px) {
  .tx-indexedsearch:before {
    font-size: 48px;
    line-height: 50px;
  }
}
@media screen {
  #sitesearch {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 40px 15px;
  }
}
@media screen and (min-width: 992px) {
  #sitesearch {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  #sitesearch {
    width: 1170px;
  }
}
@media screen and (min-width: 1420px) {
  #sitesearch {
    width: 1400px;
  }
}
@media screen {
  #sitesearch .tx-indexedsearch-res {
    position: relative;
    display: block;
    margin: 20px auto;
  }
}
@media screen and (min-width: 992px) {
  #sitesearch .tx-indexedsearch-res {
    width: 86%;
    max-width: 1040px;
  }
}
@media screen {
  #sitesearch .tx-indexedsearch-res .tx-indexedsearch-res {
    width: auto;
    max-width: none;
    margin: 0;
  }
  #sitesearch .tx-indexedsearch-res .tx-indexedsearch-res .newsrow {
    padding: 16px 0;
    border-bottom: 2px solid #efe7de;
  }
  #sitesearch .tx-indexedsearch-res .tx-indexedsearch-res p {
    margin-bottom: 6px;
  }
  #sitesearch .tx-indexedsearch-res .tx-indexedsearch-res h3 {
    font-size: 17px;
    line-height: 24px;
    margin: 6px 0;
  }
  #sitesearch .tx-indexedsearch-res .tx-indexedsearch-res h3 .percent {
    float: right;
    font-size: 14px;
    font-weight: 700;
  }
  #sitesearch .tx-indexedsearch-res .tx-indexedsearch-res h3 a {
    text-decoration: none;
    font-weight: 600;
  }
  #sitesearch .tx-indexedsearch-res + .tx-indexedsearch-browsebox {
    margin-top: 45px;
  }
  ul.browsebox, ul.pagebrowser {
    position: relative;
    display: block;
    text-align: center;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    margin: 25px 0 35px;
  }
  ul.browsebox.show, ul.pagebrowser.show {
    visibility: visible;
  }
  ul.browsebox a, ul.pagebrowser a {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  ul.browsebox li, ul.pagebrowser li {
    display: inline-block;
    margin: 4px;
    vertical-align: middle;
  }
  ul.browsebox li a, ul.browsebox li.current, ul.pagebrowser li a, ul.pagebrowser li.current {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #efe7de;
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: black;
  }
  ul.browsebox li:first-of-type a, ul.browsebox li:last-of-type a, ul.pagebrowser li:first-of-type a, ul.pagebrowser li:last-of-type a {
    font-size: 0;
    line-height: 0;
  }
  ul.browsebox li:first-of-type a:before, ul.browsebox li:last-of-type a:before, ul.pagebrowser li:first-of-type a:before, ul.pagebrowser li:last-of-type a:before {
    content: "r";
    font-size: 20px;
    line-height: 30px;
    font-family: "Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 2px;
  }
  ul.browsebox li:first-of-type a:before, ul.pagebrowser li:first-of-type a:before {
    content: "l";
    padding-left: 0;
    padding-right: 2px;
  }
  ul.browsebox li.tx-indexedsearch-browselist-currentPage a, ul.browsebox li.current, ul.browsebox li:hover a, ul.pagebrowser li.tx-indexedsearch-browselist-currentPage a, ul.pagebrowser li.current, ul.pagebrowser li:hover a {
    background-color: #e6223b;
    color: white;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) {
  .tx-indexedsearch-browsebox {
    background-color: #efe7de;
    padding: 15px;
  }
  .tx-indexedsearch-browsebox p {
    float: left;
    margin: 4px;
  }
  .tx-indexedsearch-browsebox p + ul.browsebox {
    float: right;
  }
  .tx-indexedsearch-browsebox ul.browsebox {
    margin: 0;
  }
  .tx-indexedsearch-browsebox ul.browsebox li {
    margin: 0 2px;
  }
}
@media screen {
  .tx-indexedsearch-browsebox:after {
    content: "";
    position: relative;
    display: block;
    clear: both;
  }
  .tx-indexedsearch-whatis {
    display: none;
  }
  #tx_indexedsearch {
    text-align: center;
  }
  #tx_indexedsearch div {
    display: inline-block;
    padding: 1px 10px;
    margin-right: 3px;
  }
  #tx_indexedsearch div.tx-indexedsearch-form {
    border: 2px solid #ccc;
  }
  #tx_indexedsearch div.tx-indexedsearch-form input {
    border: 0;
    height: 30px;
  }
  #tx_indexedsearch div.tx-indexedsearch-form input:focus {
    outline: 0;
    box-shadow: 0;
  }
  .powermail_tab_navigation {
    position: relative;
    display: block;
    clear: both;
    padding-top: 25px;
  }
  .powermail_tab_navigation:before {
    content: "";
    position: relative;
    display: block;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 568px) {
  .powermail_tab_navigation {
    max-width: 58.3333%;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .powermail_tab_navigation {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 567px) {
  .wrapper {
    padding-top: 55px;
  }
}
@media screen {
  .breakpoint-indicator {
    position: absolute;
    display: block;
    top: -1px;
    width: 1px;
  }
}
@media screen and (min-width: 568px) {
  .breakpoint-indicator {
    width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .breakpoint-indicator {
    width: 3px;
  }
}
@media screen and (min-width: 992px) {
  .breakpoint-indicator {
    width: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .breakpoint-indicator {
    width: 5px;
  }
}
@media screen and (min-width: 1420px) {
  .breakpoint-indicator {
    width: 6px;
  }
}

/*# sourceMappingURL=main.css.map */
