.header {
    height:auto;
    position:relative;
    padding-top:0px !important;
}
.header-overlay {
  background: linear-gradient(0deg, rgba(87, 130, 155, 0) 0%, #fffefe 100%);
  background-blend-mode: normal;
  z-index:98 !important;
  width:100% !important;
  height:40%;
  position:absolute !important;
  padding:0 !important;
}
.header img.header-slider {
  width:100%;
  height:auto;
  max-height:100%;
  object-fit: cover;
  opacity: 0;
  position:absolute;
  transition: opacity 1s ease-in-out;
  min-height:100%;
  z-index:1;
}
.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: "Ubuntu";
  font-size:20px;
  display:none;
}
.header .navi .hamburger {
  /* display:block;
  width:30px;
  height:25px; */
  display: block;
    width: 40px;
    height: 33px;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}
.header .navi .hamburger:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
.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: 'Ubuntu';
  font-weight: 700;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
  word-break: break-word;
  text-shadow: 5px 5px 18px #000000;
  display:inline-block;


}


.header .subclaim {
  font-family: 'Ubuntu';
  color: #FFFFFF;
  font-size:24px;
  line-height:34px;
  max-width:900px;
  text-shadow: 3px 3px 7px #000000;
  
}

.header h1.claim span, .header .subclaim span {
  background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
  padding: 20px;
}
.header .subclaim span {
  display:inline-block;
}

.header-schriften {
  /* background-color: rgba(255,255,255,0.5); */
}
#pre-header_startseite {
  background-color:#FFFFFF;
  min-height:130px;
  display:flex;
  align-content: center;
  flex-wrap: wrap;
}
#header_startseite, #header_unterseite {
  background-color:#FFFFFF;
  padding-bottom:60px;
  padding-left:0px !important;
  padding-right:0px !important;
}
#pre-header_startseite .kontakt-gruppe {
  font-family:'Ubuntu';
  color:#007026;
  font-weight:700;
  font-size:14px;
  display:flex;
  flex-direction:column;
}
#pre-header_startseite .kontakt-gruppe a {
  font-family:'Ubuntu';
  color:#007026;
  font-weight:700;
  font-size:14px;
  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 {
  margin-right:10px;
  max-height:20px; 
}

@media(min-width:468px) {

  }
@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;
  }
}