a {
  color: #d6d6d6;
  text-decoration: underline;
}

.body {
  background-color: #000;
}

.hero {
  height: 75vh;
  background-image: url('../images/karl_header.png');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: none;
  object-fit: none;
}

.hero.landing {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero.aussenspielgeraete {
  background-image: url('../images/Aussen_Banner1200x541.jpg');
}

.hero.moebel {
  background-image: url('../images/20200824_110741.jpg');
  background-position: 50% 50%;
}

.hero.puzzle {
  background-image: url('../images/22571-A.JPG-Eomtionsbild-300DPI-CMYK.jpg');
  background-position: 50% 50%;
}

.hero.bauen {
  background-image: url('../images/Maker_XL_kids-playing.png');
  background-position: 50% 50%;
}

.hero.musik {
  background-image: url('../images/DC_1.jpg');
  background-position: 50% 50%;
}

.hero.forschen {
  background-image: url('../images/1510701-Aktion-Kidnergarten-7.jpg');
}

.hero.rollenspiel {
  background-image: url('../images/40410-B.JPG-emotions-picture-300DPI-CMYK.jpg');
}

.hero.bewegung {
  background-image: url('../images/1510701-Aktion-Kidnergarten-7.jpg');
}

.hero.kreativ {
  background-image: url('../images/53050-E.JPG-emotions-picture-300DPI-CMYK.jpg');
}

.nav {
  background-color: rgba(0, 0, 0, 0.75);
}

.section {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #000;
}

.section.no-hero {
  padding-top: 80px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #aaa;
  font-size: 34px;
  line-height: 41px;
  text-align: left;
  text-transform: uppercase;
}

.h1.centered {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.container-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.containerhero {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.centered {
  text-align: center;
}

.paragraph.black {
  color: #000;
}

.paragraph.large {
  font-size: 20px;
  font-weight: 700;
}

.columnimage {
  padding-right: 40px;
  padding-left: 40px;
}

.primary_button {
  padding: 16px 17px;
  border-radius: 5px;
  background-color: #ff7b00;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.primary_button:hover {
  background-color: #d16500;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-3 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 0px;
  color: transparent;
}

.container-3.footer {
  overflow: visible;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-3.divider {
  background-color: #161616;
  color: #d6d6d6;
}

.container-3.pt-200 {
  padding-top: 200px;
}

.tileimagewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 20vh;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/DSC05557.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.columns {
  padding-top: 0px;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-2 {
  height: 20vh;
  background-image: url('../images/DSC05557.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-3 {
  background-color: #aaa;
}

.h3 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px -1px 6px hsla(0, 0%, 100%, 0.7);
}

.h3.align-left {
  text-align: left;
}

.project-tile-wrapper {
  overflow: hidden;
}

.project-tile-wrapper:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/DSC00836.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image.spielideen {
  background-image: url('../images/22400-D.JPG-Emotionsbild-300DPI-CMYK.jpg');
}

.image.puzzles {
  background-image: url('../images/22571-A.JPG-Eomtionsbild-300DPI-CMYK.jpg');
}

.image.bauen {
  background-image: url('../images/Maker_XL_kids-playing.png');
}

.image.krippe {
  background-image: url('../images/KARL_Krippe_Wickelkommode2-1024x768.jpg');
}

.image.aussen {
  background-image: url('../images/Aussen_Banner1200x541.jpg');
}

.image.moebel {
  background-image: url('../images/DSC08033.jpg');
}

.image.musik {
  background-image: url('../images/DC_1.jpg');
}

.image.forschen {
  background-image: url('../images/150098_1.jpg');
}

.image.rollenspiel {
  background-image: url('../images/40410-B.JPG-emotions-picture-300DPI-CMYK.jpg');
}

.image.bewegung {
  background-image: url('../images/1510701-Aktion-Kidnergarten-7.jpg');
}

.image.kreatives {
  background-image: url('../images/53050-E.JPG-emotions-picture-300DPI-CMYK.jpg');
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-logo {
  padding-top: 12px;
  padding-bottom: 13px;
}

.nav-link {
  padding: 0px;
  color: #d6d6d6;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #d6d6d6;
}

.nav-link.footer {
  padding-right: 19px;
  padding-left: 19px;
  font-size: 16px;
  text-decoration: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.7);
}

.nav-underline {
  position: relative;
  height: 2px;
  margin-top: 5px;
  background-color: #ff7b00;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #ff7b00;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-wrapper {
  padding-right: 19px;
  padding-left: 19px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-2 {
  background-color: #000;
}

.spacing-small {
  height: 20px;
}

.image-3 {
  height: 50vh;
}

.divider-image {
  position: relative;
  height: 75vh;
  background-image: url('../images/DSC05130.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divider-image.spielmaterial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/KARL_Spielmaterial_Spiele1000x541px.jpg');
}

.slide {
  background-image: url('../images/20170217_144233.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  height: 75vh;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-2 {
  background-image: url('../images/DSC09308.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-7 {
  overflow: hidden;
  height: 325px;
}

.div-block-8 {
  height: 60px;
}

.spacing-medium {
  height: 60px;
}

.div-block-9 {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.nav-wrapper-selected {
  padding-right: 19px;
  padding-left: 19px;
}

.wrapper-text {
  width: 60%;
}

.wrapper-text.centered {
  margin-right: auto;
  margin-left: auto;
}

.wrapper-text.centered.image-container {
  width: 50%;
}

.wrapper-text.full-width {
  width: 100%;
}

.wrapper-text.full-width.hidden {
  display: none;
}

.quote {
  padding-left: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #ff7b00;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.quote.centered {
  text-align: center;
}

.quote.black {
  color: #000;
}

.quote.white {
  color: #d6d6d6;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-bottom: 20px;
  text-decoration: none;
}

.footer {
  background-color: #3f3f3f;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-copy {
  background-color: rgba(0, 0, 0, 0.7);
}

.global-nav-link-cover {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #d8d12e, #e2720a);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.mobile-menu-link {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: none;
}

.close-mobile-menu-button {
  position: relative;
  z-index: 10;
  margin-right: 2.5px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
}

.burger-line {
  width: 20px;
  height: 3px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#d8d12e), to(#e2720a));
  background-image: linear-gradient(90deg, #d8d12e, #e2720a);
}

.global-nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 10px 60px 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.global-nav-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

.mobile-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.global-nav-link-text {
  position: relative;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.hamburger-button {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-nav-link {
  position: relative;
  overflow: visible;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px;
  border-radius: 3px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #313149;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.global-nav-link:hover {
  color: #fff;
}

.global-nav-link:focus {
  border-radius: 0px;
}

.global-nav-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 32px 0 rgba(0, 0, 0, 0.31);
}

.nav-logo {
  width: 120px;
}

.mobile-menu-background {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5vw;
  height: 5vw;
  border-bottom-left-radius: 100%;
  background-image: linear-gradient(45deg, #d8d12e, #e2720a);
}

.div-block-10 {
  height: 3px;
  background-color: #ff7b00;
}

.body-copy {
  background-color: #000;
}

.h2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #aaa;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
}

.h2.centered {
  text-align: center;
}

.grid {
  grid-column-gap: 15px;
  grid-template-areas: "Area-2 Area-2 Area-2 Area Area Area"
    "Area-3 Area-3 Area-3 Area Area Area";
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-areas: "Area-2 Area-2 Area-2 Area-4"
    "Area-5 Area-5 . Area-4"
    "Area-5 Area-5 Area-3 Area-3"
    ". . Area-3 Area-3";
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 60px auto 60px auto;
  grid-template-rows: auto auto auto;
}

.grid-3 {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-areas: ". . Area Area Area"
    "Area-2 Area-2 Area Area Area"
    "Area-2 Area-2 Area-3 Area-3 Area-3"
    ". . Area-3 Area-3 Area-3";
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-11 {
  height: 10px;
  background-color: red;
}

.column-15 {
  padding-left: 40px;
}

.column-16 {
  padding-left: 10px;
}

.column-17 {
  padding-right: 40px;
}

.grid-4 {
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.grid-5 {
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.heading {
  position: relative;
  z-index: 100;
}

.div-block-12 {
  position: relative;
  width: 100%;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.col-p-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.icon-2 {
  color: #d6d6d6;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #d6d6d6;
  font-size: 16px;
  text-transform: uppercase;
}

.text-block:hover {
  color: #fff;
}

.text-block.w--current {
  color: #ff7b00;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: #000;
}

.section-vh-100 {
  min-height: 100vh;
}

.social-links {
  padding-right: 20px;
  padding-left: 20px;
}

.col-vertical-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-2 {
  background-color: #161616;
}

.section-2.bg-black {
  background-color: #000;
}

.section-3 {
  color: #252525;
}

.divider-line {
  height: 1px;
  background-color: #aaa;
}

.image-wrapper-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 700px;
  height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-4 {
  display: inline-block;
  width: 700px;
}

.image-5 {
  max-width: 80%;
}

.text-field {
  background-color: #d6d6d6;
}

.text-field-2 {
  background-color: #d6d6d6;
}

.text-field-3 {
  background-color: #d6d6d6;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #d6d6d6;
  font-size: 18px;
  text-align: left;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #161616;
  font-size: 16px;
}

.fs-cc-prefs2_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsla(0, 0%, 75.3%, 0.3);
}

.fs-cc-prefs2_close {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  padding: 12px;
  background-color: #0540f2;
  box-shadow: -1px 1px 4px 0 rgba(51, 51, 51, 0.1);
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-prefs2_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 4, 64, 0.9);
}

.fs-cc-prefs2_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #0540f2;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs2_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner2_component {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 450px;
  padding: 30px;
  background-color: #3f3f3f;
  color: #fff;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0540f2;
  cursor: pointer;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: none;
}

.fs-cc-banner2_text {
  font-family: 'Open Sans', sans-serif;
  color: #d6d6d6;
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.fs-cc-banner2_text-link {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #0540f2;
  background-color: #0540f2;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  margin-bottom: 12px;
  border-color: #0540f2;
  background-color: #fff;
  color: #0540f2;
}

.fs-cc-banner2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-prefs2_content {
  height: 100%;
  padding: 40px 32px;
  background-color: #fff;
  color: #000;
}

.fs-cc-prefs2_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #0540f2;
  background-color: #fff;
  cursor: pointer;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: #0540f2;
  background-color: #0540f2;
  background-size: auto;
}

.fs-cc-prefs2_form {
  position: relative;
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  margin-bottom: 0px;
  background-color: #333;
  color: #fff;
}

.fs-cc-prefs2_submit {
  margin-top: 12px;
  padding: 12px 20px;
  background-color: #010440;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: block;
  margin-bottom: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.fs-cc-banner2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner2_button {
  min-width: 140px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 8px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff7b00;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: #d6d6d6;
  font-family: 'Open Sans', sans-serif;
  color: #3f3f3f;
  font-weight: 400;
}

.fs-cc-prefs2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs2_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .hero.aussenspielgeraete {
    height: 50vh;
  }

  .section.no-hero {
    padding-top: 40px;
  }

  .container-3 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-3.pt-200 {
    padding-top: 100px;
  }

  .container-4 {
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-wrapper {
    padding: 12px 19px;
  }

  .nav-menu-2 {
    background-color: #000;
    color: #000;
  }

  .nav-wrapper-selected {
    padding-right: 19px;
    padding-left: 19px;
  }

  .wrapper-text.full-width.hidden {
    display: none;
  }

  .quote {
    padding-left: 20px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu-3 {
    background-color: #000;
    color: #000;
  }

  .mobile-menu-link {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
  }

  .close-mobile-menu-button {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .burger-line {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
    background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
  }

  .global-nav-logo {
    margin-left: 0px;
    padding-left: 0px;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hamburger-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-container {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .global-nav-clear {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-menu-background {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 0px;
    height: 100vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }

  .dropdown {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero.landing {
    height: 50vh;
  }

  .hero.moebel {
    height: 50vh;
  }

  .hero.bauen {
    height: 50vh;
  }

  .hero.musik {
    height: 50vh;
  }

  .hero.forschen {
    height: 50vh;
  }

  .hero.rollenspiel {
    height: 50vh;
  }

  .hero.bewegung {
    height: 50vh;
  }

  .h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .h1.centered {
    font-size: 24px;
  }

  .paragraph {
    font-size: 14px;
  }

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

  .container-3.pt-200 {
    padding-top: 60px;
  }

  .wrapper-text {
    width: 100%;
  }

  .global-nav-logo {
    margin-left: 0px;
  }

  .h2 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .column-16 {
    display: none;
  }

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

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

  .col-p-20.col-pb-20 {
    padding-bottom: 20px;
  }

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

  .column-18.col-b-20 {
    padding-bottom: 20px;
  }

  .image-pt-20 {
    padding-top: 20px;
  }

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

  .column-19.col-b-20 {
    padding-bottom: 20px;
  }

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

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

  .column-21.col-pb-20 {
    padding-bottom: 20px;
  }

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

  .column-23.col-pb-20 {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

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

  .col-centered {
    margin-bottom: 20px;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-right: 8px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero.landing {
    height: 50vh;
  }

  .hero.aussenspielgeraete {
    height: 50vh;
  }

  .hero.moebel {
    height: 50vh;
  }

  .hero.puzzle {
    height: 25vh;
    background-position: 50% 50%;
  }

  .hero.kreativ {
    height: 50vh;
  }

  .h1.centered {
    line-height: 28px;
  }

  .columnimage {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link.footer {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .spacing-small {
    height: 10px;
  }

  .divider-image {
    height: 50vh;
  }

  .slider {
    height: 50vh;
  }

  .div-block-7 {
    height: auto;
  }

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

  .spacing-medium {
    height: 30px;
  }

  .div-block-9 {
    width: 100%;
  }

  .wrapper-text {
    width: 100%;
  }

  .column-3 {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

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

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

  .link-wrapper {
    margin-bottom: 0px;
  }

  .column-9 {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .column-10 {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .column-11 {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

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

  .column-13 {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

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

  .mobile-menu-link {
    margin-bottom: 30px;
    padding-bottom: 0px;
    color: #d6d6d6;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    text-transform: uppercase;
  }

  .close-mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .burger-line {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
    background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
  }

  .global-nav-logo {
    margin-left: 0px;
    padding-left: 0px;
  }

  .mobile-menu {
    position: fixed;
    padding-top: 20px;
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-container {
    margin-left: 0px;
  }

  .global-nav-link {
    color: #d6d6d6;
    font-weight: 400;
  }

  .mobile-menu-background {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }

  .h2 {
    line-height: 28px;
  }

  .col-p-20.col-centered {
    margin-top: 40px;
  }

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

  .column-23.col-pb-20 {
    padding-bottom: 20px;
  }

  .col-centered {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-5 {
    max-width: 100%;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }
}

