/* Theme Name: Haudegen Theme
Version: 1.0
Author: Haudegen Designnnn
Author URI: https://haudegen-webdesign.de */


@font-face {
    font-family: 'Body';
    src: url('fonts/Raleway-Regular.eot');
    src: url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway-Regular.woff') format('woff'),
        url('fonts/Raleway-Regular.ttf') format('truetype'),
        url('fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Headline';
    src: url('fonts/Archivo-Bold.eot');
    src: url('fonts/Archivo-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Archivo-Bold.woff2') format('woff2'),
        url('fonts/Archivo-Bold.woff') format('woff'),
        url('fonts/Archivo-Bold.ttf') format('truetype'),
        url('fonts/Archivo-Bold.svg#Archivo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --black: #073351 !important;
    --dark-blue: #0E5C9D;
    --white: #f6f6f6 !important;
    --light-blue: #E9F1FA !important;
}


html {
    scroll-behavior: smooth; /* Weiches Scrollen */ /* Deaktiviert normales Scrollen */
}

*{
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Body', sans-serif;
}

body.fixed {
    overflow: hidden;
}

.desktop-only {
    display: none;
}



/*----------------------------------------
----------------TYPOGRAPHY----------------
----------------------------------------*/

.headline, h1, h2, h3, h4, h5, h6 {
    font-family: 'Headline', sans-serif;
    font-size: 27px;
    line-height: 37px;
    font-weight: normal;
    color: var(--black);
}

.subheadline {
    font-family: 'Headline', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: var(--black);
}

p, .headline-p, input, a, adress, .wpcf7-response-output, textarea, ul, li, span {
    font-family: 'Body';
    font-size: 15px;
    font-weight: normal;
    color: var(--black);
    line-height: 30px;
}

.stellenangebot-p {
    padding-left: 15px;
}

.bold, .headline-p.bold, a.bold, strong {
    font-family: 'Headline', sans-serif;   
}

.align-center {
    text-align: center;
}

a {
    text-decoration: none;
}

.white, .white p {
    color: var(--white);
}

.dark-blue {
    color: var(--dark-blue);
}

.light-blue {
    color: var(--light-blue);
}

.grey, .grey p {
    color: var(--grey);
}

.underline {
    text-decoration: underline;
}


/*---------------BUTTON--------------*/

.button, .wpcf7-submit {
    padding: 5px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    background-color: var(--dark-blue);
    color: #fff;

}

.button.product-link {
    padding: 5px 30px;
    color: white;
}

.wpcf7-submit  {
    padding: 4px 30px;
}










/*----------------------------------------
-------------MARGIN & PADDING-------------
----------------------------------------*/

.ma-bo {
    margin-bottom: 20px;
}

.ma-bo-40 {
    margin-bottom: 40px;
}

.ma-top-40 {
    margin-top: 40px;
}

.ma-top-20 {
    margin-top: 20px;
}

.ma-bo-10 {
    margin-bottom: 10px;
}

.section-padding{ 
    padding:  40px 20px;
}






/*----------------------------------------
---------------FLEX & GRID----------------
----------------------------------------*/


.double-grid, .triple-grid {
    display: grid;
    grid-gap: 40px;
}

.no-gap-grid {
    gap: 0 !important;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-start {
    align-items: flex-start;
}

.flex-end {
    flex-direction: row;
    justify-content: flex-end;
}

.flex-horizontal {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.gap-40 {
    gap: 40px;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}






/*----------------------------------------
------------------HEADER------------------
----------------------------------------*/

header {
    overflow: hidden;
    position: relative;
    margin-top: 75px;
}

.video-header {
    background-image: url(https://federn-loehr.de/wp-content/uploads/2025/05/background-image-loehr.jpg);
    background-size: cover;
    border-radius: 60px 0;
    margin-top: 95px;
}

.bullet-point-div {
    display: flex; 
    flex-direction: column;
    gap: 13px;
}

.bullet-point-box {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}

.bullet-point-haken {
    width: 18px;
    margin-top: 9px;
}

#navi-big {
    display: none;
}

#header-bar {
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    top: 0;
    width: calc(100vw - 40px);
    transition: 0.3s ease-in-out;
    background-color: white;
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
}

#header-bar.fixed {
    padding: 5px 20px;
}

.logo-box {
    display: flex;
}

.logo {
    width: 90px;
    transition: 0.3s ease-in-out;
}




#burger-box {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    transition: 0.2s ease-in 0.2s;
}

#burger-box.allright {
    transform: translateY(-200px);
}

.burger-bar {
    background-color: var(--dark-blue);
    height: 5px;
    border-radius: 5px 0 5px 0;
    width: 30px;
    margin: 2px;
    transition: 0.1s;
    transition-timing-function: ease-in-out;
    transform-origin: center;
}





#navi-small {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    transform: translateY(100vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, .25);
}

#navi-small.aktiv {
    transform: translateX(0);
    opacity: 1;
}

.navi-box {
    transform: translateY(100vh);
    transition: 0.2s ease-out;
    background-color: white;
    border-radius: 60px 0 60px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.navi-main-box {
    width: calc(100vw - 120px);
    margin: 0 40px;
    padding: 60px 20px;
}

#navi-small.aktiv .navi-main-box {
    transform: translateY(0);
}

.close-box {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
}

 .close-box .burger-bar{
    transition: 0.6s ease-out 0.1s;
    border-radius: 5px;
    height: 3px;
    width: 18px;
}

#navi-small.aktiv .close-box .burger-bar:nth-of-type(1) {
    rotate: 760deg;    
    margin-bottom: -1px;
}

#navi-small.aktiv .close-box .burger-bar:nth-of-type(2) {
    rotate: 680deg;
    margin-top: -2px;
}


.navi-kontakt-box {
    padding: 30px 20px;
    transform: translateY(100vh);
    width: 60vh;
    margin-top: -30px;
    margin-left: 50px;
    transition: 0.4s ease-out 0.2s;
    width: 50vw;
    border-radius: 0 30px;
}

a.navi-punkt, span.navi-punkt {
    font-family: 'Headline';
    font-size: 22px;
    text-align: center;
}

#navi-small.aktiv .navi-kontakt-box {
    transform: translateY(0);
}

.hover-punkt {
    position: relative;
}

.hover-menue {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s ease-in-out;
    max-height: 0px;
}

.hover-punkt.aktiv .hover-menue {
    opacity: 1;
    top: 20px;
    max-height: 800px;
}

.hover-menue-link {
    text-align: center;
    padding: 5px;
}

.hover-menue-link:first {
    padding-top: 15px;
}


.parallax-scroll {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    display: grid;
}


.parallax-item {
    position: absolute;
    will-change: transform;
    transition: transform 2.5s ease-out;
}

.item-one {
    top: 0%;
    left: -30%;
    scale: 0.7;
}

.item-two {
    top: -30%;
    left: 40%;
    opacity: 0.8;
}

.item-three {
    top: 50%;
    left: 50%;
    opacity: 0.5;
}



/*------------------------------------------
-----------------ANIMATION------------------
------------------------------------------*/


.transform {
    opacity: 0;
}

.transform.aktiv {
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.delay-one {
    animation-delay: 0.6s;
}

.delay-two {
    animation-delay: 1.2s;
}

.delay-three {
    animation-delay: 1.8s;
}

.milli-delay-one {
    animation-delay: 0.2s;
}

.milli-delay-two {
    animation-delay: 0.4s;
}

.milli-delay-three {
    animation-delay: 0.6s;
}

.milli-delay-four {
    animation-delay: 0.8s;
}

.transform.animation-duration {
    animation-duration: 2s;
}

.transform-big.aktiv  {
    animation-name: transform-big;
}

.transform-very-big.aktiv  {
    animation-name: transform-very-big;
}

.transform-middle.aktiv {
    animation-name: transform-middle;
}

.transform-small.aktiv {
    animation-name: transform-small;
}

.transform-star.aktiv {
    animation-name: star-animation;
}



@keyframes transform-small {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes transform-middle {
    0% {
        transform: translateY(300px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes transform-big {
    0% {
        transform: translateY(500px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

@keyframes transform-very-big {
    0% {
        transform: translateY(800px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

@keyframes star-animation {
    0% {
        transform: scale(0.4) translateY(60px) rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0) rotate(0);
        opacity: 1;
    }
}




/*----------------------------------
---------------MAIN-----------------
----------------------------------*/

.background-image {
    border-radius: 60px 0;
    background-size: cover;
    background-image: url(https://federn-loehr.de/wp-content/uploads/2025/05/background-image-loehr.jpg);
}

.box-shadow {
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
}

.white-div {
    padding: 25px 15px;
    border-radius: 40px 0 40px 0;
    background-color: rgba(255,255,255, 0.8);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
}

.stellenangebot-white-div {
    padding: 35px 25px;
}

.overflow-hidden {
    overflow: hidden;
}

.grey-bg {
    background-color: var(--white);
}

.light-blue-bg {
    background-color: var(--light-blue);
}

img {
    width: 100%;
}

.image-div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.max-width, .max-width-p {
    max-width: 700px;
}



.background  {
    background-size: cover;
}

.bg-one {
    background-image: url(https://as-bueroservice-nuernberg.de/wp-content/uploads/2025/03/gradient-small.jpg);
}

.bg-two {
    background-image: url(https://as-bueroservice-nuernberg.de/wp-content/uploads/2025/01/background-mobil.jpg);
}

.bg-three {
    background-image: url(https://as-bueroservice-nuernberg.de/wp-content/uploads/2025/01/background-3-mobil.jpg);
}

.aufzaehlungs-punkte-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}



.aufzaehlungs-grid {
    display: flex;
}

.punkt {
    border-radius: 100%;
    border: solid 1px var(--light-blue);
    width: 4px;
    height: 4px;
    margin: 7px 7px 0 0;
}

.icon {
    width: 80px;
}

.kontakt-icon.check {
    width: 20px;

}



/*----------------------------------
-------------PRODUKTE---------------
----------------------------------*/

.produkt-bild {
    border-radius: 40px 0 40px 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
}

.product-item {
    display: grid;
    grid-template-columns: 30% 60%;
    grid-gap: 30px;
}





/*--------------------------------------------
-----------------CARD SWIPER----------------
--------------------------------------------*/


.card-swiper {
    width: 240px;
    height: 271px;
  }

.card-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    border-radius: 60px 0;
  }



/*--------------------------------------------
-----------------LOGO SWIPER----------------
--------------------------------------------*/

.logo-wrapper .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.banner-section {
    padding: 20px 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    background-color: white;
}

.logo-wrapper {
    padding: 20px 0 30px 0 !important;
}

.swiper-logo {
    max-width: 200px;
}

/*--------------------------------------------
-----------------VIDEO BACKGROUND-------------
--------------------------------------------*/


.video-div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-image: url(https://federn-loehr.de/wp-content/uploads/2025/03/background-mobil-3.jpg);
}

.video-div video, .video-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 60px 0;
}

.bild-div {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 60px 0;
    background-size: cover;
    background-position: center;
}

.bild-div.one {
    background-image: url(https://federn-loehr.de/wp-content/uploads/2025/03/background-mobil-1.jpg)
}

.bild-div.two {
    background-image: url(https://federn-loehr.de/wp-content/uploads/2025/03/background-mobil-2.jpg)
}

.bild-div.three {
    background-image: url(https://federn-loehr.de/wp-content/uploads/2025/03/background-mobil-3.jpg)
}

.triple-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-template-rows: 120px 120px;
}

.image-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-cover:nth-of-type(1) {
    grid-column: span 2;
}


/*--------------------------------------------
-----------------KUNDENSTIMMEN----------------
--------------------------------------------*/

.kunden-section-content {
    padding: 40px 40px 0 40px;
}


.kundenSwiper {
    width: calc(100% - 40px);
    height: 100%;
    padding: 40px 20px 20px 20px !important;
    margin-bottom: 40px !important;
}


.kunden-slide {
    padding: 0 30px 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: var(--border-white);
    justify-content: flex-start;
}

.kunden-pagination {
    bottom: var(--swiper-pagination-bottom,77px) !important;
}

.swiper-pagination-bullet {
    background: #495b6f !important;
}

.swiper-pagination-bullet-active {
    background: var(--dark-blue) !important;
}

.swiper-button-prev, .swiper-button-next{
    color: var(--red) !important;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,5px) !important;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,5px) !important;
}


.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px !important;
}

.kunden-header {
    background-color: #ddd;
    padding: 15px;
}

.kunden-body {
    background-color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.kunden-profil {
    width: 90px;
    margin-top: -40px;
    border-radius: 50%;
    border: solid 1px #ccc;
}

.sterne-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.bewertungs-stern {
    width: 15px;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
}

.swiper-slide-active .bewertungs-stern {
    animation-name: star-animation;
}

.proven-div {
    margin: auto;
    width: 130px;
}

.proven-div img {
    width: 130px;
    height: auto;
}








/*----------------------------------
-----------------FAQ----------------
----------------------------------*/

.faq-div {
    display: grid;
    grid-gap: 20px;
}

.faq-pfeil {
    width: 10px;
    margin-left: 10px;
    fill: var(--black);
    transition: 0.5s;
    margin-top: 5px;
}


.faq-pfeil.activated {
    rotate: 180deg;
}

.faq-question {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
}

.faq-question-text {
    transition: 0.3s ease-in-out;
}

.faq-question-text.activated {
    color: var(--dark-blue);
}

.faq-pfeil {
    margin-top: 13px;
}

.faq-answer {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    transition: 0.6s;
}

.faq-answer p {
    margin: 20px 0;
}

.faq-answer.activated {
    max-height: 1350px;
    opacity: 1;
}






/*----------------------------------
----------------KONTAKT-------------
----------------------------------*/

.kontaktseite-white-div {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    z-index: 1;
    background-color: rgba(255,255,255, 0.9);
}

.wpcf7-form {
    position: relative;
    z-index: 1;
    display: grid;
    grid-gap: 20px;
}

.wpcf7-form-control:not(.wpcf7-submit) {
    border: solid 1px #ccc;
    border-radius: 5px 0;
    outline: none;
    width: 100%;
    padding-left: 5px;
}

.wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-gap: 10px;
    border: none !important;
}

.wpcf7-list-item {
    margin: 5px 0 0 -5px !important;
}

.wpcf7-submit {
    margin-top: 20px;
    z-index: 2;
}

.wpcf7-submit, .wpcf7-acceptance {
    border: none;
}

textarea {
    height: 200px;
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    color: var(--dark-blue)!important;
    padding: 0 !important;
}

.wpcf7-acceptance { 
    border: none !important;
}

.white-div.kontakt-white-div {
    padding: 40px 30px 30px 30px;
}





/*----------------------------------
----------------FOOTER--------------
----------------------------------*/

footer {
    padding: 60px;
    display: grid;
    grid-gap: 60px;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #dbecff 100%);
    background-size: cover;
    background-position: top center;
}

.footer-div {
    justify-content: flex-start;
}

.footer-logo  {
    width: 200px;
}

.kontakt-icon-div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.kontakt-icon {
    width: 30px;
}






@media(min-width: 800px) {

    .headline {
        font-size: 40px;
        line-height: 60px;
    }

    .subheadline {
        font-size: 25px;
    }

    p, .headline-p, input, a, adress, .wpcf7-response-output, .header-animation-startseite .headline-p {
        font-size: 16px;
        line-height: 32px;
    }

    .section-padding{ 
        padding: 60px 120px;
    }

    #header-bar {
        padding: 10px 120px;
        justify-content: space-between;
        width: calc(100vw - 240px);
    }

    .navi-main-box {
        margin: 0 15vw;
        width: 65vw;
    }

    .navi-kontakt-box {
        margin-left: 18vw;
        width: 40vw;
    }

    .video-header {
        background-image: none;
        margin-top: 125px;
    }

    .video-div {
        display: unset;
    }
    
    .background-image {
        background-image: url(https://federn-loehr.de/wp-content/uploads/2025/03/background-desktop-3.jpg);
    }

    .bild-div.one {
        background-image: url(https://federn-loehr.de/wp-content/uploads/2025/03/background-desktop-1.jpg)
    }
    
    .bild-div.two {
        background-image: url(https://federn-loehr.de/wp-content/uploads/2025/03/background-desktop-2.jpg)
    }
    
    .bild-div.three {
        background-image: url(https://federn-loehr.de/wp-content/uploads/2025/03/background-desktop-3.jpg)
    }

    .product-item {
        grid-template-columns: 1fr 1fr;
    }

    .logo-swiper {
        padding: 0 80px !important;
    }

    .swiper-button-prev {
        left: 120px !important;
    }

    .swiper-button-next {
        right: 120px !important;
    }
    
    .wpcf7-form {
        grid-template-columns: 1fr 1fr;
        padding: 0 10px 0 0;
    }

    .kontaktseite-white-div {
        margin-left: 40px;
        margin-top: -60px;
        margin-right: -40px;
    }

    footer {
        padding: 60px 60px 120px 60px;
        grid-template-columns: 1fr 1fr;
    }

}





@media(min-width: 1200px) {

    header {
        margin-top: 95px;
    }

    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .max-1500 {
        max-width: 1350px;
    }

    .headline {
        font-size: 40px;
        line-height: 53px;
    }

    .subheadline {
        font-size: 28px;
        line-height: 45px;
    }

    .section-padding {
        padding: 80px 120px;
    }

    .section-padding.left {
        padding: 80px 80px 80px 120px;
    }

    #navi-small, #burger-box {
        display: none;
    }

    #navi-big {
        display: flex;
        gap: 40px;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }


    #navi-big .kontakt-icon {
        width: 25px;
        margin-top: 10px;
    }

    .item-one {
        width: 52vw;
        left: -12%;
    }

    .item-two {
        width: 50vw;
        top: -55%;
        left: 40%;
        opacity: 0.6;
    }

    .item-three {
        width: 60vw;
        top: 30%;
        left: 41%;
        opacity: 0.3;
    }


    .logo-swiper {
        padding: 0 15vw !important;
    }

    .card-swiper {
        width: 384px;
        height: 433px;
    }

    .card-slide {
        box-shadow: 0 0 7px rgba(0, 0, 0, .2);
        border-radius: 90px 0;
    }

    .double-grid {
        grid-template-columns: 1fr 1fr;
    }

    .triple-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #leistungen .flex {
        justify-content: flex-start;
    }

    #leistungen .flex .subheadline {
        margin-bottom: 20px;
    }

    #icon-section {
        padding: 80px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .puzzle-background {
        background-image: url(https://as-bueroservice-nuernberg.de/wp-content/uploads/2025/03/gradient.jpg);
    }

    #kontakt {
        grid-gap: 120px ;
    }

    /*----------------KUNDEN--------------*/

    .kunden-slide {
        padding: 0 60px 60px 60px;
        margin: 0;
    }

    .kunden-slide .mini-headline {
        margin-bottom: 5px;
    }

    .swiper-button-prev:not(.kunden-swiper-button) {
        left: 30% !important;
    }

    .swiper-button-next:not(.kunden-swiper-button) {
        right: 30% !important;
    }

    .swiper-button-prev.kunden-swiper-button {
        left: var(--swiper-navigation-sides-offset,5px) !important;
    }

    .swiper-button-next.kunden-swiper-button {
        right: var(--swiper-navigation-sides-offset,5px) !important;
    }

    /*----------------FOOTER--------------*/

    footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 60px 120px 60px 240px;
        grid-gap: 60px;
    }

}


@media(min-width: 1600px){

    
    .section-padding, footer {
        padding: 80px 10vw;
    }

    .video-header-div {
        padding:  120px 10vw;
    }

    #header-bar.fixed {
        padding: 10px 10vw;
        width: 80vw;
    }
}
