@charset "UTF-8";
:root {
  --color-brand:        #fbbb0c;
  --color-text:         #000;
  --color-yellow:       #fbbb0c;
  --color-red:          #e91f1f;
  --color-pink:         #FF087B;
  --color-error:        #e91f1f;
  --color-form-bg:      transparent;
  --color-form-border:  #000; }

:root {
  --font-headlines:     'KidsMagazine', sans-serif;
  --fw-regular: 400;
  --fw-bold: 600;
  --fw-black: 900;
  --fs-mega:   46px;
  --fs-huge:   36px;
  --fs-large:  30px;
  --fs-medium: 26px;
  --fs-base:   22px;
  --fs-small:  16px;
  --fs-tiny:   13px;
  --lh-mega:   150%;
  --lh-huge:   150%;
  --lh-large:  150%;
  --lh-medium: 135%;
  --lh-base:   140%;
  --lh-small:  140%;
  --lh-tiny:   140%; }

@media screen and (min-width: 600px) {
  :root {
    --fs-mega:   80px;
    --fs-huge:   48px;
    --fs-large:  36px;
    --fs-medium: 30px;
    --fs-base:   24px;
    --fs-small:  18px;
    --fs-tiny:   15px; } }

:root {
  --form-triangle-size: 15px; }

.slider {
  position: relative; }

/*.slider.alignfull {
  object-fit: cover;
  height: calc(100vh - 80px);
}*/
.slider__arrows {
  transition: .2s all;
  position: absolute;
  top: 0;
  display: block;
  flex-wrap: wrap;
  width: 100%;
  top: calc(50% - 50px); }

.slider:hover .slider__arrows {
  opacity: 1; }

.slider__arrows .slick-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 50px;
  height: 50px; }

.slider__arrows .slick-arrow svg .icon {
  transition: .2s all; }

.slider__arrows .slick-arrow {
  /* background-color: rgba(0,0,0, .3); */
  background-color: transparent; }

.slider__arrows .slick-arrow:hover {
  /* background-color: #000; */
  background-color: transparent; }

.slick-prev {
  transform: rotate(180deg); }

.slick-next {
  right: 0; }

.slide {
  text-align: center; }

.slide.align-center .slide__wrap {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.slide .slide__text-wrap {
  bottom: 0; }

.slide.align-center .slide__text-wrap {
  bottom: auto; }

.slide.align-bottom-left {
  text-align: left; }

.slide.align-bottom-right {
  text-align: right; }

.slide.align-bottom-center {
  text-align: center; }

/*.slide a:hover {
  color: inherit;
  text-decoration: none;
}*/
.slide.text-white {
  color: #fff; }

.slide.text-yellow {
  color: #fbbb0c; }

.slide__wrap {
  position: relative; }

.slide__image {
  width: 100%;
  height: 400px;
  object-fit: cover; }

.slide__text-wrap {
  padding: 30px 60px;
  width: 100%;
  z-index: 1; }

.slide__text-wrap {
  position: absolute; }

.slide__text a:link,
.slide__text a:visited {
  color: inherit;
  text-decoration: underline; }

.with-gradient .slide__wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80% !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#55000000',GradientType=0 );
  /* IE6-9 */ }

.with-gradient.align-center .slide__wrap::after {
  display: none; }

.slide.text-dark .slide__text-wrap {
  background: none;
  filter: none; }

.slide__title,
.slide__text,
.slide__button-wrap {
  max-width: 800px;
  margin: 0 auto; }

.slide__title {
  font-size: 32px;
  line-height: 150%;
  margin: 0 auto !important; }

.slide__text {
  font-weight: bold;
  font-size: var(--fs-medium);
  line-height: 130%;
  margin-top: 10px; }

.with-gradient.align-center .slide__title,
.with-gradient.align-center .slide__text {
  text-shadow: 0 0 60px black, 0 10px 20px rgba(0, 0, 0, 0.4); }

.slide__button-wrap {
  padding: 13px 0;
  margin-top: 20px; }

.slide__button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: 0.2s opacity; }
  .slide__button:link, .slide__button:visited {
    background-color: #fbbb0c;
    color: #000;
    padding: .5em 1.25em;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    opacity: .9; }
  .slide__button:after {
    background-color: #000;
    content: ' ';
    display: block;
    height: 100%;
    transition: 0.2s all;
    position: absolute;
    transform: translate(0, 100%);
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1; }
  .slide__button:hover, .slide__button:focus, .slide__button:active {
    transition: 0.2s all;
    background-color: transparent;
    color: inherit; }
    .slide__button:hover:after, .slide__button:focus:after, .slide__button:active:after {
      transform: translate(0, 0); }

.slick-dots {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  /* display: flex;
  flex-wrap: wrap; */ }

.slick-dots li {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
  /* flex: 1 0 auto; */
  line-height: 0; }

.slick-dots button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: .2 all;
  overflow: hidden;
  text-indent: -999%;
  height: 10px;
  width: 10px;
  margin: 4px;
  border-radius: 100%;
  padding: 0;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.1); }

.slick-dots button:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.slick-active button {
  background-color: #000; }

@media screen and (min-width: 800px) {
  .slide__title {
    font-size: var(--fs-large); }
  .slide__image {
    object-fit: unset;
    height: auto; } }

.teaserbox {
  color: #fff;
  position: relative;
  background-repeat: no-repeat; }
  .teaserbox.fixed-height {
    height: 0;
    padding-bottom: 60%; }

.teaserbox__box-link {
  /*    display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .teaserbox__box-link:hover {
    text-decoration: none !important; }

.teaserbox__text {
  transition: all .2s;
  padding: 30px;
  z-index: 1; }

.teaserbox__title {
  position: relative;
  color: #fff;
  font-size: 28px;
  line-height: 100%;
  margin: 0; }

.teaserbox__subtitle {
  position: relative;
  color: #fff;
  margin: 0;
  font-style: italic;
  font-size: 22px;
  line-height: 120%;
  font-weight: normal;
  z-index: 1; }

.teaserbox__link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 20px;
  color: #fff;
  font-family: 'Ccchills';
  font-size: 32px;
  line-height: 100%;
  letter-spacing: .04em;
  text-decoration: none; }

.teaserbox__overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: .2s all; }

.teaserbox__image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: .2s all;
  background-size: cover; }

.teaserbox__box-link {
  display: block; }

.teaserbox__box-link .teaserbox__link {
  transition: all .2s; }

.teaserbox__box-link:hover .teaserbox__link {
  transition: all .2s;
  transform: scale(1.1);
  transform-origin: bottom right; }

.teaserbox.text-top_left .teaserbox__text {
  position: absolute;
  top: 0; }

.teaserbox.text-top_right .teaserbox__text {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right; }

.teaserbox.text-bottom_left .teaserbox__text {
  position: absolute;
  bottom: 0; }

.teaserbox.text-bottom_left.has-icon .teaserbox__icon {
  right: 30px;
  top: 30px;
  margin: 0;
  left: unset;
  position: absolute; }

.teaserbox.text-bottom_right.has-icon .teaserbox__icon {
  left: 30px;
  top: 30px;
  margin: 0;
  position: absolute; }

.teaserbox.text-bottom_right .teaserbox__text {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right; }

.teaserbox__icon {
  max-width: 100px;
  margin: auto;
  position: relative;
  z-index: 1;
  top: 20px;
  transition: .2s all;
  transform: scale(1); }
  .text-centered .teaserbox__icon {
    transition: .2s all;
    opacity: 1; }

.teaserbox.text-centered .teaserbox__text {
  text-align: center;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  transition: .2s all;
  transition: .2s all;
  bottom: 10px;
  z-index: 1; }

.teaserbox.text-centered .teaserbox__subtitle {
  margin-top: 10px; }

.teaserbox.text-centered.has-icon .teaserbox__text {
  transform: scale(0.9);
  padding: 20px 0; }

.teaserbox.has-bg {
  overflow: hidden; }

.teaserbox.has-bg:hover .teaserbox__image {
  transform: scale(1.4) rotate(-4deg); }

.teaserbox.text-centered.has-icon:hover .teaserbox__icon {
  opacity: 0;
  transform: scale(0) translate(0, 30px); }

.teaserbox.text-centered.has-icon:hover .teaserbox__text {
  transform: scale(1.2) translate(0, -40px); }

.text-top_left.has-icon .teaserbox__icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 100px;
  top: unset; }

.text-top_left.has-icon:hover .teaserbox__icon {
  transform: scale(1.3); }

.user {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden; }

.user__image {
  width: 15%;
  height: auto;
  float: left;
  margin-right: 30px;
  border-radius: 100%; }

.user__main {
  overflow: hidden; }

.user__title {
  margin: 0;
  font-size: 32px;
  line-height: 120%; }

.user__subtitle {
  margin: 4px 0;
  padding: 0;
  font-weight: bold;
  font-size: 21px;
  line-height: 130% !important; }

.user__description {
  margin-top: 5px;
  font-size: 18px;
  line-height: 130%; }

.user__website {
  transition: .2s all;
  margin-top: 5px;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold; }

.user__website:hover {
  color: #000; }

.user__website-label {
  display: inline-block; }

.menu-block {
  background-color: #000;
  border: 1px solid #000;
  padding: 1.5rem;
  color: #fff; }
  .menu-block .menu-block__title {
    margin: 0 0 1rem 0;
    color: #fff; }
  .menu-block .menu-block__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu-block .menu-block__list li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      width: auto; }
    .menu-block .menu-block__list a {
      display: inline-block;
      padding: 1rem; }
  .menu-block.menu-block--style-horizontal .menu-block__list {
    display: flex;
    flex-wrap: wrap; }
  .menu-block.menu-block--style-vertical .menu-block__list li {
    display: block;
    width: 100%; }
  .menu-block.is-style-default a {
    padding: 0; }
  .menu-block.is-style-default .menu-item__title {
    color: #fff; }

.space {
  clear: both; }

.space.space--size-small {
  height: 15px; }

.space.space--size-regular {
  height: 30px; }

.space.space--size-big {
  height: 60px; }

.space.space--size-huge {
  height: 90px; }

.map {
  position: relative; }

.map__legend {
  font-weight: bold;
  display: flex; }
  @media screen and (min-width: 960px) {
    .map__legend {
      display: block;
      position: absolute;
      bottom: 60px;
      right: 30px;
      width: 240px; } }

.map .table {
  transition: .2s all;
  cursor: pointer; }
  .map .table:hover, .map .table.active {
    fill: #000; }

.legend__label {
  display: flex;
  padding: 6px; }

.legend__label-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 15px;
  background-color: #fff;
  /*    border: 1px solid #000; */ }

@media screen and (max-width: 959px) {
  .legend__item {
    width: 50%;
    flex: 0 1 50%; } }

.legend__item--tables .legend__label-icon {
  /*background-color: #FBBB0C;*/
  background: transparent;
  background-image: url(/wp-content/plugins/festival/components/blocks/block.map/images/icon-tables.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.legend__item--ring .legend__label-icon {
  background-color: #FF087B; }

.legend__item--inside .legend__label-icon {
  background-color: #fff; }

.legend__item--walls .legend__label-icon {
  background: transparent;
  background-image: url(/wp-content/plugins/festival/components/blocks/block.map/images/icon-walls.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.legend__checkbox {
  display: none; }

.legend__label {
  cursor: pointer; }

.legend__label-text {
  opacity: .4;
  transition: .2s all; }

.legend__checkbox:checked + .legend__label > .legend__label-text {
  opacity: 1; }

.legend__checkbox:checked + .legend__label > .legend__label-text:after {
  display: inline-block;
  content: '✔';
  margin-left: 10px; }

.hide {
  transition: .2s all;
  opacity: 0; }

.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  transition: .2s all;
  transform: translateY(calc(100% + 60px));
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.2);
  overflow: hidden;
  width: 100%;
  opacity: 0;
  background-color: #000; }
  @media screen and (min-width: 800px) {
    .overlay {
      position: sticky;
      width: 500px;
      margin: 30px;
      border-radius: 10px;
      bottom: 30px;
      left: 30px; } }
  .overlay.active {
    transform: translateY(0);
    opacity: 1; }

.overlay__card {
  display: none;
  background-color: #000;
  /*var(--color-brand); */
  color: #fff;
  width: 100%;
  z-index: 9;
  transition: .2s all;
  cursor: pointer; }
  .overlay__card.visible {
    display: flex; }
  .overlay__card:hover {
    background-color: #222; }
  @media screen and (min-width: 800px) {
    .overlay__card {
      bottom: 30px;
      left: 30px;
      width: 500px; } }

.overlay__image {
  width: 90px;
  flex: 0 0 90px;
  background: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (min-width: 800px) {
    .overlay__image {
      width: 140px;
      flex: 0 0 140px; } }

.overlay__main {
  max-width: 500px;
  padding: 15px 20px 15px 20px; }

.overlay__title {
  margin: 0;
  font-size: 20px;
  line-height: 130%;
  padding: 0 !important; }

.overlay__text {
  margin: 0;
  color: #bbb;
  max-height: 0;
  overflow: hidden;
  transition: .2s all;
  font-size: 17px;
  line-height: 130%; }
  .expanded .overlay__text {
    max-height: 200px; }
  .overlay__text .overlay__button {
    display: none; }

.overlay__link {
  display: inline-block; }
  .overlay__link:link, .overlay__link:visited {
    color: var(--color-yellow); }
  .overlay__link:hover {
    color: #fff; }

.overlay__button {
  border: 2px solid currentcolor;
  border-radius: 30px;
  color: var(--color-yellow);
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: .2s all;
  display: none; }
  .overlay__button:hover {
    color: #fff; }

.overlay__button--small {
  padding: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px; }
