<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.container {
   width: 100vw;
   height: 100vh;
   position: relative;
   background-color: #fff;
   overflow: auto;
}
h1{
  line-height: 1.6em;
  font-size: 1.8em;
}

.tile{
  background-color: #fff;
  background-image: url("head-outline-btm3.png");
  background-repeat: no-repeat;
  background-position: left -195px bottom;
  background-size: cover;

  box-shadow: 0 0 32px 10px rgba(128,128,128,0.2);
  width: 80vw;
  height: 80vh;
  max-width: 1140px;
  max-height: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  overflow: hidden;
}
.tile-bg{
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  lef: 0;
  z-index: 0;
}
.hero{
  top: 140px;
  position: absolute;
  padding: 0 160px 0 260px;
  color: #445;
}

.logo-bup img{
  width: 300px;
}
.logo-maiwald{
  position: absolute;
  top: 14px;
  right: 40px;
  width: 200px;
}

.lh-narrow{
  line-height: 0.5em;
}

.line.green{
  width: 70px;
  height: 0px;
  border-top: 1px solid #9dd34a;
  border-bottom: 2px solid #9dd34a;
}

.line.blue{
  background-color: rgb(0, 162, 234);
  height: 4px;
  width: calc(100% - 85px);
  position: absolute;
  bottom: 0;
  left: 85px;
}

@media screen and (min-width: 1200px){
  .tile{
    min-height: 500px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px){
  .hero{
    padding: 0 100px 0 200px;
  }
  .tile{
    background-color: #fff;
    background-image: url("head-outline-btm.png");
    background-repeat: no-repeat;
    background-position: left -240px bottom;
    background-size: cover;
    min-height: 500px;
  }
}
@media screen and (min-width: 520px) and (max-width: 899px){
  .tile{
      background-position: left -80px bottom;
      background: none;
      min-height: 420px;
    }

    .hero {
      top: 100px;
      position: absolute;
      padding: 0 60px 0 60px;
    }
    h1{
      font-size: 1.2em;
    }
    h3{
      font-size: 0.8em;
    }
    .logo-bup img{
      width: 11em;
    }
    .logo-maiwald{
      position: absolute;
      top: 10px;
      right: 40px;
      width: 8em;
    }
    .lh-narrow{
      line-height: 1.0em;
    }
    .line.blue{
      display: none;
    }
  }
  @media screen and (max-width: 519px){
    .tile{
        background: none;
        width: 90vw;
        height: 90vh;
        min-height: 600px;
      }

      .hero {
        top: 100px;
        position: absolute;
        padding: 0 60px 0 60px;
      }
      h1{
        font-size: 1.2em;
      }
      h3{
        font-size: 0.8em;
      }
      .logo-bup img{
        width: 10em;
      }
      .logo-maiwald{
        position: absolute;
        top: 9px;
        right: 10px;
        width: 7em;
      }
      .lh-narrow{
        line-height: 1.2em;
      }
      .line.blue{
        display: none;
      }
}

.wrapper{
  display:flex;
  flex-direction: row;
}
.logo-bup{
  position: absolute;
  top: 20px;
  left: 40px;
}

.bg-green {
  background-color: #9dd34a;
  height: 50px;
  width: 50%;
}
.bg-blue {
  background-color: #0AA1E2;
  height: 50px;
  width: 50%;
}
.link-cyan {
  color: #0AA1E2;
}
.link, .form-legal-notice a {
  margin: 0;
    margin-bottom: 0px;
  display: inline-block;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.btn-arrow, .btn-arrow-reverse {
  margin-left: 15px;
  width: 8px;
  transition: transform 0.2s ease-in-out;
}

.d-flex {
  display: flex !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.flex-column {
  flex-direction: column !important;
}

</pre></body></html>