* {
  padding: 0;
  margin: 0;
}

body {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden !important;
}
body.menuOpen {
  overflow: hidden !important;
}
body div.eapps-instagram-feed-posts-grid-load-more.es-load-more-button {
  display: none;
}
body a {
  color: black;
  font-weight: 500;
}
body a:hover {
  color: black;
}
body .text-right {
  text-align: right;
}
body h1, body h2, body h3, body h4, body h6 {
  font-weight: 900;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
body h4 {
  font-size: 1.2rem;
}
body h5 {
  font-weight: 200;
}
body h1 {
  font-size: 3.5rem;
  margin-top: 50px;
}
body h1 span.addition {
  font-weight: 400;
}
body h3 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
body h3#mainVideoTitle {
  margin-top: 10px;
}
body h5 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
body p {
  font-size: 0.9rem;
}
body a.noLine {
  text-decoration: none !important;
}
body .row {
  --bs-gutter-x: 0.5rem;
}
body video.edutainmentMainFolge {
  margin-bottom: 20px;
}
body div.folgenTeaserText {
  overflow: hidden;
}
body nav {
  margin-top: 25px;
  padding-bottom: 17px;
}
body nav #mobileMenuButton {
  display: none;
}
body nav #closeMenu {
  display: none;
}
body nav #mainLogo {
  max-width: 220px;
}
body nav #mainLogo:hover {
  border-bottom: none;
}
body nav a {
  color: black;
  text-decoration: none;
  border-bottom: none;
  transition: 2s;
  font-size: 0.9rem;
}
body nav ul {
  list-style: none;
  padding-left: 0rem;
}
body nav ul li {
  list-style: none;
  display: inline;
  margin: 14px;
}
body nav ul li.active {
  border-bottom: 1px solid black;
}
body nav ul li.active a {
  font-weight: 600;
}
body nav ul li:hover {
  border-bottom: 1px solid black;
}
body nav ul li:last-child {
  margin-right: 0;
}
body nav .menuRight {
  text-align: right;
  margin-top: 10px;
}
body #openOverlay {
  cursor: pointer;
  font-size: 3.5rem;
  margin-left: 50px;
}
body div#whatWeDoOverlay {
  display: none;
  z-index: 9999;
  position: fixed;
  padding: 20px;
  width: 80%;
  margin-left: 10%;
  background-color: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1882352941);
  padding-bottom: 100px;
}
body div#whatWeDoOverlay div.contactDescription {
  margin-left: 85px;
  line-height: 1.2;
  position: absolute;
  bottom: 20px;
}
body div#whatWeDoOverlay img#contactImage {
  width: 70px;
  border-radius: 100%;
  bottom: 20px;
  position: absolute;
}
body div#whatWeDoOverlay div#closeOverlay {
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 0px;
  cursor: pointer;
}
body div#whatWeDoOverlay ul {
  list-style: none;
}
body div#whatWeDoOverlay ul li {
  line-height: 1.2;
}
body div#whatWeDoOverlay p {
  margin-bottom: 0;
}
body div#whatWeDoOverlay p strong {
  margin-left: 20px;
}
body section {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
body section .slick-dots {
  bottom: 35px;
  width: 30%;
  left: 35%;
}
body section .slick-dots li {
  margin: 0 2px;
}
body section .slick-dots li button {
  border: 1px solid white;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  transition: 1s;
}
body section .slick-dots li button::before {
  content: none;
}
body section .slick-dots li.slick-active button {
  background: white;
}
body section ul.bigList {
  font-size: 2.2rem;
  list-style: none;
  font-weight: 900;
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-transform: uppercase;
}
body section::after {
  content: " ";
  width: 100%;
  margin-left: 0;
  height: 50px;
  border-bottom: 1px solid black;
  position: absolute;
}
body section .img-fluid {
  width: 100%;
}
body section img#arrowDown {
  width: 50px;
  margin-bottom: 35px;
}
body section#loftyHeader {
  margin-bottom: 0;
}
body section#loftyHeader::after {
  content: none;
}
body section#loftyContent h2 {
  text-transform: uppercase;
  font-size: 3.2rem;
}
body section span.tag {
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
}
body section span.tag.noDot::after {
  content: none;
}
body section span.tag::after {
  content: " ";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 100%;
  top: 7px;
  margin-left: 10px;
}
body section .teaserTitle {
  padding-bottom: 25px;
}
body section .teaserTitle h3 {
  margin-top: -10px;
}
body section #prevArrow, body section #nextArrow {
  position: absolute;
  top: 38%;
  transform: rotate(180deg);
  z-index: 999;
  left: 40px;
  right: auto;
  cursor: pointer;
}
body section #prevArrow img, body section #nextArrow img {
  height: 30px;
}
body section #prevArrow#nextArrow, body section #nextArrow#nextArrow {
  left: auto;
  right: 40px;
  transform: none;
}
body section#headerSlider {
  position: relative;
}
body section div.crt-post-text {
  font-size: 0.8rem;
  padding: 20px 30px;
  text-align: left;
  padding-top: 0px;
}
body section .crt-widget.crt-widget-branded .crt-logo {
  color: white;
}
body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile {
  width: 50%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  cursor: pointer;
}
body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile span.tag {
  transition: 0.4s;
}
body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile p {
  margin-right: 35px;
}
body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile P.lengthAddition {
  margin-right: 0;
}
body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile .hoverContent {
  position: absolute;
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  opacity: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.79);
  transition: 0.4s;
}
body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile .hoverContent span {
  display: block;
  margin-bottom: 5px;
}
body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile .hoverContent h4 {
  color: white;
  margin-top: 24%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300;
}
body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile:hover .hoverContent {
  opacity: 1;
}
body section#edutainmentContent div.description {
  padding-top: 25px;
  padding-bottom: 45px;
  min-height: 215px;
  position: relative;
}
body section#edutainmentContent div.description .lengthAddition {
  position: absolute;
  top: 2px;
  right: 20px;
}
body section hr {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: 0;
  opacity: 1;
}
body section#contentCreativeAgency img {
  margin-bottom: 25px;
}
body section#contentCreativeAgency img.kundinnenLogo {
  margin-top: 50px;
  /* max-height: 70px */
}
body section#contentCreativeAgency ul {
  list-style: none;
  font-weight: 600;
}
body section#contentCreativeAgency #prevArrow, body section#contentCreativeAgency #nextArrow {
  top: 44%;
}
body section#contentCreativeAgency .introText {
  padding-top: 75px;
  padding-bottom: 100px;
  padding-right: 25px;
}
body section#newsletterAnmeldung input#mce-EMAIL {
  font-size: 2.5rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 100;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 50px;
  width: 100%;
}
body section#newsletterAnmeldung input#mce-EMAIL:focus {
  outline: none;
}
body section#newsletterAnmeldung input#mce-EMAIL::-moz-placeholder {
  font-size: 2.5rem;
  font-family: neue-haas-grotesk-display, sans-serif !important;
  font-weight: 100;
}
body section#newsletterAnmeldung input#mce-EMAIL:-ms-input-placeholder {
  font-size: 2.5rem;
  font-family: neue-haas-grotesk-display, sans-serif !important;
  font-weight: 100;
}
body section#newsletterAnmeldung input#mce-EMAIL::placeholder {
  font-size: 2.5rem;
  font-family: neue-haas-grotesk-display, sans-serif !important;
  font-weight: 100;
}
body section#newsletterAnmeldung img#newsletterArrow {
  width: 40px;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  bottom: 10px;
  cursor: pointer;
}
body section#newsletterAnmeldung input#mc-embedded-subscribe {
  position: absolute;
  border: none;
  width: 100px;
  height: 60px;
  background-image: url(https://thedistriqt.com/assets/baseimg/pfeil_schwarz-rechts.png);
  background-size: contain;
  background-size: 50%;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
}
body section#newsletterAnmeldung input#mc-embedded-subscribe:hover {
  transform: translateX(18px);
}
body footer {
  padding-bottom: 50px;
}
body footer h5 {
  font-weight: 900;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
body footer img[src*="/assets/baseimg/linkedin_icon_black.png"] {
  margin-top: -2px;
}
body footer ul {
  font-weight: 200;
  padding-left: 0;
  font-size: 0.85rem;
}
body footer ul li {
  list-style: none;
  margin-left: 0;
}
body footer div.footerIcons img {
  float: left;
  max-width: 25px;
  margin-right: 10px;
}
body#edutainment {
  background-color: black;
  color: white;
}
body#edutainment a, body#edutainment p, body#edutainment h1, body#edutainment h2, body#edutainment h3, body#edutainment h4, body#edutainment h5, body#edutainment h6, body#edutainment ul, body#edutainment li {
  color: white;
}
body#edutainment p {
  margin-top: 25px;
}
body#edutainment video {
  max-height: 570px;
  margin: auto;
  width: 100%;
}
body#edutainment #showMoreButton {
  text-decoration: underline;
  margin-bottom: 20px;
  cursor: pointer;
}
body#edutainment hr {
  width: 100%;
  border: 1px;
  background-color: white;
  margin: auto;
  opacity: 1;
  max-width: 1250px;
  margin-bottom: 30px;
}
body#edutainment #mainVideoDescription {
  overflow: hidden;
}
body#edutainment #mainVideoDescription p {
  margin-top: 5px;
}
body#edutainment #mainVideoDescription.fullTextHidden {
  max-height: 110px;
  overflow: hidden;
  transition: 1s;
}
body#edutainment span.tag {
  font-size: 0.65rem;
  padding-bottom: 45px;
  transition: 0.4s;
}
body#edutainment div.edutainmentTile {
  cursor: pointer;
  margin-bottom: 25px;
}
body#edutainment div.edutainmentTile div.tagArea {
  position: absolute;
  top: 170px;
}
body#edutainment div.edutainmentTile img:hover {
  filter: brightness(0.6);
}
body#edutainment section.folgenSlider {
  position: relative;
}
body#edutainment .hiddenSlider {
  height: 0px;
  overflow-y: hidden;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
body#edutainment div.rowAlleFolgen {
  position: relative;
}
body#edutainment div.rowAlleFolgen div#staffelSwitch {
  right: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}
body#edutainment div.rowAlleFolgen div#staffelSwitch p#currentStaffel {
  margin-right: 30px;
  top: 0;
  width: 70px;
  margin-top: 0;
  right: 0;
  position: absolute;
  text-decoration: underline;
}
body#edutainment div.rowAlleFolgen div#staffelSwitch div#dropdownStaffel {
  position: absolute;
  display: none;
  right: 0;
  width: 100px;
  top: 30px;
  z-index: 9;
  background-color: black;
}
body#edutainment div.rowAlleFolgen div#staffelSwitch div#dropdownStaffel p {
  margin: 0;
  margin-right: 30px;
  margin-bottom: 5px;
}
body#edutainment div.rowAlleFolgen div#staffelSwitch img {
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
}
body#edutainment #prevArrow, body#edutainment #nextArrow {
  position: absolute;
  z-index: 999;
  cursor: pointer;
}
body#edutainment #prevArrow img, body#edutainment #nextArrow img {
  height: 30px;
  filter: invert(1);
}
body#edutainment #prevArrow#prevArrow, body#edutainment #nextArrow#prevArrow {
  left: -55px;
  top: 24%;
  transform: rotate(180deg);
}
body#edutainment #prevArrow#nextArrow, body#edutainment #nextArrow#nextArrow {
  right: -55px;
  top: 24%;
  transform: none;
}
body#edutainment #prevArrow2, body#edutainment #nextArrow2 {
  position: absolute;
  z-index: 999;
  cursor: pointer;
}
body#edutainment #prevArrow2 img, body#edutainment #nextArrow2 img {
  height: 30px;
  filter: invert(1);
}
body#edutainment #prevArrow2#prevArrow2, body#edutainment #nextArrow2#prevArrow2 {
  left: -55px;
  top: 24%;
  transform: rotate(180deg);
}
body#edutainment #prevArrow2#nextArrow2, body#edutainment #nextArrow2#nextArrow2 {
  right: -55px;
  top: 24%;
  transform: none;
}
body#edutainment #headerSlider #prevArrow, body#edutainment #headerSlider #nextArrow {
  top: 36%;
}
body#edutainment #headerSlider #prevArrow {
  left: 40px;
}
body#edutainment #tagArea {
  text-transform: uppercase;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 0.8rem;
}
body#edutainment #tagArea span.tag {
  position: relative;
  margin-right: 11px;
}
body#edutainment #tagArea span.tag.noDot {
  margin-right: 0;
}
body#edutainment #tagArea span.tag.noDot::after {
  content: none;
}
body#edutainment #tagArea span.tag::after {
  content: " ";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 100%;
  top: 5px;
  margin-left: 6px;
}
body#edutainment nav ul li.active {
  border-bottom: 1px solid white;
}
body#edutainment div.rowAlleFolgen {
  position: relative;
  margin-bottom: 100px;
}
body#edutainment div.rowAlleFolgen h3 {
  margin-bottom: 50px;
}
body#edutainment div.folgenThumb {
  cursor: pointer;
  padding: 5px;
}
body#edutainment div.folgenThumb:hover {
  opacity: 0.8;
}
body#edutainment div.folgenThumb h6 {
  margin-top: 15px;
  height: 45px;
}
body#edutainment div.folgenThumb p {
  margin-top: 10px;
}
body#edutainment footer {
  padding-top: 50px;
  border-top: 1px solid white;
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
body#about h2 {
  font-size: 3rem;
  font-weight: 900;
}
body#about div.aboutPersonTile {
  padding: 75px;
  margin-bottom: 0;
  padding-bottom: 0;
}
body#about div.aboutPersonTile img {
  width: 90%;
  margin-left: 5%;
  padding: 25px;
}
body#about div.aboutPersonTile h3 {
  margin: 25px;
  text-align: center;
}
body#about #creativeNetworkContainer div.creativeNetworkTile {
  background-size: cover;
  background-position: center;
  width: 25%;
  min-height: 180px;
  float: left;
  height: 25vw;
  max-height: 240px;
  cursor: pointer;
}
body#about #creativeNetworkContainer div.creativeNetworkTile .hoverContent {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding-top: 33%;
  color: white;
  opacity: 0;
  transition: 0.8s;
}
body#about #creativeNetworkContainer div.creativeNetworkTile .hoverContent h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
body#about #creativeNetworkContainer div.creativeNetworkTile .hoverContent p {
  padding: 0px 20px;
}
body#about #creativeNetworkContainer div.creativeNetworkTile:hover .hoverContent {
  opacity: 1;
}

body#kolumneContent h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
}
body#kolumneContent div#columnContent img {
  margin-left: 20%;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}
body#kolumneContent div#columnContent p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
body#kolumneContent div#columnContent h2 {
  text-align: center;
  font-weight: 300;
  font-size: 2.3rem;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}
body#kolumneContent div#columnContent figure.watchtippBox {
  width: 100%;
  background-color: rgb(70, 70, 70);
}
body#kolumneContent div#columnContent figure.watchtippBox img {
  width: 60%;
  padding: 3%;
  border-radius: 50px;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body#kolumneContent div#columnContent figure.watchtippBox div.textareaWatchtipp {
  color: white;
  display: inline-block;
  width: 37%;
  font-weight: 300;
  margin-top: 3%;
  vertical-align: top;
}
body#kolumneContent div#columnContent figure.watchtippBox div.textareaWatchtipp h3 {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
}
body#kolumneContent div#columnContent figure.watchtippBox div.textareaWatchtipp figcaption {
  line-height: 1.5;
}
body#kolumneContent div#columnContent figure.watchtippBox div.textareaWatchtipp small {
  text-transform: uppercase;
  font-style: italic;
  margin-top: 30px;
  display: block;
  margin-bottom: 15px;
}
body#kolumneContent #weitereArtikel a {
  text-decoration: none;
}
body#kolumneContent #weitereArtikel a div.vorschlagKolumne {
  display: block;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: 300;
}
body#kolumneContent #weitereArtikel a div.vorschlagKolumne span.vorschlagKolumneDatum {
  position: absolute;
  right: 0;
}
body#kolumneContent #weitereArtikel a:first-child {
  border-top: 1px solid black;
}

p.brandingLogo {
  display: none;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1050px;
  }
}
@media only screen and (max-width: 768px) {
  html,
body {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }
  body nav ul li:last-child {
    margin-right: 14px;
  }
  body footer h5 br {
    display: none;
  }
  body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile p {
    margin-right: 0;
  }
  body section .slick-dots {
    bottom: -25px;
  }
  body section .slick-dots li button {
    filter: invert(100%);
  }
  body section .teaserTitle div.col-md-6 {
    display: inline-block;
    width: 49%;
  }
  body section .teaserTitle div.col-md-6 h3 {
    font-size: 1.1rem;
  }
  body section .teaserTitle div.col-md-6 a {
    font-size: 0.72rem;
    margin-top: -9px;
    display: block;
    position: relative;
  }
  body section#newsletterAnmeldung input#mce-EMAIL {
    font-size: 1.8rem;
  }
  body section#newsletterAnmeldung input#mc-embedded-subscribe {
    width: 60px;
    height: 70px;
    top: 42px;
  }
  body#kolumneContent div#columnContent figure.watchtippBox img {
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
  }
  body#kolumneContent div#columnContent figure.watchtippBox div.textareaWatchtipp {
    width: 100%;
    padding: 15px;
  }
  body #openOverlay {
    margin-left: 0;
    font-size: 2.5rem;
    margin-bottom: 100px;
  }
  body div#whatWeDoOverlay {
    width: 90%;
    margin-left: 5%;
    height: 80vh;
    display: none;
    overflow: scroll;
    margin-top: 2vh;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3764705882);
    padding-bottom: 150px;
  }
  body div#whatWeDoOverlay ul li {
    font-size: 0.8rem;
  }
  body div#whatWeDoOverlay h3 {
    font-size: 1.25rem;
  }
  body div#whatWeDoOverlay div#closeOverlay {
    position: fixed;
    right: 40px;
    top: 10vh;
  }
  body div#whatWeDoOverlay div.contactDescription {
    margin-left: 85px;
    line-height: 1.2;
    position: absolute;
    bottom: auto;
    margin-top: 20px;
    font-size: 1rem;
  }
  body div#whatWeDoOverlay div.contactDescription p {
    font-size: 0.8rem;
  }
  body div#whatWeDoOverlay img#contactImage {
    width: 70px;
    border-radius: 100%;
    margin-top: 20px;
    position: absolute;
    bottom: auto;
  }
  body h1 {
    font-size: 2rem;
  }
  body#edutainment #tagArea {
    text-align: center;
  }
  body#edutainment span.tag {
    font-size: 0.6rem;
    padding-bottom: 45px;
    transition: 0.4s;
  }
  body#edutainment #prevArrow#nextArrow, body#edutainment #nextArrow#nextArrow {
    right: 0;
    top: 20%;
    transform: none;
  }
  body#edutainment #prevArrow#prevArrow, body#edutainment #nextArrow#prevArrow {
    left: 0;
    top: 20%;
    transform: rotate(180deg);
  }
  body#edutainment #mobileMenuButton {
    filter: invert(1);
  }
  body#edutainment .menuRight ul li {
    color: black !important;
  }
  body#edutainment .menuRight ul li a {
    color: black !important;
  }
  body#edutainment .menuRight ul li a:hover {
    border-bottom: 2px solid black;
  }
  body#edutainment .menuRight li:hover {
    border-bottom: none;
  }
  body#about h2 {
    font-size: 2rem;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  body#about div.aboutPersonTile {
    padding: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  body#about div.aboutPersonTile img {
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
  }
  body#about #creativeNetworkContainer div.creativeNetworkTile {
    width: 50%;
    background-position: center;
  }
  body nav #mobileMenuButton {
    display: block;
    position: absolute;
    right: 15px;
    width: 30px;
    top: 20px;
  }
  body nav .menuRight {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important;
    top: 0;
    left: 0;
    background-color: white;
    margin-top: 0;
    z-index: 99999;
    text-align: center;
    padding-top: 30vh;
  }
  body nav .menuRight img#closeMenu {
    display: block;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  body nav .menuRight ul {
    padding-left: 0;
    font-size: 1.4rem;
  }
  body nav .menuRight ul li {
    display: block;
  }
  body section {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  body section#headerSlider {
    max-width: none;
    width: 130vw;
    margin-left: -15vw;
  }
  body section#headerSlider #prevArrow, body section#headerSlider #nextArrow {
    display: none !important;
  }
  body section#edutainmentTeaser div.edutainmentTilesWrapper div.edutainmentTile {
    width: 100%;
  }
  body section#edutainmentContent div.edutainmentTile div.tagArea {
    position: relative;
    top: auto;
  }
  body section#edutainmentContent div.edutainmentTile p {
    max-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    line-height: 1.2;
  }
  body section#edutainmentContent div.edutainmentTile p.lengthAddition {
    max-height: 85px;
    overflow: auto;
    text-overflow: auto;
    margin-top: 25px;
  }
  body section#contentCreativeAgency img.kundinnenLogo {
    width: 40%;
    margin-top: 0;
  }
  body section#contentCreativeAgency #prevArrow, body section#contentCreativeAgency #nextArrow {
    display: none;
  }
  body section#loftyContent h2 {
    font-size: 2rem;
  }
  body section ul.bigList {
    font-size: 1.5rem;
    padding-left: 0;
    margin-top: -170px;
    margin-bottom: 55px;
  }
  body section::after {
    height: 10px;
    width: 100%;
    margin-left: 0;
  }
}/*# sourceMappingURL=distriqt.css.map */