/*! Contents generated by MODX - this file will be overwritten. */
:root {
  --main-bg-color: #000000;
  --font-color: #ffffff;
  --naviumbruch: 1000px;
  --font1:'Montserrat', sans-serif;
  --font2:'Frank Ruhl Libre', serif;
  --page-color1:#CAA63B;
  --page-color2:#2b2b2b;
  --page-color3:#CAA63B;
  --page-color4:#;
  --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 > ul > li > ul {
        visibility: hidden;
        opacity: 0;
        position: relative;
        background: 0;
        padding-top: 0;
        height: 0;
        display: none; }
      nav > ul > li.mactive > ul {
        visibility: visible;
        opacity: 1;
        height: auto;
        display: block; }
      li.parent > ul a, li.parent > ul span {
        border-top: 0; }
      nav > ul > li > ul a, nav > ul > li > ul span {
        line-height: 1.3em; }
        @media (min-width: 1150px) { 
    nav > ul > li:hover > ul{
        display: block;
        opacity: 1;
        visibility: visible;
    }
  }

   
}

    
@media (min-width: 1000px) {
    nav > ul > li:hover > ul{
        display: block;
        opacity: 1;
        visibility: visible;
    }
}.s-align-c .header-content img {
    margin:auto;
    max-height: 40vh;
    margin-bottom: 20px;
}

.ob-button-list .button:last-of-type {
    margin-right: 0;
}



.scroll-down {
    margin-left:0;
    animation: scrolldown 2s alternate infinite;
}

.scroll-down span{
    box-sizing: border-box;
}

@keyframes scrolldown {
    from {transform: translateY(-10px) translateX(-50%);}
    to {transform: translateY(10px) translateX(-50%);}
}


/*!navbar mobil color*/

@media (max-width: 1000px){
    .navbar::before {
        background: var(--main-bg-color);
    }
    
    nav ul {
        background: var(--main-bg-color);
        border-bottom: 4px solid var(--page-color1);
    }
    
    nav li.active::before, nav li.active:not(.parent)::after {
        background-color: var(--page-color1);
        
    }
}

.s-align-c {
    text-align: center;
}

