:root {
    --rotate-bg: 140deg;
    --rotate-opacity: .75;
}

@font-face {
    font-family: 'DINNextLTPro-Regular';
    src: local("DINNextLTPro-Regular");
    src: url('../items/DINNextLTPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DINNextLTPro-Light';
    src: local("DINNextLTPro-Light");
    src: url('../items/DINNextLTPro-Light.ttf') format('truetype');
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #053157;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #053157;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #053157;
}

.strong {
    font-weight: bold;
}

.c-accent {
    color: #ff6600;
}

div#main {
    position: relative;
    overflow-x: hidden;
}

/* Desktop */
@media only screen and (min-width: 82em) {
    html {
        font-size: 20px;
        /*font-size: 100%;*/
        /*font-size: 1.5vw;*/
        scroll-behavior: smooth;
        overflow-x: hidden;
    }

    body {
        font-family: DINNextLTPro-Light, sans-serif;
        /*overflow-x: hidden;*/
        background: radial-gradient(circle, rgba(10, 45, 77, 1) 0%, rgba(5, 24, 42, 1) 100%);
        color: #fff;
        position: relative;
        /*height: 100vh;*/
        font-size: 1rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    h1, .h1 {
        font-size: 5rem;
    }

    h2, .h2 {
        font-size: 3.5rem;
    }

    h3, .h3 {
        font-size: 3rem;
    }

    h4, .h4 {
        font-size: 2rem;
    }

    h5, .h5 {
        font-size: 1.5rem;
    }

    h2, h3 {
        font-weight: bold;
    }

    h2.headline {
        text-transform: uppercase;
    }

    .formdiv input[type=text], .formdiv textarea[type=text] {
        border: 0;
        border-bottom: 2px solid #053157;
        width: 100%;
    }

    .container-fluid {
        padding: 0 200px;
        min-height: 100vh;
        position: relative;
    }

    .language {
        position: fixed;
        right: 5em;
        z-index: 2;
        font-size: 0.6em;
        text-decoration: none;
        color: #C9C9C9;
        top: 0.5em;
        cursor: pointer;
    }


    .translate {
        position: fixed;
        right: 5em;
        z-index: 9900;
        font-size: 0.8em;
        text-decoration: none;
        color: #C9C9C9;
        top: 0.5em;
        cursor: pointer;
    }

    #de {
        right: 1em;
    }

    .smooth-scroll-wrapper {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow: hidden;


    }

    /* --------------------Side Nav--------------------- */
    .sidenav {
        height: 100%; /* Full-height: remove this if you want "auto" height */
        position: fixed; /* Fixed Sidebar (stay in place on scroll) */
        z-index: 9999; /* Stay on top */
        top: 10em; /*Stay at the top */
        right: 0;
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 4em;

    }

    .dropdown {
        overflow: hidden;
        position: relative;
        padding-top: 0.07em;
        font-size: 2rem;
        /*font-size: 1.5rem;*/
    }

    .dropdown a {
        color: #053157;
    }


    .dropdown-content {
        position: relative;
        margin-left: 0;
        opacity: 0;
        visibility: hidden;
        float: right;
        font-size: 0;
        width: 0;
        height: 1.9em;
        background-color: white;
        transition: visibility 0.5s, width 0.6s, margin-left 0.5s, opacity 0.5s, background-color;
        overflow: hidden;
    }


    .dropdown-content.a, .dropdown-content:hover a {
        color: white;
        text-decoration: none;
        padding-top: 1.7em;
        line-height: 1.6em;

    }

    .dropbtn {
        position: relative;
        background-color: white;
        width: 1.2em;
        height: 1.2em;
        float: right;
        margin: 0.01em;
        box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2), 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.20);

    }

    .navi1 {
        height: 1.3em;
        margin-right: 0.4em;
        margin-left: 0.5em;
    }

    .navi2 {
        height: 1.3em;
        margin-right: 0.4em;
        margin-left: 0.5em;
    }

    .navi3 {
        height: 1.3em;
        margin-right: 0.4em;
        margin-left: 0.5em;
    }

    .navi4 {
        height: 1.1em;
        margin-right: 0.4em;
        margin-left: 0.5em;
    }

    .navi5 {
        height: 1.1em;
        margin-right: 0.4em;
        margin-left: 0.5em;
    }

    .dropbtn img {
        position: relative;
        width: 0.7em;
        margin-left: 0.25em;
        margin-bottom: 0.25em;
    }

    .dropdown:hover img {
        display: none;
    }

    .dropdown:hover .drop1 {
        display: block;
        background-color: #fff;
        width: auto;
        font-size: 0.6em;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        padding: 0.3em;
        text-decoration: none;
        margin-left: -0.2em;

    }

    .we {
        margin-left: 0.5em;
        margin-right: 0.5em;
        float: left;
    }

    .drop1 a {
        margin-left: 1em;
    }

    .dropdown:hover .drop2 {
        display: block;
        background-color: #fff;
        width: auto;
        font-size: 0.6em;
        margin-left: -0.2em;
        visibility: visible;
        opacity: 1;
        padding: 0.3em;
        text-decoration: none;
    }

    .drop2 a {
        margin-left: 1em;
    }

    .dropdown:hover .drop3 {
        display: block;
        background-color: #fff;
        width: auto;
        font-size: 0.6em;
        margin-left: -0.2em;
        visibility: visible;
        opacity: 1;
        padding: 0.3em;
        text-decoration: none;
    }

    .drop3 a {
        margin-left: 1em;
    }

    .dropdown:hover .drop4 {
        display: block;
        background-color: #fff;
        width: auto;
        font-size: 0.6em;
        margin-left: -0.2em;
        visibility: visible;
        opacity: 1;
        padding: 0.3em;
        text-decoration: none;
    }

    .drop4 a {
        margin-left: 1em;
    }

    .dropdown:hover .drop5 {
        display: block;
        background-color: #fff;
        width: auto;
        font-size: 0.6em;
        margin-left: -0.2em;
        visibility: visible;
        opacity: 1;
        padding: 0.3em;
        text-decoration: none;
    }

    .drop5 a {
        margin-left: 1em;
    }

    .dropdown:hover .dropbtn {
        visibility: hidden;
    }

    /* ---GOOGLE ANALYTICS----- */
    .analytics {
        position: fixed;
        bottom: 0;
        z-index: 101;
        width: 100%;
        height: 3.5em;
        background: #053157;
    }

    .analyticsafter {
        display: none;
    }


    .antext {
        position: absolute;
        font-size: 0.8em;
        color: white;
        margin-left: 10em;
        padding-top: 1em;
        width: 42em;

    }

    .allowbtn {
        position: absolute;
        right: 28em;
        top: 1em;
        font-size: 0.8em;
        background: white;
        border: white;
        color: #053157;
        height: 2em;
        width: 9em;
        font-family: DINNextLTPro-Regular, sans-serif;
    }

    .deaktibtn {
        position: absolute;
        right: 17em;
        top: 1em;
        font-size: 0.8em;
        background: #0F406C;
        border: #0F406C;
        color: white;
        height: 2em;
        width: 9em;
        font-family: DINNextLTPro-Regular, sans-serif;
    }

    /* --------------------BLOCKS--------------------- */
    #main {
        z-index: 10;
    }

    .imap-anfrage {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 3em;
        z-index: 0;
        background-color: #05182a;
        transition: opacity .5s ease;
        opacity: 0;
    }

    .imap-anfrage p {
        font-size: 1.5rem;
        line-height: 1.7rem;
        padding-bottom: 1em;
    }

    .imap-anfrage img {
        width: 100%;
        margin-bottom: 2em;
    }

    .imap-anfrage .formdiv input[type=text], .imap-anfrage .formdiv textarea[type=text] {
        background: #05182a;
        border: 0;
        border-bottom: 2px solid #fff;
        color: #fff;
        width: 100%;
    }

    .imap-anfrage ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }

    .imap-anfrage :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .imap-anfrage ::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }


    .anfrage-left {
        width: 50%;
        padding-right: 50px;
    }

    .anfrage-right {
        width: 50%;
        padding-left: 50px;
    }

    .closeanfrage {
        cursor: pointer;
        text-decoration: underline;
    }

    .afterMessage {
        position: relative;
        top: 0.5rem;
        left: 5rem;
    }

    .block1a {
        display: flex;
        flex-direction: column;
        /*justify-content: center;*/
        padding-top: 3em;
        width: 45%;
    }

    .block1b {
        position: relative;
        width: 50%;
    }

    .block1b img {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translateY(-50%);
    }

    .block1bform {
        position: fixed;
        z-index: 99;
        top: 200px;
        right: 100px;
        background: #fff;
        color: #053157;
        padding: 4em;
        border-radius: 25px;
        width: 40em;
        opacity: 0;
        animation: fadeInFromNone 1s ease-out forwards;
        animation-delay: .5s;
    }

    .block1bform p {
        font-size: 1.5rem;
        line-height: 1.7rem;
        padding-bottom: 1em;
    }

    .block1bform .formdiv .btn {

    }

    @keyframes fadeInFromNone {
        0% {
            position: fixed;
            display: none;
            opacity: 0;
            transform: translateY(850px);
        }

        1% {
            position: fixed;
            display: none;
            opacity: 0;
            transform: translateY(850px);
        }

        50% {
            position: fixed;
            display: none;
            transform: translateY(850px);
            opacity: .5;
        }

        100% {
            position: fixed;
            display: none;
            opacity: 1;
            transform: translateY(0);
        }
    }

    .block1bform .closepopup {
        position: absolute;
        top: 1rem;
        right: 1rem;
        cursor: pointer;
    }

    #block2a {
        z-index: 8888 !important;
    }

    .block2a {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
        width: 35%;
        padding-right: 30px;
    }

    .block2a .show-imap-anfrage {
        z-index: 8888;
    }

    .block2b {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
        width: 65%;
    }

    .block2b img {
        width: 100%;
    }

    .block2c {
        min-height: 100vh;
        text-align: center;
        position: relative;
        padding: 50px 0;
        z-index: 8888;
    }

    .block2c p {
        font-size: 1rem;
    }

    .block2c-item {
        width: 25%;
        padding: 0 20px;
    }

    .block2c-item img {
        width: 100%;
    }

    .block2c-item:nth-child(1) {

    }

    .block2c-item:nth-child(2) {
        margin-top: auto;
    }

    .block2c-item:nth-child(3) {
        margin-top: 100px;
    }

    .block2c-item:nth-child(4) {
        margin-top: 250px;
    }


    .block2c .show-imap-anfrage {
        position: absolute;
        top: 3rem;
        right: 7%;
    }

    div#block3a {
        justify-content: space-between;
        z-index: 8888 !important;
    }

    .block3a {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        margin-top: 150px;
        width: 50%;
    }

    .block3a img {
        object-fit: contain;
        height: auto;
        max-height: 700px;
        width: 100%;
    }

    .block3b {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        margin-top: 150px;
        width: 35%;
    }

    .block3c {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
    }

    .box-gruende {
        width: 25%;
        max-width: 333px;
    }

    .box-gruende {
        margin: 0 .5em;
    }

    .box-gruende:first-of-type {
        margin: 0 .5em 0 0;
    }

    .box-gruende:last-of-type {
        margin: 0 0 0 .5em;
    }

    .block3c p {
        font-size: 1rem;
    }

    .block4a {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
        width: 70%;
    }

    .block4a img {
        width: auto;
        max-width: 90%;
    }

    .block4b {
        padding-top: 100px;
        min-height: 100vh;
        width: 30%;
    }

    .block4c {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .block4c img {
        /*max-width: 90%;*/
    }

    .block4c .show-imap-anfrage {
        position: absolute;
        top: 1rem;
        right: 3rem;
    }

    .block4d {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
    }

    .block4e {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
        overflow: hidden;
        margin-top: 0;
        padding: 0;
    }

    .block5a {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;

        #sap-chill-wrapper {
            text-align: left;
            display: grid;
            grid-template-columns: 1fr 1fr; /* Teilt den verfügbaren Platz gleichmäßig auf */
            gap: 2rem; /* Abstand zwischen den Elementen */
            align-items: start;


            article, figure {
                width: 100%; /* Nutzt die volle verfügbare Breite */
            }


            img {
                width: 100%; /* Bild passt sich der Breite des figure-Elements an */
                height: auto;
            }
        }

        h3 {
            padding: 2em 0;
        }
    }


    .block5b {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .block5b h2 {
        position: absolute;
        top: 2rem;
        left: 3rem;
    }

    .block5b .quote {
        position: absolute;
        width: 400px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 20;
        font-style: normal !important;
    }

    .quote img {
        width: 100px;
    }

    .quote-author ~ div {
        text-align: center;
    }

    .block5b > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: 750px;
    }

    .block5b .quote-author {
        text-align: right;
    }

    .block5b .show-imap-anfrage {
        position: absolute;
        top: 4rem;
        right: 4rem;
    }

    .block5c {
        display: flex;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .block5c > div {
        width: 50%;
    }

    .block5d {
        width: 50%;
        padding-right: 10px;
    }

    .block5e {
        width: 50%;
        padding-left: 10px;
    }

    .block5f {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        position: relative;
        z-index: 300;
    }

    .block5f img {
        width: 100%;
    }

    .block5f .content {
        position: relative;
    }

    .block5f .text {
        position: absolute;
        bottom: 75px;
        left: 75px;
        text-shadow: 0 0 5px grey;
    }

    .block5g {
        display: flex;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .block5g h2 {
        position: absolute;
        top: 4rem;
        left: 0;
        text-transform: uppercase;
    }

    .block5g-anfrage {
        position: absolute;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
    }

    .block5g .show-imap-anfrage {
        position: absolute;
        top: 50%;
        right: 18%;
        width: 12%;
        height: 16%;
    }

    .block5g img {
        max-width: 90%;
    }

    .block6a {
        margin: 50px auto;
        background: #fff;
        padding: 4em;
        border-radius: 25px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .16);
        color: #053157;
        width: 50em;
    }

    .block6a p {
        font-size: 1.5rem;
        line-height: 1.7rem;
        padding-bottom: 1em;
    }

    .block6a .formdiv .btn {
        margin-top: 1em;
    }

    .block6b {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 40%;
    }

    .block6b img {
        max-height: 500px;
    }

    .block6c {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 60%;
        padding-left: 150px;
    }

    .block6c .content {
        width: 40%;
        margin-right: 1em;
    }

    .block6c .content.imprint p {
        font-size: 1rem;
        line-height: 20px;
    }

    .block6c h2.headline {
        width: 100%;
    }

    .powered {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 330;
    }

    .powerdby {
        display: flex;
        width: 350px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    p.powerdby a {
        color: #fff;
        font-size: .8rem;
    }

    .footerSocial {
        margin: 0.5rem 0 0.5rem 0;

        .socialImg img {
            width: 1.2rem;
        }
    }


    /*BLOCK 1*/
    .titleIMAPmobile,
    .subTitleIMAPmobile {
        display: none;
    }

    div.titleIMAP {
        color: white;
        line-height: 1em;
        font-family: DINNextLTPro-Light, sans-serif;
    }

    div.subTitleIMAP {
        color: white;
        line-height: 1em;
        font-family: DINNextLTPro-Light, sans-serif;
    }

    .pfeil {
        position: absolute;
        bottom: 3rem;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        color: #fff;
        z-index: 9997;
    }

    .pfeil:hover {
        color: #fff;
        text-decoration: none;
    }

    a.pfeil span {
        display: block;
        padding: 0 0 1rem 0;
    }


    /*BLOCK 2*/
    /*BLOCK 3*/
    /*BLOCK 4*/
    .swiper-container {
        position: relative;
        height: 55%;
    }

    .swiper-wrapper {
        position: absolute;
        left: 0;
        height: auto;
    }

    .swiper-slide {
        cursor: grab;
        width: auto;
    }

    .swiper-slide img {
        max-width: 100%;
    }


    .swiper-slide-description {
        display: block;
        position: absolute;
        bottom: -50px;
        left: 0;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        opacity: 1 !important;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #726F6D;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -25px;
    }

    /*BLOCK 5*/
    /*BLOCK 6*/
    /*KONTAKT*/
    /*IMPRESSUM*/
    /* Sections */
    section {
        position: relative;
        max-height: 1080px;
    }

    #main section .row {
        z-index: 300;
        position: relative;
    }

    section#warum-IMAP {
        /*background-image: linear-gradient(180deg, #00000000 56%, #fff 46%);*/
        height: auto;
        min-height: unset;
    }

    #section5 {
        color: #05182a;
        background-color: #fff;
    }

    section#was-kann-IMAP {
        color: #05182a;
        background-image: linear-gradient(180deg, #fff 65%, #00000000 35%);
    }

    #section8 .row {
        margin-right: -200px;
    }

    #section12 {
        background-image: linear-gradient(180deg, #00000000 25%, #fff 25%);
    }

    #section13 {
        color: #05182a;
        background-color: #fff;
    }

    #section14 {
        color: #05182a;
        background-image: linear-gradient(180deg, #fff 50%, #00000000 50%);
    }

    body:before {
        transition: all ease .1s;
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        /*        left: -50%;
                top: -60%;*/
        z-index: 10;
        background: url("../items/partikel03.png") repeat center;
        background-size: cover;
        -webkit-transform: rotate(var(--rotate-bg));
        -moz-transform: rotate(var(--rotate-bg));
        -ms-transform: rotate(var(--rotate-bg));
        -o-transform: rotate(var(--rotate-bg));
        transform: rotate(var(--rotate-bg));
        opacity: var(--rotate-opacity);
    }

    #section1 {
        background: url("../items/HG-01.png") no-repeat center;
        background-size: cover;
        min-height: 65vh;
    }

    #kontakt {
        position: relative;
        display: flex;
        margin-bottom: 2rem;

        a {
            color: white;
            text-decoration: underline;
            font-size: 0.8rem;
        }
    }

    #sap-chill {


    }


    /*BUTTONS*/
    .btn {
        border-radius: 5px;
        color: #fff;
        background-color: #ff6600;
        padding: 10px 25px;
    }

    .btn:hover {
        color: #fff;
    }

    .btn--secondary {
        background-color: #176fc0;
    }

    .btn--round {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 150px;
        width: 150px;
        border-radius: 100%;
        z-index: 9999;
    }

    /* ELLIPSEN */
    .ellipse-1,
    .ellipse-2,
    .ellipse-3,
    .ellipse-4,
    .ellipse-5,
    .ellipse-6,
    .ellipse-7,
    .ellipse-8,
    .ellipse-9,
    .ellipse-10,
    .ellipse-11,
    .ellipse-12,
    .ellipse-13,
    .ellipse-14,
    .ellipse-15 {
        z-index: 7777;
    }

    .ellipse-1 {
        position: absolute;
        top: -650px;
        left: -323px;
    }

    .ellipse-2 {
        position: absolute;
        top: -250px;
        right: 0;
    }

    .ellipse-3 {
        position: absolute;
        bottom: -250px;
        left: -240px;
    }

    .ellipse-4 {
        position: absolute;
        top: 20px;
        right: -130px;
    }

    .ellipse-5 {
        position: absolute;
        top: 0;
        right: 185px;
    }

    .ellipse-6 {
        position: absolute;
        top: 100px;
        right: -140px;
    }

    .ellipse-7 {
        position: absolute;
        top: -70px;
        left: -85px;
    }

    .ellipse-8 {
        position: absolute;
        top: -321px;
        right: -235px;
    }

    .ellipse-9 {
        position: absolute;
        top: -120px;
        right: 75px;
    }

    #privacypolicyblock {
        padding: 5em 7em;

        h1, h2 {
            font-size: 2em;
        }

        h3 {
            font-size: 1.5em;
        }

    }

    #kunden {
        padding: 2rem 0 1rem 0;
        background: white;
        color: #0A2E4E;
        text-align: center;

        h1 {
            font-size: 1.5em;
            font-weight: 600;
        }
        .kunden-glide {
            margin: 2rem 0;

            .glide__track {
                overflow: hidden;
                gap: 1rem;
            }

            .glide__slides {
                display: flex;
                align-items: center;
                margin: 5px;
            }

            .glide__slide {
                height: auto;
                display: flex;
                justify-content: center;
                align-items: center;

                img {
                    max-width: 10rem;
                    max-height: 8rem;
                    width: auto;
                    object-fit: contain;
                    transition: transform 0.3s ease;
                    filter: grayscale(100%);

                    &:hover {
                        transform: scale(1.05);
                        filter: grayscale(0%);

                    }
                }
            }
        }
    }

    #faq {
        padding: 3em;
        background: white;
        color: #0A2E4E;
        text-align: center;

        article {
            display: flex;
            flex-direction: row;
            justify-content: center;


            .faq-frage-title {
                display: flex;
                flex-direction: row;
                align-items: center;
            }
        }

        i {
            padding: 0.5rem;
            color: #0A2E4E;
        }

        h3 {
            text-align: center;
            color: #0A2E4E;
        }

        div {
            display: flex;
            flex-direction: column;
        }

        h2 {
            cursor: pointer;
            padding: 15px;
            margin: 0;
            width: auto;
            font-size: 20px;
            font-weight: 500;
            font-family: DINNextLTPro-Regular, sans-serif;
        }


        h3 {
            display: none;
            padding: 0 2rem 1rem 2rem;
            margin: 0;
            font-size: 20px;
            text-align: left;
        }

        .active h3 {
            display: block;
        }

        div article {
            box-shadow: 10px 20px 15px rgba(192, 192, 192, 0.59);
            border-radius: 0.5rem;
            width: 20rem;
            display: inline;
            margin: 1rem;
        }
    }
}


/* Small screen / tablet / 760px to 991px */
/*@media (max-width: 991px) {*/


/*!* Smaller screen / tablet+phone / 480px to 759px *!*/
/*@media (max-width: 759px) {*/


/*------------------ANIMATIONS-------------------- */


/*[aos="my"] {
    opacity: 0;
    transition-property: opacity;
    transition: opacity 1s;


}

[aos="my"].aos-animate {
    opacity: 1;

}*/

