/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
/*!
 * ACF Starter Kit CSS
 * Version: 1.1.1
 */
/*
 * VARIABLES
 * Global variables used throughout the ACF layouts.
 */
html {
  --width: 20px;
}

/**
* Fonts
*/
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.roboto-condensed-100 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.roboto-condensed-400 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-condensed-600 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.roboto-condensed-700 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}

/**
* Globals
*/
html {
  scroll-behavior: initial;
}

body, html {
  padding: 0;
  /*padding-top:124.19px;*/
  margin: 0;
  color: rgb(48, 54, 60);
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  position: relative;
}

body.stop {
  /*height:100%;
  width:100%;
  position:fixed;*/
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/*
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
section:not(.adon-header) {
   // position: relative;

}

*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

body:not(.projekt-template-default):not(.is_lenis):not(.page-id-2) section:nth-of-type(2) {
  margin-top: 124.19px;
}

@media (max-width: 1024px) {
  body:not(.projekt-template-default):not(.is_lenis):not(.page-id-2) section:nth-of-type(2) {
    margin-top: 76.19px;
  }
}
h1 {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 52px;
  margin-top: 0;
}

h2 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 42px;
  margin-top: 0;
  position: relative;
}

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
}
/*
padding: 25px 50px 75px 100px;
top padding is 25px
right padding is 50px
bottom padding is 75px
left padding is 100px
*/
.theme-adon-light.page-id-2 .adon-header:not(.scrolling) {
  /*background: transparent !important;*/
}

section:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 8rem 0 8rem 0;
}
@media (max-width: 1023px) {
  section:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 4rem 0 4rem 0;
  }
}

section.mehr.mehrunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 16rem 0 16rem 0;
}
@media (max-width: 1023px) {
  section.mehr.mehrunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 8rem 0 8rem 0;
  }
}

section.mehr.wenigerunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 16rem 0 4rem 0;
}
@media (max-width: 1023px) {
  section.mehr.wenigerunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 8rem 0 2rem 0;
  }
}

section.mehr.normalunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 16rem 0 8rem 0;
}
@media (max-width: 1023px) {
  section.mehr.normalunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 8rem 0 4rem 0;
  }
}

section.normal.mehrunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 8rem 0 16rem 0;
}
@media (max-width: 1023px) {
  section.normal.mehrunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 4rem 0 8rem 0;
  }
}

section.normal.wenigerunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 8rem 0 4rem 0;
}
@media (max-width: 1023px) {
  section.normal.wenigerunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 4rem 0 2rem 0;
  }
}

section.normal.normalunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 8rem 0 8rem 0;
}
@media (max-width: 1023px) {
  section.normal.normalunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 4rem 0 4rem 0;
  }
}

section.weniger.mehrunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 4rem 0 16rem 0;
}
@media (max-width: 1023px) {
  section.weniger.mehrunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 2rem 0 8rem 0;
  }
}

section.weniger.wenigerunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 4rem 0 4rem 0;
}
@media (max-width: 1023px) {
  section.weniger.wenigerunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 2rem 0 2rem 0;
  }
}

section.weniger.normalunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
  padding: 4rem 0 8rem 0;
}
@media (max-width: 1023px) {
  section.weniger.normalunten:not(.hero_nur_bild):not(.hero_mit_bild):not(.hero):not(.projekte):not(.adon-header):not(.hero_startseite) {
    padding: 2rem 0 4rem 0;
  }
}

@media (max-width: 1023px) {
  section.projekt_infografiken {
    padding: 0rem 0 1rem 0 !important;
  }
}

@media (max-width: 1023px) {
  section.projekt_bild, section.projekt_slider {
    padding: 0rem 0 0rem 0 !important;
  }
}

@media (max-width: 1023px) {
  section.projekt_intro {
    padding: 2rem 0 1rem 0 !important;
  }
}

.content-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/**
* Buttons
*/
a:hover {
  transform: scale(0.99) !important;
}

button:hover {
  transform: scale(0.99) translateY(-50%) !important;
}

.edit_in_wordpress {
  position: fixed;
  right: -110px;
  top: 400px;
  z-index: 30000;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #fff;
  border: 2px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: none;
  transition: all 0.34s ease-in 0s;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 20px;
  height: 40px;
  line-height: 40px;
  border-right: none;
  text-decoration: none;
  color: rgb(26, 26, 26);
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.edit_in_wordpress span {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  transition: all 0.34s ease-in 0s;
}

.edit_in_wordpress svg path {
  transition: all 0.34s ease-in 0s;
}

.edit_in_wordpress:hover svg path:first-of-type {
  stroke: rgb(255, 255, 255);
}

.edit_in_wordpress:hover svg path:last-of-type {
  fill: rgb(255, 255, 255);
}

.edit_in_wordpress:hover {
  right: 0;
  background-color: rgb(250, 9, 5);
  border: 2px solid rgb(250, 9, 5);
  color: rgb(255, 255, 255);
}

#adONLogoMenu, #adONLogo {
  cursor: pointer;
}

.butts-outer {
  margin-top: 0px;
  margin-bottom: 30px;
}

.butt {
  opacity: 1;
  display: inline-block;
  mix-blend-mode: normal;
  text-align: center;
  background-color: transparent;
  background-image: none;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 1px 1px;
  border-width: 1px;
  border-color: rgb(41, 41, 41);
  border-style: solid;
  padding: 0px;
  padding-left: 50px;
  padding-right: 50px;
  color: rgb(255, 255, 255);
  font-feature-settings: "liga" 0;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  --paragraph: 0px;
  text-transform: none;
  height: 56px;
  line-height: 56px;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: all 0.5s linear;
}

.butt::before {
  opacity: 0.5;
  display: block;
  z-index: -1;
  background-color: rgb(41, 41, 41);
  background-image: none;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 1px 1px;
  border-width: 1px;
  border-color: rgb(145, 145, 145);
  border-style: solid;
  padding: 0px;
  top: 0%;
  left: 0%;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.5s linear;
}

.butt:hover {
  border-radius: 1px 1px;
}

.butt:hover::before {
  opacity: 1;
  display: block;
  z-index: -1;
  background-color: rgb(41, 41, 41);
  background-image: none;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 1px 1px;
  border-width: 1px;
  border-color: rgb(145, 145, 145);
  border-style: solid;
  padding: 0px;
  top: 0%;
  left: 0%;
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
}

.morph .butt {
  width: 260px;
  padding-left: 0px;
  padding-right: 0px;
}

.buttsvg {
  margin-top: 25px;
  position: relative;
  display: inline-block;
  width: 277px;
  height: 50px;
  font-size: 1em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.045em;
}

.buttsvg svg {
  position: absolute;
  top: 0;
  left: 0;
}

.buttsvg svg rect {
  stroke-width: 2;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.buttsvg span {
  background: #e72600;
  background: -moz-linear-gradient(left, #e72600 0%, #e72600 100%);
  background: -webkit-linear-gradient(left, #e72600 0%, #e72600 100%);
  background: linear-gradient(to right, #e72600 0%, #e72600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e72600", endColorstr="#e72600",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buttsvg:hover svg rect {
  stroke-width: 2;
  stroke-dasharray: 196, 543;
  stroke-dashoffset: 437;
}

.buttsvg:hover span {
  background: #111111;
  background: -moz-linear-gradient(left, #111111 0%, #111111 100%);
  background: -webkit-linear-gradient(left, #111111 0%, #111111 100%);
  background: linear-gradient(to right, #111111 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#111111", endColorstr="#111111",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**
* Animations
*/
@keyframes hamburgerAction {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hamburgerDetachAttach {
  0% {
    border-color: transparent;
  }
  30% {
    border-color: #e6e9eb;
  }
  100% {
    border-color: transparent;
  }
}
@keyframes morphActionSmaller {
  0% {
    width: 0px;
    height: 100%;
    right: -100%;
    top: 0px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
  100% {
    width: 100%;
    height: 100%;
    top: 0;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}
@keyframes morphBackActionSmaller {
  0% {
    width: 100%;
    height: 100%;
    top: 0;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
  100% {
    width: 0px;
    height: 100%;
    right: -100%;
    top: 0px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}
@keyframes morphAction {
  0% {
    width: 0px;
    height: 100%;
    right: -100%;
    top: 0px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
  100% {
    width: 80%;
    height: 100%;
    top: 0;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}
@keyframes morphBackAction {
  0% {
    width: 80%;
    height: 100%;
    top: 0;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
  100% {
    width: 0px;
    height: 100%;
    right: -100%;
    top: 0px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}
@keyframes morphActionLarger {
  0% {
    width: 0px;
    height: 100%;
    right: -100%;
    top: 0px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
  100% {
    width: 80%;
    height: 100%;
    top: 0;
    right: 0%;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}
@keyframes morphBackActionLarger {
  0% {
    width: 80%;
    height: 100%;
    top: 0;
    right: 0%;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
  100% {
    width: 0px;
    height: 100%;
    right: -100%;
    top: 0px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
}
@keyframes morphOutImage {
  0% {
    object-position: center right;
  }
  100% {
    object-position: center center;
  }
}
@keyframes morphInImage {
  0% {
    object-position: center right;
  }
  100% {
    object-position: center center;
  }
}
/*
 * MIXINS
 * Reusable code for common CSS tasks.
 */
.btn {
  text-decoration: none;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 55px;
  position: relative;
  display: inline-block;
  line-height: 55px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
  }
}

.btn-default {
  background: rgb(26, 26, 26);
  border-color: rgb(140, 140, 140);
  color: #ffffff;
  border-radius: 50px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
}
@media (max-width: 768px) {
  .btn-default {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
}
.btn-default:hover {
  background: #393939;
}
.btn-default:active {
  background: #5a5a5a;
}

.btn-default-menu {
  width: 250px;
  padding: 0;
  text-align: center;
  background: #f0f0f0;
  border-color: #444;
  color: #111;
  border-radius: 50px;
  margin-top: 0px;
  transition: all 0.3s ease-out;
}
.btn-default-menu:hover {
  background: gainsboro;
  border-color: gainsboro;
}
.btn-default-menu:active {
  background: #7d7d7d;
  color: #fff;
  border-color: #7d7d7d;
}

/*  $color, $bg, $border, $radius, $topmargin */
.button-default-light-menu {
  width: 250px;
  padding: 0;
  text-align: center;
  background: rgb(250, 9, 5);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  margin-top: 0px;
  transition: all 0.3s ease-out;
}
.button-default-light-menu:hover {
  background: #d20804;
  border-color: #d20804;
}
.button-default-light-menu:active {
  background: #190101;
  color: #fff;
  border-color: #190101;
}
@media (max-width: 768px) {
  .button-default-light-menu {
    background: rgb(250, 9, 5);
    border-color: white;
    color: white;
    border-radius: 50px;
    margin-top: 0px;
    transition: all 0.3s ease-out;
  }
  .button-default-light-menu:hover {
    background: #fb302d;
    border-color: #fb302d;
    color: rgb(255, 255, 255);
  }
  .button-default-light-menu:active {
    background: #ffe6e6;
    color: #fff;
    border-color: #ffe6e6;
    color: rgb(255, 255, 255);
  }
}

a.button {
  font-size: 13px;
  text-decoration: none !important;
  color: #8d8d8d !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
}
@media (max-width: 768px) {
  a.button {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
a.button:hover {
  background-color: white;
  border: 1px solid #cdcdcd;
}

@keyframes MOVE-BG {
  from {
    background-position: 25% 50%, 20% 50%;
  }
  to {
    background-position: 25% 50%, 190% 50%;
  }
}
a.content-link {
  display: inline-block;
  color: #333333;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
a.content-link:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
a.content-link:before {
  content: "";
  position: absolute;
  background: #222222;
  height: 2px;
  width: 20px;
  top: 50%;
  margin-top: -1.5px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
a.content-link:hover {
  transform: scale(1) !important;
}
a.content-link:hover:after {
  background-position: 3px 50%, 20px 50%;
}
a.content-link:hover:before {
  width: 20px;
}
a.content-link:active {
  color: #4d4d4d;
}

.single-projekt .content-container nav .menu li.menu-item-692 a:after {
  top: 105% !important;
  opacity: 1 !important;
  width: 100% !important;
}

.single-projekt .content-container nav .menu li.menu-item-692 a {
  top: -2px !important;
}

.curtain_mobile {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 99999;
  left: 0;
  top: 0px;
  pointer-events: none;
  transition: all 0.234s linear;
}
@media (min-width: 1024px) {
  .curtain_mobile {
    display: none;
    pointer-events: none;
  }
}

.curtain_mobile.open {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}

.curtain {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0px;
  pointer-events: none;
  transition: all 0.234s linear;
}
@media (max-width: 1023px) {
  .curtain {
    display: none;
    pointer-events: none;
  }
}

.curtain.open {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}

#square svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 40px;
  transition: all 0.3s linear;
}

#square svg#arrowTop {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  margin-top: 20px;
  transition: all 0.3s linear;
}

#square svg path {
  fill: rgb(255, 255, 255) !important;
}

@-webkit-keyframes totop {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@-moz-keyframes totop {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes totop {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}
#square:hover {
  /*
  background: rgb(17,17,17) !important;
  background: linear-gradient(35deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 49%,  $red 50%, $red 100%) !important;
  */
  background-image: repeating-linear-gradient(-45deg, rgb(250, 9, 5), rgb(250, 9, 5) 1rem, #e60805 1rem, #e60805 2rem);
  background-size: 200% 200%;
  border-color: #e60805;
  animation: barberpole 10s linear infinite;
}

#square svg#pfeilo {
  transition: all 0.27s linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#square:hover svg#pfeilo {
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
}

#square svg#pfeilo2 {
  transition: all 0.27s linear;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -100%) scale(2);
  opacity: 0;
}

#square:hover svg#pfeilo2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@keyframes rotateAnimationLogo {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes rotateAnimationArrow {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(-90deg);
  }
  50% {
    transform: translate(-50%, -50%) scale(2) rotate(-90deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(-90deg);
  }
}
.splide__arrow:disabled {
  opacity: 0.3 !important;
}

.splide__arrow:disabled:before {
  display: none !important;
}

.splide__arrow:disabled:hover {
  border-color: rgb(26, 26, 26) !important;
}

.splide__arrow:disabled:hover svg path {
  fill: rgb(26, 26, 26) !important;
}

/*
 * UTILITIES
 * Helper classes for ACF layouts.
 * Breakpoints available: sm, md, lg, xl.
 */
.content-container {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1281px) {
  .content-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 769px) {
  .align-start {
    align-items: flex-start;
  }
  .align-center {
    align-items: center;
  }
  .align-end {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .mobile-order-first {
    order: -1;
  }
}
/**
 * Footer Section
 */
footer {
  min-height: 500px;
  height: auto;
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding-bottom: 60px;
}

@media (max-width: 1023px) {
  footer .horzlne {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #666666;
    border-bottom: #cccccc;
    top: 40px;
  }
}

.footer-top {
  display: flex;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 1023px) {
  .footer-top {
    flex-flow: column;
    padding-top: 40px;
  }
}

.footer-top .first {
  width: 60%;
  padding-right: 100px;
}
@media (max-width: 1023px) {
  .footer-top .first {
    width: 100%;
    padding-right: 0px;
  }
}

.footer-top .second {
  width: 40%;
}
@media (max-width: 1023px) {
  .footer-top .second {
    width: 100%;
  }
}

.footer-header {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgb(140, 140, 140);
  margin-bottom: 15px;
}

.footer-content {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 32px;
}
@media (max-width: 1023px) {
  .footer-content {
    font-size: 16px;
    font-weight: 300;
  }
}

.footer-content a {
  color: rgb(255, 255, 255);
  font-weight: 100;
  transition: all 0.1984s linear;
  display: inline-block;
  text-underline-offset: 3px;
}
@media (max-width: 1023px) {
  .footer-content a {
    font-weight: 300;
  }
}
.footer-content a:first-child {
  margin-bottom: 20px;
}

.footer-content a:hover, .footer-content a:active {
  color: rgb(255, 255, 255);
  font-weight: 100;
  text-underline-offset: 5px;
}
@media (max-width: 1023px) {
  .footer-content a:hover, .footer-content a:active {
    font-weight: 300;
  }
}

.footer-middle {
  display: flex;
  padding-top: 150px;
  position: relative;
}
@media (max-width: 1023px) {
  .footer-middle {
    flex-flow: row;
    flex-wrap: wrap;
    padding-top: 70px;
  }
}

.footer-middle .footer-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

.footer-middle .first {
  width: 20%;
  padding-right: 100px;
}
@media (max-width: 1023px) {
  .footer-middle .first {
    width: 100%;
    padding-right: 0px;
  }
}

.footer-middle .second {
  width: 20%;
}
@media (max-width: 1023px) {
  .footer-middle .second {
    padding-top: 30px;
    width: 100%;
  }
}

.footer-middle .second a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: rgb(255, 255, 255);
  transition: all 0.1936s linear;
}
.footer-middle .second a:hover {
  color: rgb(255, 255, 255);
  text-underline-offset: 5px;
}

.footer-middle .third {
  width: 60%;
  display: flex;
  align-items: start;
  align-content: start;
  flex-flow: column;
}
@media (max-width: 1023px) {
  .footer-middle .third {
    padding-top: 30px;
    width: 100%;
    flex-flow: column;
    justify-content: start;
  }
}

@media (max-width: 1023px) {
  .footer-middle .third .footer-header {
    margin-bottom: 10px;
  }
}

.footer-middle .third a {
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 10px;
  border-radius: 5px 5px;
  width: 127px;
  position: relative;
  left: -10px;
  transition: all 0.345s ease-out;
}
.footer-middle .third a svg {
  margin-right: 5px;
}
.footer-middle .third a svg path {
  transition: all 0.345s ease-out;
  fill: color !important;
}
.footer-middle .third a:hover {
  background: #d9d9d9;
  color: #1a1a1a;
}
.footer-middle .third a:hover svg path {
  fill: #1a1a1a !important;
}
.footer-middle .third a:active {
  background: #d9d9d9;
  color: #030303;
}
.footer-middle .third a:active svg path {
  fill: #1a1a1a !important;
}
@media (max-width: 1023px) {
  .footer-middle .third a {
    left: -10px;
  }
}

.footer-bottom {
  display: flex;
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .footer-bottom {
    flex-flow: column;
    padding-top: 70px;
  }
}

.footer-bottom .first {
  width: 50%;
}
@media (max-width: 1023px) {
  .footer-bottom .first {
    justify-self: center;
    width: 100%;
  }
}

.footer-bottom .second {
  justify-self: end;
  width: 50%;
}
@media (max-width: 1023px) {
  .footer-bottom .second {
    justify-self: flex-start;
    width: 100%;
  }
}

.footer-bottom .second ul {
  margin: 0;
  pading: 0;
  width: auto;
  display: inline-block;
  padding-inline-start: 0px;
}
@media (max-width: 1023px) {
  .footer-bottom .second ul {
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
  }
}

.footer-bottom .second ul li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .footer-bottom .second ul li {
    display: block;
    flex: 1;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-bottom .second ul li:first-child a {
    text-align: left;
    padding-left: 0px;
  }
}

.footer-bottom .menu-footer-container {
  text-align: right;
}
@media (max-width: 1023px) {
  .footer-bottom .menu-footer-container {
    text-align: center;
  }
}

.footer-bottom .second a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  background: #000000;
  border-radius: 5px 5px;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .footer-bottom .second a {
    font-size: 14px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-bottom .second a:hover {
  color: rgb(250, 9, 5);
}

.footer-bottom .footer-header {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: rgb(181, 181, 181);
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .footer-bottom .footer-header {
    text-align: left;
  }
}

.btn-default {
  background: rgb(26, 26, 26);
  border-color: rgb(255, 255, 255);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(255, 255, 255);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.btn-default:hover {
  background: #393939;
}
.btn-default:active {
  background: #5a5a5a;
}

/**
* Morph Out Menu
*/
.morph-out-image {
  height: 100%;
  width: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.morph-out-image img {
  height: 100%;
  width: 0px;
  object-fit: cover;
  object-position: 0 0;
  animation: morphInImage 1.34s ease-in 0s normal forwards;
}

@media (min-width: 1400px) {
  .morph-out-image {
    height: 100%;
    width: 0px;
  }
  .morph-out-image img {
    height: 100%;
    width: 0px;
    object-fit: cover;
    object-position: 0 0;
    animation: morphInImage 1.34s ease-in 0s normal forwards;
  }
}
@media (min-width: 1980px) {
  .morph-out-image {
    height: 100%;
    width: 800px;
    width: 0px;
  }
  .morph-out-image img {
    height: 100%;
    width: 800px;
    width: 0px;
    object-fit: cover;
    animation: morphInImage 1.34s ease-in 0s normal forwards;
  }
}
.morph-out-image img.animate {
  animation: morphOutImage 1.34s ease-in 0s normal forwards;
}

.morph-out-navigation {
  margin-top: 0px;
  min-width: 100%;
  position: relative;
  opacity: 1;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 1.34s ease-out;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .morph-out-navigation {
    display: flex;
    flex-flow: row;
    justify-content: start;
    align-items: start;
    align-content: start;
    padding-top: 120px;
    min-width: 100%;
    min-height: 100%;
    overflow: scroll;
    background-color: transparent;
  }
}

#desktop-menu {
  position: fixed;
  top: -100%;
  background: white;
  width: 100%;
  z-index: 1000;
  height: 500px;
  overflow: scroll;
  border-top: 1px solid #dddddd;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.13144);
  transition: all 0.472s ease-in-out;
}

#desktop-menu.open {
  top: 124.19px;
}

#desktop-menu .conti {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: 60px;
  width: 100%;
  display: block;
  height: auto;
}

ul.main-sub {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

ul.main-sub ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: column;
  margin-top: 30px;
}

.content-container ul.main-sub li {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-container ul.main-sub li.main-outer {
  padding: 0;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-container ul.main-sub a:not(.main-head) {
  color: rgb(48, 54, 60);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
  margin-right: 55px;
  display: inline-block;
  color: rgb(48, 54, 60);
  position: relative;
  transition: all 0.3s linear;
  left: 0;
}
.content-container ul.main-sub a:not(.main-head):after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.content-container ul.main-sub a:not(.main-head):before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 9px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.content-container ul.main-sub a:not(.main-head):hover {
  transform: scale(1) !important;
}
.content-container ul.main-sub a:not(.main-head):hover:after {
  background-position: 3px 50%, 20px 50%;
}
.content-container ul.main-sub a:not(.main-head):hover:before {
  width: 20px;
  left: 100%;
}
.content-container ul.main-sub a:not(.main-head):active {
  color: #475058;
}
@media (max-width: 1280px) {
  .content-container ul.main-sub a:not(.main-head) {
    font-size: 18px;
  }
}

.content-container ul.main-sub a.current-menu-item {
  color: rgb(250, 9, 5);
  font-weight: 500;
  display: inline-block;
  color: rgb(250, 9, 5);
  position: relative;
  transition: all 0.3s linear;
  left: 0;
}
.content-container ul.main-sub a.current-menu-item:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.content-container ul.main-sub a.current-menu-item:before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 9px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.content-container ul.main-sub a.current-menu-item:hover {
  transform: scale(1) !important;
}
.content-container ul.main-sub a.current-menu-item:hover:after {
  background-position: 3px 50%, 20px 50%;
}
.content-container ul.main-sub a.current-menu-item:hover:before {
  width: 20px;
  left: 100%;
}
.content-container ul.main-sub a.current-menu-item:active {
  color: #fb3a37;
}

.content-container ul.main-sub a.main-head {
  color: rgb(48, 54, 60);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
}
@media (max-width: 1280px) {
  .content-container ul.main-sub a.main-head {
    font-size: 21px;
  }
}

/**
 * Features Section
 */
.features.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}
.features.theme-adon-light .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 4rem;
}
@media (max-width: 768px) {
  .features.theme-adon-light .content-container {
    flex-direction: column;
    gap: 0 1rem;
  }
}
.features.theme-adon-light .item {
  text-align: left;
  flex: 1;
  cursor: pointer;
  transition: all 0.543s ease;
}
.features.theme-adon-light .item p {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .features.theme-adon-light .item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.features.theme-adon-light .item h3 {
  position: relative;
}
@media (max-width: 1023px) {
  .features.theme-adon-light .item h3 {
    margin-bottom: 10px;
  }
}
.features.theme-adon-light .item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: 2px;
  width: var(--width);
  background: rgb(250, 9, 5);
  transition: all 0.543s ease;
}
.features.theme-adon-light .item h3::after {
  content: attr(data-count);
  top: -36px;
  position: absolute;
  font-weight: 400;
  left: 30px;
  font-family: "Roboto Condensed", Arial !important;
  font-size: 20px;
  transition: all 0.543s ease;
}
.features.theme-adon-light .item .inner {
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: all 0.543s ease;
}
@media (max-width: 1023px) {
  .features.theme-adon-light .item .inner {
    padding: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.features.theme-adon-light .item.linked:hover {
  background: #454545;
}
.features.theme-adon-light .item.linked:hover .inner {
  transform: scale(0.99);
}
.features.theme-adon-light .columns--1 .item {
  flex: 1 0 100%;
}
.features.theme-adon-light .columns--2 .item {
  flex: 0 0 calc(100% / 2 - 3rem);
}
.features.theme-adon-light .columns--3 .item {
  flex: 0 0 calc(100% / 3 - 3rem);
}
.features.theme-adon-light .columns--4 .item {
  flex: 0 0 calc(100% / 4 - 3rem);
}
.features.theme-adon-light .columns--5 .item {
  flex: 0 0 calc(100% / 5 - 3rem);
}
.features.theme-adon-light .columns--6 .item {
  flex: 0 0 calc(100% / 6 - 3rem);
}

.features.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
}
.features.theme-adon-dark .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 4rem;
}
@media (max-width: 768px) {
  .features.theme-adon-dark .content-container {
    flex-direction: column;
    gap: 0 1rem;
  }
}
.features.theme-adon-dark .item {
  text-align: left;
  flex: 1;
  cursor: pointer;
  transition: all 0.543s ease;
}
.features.theme-adon-dark .item p {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .features.theme-adon-dark .item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.features.theme-adon-dark .item h3 {
  position: relative;
}
@media (max-width: 1023px) {
  .features.theme-adon-dark .item h3 {
    margin-bottom: 10px;
  }
}
.features.theme-adon-dark .item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: 2px;
  width: var(--width);
  background: rgb(250, 9, 5);
  transition: all 0.543s ease;
}
.features.theme-adon-dark .item h3::after {
  content: attr(data-count);
  top: -36px;
  position: absolute;
  font-weight: 400;
  left: 30px;
  font-family: "Roboto Condensed", Arial !important;
  font-size: 20px;
  transition: all 0.543s ease;
}
.features.theme-adon-dark .item .inner {
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: all 0.543s ease;
}
@media (max-width: 1023px) {
  .features.theme-adon-dark .item .inner {
    padding: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.features.theme-adon-dark .item.linked:hover {
  background: #fafafb;
}
.features.theme-adon-dark .item.linked:hover .inner {
  transform: scale(0.99);
}
.features.theme-adon-dark .columns--1 .item {
  flex: 1 0 100%;
}
.features.theme-adon-dark .columns--2 .item {
  flex: 0 0 calc(100% / 2 - 3rem);
}
.features.theme-adon-dark .columns--3 .item {
  flex: 0 0 calc(100% / 3 - 3rem);
}
.features.theme-adon-dark .columns--4 .item {
  flex: 0 0 calc(100% / 4 - 3rem);
}
.features.theme-adon-dark .columns--5 .item {
  flex: 0 0 calc(100% / 5 - 3rem);
}
.features.theme-adon-dark .columns--6 .item {
  flex: 0 0 calc(100% / 6 - 3rem);
}

.features.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
}
.features.theme-adon-grey .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 4rem;
}
@media (max-width: 768px) {
  .features.theme-adon-grey .content-container {
    flex-direction: column;
    gap: 0 1rem;
  }
}
.features.theme-adon-grey .item {
  text-align: left;
  flex: 1;
  cursor: pointer;
  transition: all 0.543s ease;
}
.features.theme-adon-grey .item p {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .features.theme-adon-grey .item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.features.theme-adon-grey .item h3 {
  position: relative;
}
@media (max-width: 1023px) {
  .features.theme-adon-grey .item h3 {
    margin-bottom: 10px;
  }
}
.features.theme-adon-grey .item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: 2px;
  width: var(--width);
  background: rgb(250, 9, 5);
  transition: all 0.543s ease;
}
.features.theme-adon-grey .item h3::after {
  content: attr(data-count);
  top: -36px;
  position: absolute;
  font-weight: 400;
  left: 30px;
  font-family: "Roboto Condensed", Arial !important;
  font-size: 20px;
  transition: all 0.543s ease;
}
.features.theme-adon-grey .item .inner {
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: all 0.543s ease;
}
@media (max-width: 1023px) {
  .features.theme-adon-grey .item .inner {
    padding: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.features.theme-adon-grey .item.linked:hover {
  background: #fafafb;
}
.features.theme-adon-grey .item.linked:hover .inner {
  transform: scale(0.99);
}
.features.theme-adon-grey .columns--1 .item {
  flex: 1 0 100%;
}
.features.theme-adon-grey .columns--2 .item {
  flex: 0 0 calc(100% / 2 - 3rem);
}
.features.theme-adon-grey .columns--3 .item {
  flex: 0 0 calc(100% / 3 - 3rem);
}
.features.theme-adon-grey .columns--4 .item {
  flex: 0 0 calc(100% / 4 - 3rem);
}
.features.theme-adon-grey .columns--5 .item {
  flex: 0 0 calc(100% / 5 - 3rem);
}
.features.theme-adon-grey .columns--6 .item {
  flex: 0 0 calc(100% / 6 - 3rem);
}

/**
 * features_mit_haeckchen Section
 */
.features_mit_haeckchen.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}
.features_mit_haeckchen.theme-adon-light .content-container {
  display: block;
}
.features_mit_haeckchen.theme-adon-light .content-container h2 {
  max-width: 70%;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-light .content-container h2 {
    max-width: 100%;
  }
}
.features_mit_haeckchen.theme-adon-light .content-container .inner_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1%;
}
@media (max-width: 768px) {
  .features_mit_haeckchen.theme-adon-light .content-container .inner_container {
    flex-direction: column;
    gap: 0 50px;
  }
}
.features_mit_haeckchen.theme-adon-light .content-container .inner_container .item {
  text-align: left;
  width: 30%;
  cursor: pointer;
  transition: all 0.543s ease;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  --paragraph: 0px;
  text-align: left;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-light .content-container .inner_container .item {
    width: 100%;
    font-size: 17px;
  }
}
.features_mit_haeckchen.theme-adon-light .content-container .inner_container .item .inner {
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: all 0.543s ease;
  display: flex;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-light .content-container .inner_container .item .inner {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
  }
}
.features_mit_haeckchen.theme-adon-light .content-container .inner_container .item .inner p {
  margin-top: 3px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-light .content-container .inner_container .item .inner svg {
    width: 30px !important;
    height: 30px !important;
  }
}
.features_mit_haeckchen.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
}
.features_mit_haeckchen.theme-adon-dark .content-container {
  display: block;
}
.features_mit_haeckchen.theme-adon-dark .content-container h2 {
  max-width: 70%;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-dark .content-container h2 {
    max-width: 100%;
  }
}
.features_mit_haeckchen.theme-adon-dark .content-container .inner_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1%;
}
@media (max-width: 768px) {
  .features_mit_haeckchen.theme-adon-dark .content-container .inner_container {
    flex-direction: column;
    gap: 0 50px;
  }
}
.features_mit_haeckchen.theme-adon-dark .content-container .inner_container .item {
  text-align: left;
  width: 30%;
  cursor: pointer;
  transition: all 0.543s ease;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  --paragraph: 0px;
  text-align: left;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-dark .content-container .inner_container .item {
    width: 100%;
    font-size: 17px;
  }
}
.features_mit_haeckchen.theme-adon-dark .content-container .inner_container .item .inner {
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: all 0.543s ease;
  display: flex;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-dark .content-container .inner_container .item .inner {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
  }
}
.features_mit_haeckchen.theme-adon-dark .content-container .inner_container .item .inner p {
  margin-top: 3px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-dark .content-container .inner_container .item .inner svg {
    width: 30px !important;
    height: 30px !important;
  }
}
.features_mit_haeckchen.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
}
.features_mit_haeckchen.theme-adon-grey .content-container {
  display: block;
}
.features_mit_haeckchen.theme-adon-grey .content-container h2 {
  max-width: 70%;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-grey .content-container h2 {
    max-width: 100%;
  }
}
.features_mit_haeckchen.theme-adon-grey .content-container .inner_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1%;
}
@media (max-width: 768px) {
  .features_mit_haeckchen.theme-adon-grey .content-container .inner_container {
    flex-direction: column;
    gap: 0 50px;
  }
}
.features_mit_haeckchen.theme-adon-grey .content-container .inner_container .item {
  text-align: left;
  width: 30%;
  cursor: pointer;
  transition: all 0.543s ease;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  --paragraph: 0px;
  text-align: left;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-grey .content-container .inner_container .item {
    width: 100%;
    font-size: 17px;
  }
}
.features_mit_haeckchen.theme-adon-grey .content-container .inner_container .item .inner {
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: all 0.543s ease;
  display: flex;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-grey .content-container .inner_container .item .inner {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
  }
}
.features_mit_haeckchen.theme-adon-grey .content-container .inner_container .item .inner p {
  margin-top: 3px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .features_mit_haeckchen.theme-adon-grey .content-container .inner_container .item .inner svg {
    width: 30px !important;
    height: 30px !important;
  }
}
/**
 * Accordeon Section scss
 */
.accordeon.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}
.accordeon.theme-adon-light .content-container {
  display: flex;
  gap: 3rem;
}
.accordeon.theme-adon-light .content-container .content {
  width: 100%;
}
@media (max-width: 1023px) {
  .accordeon.theme-adon-light .content-container {
    flex-direction: column;
  }
}
.accordeon.theme-adon-light h2 {
  font-family: "Roboto Condensed", Arial !important;
  font-weight: 700;
}
.accordeon.theme-adon-light .eintrage .titel {
  font-size: 26px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  border-bottom: 1px dashed white;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-light .eintrage .titel {
    font-size: 20px;
  }
}
.accordeon.theme-adon-light .eintrage .titel:hover {
  background: #454545;
}
.accordeon.theme-adon-light .eintrage .titel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52px;
  height: 2px;
  width: var(--width);
  background: rgb(250, 9, 5);
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-light .eintrage .titel::before {
    top: 48px;
  }
}
.accordeon.theme-adon-light .eintrage .titel::after {
  content: attr(data-count);
  top: 34px;
  position: absolute;
  font-weight: 400;
  left: 30px;
  font-family: "Roboto Condensed", Arial !important;
  font-size: 20px;
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-light .eintrage .titel::after {
    top: 30px;
  }
}
.accordeon.theme-adon-light .eintrage .titel .cross {
  top: 30px;
  right: 30px;
  font-size: 80px;
  font-weight: 900;
  position: absolute;
  display: block;
  transform: rotate(0deg) scale(0.7);
  transition: all 0.253s ease-in;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-light .eintrage .titel .cross {
    right: 10px;
  }
}
.accordeon.theme-adon-light .eintrage .titel .cross span {
  position: absolute;
  opacity: 1;
  display: block;
  height: 3px;
  width: 15px;
  background-color: rgb(255, 255, 255) !important;
  top: 50%;
  border-radius: 3px;
  transition: all 0.234s linear;
}
.accordeon.theme-adon-light .eintrage .titel .cross span:nth-child(even) {
  transform: rotate(-90deg);
}
.accordeon.theme-adon-light .eintrage .titel .cross span {
  width: 35px;
  background-color: rgb(255, 255, 255);
}
.accordeon.theme-adon-light .eintrage .titel.open .cross {
  transform: rotate(45deg) scale(0.7);
}
.accordeon.theme-adon-light .eintrage .inhalt {
  font-size: 22px;
  display: none;
  font-weight: 300;
  max-width: 100%;
  line-height: 1.5;
  padding-bottom: 60px;
  border-bottom: 1px dashed white;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-light .eintrage .inhalt {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.accordeon.theme-adon-light .eintrage .inhalt-inner {
  max-width: 60%;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-light .eintrage .inhalt-inner {
    max-width: 100%;
    padding-left: 20px;
  }
}
.accordeon.theme-adon-light .eintrage .inhalt.open {
  display: block;
}

.accordeon.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
}
.accordeon.theme-adon-dark .content-container {
  display: flex;
  gap: 3rem;
}
.accordeon.theme-adon-dark .content-container .content {
  width: 100%;
}
@media (max-width: 1023px) {
  .accordeon.theme-adon-dark .content-container {
    flex-direction: column;
  }
}
.accordeon.theme-adon-dark h2 {
  font-family: "Roboto Condensed", Arial !important;
  font-weight: 700;
}
.accordeon.theme-adon-dark .eintrage .titel {
  font-size: 26px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  border-bottom: 1px dashed #adb6be;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-dark .eintrage .titel {
    font-size: 20px;
  }
}
.accordeon.theme-adon-dark .eintrage .titel:hover {
  background: #fafafb;
}
.accordeon.theme-adon-dark .eintrage .titel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52px;
  height: 2px;
  width: var(--width);
  background: rgb(250, 9, 5);
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-dark .eintrage .titel::before {
    top: 48px;
  }
}
.accordeon.theme-adon-dark .eintrage .titel::after {
  content: attr(data-count);
  top: 34px;
  position: absolute;
  font-weight: 400;
  left: 30px;
  font-family: "Roboto Condensed", Arial !important;
  font-size: 20px;
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-dark .eintrage .titel::after {
    top: 30px;
  }
}
.accordeon.theme-adon-dark .eintrage .titel .cross {
  top: 30px;
  right: 30px;
  font-size: 80px;
  font-weight: 900;
  position: absolute;
  display: block;
  transform: rotate(0deg) scale(0.7);
  transition: all 0.253s ease-in;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-dark .eintrage .titel .cross {
    right: 10px;
  }
}
.accordeon.theme-adon-dark .eintrage .titel .cross span {
  position: absolute;
  opacity: 1;
  display: block;
  height: 3px;
  width: 15px;
  background-color: rgb(48, 54, 60) !important;
  top: 50%;
  border-radius: 3px;
  transition: all 0.234s linear;
}
.accordeon.theme-adon-dark .eintrage .titel .cross span:nth-child(even) {
  transform: rotate(-90deg);
}
.accordeon.theme-adon-dark .eintrage .titel .cross span {
  width: 35px;
  background-color: rgb(48, 54, 60);
}
.accordeon.theme-adon-dark .eintrage .titel.open .cross {
  transform: rotate(45deg) scale(0.7);
}
.accordeon.theme-adon-dark .eintrage .inhalt {
  font-size: 22px;
  display: none;
  font-weight: 300;
  max-width: 100%;
  line-height: 1.5;
  padding-bottom: 60px;
  border-bottom: 1px dashed #adb6be;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-dark .eintrage .inhalt {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.accordeon.theme-adon-dark .eintrage .inhalt-inner {
  max-width: 60%;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-dark .eintrage .inhalt-inner {
    max-width: 100%;
    padding-left: 20px;
  }
}
.accordeon.theme-adon-dark .eintrage .inhalt.open {
  display: block;
}

.accordeon.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
}
.accordeon.theme-adon-grey .content-container {
  display: flex;
  gap: 3rem;
}
.accordeon.theme-adon-grey .content-container .content {
  width: 100%;
}
@media (max-width: 1023px) {
  .accordeon.theme-adon-grey .content-container {
    flex-direction: column;
  }
}
.accordeon.theme-adon-grey h2 {
  font-family: "Roboto Condensed", Arial !important;
  font-weight: 700;
}
.accordeon.theme-adon-grey .eintrage .titel {
  font-size: 26px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  border-bottom: 1px dashed #adb6be;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-grey .eintrage .titel {
    font-size: 20px;
  }
}
.accordeon.theme-adon-grey .eintrage .titel:hover {
  background: #fafafb;
}
.accordeon.theme-adon-grey .eintrage .titel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52px;
  height: 2px;
  width: var(--width);
  background: rgb(250, 9, 5);
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-grey .eintrage .titel::before {
    top: 48px;
  }
}
.accordeon.theme-adon-grey .eintrage .titel::after {
  content: attr(data-count);
  top: 34px;
  position: absolute;
  font-weight: 400;
  left: 30px;
  font-family: "Roboto Condensed", Arial !important;
  font-size: 20px;
  transition: all 0.543s ease;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-grey .eintrage .titel::after {
    top: 30px;
  }
}
.accordeon.theme-adon-grey .eintrage .titel .cross {
  top: 30px;
  right: 30px;
  font-size: 80px;
  font-weight: 900;
  position: absolute;
  display: block;
  transform: rotate(0deg) scale(0.7);
  transition: all 0.253s ease-in;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-grey .eintrage .titel .cross {
    right: 10px;
  }
}
.accordeon.theme-adon-grey .eintrage .titel .cross span {
  position: absolute;
  opacity: 1;
  display: block;
  height: 3px;
  width: 15px;
  background-color: rgb(48, 54, 60) !important;
  top: 50%;
  border-radius: 3px;
  transition: all 0.234s linear;
}
.accordeon.theme-adon-grey .eintrage .titel .cross span:nth-child(even) {
  transform: rotate(-90deg);
}
.accordeon.theme-adon-grey .eintrage .titel .cross span {
  width: 35px;
  background-color: rgb(48, 54, 60);
}
.accordeon.theme-adon-grey .eintrage .titel.open .cross {
  transform: rotate(45deg) scale(0.7);
}
.accordeon.theme-adon-grey .eintrage .inhalt {
  font-size: 22px;
  display: none;
  font-weight: 300;
  max-width: 100%;
  line-height: 1.5;
  padding-bottom: 60px;
  border-bottom: 1px dashed #adb6be;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-grey .eintrage .inhalt {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.accordeon.theme-adon-grey .eintrage .inhalt-inner {
  max-width: 60%;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .accordeon.theme-adon-grey .eintrage .inhalt-inner {
    max-width: 100%;
    padding-left: 20px;
  }
}
.accordeon.theme-adon-grey .eintrage .inhalt.open {
  display: block;
}

/**
 * Hero Section scss
 */
.hero.theme-adon-light {
  padding: 3rem 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .hero.theme-adon-light {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .hero.theme-adon-light {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hero.theme-adon-light .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero.theme-adon-light .content-container {
    flex-direction: column;
  }
}
.hero.theme-adon-light h1 {
  margin-bottom: 100px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero.theme-adon-light h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hero.theme-adon-light h1 {
    margin-bottom: 20px;
  }
}
.hero.theme-adon-light .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .hero.theme-adon-light .content {
    font-size: 19px;
  }
}
.hero.theme-adon-light .subhead {
  font-size: 17px;
  font-weight: 400;
}

.hero.theme-adon-dark {
  padding: 3rem 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
}
@media (max-width: 1023px) {
  .hero.theme-adon-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .hero.theme-adon-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hero.theme-adon-dark .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero.theme-adon-dark .content-container {
    flex-direction: column;
  }
}
.hero.theme-adon-dark h1 {
  margin-bottom: 100px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero.theme-adon-dark h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hero.theme-adon-dark h1 {
    margin-bottom: 20px;
  }
}
.hero.theme-adon-dark .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .hero.theme-adon-dark .content {
    font-size: 19px;
  }
}
.hero.theme-adon-dark .subhead {
  font-size: 17px;
  font-weight: 400;
}

.hero.theme-adon-grey {
  padding: 3rem 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
}
@media (max-width: 1023px) {
  .hero.theme-adon-grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .hero.theme-adon-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hero.theme-adon-grey .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero.theme-adon-grey .content-container {
    flex-direction: column;
  }
}
.hero.theme-adon-grey h1 {
  margin-bottom: 100px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero.theme-adon-grey h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hero.theme-adon-grey h1 {
    margin-bottom: 20px;
  }
}
.hero.theme-adon-grey .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .hero.theme-adon-grey .content {
    font-size: 19px;
  }
}
.hero.theme-adon-grey .subhead {
  font-size: 17px;
  font-weight: 400;
}

/**
 * hero_startseite Section scss
 */
.hero_startseite.theme-adon-light {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  position: relative;
  line-height: 0;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-light {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .hero_startseite.theme-adon-light {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.hero_startseite.theme-adon-light .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-light .content-container {
    flex-direction: column;
  }
}
.hero_startseite.theme-adon-light .image-curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #050505 0%, rgba(0, 0, 0, 0.4) 100%);
  top: 0;
  left: 0;
}
.hero_startseite.theme-adon-light .content-inner {
  position: absolute;
  width: 100%;
  max-width: 1600px;
  height: auto;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero_startseite.theme-adon-light img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero_startseite.theme-adon-light img.desktop {
  display: block;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-light img.desktop {
    display: none;
  }
}
.hero_startseite.theme-adon-light img.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-light img.mobile {
    display: block;
  }
}
.hero_startseite.theme-adon-light h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-light h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hero_startseite.theme-adon-light h1 {
    margin-bottom: 20px;
  }
}
.hero_startseite.theme-adon-light h1 span {
  color: rgb(250, 9, 5);
}
.hero_startseite.theme-adon-light .content {
  font-size: 24px;
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1770px) {
  .hero_startseite.theme-adon-light .content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1280px) {
  .hero_startseite.theme-adon-light .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-light .content {
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero_startseite.theme-adon-light .content .link {
  margin-top: 40px;
}
.hero_startseite.theme-adon-light .content a:not(.button) {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.hero_startseite.theme-adon-light .content a:not(.button):after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.hero_startseite.theme-adon-light .content a:not(.button):before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 50%;
  margin-top: -1.5px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.hero_startseite.theme-adon-light .content a:not(.button):hover {
  transform: scale(1) !important;
}
.hero_startseite.theme-adon-light .content a:not(.button):hover:after {
  background-position: 3px 50%, 20px 50%;
}
.hero_startseite.theme-adon-light .content a:not(.button):hover:before {
  width: 20px;
}
.hero_startseite.theme-adon-light .content a:not(.button):active {
  color: white;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-light .content a:not(.button) {
    font-size: 16px;
  }
}
.hero_startseite.theme-adon-light .subhead {
  font-size: 17px;
  font-weight: 400;
}

.hero_startseite.theme-adon-dark {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  position: relative;
  line-height: 0;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-dark {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .hero_startseite.theme-adon-dark {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.hero_startseite.theme-adon-dark .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-dark .content-container {
    flex-direction: column;
  }
}
.hero_startseite.theme-adon-dark .image-curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #050505 0%, rgba(0, 0, 0, 0.4) 100%);
  top: 0;
  left: 0;
}
.hero_startseite.theme-adon-dark .content-inner {
  position: absolute;
  width: 100%;
  max-width: 1600px;
  height: auto;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero_startseite.theme-adon-dark img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero_startseite.theme-adon-dark img.desktop {
  display: block;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-dark img.desktop {
    display: none;
  }
}
.hero_startseite.theme-adon-dark img.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-dark img.mobile {
    display: block;
  }
}
.hero_startseite.theme-adon-dark h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-dark h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hero_startseite.theme-adon-dark h1 {
    margin-bottom: 20px;
  }
}
.hero_startseite.theme-adon-dark h1 span {
  color: rgb(250, 9, 5);
}
.hero_startseite.theme-adon-dark .content {
  font-size: 24px;
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1770px) {
  .hero_startseite.theme-adon-dark .content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1280px) {
  .hero_startseite.theme-adon-dark .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-dark .content {
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero_startseite.theme-adon-dark .content .link {
  margin-top: 40px;
}
.hero_startseite.theme-adon-dark .content a:not(.button) {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  color: rgb(48, 54, 60);
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.hero_startseite.theme-adon-dark .content a:not(.button):after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.hero_startseite.theme-adon-dark .content a:not(.button):before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 50%;
  margin-top: -1.5px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.hero_startseite.theme-adon-dark .content a:not(.button):hover {
  transform: scale(1) !important;
}
.hero_startseite.theme-adon-dark .content a:not(.button):hover:after {
  background-position: 3px 50%, 20px 50%;
}
.hero_startseite.theme-adon-dark .content a:not(.button):hover:before {
  width: 20px;
}
.hero_startseite.theme-adon-dark .content a:not(.button):active {
  color: #475058;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-dark .content a:not(.button) {
    font-size: 16px;
  }
}
.hero_startseite.theme-adon-dark .subhead {
  font-size: 17px;
  font-weight: 400;
}

.hero_startseite.theme-adon-grey {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  position: relative;
  line-height: 0;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-grey {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .hero_startseite.theme-adon-grey {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.hero_startseite.theme-adon-grey .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-grey .content-container {
    flex-direction: column;
  }
}
.hero_startseite.theme-adon-grey .image-curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #050505 0%, rgba(0, 0, 0, 0.4) 100%);
  top: 0;
  left: 0;
}
.hero_startseite.theme-adon-grey .content-inner {
  position: absolute;
  width: 100%;
  max-width: 1600px;
  height: auto;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero_startseite.theme-adon-grey img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero_startseite.theme-adon-grey img.desktop {
  display: block;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-grey img.desktop {
    display: none;
  }
}
.hero_startseite.theme-adon-grey img.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-grey img.mobile {
    display: block;
  }
}
.hero_startseite.theme-adon-grey h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-grey h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hero_startseite.theme-adon-grey h1 {
    margin-bottom: 20px;
  }
}
.hero_startseite.theme-adon-grey h1 span {
  color: rgb(250, 9, 5);
}
.hero_startseite.theme-adon-grey .content {
  font-size: 24px;
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1770px) {
  .hero_startseite.theme-adon-grey .content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1280px) {
  .hero_startseite.theme-adon-grey .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-grey .content {
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero_startseite.theme-adon-grey .content .link {
  margin-top: 40px;
}
.hero_startseite.theme-adon-grey .content a:not(.button) {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  color: rgb(48, 54, 60);
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.hero_startseite.theme-adon-grey .content a:not(.button):after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.hero_startseite.theme-adon-grey .content a:not(.button):before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 50%;
  margin-top: -1.5px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.hero_startseite.theme-adon-grey .content a:not(.button):hover {
  transform: scale(1) !important;
}
.hero_startseite.theme-adon-grey .content a:not(.button):hover:after {
  background-position: 3px 50%, 20px 50%;
}
.hero_startseite.theme-adon-grey .content a:not(.button):hover:before {
  width: 20px;
}
.hero_startseite.theme-adon-grey .content a:not(.button):active {
  color: #475058;
}
@media (max-width: 1023px) {
  .hero_startseite.theme-adon-grey .content a:not(.button) {
    font-size: 16px;
  }
}
.hero_startseite.theme-adon-grey .subhead {
  font-size: 17px;
  font-weight: 400;
}

/**
 * Hero Section scss
 */
.hero_bild_ohne_anim.theme-adon-light {
  padding: 3rem 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-light {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .hero_bild_ohne_anim.theme-adon-light {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hero_bild_ohne_anim.theme-adon-light .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-light .content-container {
    flex-direction: column;
  }
}
.hero_bild_ohne_anim.theme-adon-light h1 {
  margin-bottom: 100px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-light h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hero_bild_ohne_anim.theme-adon-light h1 {
    margin-bottom: 20px;
  }
}
.hero_bild_ohne_anim.theme-adon-light .content {
  display: flex;
  gap: 3rem;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-light .content {
    font-size: 19px;
    flex-direction: column;
    gap: 1rem;
  }
}
.hero_bild_ohne_anim.theme-adon-light .subhead {
  font-size: 17px;
  font-weight: 400;
}

.hero_bild_ohne_anim.theme-adon-dark {
  padding: 3rem 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .hero_bild_ohne_anim.theme-adon-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hero_bild_ohne_anim.theme-adon-dark .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-dark .content-container {
    flex-direction: column;
  }
}
.hero_bild_ohne_anim.theme-adon-dark h1 {
  margin-bottom: 100px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-dark h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hero_bild_ohne_anim.theme-adon-dark h1 {
    margin-bottom: 20px;
  }
}
.hero_bild_ohne_anim.theme-adon-dark .content {
  display: flex;
  gap: 3rem;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-dark .content {
    font-size: 19px;
    flex-direction: column;
    gap: 1rem;
  }
}
.hero_bild_ohne_anim.theme-adon-dark .subhead {
  font-size: 17px;
  font-weight: 400;
}

.hero_bild_ohne_anim.theme-adon-grey {
  padding: 3rem 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .hero_bild_ohne_anim.theme-adon-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hero_bild_ohne_anim.theme-adon-grey .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-grey .content-container {
    flex-direction: column;
  }
}
.hero_bild_ohne_anim.theme-adon-grey h1 {
  margin-bottom: 100px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-grey h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hero_bild_ohne_anim.theme-adon-grey h1 {
    margin-bottom: 20px;
  }
}
.hero_bild_ohne_anim.theme-adon-grey .content {
  display: flex;
  gap: 3rem;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .hero_bild_ohne_anim.theme-adon-grey .content {
    font-size: 19px;
    flex-direction: column;
    gap: 1rem;
  }
}
.hero_bild_ohne_anim.theme-adon-grey .subhead {
  font-size: 17px;
  font-weight: 400;
}

/**
 * hero_mit_bild Section scss
 */
.hero_mit_bild.theme-adon-light {
  padding: 0 0;
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-light {
    height: auto;
  }
}
.hero_mit_bild.theme-adon-light .content-container {
  display: flex;
  gap: 3rem;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-light .content-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-light .content-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.hero_mit_bild.theme-adon-light .content-container .content {
  font-size: 24px;
  z-index: 1;
  line-height: 1.5;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-light .content-container .content {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-light .content-container .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.hero_mit_bild.theme-adon-light .content-container .content .h1 {
  font-family: "Merriweather", serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-light .content-container .content .h1 {
    font-weight: 700;
  }
}
.hero_mit_bild.theme-adon-light .content-container .content .subhead {
  font-size: 26px;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-light .content-container .content .subhead {
    font-size: 18px;
    font-weight: 400;
  }
}
.hero_mit_bild.theme-adon-light .content-container .bild {
  position: absolute;
  left: auto;
  border-radius: 30px;
  overflow: hidden;
  bottom: 30px;
  /* HTML: <div class="loader"></div> */
}
.hero_mit_bild.theme-adon-light .content-container .bild .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_mit_bild.theme-adon-light .content-container .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0.9s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_mit_bild.theme-adon-light .content-container .bild .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_mit_bild.theme-adon-light .content-container .bild .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 0% 50%, no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 50% 50%, no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.hero_mit_bild.theme-adon-light .content-container .bild_mobile {
  position: relative;
  left: 0;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_mit_bild.theme-adon-light .content-container .bild_mobile .media-text__block {
  width: 100%;
  height: auto;
}
.hero_mit_bild.theme-adon-light .content-container .bild_mobile img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_mit_bild.theme-adon-light .content-container .bild_mobile .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_mit_bild.theme-adon-light .content-container .bild_mobile .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 0% 50%, no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 50% 50%, no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

.hero_mit_bild.theme-adon-dark {
  padding: 0 0;
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-dark {
    height: auto;
  }
}
.hero_mit_bild.theme-adon-dark .content-container {
  display: flex;
  gap: 3rem;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-dark .content-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-dark .content-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.hero_mit_bild.theme-adon-dark .content-container .content {
  font-size: 24px;
  z-index: 1;
  line-height: 1.5;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-dark .content-container .content {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-dark .content-container .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.hero_mit_bild.theme-adon-dark .content-container .content .h1 {
  font-family: "Merriweather", serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-dark .content-container .content .h1 {
    font-weight: 700;
  }
}
.hero_mit_bild.theme-adon-dark .content-container .content .subhead {
  font-size: 26px;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-dark .content-container .content .subhead {
    font-size: 18px;
    font-weight: 400;
  }
}
.hero_mit_bild.theme-adon-dark .content-container .bild {
  position: absolute;
  left: auto;
  border-radius: 30px;
  overflow: hidden;
  bottom: 30px;
  /* HTML: <div class="loader"></div> */
}
.hero_mit_bild.theme-adon-dark .content-container .bild .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_mit_bild.theme-adon-dark .content-container .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0.9s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_mit_bild.theme-adon-dark .content-container .bild .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_mit_bild.theme-adon-dark .content-container .bild .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 0% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 50% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.hero_mit_bild.theme-adon-dark .content-container .bild_mobile {
  position: relative;
  left: 0;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_mit_bild.theme-adon-dark .content-container .bild_mobile .media-text__block {
  width: 100%;
  height: auto;
}
.hero_mit_bild.theme-adon-dark .content-container .bild_mobile img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_mit_bild.theme-adon-dark .content-container .bild_mobile .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_mit_bild.theme-adon-dark .content-container .bild_mobile .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 0% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 50% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

.hero_mit_bild.theme-adon-grey {
  padding: 0 0;
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-grey {
    height: auto;
  }
}
.hero_mit_bild.theme-adon-grey .content-container {
  display: flex;
  gap: 3rem;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-grey .content-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-grey .content-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.hero_mit_bild.theme-adon-grey .content-container .content {
  font-size: 24px;
  z-index: 1;
  line-height: 1.5;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-grey .content-container .content {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero_mit_bild.theme-adon-grey .content-container .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.hero_mit_bild.theme-adon-grey .content-container .content .h1 {
  font-family: "Merriweather", serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-grey .content-container .content .h1 {
    font-weight: 700;
  }
}
.hero_mit_bild.theme-adon-grey .content-container .content .subhead {
  font-size: 26px;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .hero_mit_bild.theme-adon-grey .content-container .content .subhead {
    font-size: 18px;
    font-weight: 400;
  }
}
.hero_mit_bild.theme-adon-grey .content-container .bild {
  position: absolute;
  left: auto;
  border-radius: 30px;
  overflow: hidden;
  bottom: 30px;
  /* HTML: <div class="loader"></div> */
}
.hero_mit_bild.theme-adon-grey .content-container .bild .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_mit_bild.theme-adon-grey .content-container .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0.9s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_mit_bild.theme-adon-grey .content-container .bild .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_mit_bild.theme-adon-grey .content-container .bild .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 0% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 50% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.hero_mit_bild.theme-adon-grey .content-container .bild_mobile {
  position: relative;
  left: 0;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_mit_bild.theme-adon-grey .content-container .bild_mobile .media-text__block {
  width: 100%;
  height: auto;
}
.hero_mit_bild.theme-adon-grey .content-container .bild_mobile img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_mit_bild.theme-adon-grey .content-container .bild_mobile .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_mit_bild.theme-adon-grey .content-container .bild_mobile .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 0% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 50% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

/**
 * hero_mit_bild Section scss
 */
.hero_nur_bild.theme-adon-light {
  padding: 0 0;
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  position: relative;
  height: auto;
  overflow: hidden;
}
.hero_nur_bild.theme-adon-light .content {
  font-size: 24px;
  z-index: 1;
  line-height: 1.5;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-light .content {
    font-size: 18px;
  }
}
.hero_nur_bild.theme-adon-light .content .h1 {
  font-family: "Merriweather", serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-light .content .h1 {
    font-weight: 700;
  }
}
.hero_nur_bild.theme-adon-light .content .subhead {
  font-size: 26px;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-light .content .subhead {
    font-size: 18px;
    font-weight: 400;
  }
}
.hero_nur_bild.theme-adon-light .bild {
  position: relative;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_nur_bild.theme-adon-light .bild .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_nur_bild.theme-adon-light .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0.5s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_nur_bild.theme-adon-light .bild .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_nur_bild.theme-adon-light .bild .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 0% 50%, no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 50% 50%, no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.hero_nur_bild.theme-adon-light .bild_mobile {
  position: relative;
  left: 0;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_nur_bild.theme-adon-light .bild_mobile .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_nur_bild.theme-adon-light .bild_mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_nur_bild.theme-adon-light .bild_mobile .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_nur_bild.theme-adon-light .bild_mobile .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 0% 50%, no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 50% 50%, no-repeat linear-gradient(rgb(255, 255, 255) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

.hero_nur_bild.theme-adon-dark {
  padding: 0 0;
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  position: relative;
  height: auto;
  overflow: hidden;
}
.hero_nur_bild.theme-adon-dark .content {
  font-size: 24px;
  z-index: 1;
  line-height: 1.5;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-dark .content {
    font-size: 18px;
  }
}
.hero_nur_bild.theme-adon-dark .content .h1 {
  font-family: "Merriweather", serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-dark .content .h1 {
    font-weight: 700;
  }
}
.hero_nur_bild.theme-adon-dark .content .subhead {
  font-size: 26px;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-dark .content .subhead {
    font-size: 18px;
    font-weight: 400;
  }
}
.hero_nur_bild.theme-adon-dark .bild {
  position: relative;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_nur_bild.theme-adon-dark .bild .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_nur_bild.theme-adon-dark .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0.5s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_nur_bild.theme-adon-dark .bild .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_nur_bild.theme-adon-dark .bild .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 0% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 50% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.hero_nur_bild.theme-adon-dark .bild_mobile {
  position: relative;
  left: 0;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_nur_bild.theme-adon-dark .bild_mobile .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_nur_bild.theme-adon-dark .bild_mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_nur_bild.theme-adon-dark .bild_mobile .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_nur_bild.theme-adon-dark .bild_mobile .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 0% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 50% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

.hero_nur_bild.theme-adon-grey {
  padding: 0 0;
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  position: relative;
  height: auto;
  overflow: hidden;
}
.hero_nur_bild.theme-adon-grey .content {
  font-size: 24px;
  z-index: 1;
  line-height: 1.5;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-grey .content {
    font-size: 18px;
  }
}
.hero_nur_bild.theme-adon-grey .content .h1 {
  font-family: "Merriweather", serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-grey .content .h1 {
    font-weight: 700;
  }
}
.hero_nur_bild.theme-adon-grey .content .subhead {
  font-size: 26px;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .hero_nur_bild.theme-adon-grey .content .subhead {
    font-size: 18px;
    font-weight: 400;
  }
}
.hero_nur_bild.theme-adon-grey .bild {
  position: relative;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_nur_bild.theme-adon-grey .bild .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_nur_bild.theme-adon-grey .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0.5s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_nur_bild.theme-adon-grey .bild .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_nur_bild.theme-adon-grey .bild .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 0% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 50% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.hero_nur_bild.theme-adon-grey .bild_mobile {
  position: relative;
  left: 0;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
.hero_nur_bild.theme-adon-grey .bild_mobile .media-text__block {
  width: 100%;
  height: 100%;
}
.hero_nur_bild.theme-adon-grey .bild_mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: holy 1.34s ease 0s normal forwards;
}
@keyframes holy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_nur_bild.theme-adon-grey .bild_mobile .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_nur_bild.theme-adon-grey .bild_mobile .loader {
  width: 45px;
  aspect-ratio: 0.75;
  background: no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 0% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 50% 50%, no-repeat linear-gradient(rgb(48, 54, 60) 0 0) 100% 50%;
  background-size: 20% 50%;
  animation: l6 1s infinite linear;
}
@keyframes l6 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

/**
 * Content Section scss
 */
.content.theme-adon-light {
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.content.theme-adon-light .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .content.theme-adon-light .content-container {
    flex-direction: column;
  }
}
.content.theme-adon-light .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .content.theme-adon-light .content {
    font-size: 20px;
  }
}
.content.theme-adon-light .subhead {
  font-size: 16px;
  font-weight: 500;
}

.content.theme-adon-dark {
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
}
.content.theme-adon-dark .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .content.theme-adon-dark .content-container {
    flex-direction: column;
  }
}
.content.theme-adon-dark .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .content.theme-adon-dark .content {
    font-size: 20px;
  }
}
.content.theme-adon-dark .subhead {
  font-size: 16px;
  font-weight: 500;
}

.content.theme-adon-grey {
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
}
.content.theme-adon-grey .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .content.theme-adon-grey .content-container {
    flex-direction: column;
  }
}
.content.theme-adon-grey .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .content.theme-adon-grey .content {
    font-size: 20px;
  }
}
.content.theme-adon-grey .subhead {
  font-size: 16px;
  font-weight: 500;
}

/**
 * projekte Section scss
 */
.projekte.theme-adon-light {
  background-color: rgb(26, 26, 26);
  padding-top: 40px;
  padding-bottom: 80px;
}
.projekte.theme-adon-light .content-container {
  display: flex;
  gap: 2%;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-light .content-container {
    flex-flow: column nowrap;
  }
}
.projekte.theme-adon-light .content-container .projekt {
  cursor: pointer;
  padding-bottom: 50px;
  width: 49%;
  position: relative;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-light .content-container .projekt {
    width: 100%;
  }
}
.projekte.theme-adon-light .content-container .projekt .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .projekte.theme-adon-light .content-container .projekt .logo {
    bottom: 10px;
    left: 10px;
    max-height: 30px;
  }
}
.projekte.theme-adon-light .content-container .projekt .titel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}
.projekte.theme-adon-light .content-container .projekt .content {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-light .content-container .projekt .content {
    font-size: 15px;
    line-height: 1.5;
  }
}
.projekte.theme-adon-light .content-container .projekt .bild {
  background-color: #010101;
  background-image: linear-gradient(45deg, #dddddd 25%, #dadada 25%, #dadada 50%, #dddddd 50%, #dddddd 75%, #dadada 75%, #dadada 100%);
  background-size: 56.57px 56.57px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.projekte.theme-adon-light .content-container .projekt .bild .minicur {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
}
.projekte.theme-adon-light .content-container .projekt .bild img:not(.logo) {
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
  position: relative;
}
.projekte.theme-adon-light .content-container .projekt a.arrowchen {
  margin-top: 20px;
  margin-left: -20px;
  display: inline-block;
  color: rgb(26, 26, 26) !important;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.projekte.theme-adon-light .content-container .projekt a.arrowchen:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.projekte.theme-adon-light .content-container .projekt a.arrowchen:before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 8px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.projekte.theme-adon-light .content-container .projekt a.arrowchen:hover {
  transform: scale(1) !important;
}
.projekte.theme-adon-light .content-container .projekt a.arrowchen:hover:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte.theme-adon-light .content-container .projekt a.arrowchen:hover:before {
  width: 20px;
}
.projekte.theme-adon-light .content-container .projekt a.arrowchen:active {
  color: white;
}
.projekte.theme-adon-light .content-container .projekt:hover a.arrowchen:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte.theme-adon-light .content-container .projekt:hover a.arrowchen:before {
  width: 20px;
}
.projekte.theme-adon-light .content-container .projekt:hover .bild img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}

.projekte.theme-adon-dark {
  background-color: rgb(255, 255, 255);
  padding-top: 40px;
  padding-bottom: 80px;
}
.projekte.theme-adon-dark .content-container {
  display: flex;
  gap: 2%;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-dark .content-container {
    flex-flow: column nowrap;
  }
}
.projekte.theme-adon-dark .content-container .projekt {
  cursor: pointer;
  padding-bottom: 50px;
  width: 49%;
  position: relative;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-dark .content-container .projekt {
    width: 100%;
  }
}
.projekte.theme-adon-dark .content-container .projekt .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .projekte.theme-adon-dark .content-container .projekt .logo {
    bottom: 10px;
    left: 10px;
    max-height: 30px;
  }
}
.projekte.theme-adon-dark .content-container .projekt .titel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: rgb(48, 54, 60);
  margin-top: 20px;
}
.projekte.theme-adon-dark .content-container .projekt .content {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(48, 54, 60);
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-dark .content-container .projekt .content {
    font-size: 15px;
    line-height: 1.5;
  }
}
.projekte.theme-adon-dark .content-container .projekt .bild {
  background-color: #e6e6e6;
  background-image: linear-gradient(45deg, #dddddd 25%, #dadada 25%, #dadada 50%, #dddddd 50%, #dddddd 75%, #dadada 75%, #dadada 100%);
  background-size: 56.57px 56.57px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.projekte.theme-adon-dark .content-container .projekt .bild .minicur {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
}
.projekte.theme-adon-dark .content-container .projekt .bild img:not(.logo) {
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
  position: relative;
}
.projekte.theme-adon-dark .content-container .projekt a.arrowchen {
  margin-top: 20px;
  margin-left: -20px;
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.projekte.theme-adon-dark .content-container .projekt a.arrowchen:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.projekte.theme-adon-dark .content-container .projekt a.arrowchen:before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 8px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.projekte.theme-adon-dark .content-container .projekt a.arrowchen:hover {
  transform: scale(1) !important;
}
.projekte.theme-adon-dark .content-container .projekt a.arrowchen:hover:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte.theme-adon-dark .content-container .projekt a.arrowchen:hover:before {
  width: 20px;
}
.projekte.theme-adon-dark .content-container .projekt a.arrowchen:active {
  color: #475058;
}
.projekte.theme-adon-dark .content-container .projekt:hover a.arrowchen:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte.theme-adon-dark .content-container .projekt:hover a.arrowchen:before {
  width: 20px;
}
.projekte.theme-adon-dark .content-container .projekt:hover .bild img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}

.projekte.theme-adon-grey {
  background-color: rgb(247, 247, 247);
  padding-top: 40px;
  padding-bottom: 80px;
}
.projekte.theme-adon-grey .content-container {
  display: flex;
  gap: 2%;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-grey .content-container {
    flex-flow: column nowrap;
  }
}
.projekte.theme-adon-grey .content-container .projekt {
  cursor: pointer;
  padding-bottom: 50px;
  width: 49%;
  position: relative;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-grey .content-container .projekt {
    width: 100%;
  }
}
.projekte.theme-adon-grey .content-container .projekt .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .projekte.theme-adon-grey .content-container .projekt .logo {
    bottom: 10px;
    left: 10px;
    max-height: 30px;
  }
}
.projekte.theme-adon-grey .content-container .projekt .titel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: rgb(48, 54, 60);
  margin-top: 20px;
}
.projekte.theme-adon-grey .content-container .projekt .content {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(48, 54, 60);
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekte.theme-adon-grey .content-container .projekt .content {
    font-size: 15px;
    line-height: 1.5;
  }
}
.projekte.theme-adon-grey .content-container .projekt .bild {
  background-color: #dedede;
  background-image: linear-gradient(45deg, #dddddd 25%, #dadada 25%, #dadada 50%, #dddddd 50%, #dddddd 75%, #dadada 75%, #dadada 100%);
  background-size: 56.57px 56.57px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.projekte.theme-adon-grey .content-container .projekt .bild .minicur {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
}
.projekte.theme-adon-grey .content-container .projekt .bild img:not(.logo) {
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
  position: relative;
}
.projekte.theme-adon-grey .content-container .projekt a.arrowchen {
  margin-top: 20px;
  margin-left: -20px;
  display: inline-block;
  color: rgb(247, 247, 247) !important;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.projekte.theme-adon-grey .content-container .projekt a.arrowchen:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.projekte.theme-adon-grey .content-container .projekt a.arrowchen:before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 8px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.projekte.theme-adon-grey .content-container .projekt a.arrowchen:hover {
  transform: scale(1) !important;
}
.projekte.theme-adon-grey .content-container .projekt a.arrowchen:hover:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte.theme-adon-grey .content-container .projekt a.arrowchen:hover:before {
  width: 20px;
}
.projekte.theme-adon-grey .content-container .projekt a.arrowchen:active {
  color: #475058;
}
.projekte.theme-adon-grey .content-container .projekt:hover a.arrowchen:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte.theme-adon-grey .content-container .projekt:hover a.arrowchen:before {
  width: 20px;
}
.projekte.theme-adon-grey .content-container .projekt:hover .bild img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}

/**
 * projekte Section scss
 */
.projekte_down.theme-adon-light {
  background-color: rgb(26, 26, 26);
  padding-top: 40px;
  padding-bottom: 80px;
}
.projekte_down.theme-adon-light .content-container {
  display: flex;
  gap: 2%;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-light .content-container {
    flex-flow: column nowrap;
  }
}
.projekte_down.theme-adon-light .content-container .projekt {
  cursor: pointer;
  padding-bottom: 50px;
  width: 32%;
  position: relative;
  bottom: 0px;
  transition: bottom 1s ease-out;
}
.projekte_down.theme-adon-light .content-container .projekt.buio {
  bottom: 0px;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-light .content-container .projekt {
    width: 100%;
  }
}
.projekte_down.theme-adon-light .content-container .projekt .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .projekte_down.theme-adon-light .content-container .projekt .logo {
    bottom: 10px;
    left: 10px;
    max-height: 30px;
  }
}
.projekte_down.theme-adon-light .content-container .projekt .titel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  height: auto;
  width: 100%;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-light .content-container .projekt .titel {
    font-size: 18px;
    line-height: 1.5;
  }
}
.projekte_down.theme-adon-light .content-container .projekt .content {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-light .content-container .projekt .content {
    font-size: 15px;
    line-height: 1.5;
  }
}
.projekte_down.theme-adon-light .content-container .projekt .bild {
  background-color: #010101;
  background-image: linear-gradient(45deg, #dddddd 25%, #dadada 25%, #dadada 50%, #dddddd 50%, #dddddd 75%, #dadada 75%, #dadada 100%);
  background-size: 56.57px 56.57px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.projekte_down.theme-adon-light .content-container .projekt .bild .minicur {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
}
.projekte_down.theme-adon-light .content-container .projekt .bild img:not(.logo) {
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
  position: relative;
}
.projekte_down.theme-adon-light .content-container .projekt a.arrowchen {
  margin-top: 20px;
  margin-left: -20px;
  display: inline-block;
  color: #f1f1f1 !important;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.projekte_down.theme-adon-light .content-container .projekt a.arrowchen:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.projekte_down.theme-adon-light .content-container .projekt a.arrowchen:before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 8px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.projekte_down.theme-adon-light .content-container .projekt a.arrowchen:hover {
  transform: scale(1) !important;
}
.projekte_down.theme-adon-light .content-container .projekt a.arrowchen:hover:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte_down.theme-adon-light .content-container .projekt a.arrowchen:hover:before {
  width: 20px;
}
.projekte_down.theme-adon-light .content-container .projekt a.arrowchen:active {
  color: white;
}
.projekte_down.theme-adon-light .content-container .projekt:hover a.arrowchen:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte_down.theme-adon-light .content-container .projekt:hover a.arrowchen:before {
  width: 20px;
}
.projekte_down.theme-adon-light .content-container .projekt:hover .bild img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}

.projekte_down.theme-adon-dark {
  background-color: rgb(255, 255, 255);
  padding-top: 40px;
  padding-bottom: 80px;
}
.projekte_down.theme-adon-dark .content-container {
  display: flex;
  gap: 2%;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-dark .content-container {
    flex-flow: column nowrap;
  }
}
.projekte_down.theme-adon-dark .content-container .projekt {
  cursor: pointer;
  padding-bottom: 50px;
  width: 32%;
  position: relative;
  bottom: 0px;
  transition: bottom 1s ease-out;
}
.projekte_down.theme-adon-dark .content-container .projekt.buio {
  bottom: 0px;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-dark .content-container .projekt {
    width: 100%;
  }
}
.projekte_down.theme-adon-dark .content-container .projekt .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .projekte_down.theme-adon-dark .content-container .projekt .logo {
    bottom: 10px;
    left: 10px;
    max-height: 30px;
  }
}
.projekte_down.theme-adon-dark .content-container .projekt .titel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  height: auto;
  width: 100%;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-dark .content-container .projekt .titel {
    font-size: 18px;
    line-height: 1.5;
  }
}
.projekte_down.theme-adon-dark .content-container .projekt .content {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(48, 54, 60);
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-dark .content-container .projekt .content {
    font-size: 15px;
    line-height: 1.5;
  }
}
.projekte_down.theme-adon-dark .content-container .projekt .bild {
  background-color: #e6e6e6;
  background-image: linear-gradient(45deg, #dddddd 25%, #dadada 25%, #dadada 50%, #dddddd 50%, #dddddd 75%, #dadada 75%, #dadada 100%);
  background-size: 56.57px 56.57px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.projekte_down.theme-adon-dark .content-container .projekt .bild .minicur {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
}
.projekte_down.theme-adon-dark .content-container .projekt .bild img:not(.logo) {
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
  position: relative;
}
.projekte_down.theme-adon-dark .content-container .projekt a.arrowchen {
  margin-top: 20px;
  margin-left: -20px;
  display: inline-block;
  color: #f1f1f1 !important;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.projekte_down.theme-adon-dark .content-container .projekt a.arrowchen:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.projekte_down.theme-adon-dark .content-container .projekt a.arrowchen:before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 8px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.projekte_down.theme-adon-dark .content-container .projekt a.arrowchen:hover {
  transform: scale(1) !important;
}
.projekte_down.theme-adon-dark .content-container .projekt a.arrowchen:hover:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte_down.theme-adon-dark .content-container .projekt a.arrowchen:hover:before {
  width: 20px;
}
.projekte_down.theme-adon-dark .content-container .projekt a.arrowchen:active {
  color: #475058;
}
.projekte_down.theme-adon-dark .content-container .projekt:hover a.arrowchen:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte_down.theme-adon-dark .content-container .projekt:hover a.arrowchen:before {
  width: 20px;
}
.projekte_down.theme-adon-dark .content-container .projekt:hover .bild img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}

.projekte_down.theme-adon-grey {
  background-color: rgb(247, 247, 247);
  padding-top: 40px;
  padding-bottom: 80px;
}
.projekte_down.theme-adon-grey .content-container {
  display: flex;
  gap: 2%;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-grey .content-container {
    flex-flow: column nowrap;
  }
}
.projekte_down.theme-adon-grey .content-container .projekt {
  cursor: pointer;
  padding-bottom: 50px;
  width: 32%;
  position: relative;
  bottom: 0px;
  transition: bottom 1s ease-out;
}
.projekte_down.theme-adon-grey .content-container .projekt.buio {
  bottom: 0px;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-grey .content-container .projekt {
    width: 100%;
  }
}
.projekte_down.theme-adon-grey .content-container .projekt .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .projekte_down.theme-adon-grey .content-container .projekt .logo {
    bottom: 10px;
    left: 10px;
    max-height: 30px;
  }
}
.projekte_down.theme-adon-grey .content-container .projekt .titel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  height: auto;
  width: 100%;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-grey .content-container .projekt .titel {
    font-size: 18px;
    line-height: 1.5;
  }
}
.projekte_down.theme-adon-grey .content-container .projekt .content {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: rgb(48, 54, 60);
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekte_down.theme-adon-grey .content-container .projekt .content {
    font-size: 15px;
    line-height: 1.5;
  }
}
.projekte_down.theme-adon-grey .content-container .projekt .bild {
  background-color: #dedede;
  background-image: linear-gradient(45deg, #dddddd 25%, #dadada 25%, #dadada 50%, #dddddd 50%, #dddddd 75%, #dadada 75%, #dadada 100%);
  background-size: 56.57px 56.57px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.projekte_down.theme-adon-grey .content-container .projekt .bild .minicur {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
}
.projekte_down.theme-adon-grey .content-container .projekt .bild img:not(.logo) {
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
  position: relative;
}
.projekte_down.theme-adon-grey .content-container .projekt a.arrowchen {
  margin-top: 20px;
  margin-left: -20px;
  display: inline-block;
  color: #f1f1f1 !important;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.projekte_down.theme-adon-grey .content-container .projekt a.arrowchen:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.projekte_down.theme-adon-grey .content-container .projekt a.arrowchen:before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 8px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.projekte_down.theme-adon-grey .content-container .projekt a.arrowchen:hover {
  transform: scale(1) !important;
}
.projekte_down.theme-adon-grey .content-container .projekt a.arrowchen:hover:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte_down.theme-adon-grey .content-container .projekt a.arrowchen:hover:before {
  width: 20px;
}
.projekte_down.theme-adon-grey .content-container .projekt a.arrowchen:active {
  color: #475058;
}
.projekte_down.theme-adon-grey .content-container .projekt:hover a.arrowchen:after {
  background-position: 3px 50%, 20px 50%;
}
.projekte_down.theme-adon-grey .content-container .projekt:hover a.arrowchen:before {
  width: 20px;
}
.projekte_down.theme-adon-grey .content-container .projekt:hover .bild img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}

/**
 * Projekt Intro Section scss
 */
.projekt_intro.theme-adon-light {
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.projekt_intro.theme-adon-light .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .projekt_intro.theme-adon-light .content-container {
    flex-direction: column;
  }
}
.projekt_intro.theme-adon-light .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekt_intro.theme-adon-light .content {
    font-size: 20px;
  }
}
.projekt_intro.theme-adon-light .subheader {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}

.projekt_intro.theme-adon-dark {
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
}
.projekt_intro.theme-adon-dark .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .projekt_intro.theme-adon-dark .content-container {
    flex-direction: column;
  }
}
.projekt_intro.theme-adon-dark .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekt_intro.theme-adon-dark .content {
    font-size: 20px;
  }
}
.projekt_intro.theme-adon-dark .subheader {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  color: rgb(48, 54, 60);
  margin-bottom: 20px;
}

.projekt_intro.theme-adon-grey {
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
}
.projekt_intro.theme-adon-grey .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .projekt_intro.theme-adon-grey .content-container {
    flex-direction: column;
  }
}
.projekt_intro.theme-adon-grey .content {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projekt_intro.theme-adon-grey .content {
    font-size: 20px;
  }
}
.projekt_intro.theme-adon-grey .subheader {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  color: rgb(48, 54, 60);
  margin-bottom: 20px;
}

/**
 * Projekt Bild Section scss
 */
.projekt_bild.theme-adon-light {
  background: rgb(26, 26, 26);
}
.projekt_bild.theme-adon-light .content-container {
  display: flex;
  line-height: 0;
}
.projekt_bild.theme-adon-light .content-container img.bild_mit_schatten {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-light .content-container img.bild_mit_schatten {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_bild.theme-adon-light .content-container .video-block.bild_mit_schatten {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-light .content-container .video-block.bild_mit_schatten {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_bild.theme-adon-light img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-light img {
    display: none;
  }
}
.projekt_bild.theme-adon-light img.mobil {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
  display: none;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-light img.mobil {
    display: block;
  }
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-light .video-block {
    display: none;
  }
}
.projekt_bild.theme-adon-light .video-block.mobil {
  display: none;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-light .video-block.mobil {
    display: block;
  }
}

.projekt_bild.theme-adon-dark {
  background: rgb(255, 255, 255);
}
.projekt_bild.theme-adon-dark .content-container {
  display: flex;
  line-height: 0;
}
.projekt_bild.theme-adon-dark .content-container img.bild_mit_schatten {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-dark .content-container img.bild_mit_schatten {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_bild.theme-adon-dark .content-container .video-block.bild_mit_schatten {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-dark .content-container .video-block.bild_mit_schatten {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_bild.theme-adon-dark img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-dark img {
    display: none;
  }
}
.projekt_bild.theme-adon-dark img.mobil {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
  display: none;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-dark img.mobil {
    display: block;
  }
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-dark .video-block {
    display: none;
  }
}
.projekt_bild.theme-adon-dark .video-block.mobil {
  display: none;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-dark .video-block.mobil {
    display: block;
  }
}

.projekt_bild.theme-adon-grey {
  background: rgb(247, 247, 247);
}
.projekt_bild.theme-adon-grey .content-container {
  display: flex;
  line-height: 0;
}
.projekt_bild.theme-adon-grey .content-container img.bild_mit_schatten {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-grey .content-container img.bild_mit_schatten {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_bild.theme-adon-grey .content-container .video-block.bild_mit_schatten {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-grey .content-container .video-block.bild_mit_schatten {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_bild.theme-adon-grey img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-grey img {
    display: none;
  }
}
.projekt_bild.theme-adon-grey img.mobil {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
  display: none;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-grey img.mobil {
    display: block;
  }
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-grey .video-block {
    display: none;
  }
}
.projekt_bild.theme-adon-grey .video-block.mobil {
  display: none;
}
@media (max-width: 1023px) {
  .projekt_bild.theme-adon-grey .video-block.mobil {
    display: block;
  }
}

/**
 * Projekt Infografiken Section
 */
.projekt_infografiken.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  border-bottom: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-light .content-container {
  position: relative;
}
.projekt_infografiken.theme-adon-light .content-container .infografiken {
  position: relative;
  display: flex;
  background: rgb(26, 26, 26);
  gap: 0px;
  flex-flow: row wrap;
}
.projekt_infografiken.theme-adon-light .content-container .infografik {
  display: flex;
  background: rgb(26, 26, 26);
  gap: 0px;
  width: 33.33%;
}
.projekt_infografiken.theme-adon-light .content-container .grafik {
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-light .content-container .grafik {
    padding-left: 30px;
  }
}
.projekt_infografiken.theme-adon-light .content-container .info {
  padding-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-light .content-container .info {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.projekt_infografiken.theme-adon-light .content-container .infografik:not(:last-child):not(:first-child) .grafik {
  border-left: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-light .content-container .infografik:last-child .grafik {
  border-left: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-light .content-container .infografik:first-child .grafik {
  padding-left: 0px;
}
.projekt_infografiken.theme-adon-light .content-container .infografik:last-child .info {
  padding-right: 0px;
}
.projekt_infografiken.theme-adon-light .content-container .grafik img {
  position: relative;
  max-width: 60px;
  min-width: 60px;
  width: 100%;
  height: auto;
  top: 5px;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-light .content-container .grafik img {
    max-width: 40px;
    min-width: 40px;
    padding-right: 20px;
  }
}
.projekt_infografiken.theme-adon-light .content-container .zahl {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 62px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-light .content-container .zahl {
    font-size: 42px;
  }
}
.projekt_infografiken.theme-adon-light .content-container .content {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-light .content-container .content {
    font-size: 19px;
  }
}
@media (max-width: 1200px) {
  .projekt_infografiken.theme-adon-light .content-container .infografik {
    width: 50%;
  }
  .projekt_infografiken.theme-adon-light .content-container .infografik:not(:last-child):not(:first-child) .grafik {
    border-left: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-light .content-container .infografik:last-child .grafik {
    border-left: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-light .content-container .infografik:first-child .info {
    padding-left: 0px;
    border-right: 1px solid #aaa;
  }
  .projekt_infografiken.theme-adon-light .content-container .infografik:last-child .info {
    padding-right: 30px;
  }
  .projekt_infografiken.theme-adon-light .content-container .infografik:last-child .grafik {
    padding-left: 0px;
  }
}
@media (max-width: 900px) {
  .projekt_infografiken.theme-adon-light .content-container .infografik {
    width: 100%;
  }
  .projekt_infografiken.theme-adon-light .content-container .infografik .info {
    border-right: 0px;
  }
  .projekt_infografiken.theme-adon-light .content-container .infografik:first-child .info {
    padding-left: 0px;
    border-right: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-light .content-container .grafik {
    padding-left: 0px;
  }
  .projekt_infografiken.theme-adon-light .content-container .info {
    padding-right: 0px;
    padding-bottom: 50px;
  }
}

.projekt_infografiken.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
  border-bottom: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-dark .content-container {
  position: relative;
}
.projekt_infografiken.theme-adon-dark .content-container .infografiken {
  position: relative;
  display: flex;
  background: rgb(255, 255, 255);
  gap: 0px;
  flex-flow: row wrap;
}
.projekt_infografiken.theme-adon-dark .content-container .infografik {
  display: flex;
  background: rgb(255, 255, 255);
  gap: 0px;
  width: 33.33%;
}
.projekt_infografiken.theme-adon-dark .content-container .grafik {
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-dark .content-container .grafik {
    padding-left: 30px;
  }
}
.projekt_infografiken.theme-adon-dark .content-container .info {
  padding-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-dark .content-container .info {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.projekt_infografiken.theme-adon-dark .content-container .infografik:not(:last-child):not(:first-child) .grafik {
  border-left: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-dark .content-container .infografik:last-child .grafik {
  border-left: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-dark .content-container .infografik:first-child .grafik {
  padding-left: 0px;
}
.projekt_infografiken.theme-adon-dark .content-container .infografik:last-child .info {
  padding-right: 0px;
}
.projekt_infografiken.theme-adon-dark .content-container .grafik img {
  position: relative;
  max-width: 60px;
  min-width: 60px;
  width: 100%;
  height: auto;
  top: 5px;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-dark .content-container .grafik img {
    max-width: 40px;
    min-width: 40px;
    padding-right: 20px;
  }
}
.projekt_infografiken.theme-adon-dark .content-container .zahl {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 62px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-dark .content-container .zahl {
    font-size: 42px;
  }
}
.projekt_infografiken.theme-adon-dark .content-container .content {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-dark .content-container .content {
    font-size: 19px;
  }
}
@media (max-width: 1200px) {
  .projekt_infografiken.theme-adon-dark .content-container .infografik {
    width: 50%;
  }
  .projekt_infografiken.theme-adon-dark .content-container .infografik:not(:last-child):not(:first-child) .grafik {
    border-left: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-dark .content-container .infografik:last-child .grafik {
    border-left: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-dark .content-container .infografik:first-child .info {
    padding-left: 0px;
    border-right: 1px solid #aaa;
  }
  .projekt_infografiken.theme-adon-dark .content-container .infografik:last-child .info {
    padding-right: 30px;
  }
  .projekt_infografiken.theme-adon-dark .content-container .infografik:last-child .grafik {
    padding-left: 0px;
  }
}
@media (max-width: 900px) {
  .projekt_infografiken.theme-adon-dark .content-container .infografik {
    width: 100%;
  }
  .projekt_infografiken.theme-adon-dark .content-container .infografik .info {
    border-right: 0px;
  }
  .projekt_infografiken.theme-adon-dark .content-container .infografik:first-child .info {
    padding-left: 0px;
    border-right: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-dark .content-container .grafik {
    padding-left: 0px;
  }
  .projekt_infografiken.theme-adon-dark .content-container .info {
    padding-right: 0px;
    padding-bottom: 50px;
  }
}

.projekt_infografiken.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
  border-bottom: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-grey .content-container {
  position: relative;
}
.projekt_infografiken.theme-adon-grey .content-container .infografiken {
  position: relative;
  display: flex;
  background: rgb(247, 247, 247);
  gap: 0px;
  flex-flow: row wrap;
}
.projekt_infografiken.theme-adon-grey .content-container .infografik {
  display: flex;
  background: rgb(247, 247, 247);
  gap: 0px;
  width: 33.33%;
}
.projekt_infografiken.theme-adon-grey .content-container .grafik {
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-grey .content-container .grafik {
    padding-left: 30px;
  }
}
.projekt_infografiken.theme-adon-grey .content-container .info {
  padding-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-grey .content-container .info {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.projekt_infografiken.theme-adon-grey .content-container .infografik:not(:last-child):not(:first-child) .grafik {
  border-left: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-grey .content-container .infografik:last-child .grafik {
  border-left: 1px solid #aaa;
}
.projekt_infografiken.theme-adon-grey .content-container .infografik:first-child .grafik {
  padding-left: 0px;
}
.projekt_infografiken.theme-adon-grey .content-container .infografik:last-child .info {
  padding-right: 0px;
}
.projekt_infografiken.theme-adon-grey .content-container .grafik img {
  position: relative;
  max-width: 60px;
  min-width: 60px;
  width: 100%;
  height: auto;
  top: 5px;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-grey .content-container .grafik img {
    max-width: 40px;
    min-width: 40px;
    padding-right: 20px;
  }
}
.projekt_infografiken.theme-adon-grey .content-container .zahl {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 62px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-grey .content-container .zahl {
    font-size: 42px;
  }
}
.projekt_infografiken.theme-adon-grey .content-container .content {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .projekt_infografiken.theme-adon-grey .content-container .content {
    font-size: 19px;
  }
}
@media (max-width: 1200px) {
  .projekt_infografiken.theme-adon-grey .content-container .infografik {
    width: 50%;
  }
  .projekt_infografiken.theme-adon-grey .content-container .infografik:not(:last-child):not(:first-child) .grafik {
    border-left: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-grey .content-container .infografik:last-child .grafik {
    border-left: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-grey .content-container .infografik:first-child .info {
    padding-left: 0px;
    border-right: 1px solid #aaa;
  }
  .projekt_infografiken.theme-adon-grey .content-container .infografik:last-child .info {
    padding-right: 30px;
  }
  .projekt_infografiken.theme-adon-grey .content-container .infografik:last-child .grafik {
    padding-left: 0px;
  }
}
@media (max-width: 900px) {
  .projekt_infografiken.theme-adon-grey .content-container .infografik {
    width: 100%;
  }
  .projekt_infografiken.theme-adon-grey .content-container .infografik .info {
    border-right: 0px;
  }
  .projekt_infografiken.theme-adon-grey .content-container .infografik:first-child .info {
    padding-left: 0px;
    border-right: 0px solid #aaa;
  }
  .projekt_infografiken.theme-adon-grey .content-container .grafik {
    padding-left: 0px;
  }
  .projekt_infografiken.theme-adon-grey .content-container .info {
    padding-right: 0px;
    padding-bottom: 50px;
  }
}

/**
 * Projekt Tags Section
 */
.projekt_tags.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}
.projekt_tags.theme-adon-light .content-container {
  position: relative;
}
.projekt_tags.theme-adon-light .content-container .tags {
  position: relative;
  display: flex;
  background: rgb(26, 26, 26);
  gap: 0px;
  flex-flow: row wrap;
}
.projekt_tags.theme-adon-light .content-container .tags div {
  display: block;
  width: 50%;
}
.projekt_tags.theme-adon-light .content-container .tags div div {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.projekt_tags.theme-adon-light .content-container .tags div div a {
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  white-space: nowrap;
}

.projekt_tags.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
}
.projekt_tags.theme-adon-dark .content-container {
  position: relative;
}
.projekt_tags.theme-adon-dark .content-container .tags {
  position: relative;
  display: flex;
  background: rgb(255, 255, 255);
  gap: 0px;
  flex-flow: row wrap;
}
.projekt_tags.theme-adon-dark .content-container .tags div {
  display: block;
  width: 50%;
}
.projekt_tags.theme-adon-dark .content-container .tags div div {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.projekt_tags.theme-adon-dark .content-container .tags div div a {
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  white-space: nowrap;
}

.projekt_tags.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
}
.projekt_tags.theme-adon-grey .content-container {
  position: relative;
}
.projekt_tags.theme-adon-grey .content-container .tags {
  position: relative;
  display: flex;
  background: rgb(247, 247, 247);
  gap: 0px;
  flex-flow: row wrap;
}
.projekt_tags.theme-adon-grey .content-container .tags div {
  display: block;
  width: 50%;
}
.projekt_tags.theme-adon-grey .content-container .tags div div {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.projekt_tags.theme-adon-grey .content-container .tags div div a {
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  white-space: nowrap;
}

/**
 * Projekt Slider Section
 */
.zoom_images {
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9090909;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}

.zoom_images.open {
  opacity: 1;
  pointer-events: all;
}

.zoom_images_container {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zoomImage {
  position: relative;
  width: 100%;
  max-width: 300%;
  height: auto;
}

.legend {
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(26, 26, 26);
  font-size: 18px;
  margin-top: 20px;
}

.projekt_slider.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}
.projekt_slider.theme-adon-light.open {
  padding: 0;
}
.projekt_slider.theme-adon-light .content-container {
  position: relative;
}
.projekt_slider.theme-adon-light .splide {
  position: static;
}
.projekt_slider.theme-adon-light .splide__slide {
  text-align: left;
  /*
  padding-right:30px;
  padding-left:60px;
  */
  cursor: pointer;
  position: relative;
  transition: all 0.562s ease;
  margin-top: 30px;
  max-width: 1200px;
  z-index: 1;
  /*

  @include max-screen(lg) {
      padding-right:20px;
      padding-left : 20px;
  }

  @include max-screen(md) {
      padding-right:10px;
      padding-left:20px;
  }

  margin-left:-30px !important;

  @include max-screen(xl) {
      margin-left:-30px !important;
  }

  @include max-screen(lg) {
      margin-left:-30px !important;
  }

  @include max-screen(md) {
      margin-left:-10px !important;

  }


  */
  /*
  &.open {
      width:100vw !important;
      padding-right:0px;
      padding-left:0px;
      margin-left:-20px;
  }
  */
}
.projekt_slider.theme-adon-light .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
.projekt_slider.theme-adon-light .splide__slide .h3 {
  max-width: 70%;
  font-size: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-light .splide__slide .h3 {
    font-size: 17px;
  }
}
.projekt_slider.theme-adon-light .splide__slide img.projekt_image {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-light .splide__slide img.projekt_image {
    display: none;
  }
}
.projekt_slider.theme-adon-light .splide__slide img.projekt_image.mobile {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-light .splide__slide img.projekt_image.mobile {
    display: block;
  }
}
.projekt_slider.theme-adon-light .splide__slide img.projekt_image.bild_mit_schatten {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-light .splide__slide img.projekt_image.bild_mit_schatten {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_slider.theme-adon-light .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #0d0d0d;
  transition: all 0.562s ease;
  z-index: -1;
}
.projekt_slider.theme-adon-light .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: space-between;
  display: flex;
  transform: translate(0, -50%);
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-light .splide__arrows {
    display: none;
  }
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(26, 26, 26);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(26, 26, 26);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--next:hover, .projekt_slider.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--prev:hover {
  border-color: rgb(250, 9, 5);
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow svg path {
  fill: rgb(255, 255, 255);
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255);
}
.projekt_slider.theme-adon-light .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.projekt_slider.theme-adon-light .button {
  margin-top: 30px;
}
.projekt_slider.theme-adon-light .splide__pagination {
  bottom: -2rem;
}
.projekt_slider.theme-adon-light .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.projekt_slider.theme-adon-light .splide__pagination__page:hover, .projekt_slider.theme-adon-light .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.projekt_slider.theme-adon-light .splide__pagination__page.is-active {
  background-color: #000;
}

/*
$hintImg: url('');

html, body {

  .slides, & > .dg {
    display: none;
  }
}

@media (min-width: 1000px) {
  body {
    background-image: $hintImg;
    background-repeat: no-repeat;

    & > .dg {
      display: block;
    }
  }
}
*/
.projekt_slider.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
}
.projekt_slider.theme-adon-dark.open {
  padding: 0;
}
.projekt_slider.theme-adon-dark .content-container {
  position: relative;
}
.projekt_slider.theme-adon-dark .splide {
  position: static;
}
.projekt_slider.theme-adon-dark .splide__slide {
  text-align: left;
  /*
  padding-right:30px;
  padding-left:60px;
  */
  cursor: pointer;
  position: relative;
  transition: all 0.562s ease;
  margin-top: 30px;
  max-width: 1200px;
  z-index: 1;
  /*

  @include max-screen(lg) {
      padding-right:20px;
      padding-left : 20px;
  }

  @include max-screen(md) {
      padding-right:10px;
      padding-left:20px;
  }

  margin-left:-30px !important;

  @include max-screen(xl) {
      margin-left:-30px !important;
  }

  @include max-screen(lg) {
      margin-left:-30px !important;
  }

  @include max-screen(md) {
      margin-left:-10px !important;

  }


  */
  /*
  &.open {
      width:100vw !important;
      padding-right:0px;
      padding-left:0px;
      margin-left:-20px;
  }
  */
}
.projekt_slider.theme-adon-dark .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
.projekt_slider.theme-adon-dark .splide__slide .h3 {
  max-width: 70%;
  font-size: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-dark .splide__slide .h3 {
    font-size: 17px;
  }
}
.projekt_slider.theme-adon-dark .splide__slide img.projekt_image {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-dark .splide__slide img.projekt_image {
    display: none;
  }
}
.projekt_slider.theme-adon-dark .splide__slide img.projekt_image.mobile {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-dark .splide__slide img.projekt_image.mobile {
    display: block;
  }
}
.projekt_slider.theme-adon-dark .splide__slide img.projekt_image.bild_mit_schatten {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-dark .splide__slide img.projekt_image.bild_mit_schatten {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_slider.theme-adon-dark .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #f2f2f2;
  transition: all 0.562s ease;
  z-index: -1;
}
.projekt_slider.theme-adon-dark .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: space-between;
  display: flex;
  transform: translate(0, -50%);
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-dark .splide__arrows {
    display: none;
  }
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--next:hover, .projekt_slider.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--prev:hover {
  border-color: rgb(250, 9, 5);
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow svg path {
  fill: rgb(48, 54, 60);
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255);
}
.projekt_slider.theme-adon-dark .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.projekt_slider.theme-adon-dark .button {
  margin-top: 30px;
}
.projekt_slider.theme-adon-dark .splide__pagination {
  bottom: -2rem;
}
.projekt_slider.theme-adon-dark .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.projekt_slider.theme-adon-dark .splide__pagination__page:hover, .projekt_slider.theme-adon-dark .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.projekt_slider.theme-adon-dark .splide__pagination__page.is-active {
  background-color: #000;
}

/*
$hintImg: url('');

html, body {

  .slides, & > .dg {
    display: none;
  }
}

@media (min-width: 1000px) {
  body {
    background-image: $hintImg;
    background-repeat: no-repeat;

    & > .dg {
      display: block;
    }
  }
}
*/
.projekt_slider.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
}
.projekt_slider.theme-adon-grey.open {
  padding: 0;
}
.projekt_slider.theme-adon-grey .content-container {
  position: relative;
}
.projekt_slider.theme-adon-grey .splide {
  position: static;
}
.projekt_slider.theme-adon-grey .splide__slide {
  text-align: left;
  /*
  padding-right:30px;
  padding-left:60px;
  */
  cursor: pointer;
  position: relative;
  transition: all 0.562s ease;
  margin-top: 30px;
  max-width: 1200px;
  z-index: 1;
  /*

  @include max-screen(lg) {
      padding-right:20px;
      padding-left : 20px;
  }

  @include max-screen(md) {
      padding-right:10px;
      padding-left:20px;
  }

  margin-left:-30px !important;

  @include max-screen(xl) {
      margin-left:-30px !important;
  }

  @include max-screen(lg) {
      margin-left:-30px !important;
  }

  @include max-screen(md) {
      margin-left:-10px !important;

  }


  */
  /*
  &.open {
      width:100vw !important;
      padding-right:0px;
      padding-left:0px;
      margin-left:-20px;
  }
  */
}
.projekt_slider.theme-adon-grey .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
.projekt_slider.theme-adon-grey .splide__slide .h3 {
  max-width: 70%;
  font-size: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-grey .splide__slide .h3 {
    font-size: 17px;
  }
}
.projekt_slider.theme-adon-grey .splide__slide img.projekt_image {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-grey .splide__slide img.projekt_image {
    display: none;
  }
}
.projekt_slider.theme-adon-grey .splide__slide img.projekt_image.mobile {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-grey .splide__slide img.projekt_image.mobile {
    display: block;
  }
}
.projekt_slider.theme-adon-grey .splide__slide img.projekt_image.bild_mit_schatten {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-grey .splide__slide img.projekt_image.bild_mit_schatten {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.254526);
  }
}
.projekt_slider.theme-adon-grey .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #eaeaea;
  transition: all 0.562s ease;
  z-index: -1;
}
.projekt_slider.theme-adon-grey .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: space-between;
  display: flex;
  transform: translate(0, -50%);
}
@media (max-width: 1023px) {
  .projekt_slider.theme-adon-grey .splide__arrows {
    display: none;
  }
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--next:hover, .projekt_slider.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--prev:hover {
  border-color: rgb(250, 9, 5);
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow svg path {
  fill: rgb(48, 54, 60);
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255);
}
.projekt_slider.theme-adon-grey .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.projekt_slider.theme-adon-grey .button {
  margin-top: 30px;
}
.projekt_slider.theme-adon-grey .splide__pagination {
  bottom: -2rem;
}
.projekt_slider.theme-adon-grey .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.projekt_slider.theme-adon-grey .splide__pagination__page:hover, .projekt_slider.theme-adon-grey .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.projekt_slider.theme-adon-grey .splide__pagination__page.is-active {
  background-color: #000;
}

/*
$hintImg: url('');

html, body {

  .slides, & > .dg {
    display: none;
  }
}

@media (min-width: 1000px) {
  body {
    background-image: $hintImg;
    background-repeat: no-repeat;

    & > .dg {
      display: block;
    }
  }
}
*/
/**
 * CTA Section
 */
.cta.theme-adon-light {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 20rem 0;
  position: relative;
  background-color: rgb(26, 26, 26);
}
@media (max-width: 1023px) {
  .cta.theme-adon-light {
    padding: 3rem 0;
  }
}
.cta.theme-adon-light .content-container {
  position: relative;
  z-index: 1;
}
.cta.theme-adon-light .cta__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta.theme-adon-light .cta__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cta.theme-adon-light .cta__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(26, 26, 26);
}
.cta.theme-adon-light a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.cta.theme-adon-light h2 {
  text-align: center;
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .cta.theme-adon-light h2 {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .cta.theme-adon-light h2 {
    max-width: 100%;
  }
}
.cta.theme-adon-light p {
  max-width: 75%;
  margin: 0 auto;
  margin-block-start: 40px;
  margin-block-end: 40px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .cta.theme-adon-light p {
    font-size: 18px;
  }
}
.cta.theme-adon-light .btn-default {
  background: rgb(26, 26, 26);
  border-color: rgb(255, 255, 255);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(255, 255, 255);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.cta.theme-adon-light .btn-default:hover {
  background: #393939;
}
.cta.theme-adon-light .btn-default:active {
  background: #5a5a5a;
}

.cta.theme-adon-light.noback {
  padding: 3rem 0;
}

.cta.theme-adon-dark {
  color: rgb(48, 54, 60);
  text-align: center;
  padding: 20rem 0;
  position: relative;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .cta.theme-adon-dark {
    padding: 3rem 0;
  }
}
.cta.theme-adon-dark .content-container {
  position: relative;
  z-index: 1;
}
.cta.theme-adon-dark .cta__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta.theme-adon-dark .cta__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cta.theme-adon-dark .cta__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
}
.cta.theme-adon-dark a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.cta.theme-adon-dark h2 {
  text-align: center;
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .cta.theme-adon-dark h2 {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .cta.theme-adon-dark h2 {
    max-width: 100%;
  }
}
.cta.theme-adon-dark p {
  max-width: 75%;
  margin: 0 auto;
  margin-block-start: 40px;
  margin-block-end: 40px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .cta.theme-adon-dark p {
    font-size: 18px;
  }
}
.cta.theme-adon-dark .btn-default {
  background: rgb(255, 255, 255);
  border-color: rgb(48, 54, 60);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(48, 54, 60);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.cta.theme-adon-dark .btn-default:hover {
  background: #e0e0e0;
}
.cta.theme-adon-dark .btn-default:active {
  background: #bfbfbf;
}

.cta.theme-adon-dark.noback {
  padding: 3rem 0;
}

.cta.theme-adon-grey {
  color: rgb(48, 54, 60);
  text-align: center;
  padding: 20rem 0;
  position: relative;
  background-color: rgb(247, 247, 247);
}
@media (max-width: 1023px) {
  .cta.theme-adon-grey {
    padding: 3rem 0;
  }
}
.cta.theme-adon-grey .content-container {
  position: relative;
  z-index: 1;
}
.cta.theme-adon-grey .cta__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta.theme-adon-grey .cta__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cta.theme-adon-grey .cta__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(247, 247, 247);
}
.cta.theme-adon-grey a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.cta.theme-adon-grey h2 {
  text-align: center;
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .cta.theme-adon-grey h2 {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .cta.theme-adon-grey h2 {
    max-width: 100%;
  }
}
.cta.theme-adon-grey p {
  max-width: 75%;
  margin: 0 auto;
  margin-block-start: 40px;
  margin-block-end: 40px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .cta.theme-adon-grey p {
    font-size: 18px;
  }
}
.cta.theme-adon-grey .btn-default {
  background: rgb(247, 247, 247);
  border-color: rgb(48, 54, 60);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(48, 54, 60);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.cta.theme-adon-grey .btn-default:hover {
  background: white;
}
.cta.theme-adon-grey .btn-default:active {
  background: white;
}

.cta.theme-adon-grey.noback {
  padding: 3rem 0;
}

/**
 * Button Section scss
 */
.button.theme-adon-light {
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  /*
  .btn.btn-defaulter {
      font-size:18px;
      text-decoration:none !important;
      color:$color;
      height:55px;
      font-weight:300;
      line-height:55px;
      display:inline-block;
      min-width:0px;
      width:300px;
      border-radius:40px 40px;
      text-transform: none;
      background-color: darken($bg, 5%);
      border:1px solid  darken($bg, 5%);
      padding-right:0 !important;
      padding-left:0 !important;
      text-align:center;
      margin-top:0;
      transition: all 0.534s ease-out;
      overflow:hidden;

      @include max-screen(lg) {
          font-size:16px;
      }

      &:hover {
          background-color:lighten($bg, 15%);
          border:1px solid darken($bg, 10%);
      }
  }
  */
}
.button.theme-adon-light .content {
  display: flex;
}
@media (max-width: 1023px) {
  .button.theme-adon-light .content {
    gap: 20px;
  }
}
.button.theme-adon-light .subhead {
  font-size: 16px;
  font-weight: 500;
}
.button.theme-adon-light .btn.btn-defaulter {
  background: rgb(26, 26, 26);
  border-color: rgb(255, 255, 255);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(255, 255, 255);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.button.theme-adon-light .btn.btn-defaulter:hover {
  background: #393939;
}
.button.theme-adon-light .btn.btn-defaulter:active {
  background: #5a5a5a;
}

.button.theme-adon-dark {
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  /*
  .btn.btn-defaulter {
      font-size:18px;
      text-decoration:none !important;
      color:$color;
      height:55px;
      font-weight:300;
      line-height:55px;
      display:inline-block;
      min-width:0px;
      width:300px;
      border-radius:40px 40px;
      text-transform: none;
      background-color: darken($bg, 5%);
      border:1px solid  darken($bg, 5%);
      padding-right:0 !important;
      padding-left:0 !important;
      text-align:center;
      margin-top:0;
      transition: all 0.534s ease-out;
      overflow:hidden;

      @include max-screen(lg) {
          font-size:16px;
      }

      &:hover {
          background-color:lighten($bg, 15%);
          border:1px solid darken($bg, 10%);
      }
  }
  */
}
.button.theme-adon-dark .content {
  display: flex;
}
@media (max-width: 1023px) {
  .button.theme-adon-dark .content {
    gap: 20px;
  }
}
.button.theme-adon-dark .subhead {
  font-size: 16px;
  font-weight: 500;
}
.button.theme-adon-dark .btn.btn-defaulter {
  background: rgb(255, 255, 255);
  border-color: rgb(48, 54, 60);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(48, 54, 60);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.button.theme-adon-dark .btn.btn-defaulter:hover {
  background: #e0e0e0;
}
.button.theme-adon-dark .btn.btn-defaulter:active {
  background: #bfbfbf;
}

.button.theme-adon-grey {
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  /*
  .btn.btn-defaulter {
      font-size:18px;
      text-decoration:none !important;
      color:$color;
      height:55px;
      font-weight:300;
      line-height:55px;
      display:inline-block;
      min-width:0px;
      width:300px;
      border-radius:40px 40px;
      text-transform: none;
      background-color: darken($bg, 5%);
      border:1px solid  darken($bg, 5%);
      padding-right:0 !important;
      padding-left:0 !important;
      text-align:center;
      margin-top:0;
      transition: all 0.534s ease-out;
      overflow:hidden;

      @include max-screen(lg) {
          font-size:16px;
      }

      &:hover {
          background-color:lighten($bg, 15%);
          border:1px solid darken($bg, 10%);
      }
  }
  */
}
.button.theme-adon-grey .content {
  display: flex;
}
@media (max-width: 1023px) {
  .button.theme-adon-grey .content {
    gap: 20px;
  }
}
.button.theme-adon-grey .subhead {
  font-size: 16px;
  font-weight: 500;
}
.button.theme-adon-grey .btn.btn-defaulter {
  background: rgb(247, 247, 247);
  border-color: rgb(48, 54, 60);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(48, 54, 60);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.button.theme-adon-grey .btn.btn-defaulter:hover {
  background: white;
}
.button.theme-adon-grey .btn.btn-defaulter:active {
  background: white;
}

/**
* Logo SVG
*/
.cls-1, .cls-2, .cls-3 {
  stroke-width: 0px;
}

.cls-4 {
  clip-path: url(#clippath);
}

.cls-2 {
  fill: none;
}

.cls-5 {
  clip-path: url(#clippath-1);
}

.cls-6 {
  clip-path: url(#clippath-4);
}

.cls-7 {
  clip-path: url(#clippath-3);
}

.cls-8 {
  clip-path: url(#clippath-2);
}

.cls-9 {
  clip-path: url(#clippath-7);
}

.cls-10 {
  clip-path: url(#clippath-8);
}

.cls-11 {
  clip-path: url(#clippath-6);
}

.cls-12 {
  clip-path: url(#clippath-5);
}

.cls-13 {
  clip-path: url(#clippath-9);
}

.cls-14 {
  clip-path: url(#clippath-10);
}

.cls-15 {
  opacity: 1;
}

.theme-adon-light .adon-header {
  transition: all 0.298s ease-out;
  padding: 2rem 0;
  background-color: rgb(26, 26, 26);
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
}
.theme-adon-light .adon-header.scrolling {
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.13144);
}
@media (min-width: 1024px) {
  .theme-adon-light .adon-header.scrolling {
    padding: 1rem 0;
  }
}
.theme-adon-light .adon-header.topper {
  background-color: rgb(26, 26, 26);
}
@media (max-width: 1023px) {
  .theme-adon-light .adon-header {
    padding: 0.5rem 0;
  }
}
.theme-adon-light .adon-header #adONLogo {
  width: 145px;
  height: auto;
  transition: all 0.34s ease-out;
  position: relative;
  left: 0;
}
.theme-adon-light .adon-header #adONLogo .cls-1 {
  fill: rgb(255, 255, 255);
}
.theme-adon-light .adon-header #adONLogo .cls-3 {
  fill: rgb(255, 255, 255);
}
.theme-adon-light .adon-header .content-container {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: transparent;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .theme-adon-light .adon-header .content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1281px) {
  .theme-adon-light .adon-header .content-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .theme-adon-light .adon-header .content-container nav {
    display: none;
  }
}
.theme-adon-light .adon-header .content-container nav .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: transparent;
}
.theme-adon-light .adon-header .menu-primary-container {
  display: flex;
  justify-content: space-between;
}
.theme-adon-light .adon-header .content-container nav .menu li {
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .theme-adon-light .adon-header .content-container nav .menu li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.theme-adon-light .adon-header .content-container nav .menu li:last-child {
  padding-right: 0px;
}
@media (max-width: 1280px) {
  .theme-adon-light .adon-header .content-container nav .menu li:last-child {
    padding-right: 0px;
  }
}
.theme-adon-light .adon-header .content-container nav .menu li a {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
}
@media (max-width: 1280px) {
  .theme-adon-light .adon-header .content-container nav .menu li a {
    font-size: 21px;
  }
}
.theme-adon-light .adon-header .content-container nav .menu li a:after {
  position: absolute;
  left: 50%;
  top: 150%;
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(250, 9, 5);
  opacity: 0;
  width: 0;
  transform: translate(-50%, 0);
  transition: all 0.272s linear;
}
.theme-adon-light .adon-header .content-container nav .menu li.projektanfrage a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
  overflow: visible;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 60px;
}
@media (max-width: 1280px) {
  .theme-adon-light .adon-header .content-container nav .menu li.projektanfrage a {
    font-size: 21px;
  }
}
.theme-adon-light .adon-header .content-container nav .menu li.projektanfrage a:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 55px;
  height: 55px;
  opacity: 1;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 110 135\" style=\"enable-background:new 0 0 110 135;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgb%28255, 255, 255%29 %21important;}.st0{fill:rgb%28250, 9, 5%29 %21important;}</style><g><path class=\"st1\" d=\"M48.9,29c-2.5,0-5.1,0.4-7.6,1.1C27.8,33.7,18.3,46,18.3,60c0,14,9.4,26.3,22.9,29.9c13.5,3.6,27.8-2.3,34.8-14.4l0,0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-6.1,10.6-18.6,15.8-30.5,12.6C30.4,83,22.2,72.3,22.2,60s8.2-23,20.1-26.2c11.9-3.2,24.3,2,30.5,12.6v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C70.4,34.7,59.9,28.9,48.9,29L48.9,29z\"/><path class=\"st1\" d=\"M49,39.7c-1.7,0-3.3,0.2-5,0.7C35.1,42.7,29,50.8,29,60S35.1,77.3,44,79.6c8.9,2.4,18.3-1.5,22.9-9.5v0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-3.7,6.5-11.3,9.6-18.5,7.7C37.8,74,32.8,67.5,32.8,60s5-14,12.2-15.9c7.2-1.9,14.8,1.2,18.5,7.7v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C63.2,43.4,56.3,39.6,49,39.7L49,39.7z\"/><path class=\"st1\" d=\"M49.3,50.5c-2.7,0-5.4,1.2-7.3,3.4c-3,3.5-3,8.7,0,12.2c3,3.5,8.1,4.4,12.1,2.1l0,0c0.9-0.5,1.2-1.7,0.7-2.6c-0.3-0.4-0.7-0.8-1.2-0.9c-0.5-0.1-1-0.1-1.5,0.2c-2.4,1.4-5.4,0.9-7.2-1.3c-1.8-2.1-1.8-5.2,0-7.3c1.8-2.1,4.8-2.6,7.2-1.3c0.4,0.3,1,0.3,1.5,0.2c0.5-0.1,0.9-0.5,1.2-0.9c0.5-0.9,0.2-2.1-0.7-2.6C52.6,50.9,50.9,50.5,49.3,50.5L49.3,50.5z\"/><path class=\"st0\" d=\"M49.8,58.1c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.9-0.6,1.4s0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.4,0.6h35c0.5,0,1-0.2,1.4-0.6c0.4-0.4,0.6-0.9,0.6-1.4s-0.2-1-0.6-1.4c-0.4-0.4-0.9-0.6-1.4-0.6H49.8z\"/><path class=\"st0\" d=\"M77,49.3c-0.7,0-1.4,0.4-1.7,1l-4.8,8.8c-0.3,0.6-0.3,1.3,0,1.8l4.8,8.8c0.3,0.6,1,1,1.7,1h12.7c0.7,0,1.3-0.4,1.7-0.9c0.3-0.6,0.4-1.3,0-1.9L87.2,60l4.3-7.9c0.3-0.6,0.3-1.3,0-1.9c-0.3-0.6-1-0.9-1.7-0.9L77,49.3z M78.1,53.1h8.3l-3.2,5.9v0c-0.3,0.6-0.3,1.3,0,1.8l3.2,5.9h-8.3L74.4,60L78.1,53.1z\"/></g></svg>");
  background-size: 62px auto;
  background-repeat: no-repeat;
  background-position: 0 30%;
  overflow: visible;
  transform: translate(0, -50%);
  transition: all 0.272s linear;
}
.theme-adon-light .adon-header .content-container nav .menu li:not(.projektanfrage) a:hover:after, .theme-adon-light .adon-header .content-container nav .menu li:not(.projektanfrage).current_page_item a:after, .theme-adon-light .adon-header .content-container nav .menu li:not(.projektanfrage).current-menu-item a:after,
.theme-adon-light .adon-header .content-container nav .menu li.current-menu-ancestor a:after {
  top: 105%;
  opacity: 1;
  width: 100%;
}
.theme-adon-light .adon-header .content-container nav .menu li a {
  position: relative;
  transition: all 0.272s linear;
  top: 0;
}
.theme-adon-light .adon-header .content-container nav .menu li:not(.projektanfrage) a:hover, .theme-adon-light .adon-header .content-container nav .menu li.current_page_item:not(.projektanfrage) a, .theme-adon-light .adon-header .content-container nav .menu li.current-menu-item:not(.projektanfrage) a,
.theme-adon-light .adon-header .content-container nav .menu li.current-menu-ancestor {
  top: -2px;
}
.theme-adon-light .adon-header .content-container nav .menu li.projektanfrage a:hover:after, .theme-adon-light .adon-header .content-container nav .menu li.projektanfrage.current_page_item a:after, .theme-adon-light .adon-header .content-container nav .menu li.projektanfrage.current-menu-item a:after {
  transform: translate(0, -50%) rotate(180deg);
}
.theme-adon-light .adon-header .content-container nav .menu li.projektanfrage a:hover, .theme-adon-light .adon-header .content-container nav .menu li.current_page_item.projektanfrage a, .theme-adon-light .adon-header .content-container nav .menu li.current-menu-item.projektanfrage a {
  padding-right: 5px;
  padding-left: 55px;
}
@media (max-width: 1023px) {
  .theme-adon-light .adon-header #adONLogoMenu .cls-1 {
    fill: rgb(231, 38, 0);
  }
  .theme-adon-light .adon-header #adONLogoMenu .cls-3 {
    fill: #000000;
  }
}
@media (min-width: 1024px) {
  .theme-adon-light .adon-header #adONLogoMenu .cls-1 {
    fill: rgb(231, 38, 0);
  }
  .theme-adon-light .adon-header #adONLogoMenu .cls-3 {
    fill: #000000;
  }
}
.theme-adon-light .adon-header .mobile-menu-header {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1024px) {
  .theme-adon-light .adon-header .mobile-menu-header {
    display: none;
  }
}
.theme-adon-light .adon-header .content-container .hamburger .menu {
  list-style-type: none;
  margin-left: 20px;
  padding: 0;
  display: block;
}
@media (max-width: 1023px) {
  .theme-adon-light .adon-header .content-container .hamburger .menu {
    margin-left: 0px;
  }
}
.theme-adon-light .adon-header .butt-line {
  display: block;
  margin-bottom: 15px;
}
.theme-adon-light .adon-header .butt-line.morph {
  margin-left: 20px;
}
@media (min-width: 1000px) {
  .theme-adon-light .adon-header .content-container .hamburger .menu {
    margin-left: 40px;
  }
  .theme-adon-light .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-light .adon-header .butt-line.morph {
    margin-left: 60px;
  }
}
@media (min-width: 1300px) {
  .theme-adon-light .adon-header .content-container .hamburger .menu {
    margin-left: 60px;
  }
  .theme-adon-light .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-light .adon-header .butt-line.morph {
    margin-left: 80px;
  }
}
@media (min-width: 1600px) {
  .theme-adon-light .adon-header .content-container .hamburger .menu {
    margin-left: 100px;
  }
  .theme-adon-light .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-light .adon-header .butt-line.morph {
    margin-left: 120px;
  }
}
.theme-adon-light .adon-header .adon-header.topper {
  background-color: transparent;
}

.theme-adon-dark .adon-header {
  transition: all 0.298s ease-out;
  padding: 2rem 0;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
}
.theme-adon-dark .adon-header.scrolling {
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.13144);
}
@media (min-width: 1024px) {
  .theme-adon-dark .adon-header.scrolling {
    padding: 1rem 0;
  }
}
.theme-adon-dark .adon-header.topper {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .theme-adon-dark .adon-header {
    padding: 0.5rem 0;
  }
}
.theme-adon-dark .adon-header #adONLogo {
  width: 145px;
  height: auto;
  transition: all 0.34s ease-out;
  position: relative;
  left: 0;
}
.theme-adon-dark .adon-header #adONLogo .cls-1 {
  fill: rgb(250, 9, 5);
}
.theme-adon-dark .adon-header #adONLogo .cls-3 {
  fill: rgb(26, 26, 26);
}
.theme-adon-dark .adon-header .content-container {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: transparent;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .theme-adon-dark .adon-header .content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1281px) {
  .theme-adon-dark .adon-header .content-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .theme-adon-dark .adon-header .content-container nav {
    display: none;
  }
}
.theme-adon-dark .adon-header .content-container nav .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: transparent;
}
.theme-adon-dark .adon-header .menu-primary-container {
  display: flex;
  justify-content: space-between;
}
.theme-adon-dark .adon-header .content-container nav .menu li {
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .theme-adon-dark .adon-header .content-container nav .menu li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.theme-adon-dark .adon-header .content-container nav .menu li:last-child {
  padding-right: 0px;
}
@media (max-width: 1280px) {
  .theme-adon-dark .adon-header .content-container nav .menu li:last-child {
    padding-right: 0px;
  }
}
.theme-adon-dark .adon-header .content-container nav .menu li a {
  color: rgb(26, 26, 26);
  background-color: transparent;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
}
@media (max-width: 1280px) {
  .theme-adon-dark .adon-header .content-container nav .menu li a {
    font-size: 21px;
  }
}
.theme-adon-dark .adon-header .content-container nav .menu li a:after {
  position: absolute;
  left: 50%;
  top: 150%;
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(250, 9, 5);
  opacity: 0;
  width: 0;
  transform: translate(-50%, 0);
  transition: all 0.272s linear;
}
.theme-adon-dark .adon-header .content-container nav .menu li.projektanfrage a {
  color: rgb(26, 26, 26);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
  overflow: visible;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 60px;
}
@media (max-width: 1280px) {
  .theme-adon-dark .adon-header .content-container nav .menu li.projektanfrage a {
    font-size: 21px;
  }
}
.theme-adon-dark .adon-header .content-container nav .menu li.projektanfrage a:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 55px;
  height: 55px;
  opacity: 1;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 110 135\" style=\"enable-background:new 0 0 110 135;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgb%2826, 26, 26%29 %21important;}.st0{fill:rgb%28250, 9, 5%29 %21important;}</style><g><path class=\"st1\" d=\"M48.9,29c-2.5,0-5.1,0.4-7.6,1.1C27.8,33.7,18.3,46,18.3,60c0,14,9.4,26.3,22.9,29.9c13.5,3.6,27.8-2.3,34.8-14.4l0,0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-6.1,10.6-18.6,15.8-30.5,12.6C30.4,83,22.2,72.3,22.2,60s8.2-23,20.1-26.2c11.9-3.2,24.3,2,30.5,12.6v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C70.4,34.7,59.9,28.9,48.9,29L48.9,29z\"/><path class=\"st1\" d=\"M49,39.7c-1.7,0-3.3,0.2-5,0.7C35.1,42.7,29,50.8,29,60S35.1,77.3,44,79.6c8.9,2.4,18.3-1.5,22.9-9.5v0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-3.7,6.5-11.3,9.6-18.5,7.7C37.8,74,32.8,67.5,32.8,60s5-14,12.2-15.9c7.2-1.9,14.8,1.2,18.5,7.7v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C63.2,43.4,56.3,39.6,49,39.7L49,39.7z\"/><path class=\"st1\" d=\"M49.3,50.5c-2.7,0-5.4,1.2-7.3,3.4c-3,3.5-3,8.7,0,12.2c3,3.5,8.1,4.4,12.1,2.1l0,0c0.9-0.5,1.2-1.7,0.7-2.6c-0.3-0.4-0.7-0.8-1.2-0.9c-0.5-0.1-1-0.1-1.5,0.2c-2.4,1.4-5.4,0.9-7.2-1.3c-1.8-2.1-1.8-5.2,0-7.3c1.8-2.1,4.8-2.6,7.2-1.3c0.4,0.3,1,0.3,1.5,0.2c0.5-0.1,0.9-0.5,1.2-0.9c0.5-0.9,0.2-2.1-0.7-2.6C52.6,50.9,50.9,50.5,49.3,50.5L49.3,50.5z\"/><path class=\"st0\" d=\"M49.8,58.1c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.9-0.6,1.4s0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.4,0.6h35c0.5,0,1-0.2,1.4-0.6c0.4-0.4,0.6-0.9,0.6-1.4s-0.2-1-0.6-1.4c-0.4-0.4-0.9-0.6-1.4-0.6H49.8z\"/><path class=\"st0\" d=\"M77,49.3c-0.7,0-1.4,0.4-1.7,1l-4.8,8.8c-0.3,0.6-0.3,1.3,0,1.8l4.8,8.8c0.3,0.6,1,1,1.7,1h12.7c0.7,0,1.3-0.4,1.7-0.9c0.3-0.6,0.4-1.3,0-1.9L87.2,60l4.3-7.9c0.3-0.6,0.3-1.3,0-1.9c-0.3-0.6-1-0.9-1.7-0.9L77,49.3z M78.1,53.1h8.3l-3.2,5.9v0c-0.3,0.6-0.3,1.3,0,1.8l3.2,5.9h-8.3L74.4,60L78.1,53.1z\"/></g></svg>");
  background-size: 62px auto;
  background-repeat: no-repeat;
  background-position: 0 30%;
  overflow: visible;
  transform: translate(0, -50%);
  transition: all 0.272s linear;
}
.theme-adon-dark .adon-header .content-container nav .menu li:not(.projektanfrage) a:hover:after, .theme-adon-dark .adon-header .content-container nav .menu li:not(.projektanfrage).current_page_item a:after, .theme-adon-dark .adon-header .content-container nav .menu li:not(.projektanfrage).current-menu-item a:after,
.theme-adon-dark .adon-header .content-container nav .menu li.current-menu-ancestor a:after {
  top: 105%;
  opacity: 1;
  width: 100%;
}
.theme-adon-dark .adon-header .content-container nav .menu li a {
  position: relative;
  transition: all 0.272s linear;
  top: 0;
}
.theme-adon-dark .adon-header .content-container nav .menu li:not(.projektanfrage) a:hover, .theme-adon-dark .adon-header .content-container nav .menu li.current_page_item:not(.projektanfrage) a, .theme-adon-dark .adon-header .content-container nav .menu li.current-menu-item:not(.projektanfrage) a,
.theme-adon-dark .adon-header .content-container nav .menu li.current-menu-ancestor {
  top: -2px;
}
.theme-adon-dark .adon-header .content-container nav .menu li.projektanfrage a:hover:after, .theme-adon-dark .adon-header .content-container nav .menu li.projektanfrage.current_page_item a:after, .theme-adon-dark .adon-header .content-container nav .menu li.projektanfrage.current-menu-item a:after {
  transform: translate(0, -50%) rotate(180deg);
}
.theme-adon-dark .adon-header .content-container nav .menu li.projektanfrage a:hover, .theme-adon-dark .adon-header .content-container nav .menu li.current_page_item.projektanfrage a, .theme-adon-dark .adon-header .content-container nav .menu li.current-menu-item.projektanfrage a {
  padding-right: 5px;
  padding-left: 55px;
}
@media (max-width: 1023px) {
  .theme-adon-dark .adon-header #adONLogoMenu .cls-1 {
    fill: rgb(231, 38, 0);
  }
  .theme-adon-dark .adon-header #adONLogoMenu .cls-3 {
    fill: #000000;
  }
}
@media (min-width: 1024px) {
  .theme-adon-dark .adon-header #adONLogoMenu .cls-1 {
    fill: rgb(231, 38, 0);
  }
  .theme-adon-dark .adon-header #adONLogoMenu .cls-3 {
    fill: #000000;
  }
}
.theme-adon-dark .adon-header .mobile-menu-header {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1024px) {
  .theme-adon-dark .adon-header .mobile-menu-header {
    display: none;
  }
}
.theme-adon-dark .adon-header .content-container .hamburger .menu {
  list-style-type: none;
  margin-left: 20px;
  padding: 0;
  display: block;
}
@media (max-width: 1023px) {
  .theme-adon-dark .adon-header .content-container .hamburger .menu {
    margin-left: 0px;
  }
}
.theme-adon-dark .adon-header .butt-line {
  display: block;
  margin-bottom: 15px;
}
.theme-adon-dark .adon-header .butt-line.morph {
  margin-left: 20px;
}
@media (min-width: 1000px) {
  .theme-adon-dark .adon-header .content-container .hamburger .menu {
    margin-left: 40px;
  }
  .theme-adon-dark .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-dark .adon-header .butt-line.morph {
    margin-left: 60px;
  }
}
@media (min-width: 1300px) {
  .theme-adon-dark .adon-header .content-container .hamburger .menu {
    margin-left: 60px;
  }
  .theme-adon-dark .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-dark .adon-header .butt-line.morph {
    margin-left: 80px;
  }
}
@media (min-width: 1600px) {
  .theme-adon-dark .adon-header .content-container .hamburger .menu {
    margin-left: 100px;
  }
  .theme-adon-dark .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-dark .adon-header .butt-line.morph {
    margin-left: 120px;
  }
}
.theme-adon-dark .adon-header .adon-header.topper {
  background-color: transparent;
}

.theme-adon-grey .adon-header {
  transition: all 0.298s ease-out;
  padding: 2rem 0;
  background-color: rgb(247, 247, 247);
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
}
.theme-adon-grey .adon-header.scrolling {
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.13144);
}
@media (min-width: 1024px) {
  .theme-adon-grey .adon-header.scrolling {
    padding: 1rem 0;
  }
}
.theme-adon-grey .adon-header.topper {
  background-color: rgb(247, 247, 247);
}
@media (max-width: 1023px) {
  .theme-adon-grey .adon-header {
    padding: 0.5rem 0;
  }
}
.theme-adon-grey .adon-header #adONLogo {
  width: 145px;
  height: auto;
  transition: all 0.34s ease-out;
  position: relative;
  left: 0;
}
.theme-adon-grey .adon-header #adONLogo .cls-1 {
  fill: rgb(250, 9, 5);
}
.theme-adon-grey .adon-header #adONLogo .cls-3 {
  fill: rgb(26, 26, 26);
}
.theme-adon-grey .adon-header .content-container {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: transparent;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .theme-adon-grey .adon-header .content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1281px) {
  .theme-adon-grey .adon-header .content-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .theme-adon-grey .adon-header .content-container nav {
    display: none;
  }
}
.theme-adon-grey .adon-header .content-container nav .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: transparent;
}
.theme-adon-grey .adon-header .menu-primary-container {
  display: flex;
  justify-content: space-between;
}
.theme-adon-grey .adon-header .content-container nav .menu li {
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .theme-adon-grey .adon-header .content-container nav .menu li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.theme-adon-grey .adon-header .content-container nav .menu li:last-child {
  padding-right: 0px;
}
@media (max-width: 1280px) {
  .theme-adon-grey .adon-header .content-container nav .menu li:last-child {
    padding-right: 0px;
  }
}
.theme-adon-grey .adon-header .content-container nav .menu li a {
  color: rgb(26, 26, 26);
  background-color: transparent;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
}
@media (max-width: 1280px) {
  .theme-adon-grey .adon-header .content-container nav .menu li a {
    font-size: 21px;
  }
}
.theme-adon-grey .adon-header .content-container nav .menu li a:after {
  position: absolute;
  left: 50%;
  top: 150%;
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(250, 9, 5);
  opacity: 0;
  width: 0;
  transform: translate(-50%, 0);
  transition: all 0.272s linear;
}
.theme-adon-grey .adon-header .content-container nav .menu li.projektanfrage a {
  color: rgb(26, 26, 26);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
  overflow: visible;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 60px;
}
@media (max-width: 1280px) {
  .theme-adon-grey .adon-header .content-container nav .menu li.projektanfrage a {
    font-size: 21px;
  }
}
.theme-adon-grey .adon-header .content-container nav .menu li.projektanfrage a:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 55px;
  height: 55px;
  opacity: 1;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 110 135\" style=\"enable-background:new 0 0 110 135;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgb%2826, 26, 26%29 %21important;}.st0{fill:rgb%28250, 9, 5%29 %21important;}</style><g><path class=\"st1\" d=\"M48.9,29c-2.5,0-5.1,0.4-7.6,1.1C27.8,33.7,18.3,46,18.3,60c0,14,9.4,26.3,22.9,29.9c13.5,3.6,27.8-2.3,34.8-14.4l0,0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-6.1,10.6-18.6,15.8-30.5,12.6C30.4,83,22.2,72.3,22.2,60s8.2-23,20.1-26.2c11.9-3.2,24.3,2,30.5,12.6v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C70.4,34.7,59.9,28.9,48.9,29L48.9,29z\"/><path class=\"st1\" d=\"M49,39.7c-1.7,0-3.3,0.2-5,0.7C35.1,42.7,29,50.8,29,60S35.1,77.3,44,79.6c8.9,2.4,18.3-1.5,22.9-9.5v0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-3.7,6.5-11.3,9.6-18.5,7.7C37.8,74,32.8,67.5,32.8,60s5-14,12.2-15.9c7.2-1.9,14.8,1.2,18.5,7.7v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C63.2,43.4,56.3,39.6,49,39.7L49,39.7z\"/><path class=\"st1\" d=\"M49.3,50.5c-2.7,0-5.4,1.2-7.3,3.4c-3,3.5-3,8.7,0,12.2c3,3.5,8.1,4.4,12.1,2.1l0,0c0.9-0.5,1.2-1.7,0.7-2.6c-0.3-0.4-0.7-0.8-1.2-0.9c-0.5-0.1-1-0.1-1.5,0.2c-2.4,1.4-5.4,0.9-7.2-1.3c-1.8-2.1-1.8-5.2,0-7.3c1.8-2.1,4.8-2.6,7.2-1.3c0.4,0.3,1,0.3,1.5,0.2c0.5-0.1,0.9-0.5,1.2-0.9c0.5-0.9,0.2-2.1-0.7-2.6C52.6,50.9,50.9,50.5,49.3,50.5L49.3,50.5z\"/><path class=\"st0\" d=\"M49.8,58.1c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.9-0.6,1.4s0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.4,0.6h35c0.5,0,1-0.2,1.4-0.6c0.4-0.4,0.6-0.9,0.6-1.4s-0.2-1-0.6-1.4c-0.4-0.4-0.9-0.6-1.4-0.6H49.8z\"/><path class=\"st0\" d=\"M77,49.3c-0.7,0-1.4,0.4-1.7,1l-4.8,8.8c-0.3,0.6-0.3,1.3,0,1.8l4.8,8.8c0.3,0.6,1,1,1.7,1h12.7c0.7,0,1.3-0.4,1.7-0.9c0.3-0.6,0.4-1.3,0-1.9L87.2,60l4.3-7.9c0.3-0.6,0.3-1.3,0-1.9c-0.3-0.6-1-0.9-1.7-0.9L77,49.3z M78.1,53.1h8.3l-3.2,5.9v0c-0.3,0.6-0.3,1.3,0,1.8l3.2,5.9h-8.3L74.4,60L78.1,53.1z\"/></g></svg>");
  background-size: 62px auto;
  background-repeat: no-repeat;
  background-position: 0 30%;
  overflow: visible;
  transform: translate(0, -50%);
  transition: all 0.272s linear;
}
.theme-adon-grey .adon-header .content-container nav .menu li:not(.projektanfrage) a:hover:after, .theme-adon-grey .adon-header .content-container nav .menu li:not(.projektanfrage).current_page_item a:after, .theme-adon-grey .adon-header .content-container nav .menu li:not(.projektanfrage).current-menu-item a:after,
.theme-adon-grey .adon-header .content-container nav .menu li.current-menu-ancestor a:after {
  top: 105%;
  opacity: 1;
  width: 100%;
}
.theme-adon-grey .adon-header .content-container nav .menu li a {
  position: relative;
  transition: all 0.272s linear;
  top: 0;
}
.theme-adon-grey .adon-header .content-container nav .menu li:not(.projektanfrage) a:hover, .theme-adon-grey .adon-header .content-container nav .menu li.current_page_item:not(.projektanfrage) a, .theme-adon-grey .adon-header .content-container nav .menu li.current-menu-item:not(.projektanfrage) a,
.theme-adon-grey .adon-header .content-container nav .menu li.current-menu-ancestor {
  top: -2px;
}
.theme-adon-grey .adon-header .content-container nav .menu li.projektanfrage a:hover:after, .theme-adon-grey .adon-header .content-container nav .menu li.projektanfrage.current_page_item a:after, .theme-adon-grey .adon-header .content-container nav .menu li.projektanfrage.current-menu-item a:after {
  transform: translate(0, -50%) rotate(180deg);
}
.theme-adon-grey .adon-header .content-container nav .menu li.projektanfrage a:hover, .theme-adon-grey .adon-header .content-container nav .menu li.current_page_item.projektanfrage a, .theme-adon-grey .adon-header .content-container nav .menu li.current-menu-item.projektanfrage a {
  padding-right: 5px;
  padding-left: 55px;
}
@media (max-width: 1023px) {
  .theme-adon-grey .adon-header #adONLogoMenu .cls-1 {
    fill: rgb(231, 38, 0);
  }
  .theme-adon-grey .adon-header #adONLogoMenu .cls-3 {
    fill: #000000;
  }
}
@media (min-width: 1024px) {
  .theme-adon-grey .adon-header #adONLogoMenu .cls-1 {
    fill: rgb(231, 38, 0);
  }
  .theme-adon-grey .adon-header #adONLogoMenu .cls-3 {
    fill: #000000;
  }
}
.theme-adon-grey .adon-header .mobile-menu-header {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1024px) {
  .theme-adon-grey .adon-header .mobile-menu-header {
    display: none;
  }
}
.theme-adon-grey .adon-header .content-container .hamburger .menu {
  list-style-type: none;
  margin-left: 20px;
  padding: 0;
  display: block;
}
@media (max-width: 1023px) {
  .theme-adon-grey .adon-header .content-container .hamburger .menu {
    margin-left: 0px;
  }
}
.theme-adon-grey .adon-header .butt-line {
  display: block;
  margin-bottom: 15px;
}
.theme-adon-grey .adon-header .butt-line.morph {
  margin-left: 20px;
}
@media (min-width: 1000px) {
  .theme-adon-grey .adon-header .content-container .hamburger .menu {
    margin-left: 40px;
  }
  .theme-adon-grey .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-grey .adon-header .butt-line.morph {
    margin-left: 60px;
  }
}
@media (min-width: 1300px) {
  .theme-adon-grey .adon-header .content-container .hamburger .menu {
    margin-left: 60px;
  }
  .theme-adon-grey .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-grey .adon-header .butt-line.morph {
    margin-left: 80px;
  }
}
@media (min-width: 1600px) {
  .theme-adon-grey .adon-header .content-container .hamburger .menu {
    margin-left: 100px;
  }
  .theme-adon-grey .adon-header .butt-line {
    display: block;
    margin-bottom: 15px;
  }
  .theme-adon-grey .adon-header .butt-line.morph {
    margin-left: 120px;
  }
}
.theme-adon-grey .adon-header .adon-header.topper {
  background-color: transparent;
}

.theme-adon-light .hamburger-morph .morph-out-menu {
  position: fixed;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: start;
  z-index: 100009;
  justify-content: end;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0%;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  /*
                      background-image:
                      repeating-linear-gradient(
                            -45deg,
                            #ffffff,
                            #ffffff 1rem,
                            darken(#ffffff,1%) 1rem,
                            darken(#ffffff,1%) 2rem
                          );
                        background-size: 200% 200%;

                      background: linear-gradient(35deg, rgba(0,0,0,0.5), $red);
                      background-size: 400% 400%;


                      animation: barberpole 500s linear infinite;
  */
}
@media (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .morph-out-menu {
    display: none;
  }
}
@media (min-width: 769px) {
  .theme-adon-light .hamburger-morph .morph-out-menu {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .morph-out-menu {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .morph-out-menu {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .morph-out-menu {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .morph-out-menu {
    color: #111;
  }
}
.theme-adon-light .morph-container {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 1023px) {
  .theme-adon-light .morph-container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.theme-adon-light .hamburger-morph .morph-out-menu .butts-outer {
  display: none;
  margin-left: 40px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .morph-out-menu .butts-outer {
    margin-left: 20px;
  }
}
.theme-adon-light .hamburger-morph .morph-out-menu .butts-outer a {
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .theme-adon-light {
    /* .hamburger-morph .morph-out-menu .logo {
        position:absolute;
        left:60px;
    } */
  }
}
.theme-adon-light .hamburger-morph .menu-primary-container {
  display: flex;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu-primary-container {
    display: block;
    padding-right: 0px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .theme-adon-light {
    /* .hamburger-morph .morph-out-menu .logo {
        position:absolute;
        left:60px;
    } */
  }
}
.theme-adon-light .hamburger-morph #menu-primary-1 {
  position: relative;
  top: 0px;
  right: 0%;
  opacity: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 40px;
  transition: all 0.34s ease-in;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph #menu-primary-1 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.theme-adon-light .hamburger-morph #menu-primary-1 .sub-menu {
  width: 100%;
}
.theme-adon-light .hamburger-morph #menu-primary-1 .sub-menu .sub-menu {
  width: 100%;
}
.theme-adon-light .hamburger-morph #menu-primary-1.open {
  opacity: 1;
  top: 0px;
  right: 0%;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph #menu-primary-1.open {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    width: 100%;
    margin-left: 0;
    left: -100%;
  }
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph #menu-primary-1.open.open-1 {
    width: 100%;
    left: -200%;
  }
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph #menu-primary-1.open.open-2 {
    width: 100%;
    left: -300%;
  }
}
.theme-adon-light .hamburger-morph .menu li {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.theme-adon-light .hamburger-morph #menu-primary-1.menu li {
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph #menu-primary-1.menu li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.theme-adon-light .hamburger-morph #menu-primary-1.menu li.mobile-menu-header {
  margin-bottom: 20px;
}
.theme-adon-light .hamburger-morph .menu li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s ease-out 0.004s;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .menu li a {
    color: #111;
  }
}
.theme-adon-light .hamburger-morph .menu li.mobile-menu-header a {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li.mobile-menu-header a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .menu li.mobile-menu-header a {
    color: #111;
  }
}
.theme-adon-light .hamburger-morph .menu li.mobile-menu-header a:after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 3px 50%, 6px 50%;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 15px;
  content: "";
}
@media only screen and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li.mobile-menu-header a:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%28-180deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightw\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2848, 54, 60%29;\"></path></g></svg>");
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .menu li.mobile-menu-header a:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%28-180deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righte\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
.theme-adon-light .hamburger-morph .menu li.mobile-menu-header a span {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.theme-adon-light .hamburger-morph .menu li.projektanfrage a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
  overflow: visible;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 70px;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li.projektanfrage a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .menu li.projektanfrage a {
    color: #111;
  }
}
.theme-adon-light .hamburger-morph .menu li.projektanfrage a:after {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "";
  width: 55px;
  height: 55px;
  opacity: 1;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 110 135\" style=\"enable-background:new 0 0 110 135;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgb%2826, 26, 26%29 %21important;}.st0{fill:rgb%28250, 9, 5%29 %21important;}</style><g><path class=\"st1\" d=\"M48.9,29c-2.5,0-5.1,0.4-7.6,1.1C27.8,33.7,18.3,46,18.3,60c0,14,9.4,26.3,22.9,29.9c13.5,3.6,27.8-2.3,34.8-14.4l0,0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-6.1,10.6-18.6,15.8-30.5,12.6C30.4,83,22.2,72.3,22.2,60s8.2-23,20.1-26.2c11.9-3.2,24.3,2,30.5,12.6v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C70.4,34.7,59.9,28.9,48.9,29L48.9,29z\"/><path class=\"st1\" d=\"M49,39.7c-1.7,0-3.3,0.2-5,0.7C35.1,42.7,29,50.8,29,60S35.1,77.3,44,79.6c8.9,2.4,18.3-1.5,22.9-9.5v0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-3.7,6.5-11.3,9.6-18.5,7.7C37.8,74,32.8,67.5,32.8,60s5-14,12.2-15.9c7.2-1.9,14.8,1.2,18.5,7.7v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C63.2,43.4,56.3,39.6,49,39.7L49,39.7z\"/><path class=\"st1\" d=\"M49.3,50.5c-2.7,0-5.4,1.2-7.3,3.4c-3,3.5-3,8.7,0,12.2c3,3.5,8.1,4.4,12.1,2.1l0,0c0.9-0.5,1.2-1.7,0.7-2.6c-0.3-0.4-0.7-0.8-1.2-0.9c-0.5-0.1-1-0.1-1.5,0.2c-2.4,1.4-5.4,0.9-7.2-1.3c-1.8-2.1-1.8-5.2,0-7.3c1.8-2.1,4.8-2.6,7.2-1.3c0.4,0.3,1,0.3,1.5,0.2c0.5-0.1,0.9-0.5,1.2-0.9c0.5-0.9,0.2-2.1-0.7-2.6C52.6,50.9,50.9,50.5,49.3,50.5L49.3,50.5z\"/><path class=\"st0\" d=\"M49.8,58.1c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.9-0.6,1.4s0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.4,0.6h35c0.5,0,1-0.2,1.4-0.6c0.4-0.4,0.6-0.9,0.6-1.4s-0.2-1-0.6-1.4c-0.4-0.4-0.9-0.6-1.4-0.6H49.8z\"/><path class=\"st0\" d=\"M77,49.3c-0.7,0-1.4,0.4-1.7,1l-4.8,8.8c-0.3,0.6-0.3,1.3,0,1.8l4.8,8.8c0.3,0.6,1,1,1.7,1h12.7c0.7,0,1.3-0.4,1.7-0.9c0.3-0.6,0.4-1.3,0-1.9L87.2,60l4.3-7.9c0.3-0.6,0.3-1.3,0-1.9c-0.3-0.6-1-0.9-1.7-0.9L77,49.3z M78.1,53.1h8.3l-3.2,5.9v0c-0.3,0.6-0.3,1.3,0,1.8l3.2,5.9h-8.3L74.4,60L78.1,53.1z\"/></g></svg>");
  background-size: 62px auto;
  background-repeat: no-repeat;
  background-position: 0 30%;
  overflow: visible;
  transform: translate(0, -50%);
  transition: all 0.272s linear;
}
.theme-adon-light .hamburger-morph .menu li.projektanfrage a:hover:after, .theme-adon-light .hamburger-morph .menu li.projektanfrage.current_page_item a:after, .theme-adon-light .hamburger-morph .menu li.projektanfrage.current-menu-item a:after {
  transform: translate(0, -50%) rotate(180deg);
}
.theme-adon-light .hamburger-morph .menu li.projektanfrage a:hover, .theme-adon-light .hamburger-morph .menu li.projektanfrage.current_page_item a, .theme-adon-light .hamburger-morph .menu li.projektanfrage.current-menu-item a {
  padding-right: 5px;
  padding-left: 65px;
}
.theme-adon-light .hamburger-morph .menu li ul {
  margin-bottom: 20px;
  margin-top: 20px;
  list-style-type: none;
  display: flex;
  padding-inline-start: 0px;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li ul {
    padding-inline-start: 20px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: all 0.23s linear;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li ul.open {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li > a.counterwares {
    display: inline-block;
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li > a.counterwares:after {
    content: "";
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0px solid PaleGreen;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    right: 0;
    position: absolute;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li > a.counterwares:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righta\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%28250, 9, 5%29;\"></path></g></svg>");
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .menu li > a.counterwares:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightd\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li > a.counterwares.open:after {
    content: "";
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0px solid PaleGreen;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph .menu li > a.counterwares.open:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righta\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%28250, 9, 5%29;\"></path></g></svg>");
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph .menu li > a.counterwares.open:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightd\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
.theme-adon-light .hamburger-morph #menu-footer.menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme-adon-light .hamburger-morph #menu-footer.menu li a {
  color: #111111;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-light .hamburger-morph #menu-footer.menu li a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-light .hamburger-morph #menu-footer.menu li a {
    color: #111;
  }
}

.theme-adon-dark .hamburger-morph .morph-out-menu {
  position: fixed;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: start;
  z-index: 100009;
  justify-content: end;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0%;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  /*
                      background-image:
                      repeating-linear-gradient(
                            -45deg,
                            #ffffff,
                            #ffffff 1rem,
                            darken(#ffffff,1%) 1rem,
                            darken(#ffffff,1%) 2rem
                          );
                        background-size: 200% 200%;

                      background: linear-gradient(35deg, rgba(0,0,0,0.5), $red);
                      background-size: 400% 400%;


                      animation: barberpole 500s linear infinite;
  */
}
@media (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .morph-out-menu {
    display: none;
  }
}
@media (min-width: 769px) {
  .theme-adon-dark .hamburger-morph .morph-out-menu {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .morph-out-menu {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .morph-out-menu {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .morph-out-menu {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .morph-out-menu {
    color: #111;
  }
}
.theme-adon-dark .morph-container {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 1023px) {
  .theme-adon-dark .morph-container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.theme-adon-dark .hamburger-morph .morph-out-menu .butts-outer {
  display: none;
  margin-left: 40px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .morph-out-menu .butts-outer {
    margin-left: 20px;
  }
}
.theme-adon-dark .hamburger-morph .morph-out-menu .butts-outer a {
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .theme-adon-dark {
    /* .hamburger-morph .morph-out-menu .logo {
        position:absolute;
        left:60px;
    } */
  }
}
.theme-adon-dark .hamburger-morph .menu-primary-container {
  display: flex;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu-primary-container {
    display: block;
    padding-right: 0px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .theme-adon-dark {
    /* .hamburger-morph .morph-out-menu .logo {
        position:absolute;
        left:60px;
    } */
  }
}
.theme-adon-dark .hamburger-morph #menu-primary-1 {
  position: relative;
  top: 0px;
  right: 0%;
  opacity: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 40px;
  transition: all 0.34s ease-in;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph #menu-primary-1 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.theme-adon-dark .hamburger-morph #menu-primary-1 .sub-menu {
  width: 100%;
}
.theme-adon-dark .hamburger-morph #menu-primary-1 .sub-menu .sub-menu {
  width: 100%;
}
.theme-adon-dark .hamburger-morph #menu-primary-1.open {
  opacity: 1;
  top: 0px;
  right: 0%;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph #menu-primary-1.open {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    width: 100%;
    margin-left: 0;
    left: -100%;
  }
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph #menu-primary-1.open.open-1 {
    width: 100%;
    left: -200%;
  }
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph #menu-primary-1.open.open-2 {
    width: 100%;
    left: -300%;
  }
}
.theme-adon-dark .hamburger-morph .menu li {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.theme-adon-dark .hamburger-morph #menu-primary-1.menu li {
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph #menu-primary-1.menu li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.theme-adon-dark .hamburger-morph #menu-primary-1.menu li.mobile-menu-header {
  margin-bottom: 20px;
}
.theme-adon-dark .hamburger-morph .menu li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s ease-out 0.004s;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .menu li a {
    color: #111;
  }
}
.theme-adon-dark .hamburger-morph .menu li.mobile-menu-header a {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li.mobile-menu-header a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .menu li.mobile-menu-header a {
    color: #111;
  }
}
.theme-adon-dark .hamburger-morph .menu li.mobile-menu-header a:after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 3px 50%, 6px 50%;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 15px;
  content: "";
}
@media only screen and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li.mobile-menu-header a:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%28-180deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightw\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2848, 54, 60%29;\"></path></g></svg>");
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .menu li.mobile-menu-header a:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%28-180deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righte\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
.theme-adon-dark .hamburger-morph .menu li.mobile-menu-header a span {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.theme-adon-dark .hamburger-morph .menu li.projektanfrage a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
  overflow: visible;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 70px;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li.projektanfrage a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .menu li.projektanfrage a {
    color: #111;
  }
}
.theme-adon-dark .hamburger-morph .menu li.projektanfrage a:after {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "";
  width: 55px;
  height: 55px;
  opacity: 1;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 110 135\" style=\"enable-background:new 0 0 110 135;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgb%2826, 26, 26%29 %21important;}.st0{fill:rgb%28250, 9, 5%29 %21important;}</style><g><path class=\"st1\" d=\"M48.9,29c-2.5,0-5.1,0.4-7.6,1.1C27.8,33.7,18.3,46,18.3,60c0,14,9.4,26.3,22.9,29.9c13.5,3.6,27.8-2.3,34.8-14.4l0,0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-6.1,10.6-18.6,15.8-30.5,12.6C30.4,83,22.2,72.3,22.2,60s8.2-23,20.1-26.2c11.9-3.2,24.3,2,30.5,12.6v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C70.4,34.7,59.9,28.9,48.9,29L48.9,29z\"/><path class=\"st1\" d=\"M49,39.7c-1.7,0-3.3,0.2-5,0.7C35.1,42.7,29,50.8,29,60S35.1,77.3,44,79.6c8.9,2.4,18.3-1.5,22.9-9.5v0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-3.7,6.5-11.3,9.6-18.5,7.7C37.8,74,32.8,67.5,32.8,60s5-14,12.2-15.9c7.2-1.9,14.8,1.2,18.5,7.7v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C63.2,43.4,56.3,39.6,49,39.7L49,39.7z\"/><path class=\"st1\" d=\"M49.3,50.5c-2.7,0-5.4,1.2-7.3,3.4c-3,3.5-3,8.7,0,12.2c3,3.5,8.1,4.4,12.1,2.1l0,0c0.9-0.5,1.2-1.7,0.7-2.6c-0.3-0.4-0.7-0.8-1.2-0.9c-0.5-0.1-1-0.1-1.5,0.2c-2.4,1.4-5.4,0.9-7.2-1.3c-1.8-2.1-1.8-5.2,0-7.3c1.8-2.1,4.8-2.6,7.2-1.3c0.4,0.3,1,0.3,1.5,0.2c0.5-0.1,0.9-0.5,1.2-0.9c0.5-0.9,0.2-2.1-0.7-2.6C52.6,50.9,50.9,50.5,49.3,50.5L49.3,50.5z\"/><path class=\"st0\" d=\"M49.8,58.1c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.9-0.6,1.4s0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.4,0.6h35c0.5,0,1-0.2,1.4-0.6c0.4-0.4,0.6-0.9,0.6-1.4s-0.2-1-0.6-1.4c-0.4-0.4-0.9-0.6-1.4-0.6H49.8z\"/><path class=\"st0\" d=\"M77,49.3c-0.7,0-1.4,0.4-1.7,1l-4.8,8.8c-0.3,0.6-0.3,1.3,0,1.8l4.8,8.8c0.3,0.6,1,1,1.7,1h12.7c0.7,0,1.3-0.4,1.7-0.9c0.3-0.6,0.4-1.3,0-1.9L87.2,60l4.3-7.9c0.3-0.6,0.3-1.3,0-1.9c-0.3-0.6-1-0.9-1.7-0.9L77,49.3z M78.1,53.1h8.3l-3.2,5.9v0c-0.3,0.6-0.3,1.3,0,1.8l3.2,5.9h-8.3L74.4,60L78.1,53.1z\"/></g></svg>");
  background-size: 62px auto;
  background-repeat: no-repeat;
  background-position: 0 30%;
  overflow: visible;
  transform: translate(0, -50%);
  transition: all 0.272s linear;
}
.theme-adon-dark .hamburger-morph .menu li.projektanfrage a:hover:after, .theme-adon-dark .hamburger-morph .menu li.projektanfrage.current_page_item a:after, .theme-adon-dark .hamburger-morph .menu li.projektanfrage.current-menu-item a:after {
  transform: translate(0, -50%) rotate(180deg);
}
.theme-adon-dark .hamburger-morph .menu li.projektanfrage a:hover, .theme-adon-dark .hamburger-morph .menu li.projektanfrage.current_page_item a, .theme-adon-dark .hamburger-morph .menu li.projektanfrage.current-menu-item a {
  padding-right: 5px;
  padding-left: 65px;
}
.theme-adon-dark .hamburger-morph .menu li ul {
  margin-bottom: 20px;
  margin-top: 20px;
  list-style-type: none;
  display: flex;
  padding-inline-start: 0px;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li ul {
    padding-inline-start: 20px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: all 0.23s linear;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li ul.open {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li > a.counterwares {
    display: inline-block;
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li > a.counterwares:after {
    content: "";
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0px solid PaleGreen;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    right: 0;
    position: absolute;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li > a.counterwares:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righta\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%28250, 9, 5%29;\"></path></g></svg>");
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .menu li > a.counterwares:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightd\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li > a.counterwares.open:after {
    content: "";
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0px solid PaleGreen;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph .menu li > a.counterwares.open:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righta\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%28250, 9, 5%29;\"></path></g></svg>");
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph .menu li > a.counterwares.open:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightd\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
.theme-adon-dark .hamburger-morph #menu-footer.menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme-adon-dark .hamburger-morph #menu-footer.menu li a {
  color: #111111;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-dark .hamburger-morph #menu-footer.menu li a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-dark .hamburger-morph #menu-footer.menu li a {
    color: #111;
  }
}

.theme-adon-grey .hamburger-morph .morph-out-menu {
  position: fixed;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: start;
  z-index: 100009;
  justify-content: end;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0%;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  /*
                      background-image:
                      repeating-linear-gradient(
                            -45deg,
                            #ffffff,
                            #ffffff 1rem,
                            darken(#ffffff,1%) 1rem,
                            darken(#ffffff,1%) 2rem
                          );
                        background-size: 200% 200%;

                      background: linear-gradient(35deg, rgba(0,0,0,0.5), $red);
                      background-size: 400% 400%;


                      animation: barberpole 500s linear infinite;
  */
}
@media (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .morph-out-menu {
    display: none;
  }
}
@media (min-width: 769px) {
  .theme-adon-grey .hamburger-morph .morph-out-menu {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .morph-out-menu {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .morph-out-menu {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .morph-out-menu {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .morph-out-menu {
    color: #111;
  }
}
.theme-adon-grey .morph-container {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 1023px) {
  .theme-adon-grey .morph-container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.theme-adon-grey .hamburger-morph .morph-out-menu .butts-outer {
  display: none;
  margin-left: 40px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .morph-out-menu .butts-outer {
    margin-left: 20px;
  }
}
.theme-adon-grey .hamburger-morph .morph-out-menu .butts-outer a {
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .theme-adon-grey {
    /* .hamburger-morph .morph-out-menu .logo {
        position:absolute;
        left:60px;
    } */
  }
}
.theme-adon-grey .hamburger-morph .menu-primary-container {
  display: flex;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu-primary-container {
    display: block;
    padding-right: 0px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .theme-adon-grey {
    /* .hamburger-morph .morph-out-menu .logo {
        position:absolute;
        left:60px;
    } */
  }
}
.theme-adon-grey .hamburger-morph #menu-primary-1 {
  position: relative;
  top: 0px;
  right: 0%;
  opacity: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 40px;
  transition: all 0.34s ease-in;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph #menu-primary-1 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.theme-adon-grey .hamburger-morph #menu-primary-1 .sub-menu {
  width: 100%;
}
.theme-adon-grey .hamburger-morph #menu-primary-1 .sub-menu .sub-menu {
  width: 100%;
}
.theme-adon-grey .hamburger-morph #menu-primary-1.open {
  opacity: 1;
  top: 0px;
  right: 0%;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph #menu-primary-1.open {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    width: 100%;
    margin-left: 0;
    left: -100%;
  }
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph #menu-primary-1.open.open-1 {
    width: 100%;
    left: -200%;
  }
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph #menu-primary-1.open.open-2 {
    width: 100%;
    left: -300%;
  }
}
.theme-adon-grey .hamburger-morph .menu li {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.theme-adon-grey .hamburger-morph #menu-primary-1.menu li {
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph #menu-primary-1.menu li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.theme-adon-grey .hamburger-morph #menu-primary-1.menu li.mobile-menu-header {
  margin-bottom: 20px;
}
.theme-adon-grey .hamburger-morph .menu li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s ease-out 0.004s;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .menu li a {
    color: #111;
  }
}
.theme-adon-grey .hamburger-morph .menu li.mobile-menu-header a {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li.mobile-menu-header a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .menu li.mobile-menu-header a {
    color: #111;
  }
}
.theme-adon-grey .hamburger-morph .menu li.mobile-menu-header a:after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 3px 50%, 6px 50%;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 15px;
  content: "";
}
@media only screen and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li.mobile-menu-header a:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%28-180deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightw\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2848, 54, 60%29;\"></path></g></svg>");
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .menu li.mobile-menu-header a:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%28-180deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righte\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
.theme-adon-grey .hamburger-morph .menu li.mobile-menu-header a span {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.theme-adon-grey .hamburger-morph .menu li.projektanfrage a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  transition: all 0.234s linear;
  overflow: visible;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 70px;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li.projektanfrage a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .menu li.projektanfrage a {
    color: #111;
  }
}
.theme-adon-grey .hamburger-morph .menu li.projektanfrage a:after {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "";
  width: 55px;
  height: 55px;
  opacity: 1;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 110 135\" style=\"enable-background:new 0 0 110 135;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgb%2826, 26, 26%29 %21important;}.st0{fill:rgb%28250, 9, 5%29 %21important;}</style><g><path class=\"st1\" d=\"M48.9,29c-2.5,0-5.1,0.4-7.6,1.1C27.8,33.7,18.3,46,18.3,60c0,14,9.4,26.3,22.9,29.9c13.5,3.6,27.8-2.3,34.8-14.4l0,0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-6.1,10.6-18.6,15.8-30.5,12.6C30.4,83,22.2,72.3,22.2,60s8.2-23,20.1-26.2c11.9-3.2,24.3,2,30.5,12.6v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C70.4,34.7,59.9,28.9,48.9,29L48.9,29z\"/><path class=\"st1\" d=\"M49,39.7c-1.7,0-3.3,0.2-5,0.7C35.1,42.7,29,50.8,29,60S35.1,77.3,44,79.6c8.9,2.4,18.3-1.5,22.9-9.5v0c0.5-0.9,0.2-2.1-0.7-2.6c-0.9-0.5-2.1-0.2-2.6,0.7c-3.7,6.5-11.3,9.6-18.5,7.7C37.8,74,32.8,67.5,32.8,60s5-14,12.2-15.9c7.2-1.9,14.8,1.2,18.5,7.7v0c0.5,0.9,1.7,1.2,2.6,0.7c0.9-0.5,1.2-1.7,0.7-2.6C63.2,43.4,56.3,39.6,49,39.7L49,39.7z\"/><path class=\"st1\" d=\"M49.3,50.5c-2.7,0-5.4,1.2-7.3,3.4c-3,3.5-3,8.7,0,12.2c3,3.5,8.1,4.4,12.1,2.1l0,0c0.9-0.5,1.2-1.7,0.7-2.6c-0.3-0.4-0.7-0.8-1.2-0.9c-0.5-0.1-1-0.1-1.5,0.2c-2.4,1.4-5.4,0.9-7.2-1.3c-1.8-2.1-1.8-5.2,0-7.3c1.8-2.1,4.8-2.6,7.2-1.3c0.4,0.3,1,0.3,1.5,0.2c0.5-0.1,0.9-0.5,1.2-0.9c0.5-0.9,0.2-2.1-0.7-2.6C52.6,50.9,50.9,50.5,49.3,50.5L49.3,50.5z\"/><path class=\"st0\" d=\"M49.8,58.1c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.9-0.6,1.4s0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.4,0.6h35c0.5,0,1-0.2,1.4-0.6c0.4-0.4,0.6-0.9,0.6-1.4s-0.2-1-0.6-1.4c-0.4-0.4-0.9-0.6-1.4-0.6H49.8z\"/><path class=\"st0\" d=\"M77,49.3c-0.7,0-1.4,0.4-1.7,1l-4.8,8.8c-0.3,0.6-0.3,1.3,0,1.8l4.8,8.8c0.3,0.6,1,1,1.7,1h12.7c0.7,0,1.3-0.4,1.7-0.9c0.3-0.6,0.4-1.3,0-1.9L87.2,60l4.3-7.9c0.3-0.6,0.3-1.3,0-1.9c-0.3-0.6-1-0.9-1.7-0.9L77,49.3z M78.1,53.1h8.3l-3.2,5.9v0c-0.3,0.6-0.3,1.3,0,1.8l3.2,5.9h-8.3L74.4,60L78.1,53.1z\"/></g></svg>");
  background-size: 62px auto;
  background-repeat: no-repeat;
  background-position: 0 30%;
  overflow: visible;
  transform: translate(0, -50%);
  transition: all 0.272s linear;
}
.theme-adon-grey .hamburger-morph .menu li.projektanfrage a:hover:after, .theme-adon-grey .hamburger-morph .menu li.projektanfrage.current_page_item a:after, .theme-adon-grey .hamburger-morph .menu li.projektanfrage.current-menu-item a:after {
  transform: translate(0, -50%) rotate(180deg);
}
.theme-adon-grey .hamburger-morph .menu li.projektanfrage a:hover, .theme-adon-grey .hamburger-morph .menu li.projektanfrage.current_page_item a, .theme-adon-grey .hamburger-morph .menu li.projektanfrage.current-menu-item a {
  padding-right: 5px;
  padding-left: 65px;
}
.theme-adon-grey .hamburger-morph .menu li ul {
  margin-bottom: 20px;
  margin-top: 20px;
  list-style-type: none;
  display: flex;
  padding-inline-start: 0px;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li ul {
    padding-inline-start: 20px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: all 0.23s linear;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li ul.open {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li > a.counterwares {
    display: inline-block;
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li > a.counterwares:after {
    content: "";
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0px solid PaleGreen;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    right: 0;
    position: absolute;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li > a.counterwares:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righta\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%28250, 9, 5%29;\"></path></g></svg>");
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .menu li > a.counterwares:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightd\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li > a.counterwares.open:after {
    content: "";
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0px solid PaleGreen;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph .menu li > a.counterwares.open:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-righta\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%28250, 9, 5%29;\"></path></g></svg>");
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph .menu li > a.counterwares.open:after {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"  preserveAspectRatio=\"none\"  viewBox=\"0 0 24 24\"  class=\"ng-element\"  data-id=\"4aa73cf31544401685b6bec62dc82ec7\"  stroke-linecap=\"null\"  stroke-linejoin=\"null\"  style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%2818, 18, 18%29; width: 20px; height: 20px; transform: rotate%280deg%29 translate%280, 0%29;\"><g><path  xmlns:default=\"http://www.w3.org/2000/svg\"  id=\"long-arrow-rightd\"   d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12 c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34 c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01 L21,12.01z\"  style=\"fill: rgb%2818, 18, 18%29;\"></path></g></svg>");
  }
}
.theme-adon-grey .hamburger-morph #menu-footer.menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme-adon-grey .hamburger-morph #menu-footer.menu li a {
  color: #111111;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-grey .hamburger-morph #menu-footer.menu li a {
    color: #111;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-grey .hamburger-morph #menu-footer.menu li a {
    color: #111;
  }
}

.theme-adon-light {
  /*
      .hamburger .hamburger-inner .logo {
          position:absolute;
          left:20px;
          top:20px;
      }
      */
}
.theme-adon-light .hamburger {
  cursor: pointer;
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 909090;
  display: none;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.342s ease;
  border: 1px solid transparent;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger {
    display: block;
    top: 10px;
    right: 10px;
  }
}
.theme-adon-light .hamburger#leHamburgerCloser {
  cursor: pointer;
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 909090909;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.342s ease;
  border: 1px solid transparent;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger#leHamburgerCloser {
    display: none;
    top: 10px;
    right: 10px;
  }
}
.theme-adon-light .hamburger.projekt_image_open#leHamburgerCloser {
  display: block;
}
.theme-adon-light .hamburger.projekt_image_open.detached {
  background: transparent;
  animation: hamburgerDetachAttach 1s ease-out 0s normal forwards;
}
.theme-adon-light .hamburger .hamburger-inner {
  position: relative;
}
.theme-adon-light .hamburger .hamburger-inner .textcloser {
  position: absolute;
  top: 65%;
  left: -200%;
  transform: translate(0, -50%);
  font-size: 13px;
  opacity: 0;
  z-index: 100;
  display: none;
  font-family: "Roboto", sans-serif;
  transition: all 0.234s ease 0.4s;
  color: #000000;
}
@media (max-width: 1023px) {
  .theme-adon-light .hamburger .hamburger-inner .textcloser {
    color: #ffffff;
  }
}
.theme-adon-light .hamburger.open .hamburger-inner .textcloser {
  left: -100%;
  opacity: 1;
}
.theme-adon-light .hamburger.projekt_image_open svg#svgHamburger {
  opacity: 0;
}
.theme-adon-light .hamburger.projekt_image_open svg#svgHamburgerCloser {
  opacity: 0;
}
.theme-adon-light .hamburger.projekt_image_open .hamburger-inner .textcloser {
  left: -100%;
  opacity: 1;
}
.theme-adon-light .hamburger svg#svgHamburger {
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: all 0.234s linear;
}
.theme-adon-light .hamburger svg#svgHamburger.open {
  opacity: 0;
  height: 40px;
  width: 37px;
}
.theme-adon-light .hamburger svg#svgHamburgerCloser {
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: all 0.234s linear;
  opacity: 0;
  visibility: hidden;
}
.theme-adon-light .hamburger svg#svgHamburgerCloser.open {
  opacity: 0;
  height: 40px;
  width: 37px;
  opacity: 0;
  visibility: hidden;
}
.theme-adon-light .hamburger path {
  stroke: rgb(255, 255, 255) !important;
}
.theme-adon-light .hamburger p {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  animation: hamburgerAction 1.5s ease 0.6s 1 normal forwards;
  transition: all 0.234s linear;
  height: 15px;
  width: 15px;
}
.theme-adon-light .hamburger p span {
  position: absolute;
  opacity: 1;
  display: block;
  height: 3px;
  width: 15px;
  background-color: rgb(255, 255, 255);
  top: 50%;
  border-radius: 3px;
  transition: all 0.234s linear;
}
.theme-adon-light .hamburger.closer p span {
  background-color: lime;
}
.theme-adon-light .hamburger p span:nth-child(even) {
  transform: rotate(-90deg);
}
.theme-adon-light .hamburger.open {
  background: transparent;
}
.theme-adon-light .hamburger svg#svgHamburgerCloser path {
  fill: transparent !important;
  stroke: transparent !important;
}
@media (min-width: 1024px) {
  .theme-adon-light .hamburger:not(.open):not(.projekt_image_open):hover p {
    top: 4px;
    right: 6px;
  }
  .theme-adon-light .hamburger:not(.open):not(.projekt_image_open):hover p span {
    height: 3px;
    width: 18px;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
  }
}
.theme-adon-light .hamburger p.open {
  top: -65px;
  right: 20px;
  font-size: 80px;
  font-weight: 900;
  color: #e72600;
  transform: rotate(-45deg);
}
.theme-adon-light .hamburger p.open span {
  width: 35px;
  background-color: #e72600;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-light .hamburger p.open span {
    background-color: #e72600;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-light .hamburger p.open span {
    background-color: #e72600;
  }
}

.theme-adon-dark {
  /*
      .hamburger .hamburger-inner .logo {
          position:absolute;
          left:20px;
          top:20px;
      }
      */
}
.theme-adon-dark .hamburger {
  cursor: pointer;
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 909090;
  display: none;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.342s ease;
  border: 1px solid transparent;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger {
    display: block;
    top: 10px;
    right: 10px;
  }
}
.theme-adon-dark .hamburger#leHamburgerCloser {
  cursor: pointer;
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 909090909;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.342s ease;
  border: 1px solid transparent;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger#leHamburgerCloser {
    display: none;
    top: 10px;
    right: 10px;
  }
}
.theme-adon-dark .hamburger.projekt_image_open#leHamburgerCloser {
  display: block;
}
.theme-adon-dark .hamburger.projekt_image_open.detached {
  background: transparent;
  animation: hamburgerDetachAttach 1s ease-out 0s normal forwards;
}
.theme-adon-dark .hamburger .hamburger-inner {
  position: relative;
}
.theme-adon-dark .hamburger .hamburger-inner .textcloser {
  position: absolute;
  top: 65%;
  left: -200%;
  transform: translate(0, -50%);
  font-size: 13px;
  opacity: 0;
  z-index: 100;
  display: none;
  font-family: "Roboto", sans-serif;
  transition: all 0.234s ease 0.4s;
  color: #000000;
}
@media (max-width: 1023px) {
  .theme-adon-dark .hamburger .hamburger-inner .textcloser {
    color: #ffffff;
  }
}
.theme-adon-dark .hamburger.open .hamburger-inner .textcloser {
  left: -100%;
  opacity: 1;
}
.theme-adon-dark .hamburger.projekt_image_open svg#svgHamburger {
  opacity: 0;
}
.theme-adon-dark .hamburger.projekt_image_open svg#svgHamburgerCloser {
  opacity: 0;
}
.theme-adon-dark .hamburger.projekt_image_open .hamburger-inner .textcloser {
  left: -100%;
  opacity: 1;
}
.theme-adon-dark .hamburger svg#svgHamburger {
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: all 0.234s linear;
}
.theme-adon-dark .hamburger svg#svgHamburger.open {
  opacity: 0;
  height: 40px;
  width: 37px;
}
.theme-adon-dark .hamburger svg#svgHamburgerCloser {
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: all 0.234s linear;
  opacity: 0;
  visibility: hidden;
}
.theme-adon-dark .hamburger svg#svgHamburgerCloser.open {
  opacity: 0;
  height: 40px;
  width: 37px;
  opacity: 0;
  visibility: hidden;
}
.theme-adon-dark .hamburger path {
  stroke: rgb(250, 9, 5) !important;
}
.theme-adon-dark .hamburger p {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  animation: hamburgerAction 1.5s ease 0.6s 1 normal forwards;
  transition: all 0.234s linear;
  height: 15px;
  width: 15px;
}
.theme-adon-dark .hamburger p span {
  position: absolute;
  opacity: 1;
  display: block;
  height: 3px;
  width: 15px;
  background-color: rgb(26, 26, 26);
  top: 50%;
  border-radius: 3px;
  transition: all 0.234s linear;
}
.theme-adon-dark .hamburger.closer p span {
  background-color: lime;
}
.theme-adon-dark .hamburger p span:nth-child(even) {
  transform: rotate(-90deg);
}
.theme-adon-dark .hamburger.open {
  background: transparent;
}
.theme-adon-dark .hamburger svg#svgHamburgerCloser path {
  fill: transparent !important;
  stroke: transparent !important;
}
@media (min-width: 1024px) {
  .theme-adon-dark .hamburger:not(.open):not(.projekt_image_open):hover p {
    top: 4px;
    right: 6px;
  }
  .theme-adon-dark .hamburger:not(.open):not(.projekt_image_open):hover p span {
    height: 3px;
    width: 18px;
    background-color: rgb(26, 26, 26);
    border-radius: 3px;
  }
}
.theme-adon-dark .hamburger p.open {
  top: -65px;
  right: 20px;
  font-size: 80px;
  font-weight: 900;
  color: #e72600;
  transform: rotate(-45deg);
}
.theme-adon-dark .hamburger p.open span {
  width: 35px;
  background-color: #e72600;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-dark .hamburger p.open span {
    background-color: #e72600;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-dark .hamburger p.open span {
    background-color: #e72600;
  }
}

.theme-adon-grey {
  /*
      .hamburger .hamburger-inner .logo {
          position:absolute;
          left:20px;
          top:20px;
      }
      */
}
.theme-adon-grey .hamburger {
  cursor: pointer;
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 909090;
  display: none;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.342s ease;
  border: 1px solid transparent;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger {
    display: block;
    top: 10px;
    right: 10px;
  }
}
.theme-adon-grey .hamburger#leHamburgerCloser {
  cursor: pointer;
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 909090909;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.342s ease;
  border: 1px solid transparent;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger#leHamburgerCloser {
    display: none;
    top: 10px;
    right: 10px;
  }
}
.theme-adon-grey .hamburger.projekt_image_open#leHamburgerCloser {
  display: block;
}
.theme-adon-grey .hamburger.projekt_image_open.detached {
  background: transparent;
  animation: hamburgerDetachAttach 1s ease-out 0s normal forwards;
}
.theme-adon-grey .hamburger .hamburger-inner {
  position: relative;
}
.theme-adon-grey .hamburger .hamburger-inner .textcloser {
  position: absolute;
  top: 65%;
  left: -200%;
  transform: translate(0, -50%);
  font-size: 13px;
  opacity: 0;
  z-index: 100;
  display: none;
  font-family: "Roboto", sans-serif;
  transition: all 0.234s ease 0.4s;
  color: #000000;
}
@media (max-width: 1023px) {
  .theme-adon-grey .hamburger .hamburger-inner .textcloser {
    color: #ffffff;
  }
}
.theme-adon-grey .hamburger.open .hamburger-inner .textcloser {
  left: -100%;
  opacity: 1;
}
.theme-adon-grey .hamburger.projekt_image_open svg#svgHamburger {
  opacity: 0;
}
.theme-adon-grey .hamburger.projekt_image_open svg#svgHamburgerCloser {
  opacity: 0;
}
.theme-adon-grey .hamburger.projekt_image_open .hamburger-inner .textcloser {
  left: -100%;
  opacity: 1;
}
.theme-adon-grey .hamburger svg#svgHamburger {
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: all 0.234s linear;
}
.theme-adon-grey .hamburger svg#svgHamburger.open {
  opacity: 0;
  height: 40px;
  width: 37px;
}
.theme-adon-grey .hamburger svg#svgHamburgerCloser {
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: all 0.234s linear;
  opacity: 0;
  visibility: hidden;
}
.theme-adon-grey .hamburger svg#svgHamburgerCloser.open {
  opacity: 0;
  height: 40px;
  width: 37px;
  opacity: 0;
  visibility: hidden;
}
.theme-adon-grey .hamburger path {
  stroke: rgb(250, 9, 5) !important;
}
.theme-adon-grey .hamburger p {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  animation: hamburgerAction 1.5s ease 0.6s 1 normal forwards;
  transition: all 0.234s linear;
  height: 15px;
  width: 15px;
}
.theme-adon-grey .hamburger p span {
  position: absolute;
  opacity: 1;
  display: block;
  height: 3px;
  width: 15px;
  background-color: rgb(26, 26, 26);
  top: 50%;
  border-radius: 3px;
  transition: all 0.234s linear;
}
.theme-adon-grey .hamburger.closer p span {
  background-color: lime;
}
.theme-adon-grey .hamburger p span:nth-child(even) {
  transform: rotate(-90deg);
}
.theme-adon-grey .hamburger.open {
  background: transparent;
}
.theme-adon-grey .hamburger svg#svgHamburgerCloser path {
  fill: transparent !important;
  stroke: transparent !important;
}
@media (min-width: 1024px) {
  .theme-adon-grey .hamburger:not(.open):not(.projekt_image_open):hover p {
    top: 4px;
    right: 6px;
  }
  .theme-adon-grey .hamburger:not(.open):not(.projekt_image_open):hover p span {
    height: 3px;
    width: 18px;
    background-color: rgb(26, 26, 26);
    border-radius: 3px;
  }
}
.theme-adon-grey .hamburger p.open {
  top: -65px;
  right: 20px;
  font-size: 80px;
  font-weight: 900;
  color: #e72600;
  transform: rotate(-45deg);
}
.theme-adon-grey .hamburger p.open span {
  width: 35px;
  background-color: #e72600;
}
@media only screen and (max-width: 1023px) {
  .theme-adon-grey .hamburger p.open span {
    background-color: #e72600;
  }
}
@media only screen and (min-width: 1024px) {
  .theme-adon-grey .hamburger p.open span {
    background-color: #e72600;
  }
}

.theme-adon-light .logo-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .theme-adon-light .logo-background {
    width: 100%;
    max-width: 980px;
    height: 130px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 1023px) {
  .theme-adon-light .logo-background {
    right: auto;
    left: 20px;
  }
}
.theme-adon-light .logo.inmenu {
  position: relative;
  top: 40px;
  width: 140px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .theme-adon-light .logo.inmenu {
    position: relative;
    top: 10px;
    left: 0px;
  }
}
.theme-adon-light .logo.inmenu#logoInMenu {
  opacity: 0;
  right: -100%;
  transition: all 1.34s ease-in 0.5s;
}
.theme-adon-light .logo.inmenu#logoInMenu.open {
  opacity: 1;
  right: 0;
  transform: scale(1);
}
.theme-adon-dark .logo-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .theme-adon-dark .logo-background {
    width: 100%;
    max-width: 980px;
    height: 130px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 1023px) {
  .theme-adon-dark .logo-background {
    right: auto;
    left: 20px;
  }
}
.theme-adon-dark .logo.inmenu {
  position: relative;
  top: 40px;
  width: 140px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .theme-adon-dark .logo.inmenu {
    position: relative;
    top: 10px;
    left: 0px;
  }
}
.theme-adon-dark .logo.inmenu#logoInMenu {
  opacity: 0;
  right: -100%;
  transition: all 1.34s ease-in 0.5s;
}
.theme-adon-dark .logo.inmenu#logoInMenu.open {
  opacity: 1;
  right: 0;
  transform: scale(1);
}
.theme-adon-grey .logo-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .theme-adon-grey .logo-background {
    width: 100%;
    max-width: 980px;
    height: 130px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 1023px) {
  .theme-adon-grey .logo-background {
    right: auto;
    left: 20px;
  }
}
.theme-adon-grey .logo.inmenu {
  position: relative;
  top: 40px;
  width: 140px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .theme-adon-grey .logo.inmenu {
    position: relative;
    top: 10px;
    left: 0px;
  }
}
.theme-adon-grey .logo.inmenu#logoInMenu {
  opacity: 0;
  right: -100%;
  transition: all 1.34s ease-in 0.5s;
}
.theme-adon-grey .logo.inmenu#logoInMenu.open {
  opacity: 1;
  right: 0;
  transform: scale(1);
}
@media (min-width: 769px) {
  .theme-adon-light {
    /*
    @keyframes flipthebit {
       	from {
      		--bit: 0;
       	}
       	to {
      		--bit: 1;
       	}
    }

    :has(> .size-full[data-opt-lazy-loaded="true"]) {
       	display: block;
       	animation: flipthebit linear both;
       	animation-timeline: view();
       	animation-range: -70px contain;
    }

    @container style(--bit: 0) {
       	.size-full[data-opt-lazy-loaded="true"] {
      		opacity: 0;
      		clip-path: inset(0% 60% 0% 50%);
       	}
    }
    @container style(--bit: 1) {
       	.size-full[data-opt-lazy-loaded="true"] {
      		opacity: 1;
      		clip-path: inset(0% 0% 0% 0%);
       	}
    }

    .size-full[data-opt-lazy-loaded="true"] {
       	transition: all 0.5s ease-in-out;
    }

    */
    /*
    @keyframes flipthebit {
       	from {
      		--bit: 0;
       	}
       	to {
      		--bit: 1;
       	}
    }

    :has(> .image-curtain) {
       	display: block;
        */
    /*
    animation: flipthebit linear both;
    animation-timeline: view();
    animation-range: -70px contain;
    */
    /*
    view-timeline: --subjectReveal block;
    animation-timeline: --subjectReveal;

    animation-name: flipthebit;
    animation-range-start: entry 25%;
    animation-fill-mode: both;
    animation-duration: 1ms; /* Firefox requires this to apply the animation */
    /*
            }

            @container style(--bit: 0) {
               	.image-curtain {
                    position:relative;
                    width:0;
                    left:-100px;
                    opacity: 0;

               	}
            }
            @container style(--bit: 1) {
               	.image-curtain {
                  		opacity: 1;
                  		width:100%;
                        left:0;
               	}
            }

            .image-curtain {
               	transition: all 0.5s ease-in-out;
            }

    */
    /*

            @keyframes flipthebit_features {
               	from {
              		--bit_features: 0;
               	}
               	to {
              		--bit_features: 1;
               	}
            }

            :has(> .item) {
               	display: block;
               	position: relative;

                view-timeline: --subjectReveal block;
                animation-timeline: --subjectReveal;

                animation-name: flipthebit_features;
                animation-range-start: entry 25%;
                animation-fill-mode: both;
                animation-duration: 1ms;

            }

            @container style(--bit_features: 0) {
               	.item {
              		opacity: 0;
              		margin-top:80px;
               	}
            }
            @container style(--bit_features: 1) {
               	.item {
              		opacity: 1;
              		margin-top:0;
               	}
            }

            .item {
               	transition: all 0.5s ease-in-out;
            }

    */
    /*
            @keyframes flipthebit_btn_defaulter {
               	from {
              		--bit_btn_defaulter: 0;
               	}
               	to {
              		--bit_btn_defaulter: 1;
               	}
            }

            :has(> .btn.btn-defaulter) {
               	display: inline-block;
               	animation: flipthebit_btn_defaulter linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_btn_defaulter: 0) {
               	.btn.btn-defaulter {

                    color:rgba(0,0,0,0) !important;
                    width:50px !important;
               	}
            }
            @container style(--bit_btn_defaulter: 1) {
               	.btn.btn-defaulter {

                    color:$color !important;
                    width:300px !important;
               	}
            }

            .btn.btn-defaulter {
               	transition: all 0.5s ease-in-out;
            }



            @keyframes flipthebit_btn_default {
               	from {
              		--bit_btn_default: 0;
               	}
               	to {
              		--bit_btn_default: 1;
               	}
            }

            :has(> .btn.btn-default) {
               	display: inline-block;
               	animation: flipthebit_btn_default linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_btn_default: 0) {
               	.btn.btn-default {
              		opacity: 0;
                    bottom:-40px !important;
               	}
            }
            @container style(--bit_btn_default: 1) {
               	.btn.btn-default {
              		opacity: 1;
              		bottom:0px !important;
               	}
            }

            .btn.btn-default {
               	transition: all 0.5s ease-in-out;
            }


            @keyframes flipthebit_splide_arrow_prev  {
               	from {
              		--bit_splide_arrow_next: 0;
               	}
               	to {
              		--bit_splide_arrow_next: 1;
               	}
            }


            @keyframes flipthebit_splide_arrow_next {
               	from {
              		--bit_splide_arrow_next: 0;
               	}
               	to {
              		--bit_splide_arrow_next: 1;
               	}
            }

            :has(> .splide__arrow--next) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_next linear both;
               	animation-timeline: view();
               	animation-range: contain -100%  exit-crossing;
            }

            :has(> .splide__arrow--prev) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_prev linear both;
               	animation-timeline: view();
               	animation-range: contain -100%  exit-crossing;
            }

            @container style(--bit_splide_arrow_next: 0) {
               	.splide__arrow--next {
              		left:-50%;
              		border-color: transparent !important;
               	}
               	.splide__arrow--next svg path {
              		fill:transparent !important;
               	}

                .splide__arrow--prev  {
                    right:-50%;
                    left:auto !important;
              		border-color: transparent !important;
               	}
               	.splide__arrow--prev svg path {
              		fill:transparent !important;
               	}
            }
            @container style(--bit_splide_arrow_next: 1) {
               	.splide__arrow--next {
            	   left:0%;
            	   border-color: $font-color !important;
               	}
               	.splide__arrow--next svg path {
            	   fill:$font-color !important;
               	}

                .splide__arrow--prev  {
              		right:0%;
                    left:auto !important;
              		border-color: $font-color !important;
               	}
               	.splide__arrow--prev svg path {
              		fill:$font-color !important;
               	}
            }

            .splide__arrow--next, .splide__arrow--prev {
               	transition: all 0.5s ease-in-out;
            }


            /*
            @keyframes flipthebit_splide_arrow_prev {
               	from {
              		--bit_splide_arrow_prev: 0;
               	}
               	to {
              		--bit_splide_arrow_prev: 1;
               	}
            }

            :has(> .splide__arrow--prev) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_prev linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_splide_arrow_prev: 0) {
               	.splide__arrow--prev {
              		opacity:0;
               	}

            }
            @container style(--bit_splide_arrow_prev: 1) {
               	.splide__arrow--prev {
            	   opacity:1;
               	}

            }

            .splide__arrow--prev {
               	transition: all 0.5s ease-in-out 0.5s;
            }
            */
  }
}

#square {
  background-color: rgb(250, 9, 5);
  width: 100px;
  height: 100px;
  position: fixed;
  left: auto;
  bottom: 0px;
  z-index: 1;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: rgb(250, 9, 5);
  border-radius: 0 0;
  right: -72px;
  left: auto;
  border-left: 2px solid rgb(250, 9, 5);
  border-top: 2px solid rgb(250, 9, 5);
  transition: all 0.3s ease-in 0.1s;
  overflow: hidden;
}

#square.show {
  right: 0px;
}
@media (max-width: 1023px) {
  #square.show {
    right: 0px;
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
    width: 50px;
    height: 50px;
    background-color: rgb(250, 9, 5);
    border-radius: 50% 50%;
    right: 60px;
    left: auto;
  }
  50% {
    transform: rotate(0deg);
    width: 100px;
    height: 100px;
    right: 35px;
  }
  100% {
    transform: rotate(0deg);
    width: 50px;
    height: 50px;
    background-color: #8f8f8f;
    border-radius: 0% 0%;
    right: 60px;
  }
}
#container {
  position: relative;
  height: 100px;
}

#stretcher {
  height: 0px;
}

@media (min-width: 769px) {
  .theme-adon-dark {
    /*
    @keyframes flipthebit {
       	from {
      		--bit: 0;
       	}
       	to {
      		--bit: 1;
       	}
    }

    :has(> .size-full[data-opt-lazy-loaded="true"]) {
       	display: block;
       	animation: flipthebit linear both;
       	animation-timeline: view();
       	animation-range: -70px contain;
    }

    @container style(--bit: 0) {
       	.size-full[data-opt-lazy-loaded="true"] {
      		opacity: 0;
      		clip-path: inset(0% 60% 0% 50%);
       	}
    }
    @container style(--bit: 1) {
       	.size-full[data-opt-lazy-loaded="true"] {
      		opacity: 1;
      		clip-path: inset(0% 0% 0% 0%);
       	}
    }

    .size-full[data-opt-lazy-loaded="true"] {
       	transition: all 0.5s ease-in-out;
    }

    */
    /*
    @keyframes flipthebit {
       	from {
      		--bit: 0;
       	}
       	to {
      		--bit: 1;
       	}
    }

    :has(> .image-curtain) {
       	display: block;
        */
    /*
    animation: flipthebit linear both;
    animation-timeline: view();
    animation-range: -70px contain;
    */
    /*
    view-timeline: --subjectReveal block;
    animation-timeline: --subjectReveal;

    animation-name: flipthebit;
    animation-range-start: entry 25%;
    animation-fill-mode: both;
    animation-duration: 1ms; /* Firefox requires this to apply the animation */
    /*
            }

            @container style(--bit: 0) {
               	.image-curtain {
                    position:relative;
                    width:0;
                    left:-100px;
                    opacity: 0;

               	}
            }
            @container style(--bit: 1) {
               	.image-curtain {
                  		opacity: 1;
                  		width:100%;
                        left:0;
               	}
            }

            .image-curtain {
               	transition: all 0.5s ease-in-out;
            }

    */
    /*

            @keyframes flipthebit_features {
               	from {
              		--bit_features: 0;
               	}
               	to {
              		--bit_features: 1;
               	}
            }

            :has(> .item) {
               	display: block;
               	position: relative;

                view-timeline: --subjectReveal block;
                animation-timeline: --subjectReveal;

                animation-name: flipthebit_features;
                animation-range-start: entry 25%;
                animation-fill-mode: both;
                animation-duration: 1ms;

            }

            @container style(--bit_features: 0) {
               	.item {
              		opacity: 0;
              		margin-top:80px;
               	}
            }
            @container style(--bit_features: 1) {
               	.item {
              		opacity: 1;
              		margin-top:0;
               	}
            }

            .item {
               	transition: all 0.5s ease-in-out;
            }

    */
    /*
            @keyframes flipthebit_btn_defaulter {
               	from {
              		--bit_btn_defaulter: 0;
               	}
               	to {
              		--bit_btn_defaulter: 1;
               	}
            }

            :has(> .btn.btn-defaulter) {
               	display: inline-block;
               	animation: flipthebit_btn_defaulter linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_btn_defaulter: 0) {
               	.btn.btn-defaulter {

                    color:rgba(0,0,0,0) !important;
                    width:50px !important;
               	}
            }
            @container style(--bit_btn_defaulter: 1) {
               	.btn.btn-defaulter {

                    color:$color !important;
                    width:300px !important;
               	}
            }

            .btn.btn-defaulter {
               	transition: all 0.5s ease-in-out;
            }



            @keyframes flipthebit_btn_default {
               	from {
              		--bit_btn_default: 0;
               	}
               	to {
              		--bit_btn_default: 1;
               	}
            }

            :has(> .btn.btn-default) {
               	display: inline-block;
               	animation: flipthebit_btn_default linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_btn_default: 0) {
               	.btn.btn-default {
              		opacity: 0;
                    bottom:-40px !important;
               	}
            }
            @container style(--bit_btn_default: 1) {
               	.btn.btn-default {
              		opacity: 1;
              		bottom:0px !important;
               	}
            }

            .btn.btn-default {
               	transition: all 0.5s ease-in-out;
            }


            @keyframes flipthebit_splide_arrow_prev  {
               	from {
              		--bit_splide_arrow_next: 0;
               	}
               	to {
              		--bit_splide_arrow_next: 1;
               	}
            }


            @keyframes flipthebit_splide_arrow_next {
               	from {
              		--bit_splide_arrow_next: 0;
               	}
               	to {
              		--bit_splide_arrow_next: 1;
               	}
            }

            :has(> .splide__arrow--next) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_next linear both;
               	animation-timeline: view();
               	animation-range: contain -100%  exit-crossing;
            }

            :has(> .splide__arrow--prev) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_prev linear both;
               	animation-timeline: view();
               	animation-range: contain -100%  exit-crossing;
            }

            @container style(--bit_splide_arrow_next: 0) {
               	.splide__arrow--next {
              		left:-50%;
              		border-color: transparent !important;
               	}
               	.splide__arrow--next svg path {
              		fill:transparent !important;
               	}

                .splide__arrow--prev  {
                    right:-50%;
                    left:auto !important;
              		border-color: transparent !important;
               	}
               	.splide__arrow--prev svg path {
              		fill:transparent !important;
               	}
            }
            @container style(--bit_splide_arrow_next: 1) {
               	.splide__arrow--next {
            	   left:0%;
            	   border-color: $font-color !important;
               	}
               	.splide__arrow--next svg path {
            	   fill:$font-color !important;
               	}

                .splide__arrow--prev  {
              		right:0%;
                    left:auto !important;
              		border-color: $font-color !important;
               	}
               	.splide__arrow--prev svg path {
              		fill:$font-color !important;
               	}
            }

            .splide__arrow--next, .splide__arrow--prev {
               	transition: all 0.5s ease-in-out;
            }


            /*
            @keyframes flipthebit_splide_arrow_prev {
               	from {
              		--bit_splide_arrow_prev: 0;
               	}
               	to {
              		--bit_splide_arrow_prev: 1;
               	}
            }

            :has(> .splide__arrow--prev) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_prev linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_splide_arrow_prev: 0) {
               	.splide__arrow--prev {
              		opacity:0;
               	}

            }
            @container style(--bit_splide_arrow_prev: 1) {
               	.splide__arrow--prev {
            	   opacity:1;
               	}

            }

            .splide__arrow--prev {
               	transition: all 0.5s ease-in-out 0.5s;
            }
            */
  }
}

#square {
  background-color: rgb(250, 9, 5);
  width: 100px;
  height: 100px;
  position: fixed;
  left: auto;
  bottom: 0px;
  z-index: 1;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: rgb(250, 9, 5);
  border-radius: 0 0;
  right: -72px;
  left: auto;
  border-left: 2px solid rgb(250, 9, 5);
  border-top: 2px solid rgb(250, 9, 5);
  transition: all 0.3s ease-in 0.1s;
  overflow: hidden;
}

#square.show {
  right: 0px;
}
@media (max-width: 1023px) {
  #square.show {
    right: 0px;
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
    width: 50px;
    height: 50px;
    background-color: rgb(250, 9, 5);
    border-radius: 50% 50%;
    right: 60px;
    left: auto;
  }
  50% {
    transform: rotate(0deg);
    width: 100px;
    height: 100px;
    right: 35px;
  }
  100% {
    transform: rotate(0deg);
    width: 50px;
    height: 50px;
    background-color: #8f8f8f;
    border-radius: 0% 0%;
    right: 60px;
  }
}
#container {
  position: relative;
  height: 100px;
}

#stretcher {
  height: 0px;
}

@media (min-width: 769px) {
  .theme-adon-grey {
    /*
    @keyframes flipthebit {
       	from {
      		--bit: 0;
       	}
       	to {
      		--bit: 1;
       	}
    }

    :has(> .size-full[data-opt-lazy-loaded="true"]) {
       	display: block;
       	animation: flipthebit linear both;
       	animation-timeline: view();
       	animation-range: -70px contain;
    }

    @container style(--bit: 0) {
       	.size-full[data-opt-lazy-loaded="true"] {
      		opacity: 0;
      		clip-path: inset(0% 60% 0% 50%);
       	}
    }
    @container style(--bit: 1) {
       	.size-full[data-opt-lazy-loaded="true"] {
      		opacity: 1;
      		clip-path: inset(0% 0% 0% 0%);
       	}
    }

    .size-full[data-opt-lazy-loaded="true"] {
       	transition: all 0.5s ease-in-out;
    }

    */
    /*
    @keyframes flipthebit {
       	from {
      		--bit: 0;
       	}
       	to {
      		--bit: 1;
       	}
    }

    :has(> .image-curtain) {
       	display: block;
        */
    /*
    animation: flipthebit linear both;
    animation-timeline: view();
    animation-range: -70px contain;
    */
    /*
    view-timeline: --subjectReveal block;
    animation-timeline: --subjectReveal;

    animation-name: flipthebit;
    animation-range-start: entry 25%;
    animation-fill-mode: both;
    animation-duration: 1ms; /* Firefox requires this to apply the animation */
    /*
            }

            @container style(--bit: 0) {
               	.image-curtain {
                    position:relative;
                    width:0;
                    left:-100px;
                    opacity: 0;

               	}
            }
            @container style(--bit: 1) {
               	.image-curtain {
                  		opacity: 1;
                  		width:100%;
                        left:0;
               	}
            }

            .image-curtain {
               	transition: all 0.5s ease-in-out;
            }

    */
    /*

            @keyframes flipthebit_features {
               	from {
              		--bit_features: 0;
               	}
               	to {
              		--bit_features: 1;
               	}
            }

            :has(> .item) {
               	display: block;
               	position: relative;

                view-timeline: --subjectReveal block;
                animation-timeline: --subjectReveal;

                animation-name: flipthebit_features;
                animation-range-start: entry 25%;
                animation-fill-mode: both;
                animation-duration: 1ms;

            }

            @container style(--bit_features: 0) {
               	.item {
              		opacity: 0;
              		margin-top:80px;
               	}
            }
            @container style(--bit_features: 1) {
               	.item {
              		opacity: 1;
              		margin-top:0;
               	}
            }

            .item {
               	transition: all 0.5s ease-in-out;
            }

    */
    /*
            @keyframes flipthebit_btn_defaulter {
               	from {
              		--bit_btn_defaulter: 0;
               	}
               	to {
              		--bit_btn_defaulter: 1;
               	}
            }

            :has(> .btn.btn-defaulter) {
               	display: inline-block;
               	animation: flipthebit_btn_defaulter linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_btn_defaulter: 0) {
               	.btn.btn-defaulter {

                    color:rgba(0,0,0,0) !important;
                    width:50px !important;
               	}
            }
            @container style(--bit_btn_defaulter: 1) {
               	.btn.btn-defaulter {

                    color:$color !important;
                    width:300px !important;
               	}
            }

            .btn.btn-defaulter {
               	transition: all 0.5s ease-in-out;
            }



            @keyframes flipthebit_btn_default {
               	from {
              		--bit_btn_default: 0;
               	}
               	to {
              		--bit_btn_default: 1;
               	}
            }

            :has(> .btn.btn-default) {
               	display: inline-block;
               	animation: flipthebit_btn_default linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_btn_default: 0) {
               	.btn.btn-default {
              		opacity: 0;
                    bottom:-40px !important;
               	}
            }
            @container style(--bit_btn_default: 1) {
               	.btn.btn-default {
              		opacity: 1;
              		bottom:0px !important;
               	}
            }

            .btn.btn-default {
               	transition: all 0.5s ease-in-out;
            }


            @keyframes flipthebit_splide_arrow_prev  {
               	from {
              		--bit_splide_arrow_next: 0;
               	}
               	to {
              		--bit_splide_arrow_next: 1;
               	}
            }


            @keyframes flipthebit_splide_arrow_next {
               	from {
              		--bit_splide_arrow_next: 0;
               	}
               	to {
              		--bit_splide_arrow_next: 1;
               	}
            }

            :has(> .splide__arrow--next) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_next linear both;
               	animation-timeline: view();
               	animation-range: contain -100%  exit-crossing;
            }

            :has(> .splide__arrow--prev) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_prev linear both;
               	animation-timeline: view();
               	animation-range: contain -100%  exit-crossing;
            }

            @container style(--bit_splide_arrow_next: 0) {
               	.splide__arrow--next {
              		left:-50%;
              		border-color: transparent !important;
               	}
               	.splide__arrow--next svg path {
              		fill:transparent !important;
               	}

                .splide__arrow--prev  {
                    right:-50%;
                    left:auto !important;
              		border-color: transparent !important;
               	}
               	.splide__arrow--prev svg path {
              		fill:transparent !important;
               	}
            }
            @container style(--bit_splide_arrow_next: 1) {
               	.splide__arrow--next {
            	   left:0%;
            	   border-color: $font-color !important;
               	}
               	.splide__arrow--next svg path {
            	   fill:$font-color !important;
               	}

                .splide__arrow--prev  {
              		right:0%;
                    left:auto !important;
              		border-color: $font-color !important;
               	}
               	.splide__arrow--prev svg path {
              		fill:$font-color !important;
               	}
            }

            .splide__arrow--next, .splide__arrow--prev {
               	transition: all 0.5s ease-in-out;
            }


            /*
            @keyframes flipthebit_splide_arrow_prev {
               	from {
              		--bit_splide_arrow_prev: 0;
               	}
               	to {
              		--bit_splide_arrow_prev: 1;
               	}
            }

            :has(> .splide__arrow--prev) {
               	display: inline-block;
               	animation: flipthebit_splide_arrow_prev linear both;
               	animation-timeline: view();
               	animation-range: contain 40%  contain 40%;
            }

            @container style(--bit_splide_arrow_prev: 0) {
               	.splide__arrow--prev {
              		opacity:0;
               	}

            }
            @container style(--bit_splide_arrow_prev: 1) {
               	.splide__arrow--prev {
            	   opacity:1;
               	}

            }

            .splide__arrow--prev {
               	transition: all 0.5s ease-in-out 0.5s;
            }
            */
  }
}

#square {
  background-color: rgb(250, 9, 5);
  width: 100px;
  height: 100px;
  position: fixed;
  left: auto;
  bottom: 0px;
  z-index: 1;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: rgb(250, 9, 5);
  border-radius: 0 0;
  right: -72px;
  left: auto;
  border-left: 2px solid rgb(250, 9, 5);
  border-top: 2px solid rgb(250, 9, 5);
  transition: all 0.3s ease-in 0.1s;
  overflow: hidden;
}

#square.show {
  right: 0px;
}
@media (max-width: 1023px) {
  #square.show {
    right: 0px;
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
    width: 50px;
    height: 50px;
    background-color: rgb(250, 9, 5);
    border-radius: 50% 50%;
    right: 60px;
    left: auto;
  }
  50% {
    transform: rotate(0deg);
    width: 100px;
    height: 100px;
    right: 35px;
  }
  100% {
    transform: rotate(0deg);
    width: 50px;
    height: 50px;
    background-color: #8f8f8f;
    border-radius: 0% 0%;
    right: 60px;
  }
}
#container {
  position: relative;
  height: 100px;
}

#stretcher {
  height: 0px;
}

.theme-adon-light dialog:-internal-dialog-in-top-layer::backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.theme-adon-light dialog#projektanfrageDialog {
  z-index: 939393939;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  width: fit-content;
  height: fit-content;
  min-width: 800px;
  min-height: 600px;
  max-width: 100%;
  background-color: rgb(26, 26, 26);
  color: rgb(26, 26, 26);
  margin: auto;
  border-width: 0;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 0;
  background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 1rem, #fafafa 1rem, #fafafa 2rem);
  background-size: 200% 200%;
  animation: barberpole 50s linear infinite;
}
.theme-adon-light dialog#projektanfrageDialog .holden {
  margin-top: 20px;
  background: silver;
  height: 30px;
  display: inline-block;
  width: 80%;
  max-width: 80%;
  border-radius: 20px;
  margin-left: 0;
  position: relative;
}
.theme-adon-light dialog#projektanfrageDialog .holden:nth-of-type(2n) {
  width: 60%;
  max-width: 60%;
}
.theme-adon-light dialog#projektanfrageDialog .holden:nth-of-type(3n) {
  width: 90%;
  max-width: 90%;
}
.theme-adon-light dialog#projektanfrageDialog .holden:nth-of-type(4n) {
  width: 50%;
  max-width: 50%;
}
.theme-adon-light dialog#projektanfrageDialog .holden:nth-of-type(5n) {
  width: 85%;
  max-width: 85%;
}
.theme-adon-light dialog#projektanfrageDialog .holden:nth-of-type(6n) {
  width: 60%;
  max-width: 60%;
  margin-bottom: 50px;
  margin-top: 50px;
  background: rgb(26, 26, 26);
}
@media (max-width: 768px) {
  .theme-adon-light dialog#projektanfrageDialog {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.theme-adon-light dialog#projektanfrageDialog .inner {
  padding: 30px;
}
.theme-adon-light dialog#projektanfrageDialog .inner .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .theme-adon-light dialog#projektanfrageDialog .inner .buttons {
    flex-flow: column nowrap;
  }
  .theme-adon-light dialog#projektanfrageDialog .inner .buttons a#close-btn {
    order: 2;
    margin-top: 20px;
    font-size: 16px;
  }
  .theme-adon-light dialog#projektanfrageDialog .inner .buttons a#submit-btn {
    order: 1;
    font-size: 16px;
  }
}
.theme-adon-light dialog#projektanfrageDialog .inner a#close-btn {
  font-size: 13px;
  text-decoration: none !important;
  color: #5a5a5a !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: silver;
  border: 1px solid silver;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
}
@media (max-width: 768px) {
  .theme-adon-light dialog#projektanfrageDialog .inner a#close-btn {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.theme-adon-light dialog#projektanfrageDialog .inner a#close-btn:hover {
  background-color: #e6e6e6;
  border: 1px solid #a6a6a6;
}
.theme-adon-light dialog#projektanfrageDialog .inner a#submit-btn {
  font-size: 13px;
  text-decoration: none !important;
  color: white !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: rgb(250, 9, 5);
  border: 1px solid rgb(250, 9, 5);
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
}
@media (max-width: 768px) {
  .theme-adon-light dialog#projektanfrageDialog .inner a#submit-btn {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.theme-adon-light dialog#projektanfrageDialog .inner a#submit-btn:hover {
  background-color: #fc5350;
  border: 1px solid #c80704;
}

.theme-adon-dark dialog:-internal-dialog-in-top-layer::backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.theme-adon-dark dialog#projektanfrageDialog {
  z-index: 939393939;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  width: fit-content;
  height: fit-content;
  min-width: 800px;
  min-height: 600px;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
  margin: auto;
  border-width: 0;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 0;
  background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 1rem, #fafafa 1rem, #fafafa 2rem);
  background-size: 200% 200%;
  animation: barberpole 50s linear infinite;
}
.theme-adon-dark dialog#projektanfrageDialog .holden {
  margin-top: 20px;
  background: silver;
  height: 30px;
  display: inline-block;
  width: 80%;
  max-width: 80%;
  border-radius: 20px;
  margin-left: 0;
  position: relative;
}
.theme-adon-dark dialog#projektanfrageDialog .holden:nth-of-type(2n) {
  width: 60%;
  max-width: 60%;
}
.theme-adon-dark dialog#projektanfrageDialog .holden:nth-of-type(3n) {
  width: 90%;
  max-width: 90%;
}
.theme-adon-dark dialog#projektanfrageDialog .holden:nth-of-type(4n) {
  width: 50%;
  max-width: 50%;
}
.theme-adon-dark dialog#projektanfrageDialog .holden:nth-of-type(5n) {
  width: 85%;
  max-width: 85%;
}
.theme-adon-dark dialog#projektanfrageDialog .holden:nth-of-type(6n) {
  width: 60%;
  max-width: 60%;
  margin-bottom: 50px;
  margin-top: 50px;
  background: rgb(26, 26, 26);
}
@media (max-width: 768px) {
  .theme-adon-dark dialog#projektanfrageDialog {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.theme-adon-dark dialog#projektanfrageDialog .inner {
  padding: 30px;
}
.theme-adon-dark dialog#projektanfrageDialog .inner .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .theme-adon-dark dialog#projektanfrageDialog .inner .buttons {
    flex-flow: column nowrap;
  }
  .theme-adon-dark dialog#projektanfrageDialog .inner .buttons a#close-btn {
    order: 2;
    margin-top: 20px;
    font-size: 16px;
  }
  .theme-adon-dark dialog#projektanfrageDialog .inner .buttons a#submit-btn {
    order: 1;
    font-size: 16px;
  }
}
.theme-adon-dark dialog#projektanfrageDialog .inner a#close-btn {
  font-size: 13px;
  text-decoration: none !important;
  color: #5a5a5a !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: silver;
  border: 1px solid silver;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
}
@media (max-width: 768px) {
  .theme-adon-dark dialog#projektanfrageDialog .inner a#close-btn {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.theme-adon-dark dialog#projektanfrageDialog .inner a#close-btn:hover {
  background-color: #e6e6e6;
  border: 1px solid #a6a6a6;
}
.theme-adon-dark dialog#projektanfrageDialog .inner a#submit-btn {
  font-size: 13px;
  text-decoration: none !important;
  color: white !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: rgb(250, 9, 5);
  border: 1px solid rgb(250, 9, 5);
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
}
@media (max-width: 768px) {
  .theme-adon-dark dialog#projektanfrageDialog .inner a#submit-btn {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.theme-adon-dark dialog#projektanfrageDialog .inner a#submit-btn:hover {
  background-color: #fc5350;
  border: 1px solid #c80704;
}

.theme-adon-grey dialog:-internal-dialog-in-top-layer::backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.theme-adon-grey dialog#projektanfrageDialog {
  z-index: 939393939;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  width: fit-content;
  height: fit-content;
  min-width: 800px;
  min-height: 600px;
  max-width: 100%;
  background-color: rgb(247, 247, 247);
  color: rgb(26, 26, 26);
  margin: auto;
  border-width: 0;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 0;
  background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 1rem, #fafafa 1rem, #fafafa 2rem);
  background-size: 200% 200%;
  animation: barberpole 50s linear infinite;
}
.theme-adon-grey dialog#projektanfrageDialog .holden {
  margin-top: 20px;
  background: silver;
  height: 30px;
  display: inline-block;
  width: 80%;
  max-width: 80%;
  border-radius: 20px;
  margin-left: 0;
  position: relative;
}
.theme-adon-grey dialog#projektanfrageDialog .holden:nth-of-type(2n) {
  width: 60%;
  max-width: 60%;
}
.theme-adon-grey dialog#projektanfrageDialog .holden:nth-of-type(3n) {
  width: 90%;
  max-width: 90%;
}
.theme-adon-grey dialog#projektanfrageDialog .holden:nth-of-type(4n) {
  width: 50%;
  max-width: 50%;
}
.theme-adon-grey dialog#projektanfrageDialog .holden:nth-of-type(5n) {
  width: 85%;
  max-width: 85%;
}
.theme-adon-grey dialog#projektanfrageDialog .holden:nth-of-type(6n) {
  width: 60%;
  max-width: 60%;
  margin-bottom: 50px;
  margin-top: 50px;
  background: rgb(26, 26, 26);
}
@media (max-width: 768px) {
  .theme-adon-grey dialog#projektanfrageDialog {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.theme-adon-grey dialog#projektanfrageDialog .inner {
  padding: 30px;
}
.theme-adon-grey dialog#projektanfrageDialog .inner .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .theme-adon-grey dialog#projektanfrageDialog .inner .buttons {
    flex-flow: column nowrap;
  }
  .theme-adon-grey dialog#projektanfrageDialog .inner .buttons a#close-btn {
    order: 2;
    margin-top: 20px;
    font-size: 16px;
  }
  .theme-adon-grey dialog#projektanfrageDialog .inner .buttons a#submit-btn {
    order: 1;
    font-size: 16px;
  }
}
.theme-adon-grey dialog#projektanfrageDialog .inner a#close-btn {
  font-size: 13px;
  text-decoration: none !important;
  color: #5a5a5a !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: silver;
  border: 1px solid silver;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
}
@media (max-width: 768px) {
  .theme-adon-grey dialog#projektanfrageDialog .inner a#close-btn {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.theme-adon-grey dialog#projektanfrageDialog .inner a#close-btn:hover {
  background-color: #e6e6e6;
  border: 1px solid #a6a6a6;
}
.theme-adon-grey dialog#projektanfrageDialog .inner a#submit-btn {
  font-size: 13px;
  text-decoration: none !important;
  color: white !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: rgb(250, 9, 5);
  border: 1px solid rgb(250, 9, 5);
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
}
@media (max-width: 768px) {
  .theme-adon-grey dialog#projektanfrageDialog .inner a#submit-btn {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.theme-adon-grey dialog#projektanfrageDialog .inner a#submit-btn:hover {
  background-color: #fc5350;
  border: 1px solid #c80704;
}

section.theme-adon-light .content-container a {
  color: rgb(255, 255, 255) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.1823s linear;
}
section.theme-adon-light .content-container a:hover {
  text-underline-offset: 5px;
}

section.theme-adon-dark .content-container a {
  color: rgb(26, 26, 26) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.1823s linear;
}
section.theme-adon-dark .content-container a:hover {
  text-underline-offset: 5px;
}

section.theme-adon-grey .content-container a {
  color: rgb(26, 26, 26) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.1823s linear;
}
section.theme-adon-grey .content-container a:hover {
  text-underline-offset: 5px;
}

/**
 * Slider Referenzen Section
 */
.slider_referenzen.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  padding-bottom: 9rem !important;
}
.slider_referenzen.theme-adon-light .content-container {
  position: static;
}
.slider_referenzen.theme-adon-light .splide {
  position: static;
}
.slider_referenzen.theme-adon-light .splide__slide {
  text-align: left;
  cursor: pointer;
  margin-right: 0 !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  transition: all 0.562s ease;
  z-index: 1;
}
.slider_referenzen.theme-adon-light .splide__slide .outer {
  position: relative;
  overflow: hidden;
}
.slider_referenzen.theme-adon-light .splide__slide .inner {
  position: absolute;
  display: block;
  background: rgba(17, 17, 17, 0.7167060574);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.6167060574) 0%, rgba(255, 255, 255, 0) 50%);
  top: 0;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 100px;
  width: 100%;
  transition: all 0.542s ease-in;
}
.slider_referenzen.theme-adon-light .splide__slide:hover .inner {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.6167060574) 100%, rgba(255, 255, 255, 0) 0%);
  padding-bottom: 50px;
}
.slider_referenzen.theme-adon-light .splide__slide .bottom {
  display: block;
  width: 88%;
  opacity: 0;
  transition: all 0.542s ease-in;
}
.slider_referenzen.theme-adon-light .splide__slide:hover .bottom {
  opacity: 1;
}
.slider_referenzen.theme-adon-light .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}
.slider_referenzen.theme-adon-light .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  color: rgb(255, 255, 255);
  margin-block-start: 0.3em;
  margin-block-end: 1em;
}
.slider_referenzen.theme-adon-light .splide__slide h3:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 100%;
  top: 5px;
  opacity: 0;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.2\" preserveAspectRatio=\"none\" viewBox=\"0 0 24 24\" class=\"ng-element\" data-id=\"db3419ed4e784a98a58d82870609439c\" stroke-linecap=\"null\" stroke-linejoin=\"null\" style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%28250, 9, 5%29; width: 25px; height: 25px; transform: rotate%280deg%29 translate%280,0 %29;\"><g><path xmlns:default=\"http://www.w3.org/2000/svg\" id=\"long-arrow-righter\" d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12  c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34  c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01  L21,12.01z\" style=\"fill: rgb%28255, 255, 255%29\"></path></g></svg>");
  transition: all 0.567s ease;
}
.slider_referenzen.theme-adon-light .splide__slide img {
  width: 100%;
  height: auto;
}
.slider_referenzen.theme-adon-light .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #0d0d0d;
  transition: all 0.562s ease;
  z-index: -1;
}
.slider_referenzen.theme-adon-light .splide__slide:hover {
  transform: scale(0.99);
}
.slider_referenzen.theme-adon-light .splide__slide:hover h3 {
  color: rgb(255, 255, 255);
}
.slider_referenzen.theme-adon-light .splide__slide:hover h3:before {
  left: 110%;
  opacity: 1;
}
.slider_referenzen.theme-adon-light .splide__slide:hover::before {
  opacity: 1;
}
.slider_referenzen.theme-adon-light .splide__slide:first-child {
  border-left: 1px solid rgb(255, 255, 255);
}
.slider_referenzen.theme-adon-light .splide__arrows {
  position: absolute;
  margin-top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.slider_referenzen.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.slider_referenzen.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.slider_referenzen.theme-adon-light .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.slider_referenzen.theme-adon-light .splide__arrows .splide__arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}
.slider_referenzen.theme-adon-light .splide__arrows .splide__arrow svg path {
  fill: rgb(255, 255, 255);
}
.slider_referenzen.theme-adon-light .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.slider_referenzen.theme-adon-light .button {
  margin-top: 30px;
}
.slider_referenzen.theme-adon-light .splide__pagination {
  bottom: -2rem;
}
.slider_referenzen.theme-adon-light .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider_referenzen.theme-adon-light .splide__pagination__page:hover, .slider_referenzen.theme-adon-light .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.slider_referenzen.theme-adon-light .splide__pagination__page.is-active {
  background-color: #000;
}

.slider_referenzen.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
  padding-bottom: 9rem !important;
}
.slider_referenzen.theme-adon-dark .content-container {
  position: static;
}
.slider_referenzen.theme-adon-dark .splide {
  position: static;
}
.slider_referenzen.theme-adon-dark .splide__slide {
  text-align: left;
  cursor: pointer;
  margin-right: 0 !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  transition: all 0.562s ease;
  z-index: 1;
}
.slider_referenzen.theme-adon-dark .splide__slide .outer {
  position: relative;
  overflow: hidden;
}
.slider_referenzen.theme-adon-dark .splide__slide .inner {
  position: absolute;
  display: block;
  background: rgba(17, 17, 17, 0.7167060574);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.6167060574) 0%, rgba(255, 255, 255, 0) 50%);
  top: 0;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 100px;
  width: 100%;
  transition: all 0.542s ease-in;
}
.slider_referenzen.theme-adon-dark .splide__slide:hover .inner {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.6167060574) 100%, rgba(255, 255, 255, 0) 0%);
  padding-bottom: 50px;
}
.slider_referenzen.theme-adon-dark .splide__slide .bottom {
  display: block;
  width: 88%;
  opacity: 0;
  transition: all 0.542s ease-in;
}
.slider_referenzen.theme-adon-dark .splide__slide:hover .bottom {
  opacity: 1;
}
.slider_referenzen.theme-adon-dark .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}
.slider_referenzen.theme-adon-dark .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  color: rgb(255, 255, 255);
  margin-block-start: 0.3em;
  margin-block-end: 1em;
}
.slider_referenzen.theme-adon-dark .splide__slide h3:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 100%;
  top: 5px;
  opacity: 0;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.2\" preserveAspectRatio=\"none\" viewBox=\"0 0 24 24\" class=\"ng-element\" data-id=\"db3419ed4e784a98a58d82870609439c\" stroke-linecap=\"null\" stroke-linejoin=\"null\" style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%28250, 9, 5%29; width: 25px; height: 25px; transform: rotate%280deg%29 translate%280,0 %29;\"><g><path xmlns:default=\"http://www.w3.org/2000/svg\" id=\"long-arrow-righter\" d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12  c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34  c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01  L21,12.01z\" style=\"fill: rgb%28255, 255, 255%29\"></path></g></svg>");
  transition: all 0.567s ease;
}
.slider_referenzen.theme-adon-dark .splide__slide img {
  width: 100%;
  height: auto;
}
.slider_referenzen.theme-adon-dark .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #f2f2f2;
  transition: all 0.562s ease;
  z-index: -1;
}
.slider_referenzen.theme-adon-dark .splide__slide:hover {
  transform: scale(0.99);
}
.slider_referenzen.theme-adon-dark .splide__slide:hover h3 {
  color: rgb(255, 255, 255);
}
.slider_referenzen.theme-adon-dark .splide__slide:hover h3:before {
  left: 110%;
  opacity: 1;
}
.slider_referenzen.theme-adon-dark .splide__slide:hover::before {
  opacity: 1;
}
.slider_referenzen.theme-adon-dark .splide__slide:first-child {
  border-left: 1px solid rgb(48, 54, 60);
}
.slider_referenzen.theme-adon-dark .splide__arrows {
  position: absolute;
  margin-top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.slider_referenzen.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.slider_referenzen.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.slider_referenzen.theme-adon-dark .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.slider_referenzen.theme-adon-dark .splide__arrows .splide__arrow:hover {
  background: rgba(48, 54, 60, 0.1);
}
.slider_referenzen.theme-adon-dark .splide__arrows .splide__arrow svg path {
  fill: rgb(48, 54, 60);
}
.slider_referenzen.theme-adon-dark .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.slider_referenzen.theme-adon-dark .button {
  margin-top: 30px;
}
.slider_referenzen.theme-adon-dark .splide__pagination {
  bottom: -2rem;
}
.slider_referenzen.theme-adon-dark .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider_referenzen.theme-adon-dark .splide__pagination__page:hover, .slider_referenzen.theme-adon-dark .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.slider_referenzen.theme-adon-dark .splide__pagination__page.is-active {
  background-color: #000;
}

.slider_referenzen.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
  padding-bottom: 9rem !important;
}
.slider_referenzen.theme-adon-grey .content-container {
  position: static;
}
.slider_referenzen.theme-adon-grey .splide {
  position: static;
}
.slider_referenzen.theme-adon-grey .splide__slide {
  text-align: left;
  cursor: pointer;
  margin-right: 0 !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  transition: all 0.562s ease;
  z-index: 1;
}
.slider_referenzen.theme-adon-grey .splide__slide .outer {
  position: relative;
  overflow: hidden;
}
.slider_referenzen.theme-adon-grey .splide__slide .inner {
  position: absolute;
  display: block;
  background: rgba(17, 17, 17, 0.7167060574);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.6167060574) 0%, rgba(255, 255, 255, 0) 50%);
  top: 0;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 100px;
  width: 100%;
  transition: all 0.542s ease-in;
}
.slider_referenzen.theme-adon-grey .splide__slide:hover .inner {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.6167060574) 100%, rgba(255, 255, 255, 0) 0%);
  padding-bottom: 50px;
}
.slider_referenzen.theme-adon-grey .splide__slide .bottom {
  display: block;
  width: 88%;
  opacity: 0;
  transition: all 0.542s ease-in;
}
.slider_referenzen.theme-adon-grey .splide__slide:hover .bottom {
  opacity: 1;
}
.slider_referenzen.theme-adon-grey .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}
.slider_referenzen.theme-adon-grey .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  color: rgb(255, 255, 255);
  margin-block-start: 0.3em;
  margin-block-end: 1em;
}
.slider_referenzen.theme-adon-grey .splide__slide h3:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 100%;
  top: 5px;
  opacity: 0;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.2\" preserveAspectRatio=\"none\" viewBox=\"0 0 24 24\" class=\"ng-element\" data-id=\"db3419ed4e784a98a58d82870609439c\" stroke-linecap=\"null\" stroke-linejoin=\"null\" style=\"opacity: 1; mix-blend-mode: normal; fill: rgb%28250, 9, 5%29; width: 25px; height: 25px; transform: rotate%280deg%29 translate%280,0 %29;\"><g><path xmlns:default=\"http://www.w3.org/2000/svg\" id=\"long-arrow-righter\" d=\"M21,12.01c0-0.09-0.04-0.18-0.1-0.24l-4-3.64c-0.08-0.12-0.23-0.16-0.37-0.12  c-0.13,0.04-0.21,0.17-0.2,0.3v2.33h-13C3.16,10.64,3.01,10.77,3,10.95c0,0.02,0,0.04,0,0.06v2C3,13.19,3.14,13.34,3.31,13.34  c0.01,0,0.01,0,0.02,0h13v2.33c0,0.13,0.08,0.25,0.2,0.3c0.12,0.06,0.26,0.03,0.36-0.06l4-3.69C20.95,12.17,20.99,12.09,21,12.01  L21,12.01z\" style=\"fill: rgb%28255, 255, 255%29\"></path></g></svg>");
  transition: all 0.567s ease;
}
.slider_referenzen.theme-adon-grey .splide__slide img {
  width: 100%;
  height: auto;
}
.slider_referenzen.theme-adon-grey .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #eaeaea;
  transition: all 0.562s ease;
  z-index: -1;
}
.slider_referenzen.theme-adon-grey .splide__slide:hover {
  transform: scale(0.99);
}
.slider_referenzen.theme-adon-grey .splide__slide:hover h3 {
  color: rgb(255, 255, 255);
}
.slider_referenzen.theme-adon-grey .splide__slide:hover h3:before {
  left: 110%;
  opacity: 1;
}
.slider_referenzen.theme-adon-grey .splide__slide:hover::before {
  opacity: 1;
}
.slider_referenzen.theme-adon-grey .splide__slide:first-child {
  border-left: 1px solid rgb(48, 54, 60);
}
.slider_referenzen.theme-adon-grey .splide__arrows {
  position: absolute;
  margin-top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.slider_referenzen.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.slider_referenzen.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.slider_referenzen.theme-adon-grey .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.slider_referenzen.theme-adon-grey .splide__arrows .splide__arrow:hover {
  background: rgba(48, 54, 60, 0.1);
}
.slider_referenzen.theme-adon-grey .splide__arrows .splide__arrow svg path {
  fill: rgb(48, 54, 60);
}
.slider_referenzen.theme-adon-grey .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.slider_referenzen.theme-adon-grey .button {
  margin-top: 30px;
}
.slider_referenzen.theme-adon-grey .splide__pagination {
  bottom: -2rem;
}
.slider_referenzen.theme-adon-grey .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider_referenzen.theme-adon-grey .splide__pagination__page:hover, .slider_referenzen.theme-adon-grey .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.slider_referenzen.theme-adon-grey .splide__pagination__page.is-active {
  background-color: #000;
}

/**
 * Slider Section
 */
.slider.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  padding-bottom: 9rem !important;
}
.slider.theme-adon-light .content-container {
  position: static;
}
.slider.theme-adon-light .splide {
  position: static;
  overflow: hidden;
}
.slider.theme-adon-light .splide__list {
  position: relative;
  left: 0px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-light .splide__list {
    left: 0px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-light .splide__list {
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-light .splide__list {
    left: 0px !important;
  }
}
.slider.theme-adon-light .splide__list.no-left {
  left: 0px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-light .splide__list.no-left {
    left: 0px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-light .splide__list.no-left {
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-light .splide__list.no-left {
    left: 0px !important;
  }
}
.slider.theme-adon-light .splide__slide {
  text-align: left;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
  transition: all 0.562s ease;
  z-index: 1;
  /*
  $screen-md: 768px; // Medium devices (tablets)
  $screen-lg: 1023px; // Large devices (desktops)
  $screen-xl: 1280px; // Extra large devices (large desktops)
  */
  margin-left: -30px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-light .splide__slide {
    margin-left: -30px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-light .splide__slide {
    margin-left: -30px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-light .splide__slide {
    margin-left: -30px !important;
  }
}
.slider.theme-adon-light .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 768px) {
  .slider.theme-adon-light .splide__slide p {
    font-size: 16px;
  }
}
.slider.theme-adon-light .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .slider.theme-adon-light .splide__slide h3 {
    font-size: 20px;
  }
}
.slider.theme-adon-light .splide__slide h3:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 100%;
  top: 5px;
  opacity: 0;
  transition: all 0.567s ease;
}
.slider.theme-adon-light .splide__slide img {
  width: 100%;
  height: auto;
}
.slider.theme-adon-light .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #0d0d0d;
  transition: all 0.562s ease;
  z-index: -1;
}
.slider.theme-adon-light .splide__slide:hover {
  transform: scale(0.99);
}
.slider.theme-adon-light .splide__slide:hover h3 {
  color: rgb(250, 9, 5);
}
.slider.theme-adon-light .splide__slide:hover h3:before {
  left: 110%;
  opacity: 1;
}
.slider.theme-adon-light .splide__slide:first-child {
  border-left: 0px solid rgb(255, 255, 255);
}
.slider.theme-adon-light .splide__arrows {
  position: absolute;
  margin-top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.slider.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(26, 26, 26);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.slider.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(26, 26, 26);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.slider.theme-adon-light .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.slider.theme-adon-light .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.slider.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--next:hover, .slider.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--prev:hover {
  border-color: rgb(250, 9, 5);
}
.slider.theme-adon-light .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.slider.theme-adon-light .splide__arrows .splide__arrow svg path {
  fill: rgb(255, 255, 255);
}
.slider.theme-adon-light .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255);
}
.slider.theme-adon-light .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.slider.theme-adon-light .button {
  margin-top: 30px;
}
.slider.theme-adon-light .splide__pagination {
  bottom: -2rem;
}
.slider.theme-adon-light .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider.theme-adon-light .splide__pagination__page:hover, .slider.theme-adon-light .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.slider.theme-adon-light .splide__pagination__page.is-active {
  background-color: #000;
}

.slider.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
  padding-bottom: 9rem !important;
}
.slider.theme-adon-dark .content-container {
  position: static;
}
.slider.theme-adon-dark .splide {
  position: static;
  overflow: hidden;
}
.slider.theme-adon-dark .splide__list {
  position: relative;
  left: 0px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-dark .splide__list {
    left: 0px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-dark .splide__list {
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-dark .splide__list {
    left: 0px !important;
  }
}
.slider.theme-adon-dark .splide__list.no-left {
  left: 0px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-dark .splide__list.no-left {
    left: 0px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-dark .splide__list.no-left {
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-dark .splide__list.no-left {
    left: 0px !important;
  }
}
.slider.theme-adon-dark .splide__slide {
  text-align: left;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid rgb(48, 54, 60);
  cursor: pointer;
  position: relative;
  transition: all 0.562s ease;
  z-index: 1;
  /*
  $screen-md: 768px; // Medium devices (tablets)
  $screen-lg: 1023px; // Large devices (desktops)
  $screen-xl: 1280px; // Extra large devices (large desktops)
  */
  margin-left: -30px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-dark .splide__slide {
    margin-left: -30px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-dark .splide__slide {
    margin-left: -30px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-dark .splide__slide {
    margin-left: -30px !important;
  }
}
.slider.theme-adon-dark .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 768px) {
  .slider.theme-adon-dark .splide__slide p {
    font-size: 16px;
  }
}
.slider.theme-adon-dark .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .slider.theme-adon-dark .splide__slide h3 {
    font-size: 20px;
  }
}
.slider.theme-adon-dark .splide__slide h3:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 100%;
  top: 5px;
  opacity: 0;
  transition: all 0.567s ease;
}
.slider.theme-adon-dark .splide__slide img {
  width: 100%;
  height: auto;
}
.slider.theme-adon-dark .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #f2f2f2;
  transition: all 0.562s ease;
  z-index: -1;
}
.slider.theme-adon-dark .splide__slide:hover {
  transform: scale(0.99);
}
.slider.theme-adon-dark .splide__slide:hover h3 {
  color: rgb(250, 9, 5);
}
.slider.theme-adon-dark .splide__slide:hover h3:before {
  left: 110%;
  opacity: 1;
}
.slider.theme-adon-dark .splide__slide:first-child {
  border-left: 0px solid rgb(48, 54, 60);
}
.slider.theme-adon-dark .splide__arrows {
  position: absolute;
  margin-top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.slider.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.slider.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.slider.theme-adon-dark .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.slider.theme-adon-dark .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.slider.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--next:hover, .slider.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--prev:hover {
  border-color: rgb(250, 9, 5);
}
.slider.theme-adon-dark .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.slider.theme-adon-dark .splide__arrows .splide__arrow svg path {
  fill: rgb(48, 54, 60);
}
.slider.theme-adon-dark .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255);
}
.slider.theme-adon-dark .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.slider.theme-adon-dark .button {
  margin-top: 30px;
}
.slider.theme-adon-dark .splide__pagination {
  bottom: -2rem;
}
.slider.theme-adon-dark .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider.theme-adon-dark .splide__pagination__page:hover, .slider.theme-adon-dark .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.slider.theme-adon-dark .splide__pagination__page.is-active {
  background-color: #000;
}

.slider.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
  padding-bottom: 9rem !important;
}
.slider.theme-adon-grey .content-container {
  position: static;
}
.slider.theme-adon-grey .splide {
  position: static;
  overflow: hidden;
}
.slider.theme-adon-grey .splide__list {
  position: relative;
  left: 0px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-grey .splide__list {
    left: 0px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-grey .splide__list {
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-grey .splide__list {
    left: 0px !important;
  }
}
.slider.theme-adon-grey .splide__list.no-left {
  left: 0px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-grey .splide__list.no-left {
    left: 0px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-grey .splide__list.no-left {
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-grey .splide__list.no-left {
    left: 0px !important;
  }
}
.slider.theme-adon-grey .splide__slide {
  text-align: left;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid rgb(48, 54, 60);
  cursor: pointer;
  position: relative;
  transition: all 0.562s ease;
  z-index: 1;
  /*
  $screen-md: 768px; // Medium devices (tablets)
  $screen-lg: 1023px; // Large devices (desktops)
  $screen-xl: 1280px; // Extra large devices (large desktops)
  */
  margin-left: -30px !important;
}
@media (max-width: 1280px) {
  .slider.theme-adon-grey .splide__slide {
    margin-left: -30px !important;
  }
}
@media (max-width: 1023px) {
  .slider.theme-adon-grey .splide__slide {
    margin-left: -30px !important;
  }
}
@media (max-width: 768px) {
  .slider.theme-adon-grey .splide__slide {
    margin-left: -30px !important;
  }
}
.slider.theme-adon-grey .splide__slide p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 768px) {
  .slider.theme-adon-grey .splide__slide p {
    font-size: 16px;
  }
}
.slider.theme-adon-grey .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .slider.theme-adon-grey .splide__slide h3 {
    font-size: 20px;
  }
}
.slider.theme-adon-grey .splide__slide h3:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 100%;
  top: 5px;
  opacity: 0;
  transition: all 0.567s ease;
}
.slider.theme-adon-grey .splide__slide img {
  width: 100%;
  height: auto;
}
.slider.theme-adon-grey .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #eaeaea;
  transition: all 0.562s ease;
  z-index: -1;
}
.slider.theme-adon-grey .splide__slide:hover {
  transform: scale(0.99);
}
.slider.theme-adon-grey .splide__slide:hover h3 {
  color: rgb(250, 9, 5);
}
.slider.theme-adon-grey .splide__slide:hover h3:before {
  left: 110%;
  opacity: 1;
}
.slider.theme-adon-grey .splide__slide:first-child {
  border-left: 0px solid rgb(48, 54, 60);
}
.slider.theme-adon-grey .splide__arrows {
  position: absolute;
  margin-top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.slider.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
}
.slider.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(48, 54, 60);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
}
.slider.theme-adon-grey .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.slider.theme-adon-grey .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.slider.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--next:hover, .slider.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--prev:hover {
  border-color: rgb(250, 9, 5);
}
.slider.theme-adon-grey .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.slider.theme-adon-grey .splide__arrows .splide__arrow svg path {
  fill: rgb(48, 54, 60);
}
.slider.theme-adon-grey .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255);
}
.slider.theme-adon-grey .splide__arrows .splide__arrow svg {
  height: 30px;
  width: 30px;
  position: relative;
  top: 4px;
}
.slider.theme-adon-grey .button {
  margin-top: 30px;
}
.slider.theme-adon-grey .splide__pagination {
  bottom: -2rem;
}
.slider.theme-adon-grey .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider.theme-adon-grey .splide__pagination__page:hover, .slider.theme-adon-grey .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.slider.theme-adon-grey .splide__pagination__page.is-active {
  background-color: #000;
}

/**
 * Slider Section
 */
.sliderpro.theme-adon-light {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  padding-bottom: 0rem !important;
  padding-top: 0rem !important;
  padding: 8rem 0 8rem 0 !important;
  position: relative;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-light {
    padding: 4rem 0 4rem 0 !important;
  }
}
.sliderpro.theme-adon-light .splide {
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
.sliderpro.theme-adon-light .splide .splide__track {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: visible;
  /*   padding-left:10%;
     padding-right:20%; */
}
.sliderpro.theme-adon-light .splide__slide {
  text-align: left;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  /*
  $screen-md: 768px; // Medium devices (tablets)
  $screen-lg: 1023px; // Large devices (desktops)
  $screen-xl: 1280px; // Extra large devices (large desktops)
  */
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  background: #000000;
  /*
              &.is-active {
                  height:120% !important;
                  z-index:+1;
              }
  */
}
.sliderpro.theme-adon-light .splide__slide.startanim {
  transform: scale(1.1);
  z-index: 1;
}
.sliderpro.theme-adon-light .splide__slide.startanim img {
  opacity: 1;
}
.sliderpro.theme-adon-light .splide__slide.startanim p {
  opacity: 1;
}
.sliderpro.theme-adon-light .splide__slide .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  position: relative;
}
.sliderpro.theme-adon-light .splide__slide .content {
  background: rgb(17, 17, 17);
  height: 50%;
  display: flex;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
  align-items: start;
  align-content: end;
  justify-content: end;
  flex-flow: column;
}
.sliderpro.theme-adon-light .splide__slide p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 88%;
  opacity: 0.6;
  transition: opacity 0.4s linear;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-light .splide__slide p {
    font-size: 14px !important;
  }
}
@media (max-width: 1400px) {
  .sliderpro.theme-adon-light .splide__slide p {
    font-size: 11px;
  }
}
.sliderpro.theme-adon-light .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-light .splide__slide h3 {
    font-size: 20px;
  }
}
.sliderpro.theme-adon-light .splide__slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
}
.sliderpro.theme-adon-light .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #0d0d0d;
  transition: all 0.562s ease;
  z-index: -1;
}
.sliderpro.theme-adon-light .splide__slide:hover img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}
.sliderpro.theme-adon-light .splide__slide:first-child {
  border-left: 0px solid rgb(255, 255, 255);
}
.sliderpro.theme-adon-light .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80%;
  -ms-flex-pack: center;
  justify-content: space-between;
  display: flex;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-light .splide__arrows {
    display: none;
  }
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid rgb(26, 26, 26);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
  backdrop-filter: blur(10px);
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid rgb(26, 26, 26);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
  backdrop-filter: blur(10px);
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow:hover {
  border-color: rgb(250, 9, 5);
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow svg path {
  fill: rgb(255, 255, 255);
  transition: all 0.18s ease-in-out;
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255) !important;
}
.sliderpro.theme-adon-light .splide__arrows .splide__arrow svg {
  height: 15px;
  width: 15px;
  position: relative;
  top: 0px;
}
.sliderpro.theme-adon-light .button {
  margin-top: 30px;
}
.sliderpro.theme-adon-light .splide__pagination {
  bottom: -2rem;
}
.sliderpro.theme-adon-light .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.sliderpro.theme-adon-light .splide__pagination__page:hover, .sliderpro.theme-adon-light .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.sliderpro.theme-adon-light .splide__pagination__page.is-active {
  background-color: #000;
}
.sliderpro.theme-adon-light .butt_unter {
  display: flex;
  justify-content: center;
}
.sliderpro.theme-adon-light .btn-default {
  background: rgb(26, 26, 26);
  border-color: rgb(255, 255, 255);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(255, 255, 255);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.sliderpro.theme-adon-light .btn-default:hover {
  background: #393939;
}
.sliderpro.theme-adon-light .btn-default:active {
  background: #5a5a5a;
}

.sliderpro.theme-adon-dark {
  background: rgb(255, 255, 255);
  color: rgb(48, 54, 60);
  padding-bottom: 0rem !important;
  padding-top: 0rem !important;
  padding: 8rem 0 8rem 0 !important;
  position: relative;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-dark {
    padding: 4rem 0 4rem 0 !important;
  }
}
.sliderpro.theme-adon-dark .splide {
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
.sliderpro.theme-adon-dark .splide .splide__track {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: visible;
  /*   padding-left:10%;
     padding-right:20%; */
}
.sliderpro.theme-adon-dark .splide__slide {
  text-align: left;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  /*
  $screen-md: 768px; // Medium devices (tablets)
  $screen-lg: 1023px; // Large devices (desktops)
  $screen-xl: 1280px; // Extra large devices (large desktops)
  */
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  background: #000000;
  /*
              &.is-active {
                  height:120% !important;
                  z-index:+1;
              }
  */
}
.sliderpro.theme-adon-dark .splide__slide.startanim {
  transform: scale(1.1);
  z-index: 1;
}
.sliderpro.theme-adon-dark .splide__slide.startanim img {
  opacity: 1;
}
.sliderpro.theme-adon-dark .splide__slide.startanim p {
  opacity: 1;
}
.sliderpro.theme-adon-dark .splide__slide .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  position: relative;
}
.sliderpro.theme-adon-dark .splide__slide .content {
  background: rgb(17, 17, 17);
  height: 50%;
  display: flex;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
  align-items: start;
  align-content: end;
  justify-content: end;
  flex-flow: column;
}
.sliderpro.theme-adon-dark .splide__slide p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 88%;
  opacity: 0.6;
  transition: opacity 0.4s linear;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-dark .splide__slide p {
    font-size: 14px !important;
  }
}
@media (max-width: 1400px) {
  .sliderpro.theme-adon-dark .splide__slide p {
    font-size: 11px;
  }
}
.sliderpro.theme-adon-dark .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-dark .splide__slide h3 {
    font-size: 20px;
  }
}
.sliderpro.theme-adon-dark .splide__slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
}
.sliderpro.theme-adon-dark .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #f2f2f2;
  transition: all 0.562s ease;
  z-index: -1;
}
.sliderpro.theme-adon-dark .splide__slide:hover img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}
.sliderpro.theme-adon-dark .splide__slide:first-child {
  border-left: 0px solid rgb(48, 54, 60);
}
.sliderpro.theme-adon-dark .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80%;
  -ms-flex-pack: center;
  justify-content: space-between;
  display: flex;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-dark .splide__arrows {
    display: none;
  }
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid rgb(26, 26, 26);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
  backdrop-filter: blur(10px);
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid rgb(26, 26, 26);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
  backdrop-filter: blur(10px);
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow:hover {
  border-color: rgb(250, 9, 5);
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow svg path {
  fill: rgb(255, 255, 255);
  transition: all 0.18s ease-in-out;
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255) !important;
}
.sliderpro.theme-adon-dark .splide__arrows .splide__arrow svg {
  height: 15px;
  width: 15px;
  position: relative;
  top: 0px;
}
.sliderpro.theme-adon-dark .button {
  margin-top: 30px;
}
.sliderpro.theme-adon-dark .splide__pagination {
  bottom: -2rem;
}
.sliderpro.theme-adon-dark .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.sliderpro.theme-adon-dark .splide__pagination__page:hover, .sliderpro.theme-adon-dark .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.sliderpro.theme-adon-dark .splide__pagination__page.is-active {
  background-color: #000;
}
.sliderpro.theme-adon-dark .butt_unter {
  display: flex;
  justify-content: center;
}
.sliderpro.theme-adon-dark .btn-default {
  background: rgb(255, 255, 255);
  border-color: rgb(48, 54, 60);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(48, 54, 60);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.sliderpro.theme-adon-dark .btn-default:hover {
  background: #e0e0e0;
}
.sliderpro.theme-adon-dark .btn-default:active {
  background: #bfbfbf;
}

.sliderpro.theme-adon-grey {
  background: rgb(247, 247, 247);
  color: rgb(48, 54, 60);
  padding-bottom: 0rem !important;
  padding-top: 0rem !important;
  padding: 8rem 0 8rem 0 !important;
  position: relative;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-grey {
    padding: 4rem 0 4rem 0 !important;
  }
}
.sliderpro.theme-adon-grey .splide {
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
.sliderpro.theme-adon-grey .splide .splide__track {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: visible;
  /*   padding-left:10%;
     padding-right:20%; */
}
.sliderpro.theme-adon-grey .splide__slide {
  text-align: left;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  /*
  $screen-md: 768px; // Medium devices (tablets)
  $screen-lg: 1023px; // Large devices (desktops)
  $screen-xl: 1280px; // Extra large devices (large desktops)
  */
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  background: #000000;
  /*
              &.is-active {
                  height:120% !important;
                  z-index:+1;
              }
  */
}
.sliderpro.theme-adon-grey .splide__slide.startanim {
  transform: scale(1.1);
  z-index: 1;
}
.sliderpro.theme-adon-grey .splide__slide.startanim img {
  opacity: 1;
}
.sliderpro.theme-adon-grey .splide__slide.startanim p {
  opacity: 1;
}
.sliderpro.theme-adon-grey .splide__slide .logo {
  max-height: 40px;
  height: 100%;
  width: auto;
  position: relative;
}
.sliderpro.theme-adon-grey .splide__slide .content {
  background: rgb(17, 17, 17);
  height: 50%;
  display: flex;
  background: linear-gradient(0deg, black 0%, rgba(136, 136, 136, 0) 85%);
  align-items: start;
  align-content: end;
  justify-content: end;
  flex-flow: column;
}
.sliderpro.theme-adon-grey .splide__slide p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 88%;
  opacity: 0.6;
  transition: opacity 0.4s linear;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-grey .splide__slide p {
    font-size: 14px !important;
  }
}
@media (max-width: 1400px) {
  .sliderpro.theme-adon-grey .splide__slide p {
    font-size: 11px;
  }
}
.sliderpro.theme-adon-grey .splide__slide h3 {
  max-width: 70%;
  position: relative;
  display: inline-block;
  transition: all 0.562s ease;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-grey .splide__slide h3 {
    font-size: 20px;
  }
}
.sliderpro.theme-adon-grey .splide__slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out;
  transform: rotateX(0deg) scale(1, 1);
  transform-style: preserve-3d;
}
.sliderpro.theme-adon-grey .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #eaeaea;
  transition: all 0.562s ease;
  z-index: -1;
}
.sliderpro.theme-adon-grey .splide__slide:hover img:not(.logo) {
  transform: rotate(0.2deg) scale(1.2, 1.2);
}
.sliderpro.theme-adon-grey .splide__slide:first-child {
  border-left: 0px solid rgb(48, 54, 60);
}
.sliderpro.theme-adon-grey .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80%;
  -ms-flex-pack: center;
  justify-content: space-between;
  display: flex;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .sliderpro.theme-adon-grey .splide__arrows {
    display: none;
  }
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--prev {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid rgb(26, 26, 26);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-right: 20px;
  height: 5em;
  width: 5em;
  backdrop-filter: blur(10px);
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow.splide__arrow--next {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid rgb(26, 26, 26);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  margin-left: 20px;
  height: 5em;
  width: 5em;
  backdrop-filter: blur(10px);
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow {
  transition: all 0.434s ease;
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow:before {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(250, 9, 5);
  border-radius: 50% 50%;
  transition: all 0.18s ease-in-out;
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow:hover {
  border-color: rgb(250, 9, 5);
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow:hover:before {
  height: 100%;
  width: 100%;
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow svg path {
  fill: rgb(255, 255, 255);
  transition: all 0.18s ease-in-out;
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow:hover svg path {
  fill: rgb(255, 255, 255) !important;
}
.sliderpro.theme-adon-grey .splide__arrows .splide__arrow svg {
  height: 15px;
  width: 15px;
  position: relative;
  top: 0px;
}
.sliderpro.theme-adon-grey .button {
  margin-top: 30px;
}
.sliderpro.theme-adon-grey .splide__pagination {
  bottom: -2rem;
}
.sliderpro.theme-adon-grey .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.5);
}
.sliderpro.theme-adon-grey .splide__pagination__page:hover, .sliderpro.theme-adon-grey .splide__pagination__page:focus {
  border: 2px solid #000;
  background-color: #000;
}
.sliderpro.theme-adon-grey .splide__pagination__page.is-active {
  background-color: #000;
}
.sliderpro.theme-adon-grey .butt_unter {
  display: flex;
  justify-content: center;
}
.sliderpro.theme-adon-grey .btn-default {
  background: rgb(247, 247, 247);
  border-color: rgb(48, 54, 60);
  padding-left: 60px;
  padding-right: 60px;
  color: rgb(48, 54, 60);
  border-radius: 30px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 500;
}
.sliderpro.theme-adon-grey .btn-default:hover {
  background: white;
}
.sliderpro.theme-adon-grey .btn-default:active {
  background: white;
}

/**
 * Media & Text Section scss
 */
.media-text.theme-adon-light {
  background: rgb(26, 26, 26);
  font-size: 21px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .media-text.theme-adon-light {
    font-size: 18px;
  }
}
.media-text.theme-adon-light .buttons {
  margin-block-start: 2em;
  margin-block-end: 2em;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.media-text.theme-adon-light .media-text__block--text {
  z-index: 1;
}
.media-text.theme-adon-light .media-text__block--image {
  line-height: 0;
}
.media-text.theme-adon-light .media-text__block--image.bild_mit_schatten {
  line-height: 0;
  padding: 0px;
}
.media-text.theme-adon-light .media-text__block--image.bild_mit_schatten img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light .media-text__block--image.bild_mit_schatten img {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.media-text.theme-adon-light .media-text__block--image.bild_mit_schatten .video-block {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light .media-text__block--image.bild_mit_schatten .video-block {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.media-text.theme-adon-light .fly-in-container {
  position: relative;
  border: 1px solid rgb(26, 26, 26);
  border-width: 0 !important;
  border-image-width: 0 !important;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition: transform 0.9534s linear, opacity 1.2s linear;
}
.media-text.theme-adon-light ._0 .fly-in-container {
  left: 0%;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light ._0 .fly-in-container {
    left: 0;
  }
}
.media-text.theme-adon-light ._1 .fly-in-container {
  right: 0%;
  left: auto;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light ._1 .fly-in-container {
    right: 0;
  }
}
.media-text.theme-adon-light ._0.buio .fly-in-container {
  left: 0%;
  opacity: 1;
}
.media-text.theme-adon-light ._1.buio .fly-in-container {
  right: 0%;
  left: auto;
  opacity: 1;
}
.media-text.theme-adon-light ._0 .fly-in-container img {
  transition: all 0.96534s linear;
}
.media-text.theme-adon-light ._1 .fly-in-container img {
  transition: all 0.96534s linear;
}
.media-text.theme-adon-light ._0 .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(26, 26, 26);
  width: 102%;
  height: 102%;
  left: -1%;
  opacity: 1;
  transition: all 0.96534s linear;
}
.media-text.theme-adon-light ._1 .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(26, 26, 26);
  width: 102%;
  height: 102%;
  right: -1%;
  top: -1%;
  opacity: 1;
  transition: all 0.96534s linear;
}
.media-text.theme-adon-light ._0.buio .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(26, 26, 26);
  width: 0%;
  height: 102%;
  left: -1%;
  top: -1%;
  opacity: 1;
}
.media-text.theme-adon-light ._1.buio .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(26, 26, 26);
  width: 0%;
  height: 102%;
  right: -1%;
  top: -1%;
  opacity: 1;
}
.media-text.theme-adon-light .media-text__block--image .buttons {
  margin-block-end: 1em;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light .media-text__block--image {
    order: 0;
  }
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light .media-text__block--text {
    order: 1;
  }
}
.media-text.theme-adon-light .link {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.media-text.theme-adon-light a:not(.button) {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.media-text.theme-adon-light a:not(.button):after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.media-text.theme-adon-light a:not(.button):before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 50%;
  margin-top: -1.5px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.media-text.theme-adon-light a:not(.button):hover {
  transform: scale(1) !important;
}
.media-text.theme-adon-light a:not(.button):hover:after {
  background-position: 3px 50%, 20px 50%;
}
.media-text.theme-adon-light a:not(.button):hover:before {
  width: 20px;
}
.media-text.theme-adon-light a:not(.button):active {
  color: white;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light a:not(.button) {
    font-size: 16px;
  }
}
.media-text.theme-adon-light a.button {
  font-size: 13px;
  text-decoration: none !important;
  color: white !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .media-text.theme-adon-light a.button {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.media-text.theme-adon-light a.button:hover {
  background-color: #737373;
  border: 1px solid #343434;
}
.media-text.theme-adon-light .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light .content-container {
    flex-direction: column;
    gap: 1rem;
  }
}
.media-text.theme-adon-light .media-text__block {
  flex: 1;
}
.media-text.theme-adon-light h2 {
  max-width: 60%;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-light h2 {
    max-width: 100%;
  }
}

.media-text.theme-adon-dark {
  background: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .media-text.theme-adon-dark {
    font-size: 18px;
  }
}
.media-text.theme-adon-dark .buttons {
  margin-block-start: 2em;
  margin-block-end: 2em;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.media-text.theme-adon-dark .media-text__block--text {
  z-index: 1;
}
.media-text.theme-adon-dark .media-text__block--image {
  line-height: 0;
}
.media-text.theme-adon-dark .media-text__block--image.bild_mit_schatten {
  line-height: 0;
  padding: 0px;
}
.media-text.theme-adon-dark .media-text__block--image.bild_mit_schatten img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark .media-text__block--image.bild_mit_schatten img {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.media-text.theme-adon-dark .media-text__block--image.bild_mit_schatten .video-block {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark .media-text__block--image.bild_mit_schatten .video-block {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.media-text.theme-adon-dark .fly-in-container {
  position: relative;
  border: 1px solid rgb(255, 255, 255);
  border-width: 0 !important;
  border-image-width: 0 !important;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition: transform 0.9534s linear, opacity 1.2s linear;
}
.media-text.theme-adon-dark ._0 .fly-in-container {
  left: 0%;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark ._0 .fly-in-container {
    left: 0;
  }
}
.media-text.theme-adon-dark ._1 .fly-in-container {
  right: 0%;
  left: auto;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark ._1 .fly-in-container {
    right: 0;
  }
}
.media-text.theme-adon-dark ._0.buio .fly-in-container {
  left: 0%;
  opacity: 1;
}
.media-text.theme-adon-dark ._1.buio .fly-in-container {
  right: 0%;
  left: auto;
  opacity: 1;
}
.media-text.theme-adon-dark ._0 .fly-in-container img {
  transition: all 0.96534s linear;
}
.media-text.theme-adon-dark ._1 .fly-in-container img {
  transition: all 0.96534s linear;
}
.media-text.theme-adon-dark ._0 .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 102%;
  height: 102%;
  left: -1%;
  opacity: 1;
  transition: all 0.96534s linear;
}
.media-text.theme-adon-dark ._1 .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 102%;
  height: 102%;
  right: -1%;
  top: -1%;
  opacity: 1;
  transition: all 0.96534s linear;
}
.media-text.theme-adon-dark ._0.buio .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 0%;
  height: 102%;
  left: -1%;
  top: -1%;
  opacity: 1;
}
.media-text.theme-adon-dark ._1.buio .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 0%;
  height: 102%;
  right: -1%;
  top: -1%;
  opacity: 1;
}
.media-text.theme-adon-dark .media-text__block--image .buttons {
  margin-block-end: 1em;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark .media-text__block--image {
    order: 0;
  }
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark .media-text__block--text {
    order: 1;
  }
}
.media-text.theme-adon-dark .link {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.media-text.theme-adon-dark a:not(.button) {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  color: rgb(48, 54, 60);
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.media-text.theme-adon-dark a:not(.button):after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.media-text.theme-adon-dark a:not(.button):before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 50%;
  margin-top: -1.5px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.media-text.theme-adon-dark a:not(.button):hover {
  transform: scale(1) !important;
}
.media-text.theme-adon-dark a:not(.button):hover:after {
  background-position: 3px 50%, 20px 50%;
}
.media-text.theme-adon-dark a:not(.button):hover:before {
  width: 20px;
}
.media-text.theme-adon-dark a:not(.button):active {
  color: #475058;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark a:not(.button) {
    font-size: 16px;
  }
}
.media-text.theme-adon-dark a.button {
  font-size: 13px;
  text-decoration: none !important;
  color: #525c67 !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .media-text.theme-adon-dark a.button {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.media-text.theme-adon-dark a.button:hover {
  background-color: white;
  border: 1px solid #d9d9d9;
}
.media-text.theme-adon-dark .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark .content-container {
    flex-direction: column;
    gap: 1rem;
  }
}
.media-text.theme-adon-dark .media-text__block {
  flex: 1;
}
.media-text.theme-adon-dark h2 {
  max-width: 60%;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-dark h2 {
    max-width: 100%;
  }
}

.media-text.theme-adon-grey {
  background: rgb(247, 247, 247);
  font-size: 21px;
  font-weight: 300;
  color: rgb(48, 54, 60);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .media-text.theme-adon-grey {
    font-size: 18px;
  }
}
.media-text.theme-adon-grey .buttons {
  margin-block-start: 2em;
  margin-block-end: 2em;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.media-text.theme-adon-grey .media-text__block--text {
  z-index: 1;
}
.media-text.theme-adon-grey .media-text__block--image {
  line-height: 0;
}
.media-text.theme-adon-grey .media-text__block--image.bild_mit_schatten {
  line-height: 0;
  padding: 0px;
}
.media-text.theme-adon-grey .media-text__block--image.bild_mit_schatten img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey .media-text__block--image.bild_mit_schatten img {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.media-text.theme-adon-grey .media-text__block--image.bild_mit_schatten .video-block {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.254526);
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey .media-text__block--image.bild_mit_schatten .video-block {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.254526);
  }
}
.media-text.theme-adon-grey .fly-in-container {
  position: relative;
  border: 1px solid rgb(247, 247, 247);
  border-width: 0 !important;
  border-image-width: 0 !important;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition: transform 0.9534s linear, opacity 1.2s linear;
}
.media-text.theme-adon-grey ._0 .fly-in-container {
  left: 0%;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey ._0 .fly-in-container {
    left: 0;
  }
}
.media-text.theme-adon-grey ._1 .fly-in-container {
  right: 0%;
  left: auto;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey ._1 .fly-in-container {
    right: 0;
  }
}
.media-text.theme-adon-grey ._0.buio .fly-in-container {
  left: 0%;
  opacity: 1;
}
.media-text.theme-adon-grey ._1.buio .fly-in-container {
  right: 0%;
  left: auto;
  opacity: 1;
}
.media-text.theme-adon-grey ._0 .fly-in-container img {
  transition: all 0.96534s linear;
}
.media-text.theme-adon-grey ._1 .fly-in-container img {
  transition: all 0.96534s linear;
}
.media-text.theme-adon-grey ._0 .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(247, 247, 247);
  width: 102%;
  height: 102%;
  left: -1%;
  opacity: 1;
  transition: all 0.96534s linear;
}
.media-text.theme-adon-grey ._1 .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(247, 247, 247);
  width: 102%;
  height: 102%;
  right: -1%;
  top: -1%;
  opacity: 1;
  transition: all 0.96534s linear;
}
.media-text.theme-adon-grey ._0.buio .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(247, 247, 247);
  width: 0%;
  height: 102%;
  left: -1%;
  top: -1%;
  opacity: 1;
}
.media-text.theme-adon-grey ._1.buio .fly-in-container .image-curtain {
  position: absolute;
  background: rgb(247, 247, 247);
  width: 0%;
  height: 102%;
  right: -1%;
  top: -1%;
  opacity: 1;
}
.media-text.theme-adon-grey .media-text__block--image .buttons {
  margin-block-end: 1em;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey .media-text__block--image {
    order: 0;
  }
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey .media-text__block--text {
    order: 1;
  }
}
.media-text.theme-adon-grey .link {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.media-text.theme-adon-grey a:not(.button) {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  color: rgb(48, 54, 60);
  position: relative;
  transition: all 0.3s linear;
  font-weight: 500;
  left: 0;
}
.media-text.theme-adon-grey a:not(.button):after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st1{fill:rgba%280,0,0,0%29;stroke:rgba%280,0,0,0%29;stroke-width:2;stroke-miterlimit:10;}</style><circle class=\"st1\" cx=\"5.9\" cy=\"19.4\" r=\"3.5\"/></svg>"), url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 40 40\" style=\"enable-background:new 0 0 40 40;\" xml:space=\"preserve\"><style type=\"text/css\">.st0{fill:none;stroke:%23FA0905;stroke-width:2;stroke-miterlimit:10;}</style><line id=\"pfeilLine\" class=\"st0\" x1=\"32.3\" y1=\"19.4\" x2=\"7.4\" y2=\"19.4\"/><polyline class=\"st0\" id=\"pfeilPolyLine\" points=\"26.3,25.4 32.4,19.3 26.6,13.5 \"/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 3px 50%, 6px 50%;
  width: 60px;
  left: 100%;
  height: 100%;
  transform: scale(1) !important;
  transition: all 0.2s ease-in;
}
.media-text.theme-adon-grey a:not(.button):before {
  content: "";
  position: absolute;
  background: rgb(250, 9, 5);
  height: 2px;
  width: 20px;
  top: 50%;
  margin-top: -1.5px;
  left: 100%;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.media-text.theme-adon-grey a:not(.button):hover {
  transform: scale(1) !important;
}
.media-text.theme-adon-grey a:not(.button):hover:after {
  background-position: 3px 50%, 20px 50%;
}
.media-text.theme-adon-grey a:not(.button):hover:before {
  width: 20px;
}
.media-text.theme-adon-grey a:not(.button):active {
  color: #475058;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey a:not(.button) {
    font-size: 16px;
  }
}
.media-text.theme-adon-grey a.button {
  font-size: 13px;
  text-decoration: none !important;
  color: #525c67 !important;
  height: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition: all 0.534s ease-out;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .media-text.theme-adon-grey a.button {
    font-size: 13px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.media-text.theme-adon-grey a.button:hover {
  background-color: white;
  border: 1px solid #d1d1d1;
}
.media-text.theme-adon-grey .content-container {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey .content-container {
    flex-direction: column;
    gap: 1rem;
  }
}
.media-text.theme-adon-grey .media-text__block {
  flex: 1;
}
.media-text.theme-adon-grey h2 {
  max-width: 60%;
}
@media (max-width: 1023px) {
  .media-text.theme-adon-grey h2 {
    max-width: 100%;
  }
}

/**
 * wordpress_funky_logo Section scss
 */
.wordpress_funky_logo.theme-adon-light {
  background-color: rgb(26, 26, 26);
}

.wordpress_funky_logo.theme-adon-dark {
  background-color: rgb(255, 255, 255);
}

.wordpress_funky_logo.theme-adon-grey {
  background-color: rgb(247, 247, 247);
}
