body {
  font-family: 'Roboto condensed v25 latin', sans-serif;
  color: #345177;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto condensed v25 latin 300', sans-serif;
  color: #8c7161;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto condensed v25 latin 300', sans-serif;
  color: #345177;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #8c7161;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto condensed v25 latin 700', sans-serif;
  color: #8c7161;
  font-size: 18px;
  line-height: 24px;
}

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-top: 0px;
  margin-bottom: 30px;
  color: #8c7161;
  font-size: 18px;
  line-height: 26px;
}

a {
  color: #a41123;
  text-decoration: none;
}

a:hover {
  color: #345177;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  margin-left: -15px;
  color: #8c7161;
  font-size: 18px;
  line-height: 28px;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.nav-link {
  padding: 26px 17px 26px 10px;
  color: #a41123;
  font-weight: 400;
}

.nav-link:hover {
  color: #345177;
  font-weight: 400;
}

.nav-link.w--current {
  color: #8c7161;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(231, 224, 220, 0.5);
}

.section.main {
  margin-top: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e7e0dc;
  color: #fff;
}

.section.footer {
  padding-top: 35px;
  padding-bottom: 0px;
  background-color: #e7e0dc;
  color: #8c7161;
}

.section.sec-beige {
  background-color: #e7e0dc;
}

.section.sec-bilder {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.sec-weiss {
  background-color: #fff;
}

.section.sec-kontakt {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.para-weniger-abstand {
  margin-bottom: 0px;
  color: #8c7161;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-shadow: none;
}

.para-weniger-abstand.abstandoben {
  margin-top: 20px;
}

.nav-menu {
  color: #a41123;
  font-weight: 400;
}

.brand-link {
  max-width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.div-abstand {
  height: 60px;
}

.h1-sub {
  font-family: 'Roboto condensed v25 latin 300', sans-serif;
  color: #fff;
  letter-spacing: 0px;
  text-transform: none;
}

.nav-link-drop {
  padding: 26px 20px 26px 10px;
  color: #a41123;
}

.nav-link-drop:hover {
  color: #345177;
}

.dropdown-link {
  background-color: #fff;
  color: #a41123;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #345177;
}

.dropdown-link.w--current {
  color: #8c7161;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #a41123;
  color: #fff;
}

.button:hover {
  background-color: #345177;
  color: #fff;
}

.button.but-beige {
  display: block;
  background-color: rgba(140, 113, 97, 0.5);
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.para-ohne {
  margin-bottom: 0px;
}

.col-rechts {
  text-align: right;
}

.icon-3 {
  margin-right: 0px;
  color: #e7e0dc;
}

.h1-blau {
  color: #345177;
  font-weight: 400;
}

.div-teambilder {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
}

.teambild {
  width: 300px;
}

.h3-team {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.cont-center {
  text-align: center;
}

.div-karte-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Map_Anonym.png');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.hinweisbox {
  margin-top: 30px;
  padding: 20px 10px;
  border: 1px solid #2a415c;
  text-align: center;
}

.hinweisbox.box-rot {
  border-color: #a41123;
}

.col-bilder {
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-bild {
  padding-right: 0px;
  padding-left: 0px;
}

.img-abstand {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sectionheaderbilder {
  height: 500px;
  background-image: url('../images/BilderWiegertlang_Team.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectionheaderbilder.head-kontakt {
  background-image: url('../images/Empfang_Neu_Lang.jpg');
  background-position: 50% 50%;
}

.sectionheaderbilder.head-infos {
  background-image: url('../images/BilderWiegertlang_Beine.jpg');
  background-position: 50% 50%;
}

.sectionheaderbilder.head-leistungen {
  background-image: url('../images/BilderWiegertlang_Kanuele.jpg');
  background-position: 50% 50%;
}

.para-abstand-oben {
  margin-top: 20px;
}

.text-rot-bold {
  color: #a41123;
  font-weight: 700;
}

.bold-text {
  font-family: 'Roboto condensed v25 latin 700', sans-serif;
  font-weight: 400;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding: 10px 0px;
    color: #fff;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
    color: #000;
  }

  .nav-link.w--current {
    color: #000;
  }

  .nav-link.menu {
    margin-top: 20px;
    padding: 17px;
    background-color: #a41123;
    color: #fff;
    font-size: 30px;
  }

  .nav-link.menu:hover {
    background-color: #345177;
  }

  .nav-link.menu.w--open {
    background-color: #8c7161;
    color: #fff;
  }

  .section.main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .para-weniger-abstand {
    font-size: 16px;
    line-height: 22px;
  }

  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #a41123;
  }

  .nav-link-drop {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    color: #fff;
  }

  .nav-link-drop:hover {
    color: #000;
  }

  .dropdown-link {
    background-color: #a41123;
    color: #fff;
  }

  .dropdown-link:hover {
    color: #000;
  }

  .button.but-beige {
    width: 75%;
  }

  .sectionheaderbilder {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  p {
    text-align: left;
  }

  li {
    text-align: left;
  }

  .nav-link.menu {
    margin-right: 20px;
  }

  .section {
    padding: 45px 20px;
    text-align: center;
  }

  .section.main {
    margin-top: 135px;
    padding-top: 0px;
  }

  .para-weniger-abstand {
    text-align: left;
  }

  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-abstand {
    display: none;
  }

  .sectionheaderbilder {
    height: 200px;
  }

  .container {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  h2 {
    font-size: 20px;
    line-height: 16px;
  }

  .nav-link.menu {
    margin-right: 10px;
    padding: 10px;
  }

  .section.main {
    margin-top: 100px;
  }

  .brand-link {
    max-width: 200px;
  }

  .button.but-beige {
    width: 100%;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Roboto condensed v25 latin 700';
  src: url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto condensed v25 latin';
  src: url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto condensed v25 latin 300';
  src: url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}