body {
  margin: auto;
  text-align: center;
  font: normal 2em/1em 'Inter', Arial, sans-sans-serif;
  font-weight: 200;
  background: #ffffff;
  background: linear-gradient(90deg, #f0f0f0 50%, #ffffff 50%);
}
.logo {
  height: 75px;
  display: block;
}
.logo img {
  height: 100%;
  width: auto;
}
.mobile {
  display: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  text-transform: uppercase;
}
ul li.rot {
  color: #ec3645;
}
.bilder {
  width: 100%;
}
.bilder .bild {
  width: 100%;
}
.bilder .bild img {
  width: 100%;
  height: auto;
}
.wrapper {
  max-width: 1400px;
  margin: auto;
}
.wrapper .flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wrapper .flexbox .flexbox-eintrag {
  text-align: left;
  padding: 2em 0;
  position: relative;
  width: 48%;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.wrapper .flexbox .flexbox-eintrag.linea {
  background: #f0f0f0;
}
.wrapper .flexbox .flexbox-eintrag.linea .content-box {
  position: relative;
  padding-left: 20px;
}
.wrapper .flexbox .flexbox-eintrag.linea .logo {
  text-align: right;
  margin-bottom: 1.5em;
}
.wrapper .flexbox .flexbox-eintrag.linea .eins {
  width: 50%;
}
.wrapper .flexbox .flexbox-eintrag.linea .zwei {
  width: 67%;
  margin-top: -2.3em;
  position: absolute;
  right: 0;
}
.wrapper .flexbox .flexbox-eintrag.linea .begriffe {
  width: 50%;
  float: right;
  margin-top: -3px;
}
.wrapper .flexbox .flexbox-eintrag.mountain .content-box {
  position: relative;
  overflow: hidden;
  padding-right: 20px;
}
.wrapper .flexbox .flexbox-eintrag.mountain .logo {
  margin-top: 1.5em;
}
.wrapper .flexbox .flexbox-eintrag.mountain .eins {
  width: 100%;
  text-align: right;
}
.wrapper .flexbox .flexbox-eintrag.mountain .eins img {
  width: 67%;
}
.wrapper .flexbox .flexbox-eintrag.mountain .zwei {
  width: 50%;
  float: left;
  margin-top: -2em;
}
.wrapper .flexbox .flexbox-eintrag.mountain .begriffe {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 1.5em;
  }
  .logo {
    height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  body {
    font-size: 1.2em;
  }
  .logo {
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5em;
    background: #fff;
  }
  .logo {
    max-width: 100%;
    max-height: 40px;
    display: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .wrapper .flexbox {
    width: 100%;
    display: block;
    flex: none;
  }
  .wrapper .flexbox .flexbox-eintrag {
    display: block;
    width: 100%;
    padding: 2em 0;
  }
  .wrapper .flexbox .flexbox-eintrag .mobile {
    display: block;
  }
  .wrapper .flexbox .flexbox-eintrag .mobile .logo {
    display: block;
    margin-bottom: 1em !important;
    padding-left: 20px !important;
    text-align: left;
  }
  .wrapper .flexbox .flexbox-eintrag .mobile a {
    color: #000;
    text-decoration: none;
  }
  .wrapper .flexbox .flexbox-eintrag .mobile a:hover {
    color: #000;
    text-decoration: none;
  }
  .wrapper .flexbox .flexbox-eintrag .mobile .begriffe {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-left: 0;
    bottom: initial;
    left: initial;
  }
  .wrapper .flexbox .flexbox-eintrag .mobile .begriffe li {
    padding-left: 20px;
  }
  .wrapper .flexbox .flexbox-eintrag.linea .logo {
    text-align: left;
    padding-left: 120px;
  }
  .wrapper .flexbox .flexbox-eintrag.mountain .logo {
    margin-bottom: 1em !important;
    padding-left: 20px;
  }
  .wrapper .flexbox .flexbox-eintrag .content-box {
    padding: 0 !important;
    display: none;
  }
  .wrapper .flexbox .flexbox-eintrag .content-box .begriffe {
    width: auto;
    display: block;
    position: relative;
    left: 0;
    margin-bottom: 0.5em;
    margin-left: 0;
    float: none;
    padding-left: 20px;
  }
  .wrapper .flexbox .flexbox-eintrag .content-box .bilder {
    display: none;
  }
  .wrapper .flexbox .flexbox-eintrag .content-box .bilder .bild {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
    margin-top: initial;
  }
  .wrapper .flexbox .flexbox-eintrag .content-box .bilder .bild img {
    width: 100%;
    height: auto;
  }
}
