@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;
}

strong[class^="bg-"],
span[class^="bg-"] {
    padding: 0 0.5rem;
    border-radius: 2.5px;
}

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;


}

.elefant2 {
    background-image: url(../img/elefant2.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;


}

.box {
    background-image: url(../img/block-paket.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.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.45) 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;

}

.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: 17.5px;
    left: 13px;
    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
}


.layer3 {
    background: rgb(38, 38, 38);
    background: -moz-linear-gradient(180deg, rgba(38, 38, 38, 0.85) 0%, rgba(38, 38, 38, 0.85) 70%, rgba(38, 38, 38, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(38, 38, 38, 0.85) 0%, rgba(38, 38, 38, 0.85) 70%, rgba(38, 38, 38, 1) 100%);
    background: linear-gradient(180deg, rgba(38, 38, 38, 0.85) 0%, rgba(38, 38, 38, 0.85) 70%, rgba(38, 38, 38, 1) 100%);
}


ul.x {
    list-style-type: none
}

ul.x li {
    padding-left: 15px;
    position: relative;
    padding-bottom: 15px
}

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 Pro";
    position: absolute;
    left: -20px;
    top: 3.5px;
    font-size: 26px;
    color: var(--color-black)
}


ul.arrow {
    list-style-type: none
}

ul.arrow li {
    padding-left: 15px;
    position: relative;
    padding-bottom: 15px
}

ul.arrow li:last-child {
    padding-left: 15px;
    position: relative;
    padding-bottom: 0
}

ul.arrow li:after {
    content: "\f0a9";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    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: 15px
}

ul.checka li:last-child {
    padding-left: 15px;
    position: relative;
    padding-bottom: 0
}

ul.checka li:after {
    content: "\f058";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: -20px;
    top: 3.5px;
    font-size: 26px;
}


.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
    }
}

@media screen and (max-width: 1024px) {
    .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
    }

    .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: 30px
    }

    .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:hover,
    .btn-primary1,
    .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%));
    }
}

@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: '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;
    --color-white: #fff;
    --color-green: #6EBC6E;
    --color-beige: #FEF2CC;
    --color-blue: #006a95;
    --color-lightblue: #98d8f342;
    --color-grey: #666;
    --color-orange: #e94e1a;
    --color-icon: #F54B4B;
    --color-button: #1d2749;
    --color-framebox: #1d2749;
    --z-bg-1: url(../img/z-background-1.webp);
    --z-bg-2: url(../img/z-background-2.webp);
    --bg-3: url(../img/background-3.webp);
    --bg-4: url(../img/background-4.webp);
    --font-size: 18px;
    --line-height: 140%;
    --font: Gotham, sans-serif;
    --700: 700
}

h1 {
    font-size: 68pt
}

h2 {
    font-size: 28pt
}

h3 {
    font-size: 24pt
}

div.layer {
    background: linear-gradient(180deg, #2626268c 0%, #262626ff 100%)
}

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

.image-slider-container {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    margin-bottom: 3rem
}

.bg-1 {
    background-image: var(--z-bg-2);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px
}

.bg-3 {
    background-image: var(--bg-3);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px
}


.sq-round-1{position: relative;margin: 10px auto;}
.sq-round-1>*{position: relative; z-index: 1}
.sq-round-1:after {
    content:"";
    position: absolute;
    width: 115px;
    height:115px;
    left: calc(50% - 55px);
    top:-7.5px;
    background-color:var(--color-black); border-radius: 25px;}

.container-fluid div.col-lg-6.col-md-12.p-3.p-lg-5>:last-child,
.row.shadow.mb-3.bg-light div.col-lg-6.col-md-12.p-3>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

div.row.shadow.mb-3.bg-light {
    border-radius: 12px
}

div.row.shadow.mb-3.bg-light div.bg-1 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

@media (max-width:992px) {
    div.row.shadow.mb-3.bg-light div.bg-1 {
        border-top-right-radius: unset;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px
    }

    .bg-3 {
        background-image: var(--bg-4) !important
    }
}

.image-track {
    display: flex;
    animation: scroll 30s linear infinite
}

.image-track:hover {
    animation-play-state: paused
}

.image-track img {
    max-width: calc(100% / 14);
    height: auto;
    padding: 0 10px;
    object-fit: contain
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media (max-width: 500px) {
    .elefant2 .bu:first-child {
        padding-top: unset !important
    }

    ul li,
    ol li {
        word-wrap: break-word
    }

    .box-slide {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1380px) {
    .tobi-img {
        max-width: 400px !important
    }
}

.faq-section {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 10vh 0 0
}

.faq {
    background: var(--color-white);
    box-shadow: 0 2px 48px 0 #2626260f;
    border-radius: 4px
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed var(--color-orange)
}

.faq .card .card-header {
    padding: 0;
    border: none;
    background: none;
    transition: all .3s ease
}

.faq .card .card-header:hover {
    background: #2626261a;
    padding-left: 10px
}

.faq .card .card-header .faq-title,
h2 button.accordion-button {
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    font-weight: 400;
    font-size: var(--font-size);
    letter-spacing: 1px;
    color: var(--color-black);
    text-decoration: none !important;
    cursor: pointer;margin-bottom: 0px!important;
}
.card-body>p {margin: 0 auto!important}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    border-radius: 100px;
    text-align: center;
    background: var(--color-orange);
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    padding-left: 6px !important;
    padding-top: 4px
}

.faq .card .card-body {
    padding: 30px;
    font-weight: 400;
    font-size: var(--font-size);
    color: var(--color-black);
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF
}

.faq .card .card-body p {
    margin-bottom: 14px
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px
    }
}

.accordion-button:after {
    transform: rotate(-90deg)
}

.accordion-button:not(.collapsed)::after {
    font-family: 'bootstrap-icons';
    content: "\F622";
    display: inline-block;
    vertical-align: middle;
    color: var(--color-black) !important;
    background-image: unset !important
}

.accordion-button:not(.collapsed) {
    background-color: var(--color-orange);
    color: var(--color-white)
}

#faqAccordion1 {
    box-shadow: 0 2px 48px 0 #2626260f
}

.accordion-item {
    border: 1px dashed var(--color-orange)
}

.accordion-item h2 button:hover {
    background: #2626261a;
    color: var(--color-black)
}

.accordion-flush .accordion-item {
    position: relative
}

.accordion-flush .accordion-item h2 button {
    padding-left: 50px
}

.accordion-flush .accordion-item:before,
.accordion-flush .accordion-item:hover:before {
    content: "";
    background-color: var(--color-orange);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 4
}

.accordion-flush .accordion-item:after,
.accordion-flush .accordion-item:hover:after {
    position: absolute;
    font-size: 20px;
    color: var(--color-white);
    font-weight: 700;
    top: 15px;
    left: 20px;
    z-index: 5
}

.accordion-flush .accordion-item:nth-of-type(1):after {
    content: "1"
}

.accordion-flush .accordion-item:nth-of-type(2):after {
    content: "2"
}


@media (max-width: 768px){
   div.elefant h1 {
    font-size: 40pt!important;
    line-height: 40pt!important;
   } 
   div.elefant p:first-child {
    font-size: 10pt!important;
    line-height: 10pt!important;
   }
   .mobile-anpassung-kit {
    position: relative!important;
    top:unset!important;
    left:unset!important;text-align: center;
   }
   .mobile-anpassung-kit a,.mobile-anpassung-kit img{text-align: center} 

   .mobile-boarder {border-radius: 25px 25px 0px 0px!important}
   .mobile-boarder-2 {border-radius: 0px 0px 25px 25px!important}

}
@media (max-width: 420px){
   div.elefant h1 {
    font-size: 30pt!important;
    line-height: 30pt!important;
   } 
   div.elefant h3, h3 {
    font-size: 20pt!important;
    line-height: 25pt!important;
   } 
   div.elefant p:first-child {
    font-size: 8pt!important;
    line-height: 8pt!important;
   }
   h2 {
    font-size: 22pt!important;
    line-height: 27pt!important;
   }
   
   .mobile-anpassung-kit {
    position: relative!important;
    top:unset!important;
    left:unset!important;text-align: center;
   }
   .mobile-anpassung-kit a,.mobile-anpassung-kit img{text-align: center} 
}
