@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Book.eot), url(../fonts/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Book.woff) format("woff"), url(../fonts/Gotham-Book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Bold.eot), url(../fonts/Gotham-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Bold.woff) format("woff"), url(../fonts/Gotham-Bold.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nothing You Could Do';
    src: url(../fonts/NothingYouCouldDo-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Book.eot), url(../fonts/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Book.woff) format("woff"), url(../fonts/Gotham-Book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

:root {
    --color-red: #F54B4B;
    --color-yellow: #F9B200;
    --color-black: #262626 !important;
    --color-white: #fff;
    --color-green: #6EBC6E;
    --color-beige: #FEF2CC;
    --color-blue: #006a95;
    --color-lightblue: rgba(152, 216, 243, 0.26);
    --color-orange: #e94e1a;
    --color-icon: #F54B4B;
    --color-button: #1d2749;
    --color-framebox: #1d2749;
    --font-size: 18px;
    --line-height: 120%;
    --font: Gotham, sans-serif;
    --700: 700;
    --color-dark: #3c3c3b;
    --color-grey: #9d9d9c;
    --marquee-speed: 47s;
}
.form-control,.form-select,.form-check-input{border:1px solid #262626;box-shadow: 0px 0px 2px 0px rgba(38,38,38,.55) }

.btn-primary {
    background-color: var(--color-orange);
    border-color: var(--color-black);
    font-size: 22px;
    line-height: var(--line-height);
    margin: 1rem auto;
    border-radius: 50px;
    padding: 20px 42px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}

.btn-primary1 {
    background-color: var(--color-black);
    border-color: var(--color-orange);
 	font-size: 22px;
    line-height: var(--line-height);
    margin: 1rem auto;
    border-radius: 50px;
    padding: 20px 42px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}

.btn-primary1:hover {
    background-color: var(--color-orange);
    border-color: var(--color-black);
   font-size: 22px;
    line-height: var(--line-height);
    margin: 1rem auto;
    border-radius: 50px;
    padding: 20px 42px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}

.btn-primary:hover {
    background-color: var(--color-black);
    border-color: var(--color-orange);
 font-size: 22px;
    line-height: var(--line-height);
    margin: 1rem auto;
    border-radius: 50px;
    padding: 20px 42px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}


.btn-primary span,.btn-primary1 span {
display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-black);
        border-color: var(--color-orange);
        color:var(--color-white);
        font-size: 22px;
    line-height: var(--line-height);
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px 0px 0px;
        font-weight: 700;
        letter-spacing: 1px;
        transition: transform .3s ease-out;
        transform: translateY(0)
    }

    .btn-primary:hover span,.btn-primary1:hover span {
        transform: translateY(-100%)
    }


#CybotCookiebotDialog {
    font-family: 'Gotham' !important
}

body {
    color: var(--color-dark)
}
.container {max-width: 1280px}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: 'Gotham';
    font-weight: 600;
    line-height: 1.2;
    

}
p {margin: .85em 0;font-size: 18px;
    line-height: 30px;}

h1 {
    font-size: 40px;
    font-family: 'Nothing You Could Do', cursive
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 18px;
    letter-spacing: 0
}

p.lead {
    font-size: 18px;
    line-height: 30px;
    text-align: center
}

section.bg-elefant {
    background-image: url(../img/elefant.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    max-height: 700px
    
}
.office {
     background-image: url(../img/office.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

div.elefant {
	    background-color: rgba(232, 232, 232, 0.55);
    background: linear-gradient(180deg, rgba(232, 232, 232, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    
}
.rahmen-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 255, 255, 0) 60%, rgba(233, 78, 26, 1) 60%, rgba(233, 78, 26, 1) 100%);
}
.rahmen-bg-black {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 255, 255, 0) 60%, rgba(38,38,38, 1) 60%, rgba(38,38,38, 1) 100%);
}
.border-left {
    border-left: .5px solid #9d9d9c
}

.border-left:first-of-type {
    border-left: unset
}

svg {
    width: 100%;
    font-size: 40px;
    font-family: 'Nothing You Could Do', cursive;
    margin: 0 auto;
    text-align: center;
    margin-top: -60px
}

.big-icon {
    font-size: 40pt
}

.no-up {
    text-transform: unset !important
}

.text-up {
    text-transform: uppercase
}

a {
    color: var(--color-orange);
    text-decoration: none
}

.mt-n5 {
    margin-top: -3rem
}

.py-6 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.px-md-42 {
    padding: 0 120px
}

.kreis {
    position: relative
}

.kreis:after {
    position: absolute;
    content: "";
    background-color: var(--color-orange);
    height: 400px;
    width: 400px;
    border-radius: 100%;
    top: 51.5px;
    left: 12px;
    box-shadow: inset 0 0 4px rgba(26, 26, 26, 0.4)
}

.kreis>* {
    position: relative;
    z-index: 1
}

ul.icons,ul.icons2 {
        list-style-type: none
    }

    ul.icons li,ul.icons2 li {
        position: relative;
        text-align: left;
        padding-left: 15px
    }


ul.icons li:nth-of-type(1):after {content: "\f017";}
ul.icons li:nth-of-type(2):after {content: "\e03e";}
ul.icons li:nth-of-type(3):after {content: "\f5a2";}
ul.icons li:nth-of-type(4):after {content: "\f508";}


    ul.icons li:after,ul.icons2 li:after {
        position: absolute;
        left: -29px;
        top: 4px;
        font-family: "Font Awesome 6 Pro";
        font-size: 26px;
        color: var(--color-black);
        font-weight: 300
    }





ul.x{list-style-type:none}
ul.x li{padding-left:15px;position:relative;padding-bottom:30px}
ul.x li:last-child{padding-left:15px;position:relative;padding-bottom:0}
ul.x li:after{content:"\f057";font-weight:300;font-family:"Font Awesome 6 Sharp";position:absolute;left:-20px;top:3.5px;font-size:26px;color:var(--color-black)}


ul.checka{list-style-type:none}
ul.checka li{padding-left:15px;position:relative;padding-bottom:30px}
ul.checka li:last-child{padding-left:15px;position:relative;padding-bottom:0}
ul.checka li:after{content:"\f058";font-weight:300;font-family:"Font Awesome 6 Sharp";position:absolute;left:-20px;top:3.5px;font-size:26px;color:var(--color-white)}


.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid var(--color-orange);
    border-radius: 25px;
    opacity: .75;
    box-sizing: content-box
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #262626;
    animation-name: scroll;
    animation-duration: 1.8s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(15px);
        opacity: 0
    }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
    .border-left:first-of-type {
        padding-top: unset
    }

    .border-left {
        padding-top: 25px
    }

    .kreis:after {
        height: 250px;
        width: 250px;
        top: 63.5px;
        left: 35px
    }

    .kreis img {
        max-width: 275px !important
    }

    div.text-center svg {
        margin-bottom: 15px
    }

    div.elefant {
        padding-top: 0
    }

    .elefant img {
        max-width: 300px !important
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .border-left:first-of-type {
        padding-top: unset
    }

    .border-left {
        padding-top: 25px;
        padding-top: 25px
    }

    .kreis:after {
        height: 250px;
        width: 250px;
        top: 63.5px;
        left: 63px
    }

    .kreis img {
        max-width: 275px !important
    }

    div.text-center svg {
        margin-bottom: 15px
    }

    div.elefant {
        padding-top: 0
    }

    .elefant img {
        max-width: 300px !important
    }
}

#CybotCookiebotDialogPoweredbyCybot {
    display: none !important
}

@media screen and (min-width:1280px) {
    #CybotCookiebotDialogHeader {
        padding: .5em !important
    }

    #CybotCookiebotDialogPoweredbyImage {
        max-height: 3.125em !important
    }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
    .border-left {
        padding-top: 25px
    }

    .border-left:first-of-type {
        padding-top: unset
    }

    .kreis:after {
        height: 250px;
        width: 250px;
        top: 63.5px;
        left: 86px
    }

    .kreis img {
        max-width: 275px !important
    }

    div.text-center svg {
        margin-bottom: 15px
    }

    div.elefant {
        padding-top: 0
    }

    .elefant img {
        max-width: 300px !important
    }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    .border-left {
        border: unset
    }

    .border-left:nth-of-type(3),
    .border-left:nth-of-type(4),
    .border-left:nth-of-type(2) {
        border-left: unset;
        margin-top: 0;
        padding-top: 3rem
    }

    .kreis:after {
        height: 345px;
        width: 345px;
        top: 45px;
        left: 190px
    }

    .kreis img {
        max-width: 345px !important
    }

    div.text-center svg {
        margin-bottom: 15px
    }

    div.elefant {
        padding-top: 0
    }

    .elefant img {
        max-width: 300px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .border-left:nth-of-type(3) {
        border-left: unset;
        border-top: .5px solid #9d9d9c;
        margin-top: 0;
        padding-top: 3rem
    }

    .border-left:nth-of-type(4) {
        border-top: .5px solid #9d9d9c;
        margin-top: 0;
        padding-top: 3rem
    }

    div.elefant {
        padding-top: 0
    }

    .elefant img {
        max-width: 300px !important
    }

    .kreis:after {
        height: 340px;
        width: 340px;
        top: 45px;
        left: 70px
    }

    .kreis img {
        max-width: 345px !important
    }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {
    .kreis {
        margin-top: 50px
    }

    .kreis:after {
        height: 400px;
        width: 400px;
        top: 52.5px;
        left: 83px
    }
}
.btn-primary {min-width: 351px}
@media screen and (max-width: 1024px) {
.big-icon {
    font-size: 20pt
}

    .hide-mobile {
        display: none
    }

    .hide-desktop {
        display: block;
        word-break: break-word
    }

    .hide-mobile>svg {
        width: 100%;
        font-size: 80px;
        font-family: 'Nothing You Could Do', cursive;
        margin: 0 auto;
        text-align: center;
        margin-top: 0
    }
}

@media screen and (min-width: 1024px) {
    .hide-mobile {
        display: block
    }

    .hide-desktop {
        display: none;
        word-break: break-word
    }

    .hide-mobile>svg {
        width: 100%;
        font-size: 40px;
        font-family: 'Nothing You Could Do', cursive;
        margin: 0 auto;
        text-align: center;
        margin-top: 0
    }
}

@media (max-width: 550px) {
    div.elefant {
        padding-top: 0
    }
.btn-primary {min-width: 250px}
    .elefant img {
        max-width: 200px !important;
        padding-top: 0 !important;
        margin-top: -25px
    }

    section.bg-elefant {
        height: auto
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {
    div.elefant {
        padding-top: 0
    }

    .elefant img {
        max-width: 200px !important;
        padding-top: 0 !important;
        margin-top: -25px
    }

    section.bg-elefant {
        height: auto
    }

    .scroll-downs {
        display: none
    }
}

@media (min-width:0px) and (max-width:1200px) {
    div.elefant {
        height: unset !important
    }

    #background-video {
        display: none !important
    }

    h1 {
        font-size: 20px
    }
    p{font-size: 16px}

    .moblie-text {
        position: relative !important;
        transform: rotate(0deg) !important;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        padding-top: 15px
    }

    .mobile-img a img {
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 250px !important;
        width: 100% !important;
        padding-top: unset !important;
        padding-bottom: 15px !important
    }

    .row.p-0,
    .container-fluid.px-0 {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important
    }

    .btn-primary,
    .btn-primary span,
    .btn-primary:hover,
    .btn-primary1,
    .btn-primary1 span,
    .btn-primary1:hover {
        padding: 5px 10px;
        font-size: 16px
    }

    p.lead,
    p {
        word-wrap: break-word
    }
}

@media (min-width:1200px) and (max-width:1249px) {
    .orange-1 {
        margin-left: 155px;
        padding: 35px 0
    }

    .orange-2 {
        margin-left: 155px;
        padding: 35px 0
    }

    .black-1 {
        right: 75px;
        padding: 35px 0
    }

    .black-2 {
        right: 75px;
        padding: 35px 0
    }
}

@media (min-width:1250px) and (max-width:1349px) {
    .orange-1 {
        margin-left: 225px;
        padding: 35px 0
    }

    .orange-2 {
        margin-left: 255px;
        padding: 35px 0
    }

    .black-1 {
        right: 125px;
        padding: 35px 0
    }

    .black-2 {
        right: 125px;
        padding: 35px 0
    }
}

@media (min-width:1350px) and (max-width:1499px) {
    .orange-1 {
        margin-left: 325px;
        padding: 35px 0
    }

    .orange-2 {
        margin-left: 325px;
        padding: 35px 0
    }

    .black-1 {
        right: 180px;
        padding: 35px 0
    }

    .black-2 {
        right: 180px;
        padding: 35px 0
    }
}

@media (min-width:1500px) and (max-width:1687px) {
    .orange-1 {
        margin-left: 400px;
        padding: 35px 0
    }

    .orange-2 {
        margin-left: 500px;
        padding: 35px 0
    }

    .black-1 {
        right: 275px;
        padding: 35px 0
    }

    .black-2 {
        right: 275px;
        padding: 35px 0
    }
}

@media (min-width:1687px) {
    .orange-1 {
        margin-left: 550px;
        padding: 35px 0
    }

    .orange-2 {
        margin-left: 600px;
        padding: 35px 0
    }

    .black-1 {
        right: 360px;
        padding: 35px 0
    }

    .black-2 {
        right: 400px;
        padding: 35px 0
    }
}
 .marquee-container {
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .marquee-track {
            display: flex;
            animation: marquee var(--marquee-speed) linear infinite;
        }

        .marquee-item {
            flex: 0 0 auto;
            margin: 0 10px;
        }

        .marquee-item img {
            width: auto;
            max-width: 150px;
            height: 100px;
        }

        /* Keyframes for infinite marquee sliding effect */
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-100%));
            }
        }