@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  10% {
    -webkit-transform: rotate(2deg) scale(1.05);
    -moz-transform: rotate(2deg) scale(1.05);
    transform: rotate(2deg) scale(1.05);
  }
  30% {
    -webkit-transform: rotate(1deg) scale(1.1);
    -moz-transform: rotate(1deg) scale(1.1);
    transform: rotate(1deg) scale(1.1);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.3);
    -moz-transform: rotate(0deg) scale(1.3);
    transform: rotate(0deg) scale(1.3);
  }
  70% {
    -webkit-transform: rotate(-1deg) scale(1.1);
    -moz-transform: rotate(-1deg) scale(1.1);
    transform: rotate(-1deg) scale(1.1);
  }
  90% {
    -webkit-transform: rotate(-2deg) scale(1.05);
    -moz-transform: rotate(-2deg) scale(1.05);
    transform: rotate(-2deg) scale(1.05);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
* {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: 0;
}
#layout-agegate-wrapper {
  display: none;
}
#layout-agegate-wrapper.on {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(175,11,21,0.7);
  z-index: 300;
}
#layout-agegate {
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("/images/content-agegate-bg.gif");
  background-size: cover;
  background-repeat: no-repeat;
}
#layout-agegate .table {
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  overflow-y: hidden;
}
#layout-agegate .table .cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
#layout-agegate .table .cell.hidden {
  display: none;
}
#layout-agegate:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  clear: both;
  visibility: hidden;
}
#layout-agegate .headline {
  text-align: center;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  text-transform: uppercase;
  line-height: 1em;
}
#layout-agegate .button {
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
}
#layout-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #d1001b;
  border-bottom: 3px solid #af0b15;
  z-index: 500000;
}
#layout-header:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  clear: both;
  visibility: hidden;
}
#layout-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #d1001b;
  z-index: 100;
  border-top: 3px solid #af0b15;
  text-align: center;
}
#layout-footer .besser-wirds-nuemme {
  display: inline-block;
  z-index: 2;
  position: relative;
  height: 20px;
  width: 215px;
  background-image: url("/images/layout-slogan.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#layout-footer .scroll-down {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
#layout-footer .scroll-down:after {
  background-image: url("/images/layout-icon-arrow.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 18px;
}
#layout-footer .scroll-down.disabled {
  display: none;
}
#viewport {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 32px;
  bottom: 9px;
}
#viewport:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: white;
}
.section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section .table {
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
}
.section .table .cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.section #teilnahmebedingungen {
  padding: 5em 10%;
}
.section.teilnahmebedingungen {
  background-color: #af0b15;
}
.section.teilnahmebedingungen h1 {
  color: white;
  text-transform: uppercase;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section.teilnahmebedingungen h2 {
  color: white;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section.teilnahmebedingungen h3 {
  color: white;
  text-transform: uppercase;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section.teilnahmebedingungen ol {
  margin: 1em 0;
}
.section.teilnahmebedingungen p,
.section.teilnahmebedingungen li {
  color: white;
  font-family: BrauerNeue-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section:nth-of-type(1) .badge {
  position: absolute;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/images/content-start-badge-02.png");
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10000;
}
.section:nth-of-type(1) .badge:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.section:nth-of-type(1) .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.section:nth-of-type(1) .startseite-slideshow {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  list-style-type: none;
  z-index: 100;
  height: 100% !important;
}
.section:nth-of-type(1) .startseite-slideshow li {
  margin: 0;
  padding: 0;
  height: 100% !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section:nth-of-type(1) .startseite-slideshow li:nth-of-type(1) {
  background-position: center center;
}
.section:nth-of-type(1) .startseite-slideshow li:nth-of-type(2) {
  background-position: center center;
}
.section:nth-of-type(1) .startseite-slideshow li:nth-of-type(3) {
  background-position: center center;
}
.section:nth-of-type(1) .startseite-slideshow li:nth-of-type(4) {
  background-position: center center;
}
.section:nth-of-type(1) .startseite-slideshow li:nth-of-type(5) {
  background-position: center center;
}
.section:nth-of-type(1) .startseite-slideshow li:nth-of-type(6) {
  background-position: center center;
}
.section:nth-of-type(1) .startseite-slideshow li:nth-of-type(7) {
  background-position: center center;
}
.section:nth-of-type(1) .bx-wrapper,
.section:nth-of-type(1) .bx-viewport {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.section:nth-of-type(1) .bxslider,
.section:nth-of-type(1) .bxslider li {
  height: 100% !important;
}
.section:nth-of-type(2) {
  background-image: url("/images/layout-bg.png");
  background-color: #af0b15;
}
.section:nth-of-type(2) .headline {
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.section:nth-of-type(2) .prod-info h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
}
.section:nth-of-type(2) .prod-info p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-family: BrauerNeue-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section:nth-of-type(2) .prod-alk {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-family: BrauerNeue-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
}
.section.history .table {
  display: none;
}
.section.history .headline {
  font-family: BrauerNeue-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.section.history .sub-headline {
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.section.history .text {
  font-family: BrauerNeue-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  color: white;
}
.section.history .link {
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.section.history .link a {
  color: white;
  text-decoration: none;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.section:nth-of-type(3) {
  background-image: url("/images/content-history-1836-ZH.jpg");
}
.section:nth-of-type(4) {
  background-image: url("/images/content-history-1866-ZH.jpg");
}
.section:nth-of-type(5) {
  background-image: url("/images/content-history-1887-ZH.jpg");
}
.section:nth-of-type(6) {
  background-image: url("/images/content-history-1900-ZH.jpg");
}
.section:nth-of-type(7) {
  background-image: url("/images/content-history-1920-ZH.jpg");
}
.section:nth-of-type(8) {
  background-image: url("/images/content-history-1996-ZH.jpg");
}
.section:nth-of-type(9) {
  background-image: url("/images/content-history-2013-ZH.jpg");
}
.section:nth-of-type(10) {
  background-image: url("/images/content-history-2017-ZH.jpg");
}
.section:nth-of-type(11) #contact .headline {
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1em;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section:nth-of-type(11) #contact .sub-headline {
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1em;
  font-family: BrauerNeue-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section:nth-of-type(11) #contact .input {
  text-align: center;
}
.section:nth-of-type(11) #contact .input input,
.section:nth-of-type(11) #contact .input textarea {
  text-align: center;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid #af0b15;
  outline: 0;
  background-color: transparent;
  color: white;
  font-family: BrauerNeue-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section:nth-of-type(11) #sub-contact #send {
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1em;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}
.section:nth-of-type(11) #sub-contact a,
.section:nth-of-type(11) #sub-contact .imprint {
  text-align: center;
  color: white;
  line-height: 1em;
  font-family: BrauerNeue-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.section:nth-of-type(11) .scroll-up {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("/images/layout-icon-arrow.svg");
  transform: rotate(180deg);
  cursor: pointer;
}
.de .section:nth-of-type(3) {
  background-image: url("/images/content-history-1836-DE.jpg");
}
.de .section:nth-of-type(4) {
  background-image: url("/images/content-history-1866-DE.jpg");
}
.de .section:nth-of-type(5) {
  background-image: url("/images/content-history-1887-DE.jpg");
}
.de .section:nth-of-type(6) {
  background-image: url("/images/content-history-1900-DE.jpg");
}
.de .section:nth-of-type(7) {
  background-image: url("/images/content-history-1920-DE.jpg");
}
.de .section:nth-of-type(8) {
  background-image: url("/images/content-history-1996-DE.jpg");
}
.de .section:nth-of-type(9) {
  background-image: url("/images/content-history-2013-DE.jpg");
}
.de .section:nth-of-type(10) {
  background-image: url("/images/content-history-2017-DE.jpg");
}
@media all and (min-width: 1200px) {
  #bx-pager-custom {
    position: absolute;
    bottom: 65px;
    right: 6px;
  }
  #bx-pager-custom .bx-pager-item {
    float: left;
    padding: 0 4px;
  }
  #bx-pager-custom .bx-pager-item a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #bx-pager-custom .bx-pager-item a.active {
    background-color: transparent;
    border: 2px solid white;
  }
  #layout-agegate-wrapper.on .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #d1001b;
    border-bottom: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .top a {
    display: inline-block;
    height: 70px;
    width: 236px;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 42px 42px, 182px 24px;
    background-position: 0 14px, 54px 24px;
    background-repeat: no-repeat;
  }
  #layout-agegate-wrapper.on .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    background-color: #d1001b;
    border-top: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .bottom a {
    display: inline-block;
    z-index: 2;
    position: relative;
    padding: 11px 0 18px 0;
    height: 20px;
    width: 215px;
    background-image: url("/images/layout-slogan.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #layout-agegate {
    top: 73px;
    bottom: 55px;
    background-position: center;
  }
  #layout-agegate .table {
    background-color: transparent;
  }
  #layout-agegate .headline {
    font-size: 120px;
    margin-bottom: 28px;
    letter-spacing: -2px;
    padding: 0 40px;
  }
  #layout-agegate .headline.decline {
    letter-spacing: -2px;
    line-height: 1em;
    padding: 0 12.5%;
    margin-bottom: 0;
  }
  #layout-agegate .sub-headline {
    text-align: center;
  }
  #layout-agegate .button {
    font-size: 40px;
  }
  #layout-agegate .button.yes {
    display: inline-block;
    padding-right: 30px;
  }
  #layout-agegate .button.no {
    display: inline-block;
    padding-left: 30px;
  }
  #layout-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #d1001b;
    border-bottom: 3px solid #af0b15;
    z-index: 500000;
  }
  #layout-header:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #layout-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #d1001b;
    z-index: 100;
    border-top: 3px solid #af0b15;
  }
  #layout-footer a {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  #brand {
    float: left;
  }
  #brand a {
    display: block;
    height: 70px;
    width: 255px;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 42px 42px, 182px 24px;
    background-position: 19px 14px, 73px 24px;
    background-repeat: no-repeat;
  }
  #menu {
    float: right;
  }
  #menu #scroll-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #menu #scroll-menu:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #menu #scroll-menu > li {
    float: left;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul {
    display: none;
  }
  #menu #scroll-menu > li.language-toggle a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.language-toggle a:after {
    height: 1px;
    bottom: 24px;
  }
  #menu #scroll-menu > li.language-toggle.zh a {
    padding-right: 2px;
  }
  #menu #scroll-menu > li.language-toggle.zh a:after {
    right: 2px;
  }
  #menu #scroll-menu > li.language-toggle.de a {
    padding-left: 2px;
  }
  #menu #scroll-menu > li.language-toggle.de a:after {
    left: 2px;
  }
  #menu #scroll-menu > li.language-toggle.on a:after {
    opacity: 1;
  }
  #menu #scroll-menu > li.mobile-break {
    display: none;
  }
  #menu #scroll-menu > li.active > a:after,
  #menu #scroll-menu > li > a:hover:after {
    opacity: 1;
  }
  #menu #scroll-menu > li > a {
    font-size: 17px;
    padding-top: 26px;
    padding-right: 11px;
    padding-bottom: 27px;
    padding-left: 11px;
    line-height: 1em;
    display: block;
    position: relative;
    text-decoration: none;
    color: white;
    font-family: BrauerNeue-Black, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #menu #scroll-menu > li > a:after {
    content: "";
    display: block;
    left: 11px;
    right: 11px;
    height: 3px;
    bottom: 22px;
    position: absolute;
    background-color: white;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
  }
  #menu #scroll-menu .cart a,
  #menu #scroll-menu .facebook a,
  #menu #scroll-menu .instagram a {
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0;
    padding-right: 0;
  }
  #menu #scroll-menu .close {
    display: none;
  }
  #menu #scroll-menu .cart {
    padding-left: 37px;
    padding-right: 7px;
  }
  #menu #scroll-menu .cart a {
    width: 16.5px;
    height: 14px;
    background-size: 16.5px 13px;
    background-image: url("/images/layout-icon-cart.svg");
  }
  #menu #scroll-menu .facebook {
    padding-left: 8px;
    padding-right: 8px;
  }
  #menu #scroll-menu .facebook a {
    width: 6px;
    height: 12px;
    background-size: 6px 12px;
    background-image: url("/images/layout-icon-facebook.svg");
  }
  #menu #scroll-menu .instagram {
    padding-right: 35px;
    padding-left: 8px;
  }
  #menu #scroll-menu .instagram a {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-image: url("/images/layout-icon-instagram.svg");
  }
  #layout-container .fp-slidesNav {
    width: 100%;
  }
  #layout-container .fp-slidesNav.bottom {
    bottom: 67px;
  }
  #layout-container .fp-slidesNav ul {
    display: block;
    text-align: right;
    margin: 0 12px 0 0;
  }
  #layout-container .fp-slidesNav ul li {
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0 4px;
  }
  #layout-container .fp-slidesNav ul li a {
    margin: 0;
    padding: 0;
  }
  #layout-container .fp-slidesNav ul li a span {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #layout-container .fp-slidesNav ul li a.active span {
    background-color: transparent;
    border: 2px solid white;
  }
  #layout-footer {
    height: 52px;
  }
  #layout-footer a {
    padding: 11px 0 18px 0;
  }
  #viewport:after {
    content: 'X';
  }
  .headline-1 {
    font-size: 90px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .headline-2 {
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .headline-3 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .table-1,
  .list-1,
  .text-1 {
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 35px;
  }
  .overlayC .inner {
    width: 70%;
    padding: 150px 0;
  }
  .overlayC .headline-2 {
    margin-bottom: 52.5px;
  }
  .overlayC .headline-3 {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 52.5px 0 17.5px 0;
    text-transform: none;
  }
  .overlayC .close {
    margin-top: 35px;
  }
  .overlayC .close.abs {
    margin-top: 0;
  }
  .section.teilnahmebedingungen h1 {
    font-size: 90px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen h2 {
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen h3 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen li,
  .section.teilnahmebedingungen p {
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 35px;
  }
  .section:nth-of-type(1) .badge {
    width: 215px;
    height: 215px;
    top: 103px;
    left: 30px;
  }
  .section:nth-of-type(2) .headline {
    font-size: 75px;
    line-height: 1em;
    position: absolute;
    width: 100%;
    top: 15vh;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-image {
    background-image: url("/images/content-produkte.png");
    background-size: auto 52%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    bottom: 55px;
  }
  .section:nth-of-type(2) .prod-info {
    position: absolute;
    width: 100%;
    bottom: 12vh;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-info h2 {
    margin: 0 0 3px 0;
    line-height: 1.2em;
    font-size: 55px;
  }
  .section:nth-of-type(2) .prod-info p {
    width: 50%;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(2) .prod-alk {
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    bottom: 65px;
    right: 18px;
    text-align: right;
  }
  .section.history .headline {
    margin: 0 auto;
    font-size: 230px;
    line-height: 1.2em;
    letter-spacing: -5px;
    width: 50%;
  }
  .section.history .sub-headline {
    margin: -45px auto 6px auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 80px;
    width: 80%;
  }
  .section.history .text {
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    width: 50%;
  }
  .section.history .link {
    margin: 46px auto 0 auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 35px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    bottom: 10vh;
  }
  .section:nth-of-type(11) {
    background-image: url("/images/content-kontakt-bg.gif");
    background-position: center right;
  }
  .section:nth-of-type(11) form {
    padding-top: 173px;
  }
  .section:nth-of-type(11) #contact {
    padding: 0 17px;
    margin: 0 auto;
  }
  .section:nth-of-type(11) #contact .headline {
    font-size: 60px;
    margin-bottom: 4px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .sub-headline {
    font-size: 33px;
    margin-bottom: 38px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .input {
    margin-bottom: 5px;
  }
  .section:nth-of-type(11) #contact .input input,
  .section:nth-of-type(11) #contact .input textarea {
    font-size: 17px;
    line-height: 22px;
    border: 0;
    padding: 6px;
    resize: none;
    box-sizing: border-box;
    background-color: rgba(175,11,21,0.8);
    border: 2px solid rgba(175,11,21,0.8);
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(1) input {
    width: 700px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(2) input {
    width: 700px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(3) input {
    width: 700px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(4) textarea {
    width: 700px;
    height: 214px;
  }
  .section:nth-of-type(11) #contact .input ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input ::-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-ms-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input.focus ::-webkit-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus ::-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-ms-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #sub-contact {
    padding-bottom: 81px;
  }
  .section:nth-of-type(11) #sub-contact #send {
    font-size: 40px;
    margin: 28px auto 37px auto;
    padding-bottom: 50px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #sub-contact .imprint {
    position: absolute;
    width: 80%;
    left: 10%;
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #sub-contact .imprint span {
    white-space: nowrap;
  }
  .section:nth-of-type(11) #sub-contact .imprint span:after {
    content: ", ";
  }
  .section:nth-of-type(11) #sub-contact .imprint span:last-of-type:after {
    display: none;
  }
  .section:nth-of-type(11) .scroll-up {
    width: 58px;
    height: 70px;
    top: 73px;
    right: 0;
    background-position: 18px 26px;
    background-size: 22px 22px;
  }
  .de .section:nth-of-type(11) .schuetze {
    background-image: url("/images/content-jetzt-schuetze-de.svg");
  }
}
@media all and (min-width: 901px) and (max-width: 1199px) {
  #bx-pager-custom {
    position: absolute;
    bottom: 63px;
    right: 6px;
  }
  #bx-pager-custom .bx-pager-item {
    float: left;
    padding: 0 4px;
  }
  #bx-pager-custom .bx-pager-item a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #bx-pager-custom .bx-pager-item a.active {
    background-color: transparent;
    border: 2px solid white;
  }
  #layout-agegate-wrapper.on .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #d1001b;
    border-bottom: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .top a {
    display: inline-block;
    height: 70px;
    width: 236px;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 42px 42px, 182px 24px;
    background-position: 0 14px, 54px 24px;
    background-repeat: no-repeat;
  }
  #layout-agegate-wrapper.on .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #d1001b;
    border-top: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .bottom a {
    display: inline-block;
    z-index: 2;
    position: relative;
    padding: 11px 0 18px 0;
    height: 20px;
    width: 215px;
    background-image: url("/images/layout-slogan.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #layout-agegate {
    top: 73px;
    bottom: 53px;
    background-position: center;
  }
  #layout-agegate .table {
    background-color: transparent;
  }
  #layout-agegate .headline {
    font-size: 100px;
    margin-bottom: 28px;
    letter-spacing: -2px;
    padding: 0 40px;
  }
  #layout-agegate .headline.decline {
    font-size: 60px;
    padding: 0 15%;
    margin-bottom: 0;
  }
  #layout-agegate .sub-headline {
    text-align: center;
  }
  #layout-agegate .button {
    font-size: 40px;
  }
  #layout-agegate .button.yes {
    display: inline-block;
    padding-right: 30px;
  }
  #layout-agegate .button.no {
    display: inline-block;
    padding-left: 30px;
  }
  #layout-header {
    height: 70px;
  }
  #menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
  }
  #menu.clicked #mobile-nav {
    background-image: url("/images/layout-icon-delete.svg");
  }
  #menu #mobile-nav {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-image: url("/images/layout-icon-burger.svg");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
  #menu.clicked #scroll-menu {
    opacity: 1;
  }
  #menu.clicked #menu-wrapper {
    max-height: 100%;
  }
  #menu #menu-wrapper {
    overflow-y: hidden;
    position: fixed;
    top: 73px;
    max-height: 0;
    left: 0;
    right: 0;
    bottom: 53px;
    background-color: #d1001b;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
  }
  #menu #menu-wrapper .table {
    display: table;
    width: 100%;
    height: 100%;
  }
  #menu #menu-wrapper .table .cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  #menu #scroll-menu {
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  #menu #scroll-menu:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #menu #scroll-menu > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul > li > a {
    font-size: 31px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #menu #scroll-menu > li.language-toggle {
    display: inline-block;
  }
  #menu #scroll-menu > li.language-toggle a {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.language-toggle a:after {
    height: 1px;
    bottom: 21px;
  }
  #menu #scroll-menu > li.language-toggle.zh a {
    padding-right: 4px;
  }
  #menu #scroll-menu > li.language-toggle.zh a:after {
    right: 4px;
  }
  #menu #scroll-menu > li.language-toggle.de a {
    padding-left: 4px;
  }
  #menu #scroll-menu > li.language-toggle.de a:after {
    left: 4px;
  }
  #menu #scroll-menu > li.language-toggle.on a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.mobile-break {
    display: block;
    height: 0;
    overflow: hidden;
  }
  #menu #scroll-menu > li.active a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li a {
    font-size: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1em;
    display: block;
    position: relative;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: BrauerNeue-Black, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
  }
  #menu #scroll-menu .facebook,
  #menu #scroll-menu .instagram {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 59px;
    box-sizing: border-box;
  }
  #menu #scroll-menu .facebook a,
  #menu #scroll-menu .instagram a {
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    padding: 0;
  }
  #menu #scroll-menu .close {
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #menu #scroll-menu .close a {
    display: inline-block;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/layout-icon-delete.svg");
    width: 22px;
    height: 22px;
    padding: 0;
  }
  #menu #scroll-menu .facebook {
    padding-right: 14.5px;
    text-align: right;
  }
  #menu #scroll-menu .facebook a {
    width: 14px;
    height: 29px;
    background-size: 14px 29px;
    background-image: url("/images/layout-icon-facebook.svg");
  }
  #menu #scroll-menu .instagram {
    padding-left: 14.5px;
  }
  #menu #scroll-menu .instagram a {
    width: 29px;
    height: 29px;
    background-size: 29px 29px;
    background-image: url("/images/layout-icon-instagram.svg");
  }
  #brand {
    height: 100%;
    width: 100%;
    text-align: center;
  }
  #brand a {
    display: inline-block;
    height: 70px;
    width: 234px;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 42px 42px, 182px 24px;
    background-position: 0px 14px, 52px 24px;
    background-repeat: no-repeat;
  }
  #layout-container .fp-slidesNav {
    width: 100%;
  }
  #layout-container .fp-slidesNav.bottom {
    bottom: 65px;
  }
  #layout-container .fp-slidesNav ul {
    display: block;
    text-align: right;
    margin: 0 12px 0 0;
  }
  #layout-container .fp-slidesNav ul li {
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0 4px;
  }
  #layout-container .fp-slidesNav ul li a {
    margin: 0;
    padding: 0;
  }
  #layout-container .fp-slidesNav ul li a span {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #layout-container .fp-slidesNav ul li a.active span {
    background-color: transparent;
    border: 2px solid white;
  }
  #layout-footer {
    height: 50px;
  }
  #layout-footer a {
    padding: 11px 0 18px 0;
  }
  #viewport:after {
    content: 'L';
  }
  .inner-footer .footer .inner span br {
    display: block !important;
  }
  .headline-1 {
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .headline-2 {
    font-size: 59px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .headline-3 {
    font-size: 36.5px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .table-1,
  .list-1,
  .text-1 {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 35px;
  }
  .overlayC .inner {
    width: 70%;
    padding: 130px 0;
  }
  .overlayC .headline-2 {
    margin-bottom: 52.5px;
  }
  .overlayC .headline-3 {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 52.5px 0 17.5px 0;
    text-transform: none;
  }
  .overlayC .close {
    margin-top: 35px;
  }
  .overlayC .close.abs {
    margin-top: 0;
  }
  .section.teilnahmebedingungen h1 {
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen h2 {
    font-size: 59px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen h3 {
    font-size: 36.5px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen li,
  .section.teilnahmebedingungen p {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 35px;
  }
  .section:nth-of-type(1) .badge {
    width: 164px;
    height: 164px;
    top: 96px;
    left: 23px;
  }
  .section:nth-of-type(2) .headline {
    font-size: 75px;
    line-height: 1em;
    position: absolute;
    width: 100%;
    top: 123px;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-image {
    background-image: url("/images/content-produkte.png");
    background-size: auto 40%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    bottom: 53px;
  }
  .section:nth-of-type(2) .prod-info {
    position: absolute;
    width: 100%;
    bottom: 80px;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-info h2 {
    margin: 0 0 3px 0;
    line-height: 1.2em;
    font-size: 55px;
  }
  .section:nth-of-type(2) .prod-info p {
    width: 70%;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(2) .prod-alk {
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    bottom: 63px;
    right: 18px;
    text-align: right;
  }
  .section.history .headline {
    margin: 0 auto;
    font-size: 230px;
    line-height: 1.2em;
    letter-spacing: -5px;
    width: 50%;
  }
  .section.history .sub-headline {
    margin: -45px auto 6px auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 80px;
    width: 90%;
  }
  .section.history .text {
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    width: 70%;
  }
  .section.history .link {
    margin: 46px auto 0 auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 25px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    bottom: 10vh;
  }
  .section:nth-of-type(11) {
    background-image: url("/images/content-kontakt-bg.gif");
    background-position: center right;
  }
  .section:nth-of-type(11) form {
    padding-top: 128px;
  }
  .section:nth-of-type(11) #contact {
    padding: 0 17px;
    margin: 0 auto;
  }
  .section:nth-of-type(11) #contact .headline {
    font-size: 60px;
    margin-bottom: 4px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .sub-headline {
    font-size: 33px;
    margin-bottom: 38px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .input {
    margin-bottom: 5px;
  }
  .section:nth-of-type(11) #contact .input input,
  .section:nth-of-type(11) #contact .input textarea {
    font-size: 17px;
    line-height: 22px;
    border: 0;
    padding: 6px;
    resize: none;
    box-sizing: border-box;
    background-color: rgba(175,11,21,0.8);
    border: 2px solid rgba(175,11,21,0.8);
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(1) input {
    width: 700px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(2) input {
    width: 700px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(3) input {
    width: 700px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(4) textarea {
    width: 700px;
    height: 214px;
  }
  .section:nth-of-type(11) #contact .input ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input ::-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-ms-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input.focus ::-webkit-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus ::-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-ms-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #sub-contact {
    padding-bottom: 79px;
  }
  .section:nth-of-type(11) #sub-contact #send {
    font-size: 40px;
    margin: 28px auto 37px auto;
    padding-bottom: 50px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #sub-contact .imprint {
    position: absolute;
    width: 80%;
    left: 10%;
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #sub-contact .imprint span {
    white-space: nowrap;
  }
  .section:nth-of-type(11) #sub-contact .imprint span:after {
    content: ", ";
  }
  .section:nth-of-type(11) #sub-contact .imprint span:last-of-type:after {
    display: none;
  }
  .section:nth-of-type(11) .scroll-up {
    width: 58px;
    height: 70px;
    top: 73px;
    right: 0;
    background-position: 18px 26px;
    background-size: 22px 22px;
  }
  .de .section:nth-of-type(11) .schuetze {
    background-image: url("/images/content-jetzt-schuetze-medium-de.svg");
  }
}
@media all and (min-width: 601px) and (max-width: 900px) {
  #bx-pager-custom {
    position: absolute;
    bottom: 63px;
    right: 6px;
  }
  #bx-pager-custom .bx-pager-item {
    float: left;
    padding: 0 4px;
  }
  #bx-pager-custom .bx-pager-item a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #bx-pager-custom .bx-pager-item a.active {
    background-color: transparent;
    border: 2px solid white;
  }
  #layout-agegate-wrapper.on .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #d1001b;
    border-bottom: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .top a {
    display: inline-block;
    height: 70px;
    width: 236px;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 42px 42px, 182px 24px;
    background-position: 0 14px, 54px 24px;
    background-repeat: no-repeat;
  }
  #layout-agegate-wrapper.on .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #d1001b;
    border-top: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .bottom a {
    display: inline-block;
    z-index: 2;
    position: relative;
    padding: 11px 0 18px 0;
    height: 20px;
    width: 215px;
    background-image: url("/images/layout-slogan.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #layout-agegate {
    top: 73px;
    bottom: 53px;
    background-position: center;
  }
  #layout-agegate .table {
    background-color: transparent;
  }
  #layout-agegate .headline {
    font-size: 100px;
    margin-bottom: 58px;
    letter-spacing: -2px;
    padding: 0 40px;
  }
  #layout-agegate .headline.decline {
    font-size: 80px;
    padding: 0 7.5%;
    margin-bottom: 0;
  }
  #layout-agegate .sub-headline {
    text-align: center;
  }
  #layout-agegate .button {
    font-size: 40px;
    display: block;
    text-align: center;
  }
  #layout-agegate .button.yes {
    margin-bottom: 17px;
  }
  #menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
  }
  #menu.clicked #mobile-nav {
    background-image: url("/images/layout-icon-delete.svg");
  }
  #menu #mobile-nav {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-image: url("/images/layout-icon-burger.svg");
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
  #menu.clicked #scroll-menu {
    opacity: 1;
  }
  #menu.clicked #menu-wrapper {
    max-height: 100%;
  }
  #menu #menu-wrapper {
    overflow-y: hidden;
    position: fixed;
    top: 73px;
    max-height: 0;
    left: 0;
    right: 0;
    bottom: 53px;
    background-color: #d1001b;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
  }
  #menu #menu-wrapper .table {
    display: table;
    width: 100%;
    height: 100%;
  }
  #menu #menu-wrapper .table .cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  #menu #scroll-menu {
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  #menu #scroll-menu:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #menu #scroll-menu > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul > li > a {
    font-size: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #menu #scroll-menu > li.language-toggle {
    display: inline-block;
  }
  #menu #scroll-menu > li.language-toggle a {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.language-toggle a:after {
    height: 1px;
    bottom: 21px;
  }
  #menu #scroll-menu > li.language-toggle.zh a {
    padding-right: 4px;
  }
  #menu #scroll-menu > li.language-toggle.zh a:after {
    right: 4px;
  }
  #menu #scroll-menu > li.language-toggle.de a {
    padding-left: 4px;
  }
  #menu #scroll-menu > li.language-toggle.de a:after {
    left: 4px;
  }
  #menu #scroll-menu > li.language-toggle.on a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.mobile-break {
    display: block;
    height: 0;
    overflow: hidden;
  }
  #menu #scroll-menu > li.active a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li a {
    font-size: 42px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1em;
    display: block;
    position: relative;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: BrauerNeue-Black, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
  }
  #menu #scroll-menu .facebook,
  #menu #scroll-menu .instagram {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 59px;
    box-sizing: border-box;
  }
  #menu #scroll-menu .facebook a,
  #menu #scroll-menu .instagram a {
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    padding: 0;
  }
  #menu #scroll-menu .close {
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #menu #scroll-menu .close a {
    display: inline-block;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/layout-icon-delete.svg");
    width: 22px;
    height: 22px;
    padding: 0;
  }
  #menu #scroll-menu .facebook {
    padding-right: 14.5px;
    text-align: right;
  }
  #menu #scroll-menu .facebook a {
    width: 14px;
    height: 29px;
    background-size: 14px 29px;
    background-image: url("/images/layout-icon-facebook.svg");
  }
  #menu #scroll-menu .instagram {
    padding-left: 14.5px;
  }
  #menu #scroll-menu .instagram a {
    width: 29px;
    height: 29px;
    background-size: 29px 29px;
    background-image: url("/images/layout-icon-instagram.svg");
  }
  #menu #scroll-menu .instagram:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #brand {
    height: 70px;
    width: 100%;
    text-align: center;
  }
  #brand a {
    display: inline-block;
    height: 70px;
    width: 234px;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 42px 42px, 182px 24px;
    background-position: 0px 14px, 52px 24px;
    background-repeat: no-repeat;
  }
  #layout-container .fp-slidesNav {
    width: 100%;
  }
  #layout-container .fp-slidesNav.bottom {
    bottom: 65px;
  }
  #layout-container .fp-slidesNav ul {
    display: block;
    text-align: right;
    margin: 0 12px 0 0;
  }
  #layout-container .fp-slidesNav ul li {
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0 4px;
  }
  #layout-container .fp-slidesNav ul li a {
    margin: 0;
    padding: 0;
  }
  #layout-container .fp-slidesNav ul li a span {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #layout-container .fp-slidesNav ul li a.active span {
    background-color: transparent;
    border: 2px solid white;
  }
  #layout-footer {
    height: 50px;
  }
  #layout-footer a {
    padding: 11px 0 18px 0;
  }
  #viewport:after {
    content: 'M';
  }
  .inner-footer .footer .inner {
    display: block !important;
    padding: 25px 0 77px 0 !important;
  }
  .inner-footer .footer .inner span {
    display: block;
    margin-bottom: 15px !important;
  }
  .inner-footer .footer .inner span:last-of-type {
    margin-bottom: 0 !important;
  }
  .headline-1 {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .headline-2 {
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .headline-3 {
    font-size: 33px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .table-1,
  .list-1,
  .text-1 {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 35px;
  }
  .overlayC .inner {
    width: 70%;
    padding: 110px 0;
  }
  .overlayC .headline-2 {
    margin-bottom: 52.5px;
  }
  .overlayC .headline-3 {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 52.5px 0 17.5px 0;
    text-transform: none;
  }
  .overlayC .close {
    margin-top: 35px;
  }
  .overlayC .close.abs {
    margin-top: 0;
  }
  .section.teilnahmebedingungen h1 {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen h2 {
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen h3 {
    font-size: 33px;
    line-height: 1em;
    margin-bottom: 35px;
  }
  .section.teilnahmebedingungen li,
  .section.teilnahmebedingungen p {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 35px;
  }
  .section:nth-of-type(1) .badge {
    width: 164px;
    height: 164px;
    top: 96px;
    left: 23px;
  }
  .section:nth-of-type(2) .headline {
    font-size: 75px;
    line-height: 1em;
    position: absolute;
    width: 100%;
    top: 143px;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-image {
    background-image: url("/images/content-produkte-mobile.png");
    background-size: auto 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    bottom: 53px;
  }
  .section:nth-of-type(2) .prod-info {
    position: absolute;
    width: 100%;
    bottom: 80px;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-info h2 {
    margin: 0 0 3px 0;
    line-height: 1.2em;
    font-size: 55px;
  }
  .section:nth-of-type(2) .prod-info p {
    padding: 0 60px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(2) .prod-alk {
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    bottom: 63px;
    right: 18px;
    text-align: right;
  }
  .section.history .headline {
    margin: 0 auto;
    font-size: 230px;
    line-height: 1.2em;
    letter-spacing: -5px;
    width: 90%;
  }
  .section.history .sub-headline {
    margin: -45px auto 6px auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 80px;
    width: 90%;
  }
  .section.history .text {
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    width: 90%;
  }
  .section.history .link {
    margin: 46px auto 0 auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 25px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    bottom: 10vh;
  }
  .section:nth-of-type(11) {
    background-image: url("/images/content-kontakt-bg-portrait.gif");
    background-position: center right;
  }
  .section:nth-of-type(11) form {
    padding-top: 143px;
  }
  .section:nth-of-type(11) #contact {
    padding: 0 17px;
    margin: 0 auto;
  }
  .section:nth-of-type(11) #contact .headline {
    font-size: 60px;
    margin-bottom: 4px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .sub-headline {
    font-size: 30px;
    margin-bottom: 38px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .input {
    margin-bottom: 5px;
  }
  .section:nth-of-type(11) #contact .input input,
  .section:nth-of-type(11) #contact .input textarea {
    font-size: 17px;
    line-height: 22px;
    border: 0;
    padding: 6px;
    resize: none;
    box-sizing: border-box;
    background-color: rgba(175,11,21,0.8);
    border: 2px solid rgba(175,11,21,0.8);
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(1) input {
    width: 500px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(2) input {
    width: 500px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(3) input {
    width: 500px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(4) textarea {
    width: 500px;
    height: 214px;
  }
  .section:nth-of-type(11) #contact .input ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input ::-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-ms-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input.focus ::-webkit-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus ::-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-ms-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #sub-contact {
    padding-bottom: 79px;
  }
  .section:nth-of-type(11) #sub-contact #send {
    font-size: 40px;
    margin: 28px auto 37px auto;
    padding-bottom: 50px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #sub-contact .imprint {
    position: absolute;
    width: 80%;
    left: 10%;
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #sub-contact .imprint span {
    white-space: nowrap;
  }
  .section:nth-of-type(11) #sub-contact .imprint span:after {
    content: ", ";
  }
  .section:nth-of-type(11) #sub-contact .imprint span:last-of-type:after {
    display: none;
  }
  .section:nth-of-type(11) .scroll-up {
    width: 58px;
    height: 70px;
    top: 73px;
    right: 0;
    background-position: 18px 26px;
    background-size: 22px 22px;
  }
  .de .section:nth-of-type(11) .schuetze {
    background-image: url("/images/content-jetzt-schuetze-medium-de.svg");
  }
}
@media all and (min-width: 351px) and (max-width: 600px) {
  #bx-pager-custom {
    position: absolute;
    bottom: 43px;
    right: 4px;
  }
  #bx-pager-custom .bx-pager-item {
    float: left;
    padding: 0 2.5px;
  }
  #bx-pager-custom .bx-pager-item a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #bx-pager-custom .bx-pager-item a.active {
    background-color: transparent;
    border: 1px solid white;
  }
  #layout-agegate-wrapper.on .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    background-color: #d1001b;
    border-bottom: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .top a {
    height: 52px;
    width: 186px;
    display: inline-block;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 32px 32px, 144px 19px;
    background-position: 0 10px, 42px 18px;
    background-repeat: no-repeat;
  }
  #layout-agegate-wrapper.on .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    background-color: #d1001b;
    border-top: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .bottom a {
    display: inline-block;
    z-index: 2;
    position: relative;
    background-image: url("/images/layout-slogan.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 13px;
    padding: 7px 0 12px 0;
    width: 139.7px;
  }
  #layout-agegate {
    top: 55px;
    bottom: 37px;
    background-position: center;
  }
  #layout-agegate .table {
    background-color: transparent;
  }
  #layout-agegate .headline {
    font-size: 40px;
    top: 25px;
    left: 40px;
    right: 40px;
    letter-spacing: 1px;
    position: absolute;
  }
  #layout-agegate .headline.decline {
    position: static;
    font-size: 40px;
    padding: 0 15%;
  }
  #layout-agegate .sub-headline {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
  }
  #layout-agegate .button {
    font-size: 17px;
    display: block;
    text-align: center;
    line-height: 1.2em;
  }
  #layout-agegate .button.yes {
    margin-bottom: 17px;
  }
  #brand {
    width: 100%;
    height: 52px;
    text-align: center;
  }
  #brand a {
    height: 52px;
    width: 100%;
    display: block;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 32px 32px, 144px 19px;
    background-position: 12px 10px, center 18px;
    background-repeat: no-repeat;
  }
  #menu {
    position: absolute;
    height: 52px;
    width: 52px;
    top: 0;
    right: 0;
  }
  #menu.clicked #mobile-nav {
    background-image: url("/images/layout-icon-delete.svg");
  }
  #menu #mobile-nav {
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0;
    width: 53.5px;
    background-image: url("/images/layout-icon-burger.svg");
    background-size: 19.5px 19.5px;
    background-position: center;
    background-repeat: no-repeat;
  }
  #menu.clicked #scroll-menu {
    opacity: 1;
  }
  #menu.clicked #menu-wrapper {
    max-height: 100%;
  }
  #menu #menu-wrapper {
    overflow-y: hidden;
    position: fixed;
    top: 55px;
    max-height: 0;
    left: 0;
    right: 0;
    bottom: 37px;
    background-color: #d1001b;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
  }
  #menu #menu-wrapper .table {
    display: table;
    width: 100%;
    height: 100%;
  }
  #menu #menu-wrapper .table .cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  #menu #scroll-menu {
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  #menu #scroll-menu:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #menu #scroll-menu > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul > li > a {
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #menu #scroll-menu > li.language-toggle {
    display: inline-block;
  }
  #menu #scroll-menu > li.language-toggle a {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.language-toggle a:after {
    height: 1px;
    bottom: 21px;
  }
  #menu #scroll-menu > li.language-toggle.zh a {
    padding-right: 4px;
  }
  #menu #scroll-menu > li.language-toggle.zh a:after {
    right: 4px;
  }
  #menu #scroll-menu > li.language-toggle.de a {
    padding-left: 4px;
  }
  #menu #scroll-menu > li.language-toggle.de a:after {
    left: 4px;
  }
  #menu #scroll-menu > li.language-toggle.on a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.mobile-break {
    display: block;
    height: 0;
    overflow: hidden;
  }
  #menu #scroll-menu > li.active a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li a {
    font-size: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
    display: block;
    position: relative;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: BrauerNeue-Black, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
  }
  #menu #scroll-menu .facebook,
  #menu #scroll-menu .instagram {
    display: inline-block;
    margin-top: 33px;
    box-sizing: border-box;
  }
  #menu #scroll-menu .facebook a,
  #menu #scroll-menu .instagram a {
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    padding: 0;
  }
  #menu #scroll-menu .close {
    display: none;
  }
  #menu #scroll-menu .facebook {
    padding-right: 14.5px;
    text-align: right;
  }
  #menu #scroll-menu .facebook a {
    width: 14px;
    height: 29px;
    background-size: 14px 29px;
    background-image: url("/images/layout-icon-facebook.svg");
  }
  #menu #scroll-menu .instagram {
    padding-left: 14.5px;
  }
  #menu #scroll-menu .instagram a {
    width: 29px;
    height: 29px;
    background-size: 29px 29px;
    background-image: url("/images/layout-icon-instagram.svg");
  }
  #menu #scroll-menu .instagram:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #layout-container .fp-slidesNav {
    width: 100%;
  }
  #layout-container .fp-slidesNav.bottom {
    bottom: 43px;
  }
  #layout-container .fp-slidesNav ul {
    display: block;
    text-align: right;
    margin: 0 8px 0 0;
  }
  #layout-container .fp-slidesNav ul li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0 2.5px;
  }
  #layout-container .fp-slidesNav ul li a {
    margin: 0;
    padding: 0;
  }
  #layout-container .fp-slidesNav ul li a span {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #layout-container .fp-slidesNav ul li a.active span {
    background-color: transparent;
    border: 1px solid white;
  }
  #layout-footer {
    height: 34px;
  }
  #layout-footer .besser-wirds-nuemme {
    height: 13px;
    padding: 7px 0 12px 0;
    width: 139.7px;
  }
  #layout-footer .scroll-down:after {
    background-position: center;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 9px;
  }
  #viewport:after {
    content: 'S';
  }
  .inner-footer .footer .inner {
    display: block !important;
    padding: 25px 0 59px 0 !important;
  }
  .inner-footer .footer .inner span {
    display: block !important;
    margin-bottom: 15px !important;
  }
  .inner-footer .footer .inner span:last-of-type {
    margin-bottom: 0 !important;
  }
  .headline-1 {
    font-size: 33px;
    line-height: 1em;
    margin-bottom: 28px;
  }
  .headline-2 {
    font-size: 37px;
    line-height: 1em;
    margin-bottom: 28px;
  }
  .headline-3 {
    font-size: 29.5px;
    line-height: 1em;
    margin-bottom: 28px;
  }
  .table-1,
  .list-1,
  .text-1 {
    font-size: 19px;
    line-height: 1.2em;
    margin-bottom: 28px;
  }
  .overlayC .inner {
    width: 77.5%;
    padding: 90px 0;
  }
  .overlayC .headline-2 {
    margin-bottom: 42px;
  }
  .overlayC .headline-3 {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 42px 0 14px 0;
    text-transform: none;
  }
  .overlayC .close {
    margin-top: 28px;
  }
  .overlayC .close.abs {
    margin-top: 0;
  }
  .section.teilnahmebedingungen h1 {
    font-size: 33px;
    line-height: 1em;
    margin-bottom: 28px;
  }
  .section.teilnahmebedingungen h2 {
    font-size: 37px;
    line-height: 1em;
    margin-bottom: 28px;
  }
  .section.teilnahmebedingungen h3 {
    font-size: 29.5px;
    line-height: 1em;
    margin-bottom: 28px;
  }
  .section.teilnahmebedingungen li,
  .section.teilnahmebedingungen p {
    font-size: 19px;
    line-height: 1.2em;
    margin-bottom: 28px;
  }
  .section:nth-of-type(1) .badge {
    width: 128px;
    height: 128px;
    bottom: 55px;
    left: 18px;
  }
  .section:nth-of-type(2) .headline {
    font-size: 60px;
    line-height: 1.2em;
    position: absolute;
    width: 100%;
    top: 70px;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-image {
    background-image: url("/images/content-produkte-mobile.png");
    background-size: auto 52%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 80px;
  }
  .section:nth-of-type(2) .prod-info {
    position: absolute;
    width: 100%;
    bottom: 70px;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-info h2 {
    margin: 0 0 5px 0;
    line-height: 1.2em;
    font-size: 40px;
  }
  .section:nth-of-type(2) .prod-info p {
    padding: 0 19px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(2) .prod-alk {
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    bottom: 47px;
    right: 18px;
    text-align: right;
  }
  .section.history .headline {
    margin: 0 auto;
    font-size: 112px;
    line-height: 1.2em;
    letter-spacing: -5px;
    width: 90%;
  }
  .section.history .sub-headline {
    margin: -5px auto 21px auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 28px;
    width: 90%;
  }
  .section.history .text {
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    width: 90%;
  }
  .section.history .link {
    margin: 36px auto 0 auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 20px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    bottom: 10vh;
  }
  .section:nth-of-type(11) {
    background-image: url("/images/content-kontakt-bg-portrait.gif");
    background-position: center right;
  }
  .section:nth-of-type(11) form {
    padding-top: 87px;
  }
  .section:nth-of-type(11) #contact {
    padding: 0 17px;
    margin: 0 auto;
  }
  .section:nth-of-type(11) #contact .headline {
    font-size: 40px;
    margin-bottom: 4px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .sub-headline {
    font-size: 19px;
    margin-bottom: 38px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .input {
    margin-bottom: 5px;
  }
  .section:nth-of-type(11) #contact .input input,
  .section:nth-of-type(11) #contact .input textarea {
    font-size: 14px;
    line-height: 22px;
    border: 0;
    padding: 6px;
    resize: none;
    box-sizing: border-box;
    background-color: rgba(175,11,21,0.8);
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(1) input {
    width: 100%;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(2) input {
    width: 100%;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(3) input {
    width: 100%;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(4) textarea {
    width: 100%;
    height: 214px;
  }
  .section:nth-of-type(11) #contact .input ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input ::-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-ms-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input.focus ::-webkit-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus ::-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-ms-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #sub-contact {
    padding-bottom: 63px;
  }
  .section:nth-of-type(11) #sub-contact #send {
    font-size: 28px;
    margin: 28px auto 37px auto;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #sub-contact .imprint {
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #sub-contact .imprint span {
    display: block;
  }
  .section:nth-of-type(11) .scroll-up {
    width: 33px;
    height: 33px;
    top: 55px;
    right: 9px;
    background-position: 9px 9px;
    background-size: 15px 15px;
  }
  .hidden-mobile {
    display: none;
  }
  .de .section:nth-of-type(11) .schuetze {
    background-image: url("/images/content-jetzt-schuetze-small-de.svg");
  }
}
@media all and (max-width: 350px) {
  #bx-pager-custom {
    position: absolute;
    bottom: 43px;
    right: 4px;
  }
  #bx-pager-custom .bx-pager-item {
    float: left;
    padding: 0 2.5px;
  }
  #bx-pager-custom .bx-pager-item a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #bx-pager-custom .bx-pager-item a.active {
    background-color: transparent;
    border: 1px solid white;
  }
  #layout-agegate-wrapper.on .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    background-color: #d1001b;
    border-bottom: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .top a {
    height: 52px;
    width: 186px;
    display: inline-block;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 32px 32px, 144px 19px;
    background-position: 0 10px, 42px 18px;
    background-repeat: no-repeat;
  }
  #layout-agegate-wrapper.on .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    background-color: #d1001b;
    border-top: 3px solid #af0b15;
    text-align: center;
  }
  #layout-agegate-wrapper.on .bottom a {
    display: inline-block;
    z-index: 2;
    position: relative;
    background-image: url("/images/layout-slogan.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 13px;
    padding: 7px 0 12px 0;
    width: 139.7px;
  }
  #layout-agegate {
    top: 55px;
    bottom: 37px;
    background-position: center;
  }
  #layout-agegate .table {
    background-color: transparent;
  }
  #layout-agegate .headline {
    font-size: 40px;
    top: 25px;
    left: 40px;
    right: 40px;
    letter-spacing: 1px;
    position: absolute;
  }
  #layout-agegate .headline.decline {
    position: static;
    font-size: 40px;
    padding: 0 7.5%;
  }
  #layout-agegate .sub-headline {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
  }
  #layout-agegate .button {
    font-size: 17px;
    display: block;
    text-align: center;
    line-height: 1.2em;
  }
  #layout-agegate .button.yes {
    margin-bottom: 17px;
  }
  #brand {
    width: 100%;
    height: 52px;
    text-align: center;
  }
  #brand a {
    height: 52px;
    width: 100%;
    display: block;
    background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
    background-size: 32px 32px, 144px 19px;
    background-position: 12px 10px, center 18px;
    background-repeat: no-repeat;
  }
  #menu {
    position: absolute;
    height: 52px;
    width: 52px;
    top: 0;
    right: 0;
  }
  #menu.clicked #mobile-nav {
    background-image: url("/images/layout-icon-delete.svg");
  }
  #menu #mobile-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    width: 52px;
    height: 52px;
    background-image: url("/images/layout-icon-burger.svg");
    background-size: 19.5px 19.5px;
    background-position: 17px 17px;
    background-repeat: no-repeat;
  }
  #menu.clicked #scroll-menu {
    opacity: 1;
  }
  #menu.clicked #menu-wrapper {
    max-height: 100%;
  }
  #menu #menu-wrapper {
    overflow-y: hidden;
    position: fixed;
    top: 55px;
    max-height: 0;
    left: 0;
    right: 0;
    bottom: 37px;
    background-color: #d1001b;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
  }
  #menu #menu-wrapper .table {
    display: table;
    width: 100%;
    height: 100%;
  }
  #menu #menu-wrapper .table .cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  #menu #scroll-menu {
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  #menu #scroll-menu:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #menu #scroll-menu > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #menu #scroll-menu > li > ul > li > a {
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #menu #scroll-menu > li.language-toggle {
    display: inline-block;
  }
  #menu #scroll-menu > li.language-toggle a {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.language-toggle a:after {
    height: 1px;
    bottom: 21px;
  }
  #menu #scroll-menu > li.language-toggle.zh a {
    padding-right: 4px;
  }
  #menu #scroll-menu > li.language-toggle.zh a:after {
    right: 4px;
  }
  #menu #scroll-menu > li.language-toggle.de a {
    padding-left: 4px;
  }
  #menu #scroll-menu > li.language-toggle.de a:after {
    left: 4px;
  }
  #menu #scroll-menu > li.language-toggle.on a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li.mobile-break {
    display: block;
    height: 0;
    overflow: hidden;
  }
  #menu #scroll-menu > li.active a {
    font-family: BrauerNeue-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #menu #scroll-menu > li a {
    font-size: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
    display: block;
    position: relative;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: BrauerNeue-Black, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
  }
  #menu #scroll-menu .facebook,
  #menu #scroll-menu .instagram {
    display: inline-block;
    margin-top: 33px;
    box-sizing: border-box;
  }
  #menu #scroll-menu .facebook a,
  #menu #scroll-menu .instagram a {
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    padding: 0;
  }
  #menu #scroll-menu .close {
    display: none;
  }
  #menu #scroll-menu .facebook {
    padding-right: 14.5px;
    text-align: right;
  }
  #menu #scroll-menu .facebook a {
    width: 14px;
    height: 29px;
    background-size: 14px 29px;
    background-image: url("/images/layout-icon-facebook.svg");
  }
  #menu #scroll-menu .instagram {
    padding-left: 14.5px;
  }
  #menu #scroll-menu .instagram a {
    width: 29px;
    height: 29px;
    background-size: 29px 29px;
    background-image: url("/images/layout-icon-instagram.svg");
  }
  #menu #scroll-menu .instagram:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
  }
  #layout-container .fp-slidesNav {
    width: 100%;
  }
  #layout-container .fp-slidesNav.bottom {
    bottom: 43px;
  }
  #layout-container .fp-slidesNav ul {
    display: block;
    text-align: right;
    margin: 0 8px 0 0;
  }
  #layout-container .fp-slidesNav ul li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0 2.5px;
  }
  #layout-container .fp-slidesNav ul li a {
    margin: 0;
    padding: 0;
  }
  #layout-container .fp-slidesNav ul li a span {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
  }
  #layout-container .fp-slidesNav ul li a.active span {
    background-color: transparent;
    border: 1px solid white;
  }
  #layout-footer {
    height: 34px;
  }
  #layout-footer .besser-wirds-nuemme {
    height: 13px;
    padding: 7px 0 12px 0;
    width: 139.7px;
  }
  #layout-footer .scroll-down:after {
    background-position: center;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 9px;
  }
  #viewport:after {
    content: 'XS';
  }
  .inner-footer .footer .inner {
    display: block !important;
    padding: 25px 0 59px 0;
  }
  .inner-footer .footer .inner span {
    display: block !important;
    margin-bottom: 15px !important;
  }
  .inner-footer .footer .inner span:last-of-type {
    margin-bottom: 0 !important;
  }
  .headline-1 {
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 21px;
  }
  .headline-2 {
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 21px;
  }
  .headline-3 {
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 21px;
  }
  .table-1,
  .list-1,
  .text-1 {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 21px;
  }
  .overlayC .inner {
    width: 85%;
    padding: 70px 0;
  }
  .overlayC .headline-2 {
    margin-bottom: 31.5px;
  }
  .overlayC .headline-3 {
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 31.5px 0 10.5px 0;
    text-transform: none;
  }
  .overlayC .close {
    margin-top: 21px;
  }
  .overlayC .close.abs {
    margin-top: 0;
  }
  .section.teilnahmebedingungen h1 {
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 21px;
  }
  .section.teilnahmebedingungen h2 {
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 21px;
  }
  .section.teilnahmebedingungen h3 {
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 21px;
  }
  .section.teilnahmebedingungen li,
  .section.teilnahmebedingungen p {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 21px;
  }
  .section:nth-of-type(1) .badge {
    width: 110px;
    height: 110px;
    bottom: 52.5px;
    left: 15.5px;
  }
  .section:nth-of-type(2) .headline {
    font-size: 40px;
    line-height: 1.2em;
    position: absolute;
    width: 100%;
    top: 83px;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-image {
    background-image: url("/images/content-produkte-mobile.png");
    background-size: auto 45%;
    background-position: center 42%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    bottom: 37px;
  }
  .section:nth-of-type(2) .prod-info {
    position: absolute;
    width: 100%;
    bottom: 70px;
    text-align: center;
  }
  .section:nth-of-type(2) .prod-info h2 {
    margin: 0 0 3px 0;
    line-height: 1.2em;
    font-size: 40px;
  }
  .section:nth-of-type(2) .prod-info p {
    padding: 0 19px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(2) .prod-alk {
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    bottom: 47px;
    right: 18px;
    text-align: right;
  }
  .section.history .headline {
    margin: 0 auto;
    font-size: 112px;
    line-height: 1.2em;
    letter-spacing: -5px;
    width: 90%;
  }
  .section.history .sub-headline {
    margin: -5px auto 21px auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 28px;
    width: 90%;
  }
  .section.history .text {
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    width: 90%;
  }
  .section.history .link {
    margin: 26px auto 0 auto;
    line-height: 1em;
    letter-spacing: 1px;
    font-size: 20px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    bottom: 10vh;
  }
  .section:nth-of-type(11) {
    background-image: url("/images/content-kontakt-bg-portrait.gif");
    background-position: center right;
  }
  .section:nth-of-type(11) form {
    padding-top: 83px;
  }
  .section:nth-of-type(11) #contact {
    padding: 0 17px;
    margin: 0 auto;
  }
  .section:nth-of-type(11) #contact .headline {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .sub-headline {
    font-size: 19px;
    margin-bottom: 33px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #contact .input {
    margin-bottom: 5px;
  }
  .section:nth-of-type(11) #contact .input input,
  .section:nth-of-type(11) #contact .input textarea {
    font-size: 14px;
    line-height: 22px;
    border: 0;
    padding: 5px;
    resize: none;
    box-sizing: border-box;
    background-color: rgba(175,11,21,0.8);
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(1) input {
    width: 100%;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(2) input {
    width: 100%;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(3) input {
    width: 100%;
  }
  .section:nth-of-type(11) #contact .input:nth-of-type(4) textarea {
    width: 100%;
    height: 194px;
  }
  .section:nth-of-type(11) #contact .input ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input ::-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-ms-input-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input :-moz-placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: BrauerNeue-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .section:nth-of-type(11) #contact .input.focus ::-webkit-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus ::-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-ms-input-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #contact .input.focus :-moz-placeholder {
    opacity: 0;
  }
  .section:nth-of-type(11) #sub-contact {
    padding-bottom: 61px;
  }
  .section:nth-of-type(11) #sub-contact #send {
    font-size: 28px;
    margin: 25px auto 32px auto;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .section:nth-of-type(11) #sub-contact .imprint {
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
  }
  .section:nth-of-type(11) #sub-contact .imprint span {
    display: block;
  }
  .section:nth-of-type(11) .scroll-up {
    width: 33px;
    height: 33px;
    top: 55px;
    right: 9px;
    background-position: 9px 9px;
    background-size: 15px 15px;
  }
  .hidden-mobile {
    display: none;
  }
  .de .section:nth-of-type(11) .schuetze {
    background-image: url("/images/content-jetzt-schuetze-small-de.svg");
  }
}
body {
  padding: 0;
}
::selection {
  background: #d1001b;
  color: white;
}
::-moz-selection {
  background: #d1001b;
  color: white;
}
.overlayC {
  color: white;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}
.overlayC .table {
  width: 100%;
  height: 100%;
  display: table;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('/images/layout-bg.png');
}
.overlayC .cell {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.overlayC .cell a {
  color: white;
}
.overlayC .cell button {
  color: white;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-left: 1.3em;
  margin-right: 1.3em;
  cursor: pointer;
}
.overlayC .inner {
  margin: 0 auto;
  text-align: center;
}
.overlayC .close.abs {
  position: absolute;
  top: 5%;
  right: 5%;
  background-image: url("/images/layout-icon-delete.svg");
}
.overlayC .close {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("/images/layout-icon-delete.svg");
  cursor: pointer;
  display: inline-block;
}
.overlayC.on {
  display: block;
}
.overlayC .header,
.overlayC .footer {
  width: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d1001b;
}
.overlayC .header {
  height: 73px;
  border-bottom: 3px solid #af0b15;
  top: 0;
}
.overlayC .header:after {
  display: block;
  content: "";
  height: 70px;
  width: 255px;
  margin: 0 auto;
  background-image: url("/images/layout-logo.svg"), url("/images/layout-logo-text.svg");
  background-size: 42px 42px, 182px 24px;
  background-position: 19px 14px, 73px 24px;
  background-repeat: no-repeat;
}
.overlayC .footer {
  height: 52px;
  border-top: 3px solid #af0b15;
  bottom: 0;
  background-image: url("/images/layout-slogan.svg");
  background-size: 215px 20px;
}
.inner-footer .inner {
  width: 70%;
  display: flex;
  justify-content: space-between;
  padding: 25px 0 77px 0;
  text-align: center;
}
.inner-footer .footer {
  display: flex;
  justify-content: center;
  background-color: #d1001b;
}
.inner-footer .footer .inner {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 77px 0;
}
.inner-footer .footer .inner span,
.inner-footer .footer .inner a {
  color: white;
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.inner-footer .footer .inner span br,
.inner-footer .footer .inner a br {
  display: none;
}
.headline-2 {
  font-family: BrauerNeue-Black, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.list-1,
.table-1,
.text-1 {
  font-family: BrauerNeue-Regular, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.list-1 {
  list-style-type: circle;
  padding: 0;
}
