.header {
    height:auto;
    position:relative;
    padding-top:60px !important;
}
.header img {
    width:100%;
    height:auto;
    object-fit: cover;
}
.header .navi {
  display:flex;
  flex-direction:row;
  margin-bottom:55px !important;
  justify-content: space-between;
  align-items: center;
}
.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:200px;
}
.header h1.claim {
  font-family: 'Oswald';
  font-weight:700;
  color:#FFFFFF;
  font-size:40px;
  line-height:50px;
  margin-bottom:40px;
  word-break: break-word;
}
.header .subclaim {
  font-family: 'Lato';
  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:rgba(116, 170, 192, 0.8);
  padding-bottom:60px;
}
#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) {

  }
@media(min-width:767px) {
  .header .logo {
    width:250px;
  }
  .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:300px;
  }
  .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;
  }
}