@charset "UTF-8";
/*
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;900&display=swap");
*/
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Titillium+Web:wght@300;600&display=swap");
.margin_bottom {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .margin_bottom {
    margin-bottom: 0px;
  }
}

.margin_top {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .margin_top {
    margin-top: 50px;
  }
}

.bg_pink {
  background: tint(#fb3591, 90%);
}

.bg_yellow {
  background: tint(#fecb30, 90%);
}

.bg_black {
  background: #b4b4b1;
}

.bg_light_grey {
  background: rgb(243, 243, 243);
}

.bg_powderblue {
  background: powderblue;
}

.border_top {
  border-top: 1px dashed #fb3591;
  padding-top: 50px;
}

.grid_container, .intro_container, .stories_container, .blog_container {
  display: grid;
  grid-template-rows: 50px 1fr;
  align-content: start;
  gap: 0px 20px;
  min-height: 100vh;
  padding: 0px 55px 0px 30px;
}
.grid_container .line_top, .intro_container .line_top, .stories_container .line_top, .blog_container .line_top {
  border-bottom: 1px dashed #fb3591;
}
@media screen and (min-width: 768px) {
  .grid_container, .intro_container, .stories_container, .blog_container {
    padding: 0px 70px 0px 290px;
  }
}

.stories_container h1 {
  font-size: 2.4rem;
  text-align: left;
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  .stories_container h1 {
    font-size: 3.8rem;
  }
}
.stories_container .cont_more_inspiration {
  grid-column: span 12;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1400px) {
  .stories_container .cont_more_inspiration {
    grid-column: span 10;
  }
}
@media screen and (max-width: 507px) and (max-width: 507px) {
  .stories_container .grid h2 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 507px) and (max-width: 375px) {
  .stories_container .grid h2 {
    font-size: 1.6rem !important;
  }
}
.stories_container .grid .text_storie {
  grid-column: span 12;
}
.stories_container .grid .text_storie img {
  margin-bottom: 50px;
}
.stories_container .grid .text_storie h3:first-of-type {
  margin-top: 0 !important;
}
@media screen and (min-width: 1024px) {
  .stories_container .grid .text_storie {
    grid-column: span 7;
  }
}
@media screen and (min-width: 1400px) {
  .stories_container .grid .text_storie {
    grid-column: span 6;
  }
}
.stories_container .grid .cont_company_summary {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stories_container .grid .cont_company_summary img {
  max-width: 280px;
}
@media screen and (min-width: 1024px) {
  .stories_container .grid .cont_company_summary {
    grid-column: span 5;
  }
}
@media screen and (min-width: 1400px) {
  .stories_container .grid .cont_company_summary {
    grid-column: span 4;
  }
}
.stories_container .grid .cont_teser_nugget {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.stories_container .grid .cont_teser_nugget h3 {
  margin: 0;
}
.stories_container .grid .cont_teser_nugget img {
  max-width: 280px;
}
@media screen and (min-width: 1024px) {
  .stories_container .grid .cont_teser_nugget {
    grid-column: span 5;
  }
}
@media screen and (min-width: 1400px) {
  .stories_container .grid .cont_teser_nugget {
    grid-column: span 4;
  }
}

.grid_container {
  overflow-x: hidden;
}

.intro_container {
  grid-template-rows: 1fr;
  min-height: 90vh;
}

#lottie_nuggets {
  width: 70%;
}
@media screen and (min-width: 768px) {
  #lottie_nuggets {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  #lottie_nuggets {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #intro_stories {
    padding-top: 3rem;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-content: center;
  gap: 30px 20px;
  padding: 50px 0px;
}

.grid_team {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 60px 30px;
}
.grid_team .button {
  margin-right: 0px !important;
}
.grid_team a:hover svg {
  fill: #fb3591;
}
.grid_team .box_portrait {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  align-self: flex-start;
  text-align: center;
}
.grid_team .box_portrait img {
  max-width: 220px;
}
@media screen and (min-width: 507px) {
  .grid_team .box_portrait {
    grid-template-columns: 220px auto;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .grid_team .box_portrait {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .grid_team {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .container_portrait {
    grid-column: span 4;
  }
}

/* UPDATED 2022 05 18 
.container_portrait {
  padding: 25px 0px;
  @media screen and (min-width: $s_m) {
  .span_4 {
    grid-column: span 4 !important;
  }
}
  .span_8 {
    grid-column: span 8 !important;
  }
}
*/
.cont_location .cont_map {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.cont_location iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
}

.box_company_summary {
  background: #fb3591;
  color: #fafaf8;
  padding: 1.2rem 1.3rem 0.2rem 1.3rem;
  margin-top: 2.2rem;
  border-radius: 8px;
}
.box_company_summary h3 {
  color: #fafaf8 !important;
  margin-bottom: 0.7rem;
}
.span_2 {
  grid-column: span 2;
}

.span_3 {
  grid-column: span 12;
}
@media screen and (min-width: 1024px) {
  .span_3 {
    grid-column: span 3;
  }
}

.span_4 {
  grid-column: span 12;
}
@media screen and (min-width: 1024px) {
  .span_4 {
    grid-column: span 4;
  }
}

.span_5 {
  grid-column: span 12;
}
@media screen and (min-width: 1024px) {
  .span_5 {
    grid-column: span 5;
  }
}

.span_6 {
  grid-column: span 12;
}
@media screen and (min-width: 1024px) {
  .span_6 {
    grid-column: span 6;
  }
}

.span_7 {
  grid-column: span 12;
}
@media screen and (min-width: 1024px) {
  .span_7 {
    grid-column: span 7;
  }
}

.span_8 {
  grid-column: span 12;
}
@media screen and (min-width: 1024px) {
  .span_8 {
    grid-column: span 8;
  }
}

.span_9 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .span_9 {
    grid-column: span 9;
  }
}

.span_10 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .span_10 {
    grid-column: span 10;
  }
}

.span_11 {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  .span_11 {
    grid-column: span 11;
  }
}

.span_12 {
  grid-column: span 12;
}

.cont_teaser {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}
.cont_teaser.last {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1024px) {
  .cont_teaser {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .cont_teaser {
    grid-template-columns: repeat(3, 1fr);
  }
}

.teaser_storie {
  display: grid;
  grid-template-columns: 33% 1fr;
  align-items: center;
  gap: 0.8rem;
  background: rgba(26, 26, 25, 0.05);
  padding: 1.2rem 1rem 1.2rem 1rem;
  border-radius: 8px;
  transition: all 0.2s;
}
.teaser_storie:hover {
  text-decoration: none;
  transform: translate(-7px, -7px);
  box-shadow: 8px 10px 12px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 8px 10px 12px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 8px 10px 12px 0px rgba(0, 0, 0, 0.19);
}
.teaser_storie p:last-child {
  margin-bottom: 0;
}
.teaser_storie img {
  width: 100%;
  border-radius: 50%;
}
.teaser_storie h3 {
  margin: 0;
}
@media screen and (max-width: 507px) {
  .teaser_storie h3 {
    font-size: 1rem;
  }
}

#claim {
  text-align: center;
  transform-origin: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #claim {
    height: 300px;
  }
}
#claim p {
  margin: 0px;
  margin-bottom: 30px;
  line-height: 1.1 !important;
}
#claim h1 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 600;
  color: #1a1a19 !important;
}

h1 {
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  margin: 20px 0px !important;
  display: inline-block;
  font-weight: 800;
  font-size: 13vw;
}
@media screen and (min-width: 507px) {
  h1 {
    font-size: 11vw;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 5vw;
  }
  h1 span {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 6vw;
    text-align: center;
  }
}

.h1_small {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  white-space: normal !important;
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  .h1_small {
    padding: 0px 50px;
  }
}
@media screen and (min-width: 768px) {
  .h1_small {
    padding: 0px;
  }
}

h2 {
  margin-top: -20px;
  margin-bottom: 0px;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}

h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 60px;
}
h3:first-child {
  margin-top: 0px;
}

.uk-modal-body h3 {
  margin-top: 30px !important;
}

p {
  line-height: 1.5;
  margin-top: 0px !important;
}

.uk-overlay p:last-child {
  margin: 0px;
}

a {
  color: #fb3591 !important;
}

strong {
  font-weight: 600;
}

em {
  color: #fb3591;
}

cite,
h2.cite,
blockquote {
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.1 !important;
  margin: 20px 0px !important;
  display: inline-block !important;
  /*
  &::before {
    content: "«";
  }
  &::after {
    content: "»";
  }
  */
}
@media screen and (min-width: 768px) {
  cite,
  h2.cite,
  blockquote {
    font-size: 3.8rem;
  }
}

.button,
button {
  font-size: 0.9rem !important;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border: 1px solid #fb3591 !important;
  padding: 2px 12px !important;
  color: #fb3591;
  transition: all 0.3s !important;
  margin-top: 8px !important;
  background-color: none !important;
  background: none !important;
  margin-right: 15px !important;
  font-family: "Titillium Web", sans-serif !important;
}
.button:hover,
button:hover {
  text-decoration: none !important;
  color: #fb3591 !important;
  background: rgba(251, 53, 145, 0.1) !important;
  cursor: pointer !important;
}

.cky-btn, .cky-accordion-btn, .cky-show-desc-btn {
  color: #fafaf8 !important;
  border: 1px solid #fafaf8 !important;
  border-radius: 0;
}
.cky-btn:hover, .cky-accordion-btn:hover, .cky-show-desc-btn:hover {
  color: #fafaf8 !important;
  background: rgba(250, 250, 248, 0.3) !important;
}

.cky-accordion-btn {
  margin: 0 !important;
}

.cky-always-active {
  color: #fafaf8 !important;
}

.cky-btn-revisit-wrapper {
  background: none !important;
  background-image: url(../img/cookie.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 30px 30px !important;
  background-position: center !important;
  bottom: 22px !important;
  left: 22px !important;
}

.cky-btn-revisit {
  border: none !important;
  background-color: none !important;
}
.cky-btn-revisit:hover {
  background: none !important;
}
.cky-btn-revisit img {
  display: none !important;
}

button {
  -webkit-appearance: none !important;
}

.button {
  display: inline-block !important;
}

.uk-modal-close-default {
  border: none !important;
}
.uk-modal-close-default:hover {
  background: none !important;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

textarea,
.InputfieldMaxWidth {
  background: tint(#fb3591, 95%) !important;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 300;
  border: 1px solid #fb3591;
  font-size: 1rem !important;
  color: #1a1a19 !important;
  padding: 5px 10px;
  margin-top: 5px !important;
}

.InputfieldMaxWidth {
  min-height: 30px !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
  outline: 0px !important;
}

.uk-overlay {
  background: rgba(250, 250, 248, 0.5);
  padding: 15px 5px !important;
  color: #1a1a19;
}
.uk-overlay h3 {
  margin-top: 0px !important;
}

a.anim_arrow_up {
  position: fixed;
  display: none;
  text-decoration: none;
  right: 25px;
  bottom: 36px;
  width: 26px;
  height: 40px;
  transition: height 0.2s;
  z-index: 1;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 150"><g><line x1="13" y1="2" x2="13" y2="150" style="fill: none;stroke: %23444444;stroke-width: 2px"/><path d="M.94,14.06,13,2,25.06,14.06" style="fill: none;stroke: %23444444;stroke-width: 2px"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
}
a.anim_arrow_up:hover {
  height: 55px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 150"><g><line x1="13" y1="2" x2="13" y2="150" style="fill: none;stroke: %23e84b90;stroke-width: 2px"/><path d="M.94,14.06,13,2,25.06,14.06" style="fill: none;stroke: %23e84b90;stroke-width: 2px"/></g></svg>');
}

/*MENU ICON*/
.menu-icon {
  transform: scale(1);
  transition: background-color 0.3s;
  z-index: 101;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  top: 15px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 768px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 9px;
}
@media only screen and (min-width: 375px) {
  .menu-icon div {
    width: 40px;
    height: 12px;
  }
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1a1a19;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  right: 0px;
}
@media only screen and (min-width: 375px) {
  .menu-icon span {
    height: 2px;
  }
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0px;
  width: 16px;
}
@media only screen and (min-width: 375px) {
  .menu-icon span:last-of-type {
    width: 20px;
  }
}
.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 6px;
  right: -3px;
  width: 19px;
}
@media only screen and (min-width: 320px) {
  .menu-icon.active span:first-of-type,
  .menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
    top: 7px;
    right: -3px;
    width: 23px;
  }
}
@media only screen and (min-width: 375px) {
  .menu-icon.active span:first-of-type,
  .menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
    top: 8px;
    width: 28px;
  }
}
.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 2px;
  right: -3px;
  width: 19px;
}
@media only screen and (min-width: 320px) {
  .menu-icon.active span:last-of-type,
  .menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
    bottom: 1px;
    width: 23px;
  }
}
@media only screen and (min-width: 375px) {
  .menu-icon.active span:last-of-type,
  .menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
    width: 28px;
    bottom: 2px;
  }
}
.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
  width: 19px;
}
@media only screen and (min-width: 320px) {
  .menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
    width: 23px;
  }
}
@media only screen and (min-width: 375px) {
  .menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
    width: 28px;
  }
}
@media (min-width: 376px) {
  .menu-icon:hover span:first-of-type {
    width: 32px;
  }
}
@media only screen and (min-width: 376px) and (min-width: 375px) {
  .menu-icon:hover span:first-of-type {
    width: 40px;
  }
}
@media (min-width: 376px) {
  .menu-icon:hover span:last-of-type {
    width: 32px;
  }
}
@media only screen and (min-width: 376px) and (min-width: 375px) {
  .menu-icon:hover span:last-of-type {
    width: 40px;
  }
}
.burger_white {
  background: white !important;
}

.burger_active {
  background: white !important;
}

/*---*/
#main_menu {
  position: fixed;
  display: grid;
  grid-template-rows: 32px repeat(5, 40px auto) 40px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  list-style-type: none;
  height: 100vh;
  width: 100vw;
  margin: 0px;
  padding: 152px 0px 110px 30px;
  z-index: 1;
  background: rgba(250, 250, 248, 0.95);
  transition: all 0.5s;
  transform: translate(-100vw, 0px);
}
@media screen and (min-width: 768px) {
  #main_menu {
    transform: none;
    width: auto;
    transition: none;
    background: none;
    font-size: 0.9rem;
    grid-template-rows: 32px repeat(5, 34px auto) 34px;
  }
}
#main_menu li {
  display: none; /* Necessary for fade in effect on page enter */
  display: grid;
}
#main_menu li a {
  display: inline-block;
  width: 100%;
}
#main_menu.visible {
  transform: translate(0px, 0px);
  display: grid;
}

.uk-nav-default a {
  color: #1a1a19 !important;
  transition: all 0.2s !important;
}
.uk-nav-default a:hover {
  color: #fb3591 !important;
}

.uk-nav-default > li.uk-active > a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-left: 9px;
  margin-right: 10px;
  background: #fb3591;
}
.uk-nav-default > li.uk-active > a:hover {
  color: #1a1a19 !important;
}

.nav_line::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #fb3591;
  margin-left: 12px;
}

#msg_cookie {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 15px 15px;
  margin-left: 30px;
  border-radius: 8px;
  background: #fb3591;
  color: #fafaf8;
  font-weight: 800;
  font-size: 0.9rem;
  text-align: center;
  z-index: 999999;
  transition: all 0.8s;
  box-shadow: 8px 6px 24px -10px rgba(0, 0, 0, 0.73);
  -webkit-box-shadow: 8px 6px 24px -10px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: 8px 6px 24px -10px rgba(0, 0, 0, 0.73);
}
@media screen and (min-width: 507px) {
  #msg_cookie {
    font-size: 1.1rem;
    padding: 25px 30px;
  }
}
#msg_cookie p {
  margin-bottom: 15px;
}
#msg_cookie a {
  color: #fafaf8 !important;
  border: 1px solid #fafaf8;
  padding: 0px 15px;
  transition: all 0.2s;
}
#msg_cookie a:hover {
  text-decoration: none !important;
  background: rgba(250, 250, 248, 0.5) !important;
  cursor: pointer !important;
}
#msg_cookie.hidden {
  bottom: -350px;
}

#container_claim {
  position: relative;
  align-items: center;
  display: grid;
  height: 100vh;
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  #container_claim {
    padding-left: 220px;
  }
}

.animation {
  position: absolute;
  display: grid;
  place-items: center;
  height: 100vh;
  width: 100%;
  padding-left: 0px;
  overflow: hidden !important;
  z-index: -100;
}
@media screen and (min-width: 768px) {
  .animation {
    padding-left: 200px;
  }
}

.animation_container {
  position: relative;
  width: 300px;
  height: 300px;
  transform: rotate(18deg) scale(0.7);
  animation: fade_in 1s linear;
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .animation_container {
    padding-left: 200px;
    transform: rotate(18deg);
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.circle_large {
  width: 300px;
  height: 300px;
  overflow: visible;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: multiply;
}

.circle_small {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  margin: auto;
}

.circle_1 {
  background: #fb3591;
  transform-origin: center 180px;
  animation: circle_1 20s linear infinite;
}

.circle_2 {
  background: #fecb30;
  transform-origin: center 60px;
  animation: circle_2 20s linear infinite;
}

.circle_3 {
  bottom: 0px;
  left: 105px;
  background: #fecb30;
  transform-origin: center 90px;
  animation: circle_3 20s linear infinite;
}

.circle_4 {
  top: 0px;
  left: 105px;
  background: #fb3591;
  transform-origin: center -10px;
  animation: circle_4 20s linear infinite;
}

@keyframes circle_1 {
  0% {
    transform: translate(0px, -150px) rotate(0deg);
  }
  50% {
    transform: translate(0px, -150px) rotate(180deg);
  }
  100% {
    transform: translate(0px, -150px) rotate(360deg);
  }
}
@keyframes circle_2 {
  0% {
    transform: translate(0px, 150px) rotate(0deg);
  }
  50% {
    transform: translate(0px, 150px) rotate(180deg);
  }
  100% {
    transform: translate(0px, 150px) rotate(360deg);
  }
}
@keyframes circle_3 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    scale: 0.5;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle_4 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    scale: 1.8;
  }
  100% {
    transform: rotate(360deg);
  }
}
.teaser_1,
.teaser_2,
.teaser_3 {
  position: relative;
  transform-origin: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .teaser_1,
  .teaser_2,
  .teaser_3 {
    display: inline-block;
  }
}

/*
.teaser_1 {
  animation: teaser_1 0.9s ease-in-out;
}

.teaser_2 {
  animation: teaser_2 0.9s ease-in-out;

}
*/
.h1_small {
  animation: teaser_3 1s ease-in-out;
  display: block !important;
}

.teaser_3 {
  animation: teaser_3 4.5s ease-in-out;
  display: block !important;
}

/*
@keyframes teaser_1 {
  0%{
    opacity: 0;
    top: -30px;
    left: -200px;
  }
  100%{
    opacity: 1;
    top: 0px;
    left: 0px;
  }
}

@keyframes teaser_2 {
  0%{
    opacity: 0;
    top: -30px;
    left: 200px;
  }
  100%{
    opacity: 1;
    top: 0px;
    left: 0px;
  }
}
*/
@keyframes anim_h1_small {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes teaser_3 {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box !important;
}

html {
  background-color: #fafaf8;
}

body {
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif !important;
  color: #1a1a19;
  overflow-x: hidden !important;
}

#logo {
  position: fixed;
  width: 100%;
  z-index: 100 !important;
  padding: 15px;
  background: #fafaf8;
  pointer-events: none;
}
#logo a {
  display: inline-block;
  pointer-events: auto;
}
@media screen and (min-width: 375px) {
  #logo {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  #logo {
    background: none;
    padding: 30px;
  }
}
#logo img {
  width: 100px;
  display: block;
}
@media screen and (min-width: 375px) {
  #logo img {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  #logo img {
    width: 190px;
  }
}

.social_icons {
  position: fixed;
  display: none;
  margin: 0px;
  right: 20px;
  top: 100px;
  width: 32px;
  list-style-type: none;
  gap: 5px;
  z-index: 100;
}
@media screen and (min-width: 507px) {
  .social_icons {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .social_icons {
    top: 42px;
  }
}
.social_icons a {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.social_icons a svg {
  max-width: 32px;
  fill: #1a1a19;
}
.social_icons a svg:hover {
  fill: #fb3591;
}

#footer #icons_contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #footer #icons_contact {
    flex-direction: row;
    gap: 6vw;
  }
}
#footer #icons_contact a {
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  color: #1a1a19 !important;
}
#footer #icons_contact a svg {
  width: 100%;
  max-width: 120px;
  margin: auto auto 1rem auto;
  fill: #fb3591;
  display: block;
}
#footer #icons_contact a:hover {
  text-decoration: none;
  color: #1a1a19 !important;
}
#footer #icons_contact a:hover svg {
  fill: #1a1a19;
}

.link_impressum {
  color: #1a1a19 !important;
  margin-bottom: 30px;
}

.uk-modal-body {
  padding-bottom: 50px !important;
}

.animation_rotate {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  animation: spin 15s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.uk-dotnav > * > * {
  border: 1px solid #fecb30 !important;
  background-color: #fecb30 !important;
}

.uk-dotnav > .uk-active > * {
  border: 1px solid #fb3591 !important;
  background: #fb3591 !important;
}

#text_contact, .portrait_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#text_contact {
  align-items: flex-start;
  margin-bottom: 15px;
}

.portrait_contact {
  margin-bottom: 25px;
  justify-content: flex-start;
}
.portrait_contact h3 {
  margin: 0 0 1rem 0;
}
.portrait_contact img {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 2rem;
}
.portrait_contact .button {
  margin-right: 0 !important;
}

.portrait {
  border-radius: 50%;
  width: 300px;
}
@media screen and (min-width: 1024px) {
  .portrait {
    width: 100%;
  }
}

#container_illu_table {
  background: #fecb30;
  display: inline-block;
  border-radius: 50%;
  width: 70vw;
  height: 70vw;
  animation: table_1 8s linear infinite;
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  #container_illu_table {
    width: 32vw;
    height: 32vw;
  }
}
#container_illu_table img {
  width: 100%;
  transform-origin: center center;
  animation: table_2 9s linear infinite;
}

@keyframes table_1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    scale: 0.95;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes table_2 {
  0% {
    transform: translate(0px, -5px) rotate(0deg);
  }
  50% {
    transform: translate(0px, -15px) rotate(-180deg);
    scale: 1.1;
  }
  100% {
    transform: translate(0px, -5px) rotate(-360deg);
  }
}
#arrow_scroll_down {
  text-align: center;
  margin-top: 50px;
}

#scroll-down {
  animation: bounce 2s infinite;
  width: 35px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#FormBuilder_form_contact_2023 {
  margin-top: 2rem;
}

#FormBuilder_form_contact_2023 legend {
  display: none;
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0;
  overflow: visible;
}

.FormBuilderErrors {
  display: none;
}

.input-error {
  color: #fb3591;
}

/* FORM BREVO / SIB */
#sib-container input:-ms-input-placeholder {
  text-align: left;
  color: #c0ccda;
  padding: 0;
}

#sib-container {
  padding: 0 !important;
}

.sib-form {
  padding: 0 !important;
}

.sib-form .entry__field {
  border: 1px solid #fb3591 !important;
  border-radius: 0 !important;
  background: #fff5fa !important;
}

#sib-container input::-moz-placeholder {
  text-align: left;
  color: #c0ccda;
}

#sib-container input::placeholder {
  text-align: left;
  color: #c0ccda;
}

#sib-container textarea::-moz-placeholder {
  text-align: left;
  color: #c0ccda;
}

#sib-container textarea::placeholder {
  text-align: left;
  color: #c0ccda;
}

.sib-form-block {
  padding: 0 !important;
}

/* END FORM BREVO /SIB *//*# sourceMappingURL=app.css.map */