.section-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading {
  position: relative;
  z-index: 200;
  margin-top: 14px;
  font-family: Formulacondensed, sans-serif;
  color: #000;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: 1px;
}

.heading.sub {
  font-size: 72px;
  line-height: 82px;
}

.container {
  margin-top: 60px;
  padding-bottom: 67px;
}

.container.impressum {
  text-indent: 0px;
}

.button {
  display: inline-block;
  margin-bottom: -15px;
  margin-left: -37px;
  padding-top: 6px;
  padding-right: 17px;
  padding-left: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #ff7a00;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.button.menu {
  margin-right: 20px;
  margin-bottom: 13px;
  margin-left: 20px;
  text-align: center;
}

.button.menu.was {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  background-color: #1e00ff;
  box-shadow: 3px 3px 7px -4px rgba(0, 0, 0, 0.66);
  font-family: Formulacondensed, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.button.menu.was.kontakt {
  padding-bottom: 14px;
  color: #000;
}

.button.menu.was.kontakt.mail {
  margin-right: auto;
  margin-left: auto;
  padding-top: 23px;
  padding-right: 58px;
  padding-left: 58px;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
}

.button.menu.was.kontakt.mail.pink {
  margin-bottom: 132px;
  padding-right: 36px;
  padding-left: 36px;
  background-color: #ff0090;
}

.button.menu.was.kontakt.mail.pink.small {
  padding: 8px 9px;
  font-size: 30px;
  line-height: 40px;
}

.button.menu.was.logo {
  padding-right: 31px;
  padding-left: 31px;
  background-color: #ff7a00;
}

.button.menu.was.impressum {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #ff8400;
}

.button.menu.hilfe {
  background-color: #ff0091;
}

.button.menu.kontakt {
  background-color: #ffea00;
}

.text-button {
  padding: 11px 16px 11px 11px;
  font-family: Formulacondensed, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-button.menu {
  padding: 8px 24px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.text-button.menu.black {
  color: #000;
}

.div-menu {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
  margin-bottom: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-menu.logo {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 201;
}

.section-was {
  padding-top: 24px;
  background-color: #d7daff;
}

.section-was.kontakt {
  min-height: 50vh;
  -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-color: #fffed7;
}

.section-was.infos {
  background-color: #ffeefe;
}

.copy {
  padding-top: 99px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
}

.copy.small {
  margin-bottom: 30px;
  padding-top: 0px;
}

.copy.bu {
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 0px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.text-span {
  color: #2100ff;
}

.text-span.pink {
  color: #ff0290;
}

.text-span.yellow {
  color: #ffea03;
}

.image {
  margin-top: 63px;
  margin-bottom: 84px;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -161px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.textlink {
  font-family: Roboto, sans-serif;
  color: #000;
  text-decoration: none;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.two-col {
  margin-bottom: 82px;
  -webkit-column-count: 2;
  column-count: 2;
}

.image-2 {
  margin-top: 70px;
}

.image-logo {
  position: relative;
  z-index: 300;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  width: 80vw;
  height: 80vh;
  margin-top: 10vh;
  margin-left: 10vw;
  background-image: url('../images/LOB_Logo_1200.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-3 {
  margin-bottom: 54px;
}

.bu {
  margin-top: -39px;
  padding-right: 28px;
  font-family: Roboto, sans-serif;
  color: #a3a3a3;
}

.news-banner {
  position: static;
  z-index: 400;
  display: block;
  padding: 16px 20vw 9px 28px;
  background-color: #ff0090;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

.paragraph-2 {
  margin-top: 8px;
  font-family: Formulacondensed, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
}

.div-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.div-twitter-left {
  width: 50%;
  padding-right: 37px;
}

.html-embed {
  width: 480px;
}

.text-span-2 {
  color: #ff0090;
  font-weight: 400;
}

.link {
  color: #ffea04;
  text-decoration: underline;
}

.wrapper-press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumb-press {
  width: 150px;
  height: 200px;
  background-color: #e78989;
  background-image: url('../images/01-rbb.png');
  background-position: 0% 0%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.thumb-press.mopo {
  background-image: url('../images/02-MoPo.png');
  background-position: 0px 0px;
  background-size: contain;
}

.thumb-press.tagesspiegel {
  background-image: url('../images/03-tagesspiegel-Leute.png');
  background-position: 0% 0%;
  background-size: cover;
}

.thumb-press.berzei {
  background-image: url('../images/04-BerZei.png');
  background-position: 50% 0%;
}

.thumb-press.moponeu {
  background-image: url('../images/Bildschirmfoto-2020-04-11-um-17.24.50.png');
}

.thumb-press.taz {
  background-image: url('../images/Bildschirmfoto-2020-04-15-um-22.30.24.png');
}

.thumb-press.berlinde {
  background-image: url('../images/Bildschirmfoto-2020-04-16-um-11.18.12.png');
  background-position: 0% 0%;
}

.thumb-press.welt {
  background-image: url('../images/Bildschirmfoto-2020-05-04-um-19.08.39.png');
}

.wrapper-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.wrapper-article:hover {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.text-span-3 {
  font-family: Formulacondensed, sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

.text-span-4 {
  color: #ff0090;
}

.image-4 {
  margin-bottom: 53px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-5 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

.stoerer-floating {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2000;
  display: none;
  margin-top: 48px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.image-5 {
  border-radius: 5px;
  box-shadow: 6px 6px 8px -1px rgba(0, 0, 0, 0.37);
}

@media screen and (max-width: 991px) {
  .section-start {
    padding-right: 59px;
    padding-left: 59px;
  }

  .heading {
    font-size: 70px;
    line-height: 80px;
  }

  .button.menu.was.kontakt.mail {
    padding-right: 22px;
    padding-left: 22px;
  }

  .button.menu.was.kontakt.mail.pink {
    padding: 21px 25px 13px 22px;
  }

  .button.menu.was.kontakt.mail.pink.small {
    font-size: 24px;
    line-height: 30px;
  }

  .section-was {
    padding-right: 59px;
    padding-left: 59px;
  }

  .section-was.infos {
    padding-right: 32px;
    padding-left: 32px;
  }

  .copy.small {
    font-size: 20px;
    line-height: 30px;
  }

  .news-banner {
    padding-right: 43vw;
  }

  .html-embed {
    height: 400px;
  }

  .thumb-press {
    width: 140px;
    height: 190px;
  }

  .thumb-press.moponeu {
    width: 130px;
  }

  .wrapper-article {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .heading.sub {
    font-size: 50px;
    line-height: 60px;
  }

  .container {
    margin-top: 26px;
  }

  .container.impressum {
    padding-right: 19px;
    padding-left: 19px;
  }

  .button.menu.was.kontakt.mail {
    font-size: 37px;
    line-height: 50px;
  }

  .button.menu.was.kontakt.mail.pink.small {
    margin-bottom: 20px;
  }

  .text-button {
    font-size: 30px;
    line-height: 30px;
  }

  .section-was {
    padding-top: 20px;
  }

  .copy {
    padding-top: 31px;
  }

  .paragraph {
    font-size: 23px;
    line-height: 34px;
  }

  .paragraph.two-col {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .news-banner {
    padding-top: 83px;
    padding-right: 1vw;
  }

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

  .div-twitter-left {
    width: 100%;
  }

  .html-embed {
    margin-top: -68px;
  }

  .wrapper-press {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .thumb-press {
    width: 140px;
    height: 180px;
  }

  .thumb-press.rbb {
    width: 130px;
    height: 180px;
  }

  .wrapper-article {
    margin-right: 11px;
    margin-bottom: 30px;
    margin-left: 11px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stoerer-floating {
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section-start {
    padding-right: 22px;
    padding-left: 22px;
    background-position: 50% 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-size: 10px;
  }

  .heading {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 37px;
    line-height: 41px;
  }

  .heading.sub {
    font-size: 37px;
    line-height: 41px;
  }

  .container {
    margin-top: 37px;
    padding-bottom: 13px;
  }

  .container.start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button.menu.was {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 2px;
  }

  .button.menu.was.kontakt.mail {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 13px;
    font-size: 20px;
    line-height: 10px;
  }

  .button.menu.was.kontakt.mail.pink {
    margin-bottom: 60px;
    line-height: 20px;
  }

  .button.menu.was.logo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button.menu.was.logo.w--current {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-menu {
    width: 64vw;
    margin-right: 0px;
    margin-bottom: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-menu.logo {
    z-index: 201;
  }

  .section-was {
    padding-right: 23px;
    padding-left: 23px;
  }

  .section-was.infos {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-was.bg-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .copy {
    font-size: 19px;
    line-height: 26px;
  }

  .image {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 46px;
  }

  .container-footer {
    position: relative;
    z-index: 202;
    padding-bottom: 181px;
    background-color: #fff;
  }

  .paragraph {
    font-size: 17px;
    line-height: 23px;
  }

  .news-banner {
    padding-top: 49px;
    padding-right: 28px;
  }

  .paragraph-2 {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 1px;
  }

  .div-twitter {
    margin-bottom: 0px;
  }

  .html-embed {
    display: none;
    width: 100%;
    margin-top: -24px;
  }

  .wrapper-press {
    justify-items: center;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .wrapper-article {
    width: 100px;
  }

  .stoerer-floating {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .image-5 {
    max-width: 94%;
    margin-right: 9px;
    margin-left: 9px;
  }
}

@font-face {
  font-family: 'Formulacondensed';
  src: url('../fonts/FormulaCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}