
h1 {
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  color: black;
}
h2 {
  font-family: "Montserrat";
  font-size: 1.37rem;
  font-weight: 600;
  color: black;
}
h3 {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: black;
  margin-bottom:0;
}
.headline {
  font-family: "Montserrat";
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 3.2rem;
  color: #E7F000;
}
.headteaser {
  font-family: "Montserrat";
  font-size: 1.2rem;
  font-weight: 300;
  color: white;
  line-height: 1.7rem;
}
p {
  font-family: "Barlow";
  font-size: 1rem;
  font-weight: 300;
  color: black;
  margin-bottom:0;
}
a,
a:hover {
  font-family: "Barlow";
  font-size: 1rem;
  font-weight: 300;
  color: black;
  margin-bottom:0;
  text-display: underline;
}
.toplogo {
  /*left: 25%;*/
}
.headbox {
  background-color: #4A4A4A;
  border-left: 35px solid #E7F000;
  height: 445px;
  padding-top: 40px;
  padding-left: 64px;
}
.nav-item a.nav-link {
  font-family: "Montserrat";
  font-size: 1.0rem;
  font-weight: 600;
  color: black;
  line-height: 1.7rem;
  text-transform: uppercase;
}
.nav-item a.active {
  font-family: "Montserrat";
  font-size: 1.0rem;
  font-weight: 600;
  color: black;
  line-height: 1.7rem;
  background-color: transparent;
  text-transform: uppercase;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: black;
  background-color: transparent;
}

.small_header {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.underline {
  display: inline-block;
  border: 3px solid #EEF708;
  position: relative;
  top: 3px;
  width: 80px;
}
.bigheadline {
  font-family: 'Montserrat';
  font-size: 2.62rem;
  font-weight: bold;
  line-height: 2.8rem;
}
p {
  font-family: "Barlow";
  font-size: 1rem;
  font-weight: normal;
}

.btn-yellow {
  background-color: #EEF708;
  color: black;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding-left: 30px;
  padding-right: 30px;
}

.col-textbereich1 {
  flex: 0 0 auto;
  width: 15.0%;
}
.team-text {
  font-family: "Barlow";
  font-size: 1.5rem;
  font-weight: normal;
  color:#ffffff;
}

#nachricht {
  height: 285px;
  border-radius: 2px;
}

input#anrede, input#title, input#email, input#telefonnummer, input#vorname, input#nachname {
  height: 50px;
  border-radius: 2px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}

@media (max-width: 992px) {
  .navbarcontainer {
    /*padding-top: 100px*/
    /*margin-top: -40px;*/
    padding-bottom: 2px;
  }
  .navbarcontainer ul li a {
    width: 100%;
    text-align: center;
  }

  #myNavbar {
    position: relative;
    left: -50px;
    right: auto;
  }

  .toplogo-width {
    max-width: 150px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 100px;*/
  }

}

/* Bis Ipad  xs und sd Bereich */
@media (max-width: 768px) {
  .bigheadline {
    font-family: 'Montserrat';
    font-size: 1.62rem;
    font-weight: bold;
    line-height: 1.8rem;
    padding-left: 0;
  }
  .headbox {
    width:100%;
    padding-left: 21px;
    height: 380px;
    border-left: 29px solid #E7F000;
  }
  .headline {
    font-family: "Montserrat";
    font-size: 1.62rem;
    font-weight: 800;
    line-height: 2.2rem;
    color: #E7F000;
  }
  .headteaser {
    font-family: "Montserrat";
    font-size: 1.0rem;
    font-weight: 300;
    color: white;
    line-height: 1.3rem;
  }
  .head-resp-height {
    /*height: 120px;*/
  }
  .navbarcontainer {
    /*padding-top: 100px*/
    /*margin-top: -95px;*/
    padding-bottom: 2px;
  }
  .col-white {
    /*height: 100px !important;*/
  }
  .navbarcontainer ul li a {
    width: 100%;
    text-align: center;
  }
  .toplogo-width {
    max-width: 150px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 100px;*/
  }
}



/* IPad md Bereich  */
@media (min-width: 769px) and (max-device-width: 991px) {
  .bigheadline {
    font-family: 'Montserrat';
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.9rem;
  }
  .headline {
    font-family: "Montserrat";
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.9rem;
    color: #E7F000;
  }
  .toplogo {
    left: 16%;
  }



}

@media (min-width: 992px) {
  .toplogo {
    /*position: absolute;*/
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .toplogo {
      left: 13%;
    }
  }
}