body {
    margin: 0em;
}

#nav-links {
    display: none;
}

/* Toggle visibility via a class */
body.nav-open #nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    list-style-type: none;
    padding-bottom: 7%;
}
.orange{
        background-color: #f05a23;
}
.white{
    background-color: #fff;
}

.icon {
    display: none;
    font-size: 2em;
    cursor: pointer;
}

/* Größe Burger Bars */
.fa-bars::before {
    font-size: 1.5em;
}

/* Responsive: Burger-Menü */
@media (max-width: 768px) {
    .header {
        overflow: hidden;
        background-color: #f05a23;
    }

    .header a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .header__navigation #nav-links {
        display: none;
    }

    .header a {
        color: #3c2d91;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .header a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 6%;
    }

    .first {
        display: block;
    }

    .first__underline_1 {
        margin-left: -23%;
        margin-top: -31%;
        margin-bottom: -13%;
        width: 115%;
    }

    .second__grid-values {
        display: block;
    }

    .first__grid-hello {
        display: block;
    }


}

@media only screen and (max-width:600px) {
    body {
        display: grid;
        grid-template-columns: repeat(1 1fr);
        grid-template-rows: auto;
        grid-template-areas:
            "header"
            "main"
            "footer";
    }

    .main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-template-areas:
            "hero"
            "first"
            "values";
    }

    .header-services__nav-list {
        background-color: #fff;
        align-items: center;
        display: grid;
    }

    .header__nav-list {
        background-color: #f05a23;
        align-items: center;
        display: grid;
    }

    .navbar__logo-pic {
        width: 13%;
    }

    .header a {
        padding-bottom: 1%;
    }


    .first__title {
        font-size: 1.5em;
        padding-top: 8%;
        margin-bottom: 2%;
    }

    .first__text {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 2%;
        font-size: 0.9em;
        margin-top: 0%;
    }

    .first__send {
        font-size: 0.8em;
    }


    h1 {
        font-size: 2em;
    }


    .first {
        display: block;
    }

    .first__underline_1 {
        margin-left: -23%;
        margin-top: -31%;
        margin-bottom: -13%;
        width: 115%;
    }

    .first__slogan {
        font-size: 1.5em;
    }

    .second {
        padding-top: 0%;
        padding-bottom: 20%;
    }

    .second__grid-values {
        display: block;
    }

    .first__grid-hello {
        padding: 0%;
    }

    .second__image-values {
        width: 45.7%;
    }

    .first__text-content {
        padding: 2em 13%;
        padding-top: 2em;
    }

    .underline__black {
        margin-top: -7.3%;
        width: 100%;
        margin-bottom: 4%;
    }

    .second__text-values h3 {
        font-size: 1.3rem;
    }

    .second__text-values p {
        font-size: 0.9em;
    }

    .second__grid-container-values {
        margin-top: 12%;
    }

    .orange__circle__index {
        margin-top: 0%;
        margin-bottom: -121px;
        width: 54.7%;
    }

    /* Services */
    #header-services {
        background-color: #fff;

    }

    .main__slogan__services {
        font-size: 1.7em;
        margin: 8%;
    }

    .services {
        row-gap: 4em;
    }

    .service-block h2 {
        font-size: 1.3em;
    }

    .service-block {
        display: grid;
        place-items: center;
        padding-bottom: 0em;
    }

    .service-block img {
        width: 65%;
    }

    .service-pic-container {
        display: grid;
        place-items: center;
    }

    .service-block li {
        font-size: 0.7em;
    }

    .service-block ul {
        padding-left: 0%;
    }

    .service-list {
        padding-bottom: 16%;
    }

    .coming-soon {
        display: grid;
        place-items: center;
        font-size: 0.9em;
    }

    .flex {
        margin-bottom: 7%;
        display: block;
    }

    .flex h2 {
        margin-bottom: 14%;
        margin-top: 12%;
    }


    /* Contact */
    .main__slogan__contact {
        font-size: 1.7em;
    }

    .contact-form {
        font-size: 0.9em;
        padding-top: 6%;
        padding-bottom: 10%;
        max-width: 70%;

    }

    .underline__black__contact {
        margin-top: -20%;
    }

    .info {
        display: block;
    }

    .info-block {
        margin-bottom: 27%;
    }

    .info-block h3 {
        font-size: 1.3em;
    }

    .info-block p {
        font-size: 0.9em;
    }


    /* Team */
    .galerie {
        display: block;
        justify-content: center;
        padding-top: 7%;
        padding-bottom: 7%;
        padding-left: 25%;
        padding-right: 25%;
    }

    .info_team {
        display: flex;
        justify-content: center;
        margin-bottom: 6%;
    }

    .zooid_animation_jump {
        width: 70%;
    }

    .galerie__item p {
        margin-top: 8%;
        margin-bottom: 12%;
        font-size: 0.9em;
    }

    .footer__nav-list {
        display: flex;
        gap: 1em;
        text-align: center;
    }

    .footer__nav-item {
        margin-bottom: 1em;
    }

    .footer {
        display: inline-block;
        justify-content: space-between;
        align-items: center;
        padding: 2em 10%;

        text-align: center;
    }

    .footer__email {
        margin-top: 0%;
    }

    .footer__icon {
        margin-top: 5%;
    }

    .animation_jumps {
        height: 18vh;
    }
        .first__image-hello {
width: 300px;
  height: auto;
}

}

@media only screen and (min-width: 40em) {
    body {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-template-areas:
            "header header header"
            "main main main"
            "footer footer footer";
    }

    .main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-template-areas:
            "hero hero hero"
            "first first first"
            "second second second";
    }

    /* Header Navigation */

    .header__navigation {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1em;
    }

    .header__navigation__contact {
        background-color: #fff;
        color: #f05a23;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1em;
    }

    .header__navigation__contact a {
        float: left;
        display: block;
        color: #f05a23;
        padding: 14px 16px;
        text-decoration: none;
    }

    .header__navigation a {
        font-size: 1.5em;
        float: left;
        display: block;
        color: #3c2d91;
        padding: 14px 16px;
        text-decoration: none;
    }

    .header__nav-list {
        display: flex;
        align-items: center;
        margin-right: 5%;
        list-style: none;
        gap: 1em;
    }

    .header-services__nav-list {
        display: flex;
        align-items: center;
        margin-right: 5%;
        list-style: none;
        gap: 1em;
    }

    .header__navigation__contact .icon {
        display: none;
    }

    .navbar__logo-pic {
        float: left;
        width: 40%;
    }

    .navbar__logo {
        flex: 0 0 auto;

    }

    .icon {
        display: none;
    }

    .first__grid-hello {
        display: grid;
    }

    .first__underline_1 {
        margin-left: -21%;
        margin-top: -30%;
        margin-bottom: -10%;
        width: 470px;
    }

    #nav-links {
        display: flex !important;
        flex-direction: row !important;
        position: static !important;
        background-color: transparent !important;
        width: auto !important;
    }

    body.nav-open #nav-links {
        /* Prevent mobile styles leaking into desktop */
        display: flex !important;
        flex-direction: row !important;
        position: static !important;
        background-color: transparent !important;
        width: auto !important;
    }

    .icon {
        display: none !important;
    }

    .second__grid-first {
        display: flex;
    }

    .first__title {
        font-size: 2em;
        padding-top: 5%;
        margin-bottom: 2%;
    }

    .first__grid-hello {
        padding: 2em 0%;
    }

    .first__text {
        padding-left: 0%;
        padding-right: 25%;
        padding-bottom: 2%;
        font-size: 0.9em;
    }

    .first__slogan {
        font-size: 4em;
    }

    .first__send {
        font-size: 1em;
        margin-right: 20%;
    }

    .second {
        padding: 4em 10%;
    }

    .orange__circle__index {
        margin-top: 15%;
        margin-bottom: -313px;
        width: 63.7%;

    }

    .underline__black {
        margin-top: -28%;
        margin-bottom: 12%;
        margin-left: -15%;
        padding-left: 0%;
        width: 125%;
    }

    h1 {
        font-size: 3em;
    }


    .second__grid-values {
        display: grid;
    }

    .second__image-values {
        width: 70%;
    }

    .second__text-values h3 {
        font-size: 1.5rem;
    }

    .second__text-values p {
        font-size: 0.9em;
    }


    /* Services */
    .main__slogan__services {
        font-size: 3.5em;
    }

    #header-services {
        background-color: #fff;
    }

    .service-header {
        padding-left: 14%;
    }

    .service-block h2 {
        font-size: 1.5em;
    }

    .service-block {
        padding-bottom: 10em;
        margin-top: 0em;
    }

    .service-block img {
        width: 100%;
        margin-bottom: 1em;
    }

    .service-block li {
        font-size: 0.9em;
    }

    .service-block ul {
        padding-left: 14%;
    }

    .services {
        column-gap: 1em;
        margin-top: 3em;
    }

    .coming-soon {
        font-size: 2rem;
    }

    .flex {
        margin-top: 5%;
        margin-bottom: 7%;
        margin-left: 10%;
        display: flex;
    }

    .footer__nav-list {
        gap: 2em;
        display: flex;
    }

    .footer {

        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2em 10%;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .footer__nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer__email {
        margin-top: 10%;
    }

    .footer__icon {

        margin: 0%;
    }

    /* Contact */
    .main__slogan__contact {
        font-size: 3.5em;
    }

    .contact-form {
        font-size: 1.3em;
        max-width: 40%;
    }

    .underline__black__contact {
        margin-top: -10%;
        margin-bottom: 7%;
    }

    .info {
        gap: 7em;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 5%;
    }

    .info-block h3 {
        font-size: 1.5rem;
    }

    .info-block p {
        font-size: 1em;
    }


    /* Team */
    .galerie {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2%;
        padding: 22%;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .info_team {
        gap: 20em;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 5%;
    }

    .zooid_animation_jump {
        width: 36%;
    }

    .galerie__item p {
        margin-top: 4%;
        font-size: 1.1em;
    }

    .animation_jumps {
        height: 65vh;
    }
    .first__image-hello {
width: 300px;
  height: auto;
}



}

@media only screen and (min-width: 60em) {
    body {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-template-areas:
            "header header header header"
            "main main main main"
            "footer footer footer footer";
    }

    .main {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-template-areas:
            "hero hero hero hero"
            "first first first first"
            "values values values values";
    }

    .first__grid-hello {
        display: grid;
    }

    .first__underline_1 {
        margin-left: -15%;
        margin-top: -22%;
        margin-bottom: -10%;
        width: 470px;
    }

    #nav-links {
        display: flex !important;
        flex-direction: row !important;
        position: static !important;
        background-color: transparent !important;
        width: auto !important;
    }

    body.nav-open #nav-links {
        /* Prevent mobile styles leaking into desktop */
        display: flex !important;
        flex-direction: row !important;
        position: static !important;
        background-color: transparent !important;
        width: auto !important;
    }

    .icon {
        display: none !important;
    }

    .second__grid-first {
        display: flex;
    }

    .first__title {
        font-size: 2em;
        padding-top: 5%;
        margin-bottom: 2%;
    }

    .first__grid-hello {
        padding: 2em 13%;
    }

    .first__text {
        padding-left: 0%;
        padding-right: 25%;
        padding-bottom: 2%;
        font-size: 1em;
    }

    .first__slogan {
        font-size: 4em;
    }

    .first__send {
        font-size: 1em;
    }

    .second {
        padding: 4em 10%;
    }

    .orange__circle__index {
        margin-top: 15%;
        margin-bottom: -321px;
        width: 35.7%;
    }

    .underline__black {
        margin-top: -11%;
        margin-bottom: 3%;
        margin-left: -15%;
        padding-left: 0%;
        width: 125%;
    }

    h1 {
        font-size: 3em;
    }


    .second__grid-values {
        display: grid;
    }

    .second__image-values {
        width: 70%;
    }

    .second__text-values h3 {
        font-size: 1.5rem;
    }

    .second__text-values p {
        font-size: 1.1em;
    }


    /* Services */
    .main__slogan__services {
        font-size: 5.5em;
    }

    #header-services {
        background-color: #fff;
    }

    .service-header {
        padding-left: 14%;
    }

    .service-block h2 {
        font-size: 1.5em;
    }

    .service-block {
        padding-bottom: 10em;
    }

    .service-block img {
        width: 100%;
        margin-bottom: 1em;
    }

    .service-block li {
        font-size: 0.9em;
    }

    .service-block ul {
        padding-left: 14%;
    }

    .services {
        row-gap: 11em;
        column-gap: 17em;
    }

    .coming-soon {
        font-size: 2rem;
    }

    .flex {
        margin-top: 5%;
        margin-bottom: 7%;
        margin-left: 10%;
        display: flex;
    }

    .footer__nav-list {
        gap: 2em;
        display: flex;
    }

    .footer {

        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2em 10%;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .footer__nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer__email {
        margin-top: 10%;
    }

    .footer__icon {

        margin: 0%;
    }

    /* Contact */
    .main__slogan__contact {
        font-size: 5.5em;
    }

    .contact-form {
        font-size: 1.3em;
        max-width: 40%;
    }

    .underline__black__contact {
        margin-top: -6%;
        margin-bottom: 7%;
    }

    .info {
        gap: 20em;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 5%;
    }

    .info-block h3 {
        font-size: 1.5rem;
    }

    .info-block p {
        font-size: 1em;
    }


    /* Team */
    .galerie {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2%;
        padding: 22%;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .info_team {
        gap: 20em;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 18%;
        margin-top: 0%;
    }

    .zooid_animation_jump {
        width: 36%;
    }

    .zooid_static {
        width: 36%;
    }

    .galerie__item p {
        margin-top: 4%;
        font-size: 1.1em;
    }

    .animation_jumps {
        height: 80vh;
    }
    .first__image-hello {
width: 500px;
  height: auto;
}

}



.header {
    grid-area: header;
    color: s #f05a23;
    background-color: #f05a23;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
}

.header__contact {
    grid-area: header;
    color: #f05a23;
    background-color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
}

main {
    grid-area: main;
    justify-content: center;
}

.header {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;

}

.hr__purple {
    width: 89%;
    background-color: #3c2d91;
    color: #3c2d91;
    margin-left: 8%;
    margin-top: 0%;
    border-style: none;
}

.hr__orange {
    width: 89%;
    background-color: #f05a23;
    color: #f05a23;
    margin-left: 8%;
    margin-top: 0%;
    border-style: none;
}

.hero {
    grid-area: hero;
    max-width: 100%;
    background-color: #f05a23
}

.hero__contact {
    background-color: #fff;
    color: #f05a23;
    display: block;
}

.hero__vid {
    width: 50%;
}

.main__slogan {
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    font-size: 5.5em;
    margin-left: 8%;
    margin-top: 10%;
    margin-bottom: 20%;
}

.underline__orange {
    margin-top: -20%;
    margin-bottom: -5%;
    margin-left: 0%;
    padding-left: 0%;
    width: 100%;
}

.first {
    background-color: #000000;
    color: #aadcff;
    text-align: center;
    grid-area: first;
}

.first__grid-hello {

    grid-template-columns: 1fr 1fr;
    gap: 2em;
    align-items: center;
    float: none;
    padding-top: 0%;
}

.first__image-container-hello {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.first__image-hello {
/* width: 500px;
  height: auto; */
    border-radius: 8px;
}

.first__text-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}

.first__title {
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.first__text {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.first__send {
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    color: #aadcff;
    text-align: left;
    margin-top: 0em;
    background-color: transparent;
    border: 2px solid #aadcff;
    padding: 0.5em 2.5em;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-end;
    line-height: 1.5;
}

.first__send:hover {
    background-color: #aadcff;
    color: #000;
    text-decoration: none;
}

.first__slogan {
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    font-style: normal;
    padding-bottom: 9%;
    color: #f05a23;
    line-height: 2;
}

.second {
    background-color: #fff;
    color: #3c2d91;
    text-align: left;
    grid-area: second;
}

.second__grid-values {
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
}

.second__grid-container-values {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
}

.second__image-values {
    height: auto;
    margin-bottom: 1.5em;
}

.second__text-values h3 {
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    margin-bottom: 0.5em;
}

.second__text-values p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    line-height: 1.5;
}



h3 {
    font-size: 2em;
    padding-bottom: 1%;
    margin: 0%;
}


.footer {
    width: 100vw;
    background-color: #000;
    color: #aadcff;
    padding: 2em 10%;
    box-sizing: border-box;
}

.footer__instagram {
    width: 8%;
}

.footer__nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__nav-list {
    list-style: none;
}

.footer__nav-item a {
    text-decoration: none;
    color: #aadcff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.footer__email {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    text-align: center;
}

.footer__icon {
    width: 38px;
}

.footer__logo {
    width: 100px;
    height: auto;
}



/*contact site*/
.main__slogan__contact {
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    margin-left: 8%;
    margin-top: 10%;
    margin-bottom: -2%;
}

.contact__title__underline {
    width: 70%;
    height: 70%;
    margin-left: 6%;
    margin-bottom: 8%;
}

.contact-form {
    background-color: #000;
    padding-top: 6%;
    padding-bottom: 10%;
    color: #aadcff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.underline__white__first__contact {
    margin-top: -2%;
    width: 100%;
    height: 100%;
}

.contact-form label {
    display: block;
    margin: 1.5em 0 0.3em;
    text-transform: uppercase;
    color: #aadcff;
    letter-spacing: 1px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.8em;
    border: none;
    outline: none;
    font-size: 1rem;
    background-color: #fff;
    color: #000;
}

.submit-button {
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
}

.contact-form .submit-button {
    margin-top: 2em;
    background-color: transparent;
    border: 2px solid #aadcff;
    color: #aadcff;
    padding: 0.5em 2.5em;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1em;
    transition: all 0.3s ease;
    align-self: flex-end;
}

.contact-form .submit-button:hover {
    background-color: #aadcff;
    color: #000;
}

.submit-wrapper {
    display: flex;
    justify-content: flex-end;
}

.underline__black__contact {
    width: 100%;
    height: 100%;
}

.contact-info {
    grid-area: second;
    display: flex;
    justify-content: center;

    background-color: #fff;
    padding: 4em 2em;
    flex-wrap: wrap;
}

.info {
    grid-area: second;
    background-color: #fff;
}

.info-block h3 {
    color: #FF5B00;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 0.5em;
}

.info-block p {
    color: #190482;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-style: normal;
    margin: 0;
}


/* Services */

.services {
    grid-area: first;
    display: flex;
    justify-content: center;
    background: #000;
    flex-wrap: wrap;
    /* column-gap: 17em; */
}

#header-services a {
    color: #f05a23;
}

.main__slogan__services {
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    margin-left: 8%;
    margin-top: 10%;
    margin-bottom: -1%;
}

.services__title__underline {
    width: 70%;
    height: 70%;
    margin-left: -2%;
    margin-bottom: 8%;
}

.first__underline_white {
    margin-top: -2.3%;
    margin-bottom: -20%;
    width: 100%;
    height: 100%;
}

.service-block {
    max-width: 380px;
    text-align: left;
}

.service-block h2 {
    color: #aadcff;
    font-family: "bacalar-turbo-expanded", sans-serif;
    margin-bottom: 1em;
}

.service-block ul {
    list-style: none;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.5;
}

.service-block li {
    margin-bottom: 1em;
    color: #fff;
    padding-left: 0%;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

.service-block strong {
    color: #aadcff;
    font-size: 1.3em;

}



/* Coming Soon Section */
.coming-soon {
    grid-area: second;
    background: #fff;
    color: #FF5B00;
    font-family: "bacalar-turbo-expanded", sans-serif;
    font-weight: 900;
    text-align: left;
}

.workingDude {
    width: 200px;
    margin-left: 17%;
    margin-top: -2%;
    margin-right: 1em;
}

.underline__black__services {
    width: 100%;
    height: 100%;
    margin-top: -2%;

}



/* Team */
.galerie {
    background-color: #000;
}

.galerie__item {
    flex: 0 1 calc(50% - 20px);
    padding-bottom: 4%;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}

.galerie__item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.galerie__item p {
    color: #fff;
    font-weight: bold;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;

    padding-left: 1%;
}

.underline__black__team {
    width: 100%;
    margin-top: -2%;
}

.underline__white__first__team {
    margin-top: -2%;
    width: 100%;
}

.gallery_container {
    background-color: #000;
}

.galerie__item p strong {
    color: #aadcff;
}

/* Gallery Hover */
.image_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.img_front {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.img_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 5px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
}

.image_box:hover .img_back {
    opacity: 1;
}

.image_box:hover .img_front {
    opacity: 0;
}





.info_team {
position: relative;
  /* width: 70%; */
  height: 61%;
  overflow: hidden;
  /* margin-bottom: 5%; */
  display: flex;
  justify-content: center;
}



.zooid_idle,
.zooid_jump {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zooid_jump {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
    z-index: 2;
}

.animation_jumps {
    align-items: center;

}