body {
  background-color: #073E87;
}

#toplogo {
  background-color: #f3f3f3;
  height: 166px;
  margin-top: 10px;
  border-top: #9a9a9a 1px solid;
  border-left: #9a9a9a 1px solid;
  border-right: #9a9a9a 1px solid;
}
#svglogo {
  width: 500px;
  height: 61px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
}
#svglogoklein {
  height: 57px;
  width: auto;
}
.navbar-brand {
  display: none;
}
.navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e7e7e7;
  padding: 0 0 0 10px;
  font-size: 0.9rem;

}
.navbar-nav .nav-item {
  border-right: solid 1px rgb(175,175,175);
}

.navbar-nav .nav-item a {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: #8CB69D;
}
.navbar.navbar-light .navbar-nav .nav-item > .nav-link:hover {
  background-color: #8CB69D;
}


@media (max-width:991px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  #toplogo {
    margin-top: 0 !important;
  }
}
@media (max-width:767px) {
  #toplogo {
    display: none;
  }
  .navbar-brand {
    display: initial;
    width: 70%;
    height: 90px;
  }
  .navbar {
    background-color: #f3f3f3;
  }
}
@media (max-width:600px) {
  .navbar-brand {
    display: initial;
    width: 80%;
    height: 80px;
  }
  #svglogoklein {
    height: 49px;
  }
}
@media (max-width:440px) {
  .navbar-brand {
    display: initial;
    width: 80%;
    height: 70px;
  }
  #svglogoklein {
    height: 40px;
  }
}
@media (max-width:370px) {
  .navbar-brand {
    display: initial;
    width: 80%;
    height: 65px;
    padding-right: 0 !important;
  }
  #svglogoklein {
    height: 32px;
  }
}

.top_pic1 {
  height: 589px;
}

p { hyphens: auto; }

.slogan {
  float: right;
  background-color: rgba(198,231,252,0.5);
  width: 430px;
  height: 223px;
  padding-top: 80px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 350px;
  margin-right: 10px;
}

@media (max-width:850px) {
  .top_pic1 {
    height: 450px;
  }
  .slogan {
    margin-top: 205px;
  }
}
@media (max-width:650px) {
  .top_pic1 {
    height: 400px;
  }
  .slogan {
    width: 375px;
    height: 175px;
    padding-top: 50px;
    margin-top: 205px;
  }
}
@media (max-width:570px) {
  .top_pic1 {
    height: 350px;
  }
  .slogan {
    width: 322px;
    height: 128px;
    padding-top: 28px;
    margin-right: 5px;
  }
}
@media (max-width:510px) {
  .top_pic1 {
    height: 300px;
  }
  .slogan {
    width: 258px;
    padding-top: 22px;
    padding-left: 10px;
    margin-top: 162px;
  }
}
@media (max-width:430px) {
  .top_pic1 {
    height: 250px;
  }
  .slogan {
    width: 239px;
    margin-top: 109px;
  }
}

.top_pic2 {
  height: 210px;
}

.top_adresse {
  background-color: #C6E7FC;
  color: #666;
  border-bottom: solid 1px #999;
}
.top_adresse p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
main .container {
  background-color: #C6E7FC;
}

main h1 {
  color: #424242;
  font-weight: 600;
  font-size: 1.5em;
  padding-top: 30px;
}
main h2 {
  color: #424242;
  font-weight: 600;
  font-size: 1.4em;
  padding-top: 30px;
}
main h3 {
  color: #424242;
  font-weight: 600;
  font-size: 1.3em;
  padding-top: 30px;
}
strong {
  font-weight: 600;
}
.kanzleistunden {
  border-bottom-right-radius: 8px;
  border-right: 1px #999 solid;
  border-bottom: 1px #999 solid;
}

iframe {
  border: none;
}
.submenu1 {
  list-style-type: none;
  padding-top: 30px !important;
  
}
.submenu1 a {
  color: rgb(100,100,100);
  display: inline-block;
  height: 28px;
  width: 170px;
  font-size: 18px;
  line-height: 28px;
  padding: 0 6px 0 12px;
}
.submenu1 a:hover {
  background-color: #8CB69D;
}
.submenu1 li a.active {
  background-color: #8CB69D;
}

#footer {
  border-bottom: #9a9a9a 1px solid;
  border-left: #9a9a9a 1px solid;
  border-right: #9a9a9a 1px solid;
}