body {
    margin: 0;
    background-color: #474747;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#101010;
}

.inter-regular {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-medium {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter-semibold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.zuume-regular {
    font-family: "zuume", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zuume-bold {
    font-family: "zuume", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.neue-haas-roman {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*---------------------------------------------------*/

nav {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 70px;
    width: 100%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    z-index: 1;
    align-content: center;
}

nav ul {
    float: right;
    margin-right: 4%;
}

nav ul li {
    display: inline-block;
    line-height: 20px;
    margin: 0 5px;
    margin-top: 5px;
}

nav ul li a {
    color: black;
    font-size: 1.9rem;
    padding: 18px 18px;
    border-radius: 7px;
    text-decoration: none;
}

a.active,
a:hover {
    background: #dddddd;
    transition: .5s;
}

.logo {
    width: 372px;
    position: absolute;
    margin-left: 6%;
    margin-top: 10px;
}

.insta {
    width: 70px;
}

.pointer {cursor: pointer;}

/*-----------------------------------------------------------------------------------------------*/

.start {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 93%;
    height: 42vw;
    background: white;
    margin-top: 96px;
    align-content: center;
}

.start2 {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 93%;
    height: auto;
    background: white;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 126px;
    padding-bottom: 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.column1 {
    float: left;
    width: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

.column2 {
    float: left;
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.column3 {
    float: left;
    width: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.startImage {
    width: 30vw;
    padding-bottom: 30px;
}

.workButton {
    background: #25afc4;
    height: 60px;
    border-radius: 999px;
    box-shadow: #25afc4 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 20px 40px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

.workButton:hover {
    background: #1d9aad;
}

.workButton2 {
    font-family: "zuume", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #282828;
    height: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 12px 40px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
    transition: 0.2s;
}

.workButton2:hover {
    background: #1d9aad;
    box-shadow: #25afc4 0 10px 20px -10px;
  }

.startInfo {
    font-size: 26px;
    color: white;
    background-color: #202020;
    width: fit-content;
    padding: 10px 40px 10px 40px;
    border-radius: 50px;
    opacity: 0.85;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

/*-----------------------------------------------------------*/

.posFixed{
    position: relative;
    padding: 0.1em 0;
    margin: 0;
    text-align: center;
}

.textMid{
    position: relative;
    width: 60%;
    text-align: left;
}

p{
    font-size: 1.15rem;
    line-height: 2rem;
}

h1 {
    font-size: 4rem;
    font-family: "zuume", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 90%;
}

h2 {
    font-size: 1.875rem;
    font-family: "zuume", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 90%;
}

.secondDiv {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 60%;
    height: 150px;
    background: #202020;
    margin-top: 26px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*-------------------------------------------------*/

.leistungen {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 93%;
    height: auto;
    background: #e9f1f7;
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 30px;
}

.leistungen-container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Zwei Spalten */
    grid-gap: 20px; /* Abstand zwischen den Boxen */
    width: 80%;
}

.box {
    display: flex; /* Flexbox für Inhalt der Box */
    align-items: center; /* Vertikale Zentrierung */
    background-color: #fff;
    padding: 10px; /* Innenabstand */
    border-radius: 8px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Schatten */
}

.box img {
    width: 100px; /* Quadratische Größe */
    height: 100px; /* Quadratische Größe */
    object-fit: cover; /* Sorgt dafür, dass das Bild nicht verzerrt wird */
    margin-right: 15px; /* Abstand zwischen Bild und Text */
    border-radius: 4px; /* Optional: leichte Rundung der Bilder */
}

.box p {
    margin: 0; /* Entfernt den Standard-Abstand des Textes */
    color: #333; /* Textfarbe */
    font-size: 1rem;
    line-height: 1.7rem;
}

.warumWir {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 93%;
    height: auto;
    background: #e9f1f7;
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 30px;
}

.textContainer{
    display: flex; /* Flexbox aktivieren */
    justify-content: space-between; /* Platz gleichmäßig verteilen */
    gap: 20px; /* Abstand zwischen den Spalten */
    padding: 10px;
    flex-direction: row;
}

.colText{
    display: flex; /* Flexbox aktivieren */
    flex-direction: column;
    width: 20vw;
    font-size: 1.15rem;
    line-height: 2rem;
    flex: 1; /* Gleichmäßige Verteilung der Spaltenbreite */
    text-align: left; /* Zentriert den Text innerhalb der Spalten */
    padding: 40px; /* Optional: Innenabstand */
    padding-top: 20px;
    padding-bottom: 15px;
}

.colText img{
    width: 4rem;
    padding: 20px;
    padding-left: 40px;
}

.aboutUs {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 93%;
    height: auto;
    background: #e9f1f7;
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.references {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 93%;
    height: auto;
    background: #e9f1f7;
    margin-top: 26px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 30px;
}

.image-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 Spalten */
    grid-template-rows: repeat(3, 1fr);  /* 3 Zeilen */
    gap: 30px; /* Abstand zwischen den Bildern */
}
  
.image-grid img {
    width: 150px; /* Bilder passen sich der Rasterzelle an */
    height: auto; /* Verhältnis beibehalten */
    object-fit: cover; /* Optional: Zuschneiden des Bildes */
    border: 0.5px solid #101010;
    border-radius: 5px;
}

.contact {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 93%;
    height: auto;
    background: #e9f1f7;
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contactText{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 700;
    font-style: normal;
    color:#00324d
}

.contactText a{
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#101010;
}

.socials {
    border-radius: 40px;
    margin: auto;
    box-shadow: 0px 0px 60px #7d7d7d;
    width: 60%;
    height: auto;
    background: #202020;
    margin-top: 26px;
    color: white;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*----------------------------------------------------------*/

footer {
    font-family: "zuume", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 300px;
    margin-top: 26px;
    background: #202020;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.impressum {
    display: block;
    margin-top: 70px;
    color: #fff;
}

a {
    color: #ddd;
    text-decoration: none;
}

footer a{
    margin: 80px;
    font-size: 1.6rem;
    cursor: pointer;
}

.bottomLogo {
    width: 20vw;
    margin-top: 70px;
}

.impressumOuter{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.impressumInner{
    color: white;
    width: 60%;
}

.impressumInner h1{
    text-align: center;
}

/*------------------------------------------------------*/

/* Hamburger-Menü (für mobile Geräte) */
nav .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

nav .hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: black;
    margin: 4px 0;
}

@media (max-width: 1000px) {
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 90%; /* Direkt unter der Navbar */
        left: 0;
        width: 100%;
        background-color: rgba(51, 51, 51, 0.95); /* Leicht transparent */
        z-index: 9; /* Über dem Inhalt, aber unter der Navbar */
    }

    nav .menu.show {
        display: flex;
        z-index: 6;
    }

    nav .menu li {
        text-align: right;
        padding-right: 100px;
        margin: 20px;
    }

    nav .menu a {
        text-align: right;
        border-bottom: 1px solid #444;
        color: white;
    }

    nav a.active,
    nav a:hover {
        background: #717171;
        transition: .5s;
    }

    nav .menu a:last-child {
        border-bottom: none;
    }

    nav .hamburger {
        display: flex;
        justify-content: right;
        margin-right: 60px;
    }

    .leistungen-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* Zwei Spalten */
    }

    .image-grid{
        grid-template-columns: repeat(3, 1fr); /* 4 Spalten */
        grid-template-rows: auto;
    }

    .logo{
        margin-top: 0;
        position: relative;
        margin-left: 60px;
    }
}

@media (max-width: 768px) {
    p{
        font-size: 16px;
        line-height: 1.7rem;
    }

    h1{
        font-size: 45px;
    }

    h3{
        font-size: 28px;
    }

    .startImage{
        width: 50vw;
    }

    .image-grid{
        grid-template-columns: repeat(2, 1fr); /* 4 Spalten */
        grid-template-rows: auto;
    }

    .textContainer{
        flex-direction: column;
    }

    .colText{
        width: 60vw;
        font-size: 16px;
        line-height: 1.7rem;
    }

    .logo{
        width: 50vw;
    }
}

@media (max-width: 500px) {

    .box img {
        width: 70px; /* Quadratische Größe */
        height: 70px; /* Quadratische Größe */
        object-fit: cover; /* Sorgt dafür, dass das Bild nicht verzerrt wird */
        margin-right: 15px; /* Abstand zwischen Bild und Text */
        border-radius: 4px; /* Optional: leichte Rundung der Bilder */
    }

    .image-grid img {
        width: 100px; /* Bilder passen sich der Rasterzelle an */
        height: auto; /* Verhältnis beibehalten */
        object-fit: cover; /* Optional: Zuschneiden des Bildes */
        border: 0.5px solid #101010;
        border-radius: 5px;
    }

    .logo{
        margin-left: 40px;
    }
}