.body {
  font-family: Cairo, sans-serif;
  color: #02121e;
  font-size: 25px;
  line-height: 130%;
  font-weight: 200;
}

.inline {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.ueberschrift {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0px;
  text-transform: uppercase;
}

.ueberschrift h1 {
  font-size: 250%;
  line-height: 110%;
}
.ueberschrift.news {
  text-transform: inherit;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.sponsoren {
  margin-bottom: 8rem;
}
.sponsoren img {
  max-width: 180px;
  height: auto;
}
.sponsorimg {
  width: 100%;
}
.sponsor-item {
    width: 33.33%;
    padding: .5em;
    box-sizing: border-box;
}
.sponsor-item {
  font-size: 1rem;
  line-height: 120%;
}
.sponsor_box {
  display: flex;
  flex-wrap: wrap;
}
.ueberschrift.small h2 {
  font-size: 150%;
}

.ueberschrift.small.full {
  max-width: 100%;
  margin-bottom: 0.5em;
}

.titelbox.colored {
  margin-top: 2em;
  margin-bottom: 4em;
  padding-top: 4em;
  padding-bottom: 1em;
  background-color: #c03;
  color: #fff;
}

.titelbox.colored.center {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

.titelbox.first {
  margin-top: 5em;
}
.titelbox.wanderungen .columns {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.titelbox.wanderungen .columns .w-col-6 {
  width: 100%;
  float: inherit;
  padding: 0;
  border-bottom: 1px solid #c03;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.titelbox.wanderungen strong {
  text-transform: inherit;
}
.columns {
  display: block;
  padding-bottom: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
}

.normalfont {
  margin-bottom: 1em;
}

.normalfont.small {
  font-size: 18px;
  line-height: 125%;
}

.boxone {
  padding-right: 1em;
  padding-left: 0px;
}

.boxtwo {
  padding-right: 0px;
  padding-left: 1em;
}

.bold-text, p strong {
  text-transform: uppercase;
}

.hyperlink a {
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  background-color: #c03;
  color: white;
  padding: 9px 15px;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}
.hyperlink a:hover {
  opacity: 0.75;
}
.hyperlink p {
  margin-bottom: 0;
}

.hyperlink.white a {
  background-color: #fff;
  color: #c03;
  text-decoration: none;
  padding: 9px 15px;
  line-height: 100%;
}
.hyperlink.white, .hyperlink {
  color: transparent;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
}

.navbar {
  background-color: #02121e;
  color: #fff;
}

.nav-menu {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-align: left;
}

.nav-link {
  padding: 10px;
  color: #fff;
  font-size: 60%;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #c03;
}

.nav-link.first {
  padding-left: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1600px;
  min-height: auto;
  min-width: auto;
  text-align: left;
}

.div-block {
  position: absolute;
  left: auto;
  top: 0px;
  right: 1em;
  bottom: auto;
  max-width: 6.7em;
  background-color: #fff;
}

.bold-text-2 {
  font-size: 100%;
}

.div-block-2 {
  position: relative;
  max-height: 80vh;
  overflow: hidden;
}

.image {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 40%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon {
  margin-left: 10px;
}

.text-block {
  padding-right: 10px;
}

.dropdown-toggle {
  display: block;
  width: 100%;
}

.dropdown {
  display: block;
}

.column {
  padding-right: 20px;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .columns {
    padding-bottom: 0.5em;
  }
  .boxone {
    padding-right: 0em;
  }
  .boxtwo {
    margin-top: 0.5em;
    padding-left: 0em;
  }
  .nav-menu {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #02121e;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.first {
    padding-left: 10px;
  }
  .div-block {
    max-width: 7.7em;
  }
  .menu-button.w--open {
    background-color: #02121e;
  }
  .sponsor-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .ueberschrift h1 {
    font-size: 8.5vw;
  }
  .ueberschrift.small h2 {
    font-size: 120%;
  }
  .div-block {
    max-width: 5.6em;
  }
  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column {
    margin-bottom: 0.5em;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 18px;
  }
  .ueberschrift.small h2 {
    font-size: 130%;
  }
  .div-block {
    max-width: 6em;
  }
  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

