/*
Hinweis:

Alle einzelnen Aktionen sind in einzelne SCSS-Dateien ausgelagert.
Wenn diese nicht mehr aktiv sind, unten einkommentieren und die CSS-Datei neu erstellen.
*/
.color-white {
  color: #fff; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-sb0kf3");
  src: url("fonts/icomoon.eot?#iefix-sb0kf3") format("embedded-opentype"), url("fonts/icomoon.woff?-sb0kf3") format("woff"), url("fonts/icomoon.ttf?-sb0kf3") format("truetype"), url("fonts/icomoon.svg?-sb0kf3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Common */
body {
  background-color: #fff;
  color: #000;
  cursor: auto;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  position: relative; }

img {
  border: 0;
  outline: none; }

header {
  background-color: #fff;
  height: 90px;
  z-index: 50;
  position: relative; }
  header .common-logo img {
    margin-top: 17px;
    max-width: 250px;
    width: 100%; }
  header .common-buerger-menue, header .common-buerger-menue-close {
    background: transparent url("../images/common/menue-open.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 33px; }
  header .common-buerger-menue-close {
    display: none;
    background: transparent url("../images/common/menue-close.svg");
    background-size: contain; }

#header-buergermenue {
  width: 100%;
  left: 0;
  top: 90px;
  background-color: #fff;
  border-top: 1px solid #d7d8d8;
  display: none;
  position: absolute;
  z-index: 99; }
  #header-buergermenue a {
    border-bottom: 1px solid #c9d9e6;
    display: block;
    text-align: right;
    padding: 20px 0;
    color: #003063;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: bold; }
    #header-buergermenue a:last-child {
      border-bottom: 0; }

footer {
  clear: both;
  background-color: #003063;
  font-size: 0.875rem; }
  footer .footer-bug {
    background: transparent url("../images/common/airport_footer_roter_bug.svg") top left no-repeat;
    background-size: contain;
    width: 120px;
    height: 30px;
    position: absolute;
    top: -17px; }
    footer .footer-bug .footer-bug-filler {
      position: absolute;
      height: 30px;
      width: 2000px;
      right: 120px;
      z-index: 2;
      background-color: #e0001b; }
  footer .footer-imprint {
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    padding: 40px 0.9375rem; }
    @media screen and (max-width: 840px) {
      footer .footer-imprint {
        text-align: left; } }
    @media screen and (max-width: 840px) {
      footer .footer-imprint span {
        margin-bottom: 20px;
        display: block; } }
    footer .footer-imprint a {
      color: #fff; }
      @media screen and (max-width: 840px) {
        footer .footer-imprint a {
          display: block;
          margin: 7px 0; } }
    footer .footer-imprint .footer-a-pipe {
      padding: 0 10px;
      margin: 0; }
      @media screen and (max-width: 840px) {
        footer .footer-imprint .footer-a-pipe {
          display: none; } }

#cookie-law .cookielaw {
  transition: opacity .5s ease-in-out;
  padding: 1.5em;
  position: fixed;
  opacity: 1;
  z-index: 100;
  background: rgba(217, 229, 239, 0.9); }
  @media screen and (max-width: 640px) {
    #cookie-law .cookielaw {
      padding: 10px 0; } }
#cookie-law .cookielaw-bottom {
  bottom: 0;
  left: 0; }
#cookie-law .cookielaw-text {
  font-size: 0.875rem;
  line-height: 1.2rem; }
  #cookie-law .cookielaw-text a {
    color: #003063; }
  @media screen and (max-width: 640px) {
    #cookie-law .cookielaw-text {
      font-size: 0.75rem;
      line-height: 1rem; } }
@media screen and (max-width: 640px) {
  #cookie-law #cookie-law-agree {
    float: right; } }

.btn {
  font-weight: bold;
  padding: 6px 20px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  background-color: #e0001b;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.5rem; }
  @media all and (max-width: 40.125rem) {
    .btn {
      display: inline-block; } }
  .btn:hover, .btn:active {
    color: #fff;
    background-color: #c20018; }
  .btn.btn__outline-white {
    border: 2px solid #fff;
    background: none; }
    .btn.btn__outline-white:hover, .btn.btn__outline-white:active {
      color: #fff;
      background-color: #c20018; }
  .btn.btn__nl {
    font-weight: bold;
        /*
        &.black-sale-final-btn-alleangebote {
            width:385px;
            @media all and (max-width: 1140px) {
                width:50%;
            }
            @media all and (max-width: 640px) {
                width:100%;
            }
        }

        @media all and (min-width: 40.125rem) {
            width: 50%;
        }
        */ }
    .btn.btn__nl:after {
      font-family: 'icomoon';
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e609";
      font-size: 10px;
      margin-left: 10px; }
  .btn.btn__arrow {
    font-weight: bold;
    position: relative;
    padding-right: 40px; }
    .btn.btn__arrow:after {
      font-family: 'icomoon';
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e609";
      font-size: 10px;
      position: absolute;
      right: 10px;
      top: 13px;
      width: 20px;
      height: 50px; }
  .btn.btn__opacity {
    opacity: 0.5; }

.btn__close {
  background: #004e91 url("../images/common/lock_closed_white.png");
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 40px;
  transition: all 0.3s ease; }
  .btn__close:hover, .btn__close:active {
    color: #fff;
    background-color: #003063; }

.btn__blue {
  background: #004e91; }
  .btn__blue:hover, .btn__blue:active {
    color: #fff;
    background-color: #003063; }

.cb {
  clear: both; }

.ta-center {
  text-align: center; }

.dp-b {
  display: block;
  width: 100%; }

.a-white {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease; }
  .a-white:hover, .a-white:focus {
    color: #d7d8d8; }

.a-black {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease; }
  .a-black:hover, .a-black:focus {
    color: #004e91; }

button {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }

h1, h2, h3 {
  font-weight: bold !important; }

@media screen and (max-width: 40.0625em) {
  h1 {
    font-size: 2rem;
    line-height: 1.4; } }
h1.no-bold {
  font-weight: normal !important; }

h2 {
  font-size: 2.3rem;
  line-height: 1.4; }
  @media screen and (max-width: 40.0625em) {
    h2 {
      font-size: 1.6rem;
      line-height: 1.4; } }

@media screen and (max-width: 40.0625em) {
  h3 {
    font-size: 1.3rem;
    line-height: 1.4; } }

/* Flex */
.flex {
  display: flex; }

.flex-jc-sb {
  justify-content: space-between; }

.flex-jc-c {
  justify-content: center; }

/* Margin/Padding */
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.mt-130 {
  margin-top: 130px; }

.mt-140 {
  margin-top: 140px; }

.mt-150 {
  margin-top: 150px; }

.mt-160 {
  margin-top: 160px; }

.mt-170 {
  margin-top: 170px; }

.mt-180 {
  margin-top: 180px; }

.mt-190 {
  margin-top: 190px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-190 {
  margin-bottom: 190px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-100 {
  padding-bottom: 100px; }

/* Social Share */
.common-sharepanel {
  position: fixed;
  bottom: 120px;
  right: 50px;
  width: 60px;
  height: 60px;
  background: #e0001b url("../images/common/icn_share.svg") 15px center no-repeat;
  background-size: 27px;
  z-index: 20;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 780px) {
    .common-sharepanel {
      right: 20px;
      bottom: 20px; } }

.social-share {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.99);
  color: #fff;
  z-index: 140;
  display: none; }
  .social-share .social-share-close {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 120px;
    right: 50px;
    background: url("../images/common/icn_close.svg") center center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 780px) {
      .social-share .social-share-close {
        right: 20px;
        bottom: 20px; } }
  .social-share .social-share-icons {
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(50% - 130px); }
    @media screen and (max-width: 780px) {
      .social-share .social-share-icons {
        padding: 0 50px;
        top: calc(50% - 170px); }
        .social-share .social-share-icons div {
          padding: 0 20px; } }
    .social-share .social-share-icons h4 {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin: 0 0 20px 0; }
    .social-share .social-share-icons a {
      width: 80px;
      height: 80px;
      display: inline-block;
      border: 1px solid #fff;
      overflow: hidden;
      text-indent: -999px;
      box-sizing: border-box;
      margin: 10px; }
    .social-share .social-share-icons .social-share-icons-twitter {
      background: url("../images/common/icn_twitter.svg") center center no-repeat;
      background-size: 50%; }
    .social-share .social-share-icons .social-share-icons-email {
      background: url("../images/common/icn_mail.svg") center center no-repeat;
      background-size: 50%; }
    .social-share .social-share-icons .social-share-icons-fb {
      background: url("../images/common/icn_facebook.svg") center center no-repeat;
      background-size: 50%; }
    .social-share .social-share-icons .social-share-icons-whatsapp {
      background: url("../images/common/icn_whatsapp.svg") center center no-repeat;
      background-size: 50%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Forms */
.form_field input {
  width: 100%;
  font-size: 1rem;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5rem;
  color: #000; }
  .form_field input.pflichtfeld {
    background-image: url("../images/common/pflichtfeld.png");
    background-position: calc(100% - 10px) 50%;
    background-size: 12px;
    background-repeat: no-repeat; }
  .form_field input.uppercase {
    text-transform: uppercase; }
  .form_field input[type="checkbox"] {
    width: auto; }
.form_field.street {
  width: 80%;
  display: inline-block; }
.form_field.number {
  width: 15%;
  float: right;
  display: inline-block; }
.form_field.plz {
  width: 25%;
  float: left;
  display: inline-block; }
.form_field.ort {
  width: 70%;
  float: right;
  display: inline-block; }
.form_field select {
  width: 30%;
  float: left;
  display: inline-block;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000; }
  .form_field select:nth-of-type(2) {
    margin-left: 5%;
    margin-right: 5%; }
  .form_field select.long {
    width: 100%; }
  .form_field select.pflichtfeld {
    background-image: url("../images/common/pflichtfeld_select.png");
    background-position: calc(100% - 10px) 50%;
    background-size: 26px;
    background-repeat: no-repeat; }
.form_field label {
  color: #fff;
  font-size: 1rem;
  position: relative; }
  .form_field label span {
    padding-left: 20px;
    line-height: 1.5;
    display: inline-block; }
    .form_field label span a {
      color: #fff;
      text-decoration: underline;
      transition: all 0.3s ease; }
      .form_field label span a:focus, .form_field label span a:hover {
        color: #d7d8d8; }
  .form_field label input[type="checkbox"] {
    position: absolute;
    top: 4px; }
.form_field ::-webkit-input-placeholder {
  color: #000;
  text-transform: none; }
.form_field ::placeholder {
  color: #000;
  text-transform: none;
  opacity: 1; }
.form_field :-ms-input-placeholder {
  color: #000;
  text-transform: none; }
.form_field ::-ms-input-placeholder {
  color: #000;
  text-transform: none; }

/* AKTIONEN AKTIONEN AKTIONEN */
/* BLACK SALE */
/* @import '_black_sale'; */
/* ODER PREVIEW (Keine Aktion derzeit online) */
/* @import '_preview'; */
/* NIKOLAUS */
/* @import '_nikolaus'; */
/* HAMBECHER */
body {
  background: #fff url("../images/hambecher/bg_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media screen and (max-width: 1140px) {
    body {
      background: #fff url("../images/hambecher/bg_desktop.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center; } }
  @media screen and (max-width: 640px) {
    body {
      background: #fff url("../images/hambecher/bg_mobile.jpg");
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; } }

.hambecher-content h4 {
  font-weight: bold;
  color: #004e91;
  margin: 0 0 20px 0; }
.hambecher-content .hambecher-header h1 {
  color: #fff;
  text-align: center;
  margin: 30px 0 40px 0;
  font-size: 4rem;
  line-height: 4.4rem; }
  .hambecher-content .hambecher-header h1 a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: underline;
    display: inline-block;
    line-height: 2rem;
    text-transform: uppercase; }
  @media screen and (max-width: 1140px) {
    .hambecher-content .hambecher-header h1 {
      font-size: 3rem;
      line-height: 3.4rem; } }
  @media screen and (max-width: 640px) {
    .hambecher-content .hambecher-header h1 {
      font-size: 2.5rem;
      line-height: 3rem; } }
.hambecher-content .hambecher-header img {
  margin: 0 auto -190px auto;
  display: block; }
  @media screen and (max-width: 640px) {
    .hambecher-content .hambecher-header img {
      width: 100%;
      max-width: 200px; } }
.hambecher-content .hambecher-bg-lightblue {
  background-color: #ededed;
  padding-bottom: 20px; }
  .hambecher-content .hambecher-bg-lightblue .hambecher-intro {
    padding: 30px 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
.hambecher-content .hambecher-bg-white {
  background-color: #fff; }
  .hambecher-content .hambecher-bg-white .hambecher-intro {
    text-align: center;
    padding: 180px 0 30px 0; }
  .hambecher-content .hambecher-bg-white .hambecher-intro-normal {
    text-align: center;
    padding: 30px 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    .hambecher-content .hambecher-bg-white .hambecher-intro-normal .hambecher-greybox {
      background-color: #d7d8d8;
      padding: 20px; }
  .hambecher-content .hambecher-bg-white .hambecher-error {
    background-color: #e0001b;
    color: #fff;
    padding: 1rem;
    margin-bottom: 30px; }
  .hambecher-content .hambecher-bg-white .hambecher-form {
    background-color: #004e91;
    padding: 2rem 1rem;
    color: #fff;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 60px auto; }
  .hambecher-content .hambecher-bg-white .hambecher-winimage {
    text-align: center;
    margin-bottom: 60px; }
    .hambecher-content .hambecher-bg-white .hambecher-winimage img {
      display: block;
      margin: 0 auto;
      max-width: 500px;
      width: 100%; }
    .hambecher-content .hambecher-bg-white .hambecher-winimage .btn {
      width: 100%;
      max-width: 400px;
      text-align: left;
      background-color: #004e91; }
.hambecher-content .hambecher-game-intro {
  color: #fff;
  text-align: center; }
.hambecher-content .hambecher-game-slot {
  margin: 60px 0 60px 0;
  position: relative; }
  .hambecher-content .hambecher-game-slot .dn {
    display: none; }
  .hambecher-content .hambecher-game-slot .hambecher-game-start {
    margin: 70px 0 40px 0;
    text-align: center; }
    @media screen and (max-width: 700px) {
      .hambecher-content .hambecher-game-slot .hambecher-game-start {
        margin-top: 40px; } }
    .hambecher-content .hambecher-game-slot .hambecher-game-start .btn {
      display: none;
      width: 100%;
      max-width: 300px; }
  .hambecher-content .hambecher-game-slot .hambecher-game-display {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 132px;
    top: 280px; }
    @media screen and (max-width: 700px) {
      .hambecher-content .hambecher-game-slot .hambecher-game-display {
        width: 82px;
        top: 138px; } }
  .hambecher-content .hambecher-game-slot #slotMachine {
    position: relative;
    width: 670px;
    height: 300px;
    overflow: hidden;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .hambecher-content .hambecher-game-slot #slotMachine {
        width: 330px;
        height: 148px; } }
    .hambecher-content .hambecher-game-slot #slotMachine #wheelOverlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 670px;
      height: 300px; }
      @media screen and (max-width: 700px) {
        .hambecher-content .hambecher-game-slot #slotMachine #wheelOverlay {
          width: 330px;
          height: 148px; } }
    .hambecher-content .hambecher-game-slot #slotMachine .wheel {
      position: absolute;
      width: 185px;
      height: 240px;
      overflow: hidden;
      top: 30px; }
      @media screen and (max-width: 700px) {
        .hambecher-content .hambecher-game-slot #slotMachine .wheel {
          top: 14px;
          width: 92px;
          height: 120px; } }
    .hambecher-content .hambecher-game-slot #slotMachine .wheel img {
      position: absolute;
      top: 0px;
      left: 0px; }
    .hambecher-content .hambecher-game-slot #slotMachine #wheel1 {
      left: 30px; }
      @media screen and (max-width: 700px) {
        .hambecher-content .hambecher-game-slot #slotMachine #wheel1 {
          left: 14px; } }
    .hambecher-content .hambecher-game-slot #slotMachine #wheel2 {
      left: 242px; }
      @media screen and (max-width: 700px) {
        .hambecher-content .hambecher-game-slot #slotMachine #wheel2 {
          left: 119px; } }
    .hambecher-content .hambecher-game-slot #slotMachine #wheel3 {
      left: 453px; }
      @media screen and (max-width: 700px) {
        .hambecher-content .hambecher-game-slot #slotMachine #wheel3 {
          left: 223px; } }
    .hambecher-content .hambecher-game-slot #slotMachine .slotSpinAnimation {
      display: none;
      width: 185px; }
.hambecher-content .hambecher-form-half {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
.hambecher-content .hambecher-check-out {
  padding-bottom: 20px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc; }
.hambecher-content .hambecher-check {
  color: #fff;
  padding: 20px; }
  .hambecher-content .hambecher-check div {
    line-height: 2rem; }
    .hambecher-content .hambecher-check div span {
      font-size: 2rem;
      line-height: 2rem; }
    .hambecher-content .hambecher-check div a {
      background-color: #fff;
      color: #e0001b;
      padding: 10px;
      font-weight: bold;
      margin-bottom: 30px;
      display: inline-block; }
  .hambecher-content .hambecher-check.hambecher-check-1 {
    background-color: #e0001b; }
  .hambecher-content .hambecher-check.hambecher-check-2 {
    background-color: #799835; }
  .hambecher-content .hambecher-check.hambecher-check-3 {
    background-color: #e0001b; }
.hambecher-content .hambecher-table {
  width: 100%;
  border-collapse: collapse; }
  .hambecher-content .hambecher-table tr:first-child td {
    background-color: #ccc; }
  .hambecher-content .hambecher-table td {
    border-bottom: 1px solid #ccc; }
    .hambecher-content .hambecher-table td.hambacher-tab-teilgenommen {
      border-left: 4px solid #004e91; }
    .hambecher-content .hambecher-table td a {
      color: #e0001b;
      text-decoration: underline; }
    .hambecher-content .hambecher-table td .hambecher-table-ok {
      color: #004e91; }
  .hambecher-content .hambecher-table tr:hover {
    background-color: #c20018; }
    .hambecher-content .hambecher-table tr:hover td, .hambecher-content .hambecher-table tr:hover a {
      color: #fff; }

/* NEWSLETTER */
#newsletter {
  padding: 30px 0 60px;
  background-color: #004f91;
  color: #fff; }
  #newsletter .inner {
    max-width: 800px;
    margin: 0 auto; }
  #newsletter .icon-nl {
    width: 100px;
    margin-bottom: 30px; }
  #newsletter h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 30px;
    color: #fff; }
  #newsletter .cta-nl {
    background-color: #e0001b;
    font-weight: bold;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    border: 0 none;
    outline: 0;
    display: block;
    font-size: 1.25rem;
    letter-spacing: 0.3px;
    width: 50%; }

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