@charset "UTF-8";
@font-face {
  font-family: "Sk-Modernist";
  src: url("/font/Sk-Modernist-Regular.otf") format("opentype"), url("/font/sk-modernist-regular-webfont.woff2") format("woff2"), url("/font/sk-modernist-regular-webfont.woff") format("woff"); /* Fallback für ältere Browser */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sk-Modernist";
  src: url("/font/Sk-Modernist-Light.otf") format("opentype"), url("/font/sk-modernist-light-webfont.woff2") format("woff2"), url("/font/sk-modernist-light-webfont.woff") format("woff"); /* Fallback für ältere Browser */
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "Sk-Modernist";
  src: url("/font/Sk-Modernist-Bold.otf") format("opentype"), url("/font/sk-modernist-bold-webfont.woff2") format("woff2"), url("/font/sk-modernist-bold-webfont.woff") format("woff"); /* Fallback für ältere Browser */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sk-Modernist-Mono";
  src: url("/font/Sk-Modernist-Mono.otf") format("opentype"), url("/font/sk-modernist-mono-webfont.woff2") format("woff2"), url("/font/sk-modernist-mono-webfont.woff") format("woff"); /* Fallback für ältere Browser */
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
  overflow-wrap: break-word;
}

body {
  overflow-x: hidden;
  font-family: "Sk-Modernist", sans-serif;
  background-color: #171717;
  user-select: none;
  color: #f8f8f8;
}

.splash {
  font-weight: bold;
  text-align: center;
  color: #f8f8f8;
}

li {
  font-weight: bold;
  margin-top: -25px;
}

footer {
  margin-top: 5rem;
}

.heading {
  padding: 80px 0 0 0;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 768px) {
  .heading {
    padding: 30px 0 0 0;
  }
}
.heading p {
  margin-bottom: 0;
  font-size: 22px;
}
.heading h2 {
  font-size: 64px;
}
@media (max-width: 768px) {
  .heading h2 {
    font-size: 32px;
  }
}

.large {
  font-size: 64px;
}
@media (max-width: 768px) {
  .large {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  li {
    line-height: 60px;
  }
}

a, li {
  color: #f8f8f8;
  font-size: 64px;
  text-decoration: none;
  transition: all 0.35s !important;
}
@media (max-width: 768px) {
  a, li {
    font-size: 32px;
  }
}
a:hover, li:hover {
  color: #dfdfdf !important;
}

.tox-editor-container {
  margin-top: -45px;
}

#opacity-in {
  opacity: 0;
  transition: all 0.4s ease;
}
#opacity-in.in {
  opacity: 1;
}

#header_menu {
  padding-bottom: 13px;
}
#header_menu a {
  font-size: 21px;
  font-weight: 500;
  transition: all 0.2s;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
#header_menu a:hover {
  border-bottom: 1px solid #000;
}

#logopack {
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 3rem;
  margin-bottom: 3rem;
  z-index: 11;
}
#logopack.hide {
  transform: scale(0.5);
}

.text-mobile-menu {
  font-size: 34px;
}
@media (max-width: 500px) {
  .text-mobile-menu {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .text-mobile-menu {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .text-mobile-menu {
    font-size: 24px;
  }
}
@media (max-width: 340px) {
  .text-mobile-menu {
    font-size: 22px;
  }
}
@media (max-width: 325px) {
  .text-mobile-menu {
    font-size: 20px;
  }
}

#scroll_to_top {
  cursor: pointer;
}

#scroll_menu {
  width: 100%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
  margin-top: -50px;
}
#scroll_menu.show {
  transform: unset;
  margin-top: 0;
  opacity: 1;
}

body {
  user-select: none;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(45px);
  }
}
.scroll-animation {
  transition: all 0.5s ease;
  cursor: pointer;
  height: 100px;
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.scroll-animation.remove_now {
  opacity: 0;
}

a:hover, a:focus, a:active {
  color: #ebebeb;
}

.form-check-input:focus {
  border-color: #f8f8f8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.46);
}

.form-check-input:checked {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.form-control, .form-select {
  border: 1px solid rgba(246, 246, 246, 0.46);
  border-radius: 0.5rem;
}

.dropdown-menu .dropdown-item:focus {
  background-color: green !important;
}

.form-control:focus, .form-select:focus {
  color: #242a22;
  background-color: #fff;
  border-color: #f8f8f8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.46);
}

.btn-outline-success {
  border-radius: 20px;
  padding: 6px 25px;
  color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.46);
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.swiper {
  border-radius: 50px;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-startseite {
  /* 5vh abstand unten */
  /* dvh to adapt for ios -> same as lvh or svh (large or smallest)
  -> fixed at start because calc function
  -> height: 90dvh; directly would be dynamic instead
   -> fallback 100vh
   */
}
.swiper-startseite .titel {
  color: white;
  font-weight: bolder;
}
.swiper-startseite .smalltitel {
  color: white;
  font-weight: bolder;
}
.swiper-startseite .swiper-slide {
  overflow: hidden;
}

.swiper-pagination {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  bottom: unset !important;
  top: unset !important;
  left: unset !important;
  padding-top: 25px;
}
.swiper-pagination.vertical-pagination {
  top: 50% !important;
  transform: translate(0, -50%);
  padding-top: 40px;
}
.swiper-pagination.vertical-pagination .swiper-pagination-bullet {
  background-color: rgba(35, 35, 35, 0.25);
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.swiper-pagination.vertical-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-top: 25px;
  background-color: rgba(197, 197, 197, 0.1);
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  height: 5px;
  width: 100%;
  border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-top: 10px;
}

/*
.wander {
    .splash {
        position: relative;
    }
    .splash::before {

        content: "";
        position: absolute;
        background-image: url(/images/dots2.jpg);
        background-size: cover;
        background-position: center center;
        height: 6px;
        width: 12px;
        margin-left: 187px;
        margin-top: 22px;

    }

}*/
.scroll_to_top {
  cursor: pointer;
}

/*
.ueberuns {
    .splash {
        position: relative;
    }
    .splash::after {

        content: "";
        position: absolute;
        background-image: url(/images/dot.jpg);
        background-size: cover;
        background-position: center center;
        height: 3px;
        width: 3px;
        margin-left: -165px;
        margin-top: 15px;

    }

    .splash::before {

        content: "";
        position: absolute;
        background-image: url(/images/dot.jpg);
        background-size: cover;
        background-position: center center;
        height: 3px;
        width: 3px;
        margin-left: 47px;
        margin-top: 14px;

    }

}*/
#moveme {
  transition: all 0.2s ease-out;
}

.moveme_wrap {
  cursor: pointer;
  transition: all 0.5s ease;
}

.moveme_wrap:hover {
  transform: scale(1.05) rotate(4deg);
}

.animate {
  margin-top: 100px;
  margin-bottom: -100px;
  transition: 1.5s margin-left, 1.5s margin-right, 1.5s margin-bottom, 1.5s margin-top, 1.5s opacity;
  opacity: 0;
}
.animate.animate-2 {
  transition-delay: 0.5s;
}
.animate.play {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
}

/*

.animate.links {
    margin-left: -60px;
    &.play {
        margin-left:0;
    }
}


.animate.rechts {
    margin-left: 60px;
    &.play {
        margin-left: 0px;
    }
}*/
h2 {
  margin-top: 30px;
  margin-bottom: 17px;
}

body {
  scroll-behavior: smooth;
  font-weight: 400;
  font-size: 21px;
}

.light, label {
  font-weight: 300;
}

.text-brick {
  padding-bottom: 30px;
  padding-top: 30px;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.1;
}

.grecaptcha-badge {
  visibility: hidden;
}

.background-element {
  background-size: cover;
  background-position: center center;
  background-color: #f8f8f8;
  color: #fff;
}
.background-element svg line {
  stroke: white !important;
}

#footer_menu {
  margin-top: 15px;
}
#footer_menu a {
  color: #f8f8f8 !important;
}

#header_menu, #footer_menu {
  font-size: 19px;
}
#header_menu a, #footer_menu a {
  margin-left: 15px;
  margin-right: 15px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.swiper-vertical {
  text-transform: uppercase;
}

.pimcore_wysiwyg {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}

.pimcore_editable_input {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}

.hamburger {
  cursor: pointer;
}

.hamburger-menu {
  overflow: hidden;
  transition: 0.2s all;
}
.hamburger-menu li {
  font-size: 30px;
  color: #181818;
  transition: 0.3s all;
  font-weight: 500;
}
.hamburger-menu li:hover {
  transform: scale(1.2);
}
.hamburger-menu.hide {
  opacity: 0;
  pointer-events: none;
}

.hide {
  display: none;
}

dialog.notranslate.cookiefirst-root [data-cookiefirst-button] {
  background: transparent !important;
  border-radius: 20px !important;
  padding: 6px 25px !important;
  color: #5F0F34 !important;
  border-color: #5F0F34 !important;
}
dialog.notranslate.cookiefirst-root [data-cookiefirst-button]:hover {
  background: #5F0F34 !important;
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
