body {
  background-image: url('../images/wallpaper.jpg');
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}
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;
  margin-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.top {
  margin-top: 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: rgba(255, 255, 255, 0.74);
}
.bottom {
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.74);
}
.top-logo {
  margin-left: 10px;
}
.top-text {
  margin-top: 15px;
  padding-right: 50px;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 36px;
  font-weight: 700;
  text-align: right;
}
.navigation {
  display: block;
  background-color: rgba(255, 255, 255, 0.74);
  text-align: center;
}
.tab {
  margin-right: 8px;
  padding-right: 35px;
  padding-left: 35px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #000082;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: white;
  font-size: 16px;
  font-weight: 900;
}
.tab:hover {
  background-color: rgba(0, 0, 130, 0.4);
  color: #000082;
  font-size: 16px;
  font-weight: 900;
}
.tab.w--current {
  background-color: rgba(0, 0, 130, 0.4);
  color: #000082;
}
.tabs-contetnt {
  background-color: white;
}
.tab-con-text {
  margin-right: 20px;
  margin-left: 25px;
  padding-top: 5px;
  font-size: 16px;
}
.tab-h1 {
  margin-right: 20px;
  margin-left: 25px;
}
.tab-h2 {
  margin-right: 20px;
  margin-left: 25px;
  font-size: 27px;
}
.tab-h4 {
  margin-right: 20px;
  margin-left: 25px;
}
.impressum {
  margin-right: 20px;
  margin-left: 20px;
}
.disclaimer {
  margin-right: 20px;
  margin-left: 20px;
}
.datenschutzerkl-rung {
  margin-right: 20px;
  margin-left: 20px;
}
.kontakt-label {
  margin-right: 120px;
  margin-left: 25px;
}
.kontakt-feld {
  width: 85.1%;
  margin-left: 25px;
}
.kontakt-feld.kontakt-text {
  height: 200px;
}
.kontakt-submit {
  margin-left: 25px;
  padding: 6px 20px;
  background-color: #000082;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-weight: 900;
}
.kontakt-submit:hover {
  background-color: rgba(0, 0, 130, 0.4);
  color: #000082;
  font-weight: 900;
}
.pic-selector-webdesign {
  padding-right: 20px;
  padding-left: 25px;
}
.responsive-r {
  width: 94%;
}
.text-unter-bild {
  margin-top: 5px;
  margin-left: 0px;
  font-size: 16px;
  text-align: center;
}
.dj-01 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.dj-02 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.highlight-pic {
  width: 35%;
  margin-right: -1px;
  float: right;
  border-style: solid;
  border-width: 1px 1px 25px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(112, 37, 37, 0);
}
.h2-emb {
  margin-right: 20px;
  font-size: 28px;
  font-weight: 400;
}
.h1-emb {
  font-size: 30px;
  font-weight: 700;
}
.list-item {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
  font-size: 16px;
}
.dj-list {
  margin-top: -5px;
}
.adress_big {
  margin-bottom: -494px;
  margin-left: 43px;
}
.tab-con-pic {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .top-logo {
    margin-top: 20px;
  }
  .top-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
  }
  .tab {
    margin-right: 6px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .responsive-l {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .responsive-r {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .highlight-pic {
    width: 45%;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .top {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .top-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .top-text {
    text-align: center;
  }
  .tab {
    margin-right: 3px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 14px;
    font-weight: 900;
  }
  .tab:hover {
    font-size: 14px;
  }
  .tab.w--current {
    font-weight: 900;
  }
  .responsive-l {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .responsive-r {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .highlight-pic {
    width: 50%;
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .top-logo {
    display: block;
  }
  .top-text {
    display: block;
    padding-left: 20px;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .navigation {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .tab {
    margin: 4px 75px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .tab:hover {
    font-size: 18px;
    font-weight: 700;
  }
  .tab.w--current {
    margin-right: 75px;
    margin-left: 75px;
    font-size: 18px;
    font-weight: 700;
  }
  .tab-h1 {
    font-size: 35px;
  }
  .tab-h2 {
    font-size: 28px;
  }
  .adress_big {
    margin-bottom: -569px;
  }
}

