<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Contents generated by MODX - this file will be overwritten. */
:root {
  --main-bg-color: #ffffff;
  --font-color: #2b2b2b;
  --naviumbruch: 1000px;
  --font1:'Montserrat', sans-serif;
  --font2:'Istok Web', sans-serif;
  --page-color1:#ef7102;
  --page-color2:#ffffff;
  --page-color3:#05aa6d;
  --page-color4:#2b2b2b;
  --maxwidth:1500px;
}







/*!in SCSS wieder integrieren, css var in media queries funktionieren*/

@media (max-width: 1000px) {
  button.menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar {
    z-index: 1001;
    position: relative; }
    .navbar::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: white;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1001; }
  .logo {
    position: relative;
    z-index: 1002; }
  nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 79px;
    border-top: 1px solid #e5ede7;
    -webkit-transform: translateY(-220%);
        -ms-transform: translateY(-220%);
            transform: translateY(-220%);
    background-color: white;
    z-index: 1000;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s; }
    nav ul {
      display: block;
      background: white;
      z-index: 1000;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: -webkit-fit-content;
      height: fit-content;
      border-bottom: 4px solid #073a57; }
    nav li {
      height: auto;
      width: 100%;
      padding: 0; }
      nav li.active::before {
        content: "";
        display: block;
        background-color: #073a57;
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      nav li.active:not(.parent)::after {
        content: "";
        display: block;
        background-color: #073a57;
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; }
    nav a, nav span {
      width: 100%;
      padding: 12px 20px;
      text-align: center;
      border-bottom: 1px solid #a4bfcf; }
  .menu-active nav {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  nav {
    display: block; } 
    .mactive span {
        border-bottom-style: dotted; }
      .mactive ul {
        visibility: visible;
        opacity: 1;
        height: auto;
        display: block;
        border-top: 0;
        padding-bottom: 0;
        padding: 20px;
        background: rgba(0, 0, 0, 0.05);
        padding-top: 0;
        padding-bottom: 0; }
      li.parent::after {
        right: none;
        border-right: 2px solid var(--page-color1);
        border-bottom: 2px solid var(--page-color1);
        width: 11px;
        height: 11px;
        right: 33px;
        top: 33px; }
      li.parent:hover::after {
        border-right: 2px solid #000;
        border-bottom: 2px solid #000; }
      nav &gt; ul &gt; li &gt; ul {
        visibility: hidden;
        opacity: 0;
        position: relative;
        background: 0;
        padding-top: 0;
        height: 0;
        display: none; }
      nav &gt; ul &gt; li.mactive &gt; ul {
        visibility: visible;
        opacity: 1;
        height: auto;
        display: block; }
      li.parent &gt; ul a, li.parent &gt; ul span {
        border-top: 0; }
      nav &gt; ul &gt; li &gt; ul a, nav &gt; ul &gt; li &gt; ul span {
        line-height: 1.3em; }
        @media (min-width: 1150px) { 
    nav &gt; ul &gt; li:hover &gt; ul{
        display: block;
        opacity: 1;
        visibility: visible;
    }
  }

   
}

    
@media (min-width: 1000px) {
    nav &gt; ul &gt; li:hover &gt; ul{
        display: block;
        opacity: 1;
        visibility: visible;
    }
}   
    
/*!badge*/

.beforescroll .badge1, .beforescroll .badge2{
    position: fixed;
    top: 100px;
    right: 100px;
    background: white;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0px solid var(--page-color1);
    padding: 20px;
    box-sizing: border-box;
    transform: rotate(8deg);
    z-index: 1000;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.4em;
    transition: all ease 1s;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%, 0 100%);
}

.beforescroll .badge2{
    width: 176px;
    height: 176px;
    top: 97px;
    right: 97px;
    background:var(--page-color1);
}

.badge1, .badge2 {
    border-radius: 0;
    position: fixed;
    top: 100px;
    right: 100px;
    background: white;
    width: 170px;
    height: 170px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0px solid var(--page-color1);
    padding: 20px;
    box-sizing: border-box;
    transform: rotate(8deg);
    z-index: 1000;
    font-weight: 600;
    transition: all ease 1s;
    transform: rotate(0deg) translateY(-60px) translateX(90px) scale(0.6);
    z-index: 900;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 85%, 0 100%);
    font-size: 1.3em;
    line-height: 1.4em;
}

.badge2{
    width: 176px;
    height: 176px;
    top: 98px;
    right: 97px;
    background:var(--page-color1);
    z-index: 899;
}



.badge1-bg {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-left: 11px;
    font-size: 125px;
    transform: translateY(-10px);
    opacity: .15;
    font-weight: 400;
    color: var(--page-color1);
}

.badge1 span{
    color: var(--page-color1);
    font-weight: 800;
    font-size: 1.4em;
    white-space: nowrap;
}




@media (max-width:800px){
    .beforescroll .badge1, .beforescroll .badge2 {
        transform: rotate(8deg) scale(.6) translateY(-39px);
        right: 0;
        z-index: 900;
        padding: 10px;
    }
    
    .beforescroll .badge2 {
        right:-3px;
    }
    
   .badge1, .badge2 {
        transform: rotate(0deg) translateY(-79px) translateX(126px) scale(0.4);
        font-size: 1.1em;
        padding: 10px
    }
    
    .badge2{
        top: 97px;
    }
    
    .beforescroll .badge1, .badge1, .badge2, display:none;{
        display:none;
    }
}

@media (max-width:400px){
    .beforescroll .badge1, .beforescroll .badge2 {
        right: 20px;
    }
    
    .beforescroll .badge2 {
       right: 17px;  
    }
    
    
    .beforescroll .badge1, .beforescroll .badge2 {
        transform: rotate(8deg) scale(.6) translateY(-89px);
    }
    
    .badge1, .badge2 {
        transform: rotate(0deg) translateY(-107px) translateX(116px) scale(0.4);
    }
}


section.service-button-list:first-of-type a:last-child {
    display: none;
}

path.cls-3 {
     transition:ease all 1s;
}

@media (min-width: 1000px){
    .beforescroll path.cls-2 {
        fill: #fff;
        transition:ease all 1s;
    }
    
    
}</pre></body></html>