@charset "UTF-8";
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Caveat Brush';
    font-style: normal;
    font-weight: 400;
    src: url('/die_drei_fragezeichen/fonts/caveat-brush-v11-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: url('/die_drei_fragezeichen/fonts/caveat-brush-v11-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/die_drei_fragezeichen/fonts/caveat-brush-v11-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/die_drei_fragezeichen/fonts/caveat-brush-v11-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('/die_drei_fragezeichen/fonts/caveat-brush-v11-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/die_drei_fragezeichen/fonts/caveat-brush-v11-latin_latin-ext-regular.svg#CaveatBrush') format('svg'); /* Legacy iOS */
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.button-style, form .submit .btn, .content-text .btn-red {
  width: 100%;
  background-color: #ED1B24;
  border-color: #ED1B24;
  border-radius: 3px;
  padding: 15px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.button-style:hover, form .submit .btn:hover, .content-text .btn-red:hover {
  background-color: #c51017;
  border-color: #c51017;
}
@media only screen and (min-width: 768px) {
  .button-style, form .submit .btn, .content-text .btn-red {
    max-width: 220px;
  }
}

.btn-red {
  width: auto;
  display: inline-block;
  background-color: #ED1B24;
  border-color: #ED1B24;
  border-radius: 3px;
  padding: 15px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.btn-red:hover {
  background-color: #c51017;
  border-color: #c51017;
}
.btn-red a {
  color: #ffffff;
}

.ddfkids .btn-red {
  position: relative;
}
.ddfkids .btn-red::before, .ddfkids .btn-red::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_white.svg") repeat;
}
.ddfkids .btn-red::before {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ddfkids .btn-red::after {
  bottom: 0;
}

.content-text ol {
  list-style: none;
  counter-reset: counter-style;
}
.content-text ol li {
  counter-increment: counter-style;
  position: relative;
  margin-left: 21px;
}
.content-text ol li::before {
  position: absolute;
  display: inline-block;
  content: counter(counter-style) ". ";
  color: inherit;
  --size: 11px;
  left: calc(-1 * var(--size) - 10px);
  width: var(--size);
  height: var(--size);
  top: 0;
}
.btn.btn-primary a {
  color: #ffffff;
}
.btn.btn-link {
  margin-bottom: 30px;
}
.btn.btn-link:hover {
  text-decoration: none;
}

/*Google Fonts*/
/* All Title */
.section-title-container {
  position: relative;
}
.section-title-container h2.section-title::after {
  width: 100%;
  content: "";
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_black.svg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
}
.section-title-container .heading-title-img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 575.98px) {
  .section-title-container .heading-title-img {
    display: none;
  }
}
.section-title-container .heading-title {
  font-family: "Caveat Brush", cursive;
  letter-spacing: 0.3px;
  border-top: 0;
  font-size: 2.4rem;
}

h2::before {
  background-color: transparent;
}

.product-wrapper h2.section-title {
  border-top: 0;
}
.product-wrapper h2.section-title::after {
  width: 100%;
  content: "";
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_black.svg") no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
  height: 12px;
}

.heading-info {
  font-family: "Caveat Brush", cursive;
  letter-spacing: 0.3px;
  font-size: 2.4rem;
  border-top: 0;
}

.info.ddfkids .info-board {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  min-height: 667px;
  position: relative;
}
.info.ddfkids .content-text h2, .info.ddfkids .content-text h3 {
  margin-top: 0;
}
.info.ddfkids .content-text h2 {
  margin-bottom: 20px;
}
.info.ddfkids .content-text h2::before {
  display: none;
}

.container-full, .intro, .newsletter-container, .blockquote-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.top-news-margin {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .top-news-margin {
    -webkit-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
            transform: translateY(-120px);
    margin-bottom: -30px;
    z-index: 999;
    position: relative;
  }
}
.top-news-margin .card {
  border: none;
}
.top-news-margin .card .card-body {
  border-left: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
}

@font-face {
  font-family: SuperclarendonRg-Bold;
  src: url(/die_drei_fragezeichen/fonts/3739A1_0_0.eot?1f5d5927b7683d66974018b05280be3d);
  src: url(/die_drei_fragezeichen/fonts/3739A1_0_0.eot?1f5d5927b7683d66974018b05280be3d) format("embedded-opentype"), url(/die_drei_fragezeichen/fonts/3739A1_0_0.woff2?78b24b0402401ec0ff7451d43cbbb5c2) format("woff2"), url(/die_drei_fragezeichen/fonts/3739A1_0_0.woff?89f94092149291c9e2f1b98fd29a4cfa) format("woff"), url(/die_drei_fragezeichen/fonts/3739A1_0_0.ttf?b1807c2447314615196a18fcdd0d5495) format("truetype"), url(/die_drei_fragezeichen/fonts/3739A1_0_0.svg?cef230fe94a1999b136000ba8febc228) format("svg");
}
@font-face {
  font-family: HelveticaNeueLTPro-BdCn;
  src: url(/die_drei_fragezeichen/fonts/3739A1_1_0.eot?0a9ef81ffbe0ff93f0fbfdeebe3dead9);
  src: url(/die_drei_fragezeichen/fonts/3739A1_1_0.eot?0a9ef81ffbe0ff93f0fbfdeebe3dead9) format("embedded-opentype"), url(/die_drei_fragezeichen/fonts/3739A1_1_0.woff2?fbf8b9a09762b9070c1ae76920f1523a) format("woff2"), url(/die_drei_fragezeichen/fonts/3739A1_1_0.woff?7bd485b958329c717e6d150fff14c645) format("woff"), url(/die_drei_fragezeichen/fonts/3739A1_1_0.ttf?5ec89e8b46faf3e77e1a91819107f833) format("truetype"), url(/die_drei_fragezeichen/fonts/3739A1_1_0.svg?8a0a32012d16fd8d33188e32f219d3c3) format("svg");
}
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  src: url(/die_drei_fragezeichen/fonts/roboto-v18-latin-regular.eot?68889c246da2739681c1065d15a1ab0b);
  src: url(/die_drei_fragezeichen//fonts/roboto-v18-latin-regular.eot?68889c246da2739681c1065d15a1ab0b) format("embedded-opentype"), url(/die_drei_fragezeichen/fonts/roboto-v18-latin-regular.woff2?5d4aeb4e5f5ef754e307d7ffaef688bd) format("woff2"), url(/die_drei_fragezeichen/fonts/roboto-v18-latin-regular.woff?bafb105baeb22d965c70fe52ba6b49d9) format("woff"), url(/die_drei_fragezeichen/fonts/roboto-v18-latin-regular.ttf?372d0cc3288fe8e97df49742baefce90) format("truetype"), url(/die_drei_fragezeichen/fonts/roboto-v18-latin-regular.svg?8681f434273fd6a267b1a16a035c5f79) format("svg");
}
@font-face {
  font-family: roboto-condensed;
  font-style: normal;
  font-weight: 400;
  src: url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-regular.eot?f1fd7015cb90736dbcabb1377cc6ddb2);
  src: url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-regular.eot?f1fd7015cb90736dbcabb1377cc6ddb2) format("embedded-opentype"), url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-regular.woff2?587de8ec039052f50e69c9654439b991) format("woff2"), url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-regular.woff?6da41a0de9bcf1627a01686cb1cd0d31) format("woff"), url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-regular.ttf?b17350f61752fa663a53ca9759b7aa54) format("truetype"), url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-regular.svg?8cb983f9db2dc3cf43e7879513126a5c) format("svg");
}
@font-face {
  font-family: roboto-condensed-bold;
  font-style: normal;
  font-weight: 700;
  src: url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-700.eot?2f32c18a5cdee339bf353603cd5092d3);
  src: url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-700.eot?2f32c18a5cdee339bf353603cd5092d3) format("embedded-opentype"), url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-700.woff2?c074f8ef4aea2b67fa0ae380041dacdf) format("woff2"), url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-700.woff?bf9fec987ff2e712826d1da62c84d86c) format("woff"), url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-700.ttf?1340bba6dad1d81e767e078b94db2fc8) format("truetype"), url(/die_drei_fragezeichen/fonts/roboto-condensed-v16-latin-700.svg?587ed44908df84877c5a7f668eb1dfa1) format("svg");
}
.ddfkids footer {
  padding-top: 200px;
}
@media only screen and (max-width: 676px) {
  .ddfkids footer {
    padding-top: 50px;
  }
}
.ddfkids footer .logo img {
  height: 80px;
}
.ddfkids footer .group-wrapper {
  position: relative;
}
.ddfkids footer .group-wrapper .group {
  width: 340px;
  height: auto;
  position: absolute;
  left: 170px;
  bottom: -22px;
  right: auto;
}
@media (max-width: 530px) {
  .ddfkids footer .group-wrapper .group {
    width: 50%;
    bottom: 22px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 464px) {
  .ddfkids footer .group-wrapper {
    display: none;
  }
}
.ddfkids footer .footer-nav {
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .ddfkids footer .footer-nav-wrapper {
    display: block;
    margin-top: 2rem;
  }
  .ddfkids footer .footer-nav-wrapper .footer-nav {
    text-align: left;
    margin-left: -15px;
  }
  .ddfkids footer .footer-nav-wrapper .footer-nav li {
    display: inline-block;
  }
  .ddfkids footer .footer-nav-wrapper .footer-nav li a {
    margin-left: 0;
    margin-right: 1rem;
  }
}

.ddfkids .header-nav header {
  height: auto;
  margin-bottom: 0;
}

.ddfkids .burger {
  background-image: url("/die_drei_fragezeichen/img/layout/icons/menu.svg");
}
.ddfkids .header-nav {
  position: relative;
  width: 100%;
  min-height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 65%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 65%, rgba(0, 0, 0, 0) 100%);
  background-color: #000000;
}
.ddfkids .header-nav header {
  padding: 0;
}
.ddfkids .header-nav .social-menu {
  display: none;
}
@media (max-width: 1169px) {
  .ddfkids .header-nav div[class^=col-] {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .ddfkids .header-nav .container-fluid {
    padding: 0;
    /*div[class^="col-"]{
        padding: 0;
    }*/
  }
  .ddfkids .header-nav .container-fluid .container {
    padding: 0;
  }
  .ddfkids .header-nav .container-fluid .container .row {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .ddfkids .header-nav .social-menu .fixed .sidebar {
    display: block !important;
    position: fixed;
    left: 7px;
    bottom: 0;
    z-index: 101;
    top: 94vh;
  }
  .ddfkids .header-nav .social-menu .fixed .sidebar a {
    background: transparent;
  }
  .ddfkids .header-nav .social-menu .fixed .sidebar ul {
    margin-bottom: 0;
    background-image: none;
    background-color: transparent;
  }
  .ddfkids .header-nav .social-menu .fixed .sidebar li {
    display: inline-block;
  }
  .ddfkids .header-nav .social-menu .fixed .sidebar li:first-child a {
    margin-left: -15px;
  }
  .ddfkids .header-nav .social-menu.active-social {
    display: block;
  }
}
.ddfkids .navbar {
  padding: 1.4rem 0 2rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 100 !important;
  background-color: #000000;
  /*    .nav-link[href*="/produktwelt"]{
          outline: 1px solid red;
      }*/
}
@media only screen and (min-width: 768px) {
  .ddfkids .navbar {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.ddfkids .navbar .navbar-brand {
  width: auto;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .ddfkids .navbar .navbar-brand {
    width: auto;
  }
}
.ddfkids .navbar .navbar-toggler {
  display: none;
}
.ddfkids .navbar .navbar-collapse {
  display: none;
  /*&.collapse:not(.show) {
      display: none;
  }

  &.collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition: height 0.35s ease;
      transition: height 0.35s ease;
  }*/
}
.ddfkids .navbar .navbar-collapse.justify-content-center {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}
.ddfkids .navbar .navbar-collapse.active {
  display: block;
}
.ddfkids .navbar .navbar-collapse.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.ddfkids .navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}
.ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .has-children::after {
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
@media (min-width: 991px) {
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .has-children::after {
    display: none;
  }
}
.ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-family: "Caveat Brush", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.22px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (min-width: 1099px) {
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
.ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .nav-link img {
  max-width: 100px;
  padding-top: 0;
  margin-top: -5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*margin-bottom: 0;
  margin-bottom: .3em;*/
}
.ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .nav-link img:hover {
  opacity: 0.8;
}
.ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .nav-brand {
  padding: 0;
}
.ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #00ADEF;
}
@media only screen and (min-width: 991px) {
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 0.85rem 0;
  }
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item:hover .sub-nav {
    display: block;
    z-index: 100;
  }
}
.ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .sub-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  display: block;
}
@media (max-width: 991px) {
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .sub-nav {
    margin: 0 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .sub-nav {
    display: none;
    border-top: 30px solid black;
    min-width: 10rem;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    /*&.show {
        position: absolute;
        z-index: 100;
        display: block;
        transform: translate3d(0px, 0px, 0px);
    }*/
  }
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .sub-nav::before {
    content: " ";
    border-bottom: 0.75em solid;
    border-right: 0.75em solid transparent;
    border-left: 0.75em solid transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: calc(50% - 10px);
    color: #ffffff;
  }
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .sub-nav .nav-item .nav-link {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    color: #000000;
  }
  .ddfkids .navbar .navbar-collapse .navbar-nav .nav-item .sub-nav .nav-item .nav-link:hover {
    color: #00ADEF;
  }
}
@media only screen and (max-width: 991px) {
  .ddfkids .navbar {
    padding-top: 0.8rem;
    position: absolute;
    width: 100%;
    height: 90px;
    top: 0;
    right: 0;
    left: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ddfkids .navbar .navbar-brand {
    margin-left: 1rem !important;
  }
  .ddfkids .navbar .navbar-toggler {
    display: block;
    width: 74px;
    height: 74px;
    background-image: url("/die_drei_fragezeichen/img/layout/kids/btn-burger.png");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ddfkids .navbar .navbar-toggler.open {
    background-image: url("/die_drei_fragezeichen/img/layout/kids/btn-burger-close.png");
  }
  .ddfkids .navbar.overlay {
    margin-left: 0;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  .ddfkids .navbar.overlay .navbar-brand {
    margin-left: 1rem !important;
  }
  .ddfkids .navbar.overlay .navbar-collapse.active {
    margin-left: 1rem;
  }
  .ddfkids .navbar.overlay .navbar-toggler {
    right: 0;
  }
}

@media (max-width: 991px) {
  .breadcrumb-container {
    padding-top: 125px;
    background-color: #000000;
    background-size: 100% !important;
  }
}
html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 991px) {
  main {
    position: initial;
  }
}

@media (min-width: 1300px) {
  .home.ddfkids .mumie {
    position: absolute;
    width: 270px;
    height: 260px;
    top: 1100px;
    right: 0;
    background-image: url("/die_drei_fragezeichen/img/layout/kids/image-mumie-startseite@2x.png");
    background-size: 100% 100%;
  }
  .home.ddfkids .bob {
    position: absolute;
    width: 180px;
    height: 287px;
    top: 3500px;
    left: 0;
    background-image: url("/die_drei_fragezeichen/img/layout/kids/image-bob-startseite@2x.png");
    background-size: 100% 100%;
  }

  .product.ddfkids .monsterhand {
    position: absolute;
    width: 210px;
    height: 146px;
    top: 1400px;
    right: 0;
    background-image: url("/die_drei_fragezeichen/img/layout/kids/image-monsterhand-produktwelt@2x.png");
    background-size: 100% 100%;
  }

  .info.ddfkids .stift {
    position: absolute;
    width: 206px;
    height: 137px;
    top: 630px;
    right: 0;
    background-image: url("/die_drei_fragezeichen/img/layout/kids/image-stift-charaktere@2x.png");
    background-size: 100% 100%;
  }
}
.ddfkids .sidebar .list-unstyled {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/social-bar-bg_red.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ddfkids .sidebar a {
  background: transparent;
}
.ddfkids .sidebar a:hover {
  background: #960c12;
}

/* Custom Convoy */
.card:hover:not(.card-teaser) .btn-icon-more {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-next-grey.svg");
}

.card.card-teaser .btn-icon-more:hover, .card:hover:not(.card-teaser) .btn-icon-more {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-next-grey.svg");
}

.btn-icon-more {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-next_red.svg");
}

.card {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.card-body .btn-icon-audio {
  background: url("/die_drei_fragezeichen/img/layout/icons/icon-big-audio.svg") 0 0;
}
.card-body .btn-icon-audio:hover {
  background: url("/die_drei_fragezeichen/img/layout/icons/icon-big-audio-sm.svg") 0 -70px;
}
@media only screen and (min-width: 768px) {
  .card-body .btn-icon-audio:hover {
    background: url("/die_drei_fragezeichen/img/layout/icons/icon-big-audio.svg") 0 -90px;
  }
}
.card-body .btn-icon-audio.active {
  background: url("/die_drei_fragezeichen/img/layout/icons/icon-big-audio.svg") -90px -90px;
}
.card-body a {
  color: #000000;
  /*@include transition(all 0.5s ease-in-out);
  &:hover {
      color: lighten($color-black, 50%);
  }*/
}
.card-body .overlay-play img {
  width: 64px;
}
.card-body .card-title .card-title-link {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.card-body .card-title .card-title-link:hover {
  color: gray;
}
.card-content ul {
  margin-bottom: 0;
}
.card-content ul li {
  display: inline-block;
}
.card-content ul li:not(:last-child)::after {
  content: ",";
  padding-right: 5px;
}

.card-reading .card-title {
  padding-top: 9px;
}

/* Product Cards */
.product-grid {
  /*.card {
      //min-height: inherit;

      .card-body {
          .card-link {
              .card-text {
                  color: $color-black;
              }
          }

          .empty-title {
              height: 40px;

          }
      }

      .product-thumb-wrapper {

          @media only screen and(min-width: 768px) {
              min-height: 320px;
          }

          display: flex;
          justify-content: center;
          align-items: center;

          .card-link {
              .product-thumb {
                  width: auto;
                  max-width: 100%;
                  height: auto;
                  max-height: 100%;
                  margin: auto;

                  max-height: 250px;
              }
          }
      }
  }*/
  /*.detail-product-expander {
      background-color: $color-black;
      color: $color-white;
      position: relative;
      padding: 15px;

      @media only screen and(min-width: 768px) {
          padding: 30px;
      }

      .arrow-selection {
          width: 0;
          height: 0;
          border-left: 1em solid transparent;
          border-right: 1em solid transparent;
          border-bottom: 1em solid $color-black;
          display: block;
          position: absolute;
          top: -15px;
          transform: translateX(-50%);
      }

      .close {
          width: 18px;
          height: 18px;
          cursor: pointer;
          margin-top: 30px;
          //margin-right: 30px;
          background: $color-black url("/die_drei_fragezeichen/img/layout/icons/icon-close.svg");
          background-repeat: no-repeat;

      }

      .detail-product-expander-content {
          h1,h2,h3,h4,h5 {
              font-size: 24px;
              line-height: 28px;
              color: $color-white;
          }

          .btn {
              margin-top: 30px;
          }
      }
  }

  .btn-icon-more-active {
      background:  url("/die_drei_fragezeichen/img/layout/icons/icon-arrow-down.svg") 0px -31px;
  }

  .collapse {
      &.show {
          .card-btn {
              &.btn-icon-more {
                  outline: 2px solid green;
              }
          }
      }
  }*/
}
.product-grid .card-expandable .card-expander .expander-close {
  background: url("/die_drei_fragezeichen/img/layout/icons/icon-close.svg");
}
.product-grid .card-expander .card-expander-content .card-expander-content-title {
  margin-bottom: 30px;
}
.product-grid .card-expander .card-expander-content .card-expander-content-title ul {
  margin-bottom: 0;
}
.product-grid .card-expander .card-expander-content .card-expander-content-title ul li {
  display: inline-block;
}
.product-grid .card-expander .card-expander-content .card-expander-content-title ul li:not(:last-child)::after {
  content: ",";
  padding-right: 5px;
}
.product-grid .card-expander .card-expander-content .btn {
  font-family: "Caveat Brush", cursive;
  font-size: 1.5rem;
  background-color: #ED1B24;
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-bg@2x.png");
  background-size: cover;
  border: none;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.product-grid .card-expander .card-expander-content .btn:hover {
  opacity: 0.8;
}
.product-grid .card-expander .card-expander-content .btn:focus, .product-grid .card-expander .card-expander-content .btn:active {
  background-color: transparent !important;
  opacity: 0.8;
}
.product-grid .card-expander .card-expander-content .btn-height {
  height: 56px;
  line-height: 24px;
}
.product-grid .card-expander .card-expander-content .social-content a {
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.product-grid .card-expander .card-expander-content .social-content a:hover {
  border-color: #c51017;
}
.product-grid .is-expanded .btn-icon-more {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-open_blue.svg");
  background-position: 0px -31px;
}
.product-grid .is-expanded .card {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box_vertikale_blue.svg");
}
.product-grid .card {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box_vertikale.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
}
.product-grid .card .card-body {
  background-image: none;
  padding-bottom: 10px;
  /*.empty-title {
      height: 40px;

  }*/
}
.product-grid .card .card-body .card-content ul {
  width: 90%;
}
.product-grid .card .card-btn {
  margin: 0 30px 30px 0;
}
.product-grid .product-thumb-wrapper {
  padding-bottom: 0;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-grid .product-thumb-wrapper .product-thumb {
  max-height: 300px;
  margin: 0;
}

.card-news .news-date {
  font-family: "Caveat Brush", cursive;
  font-size: 18px;
  letter-spacing: 2.4px;
  line-height: 28px;
}

.card {
  border: none;
}
.card .card-body {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box_vertikale_big.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  border: none !important;
}
.card.card-news {
  border: none;
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top-news-margin {
  z-index: 5 !important;
}
.top-news-margin .card {
  border: none;
  background-image: none;
}
.top-news-margin .card .card-body {
  border: none !important;
}
.top-news-margin .card-body {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box_vertikale.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.card .card-header {
  background: transparent;
}

.accordion {
  position: relative;
}
.accordion:before, .accordion:after {
  content: "";
  position: relative;
  width: 100%;
  height: 5px;
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box_vertikale_line2.png");
  display: block;
  top: 0;
  left: 0;
}
.accordion:after {
  background-image: none;
}
.accordion:after {
  top: -3px;
}
.accordion .card {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box_vertikale_big.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (max-width: 575px) {
  .accordion .card {
    background-image: none;
    border: 3px solid #c3c3c3;
  }
}
.accordion .card .card-body {
  background-image: none;
}
.accordion .card .info-inhalt .card-body {
  background-image: none;
}

/* Blockquote Container, Random */
.blockquote-container .fluid-box-quote .icon-info {
  background-image: url("/die_drei_fragezeichen/img/layout/icons/icon-info.svg");
}
@media only screen and (max-width: 767px) {
  .blockquote-container #hand .top {
    display: none;
  }
}

/* Newsletter Container */
.newsletter-container {
  /*Styles in _newsletter.scss */
}

.teaser-container button.btn {
  margin-top: 0;
  display: inline-block;
  text-align: center;
  max-width: 220px;
  background-color: #ED1B24;
  border-color: #ED1B24;
  font-family: inherit;
  font-size: 19px;
  border-radius: 3px;
  padding: 15px 20px;
  min-width: 200px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .teaser-container button.btn {
    max-width: 220px;
  }
}
.teaser-container button.btn:hover {
  background-color: #c51017;
  border-color: #c51017;
  text-decoration: none;
  color: #ffffff;
}

.breadcrumb-container {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  position: relative;
}
.breadcrumb-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  bottom: -10px;
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_white.svg");
  background-size: cover;
  background-repeat: repeat;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-container {
    margin-bottom: 4rem;
  }
}
.breadcrumb-container header {
  height: 140px;
  background-color: transparent !important;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(40%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 40%);
}
.breadcrumb-container header .header-item {
  right: 0;
}
@media (min-width: 1640px) {
  .breadcrumb-container header .header-item {
    right: 340px;
  }
}
@media (min-width: 768px) {
  .breadcrumb-container header {
    height: 190px;
  }
}
.breadcrumb-container header .breadcrumb {
  padding-left: 0.9em;
  -webkit-transform: translateY(65px);
      -ms-transform: translateY(65px);
          transform: translateY(65px);
}
@media only screen and (min-width: 768px) {
  .breadcrumb-container header .breadcrumb {
    -webkit-transform: translateY(90px);
        -ms-transform: translateY(90px);
            transform: translateY(90px);
  }
}
.breadcrumb-container header .breadcrumb .breadcrumb-item {
  font-family: "Caveat Brush", cursive;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-container header .breadcrumb .breadcrumb-item {
    display: none;
  }
  .breadcrumb-container header .breadcrumb .breadcrumb-item:first-child {
    display: block;
  }
}
.breadcrumb-container header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  font-size: inherit;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
@media only screen and (max-width: 500px) {
  .breadcrumb-container header .illu-wrapper .header-item {
    width: 240px;
  }
}

.pagination {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: none;
}
.pagination .page-item .page-link {
  color: #000000;
}
.pagination .page-item.active .page-link {
  background-color: #000000;
  border-color: #dee2e6;
  color: #ffffff;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border: 0;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  background-color: transparent;
  color: #333333;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #dee2e6;
}

.full-width {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}

.teaser-container {
  margin-bottom: 7rem;
  padding-top: 2rem;
}
.teaser-container button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.teaser-container button.btn-link {
  font-family: "Caveat Brush", cursive !important;
  font-size: 1.6rem !important;
  border: none;
  background-color: transparent;
  background-image: url("/die_drei_fragezeichen/img/layout/kids/btn-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.teaser-container button.btn-link:hover {
  background-color: transparent;
  opacity: 0.8;
}
.teaser-container * {
  color: #ffffff;
}
.teaser-container h3 {
  font-family: "Caveat Brush", cursive;
  font-size: 3rem;
  line-height: 50px;
}
.teaser-container .btn-link {
  padding: 15px 20px;
  min-width: 200px;
  font-family: "Caveat Brush", cursive;
  font-size: 1.6rem;
  border-radius: 2px;
  display: inline-block;
  background-color: transparent;
  background-image: url("/die_drei_fragezeichen/img/layout/kids/btn-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.teaser-container .btn-link:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}

.teaser-newsletter-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#123D71));
  background: -o-linear-gradient(top, #000000 0%, #123D71 100%);
  background: linear-gradient(180deg, #000000 0%, #123D71 100%);
  position: relative;
}
.teaser-newsletter-box .img-wrapper {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 5;
}
.teaser-newsletter-box .img-wrapper .img-item {
  width: 320px;
  height: auto;
}
@media (max-width: 767px) {
  .teaser-newsletter-box .img-wrapper .img-item {
    width: 200px;
  }
}
@media (max-width: 375px) {
  .teaser-newsletter-box .img-wrapper .img-item {
    width: 140px;
  }
}
.teaser-newsletter-box::before, .teaser-newsletter-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background: url("/die_drei_fragezeichen/img/layout/kids/bg-border.svg") repeat;
}
.teaser-newsletter-box::before {
  top: -10px;
}
.teaser-newsletter-box::after {
  bottom: -10px;
}

.teaser-fall-der-woche-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#256042));
  background: -o-linear-gradient(top, #000000 0%, #256042 100%);
  background: linear-gradient(180deg, #000000 0%, #256042 100%);
  position: relative;
}
.teaser-fall-der-woche-box::before, .teaser-fall-der-woche-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background: url("/die_drei_fragezeichen/img/layout/kids/bg-border.svg") repeat;
}
.teaser-fall-der-woche-box::before {
  top: -10px;
}
.teaser-fall-der-woche-box::after {
  bottom: -10px;
}
.teaser-fall-der-woche-box .img-wrapper {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 50;
}
.teaser-fall-der-woche-box .img-wrapper .img-item {
  max-width: 480px;
  height: auto;
}
@media only screen and (max-width: 690px) {
  .teaser-fall-der-woche-box .img-wrapper {
    text-align: right;
  }
  .teaser-fall-der-woche-box .img-wrapper .img-item {
    width: 270px;
  }
}

.teaser-fun-facts-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#6D1111));
  background: -o-linear-gradient(top, #000000 0%, #6D1111 100%);
  background: linear-gradient(180deg, #000000 0%, #6D1111 100%);
  position: relative;
}
.teaser-fun-facts-box::before, .teaser-fun-facts-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background: url("/die_drei_fragezeichen/img/layout/kids/bg-border.svg") repeat;
}
.teaser-fun-facts-box::before {
  top: -10px;
}
.teaser-fun-facts-box::after {
  bottom: -10px;
}
.teaser-fun-facts-box .img-wrapper {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 50;
}
.teaser-fun-facts-box .img-wrapper .img-item {
  width: 380px;
  height: auto;
}

.teaser-ausweisgenerator-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#6D1111));
  background: -o-linear-gradient(top, #000000 0%, #6D1111 100%);
  background: linear-gradient(180deg, #000000 0%, #6D1111 100%);
  position: relative;
  height: auto;
}
.teaser-ausweisgenerator-box::before, .teaser-ausweisgenerator-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background: url("/die_drei_fragezeichen/img/layout/kids/bg-border.svg") repeat;
}
.teaser-ausweisgenerator-box::before {
  top: -10px;
}
.teaser-ausweisgenerator-box::after {
  bottom: -10px;
}
.teaser-ausweisgenerator-box .img-wrapper {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.teaser-ausweisgenerator-box .img-wrapper .img-item {
  max-width: 380px;
  height: auto;
}
@media (max-width: 620px) {
  .teaser-ausweisgenerator-box {
    height: 100%;
    z-index: 50;
  }
  .teaser-ausweisgenerator-box .img-wrapper {
    position: initial;
  }
  .teaser-ausweisgenerator-box .img-wrapper .img-item {
    max-width: 280px;
    height: auto;
  }
}
.newsletter-container {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 600px;
  margin-bottom: 64px;
  background-position: 0 0;
  color: #ffffff;
  /*    & > p, h3 {
          @include absCenter;

      }*/
  position: relative;
}
@media only screen and (min-width: 768px) {
  .newsletter-container {
    height: 440px;
    margin-bottom: 96px;
    background-position: center 60px;
  }
}
.newsletter-container a {
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  max-width: 220px;
  background-color: #ED1B24;
  border-color: #ED1B24;
  font-family: inherit;
  font-size: 19px;
  border-radius: 3px;
  padding: 15px 20px;
  min-width: 160px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .newsletter-container a {
    max-width: 220px;
  }
}
.newsletter-container a:hover {
  background-color: #c51017;
  border-color: #c51017;
}

.button-style, form .submit .btn, .content-text .btn-red {
  width: 100%;
  background-color: #ED1B24;
  border-color: #ED1B24;
  border-radius: 3px;
  padding: 15px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.button-style:hover, form .submit .btn:hover, .content-text .btn-red:hover {
  background-color: #c51017;
  border-color: #c51017;
}
@media only screen and (min-width: 768px) {
  .button-style, form .submit .btn, .content-text .btn-red {
    max-width: 220px;
  }
}

form h4 {
  margin-bottom: 10px;
}
form .customRadio .custom-radio {
  border: none;
  -webkit-box-shadow: inset 0 0 0 3px #C3C3C3;
          box-shadow: inset 0 0 0 3px #C3C3C3;
}
form .custom-control .custom-control-label {
  font-size: 80%;
  font-weight: 400;
  padding-left: 10px;
}
form .custom-control .custom-control-label a {
  color: #000000;
  text-decoration: underline;
}
form .custom-control .custom-control-label::before, form .custom-control .custom-control-label::after {
  top: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 3px solid #C3C3C3;
}
form .form-group.text input[id^=answers-] {
  margin-bottom: 60px;
}
form .form-group.text .control-label, form .form-group.email .control-label {
  color: gray;
}
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
form .submit {
  margin-top: 30px;
  position: relative;
}
form .submit::before, form .submit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_white.svg") repeat;
}
form .submit::before {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
form .submit::after {
  bottom: 0;
}
form .submit .btn {
  font-family: "Caveat Brush", cursive;
  font-size: 1.6rem;
  margin-bottom: 1.875rem;
  /*&:before, &:after {
      content: '';
      position: absolute;
  }

  &:before {
      top: -4px;
      left: 0;
      width: 100%;
      height: 10px;
      background-image: url("/die_drei_fragezeichen/img/layout/kids/btn-bg_top.png");

  }*/
}

/* Required style */
.form-group.required .control-label::after {
  content: " *";
  color: #ED1B24;
}

.form-control {
  border: 3px solid #C3C3C3;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  border-radius: 0;
}
.form-control:optional {
  background-color: #ffffff;
}
.form-control:required:valid {
  background-color: #28a745;
}
.form-control:invalid {
  background-color: #ffffff;
}
.form-control:required:focus:valid {
  background-color: darkolivegreen;
}
.form-control:focus:invalid {
  background-color: #ffffff;
}

/* Sortable form items */
.ui-sortable {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ui-sortable .ui-sortable-handle {
  background-color: #ffffff;
  border: 1px dashed #000000;
  padding: 15px 20px;
  cursor: move;
}
.ui-sortable .ui-sortable-handle:not(:last-child) {
  margin-bottom: 30px;
}
.ui-sortable .ui-sortable-handle .order {
  color: #bfbfbf;
  margin-right: 15px;
}
.ui-sortable .ui-sortable-handle p {
  display: inline-block;
}
.ui-sortable .ui-sortable-handle.ui-sortable-helper {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}

.ddfkids .download-list {
  border-width: 3px;
}
.ddfkids .download-list li a {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ddfkids .download-list li a::after {
  background: url("/die_drei_fragezeichen/img/layout/kids/icons/btn-download_red.svg");
}
.ddfkids .download-list li a:hover::after {
  opacity: 0.8;
}

.sidebar ul li:first-child a {
  border-top-left-radius: 3px;
}
.sidebar ul li:last-child a {
  border-bottom-left-radius: 3px;
}
.sidebar ul li a i {
  color: #ffffff;
  font-size: 1.3em;
}
.sidebar a {
  padding: 15px;
}
.sidebar a:first-of-type {
  border-top-left-radius: 0;
}
.sidebar a:last-of-type {
  border-bottom-left-radius: 0;
}

.owl-item {
  /*a [class*="img-fluid"]{
      &:hover {
          opacity: .8;
      }

  }*/
}
.owl-item .audio-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.owl-item .card a {
  color: #000000;
}
.owl-item .card a:hover {
  color: gray;
}

.audio-wrapper {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -40%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.audio-wrapper audio {
  display: none;
}
.audio-wrapper .audio-loading {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*.rect5 {
      animation-delay: -0.8s;
  }*/
}
.audio-wrapper .audio-loading.active {
  opacity: 1;
  visibility: visible;
}
.audio-wrapper .audio-loading > div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.audio-wrapper .audio-loading .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.audio-wrapper .audio-loading .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.audio-wrapper .audio-loading .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.audio-wrapper .audio-controls {
  position: absolute;
  width: 4rem;
  height: 4rem;
  color: #ffffff;
  background-color: black;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 5px solid #ffffff;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.audio-wrapper .audio-controls::before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  /*content: '';*/
  /*height: 72px;
  width: 72px;*/
  /*background-image: url("/die_drei_fragezeichen/img/layout/kids/btn-reinhoeren_black.svg");
  background-size: 100%;
  background-repeat: no-repeat;*/
}
.audio-wrapper .audio-controls.hide {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.audio-wrapper .audio-controls.hide::before {
  opacity: 0;
  visibility: hidden;
}
.audio-wrapper .audio-controls:hover {
  border: 5px solid #ffffff;
  background-color: #00ADEF;
}
.audio-wrapper .audio-controls:hover::before {
  color: #ffffff;
}
.audio-wrapper .audio-text {
  position: relative;
  line-height: 90px;
  height: 100%;
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 5rem;
}
.audio-wrapper.active .audio-text {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.audio-wrapper.active .audio-controls {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 5px solid #ffffff;
  background-color: #00ADEF;
}
.audio-wrapper.active .audio-controls::before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04c";
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
}

.character-btn {
  margin-bottom: 1rem;
}
.character-btn .audio-wrapper {
  position: relative;
}
.character-btn .audio-wrapper .audio-loading {
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.more-audio-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  bottom: 0.5rem;
  z-index: 999;
  padding: 0.2rem 0;
  color: #000000;
  font-weight: bold;
}
.more-audio-wrapper .audio-wrapper {
  position: static;
  left: auto;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.more-audio-wrapper .audio-wrapper .audio-controls {
  background-color: black;
  width: 2.5rem;
  height: 2.5rem;
}
.more-audio-wrapper .audio-wrapper .audio-controls::before {
  font-size: 1.2rem;
}

.product-detail-content {
  /*.audio-wrapper {
      position:absolute;
      left:50%;
      top:50%;
      @include transform(translate(-50%, -50%));
  }*/
}

.ddf-audio-player .ddf-audio-player-interface .prev {
  background: url("/die_drei_fragezeichen/img/layout/icons/icon-audio-player-prev.svg") 0 0 no-repeat;
}
.ddf-audio-player .ddf-audio-player-interface .play-pause {
  background: url("/die_drei_fragezeichen/img/layout/icons/icon-audio-player-play-pause.svg") 0 0 no-repeat;
}
.ddf-audio-player .ddf-audio-player-interface .play-pause.active {
  background-position: -50px 0;
}
.ddf-audio-player .ddf-audio-player-interface .next {
  background: url("/die_drei_fragezeichen/img/layout/icons/icon-audio-player-next.svg") 0 0 no-repeat;
}
.ddf-audio-player .ddf-audio-player-interface .mute {
  background: url("/die_drei_fragezeichen/img/layout/icons/icon-audio-player-volume.svg") 0 0 no-repeat;
}
.ddf-audio-player .card .card-header .btn {
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 10px 0;
  color: #000000;
  font-size: 1.25rem;
  text-decoration: none;
  display: block;
  position: relative;
}
.ddf-audio-player .card .card-header .btn::after {
  content: "";
  width: 23px;
  height: 12px;
  background-image: url("/die_drei_fragezeichen/img/layout/icons/icon-arrows.svg");
  background-position: 0 -12px;
  display: inline-block;
  right: 0;
  top: 15px;
  position: absolute;
}
.ddf-audio-player .card .card-header .btn.collapsed::after {
  background-image: url("/die_drei_fragezeichen/img/layout/icons/icon-arrows.svg");
  background-position: -23px -24px;
}
.ddf-audio-player .card .card-header .btn:hover {
  text-decoration: none;
  color: #00ADEF;
}

.card-poll .form-group .custom-radio input:hover, .card-poll .form-group .custom-radio label:hover {
  cursor: pointer;
}
.card-poll .progress-container:not(:last-child) {
  margin-bottom: 0.8rem;
}
.card-poll .progress-container .progress {
  background-color: #cccccc;
}
.card-poll .progress-container .progress .times-given {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding-left: 0.5rem;
}
.card-poll button {
  width: 100%;
  font-family: "Caveat Brush", cursive;
  font-size: 1.6rem;
  position: relative;
  border-radius: 2px;
}
.card-poll button::before, .card-poll button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_white.svg") repeat;
}
.card-poll button::before {
  top: -4px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card-poll button::after {
  bottom: -4px;
}

.custom-control-label::before, .custom-control-label::after {
  top: 0.5rem;
}

.home .surveyOptions {
  margin-top: 1.5rem;
}
.home .surveyOptions .customRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.home .surveyOptions .customRadio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#B4EC51), color-stop(48.48%, #FFF01D), to(#EA8787));
  background: -o-linear-gradient(left, #B4EC51 0%, #FFF01D 48.48%, #EA8787 100%);
  background: linear-gradient(90deg, #B4EC51 0%, #FFF01D 48.48%, #EA8787 100%);
  margin-bottom: 0.5rem;
}
.home .surveyOptions .customRadio .custom-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-left: 0;
  text-align: center;
}
.home .surveyOptions .customRadio .custom-control .custom-control-label {
  margin-top: 1rem;
}
.home .surveyOptions .customRadio .custom-control .custom-control-label::before {
  background-color: #000000;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.home .surveyOptions .customRadio .custom-control .custom-control-label::after, .home .surveyOptions .customRadio .custom-control .custom-control-label::before {
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.checkbox-wrapper .checkbox {
  border: 1px solid #C3C3C3;
  margin-bottom: 4rem;
  height: 63px;
  position: relative;
}
.checkbox-wrapper .checkbox:not(:last-child) {
  margin-bottom: 1.2rem;
}
.checkbox-wrapper .checkbox input {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  visibility: hidden;
}
.checkbox-wrapper .checkbox input:checked + label {
  background-color: #000000;
  color: #ffffff;
}
.checkbox-wrapper .checkbox input:checked + label::after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
}
.checkbox-wrapper .checkbox .checkbox-text {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Caveat Brush", cursive;
  font-size: 22px;
  letter-spacing: 0.18px;
  line-height: 63px;
  padding-left: 1.4rem;
}
.checkbox-wrapper.radio-btn .custom-radio {
  border: 1px solid #C3C3C3;
  margin-bottom: 4rem;
  height: 63px;
  position: relative;
}
.checkbox-wrapper.radio-btn .custom-radio:not(:last-child) {
  margin-bottom: 1.2rem;
}
.checkbox-wrapper.radio-btn .custom-radio .custom-control-input {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
}
.checkbox-wrapper.radio-btn .custom-radio .custom-control-input:checked + .custom-control-label {
  background-color: #000000;
  color: #ffffff;
}
.checkbox-wrapper.radio-btn .custom-radio .custom-control-input:checked + .custom-control-label::after {
  position: absolute;
  right: 0;
  left: 96%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  border: 1px solid crimson;
  background-image: none;
  width: auto;
  height: auto;
}
.checkbox-wrapper.radio-btn .custom-control-label {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 63px;
  padding-left: 1.4rem;
}
.checkbox-wrapper.radio-btn .custom-control-label p {
  font-family: "Caveat Brush", cursive;
  font-size: 22px;
  letter-spacing: 0.18px;
}
.checkbox-wrapper.radio-btn .custom-control-label::before {
  display: none;
}
.checkbox-wrapper.radio-btn .custom-control-label::after {
  border: none !important;
}

/* helpers */
.bg-card, .card-audio .card-body {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box_vertikale.svg");
  background-size: cover;
}

/* News Slider */
.content-top-news {
  -webkit-transform: translateY(-145px);
      -ms-transform: translateY(-145px);
          transform: translateY(-145px);
  margin-bottom: -30px;
}
@media (min-width: 768px) {
  .content-top-news {
    margin-bottom: 96px;
  }
}

.intro-slider .item .txt a {
  font-family: "Caveat Brush", cursive;
}

.intro-slider .pager li span {
  font-family: "Caveat Brush", cursive;
}

/* Intro Slider */
.intro {
  margin-bottom: 60px;
  margin-top: 0;
  /*@media (max-width:768px) {
      margin-top: 0; // -50px
  }*/
}
.intro .owl-carousel {
  background-color: #000000;
  /*.owl-stage {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: absolute;
      background-color: $color-black;
      top: 0;
      left: 0;
      z-index: 0;
      color: $color-white;
      //background-color: $color-black;
      margin-bottom: 60px;

      @media only screen and(min-width: 992px) {
          height: 70vh;
          min-height: 800px;
      }

      @media only screen and(min-width: 768px) {
          height: 85vh;
          min-height: 800px;
          margin-bottom: 60px;
      }

      .owl-item {
          .carousel-img {
              display: block;
              position: absolute;
              background-size: cover;
              width: 100%;
              height: 100%;
              background-position: 50%;
              padding-bottom: 0;
          }
      }
  }*/
}
@media (max-width: 375px) {
  .intro .owl-carousel {
    height: 65vh;
  }
}
.intro .owl-carousel .owl-item .item {
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(30%, rgba(0, 0, 0, 0.2)), color-stop(70%, rgba(0, 0, 0, 0.2)), to(black));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, black 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, black 100%);
  height: 70vh;
  min-height: 690px;
}
@media only screen and (max-width: 768px) {
  .intro .owl-carousel .owl-item .item {
    height: 50vh;
    min-height: 380px;
  }
}
.intro .owl-carousel .owl-item .item .carousel-img {
  display: block;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 50%;
  padding-bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .intro .owl-carousel .owl-item .item .carousel-img {
    background-position: left;
  }
}
.intro .owl-carousel .owl-item .item .txt {
  height: 100%;
  margin-top: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  /*                    @media (max-height: 960px){
                          h4 {
                              font-size: 50px;
                          }

                          h5 {
                              font-size: 25px;
                          }
                      }*/
}
.intro .owl-carousel .owl-item .item .txt h4,
.intro .owl-carousel .owl-item .item .txt h5 {
  color: #ffffff;
}
.intro .owl-carousel .owl-item .item .txt h4 {
  font-size: 30px;
  line-height: 1.3;
}
.intro .owl-carousel .owl-item .item .txt h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .intro .owl-carousel .owl-item .item .txt h4 {
    font-size: 60px;
    line-height: 1.2;
  }
  .intro .owl-carousel .owl-item .item .txt h5 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.intro .owl-carousel .owl-item .item .txt a {
  font-family: "Caveat Brush", cursive;
  font-size: 19px;
  letter-spacing: 0.22px;
  display: inline-block;
  font-weight: 600;
  margin-top: 0;
}
.intro .owl-carousel .owl-item .item .txt a:link, .intro .owl-carousel .owl-item .item .txt a:active, .intro .owl-carousel .owl-item .item .txt a:visited {
  text-decoration: none;
  color: #ffffff;
  outline: none;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.intro .owl-carousel .owl-item .item .txt a:hover {
  color: #00ADEF;
}
@media only screen and (min-width: 768px) {
  .intro .owl-carousel .owl-item .item .txt a {
    font-size: 35px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .intro .owl-carousel .owl-item .item .txt {
    padding: 30px 60px 130px;
  }
}
.intro .owl-carousel .owl-dots {
  width: auto;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 46.67%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  counter-reset: dots;
  bottom: 120px;
  margin-left: -2px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .intro .owl-carousel .owl-dots {
    left: 170px;
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .intro .owl-carousel .owl-dots {
    left: 127px;
    bottom: 25px;
  }
}
.intro .owl-carousel .owl-dots .owl-dot {
  text-align: center;
}
.intro .owl-carousel .owl-dots .owl-dot span {
  border: none;
  background-color: #ffffff;
  background-image: url("/die_drei_fragezeichen/img/layout/kids/slider-number_white.svg");
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Caveat Brush", cursive;
  font-size: 30px;
}
.intro .owl-carousel .owl-dots .owl-dot span::before {
  counter-increment: dots;
  content: counter(dots);
  color: #000000;
  opacity: 1;
}
.intro .owl-carousel .owl-dots .owl-dot span:hover {
  background-color: #cccccc;
}
.intro .owl-carousel .owl-dots .owl-dot span:hover::before {
  color: #000000;
  opacity: 0.7;
}
.intro .owl-carousel .owl-dots .owl-dot.active span {
  border: none;
  background-color: #00ADEF;
  background-image: url("/die_drei_fragezeichen/img/layout/kids/slider-number-active_blue.svg");
  background-size: cover;
}
.intro .owl-carousel .owl-dots .owl-dot.active span::before {
  color: #ffffff;
  opacity: 1;
}
.intro .owl-carousel .owl-dots .owl-dot.active span:hover {
  background-color: #0088bc;
}
@media only screen and (max-width: 767px) {
  .intro .owl-carousel .owl-nav .owl-prev,
.intro .owl-carousel .owl-nav .owl-next {
    color: #ffffff;
  }
}
.intro .owl-carousel .owl-nav .owl-prev {
  left: 2px;
}
.intro .owl-carousel .owl-nav .owl-next {
  right: 2px;
}

/* dots */
.owl-carousel {
  margin-bottom: 50px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 2px solid #000000;
}
.owl-carousel .owl-dots .owl-dot.active span {
  border-color: #00ADEF;
}
.owl-carousel .owl-dots .owl-dot.active span:hover {
  border-color: #0088bc;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5%;
  color: #000000;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  /*            @media only screen and(max-width: 767px) {
                  color: $color-white;
              }*/
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {
  left: 2px;
}
@media only screen and (min-width: 992px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -60px;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: 2px;
}
@media only screen and (min-width: 992px) {
  .owl-carousel .owl-nav .owl-next {
    right: -60px;
  }
}

.character-slider {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#123D71));
  background: -o-linear-gradient(top, #000000 0%, #123D71 100%);
  background: linear-gradient(180deg, #000000 0%, #123D71 100%);
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.character-slider h1 {
  font-size: 3rem;
  margin-bottom: 0;
}
.character-slider h1, .character-slider h2, .character-slider h3, .character-slider h4, .character-slider h5 {
  color: #ffffff;
  text-align: center;
  font-family: "Caveat Brush", cursive;
  padding: 3rem 0 0 0;
  margin-bottom: 0;
  font-size: 3rem;
}
.character-slider::before, .character-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background: url("/die_drei_fragezeichen/img/layout/kids/bg-border.svg") repeat;
  background-size: cover;
}
.character-slider::before {
  top: -10px;
}
.character-slider::after {
  bottom: -10px;
}
.character-slider .owl-carousel {
  width: 100%;
  max-width: 1140px;
  height: 545px;
  margin: 0 auto;
}
.character-slider .owl-carousel .owl-stage-outer {
  margin-top: -10px;
}
.character-slider .owl-carousel .owl-item .item .carousel-item-img {
  width: auto;
  height: 267px;
  margin-bottom: 1rem;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption {
  text-align: center;
  position: relative;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption h4, .character-slider .owl-carousel .owl-item .item .carousel-caption a {
  font-family: "Caveat Brush", cursive;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption h4 {
  font-size: 2rem;
  margin-bottom: 0.1rem;
  padding: 0;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption .carousel-caption-text {
  padding-bottom: 1rem;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption a {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  display: inline-block;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption a:hover {
  opacity: 0.8;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption .carousel-link a {
  display: block;
  font-size: 1.5rem;
  background-color: #ED1B24;
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-bg@2x.png");
  background-size: cover;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.character-slider .owl-carousel .owl-item .item .carousel-caption .carousel-link a:hover {
  opacity: 0.8;
}
.character-slider .owl-carousel .owl-nav .owl-prev,
.character-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -10%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.character-slider .owl-carousel .owl-nav .owl-prev:hover,
.character-slider .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.character-slider .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.character-slider .owl-carousel .owl-nav .owl-prev .carousel-control-prev-icon {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/arrow-left_white.svg");
}
@media only screen and (min-width: 992px) {
  .character-slider .owl-carousel .owl-nav .owl-prev {
    left: -60px;
  }
}
.character-slider .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.character-slider .owl-carousel .owl-nav .owl-next .carousel-control-next-icon {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/arrow-right_white.svg");
}
@media only screen and (min-width: 992px) {
  .character-slider .owl-carousel .owl-nav .owl-next {
    right: -60px;
  }
}

@media only screen and (max-width: 768px) {
  .product-slider .owl-carousel .owl-stage {
    min-height: 400px;
  }
}
.product-slider .owl-carousel .owl-item .item .carousel-item-img {
  height: 100%;
  width: auto;
}
.product-slider .owl-carousel .owl-item .item .slider-overlay {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .product-slider .owl-carousel .owl-nav .owl-prev, .product-slider .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
.product-slider .owl-carousel .owl-dots {
  display: none;
}
@media only screen and (max-width: 768px) {
  .product-slider .owl-carousel .owl-dots {
    display: block;
  }
}
.product-slider .owl-carousel .carousel-caption h5 {
  font-family: "roboto-condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.product-slider .owl-carousel a {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-slider .owl-carousel a:hover {
  color: #cccccc;
}

.gallery-slider {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .gallery-slider {
    margin-bottom: 96px;
  }
}
.gallery-slider .owl-carousel .owl-item .item .carousel-caption {
  text-align: center;
  position: relative;
  padding: 30px 0 0 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gallery-slider .owl-carousel .owl-item .item .carousel-caption h4, .gallery-slider .owl-carousel .owl-item .item .carousel-caption h5 {
  color: #000000;
  font-size: 18px;
}
.gallery-slider .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.read-slider .section-title-container .heading-title:before {
  content: "";
  display: block;
  background-image: url("/die_drei_fragezeichen/img/layout/icons/heading-reading.svg");
}

.book-slider {
  /*    .owl-carousel .owl-wrapper {
          display: flex !important;
      }
      .owl-carousel .owl-item img {
          width: auto;
          height: 100%;
      }*/
}
.book-slider .owl-carousel {
  /*.owl-stage {
      display: flex;
  }
  .owl-item {
      display: flex;
      flex: 1 0 auto;
  }
  .caption {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column;
  }
  .flex-text {
      flex-grow: 1
  }
  .item {
      display: flex;
      flex-direction: column;
      margin: 0; //margin: 0 15px;
  }*/
}
.book-slider .owl-carousel .owl-item .card .card-img-top .overlay-play {
  display: none;
}
.book-slider .owl-carousel .owl-item .card .card-body {
  height: 100%;
}

.audio-slider .section-title-container .heading-title:before {
  content: "";
  display: block;
  background-image: url("/die_drei_fragezeichen/img/layout/icons/heading-audio.svg");
}

/* Audio Slider Cards */
.card-audio .btn-icon-audio {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-reinhoeren_black.svg");
  width: 90px;
  height: 90px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.card-audio .btn-icon-audio:hover {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-reinhoeren-active_blue.svg");
}
.card-audio .btn-icon-audio.active {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-reinhoeren-active_blue.svg");
}
.card-audio .overlay-play {
  pointer-events: none;
}
.card-audio .overlay-play img {
  width: 64px;
}
.card-audio .card-title {
  padding-top: 10px;
}
/* Books Slider Cards */
.content-reading .card-title {
  padding-top: 25px;
}
.btn-icon-reading {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-reinlesen_black.svg");
  width: 90px;
  height: 90px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  /*@media only screen and(min-width: 992px) {
      background: url("/die_drei_fragezeichen/img/layout/icons/icon-big-reading.svg") 0 0;

      &:hover {
          background: url("/die_drei_fragezeichen/img/layout/icons/icon-big-reading.svg") 0 -90px;
      }

      &.active {
          background: url("/die_drei_fragezeichen/img/layout/icons/icon-big-reading.svg") -90px -90px;
      }
  }*/
}
.btn-icon-reading:hover {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-reinlesen-active_blue.svg");
}
.btn-icon-reading.active {
  background: url("/die_drei_fragezeichen/img/layout/kids/btn-reinlesen-active_blue.svg");
}

.slider-expandable .expander-close {
  background: #000000 url("/die_drei_fragezeichen/img/layout/icons/icon-close.svg");
}

.carousel-control-prev-icon {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/arrow-left_black.svg");
}

.carousel-control-next-icon {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/arrow-right_black.svg");
}

/* Product View Slider */
.slider-product-view .slider-expandable-item .card {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/white_box_vertikale.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
}
.slider-product-view .slider-expandable-item .card .card-body {
  background-image: none;
}
.slider-product-view .slider-expandable-item .card .card-body .card-btn {
  margin-top: 0;
}
.slider-product-view .slider-expandable-item .card .product-thumb-wrapper {
  min-height: auto;
  padding-bottom: 0;
}
.slider-product-view .slider-expandable-item .card .product-thumb-wrapper .product-thumb {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 375px) {
  .book-slider .card-reading .card-title {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .book-slider .card .card-body {
    background-image: none;
    outline: 2px solid #C3C3C3;
    outline-offset: -2px;
  }
}

.wrapper-top-news {
  position: relative;
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .wrapper-top-news {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.wrapper-top-news .owl-carousel .owl-stage {
  /*padding-left: 0 !important;
  padding-right: 0 !important;*/
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
}
@media only screen and (min-width: 768px) {
  .wrapper-top-news .owl-carousel .owl-stage {
    /*padding-left: initial;
    padding-right: initial;*/
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
            transform: inherit !important;
  }
}
.wrapper-top-news .owl-item a:hover .card {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.wrapper-top-news .card .card-body .card-title {
  font-size: 24px;
}
.wrapper-top-news .card .card-body .card-text h5 {
  font-size: 18px;
}

.modal-open .modal {
  padding-right: 0 !important;
}
.modal-open .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
}
.modal-open .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
}
.modal-open .modal-dialog .modal-header .modal-title {
  margin-left: auto;
  font-size: 1.6rem;
}

.modal-content {
  background-color: #000000;
}
.modal-content .modal-header {
  border-bottom: none;
}
.modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-content .modal-header .close {
  color: #ffffff;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-body iframe {
  width: 100%;
  min-height: 100vh;
  border: 0;
}

#countdown {
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
  width: 100%;
  font-size: 1em;
  text-align: center;
  z-index: 999;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(3, 18, 68)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(top, rgb(3, 18, 68) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(3, 18, 68) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#031244", endColorstr="#000000",GradientType=0 );
  /*    @media only screen and(min-width: 1420px) {
          max-width: 210px;
          position: absolute;
          top: 10px;
          left: 10px;
          border: 1px solid rgba($color-white, .5);
          border-radius: 3px;
          font-size: 1.5em;
      }*/
}
#countdown .min {
  color: #ED1B24;
}
#countdown .sec {
  color: #00ADEF;
}
.centered button {
  text-align: center !important;
}

.faq-content {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .faq-content {
    margin-bottom: 96px;
  }
}
.faq-content .btn-accordion {
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding-right: 30px;
  color: black;
}
.faq-content .btn-accordion:focus {
  outline: 0;
}
.faq-content .btn-accordion.collapsed::after {
  background-position: -23px -24px;
}

.characters {
  margin-left: 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .characters {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.characters .content-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.characters .content-text ul li {
  position: relative;
  padding: 2rem 0;
  padding-left: 40px;
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_black.svg") no-repeat left top;
  background-size: contain;
  font-family: "Caveat Brush", cursive;
  font-size: 1.4rem;
}
.characters .content-text ul li::before {
  content: "";
  position: absolute;
  background: url("/die_drei_fragezeichen/img/layout/kids/icon-list.png");
  background-size: cover;
  background-position: center center;
  width: 31px;
  height: 27px;
  left: 0;
  top: 38px;
}
.characters .content-text ul::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_black.svg") no-repeat left bottom;
  width: 100%;
  height: 1rem;
  background-size: contain;
}

.character-btn {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 630px;
  position: relative;
}
@media (max-width: 767px) {
  .character-btn {
    background-size: contain;
  }
}
@media (max-width: 500px) {
  .character-btn {
    background-size: cover;
  }
}
.character-btn .audio-wrapper {
  position: absolute;
  left: 50%;
  bottom: -5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

h2.heading-info::before {
  background-image: url("/die_drei_fragezeichen/img/layout/kids/icon-info.svg");
}

.btn-accordion::after {
  width: 28px;
  height: 15px;
  background-image: url("/die_drei_fragezeichen/img/layout/kids/icons/arrow-accordion_blue.svg");
  background-position: 0 0;
}

.btn-accordion.collapsed::after {
  width: 28px;
  height: 15px;
  background-image: url("/die_drei_fragezeichen/img/layout/kids/icons/arrow-accordion_red.svg");
  background-position: 0 0 !important;
}

.accordion {
  border: none;
}

.social-row {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 30px;
}
.social-row .social-col {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
.social-row .social-col .social-content .btn-icon {
  background-size: 56px 56px;
}

.product-detail-content {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .product-detail-content {
    margin-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .product-detail-content .product-cover {
    margin-bottom: 3rem;
  }
}
.product-detail-content .btn.btn-primary {
  margin-top: 30px;
}

.product-info .title h1 {
  margin-bottom: 5px;
}
.product-info .title h2 {
  margin-bottom: 10px;
}
.product-info .title h3 {
  font-size: 28px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  .product-info .title h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.product-info .title .product-title h1 {
  font-size: 24px;
  font-weight: 500;
}
.product-info .title .product-title h2 {
  margin-bottom: 30px;
}
.product-info .title .book-header h1 {
  font-size: 34px;
}
.product-info .title .book-header h2 {
  font-size: 24px;
}
.product-info .social-row .btn-icon-kosmos {
  font-family: "Caveat Brush", cursive;
  font-size: 1.6rem;
  position: relative;
}
.product-info .social-row .btn-icon-kosmos::before, .product-info .social-row .btn-icon-kosmos::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("/die_drei_fragezeichen/img/layout/kids/border-horizontal_white.svg") repeat;
}
.product-info .social-row .btn-icon-kosmos::before {
  top: -4px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-info .social-row .btn-icon-kosmos::after {
  bottom: -4px;
}

@media only screen and (max-width: 450px) {
  .product-wrapper .accordion .card {
    background-size: 100%;
    background-position: top;
  }
}

.horizontal-menu {
  margin-top: -3em;
  margin-bottom: 4em;
}
.horizontal-menu ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.horizontal-menu ul .current_page {
  background-color: #4CABE9;
}
.horizontal-menu ul .current_page:after {
  z-index: -1;
  position: relative;
  top: 0.5em;
  margin-top: -0.5em;
  left: 40%;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 0.5em #4CABE9;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
}
.horizontal-menu ul li {
  display: -ms-inline-grid;
  display: inline-grid;
  font-family: "HelveticaNeueLTPro-BdCn", sans-serif;
  background-color: black;
  margin: 0.15em;
  padding: 0 0.7em;
  min-width: 5em;
  text-align: center;
  font-size: 1.17em;
}
.horizontal-menu ul li a {
  color: white;
}

@media only screen and (max-width: 770px) {
  .horizontal-menu {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .horizontal-menu ul {
    display: inherit;
  }
  .horizontal-menu ul li.current_page:after {
    content: none;
  }
  .horizontal-menu ul li.current_page a span:after {
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    z-index: 1;
  }
  .horizontal-menu ul li.current_page {
    width: 100%;
    background-color: black;
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .horizontal-menu ul li {
    width: 100%;
    background-color: black;
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid gray;
  }
}
.ddfkids.error-page header {
  background-size: cover;
}
@media (max-width: 767px) {
  .ddfkids.error-page header {
    height: 220px;
  }
}
.ddfkids.error-page header .navbar-wrapper {
  padding-top: 0;
  padding-bottom: 2rem;
}
.ddfkids.error-page header .header-item {
  right: 33%;
}
@media only screen and (min-width: 768px) {
  .ddfkids.error-page header {
    height: 320px;
  }
}
@media only screen and (max-width: 1169px) {
  .ddfkids.error-page header div[class^=col-] {
    padding: 0;
  }
}
.ddfkids.error-page header .breadcrumb {
  padding-left: 0.9em;
}
.ddfkids.error-page header .breadcrumb .breadcrumb-item {
  font-family: "Caveat Brush", cursive;
}

/* News Details*/
.news-header-title .h3 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 15px;
  font-family: HelveticaNeueLTPro-BdCn, sans-serif;
}
@media only screen and (max-width: 768px) {
  .news-header-title .h3 {
    margin-top: 60px;
    font-size: 24px;
    line-height: 28px;
  }
}

.section-title-container h1.section-title, .section-title-container h3.section-title, .section-title-container h4.section-title, .section-title-container h5.section-title {
  font-size: 2rem;
  padding-top: 1.2rem;
  margin-left: 0;
  position: relative;
  margin-bottom: 32px;
  line-height: 1.2;
}
.section-title-container h1.section-title:after, .section-title-container h3.section-title:after, .section-title-container h4.section-title:after, .section-title-container h5.section-title:after {
  width: 100%;
  content: "";
  background: url(/die_drei_fragezeichen/img/layout/kids/border-horizontal_black.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
}
@media only screen and (min-width: 576px) {
  .section-title-container h1.section-title, .section-title-container h3.section-title, .section-title-container h4.section-title, .section-title-container h5.section-title {
    margin-left: 6.25rem;
    margin-bottom: 80px;
  }
}

/* Image Slider Produktseite */
.carousel-caption p {
  display: none;
}
@media only screen and (min-width: 576px) {
  .carousel-caption p {
    display: block;
    margin-bottom: 2rem;
    line-height: 1.2;
    overflow: initial;
    white-space: inherit;
    -o-text-overflow: inherit;
       text-overflow: inherit;
  }
}

/* Zitate Startseite */
.fluid-fluid-box-quote .quote-description {
  display: block;
  font-family: HelveticaNeueLTPro-BdCn, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .fluid-fluid-box-quote .quote-description {
    font-size: 44px;
    line-height: 52px;
  }
}
/*# sourceMappingURL=main-style_kids.css.map */
