/* FONTS */

@font-face {
  font-family: "OpenSansCondensed-Bold";
  src: local(OpenSansCondensed-Bold), url("../fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.woff2") format("woff2"), url("../fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.woff") format("woff");
}

@font-face {
  font-family: "OpenSansCondensed-Light";
  src: local(OpenSansCondensed-Light), url("../fonts/OpenSansCondensed-Light/OpenSansCondensed-Light.woff2") format("woff2"), url("../fonts/OpenSansCondensed-Light/OpenSansCondensed-Light.woff") format("woff");
}



/* HELPERS */

.is-hidden {
  display: none;
}

.flex {
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (min-width: 1351px) {
  body {
    overflow: auto !important;
  }
}



/* COLORS */

/* text-color */

.text__color--copy {
  color: #000000;
}

.text__color--color1 {
  color: #063773;
}

.text__color--light {
  color: #ffffff;
}

.text__color--contrast1 {
  color: #009338;
}

.text__color--disabled {
  color: #707070;
}

/* bg-color */
.bg__color--color1 {
  background-color: #063773;
}

.bg__color--color2 {
  background-color: #cdd7e3;
}

.bg__color--contrast1 {
  background-color: #009338;
}

.bg__color--contrast2 {
  background-color: #E5F4EA;
}

.bg__color--light {
  background-color: #ffffff;
}

.bg__color--disabled {
  background-color: #e9e9e9;
}

/*border*/
.border__color--grey {
  border: 1px solid #707070;
}


/* GENERAL */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;

  display: block;

  font-family: "OpenSansCondensed-Light", sans-serif;
  font-size: 22px;
}



/* CONTENT */
.content__container {
  display: flex;
  flex-wrap: wrap;

  width: 75%;
  margin: auto;
  padding: 50px 0;
}

@media only screen and (max-width: 1350px) {
  .content__container {
    width: 90%;
    padding: 30px 0;
  }

  .content__container#antrag {
    justify-content: center;
    align-content: flex-start;
  }
}

@media only screen and (max-width: 850px) {
  .content__container {
    width: 100%;
    padding: 20px 10px;
  }
}



.content__container--small {
  justify-content: center;
  width: 35%;
  padding: 30px 0
}

@media only screen and (max-width: 1350px) {
  .content__container--small {
    width: 50%;
  }
}

@media only screen and (max-width: 850px) {
  .content__container--small {
    width: 95%;
  }
}



.content__container--text {
  width: 60%;
  padding: 0
}

@media only screen and (max-width: 1350px) {
  .content__container--text {
    width: 100%;
    order: 2;
  }
}



.content__container--tarif {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 100%;
}



.content__text {
  margin: 0;
  padding-top: 30px;
  line-height: 30px;
}



.content__text--vorteil {
  padding-top: 10px;
}



/* HEADLINES & TEXT */
.headline__hero {
  padding: 0;
  margin: 0;
	width:100%;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 72px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1350px) {
  .headline__hero {
    width: 100%;

    font-size: 52px;
    text-align: center;
  }
}

@media only screen and (max-width: 850px) {
  .headline__hero {
    font-size: 38px;
  }
}



.headline__hero--sub {
	width:100%;
  padding: 0;
  margin: 0;

  font-family: "OpenSansCondensed-Light", sans-serif;
  font-size: 45px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1350px) {
  .headline__hero--sub {
    width: 100%;

    font-size: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 850px) {
  .headline__hero--sub {
    font-size: 22px;
  }
}



.headline__content {
  padding: 0;
  margin: 0;

  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1350px) {
  .headline__content {
    font-size: 40px;
  }
}

@media only screen and (max-width: 850px) {
  .headline__content {
    font-size: 26px;
  }
}



.headline__tarif {
  margin: 0;
  padding: 0;
	
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}

@media only screen and (max-width:850px) {
  .headline__tarif {
    font-size: 26px;
  }
}

@media only screen and (min-width:1351px) and (max-width:1600px) {
  .headline__tarif {
  margin-top:20%;
  }
}


.headline__vorteil {
  margin: 0;
  padding: 0;

  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}



.headline--center {
  text-align: center;
}



.text__bold {
  font-family: "OpenSansCondensed-Bold", sans-serif;
}



.text__tarif {
  display: block;

  margin: 0;
  padding-top: 30px;
  font-size: 34px;
}

@media only screen and (max-width: 850px) {
  .text__tarif {
    font-size: 30px;
    padding-top: 20px;
  }
}



/* BACKGROUND */
.bg__container {
  width: 100%;
  height: auto;

  background-image: url(../img/hero-bg.svg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1350px) {
  .bg__container {
    background-image: url(../img/hero-bg-tablet.svg);
  }
}

@media only screen and (max-width: 850px) {
  .bg__container {
    background-image: url(../img/hero-bg-mobile.svg);
  }
}



/* TOPBAR */
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  height: 70px;
  padding: 0 5%;

  background-color: #063773;
  color: #ffffff;
}



.topbar__logo {
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}



.topbar__nav {
  display: flex;
}



/* NAVIGATION */
.nav__link {
  padding: 0 20px;

  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  
  transition: text-decoration 1s ease;
}



.nav__link:hover {
  text-decoration: underline;
  
  transition: text-decoration 1s ease;
}


@media only screen and (min-width: 1351px) {
  .nav__container {
    display: block !important;
  }
}

@media only screen and (max-width: 1350px) {
  .nav__container {
    display: none;
    position: absolute;
    top: 70px;
    right: 0px;
    width: 300px;
    height: calc(100vh - 70px);
    background-color: #ffffff;
    z-index: 101
  }

  .nav__link {
    position: relative;
    display: inline-block;
    color: #000000;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    border-bottom: 1px dotted #707070;
  }

  .nav__link:hover {
    background-color: #063773;
    color: #ffffff;
    text-decoration: none;
  }
}



.nav__container--icon {
  display: none;
}

@media only screen and (max-width: 1350px) {
  .nav__container--icon {
    display: block;
    height: 40px;

    cursor: pointer;
  }
}

.nav__icon {
  height: 100%;
  width: auto;
}

.nav__overlay {
  position: absolute;
  top: 70px;
  height: calc(100vh - 70px);
  width: 100%;

  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  cursor: pointer;
}

@media only screen and (min-width: 1351px) {
  .nav__overlay {
    display: none !important;
  }
}



/* FORM */
.form__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 60%;
  padding: 30px 40px 40px 40px;
  border-radius: 20px;

  background-color: #CDD7E3;
}

@media only screen and (max-width: 1350px) {
  .form__container {
    order: 2;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .form__container {
    padding: 10px 20px 20px 20px;
  }
}



.form__item {
  display: flex;
  flex-wrap: wrap;

  margin-top: 10px;
  width: 49%;
}

@media only screen and (max-width: 850px) {
  .form__item {
    width: 100%;
  }
}




.form__item--fullwidth {
  width: 100%;
}



.form__link {
  width: 100%;
  padding-top: 2px;

  font-size: 16px;
  text-align: right;
  
  transition: color 1s ease;
}

.form__link:hover {
  color: #063773;
  
  transition: color 1s ease;
}



/* INPUT */

/* Label */
.input__label {
  width: 100%;
  padding-bottom: 5px;
  font-size: 22px;
}




.input__label--bold {
  font-family: "OpenSansCondensed-Bold", sans-serif;
}




.input__label--radio {
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;

  background-color: #063773;
  color: #ffffff;

  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;

  cursor: pointer;
}

.input__label--radio:hover {
  background-color: #175aab;
}

.input__radio:checked + .input__label--radio {
  background-color: #175aab;
}

.input__label--radio.is-unselected {
  background-color: #e9e9e9;
  color: #707070;
}



.input__label--radio--tarif {
  cursor: pointer;
}

.input__label--fakecheckbox {
  position: absolute;

  top: 20px;
  left: 20px;

  height: 30px;
  width: 30px;

  background-color: #ffffff;
  border: 2px solid #000000;
  
  transition: background-image 1s ease;
}

.input__label--fakecheckbox.is-checked {
  background-image: url(../img/check-black.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  
  transition: background-image 1s ease;
}




.input__label--checkbox {
  position: relative;
  display: block;
  padding-left: 2.5em;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}




.input__label--text {
  margin: 5px 0
}




.input__label--textbold {
  margin: 5px 0;
  font-family: "OpenSansCondensed-Bold", sans-serif;
}




/* Group */
.input__group--30 {
  width: 30%;
}

.input__group--33 {
  width: 33.33%;
}

.input__group--50 {
  width: 50%;
}

.input__group--70 {
  width: 70%;
}



.input__group--left {
  padding-right: 5px;
}

.input__group--center {
  padding-right: 5px;
  padding-left: 5px;
}

.input__group--right {
  padding-left: 5px;
}



.input__group--radio {
  display: flex;
  justify-content: space-between;

  width: 100%;
}



/* Input */
.input {
  font-family: "OpenSansCondensed-Light", sans-serif;
  line-height: 1.5em;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #707070;
  width: 100%;
  padding: 5px;
  background-color: #ffffff;
  font-size: 20px;

}



/* Radio */
.input__container--radio {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  border-radius: 5px;
}



.input__radio {
  position: absolute;
  display: block;
  border: none;
  padding: 0;
  height: 1px;
  opacity: 0;
  width: 1em;
  top: 90%;
  left: calc(50% - 1em);
}



/* Select */
.input__select {
  font-family: "OpenSansCondensed-Light", sans-serif;
  line-height: 1.5em;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  font-size: 20px;
  background-color: #ffffff;
  cursor: pointer;
  background-image: url('../img/select.svg');
  background-position: 99% center;
  background-repeat: no-repeat;
  background-size: contain;
}



/* Checkbox */
.input--hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}



.input__checkbox {
  position: relative;
  display: none;
  border: none;
  padding: 0;
  height: 1px;
  opacity: 0;
  margin-right: -1em;
  width: 1em;
  top: 10px;
}



.input__label--checkbox::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  content: "";
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}



.input__checkbox:checked + .input__label--checkbox::before {
  width: 13px;
  height: 26px;
  top: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #009338;
  border-bottom: 2px solid #009338;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  
   transition: transform 0.3s ease;
}


/* BUTTON */
.button__container {
  width: 100%;
  padding-top: 50px;
  text-align: center
}



.button {
  display: block;

  margin: 0 auto;
  border: 0;
  border-radius: 10px;
  min-width: 450px;
  width: 60%;
  padding: 5px 10px;

  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;

  cursor: pointer;
  
  transition: background-color 1s ease;
}

.button:hover {
  background-color: #15803d;
  
  transition: background-color 1s ease;
}

.button:active {
  background-color: #15803d;
  
  transition: background-color 1s ease;
}

@media only screen and (max-width: 850px) {
  .button {
    min-width: 100%;
  }
}


.button--fullwidth {
  width: 100%;
  min-width: 0;
  padding: 10px;

  font-size;
  40px;
}


/* IMAGE */

.image__container {
  width: 100%;
  height: auto;
}



.image__container--1 {
  position: absolute;
  top: 50px;
  right: 0;

  width: 40%;
  height: 1000px;
}

@media only screen and (max-width: 1570px) {
  .image__container--1 {
    top: 200px;
  }
}

@media only screen and (max-width: 1350px) {
  .image__container--1 {
    position: relative;
    order: 1;

    width: 100%;
    height: 380px;
    top: 0;
  }
}



.image__container--2,
.image__container--3 {
  width: 40%;
  height: auto;
}

@media only screen and (max-width: 1350px) {

  .image__container--2,
  .image__container--3 {
    width: 100%;
    height: 440px;

    margin-bottom: 20px;
  }
}



.img--1 {
  width: 100%;
  height: 100%;

  background-image: url(../img/img1.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}



.img--2 {
  width: 100%;
  height: 100%;

  background-image: url(../img/img2.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}



.img--3 {
  width: 100%;
  height: 100%;

  background-image: url(../img/img3.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}


/* TARIF */

.tarif__container {
  position: relative;

  border-radius: 20px;
  width: 48%;
  height: auto;
  padding: 20px 40px;

  text-align: center;
}

@media only screen and (max-width: 1350px) {
  .tarif__container {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px
  }
}



.tarif__list {
  margin: 0;
  padding: 20px 0 0 0;

  list-style-type: none;

  text-align: center
}

@media only screen and {
  .tarif__list {
    padding-top: 10px;
  }
}



.tarif__list--absicherung {
  text-align: left;
  padding-left: 10px;
}



.tarif__listelement {
  padding: 5px 0;
}



.tarif__listelement--absicherung {
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 32px;
}

@media only screen and (max-width: 1350px) {
  .tarif__listelement--absicherung {
    font-size: 28px;
  }
}



.tarif__listelement::before {
  content: url(../img/check.svg);
  padding-right: 10px;
}



.tarif__container--link {
  padding-top: 30px;
  
  transition: color 1s ease;
}

@media only screen and (max-width: 850px) {
  .tarif__container--link {
    padding-top: 20px;
  }
}



.tarif__link:hover {
  color: #15803d
    
    transition: color 1s ease;
}



.content__container--small .content__container--tarif {
  padding: 0
}



.tarif__preis {
  width: 100%;
  text-align: center;
  font-size: 40px;
}



.tarif__preis--subline {
  width: 100%;
  text-align: center;
  font-size: 30px;
}



.tarif__container--absicherung {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;

  width: 100%;
}



.tarif__image--absicherung {
  width: 40%;
  height: auto;
  min-height: 150px;

  background-image: url(../img/shield.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


/* VORTEILE */
.vorteil__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 100%;
  padding-top: 20px;
}

.vorteil__card {
  margin: 10px auto;
  border-radius: 20px;
  width: 31%;
  padding: 20px;

  text-align: center;
}

@media only screen and (max-width:1350px) {
  .vorteil__card {
    width: 49%;
  }
}

@media only screen and (max-width:850px) {
  .vorteil__card {
    width: 100%;
  }
}



/* FOOTER */
.footer {
  width: 100%;
  text-align: center;
}

.footer__container--links a {
  text-decoration: none;
}

.footer__container--links a:hover {
  text-decoration: underline;
}


/* DISABLED */

.tarif__disabled .headline__tarif,
.tarif__disabled .text__tarif,
.tarif__disabled .tarif__link {
  color: #707070;
}