body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 87px;
  line-height: 103px;
  font-weight: 400;
  text-transform: uppercase;
}

a {
  color: #00a0dc;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

.site-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
  font-size: 12px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-bar {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 420px;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .6);
}

.hero-image {
  position: relative;
  z-index: 2;
  padding-top: 65px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/background-bilderrahmen2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/background-bilderrahmen2x.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.bliue-teaser {
  margin-right: -50px;
  margin-bottom: 40px;
  margin-left: -50px;
  padding: 20px 50px;
  background-color: #00a0dc;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.small-headline {
  margin-bottom: 20px;
  font-size: 18px;
}

.list-item {
  margin-bottom: 20px;
  padding-left: 25px;
  background-image: url('../images/blue-bullet2x.jpg');
  background-position: 0px 7px;
  background-size: 10px;
  background-repeat: no-repeat;
}

.lighter-b {
  font-weight: 400;
}

.mail-box {
  position: relative;
  margin-bottom: 50px;
  padding: 25px;
  border: 1px solid #dcdcdc;
  background-color: #f4f4f4;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .11);
}

.text-field {
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  line-height: 48px;
}

.check-label {
  font-size: 11px;
  line-height: 19px;
}

.submit {
  width: 100%;
  height: 48px;
  background-color: #00a0dc;
  background-image: url('../images/submit-arrow2x.png');
  background-position: 15% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
}

.checkbox {
  margin-left: -35px;
}

.checkbox-field {
  padding-left: 35px;
}

.shadow {
  position: absolute;
  left: 0px;
  bottom: -35px;
  width: 100%;
  height: 34px;
  background-image: url('../images/shadow-_-Layer-202x.png');
  background-position: 0px 0px;
  background-size: 321px;
  opacity: 0.6;
}

.sub-head {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  background-color: #20344c;
  opacity: 0;
}

.teilnahmebedingungen-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 110;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.popbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 615px;
  max-width: 625px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

.headline-blue {
  margin-bottom: 20px;
  color: #00a0dc;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.teilnahme-text-wrap {
  position: relative;
  overflow: scroll;
  padding-right: 50px;
  padding-bottom: 101px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.teilnahme-text-wrap.confirm {
  overflow: visible;
  margin-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

.small-blue {
  margin-bottom: 5px;
  color: #009fdc;
  font-weight: 700;
}

.white-fade {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 110px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .82) 40%, #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .82) 40%, #fff);
}

.close-x {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 112;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a0dc;
  background-image: url('../images/Vektor-Smartobjekt2x.png');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.confirm-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 110;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.link {
  cursor: pointer;
}

.button-wrap {
  position: relative;
  margin-top: 20px;
}

.button-sperre {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  cursor: not-allowed;
}

.agb-hinweis {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f14b0b;
  opacity: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.footer-link {
  color: #333;
  text-decoration: none;
}

.so-gehts {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.mobile-headline-wrap {
  display: none;
}

.margin-container {
  margin-bottom: -50px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.margin-container.danke {
  margin-bottom: 0px;
}

.center {
  text-align: center;
}

.home-link {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.submit-grey {
  display: none;
  width: 100%;
  height: 48px;
  background-color: #222;
  background-image: url('../images/submit-arrow2x.png');
  background-position: 15% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.22;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: not-allowed;
}

@media (max-width: 991px) {
  .site-wrapper {
    width: auto;
    height: 100%;
  }
  .footer {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .left-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-image {
    display: none;
    min-height: 70vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bliue-teaser {
    margin-right: -50px;
    margin-left: -50px;
  }
  .mail-box {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .submit {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .popbox {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }
  .heading {
    font-size: 50px;
    line-height: 70px;
  }
  .so-gehts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .mobile-subline {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .mobile-headline-wrap {
    display: block;
    text-align: center;
  }
  .mobile-headline {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
  }
  .submit-grey {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-bar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo {
    width: 180px;
  }
  .bliue-teaser {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .mobile-subline {
    font-size: 18px;
  }
  .mobile-headline {
    font-size: 36px;
    line-height: 36px;
  }
  .mobile-none {
    display: none;
  }
  .footer-text {
    text-align: center;
  }
  .mobile-block {
    display: block;
  }
}

@media (max-width: 479px) {
  .footer {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bliue-teaser {
    margin-bottom: 20px;
  }
  .headline-blue.inline {
    display: inline-block;
  }
  .footer-link {
    display: inline-block;
    text-align: center;
  }
  .mobile-subline {
    margin-bottom: 20px;
  }
  .mobile-headline {
    display: none;
  }
  .footer-text {
    text-align: center;
  }
  .headlineoverlaywrap {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 26px;
    text-align: center;
  }
}

