body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.nav-main {
  width: 100%;
  float: left;
  background-color: #333538;
}
.site-header {
    height: 300px;
    background-image: url(../../../images_neutral/bild_hauptseite_heller_u_1920x300s.png);
}
.content {
    max-width: 1400px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}
.nav-container {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.logo {
  width: 200px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  background-color: white;
}
.nav {
  margin-top: 11px;
  padding-top: 23px;
  padding-bottom: 1px;
  float: right;
}
.nav-link {
  margin-left: 5px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #5a5e63;
  color: #d6d6d6;
  text-decoration: none;
}
.nav-link:hover {
  background-color: #3e99c7;
  color: white;
}
@media (max-width: 991px) {
  .site-header {
    height: 250px;
  }
  .logo {
    margin-left: 10px;
  }
  .nav {
    margin-right: 10px;
  }
}

	

@media (max-width: 475px) {
  .site-header {
    height: 150px;
  }
  .nav {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }
  .nav-link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
	  background-color: #fbd850;
	  color: black;
    float: left;
  }
	
		
	.logo {
		
    margin-left: 28%;
	
}

}
