@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&family=Raleway:wght@800&display=swap");
.imgload {
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  overflow: hidden;
}

.pagecenter {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding: 5rem 2rem;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body, html {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.full {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

h1 {
  font-family: 'Raleway', sans-serif;
}

a {
  color: inherit;
}

#cover {
  position: fixed;
}

#cover .movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#cover .logo {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 8rem;
  -webkit-filter: drop-shadow(0px 0px 50px black);
          filter: drop-shadow(0px 0px 50px black);
  -webkit-filter: drop-shadow(0px 0px 30px #004070);
          filter: drop-shadow(0px 0px 30px #004070);
}

#cover .head {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#cover .head .bg {
  max-width: 35rem;
  width: 100vw;
  height: 15rem;
  background: #004070;
  mix-blend-mode: multiply;
  opacity: .8;
}

#cover .head h1 {
  position: absolute;
  color: white;
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  #cover .head h1 {
    font-size: 2.5rem;
  }
}

.intro {
  font-size: 1.3rem;
}

.blue {
  position: absolute;
  background: #004070;
  opacity: 0;
}

.white {
  position: absolute;
  background: white;
  opacity: 0;
}

.grey {
  position: absolute;
  background: lightgrey;
  opacity: 0;
}

.restpage {
  left: 0;
  top: 100vh;
  position: absolute;
  width: 100%;
  background: white;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}

.icons .icon {
  width: 100%;
  text-align: center;
}

.icons .icon img {
  height: 4rem;
}

@media (min-width: 600px) {
  .icons .icon {
    width: 25%;
    margin: 2rem;
  }
}

.auswahl {
  color: white;
}

.auswahl .angebote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.auswahl .angebot {
  width: 100%;
}

.auswahl .angebot img {
  height: 12rem;
}

.auswahl .angebot .ang3 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media (min-width: 600px) {
  .auswahl .angebot .ang3 {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (min-width: 600px) {
  .auswahl .angebot {
    width: 33%;
    padding: 1rem;
  }
}

.table p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: dotted 1px grey;
}

.table p:last-child {
  margin-top: 2rem;
}

.table p span:nth-child(1) {
  max-width: 60%;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners .partnercard {
  width: 100%;
}

@media (min-width: 600px) {
  .partners .partnercard {
    width: 50%;
  }
}

.partners img {
  height: 20rem;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer a {
  margin-right: 1rem;
}

.footer p {
  margin: 0;
  margin-left: auto;
}

.loader {
  position: fixed;
  background: white url("img/loader.gif") center no-repeat;
  background-size: 200px;
}
/*# sourceMappingURL=style.css.map */