.uk-accordion-title:hover {
    color: #002742;
}

.uk-navbar-left {
    overflow: visible;
    max-width: 150px;
    white-space: nowrap;
    scrollbar-width: thin;
    width: 150px;
    margin-left: calc((100% - 150px) / 2);
    position: relative;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}

.uk-logo {
    font-size: 1.5rem;
    font-family: 'Outfit', sans-serif;
    color: #0e071d;
    text-decoration: none;
    position: absolute;
    top: 10px;
}
.uk-logo:after {
    content: '';
    width: 170px;
    height: 170px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    margin: 0 -10px;
    display: inline-block;
    top: -35px;
    border-radius: 25px;
    z-index: -1;
}
.uk-navbar-container:after {
    content: '';
    width: 174px;
    height: 174px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    display: inline-block;
    top: -35px;
    border-radius: 25px;
    z-index: -9;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1), 4px 4px 6px 0px rgba(0, 0, 0, 0.05);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.uk-button {
    padding: 0 25px;
    line-height: 40px;
}
.uk-button-secondary {
    border: 1px solid;
    line-height: 35px;
}

#calltoaction-section {
    margin-top: -4rem;
    position: relative;
    background-color: transparent;
}
#calltoaction-section .uk-grid {
    gap: 1rem;
    margin-left: 0px !important;
}
#calltoaction-section .uk-grid .uk-width-1-3\@m {
    width: calc(((100% - (2 *1rem)) / 3));
}

#calltoaction-section .box--c2a-phone a {
    background-color: #005B99;
}
#calltoaction-section .box--c2a-phone a:hover {
    background-color: #124775;
    color: #ffffff;
}

#calltoaction-section .box--c2a-whatsapp a {
    background-color: #FFA420;
}
#calltoaction-section .box--c2a-whatsapp a:hover {
    background-color: #c17e1f;
    color: #ffffff;
}

#calltoaction-section .box--c2a-email a {
    background-color: #CC0605;
}
#calltoaction-section .box--c2a-email a:hover {
    background-color: #9c1509;
    color: #ffffff;
}
    
#calltoaction-section {
    /*margin-top: -107rem;*/
}

iframe { display:block; width:100%; border:0; }

@media (max-width: 480px) {
    h1, h2, h3, h4 {
        hyphens: none;
    }
     h1, h2 {
        font-weight: 800;
    }
    h1.uk-heading-medium {
        font-size: 1.875rem;
    }
    p.uk-text-large {
        font-size: 20px;
    }
    
    #calltoaction-section {
        /*margin-top: -107rem;*/
    }
    #calltoaction-section .uk-grid .uk-width-1-3\@m {
        width: calc(((100% - (2 *1rem)) / 1));
        display: flex;
        flex-direction: column;
    } 
}

.no--margin--bottom p {
    margin-bottom: 0;
}

.uk-text-large {
    font-weight: 100;
    font-size: 24px;
}


@media (max-width: 480px) {
    .uk-logo img {
        max-width: none;
    }
    .uk-navbar-left {
        max-width: 100px;
        width: 100px;
        margin-left: calc((100% - 100px) / 2);
    }
    .uk-navbar-container:after {
        width: 130px;
        height: 130px;
        top: -35px;
    }
    .uk-logo:after {
        width: 130px;
        height: 130px;
        margin: 0 -15px;
    }
    .uk-navbar {
        min-height: 90px;
        height: 90px;
    }
    .uk-navbar-item {
        padding: 0;
    }
    .hide--on--mobile {
        display: none;
    }
    div[style*="height: 110px"],
    div[style*="height:110px"] {
        height: 55px !important;
    }
    div[style*="height: 50px"],
    div[style*="height:50px"] {
        height: 25px !important;
    }
    div[style*="height: 60px"],
    div[style*="height:60px"] {
        height: 100px !important;
    }
    .uk-background-cover {
        background-size: 130vh !important;
    }
    .uk-background-bottom-center {
        background-position: 100% 100%;
    }
    .uk-button {
        padding: 0 15px;
        line-height: 35px;
    }
    .uk-grid-medium>*, .uk-grid-column-medium>* {
        padding-left: 0;
    }
    #calltoaction-section .uk-grid .uk-width-1-3\@m {
        width: calc(((100% - (0 * 1rem)) / 1));
        margin-top: 20px !important;
    }
    #calltoaction-section .uk-grid {
        gap: 0;
    }
    h3, .uk-h3 {
        font-size: 1.3rem;
    }
    b, strong {
        font-weight: 600;
    }
 }
 
 /* Grundstil */
.chevron-svg {
  display: inline-block;
  cursor: pointer;
  color: #fff; /* ggf. anpassen */
  animation: chevronFloat 2s ease-in-out infinite;
  top: -4rem;
  position: relative;

}

/* Optional: Hover verstärkt die Wirkung */
.chevron-svg:hover {
  animation-play-state: paused;
  transform: translateY(6px);
}

/* Animation */
@keyframes chevronFloat {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}

.scroll-chevron { display:inline-block; cursor:pointer; }

.chevron-svg {
  width: 60px;
  height: 60px;
}

.chevron-svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;          /* wichtig für Logo-Anmutung */
  stroke-linecap: round;
  stroke-linejoin: round;
}