@font-face {
    font-family: 'Inter Italic';
    src: url('../font/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    margin: 0;
}

section {
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

h1 {
    font-weight: bolder;
    font-size: 5rem;
    color: #E1E0E0;
}

section h2 {
    font-weight: bolder;
    font-size: 5rem;
    color: #E1E0E0;
}

.btn {
    padding: 10px 20px;
    font-size: 1rem;
    color: #000;
    background-color: transparent;
    border: 2px solid #C6C6C6;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 30px;
    text-decoration: none;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.units-main {
    background-image: linear-gradient(to bottom, #5C4D61 1%, #FFBD00 3%, #FFBD00 8%, #F05E5E 10%, #F05E5E 85%, #55BD9C 83%, #55BD9C 77%, #597D7A 76%, #5C4D61 75%, #5C4D61 70%, #789371 69%, #93CD4E 68%, #91CB48 63%, #61915A 62%, #336A58 60%);
}

.think-tank {
    background-image: linear-gradient(to bottom, #5C4D61 1%, #5C4D61 10%, #FFBD00 90%, #FFBD00 100%);
    position: relative;
}

.think-tank img {
    position: absolute;
    bottom: 160px;
}

.client-connect {
    background-image: linear-gradient(to bottom, #FFBD00 1%, #FFBD00 10%, #F05E5E 90%, #F05E5E 100%);
    position: relative;
}

.client-connect img {
    position: absolute;
    bottom: 40px;
}

.creative-lab {
    background-image: linear-gradient(to bottom, #F05E5E 1%, #F05E5E 10%, #55BD9C 90%, #55BD9C 100%);
    position: relative;
}

.creative-lab img {
    position: absolute;
    bottom: 40px;
}

.engine {
    background-image: linear-gradient(to bottom, #55BD9C 1%, #55BD9C 10%, #93CD4E 90%, #93CD4E 100%);
    position: relative;
}

.engine img {
    position: absolute;
    bottom: 40px;
}

.live {
    background-image: linear-gradient(to bottom, #93CD4E 1%, #93CD4E 10%, #5C4D61 90%, #5C4D61 100%);
    position: relative;
}

.live img {
    position: absolute;
    bottom: 40px;
}

.end {
    background-image: linear-gradient(to bottom, #5C4D61 1%, #5C4D61 10%, #5C4D61 90%, #5C4D61 100%);
    position: relative;
}

.units-main h2 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 3.75rem;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.units-main section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    padding: 1.0rem;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.row-item {
    padding: 3rem;
}

#contact p {
    line-height: 2.5rem;
}

.flex {
    display: flex;
}

.flex h3 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    line-height: 2rem;
    padding-bottom: 3rem;
    margin-top: -2rem;
}

.h3-1 {
    color: rgba(255, 255, 255, 0.55);
}

.h3-2 {
    color: rgba(255, 255, 255, 0.70);
}

.h3-3 {
    color: rgba(255, 255, 255, 1.0);
}

.flex p {
    max-width: 50%;
    padding-left: 10rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    line-height: 2rem;
}

.units-main .sub-title {
    width: 300px;
    color: #fff;
    font-size: 19px;

    text-transform: uppercase;
}

.units-overlay {
    width: 556px;

    position: absolute;
    top: -280px;
    right: 80px;

    display: flex;
    gap: 16px;;
}

.units-overlay .box-1 {
    width: 270px;
    height: 461px;
    flex-shrink: 0;

    border-radius: 31px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.15) 37%, rgba(255, 255, 255, 0.11) 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.units-overlay .box-2 {
    width: 270px;
    height: 416px;
    flex-shrink: 0;

    border-radius: 31px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.15) 37%, rgba(255, 255, 255, 0.11) 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.units-overlay .box-3 {
    margin-top: 80px;

    width: 265px;
    height: 448px;
    flex-shrink: 0;

    border-radius: 30px;
    background: radial-gradient(74.74% 74.68% at 50% 50%, rgba(255, 255, 255, 0.50) 15%, rgba(255, 255, 255, 0.25) 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);

    position: relative;
}

.units-overlay .box-3 .img {
    width: 122px;
    height: 191px;
    flex-shrink: 0;

    border-radius: 23px;
    background: url('../img/portrait/portrait_andre.jpg') lightgray 50% / cover no-repeat;

    position: absolute;
    left: 40px;
    top: -40px;
}

.units-overlay .box-4 {
    margin-top: 80px;

    width: 270px;
    height: 473px;
    flex-shrink: 0;

    border-radius: 30px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.50) 32.5%, rgba(255, 255, 255, 0.25) 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);

    position: relative;
}

.units-overlay .box-4 .img {
    width: 122px;
    height: 191px;
    flex-shrink: 0;

    border-radius: 23px;
    background: url('../img/units/susanne.png') lightgray 50% / cover no-repeat;

    position: absolute;
    left: 40px;
    bottom: -40px;
}

.units-overlay .box-5 {
    margin-top: 40px;

    width: 265px;
    height: 440px;
    flex-shrink: 0;

    border-radius: 31px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.40) 37%, rgba(255, 255, 255, 0.28) 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);

    position: relative;
}

.units-overlay .box-6 {
    margin-top: 80px;

    width: 270px;
    height: 559px;
    flex-shrink: 0;

    height: 659px;

    border-radius: 31px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.40) 37%, rgba(255, 255, 255, 0.28) 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);

    position: relative;
}

.units-overlay .box-6 .img {
    width: 122px;
    height: 191px;
    flex-shrink: 0;

    border-radius: 23px;
    background: url('../img/units/susanne.png') lightgray 50% / cover no-repeat;

    position: absolute;
    left: 40px;
    bottom: -40px;
}

.box-content {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    line-height: 27px; /* 192.857% */

    padding-left: 40px;
    padding-right: 40px;
}

.units-title {
    margin-top: 40px;

    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 146.667% */
}

.units-subtitle {
    margin-bottom: 40px;

    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.susanne {
    background: url('../img/portrait/portrait_susanne.jpg') lightgray 50% / cover no-repeat !important;
}

.sabine {
    background: url('../img/portrait/portrait_sabine.jpg') lightgray 50% / cover no-repeat !important;
}

.malin {
    background: url('../img/portrait/portrait_malin.jpg') lightgray 50% / cover no-repeat !important;
}

.klaus {
    background: url('../img/portrait/portrait_klaus.jpg') lightgray 50% / cover no-repeat !important;
}

.julia {
    background: url('../img/portrait/portrait_julia.jpg') lightgray 50% / cover no-repeat !important;
}

.anne {
    background: url('../img/portrait/portrait_anne.jpg') lightgray 50% / cover no-repeat !important;
}

.nina {
    background: url('../img/portrait/portrait_nina.jpg') lightgray 50% / cover no-repeat !important;
}

.thomas {
    background: url('../img/portrait/portrait_thomas.jpg') lightgray 50% / cover no-repeat !important;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media (max-width: 1200px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .units-main section {
        display: flex;
        flex-direction: column;

        justify-content: left;
        align-items: flex-start;
        align-content: flex-start;
        padding: 1.0rem;
    }

    h2 {
        font-size: 40px !important;
    }

    .sub-title {
        font-size: 16px !important;
    }

    .units-title {
        margin-top: 0 !important;
    }

    .box-3 {
        margin-top: 0;

        margin-left: 36px;
        margin-right: 36px;

        width: 100%;
        max-width: 325px;
        height: auto !important;
        flex-shrink: 0;

        border-radius: 30px;
        background: radial-gradient(74.74% 74.68% at 50% 50%, rgba(255, 255, 255, 0.50) 15%, rgba(255, 255, 255, 0.25) 100%);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);

        position: relative;
    }

    .box-3 .img {
        width: 100px;
        height: 158px;
        flex-shrink: 0;

        border-radius: 23px;
        background: url('../img/portrait/portrait_andre.jpg') lightgray 50% / cover no-repeat;
    }

    .box-content {
        display: flex;
        gap: 12px;

        padding: 23px !important;

        line-height: normal;
    }

    div {
        font-size: 11px;
    }

    .text, b {
        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-family: Inter;
        font-size: 13px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 20px !important; /* 153.846% */

        margin-bottom: 12px !important;
    }

    .quote {
        position: relative !important;
        bottom: inherit !important;

        object-fit: contain;

        width: 40px;
        height: 40px;
    }
}
