@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap);

body {
  font-family: 'Montserrat',sans-serif;
  margin: 0;
}

.content {
  color: #1B3B48;
  max-height: initial;
  min-height: initial;
  max-width: initial;
  min-width: initial;
  background: none;
  align-items: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.headline {
  font-size: 2.125rem;
  margin: 0;
}

.container {
  width: 90%;
  line-height: 1.7;
}

.image {
  display: block;
  width: 100vw;
  height: 98vw;
  object-fit: cover;
  margin-top: -31vw;
  object-position: 0% 30vw;
}

.image-wrap::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 3.5%;
  padding: 6vw 63vw 0vw 37vw;
}

.logo-wrap {
  margin: 6vw 0vw 0vw 0vw;
}

.logo {
  max-width: 37vw;
  max-height: 20vw;
}

.information-wrap {
  font-size: 1.1525rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.information {
  color: #1C3A43;
}

.redirect-wrap {
  margin-bottom: 2rem;
  margin: 0 auto;
  width: 94%;
}

.redirect {
  font-weight: 700;
  font-size: 1.125rem;
}

.button {
  background: #0995A6;
  box-shadow: 0px 6px #017C8C;
  padding: 12px 0px 12px 0px;
  margin: 0 auto 7vw auto;
  border-radius: 8px;
  width: 80%;
}

.button > a {
  color: white;
  text-decoration: none;
  font-size: 0.885rem;
  font-weight: 500;
}

.prevent-warning {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}

input[type="checkbox" i] {
  transform: scale(1.5,1.5);
  margin: 3px 8px 3px 4px;
}

@media (min-width: 48em) {
  
  .headline {
    font-size: 2.825rem;
    margin: 0;
  }
  
  .container {
    width: 67%;
    line-height: 1.7;
  }
  
  .logo-wrap {
    margin: 6vw 0vw 0vw 0vw;
  }
  
  .logo {
    max-width: 22vw;
    max-height: 12vw;
  }
  
  .information {
    color: #1C3A43;
  }
  
  .redirect-wrap {
    margin-bottom: 2rem;
    margin: 0 auto;
    width: 94%;
  }
  
  .redirect {
    font-weight: 700;
  }
  
  .button {
    background: #0995A6;
    box-shadow: 0px 6px #017C8C;
    padding: 12px 0px 12px 0px;
    margin: 0 auto 3vw auto;
    border-radius: 8px;
    width: 49%;
  }
  
  .button > a {
    color: white;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
  }
  
  .prevent-warning {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  
  input[type="checkbox" i] {
    transform: scale(2,2);
    margin: 3px 16px 3px 4px;
  }

}


@media (min-width: 64.0625em) {
  .content {
    background: url('./img/background-image-mockup.jpg') no-repeat;
    background-size: 100% 68vw;
    text-align: center;
    height: 59vw;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
  
  .image-wrap::after {
    display: none;
  }

  .image {
    display: none;
  }
  
  .container {
    width: 52%;
    height: 59vw;
    background: linear-gradient(-258deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.5) 24%, #fff 24%, #fff 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .logo-wrap {
    max-width: 37vw;
    max-height: 20vw;
    margin: 0vw 0vw 13vw 10vw;
  }
  
  .logo {
    max-width: 10vw;
    max-height: 6vw;
  }
  
  .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 69%;
    margin: -11vw 0vw -3vw 10vw;
  }
  
  .headline {
    font-size: 2.125rem;
    margin: 0;
  }

  .information-wrap {
    margin: 0;
  }
  
  .information {
    color: #1C3A43;
    font-size: 1.125rem;
    margin: 0;
  }

  .redirect-wrap {
    width: 100%;
    margin: 0rem 0rem 0rem 0rem;
  }
  
  .redirect {
    font-size: 1.125rem;
  }
  
  .button {
    background: #0995A6;
    padding: 6px 0px 6px 0px;
    margin: 1rem 0rem 2rem 0rem;
    border-radius: 8px;
    width: 64%;
    box-shadow: 0px 2px #017C8C;
  }
  
  .button > a {
    color: white;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
  }
  
  .prevent-warning {
    font-size: 1rem;
  }

  input[type="checkbox" i] {
    transform: none;
    margin: 3px 5px 3px 3px;
  }

}

@media (min-width: 80em) {
  .content {
    background: url('./img/background-image-mockup.jpg') no-repeat;
    background-size: 99% 58vw;
    text-align: center;
    height: 51vw;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
  
  .image {
    display: none;
  }
  
  .container {
    height: 51vw;
    width: 52%;
    background: linear-gradient(-258deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.5) 24%, #fff 24%, #fff 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .logo-wrap {
    max-width: 37vw;
    max-height: 20vw;
    margin: 0vw 0vw 13vw 10vw;
  }
  
  .logo {
    max-width: 10vw;
    max-height: 6vw;
  }
  
  .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 41%;
    margin: -11vw 0vw 4vw 10vw;
  }
  
  .headline {
    font-size: 1.825rem;
    margin: 0;
  }

  .information-wrap {
    font-size: 1.425rem;
  }
  
  .information {
    color: #1C3A43;
    
  }
  
  .redirect {
    font-size: 1.125rem;
  }
  
  .button {
    background: #0995A6;
    padding: 11px 15px 11px 0px;
    margin: 1rem 1rem 2rem 1rem;
    border-radius: 8px;
    width: 75%;
    box-shadow: 0px 2px #017C8C;
  }
  
  .button > a {
    color: white;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
  }

}