.header {
    height:auto;
    position:relative;
    padding-top:0px !important;
}
.header-overlay {
  background: linear-gradient(0deg, rgba(87, 130, 155, 0) 0%, #181818 100%);
  background-blend-mode: normal;
  z-index: 98 !important;
  width: 100% !important;
  height: 45%;
  position: absolute !important;
  padding: 0 !important;
  opacity: 0.8;
}

.header img.header-slider {
    height: auto;
    max-height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 1s ease-in-out;
    min-height: 100%;
    z-index: 1;
    left: -400px;
}


.header img.active {
opacity: 1;
}

.header .navi {
  display:flex;
  flex-direction:row;
  margin-bottom:55px !important;
  justify-content: space-between;
  align-items: center;
  margin-top:60px !important;
}

.header div {
  position: relative;
  z-index:99;
}
.header .navi ul {
  list-style-type: none;
  color:#FFFFFF;
  font-family: "Lato";
  font-size:20px;
  display:none;
}
.header .navi .hamburger {
  display:block;
  width:25px;
  height:20px;
}
.header .navi .hamburger:hover {
  cursor: pointer;
}
.header .navi ul li {
  float:left;
  margin-right:30px;
}
.header .navi ul li a {
  color:#FFFFFF;
  text-decoration: none;
}
.header .logo {
  width:140px;
}
.header h1.claim {
  font-family: 'PT Sans';
  font-weight:700;
  color:#FFFFFF;
  font-size:40px;
  line-height:50px;
  margin-bottom:40px;
  word-break: break-word;
  text-shadow: 3px 3px 8px #000000;
}
.header .subclaim {
  font-family: 'PT Sans';
  color: #FFFFFF;
  font-size:20px;
  line-height:30px;
  max-width:900px;
}
#pre-header_startseite {
  background-color:#FFFFFF;
  min-height:130px;
  display:flex;
  align-content: center;
  flex-wrap: wrap;
}
#header_startseite, #header_unterseite {
  background-color:rgb(17 87 112);
  padding-bottom:60px;
  padding-left:0px !important;
  padding-right:0px !important;
  overflow:hidden;
}
#pre-header_startseite .kontakt-gruppe {
  font-family:'Lato';
  color:#5A7B83;
  font-weight:700;
  font-size:17px;
  display:flex;
  flex-direction:column;
}
#pre-header_startseite .kontakt-gruppe a {
  font-family:'Lato';
  color:#5A7B83;
  font-weight:700;
  font-size:17px;
  text-decoration:none;
}
#pre-header_startseite .kontakt-gruppe div {
  display:flex;
  flex-wrap: wrap;
  align-content: center;
  margin-right:0px;
  margin-bottom:10px;
}
#pre-header_startseite .kontakt-gruppe div:last-child {
  margin-bottom:0px;
}
#pre-header_startseite .kontakt-gruppe div img {
  max-width:20px;
  margin-right:10px;  
}

@media(min-width:468px) {
  .header img.header-slider {
      left:-300px;
    }
}

@media(min-width:580px) {
  .header img.header-slider {
      left:-200px;
    }
  }

@media(min-width:650px) {
  .header img.header-slider {
    width:100%;
    height:auto;
    max-height:100%;
    object-fit: cover;
    position:absolute;
    transition: opacity 1s ease-in-out;
    min-height:100%;
    z-index:1;
    left:0;
  }
}

@media(min-width:767px) {
  .header .logo {
    width:220px;
  }
  .header h1.claim {
    font-size:50px;
    line-height:60px;
  }
  .header .navi {
    margin-bottom:70px !important;
  }
}

@media(min-width:1225px) {
  #header_startseite {
    min-height:675px;
    padding-bottom:0px;
  }
  #header_unterseite {
    padding-bottom:100px;
  }

  #pre-header_startseite {
    background-color:#FFFFFF;
    min-height:80px;
  }
  #pre-header_startseite .kontakt-gruppe {
    flex-direction:row;
  }
  #pre-header_startseite .kontakt-gruppe div {
    margin-right: 45px;
    margin-bottom:0;
  }
  .header .logo {
    width:250px;
  }
  .header .navi {
    margin-bottom:100px !important;
  }
  .header .navi ul {
    display:block;
  }
  .header .navi .hamburger {
    display:none;
  }
  .header h1.claim {
    font-size:60px;
    line-height:70px;
  }
}
@media(min-width:1400px){
  .header h1.claim {
    font-size:80px;
    line-height:100px;
  }
}