* {
  box-sizing: border-box;
}
.container {
  display: flex;
  max-width: 966px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.container > div {
  box-sizing: border-box;
  padding: 16px;
}
@media only screen and (min-width: 530px) {
  .container > div {
    padding: 16px / 2;
  }
}
.container--1per-line {
  flex-direction: column;
}
.container--1per-line > div {
  width: 100%;
}
.container--2per-line > div {
  width: 50%;
}
.container--3per-line > div {
  width: 33.33333333%;
}
.container--4per-line > div {
  width: 25%;
}
.container--5per-line > div {
  width: 20%;
}
@media only screen and (max-width: 529px) {
  .container {
    flex-direction: column;
  }
  .container > div {
    width: 100%;
  }
}
.link {
  text-decoration: none;
  display: inline-block;
  color: #290A59;
  padding: 16px / 2;
  transition: color 250ms ease-in-out;
}
.link:hover,
.link:focus,
.link:active,
.link.active {
  color: #bf4129;
}
.text-link {
  padding: 0;
  text-decoration: underline;
  text-decoration-color: #bf4129;
}
.text-link::after {
  content: "»";
  padding-left: 16px / 4;
  display: inline-block;
}
.slick-track {
  display: flex !important;
  align-items: center;
}
@font-face {
  font-family: 'fontello';
  src: url('vendor/fontello/font/fontello.eot?14032539');
  src: url('vendor/fontello/font/fontello.eot?14032539#iefix') format('embedded-opentype'), url('vendor/fontello/font/fontello.woff2?14032539') format('woff2'), url('vendor/fontello/font/fontello.woff?14032539') format('woff'), url('vendor/fontello/font/fontello.ttf?14032539') format('truetype'), url('vendor/fontello/font/fontello.svg?14032539#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('vendor/fontello/font/fontello.svg?14032539#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  content: '\e800';
}
/* '' */
.icon-left-open:before {
  content: '\e801';
}
/* '' */
.icon-right-open:before {
  content: '\e802';
}
/* '' */
.icon-right-hand:before {
  content: '\e803';
}
/* '' */
.icon-left-hand:before {
  content: '\e804';
}
/* '' */
.icon-money:before {
  content: '\f0d6';
}
/* '' */
.icon-cc-paypal:before {
  content: '\f1f4';
}
/* '' */
.icon-birthday:before {
  content: '\f1fd';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
h1,
.h1-font,
h2,
.h2-font {
  font-family: "Berkshire Swash", cursive;
}
h3,
p,
.h3-font {
  font-family: "Catamaran", sans-serif;
}
.font-size-small {
  font-size: 12px;
}
.font-size-large {
  font-size: 16px;
}
.font-size-xlarge {
  font-size: 20px;
}
.font-weigth-bold {
  font-weight: bold;
}
h1,
.h1-font {
  font-size: 40px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
h2,
.h2-font {
  font-size: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
h3,
.h3-font {
  font-size: 20px;
}
h2 + h3 {
  margin-top: -16px;
}
.text-center {
  text-align: center;
}
p {
  text-align: center;
  font-size: 20px;
}
p span {
  white-space: nowrap;
  font-weight: bold;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
body {
  background-color: #6D94B5;
  color: #fff;
}
.body--louis {
  background-color: #6D94B5;
}
.body--simon {
  background-color: #82aebe;
}
.body--hanna {
  background-color: #ada750;
}
p a {
  color: #b1c6d7;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.body--simon p a {
  color: #c7edff;
}
.body--hanna p a {
  color: #dfe793;
}
/*
 background-image: url("lego-familie-woitas.min.jpg");
  background-repeat: no-repeat;
  background-position: 45% -1100%;
  background-size: 500%;

@media (orientation: landscape) and (min-width: 400px) {
  body {
    background-position: 45% 112%;
    background-size: 200%;
  }
}

@media (orientation: landscape) and (min-width: 1200px) {
  body {
    background-position: 45% -15%;
  }
}
*/
.center {
  padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.lego-family {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 529px) {
  .lego-family {
    margin-top: -70%;
  }
}
@media only screen and (min-width: 530px) {
  .lego-family {
    margin-top: -15%;
  }
}
.lego-family__tag {
  display: block;
}
@media only screen and (max-width: 529px) {
  .lego-family__tag {
    width: 400%;
    position: relative;
    left: 60%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 530px) {
  .lego-family__tag {
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  .body--simon .lego-family__tag {
    left: 45%;
  }
}
@media only screen and (max-width: 529px) {
  .body--hanna .lego-family {
    margin-top: -30%;
  }
}
@media only screen and (max-width: 529px) {
  .body--hanna .lego-family__tag {
    left: 45%;
    width: 167%;
  }
}
.age {
  text-align: center;
  margin: 16px 0;
  white-space: normal;
}
.age span,
.age i {
  display: inline-block;
  width: 20px;
  font-weight: bold;
  color: #b1c6d7;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.body--simon .age span,
.body--simon .age i {
  color: #c7edff;
}
.body--hanna .age span,
.body--hanna .age i {
  color: #dfe793;
}
.age .free {
  width: auto;
}
.age i {
  width: auto;
}
.gallery {
  height: auto;
  width: 100%;
}
.gallery__wrap {
  padding: 18px;
  width: 100%;
}
.gallery .image {
  height: auto;
  position: relative;
  padding: 16px / 2;
}
.gallery .image__link {
  display: block;
  position: relative;
  background: #507b9f;
  border: solid 2px #6D94B5;
}
.body--hanna .gallery .image__link {
  background: #ada750;
  border-color: #dfe793;
}
.gallery .image__date {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: block;
  padding: 16px;
  padding-top: 32px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.gallery .image__tag {
  display: block;
}
.gallery .image__seperator {
  background: #fff;
  text-align: center;
  padding: 16px;
  height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 2px #6D94B5;
}
.gallery .image__seperator span,
.gallery .image__seperator i {
  display: block;
  color: #507b9f;
}
.gallery .image__seperator span:first-child,
.gallery .image__seperator i:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px / 2;
}
.gallery .image__seperator i {
  margin-top: 16px / 2;
  color: #507b9f;
  font-size: 16px;
}
@media (min-width: 600px) {
  .gallery .gallery .image__date {
    font-size: 20px;
  }
}
.gallery .slick-dots {
  bottom: -48px;
}
.gallery .slick-current .image__link,
.gallery .slick-current .image__seperator {
  border-color: #fff;
}
.footer {
  background: #e9e9e9;
  color: #9d9d9d;
  padding: 16px / 2;
}
@media only screen and (min-width: 530px) {
  .footer {
    padding: 16px;
    margin-top: 16px / 2;
  }
}
.footer__links {
  position: relative;
}
div.footer__links {
  padding: 0;
  padding-right: 16px;
}
@media only screen and (min-width: 530px) {
  .footer__links:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #adacac;
    margin: 0 16px / 2;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 529px) {
  .footer__links {
    position: relative;
  }
  .footer__link__state {
    background: #ff0000;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -webkit-touch-callout: none;
  }
  .footer__link--main {
    position: relative;
    pointer-events: none;
  }
  .footer__link--main::before {
    display: inline-block;
    content: "⌄";
    position: relative;
    top: -6px;
    padding-right: 16px / 2;
    transition: transform 250ms ease-in-out, top 250ms ease-in-out, color 250ms ease-in-out;
  }
  .footer__link--toggler {
    display: none;
  }
  .footer__sub-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  }
  .footer__link--main-opener:checked {
    height: 0;
  }
  .footer__link--main-opener:checked ~ .footer__link--main::before {
    transform: rotateX(180deg);
    top: 4px;
  }
  .footer__link--main-opener:checked ~ .footer__link--toggler {
    height: 38px;
    display: block;
  }
  .footer__link--main-opener:checked ~ .footer__sub-links {
    max-height: 9999px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-delay: 0s;
  }
}
.footer__link {
  display: block;
}
@media only screen and (min-width: 530px) {
  .footer__link__state {
    display: none;
  }
}
.footer__link--main {
  font-size: 16px;
  font-weight: bold;
}
.footer__link--sub {
  font-size: 12px;
}
.footer__logo {
  color: #290A59;
  text-align: right;
}
.footer__logo__link {
  display: inline-block;
}
.footer__logo .logo {
  width: 150px;
  background-size: contain;
}
.footer__logo .facebook-like {
  margin-top: 16px;
  width: 110px!important;
}
.logo {
  display: inline-block;
  background: url("static/logo.png") no-repeat center;
  height: 60px;
  width: 187px;
  cursor: pointer;
}
.header .logo {
  margin-top: 16px / 2;
}
@media only screen and (max-width: 529px) {
  .header {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 60px;
  }
  .header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 45px;
    background-size: contain;
  }
  .header__wrap {
    position: fixed;
    height: 60px;
    width: 100%;
    top: 0;
  }
  .header__wrap:before {
    content: "";
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
  }
  .header__navigation {
    position: fixed;
    overflow: auto;
    z-index: 2;
    padding: 0;
    margin: 0;
    bottom: 0;
    top: 60px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .header__link {
    position: relative;
  }
  .header__link__state {
    display: block;
    width: 100%;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    margin: 0;
    -webkit-touch-callout: none;
  }
  .header__link__state--toggler {
    display: none;
  }
  .header__link__state--main-opener:checked ~ .header__childs {
    max-height: 9999px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-delay: 0s;
  }
  .header__link__state--main-opener:checked ~ .link .header__link__arrow {
    transform: rotateX(180deg);
    top: 20px;
  }
  .header__link__state--main-opener:checked ~ .header__link__state--toggler {
    display: block;
  }
  .header__link__arrow {
    content: "⌄";
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 10px;
    transition: transform 250ms ease-in-out, top 250ms ease-in-out;
  }
  .header__link .link {
    position: relative;
    display: block;
    padding: 16px;
    padding-left: 32px;
  }
  .header__link > .link {
    font-weight: bold;
  }
  .header__link:after {
    content: "";
    height: 1px;
    background: #e9e9e9;
    display: block;
    margin: 0 16px;
  }
  .header__childs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
    padding-left: 16px;
  }
  .header__childs .header__childs__item:first-child {
    margin-top: -8px;
  }
  .header__footer {
    padding: 16px;
    font-size: 14px;
    color: #e9e9e9;
    text-align: right;
  }
  .header__footer .logo {
    position: relative;
    left: 0;
    transform: none;
    margin-top: 0;
    filter: saturate(0) contrast(0) opacity(0.5);
    width: 100px;
  }
}
@media only screen and (min-width: 530px) {
  .header__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header__navigation {
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .header__link {
    list-style: none;
    position: relative;
  }
  .header__link__state {
    display: none;
  }
  .header__link .link {
    display: block;
    position: relative;
    z-index: 3;
  }
  .header__link .link:hover .header__link__arrow {
    color: #bf4129;
    transform: rotateX(180deg);
    top: 24px;
  }
  .header__link__arrow {
    content: "⌄";
    color: #290A59;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 13px;
    z-index: 0;
    transition: transform 250ms ease-in-out, top 250ms ease-in-out, color 250ms ease-in-out;
  }
  .header__link:hover .header__childs {
    max-height: 9999px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-delay: 0s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  .header__link:hover::before {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    height: 20px;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
  }
  .header__childs {
    position: absolute;
    min-width: 100px;
    margin: 0;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0;
    z-index: 1;
    list-style: none;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  }
  .header__childs__item:hover {
    background: #f2cac2;
  }
  .header .only-mobile {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  .burger-menu {
    user-select: none;
    display: block;
    position: relative;
    z-index: 1;
  }
  .burger-menu__handler {
    display: block;
    width: 33px;
    position: relative;
    left: 20px;
    top: 20px;
  }
  .burger-menu__piece {
    display: block;
    height: 4px;
    background: #bf4129;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .burger-menu__piece--1 {
    top: 0;
  }
  .burger-menu__piece--2 {
    top: 5px;
  }
  .burger-menu__piece--3 {
    top: 10px;
    transform-origin: 0 100%;
  }
  .burger-menu__backdrop {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    pointer-events: none;
  }
  .burger-menu.burger-menu--right .burger-menu__state {
    left: auto;
    right: 12px;
  }
  .burger-menu.burger-menu--right .burger-menu__handler {
    left: auto;
    right: 20px;
    position: absolute;
  }
  .burger-menu.burger-menu--right .burger-menu__handler--1 {
    top: 20px;
  }
  .burger-menu.burger-menu--right .burger-menu__handler--2 {
    top: 29px;
  }
  .burger-menu.burger-menu--right .burger-menu__handler--3 {
    top: 38px;
  }
  .burger-menu.burger-menu--right .header__navigation {
    left: 40px;
    transform: translate(100%, 0);
    margin: 0;
    right: 0;
  }
  .burger-menu__state {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .burger-menu__state--toggler {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .burger-menu__state--main-opener:checked ~ .burger-menu__state--toggler {
    display: block;
  }
  .burger-menu__state--main-opener:checked ~ .burger-menu__handler .burger-menu__piece {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #290A59;
  }
  .burger-menu__state--main-opener:checked ~ .burger-menu__handler .burger-menu__piece--3 {
    transform: rotate(-45deg) translate(0, -1px);
  }
  .burger-menu__state--main-opener:checked ~ .burger-menu__handler .burger-menu__piece--2 {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .burger-menu__state--main-opener:checked ~ .burger-menu__backdrop {
    opacity: 1;
    visibility: visible;
  }
  .burger-menu__state--main-opener:checked ~ .header__navigation {
    transform: none;
  }
}
@media only screen and (min-width: 530px) {
  .burger-menu__state {
    display: none;
  }
  .burger-menu__piece {
    display: none;
  }
}
