/* :root {} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    font-family: "Nunito", sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    height: 100%;
    /* overflow-y: hidden; */
}

body {
    /* border: 3px solid red; */
    /* position: relative; */
    margin: 0;
    /* height: 100%; */
}

/* .body::-webkit-scrollbar {
    width: 5px;
}

.body::-webkit-scrollbar-track {
    background-color: rgb(70, 70, 70);
    border-radius: 50px;
}

.body::-webkit-scrollbar-thumb {
    background-color: rgba(240, 240, 240, 0.5);
    border-radius: 50px;
} */
.body::-webkit-scrollbar {
    display: none;
}


/* .skip-link-main-home-container {
    z-index: -1;
}

.skip-link-main-home {
}
.skip-link-main-home-container:has(.skip-link-main-home:focus) {
    z-index: inherit;
} */


.display-filter {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 80px;
    top: var(--element-height);

    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    display: none;
}
.display-filter.show {
    opacity: 1;
    display: flex;
}

.header {
    /* border: 3px solid red; */
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    position: relative;

    z-index: 9999;

    /* display: none; */
    box-shadow: 0 0 15px rgb(170, 170, 170);

}
.header.show-box-shadow {
    box-shadow: 0 0 15px rgb(170, 170, 170);
}

.header-top {
    /* border: 3px solid green; */
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 1rem 3%;
    
    z-index: 999;
}

.header-top-upside {
    /* border: 3px solid pink; */
    
    display: flex;
    flex-direction: row;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    height: fit-content;
}

.header-top .header-top-downside {
    /* border: 3px solid purple; */
    font-size: 0.9rem;
    /* font-weight: 500; */
    text-align: center;
    width: fit-content;
    max-width: 390px;
    margin: 0.8rem auto 0;
    padding-right: 20px;

    letter-spacing: -0.3px;

    display: none;
}

.top {
    /* border: 3px solid orangered; */
    /* background-color: var(--gold); */
    /* height: 80px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
}
.top-sv-logo {
    /* border: 3px solid orange; */
    display: inherit;
}

.bar {
    /* border: 3px solid red; */
    width: 30px;
    width: 25px;
    height: 3px;
    /* background-color: var(--black); */
    background-color: black;
    border-radius: 5px;
    transition: all 0.3s ease-in;
}

#bar2,
#bar3 {
    margin-top: 5px;
}

a {
    /* color: var(--gold); */
    text-decoration: none;
}

/* a, button{
    cursor: pointer;
} */

.navigation {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(30, 30, 30);
    background-color: white;
    position: fixed;
    top: 0px;

    top: var(--top-margin);

    left: -500px;
    width: 100%;
    height: 100vh;
    z-index: 9;
    overflow: scroll;
}

.nav-shadow {
    /* border: 3px solid blue; */
    /* background: linear-gradient(to bottom, rgb(220, 220, 220), transparent); */
    background-color: whitesmoke;
    position: relative;
    top: -20px;
    width: 100%;
    height: 20px;

    /* border-radius: 0 0 10px 10px; */
    box-shadow: 0 0 15px rgb(170, 170, 170);
    /* box-shadow: 0 0 15px red; */
    z-index: 999;
}

.navigation::-webkit-scrollbar {
    display: none;
}

.nav {
    /* border: 3px solid green; */
    position: absolute;
    width: 80%;
    max-width: 250px;
    padding: 50px 0;

}

.nav-inner-child,
.nav-inner-child-kompetenzen,
.nav-inner-child-kompetenzen-sport,
.nav-inner-child-kompetenzen-sicherheitswesen,
.nav-inner-child-kompetenzen-bauwesen,
.nav-inner-child-kompetenzen-innenarchitektur,
.nav-inner-child-leistung {
    /* border: 3px solid yellow; */
    background-color: white;
    position: absolute;
    width: 80%;
    height: 100%;
    max-width: 250px;
    padding: 50px 0;

    left: -150%;
}
.nav-inner-child.show,
.nav-inner-child-kompetenzen.show,
.nav-inner-child-kompetenzen-sport.show,
.nav-inner-child-kompetenzen-sicherheitswesen.show,
.nav-inner-child-kompetenzen-bauwesen.show,
.nav-inner-child-kompetenzen-innenarchitektur.show,
.nav-inner-child-leistung.show {
    left: auto;
}

.nav-back-two,
.nav-back {
    /* border: 3px solid blue; */
    width: fit-content;
    padding: 0.2rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.nav-back-two:hover,
.nav-back:hover {
    color: rgb(50, 70, 130);
    scale: 1.02;
    transition: 0.2s;
}

.nav-box-one,
.nav-box-two,
.nav-box-three,
.nav-box-four,
.nav-box-five,
.nav-box-six,
.nav-box-seven {
    /* border: 3px solid red; */
    display: none;
}
.nav-box-one.show,
.nav-box-two.show,
.nav-box-three.show,
.nav-box-four.show,
.nav-box-five.show,
.nav-box-six.show,
.nav-box-seven.show {
    display: inherit;
}

.nav-child,
.nav-list-child {
    /* border: 3px solid purple; */
    /* color: var(--gold); */
    /* color: black; */
    /* color: whitesmoke; */
    text-align: left;
    /* text-transform: uppercase; */
    list-style-type: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 20px 30px;
    border-bottom: 1pt solid rgba(70, 70, 70, 0.3);
    cursor: pointer;
}

/* .nav-child.show-border {
    background: linear-gradient(0deg, rgba(30, 65, 160, 0.2), rgba(245, 245, 245, 0.03) 35%, transparent);
    border-bottom: 3px solid rgb(30, 65, 160);
} */

/* zusammen mit mouseover function over navChild in js:1556 */

.nav-child:hover {
    transition: 0.2s;
    scale: 1.01;
    /* font-weight: bold; */
    border-bottom: 2px solid rgb(30, 65, 160);
    border-bottom: 2px solid rgb(50, 70, 130);
    border-bottom: 2px solid rgb(65, 80, 160);
    color: rgb(50, 70, 130);
    color: rgb(65, 80, 160);

    /* color: rgb(35, 50, 90); */

    /* border-bottom: 3px solid rgb(0, 80, 52); */
}


.hamburger.bar {
    /* border: 3px solid blue; */
    /* position: fixed; */
}

.hamburger {
    background: 0;
    border: 0;
    /* border: 1px solid red; */
    cursor: pointer;
}
.hamburger:hover {
    scale: 1.02;
    transition: 0.2s;
}

.navigation.active {
    transition: 0.3s;
    left: 0;
}

.hamburger.open #bar1 {
    /* background-color: var(--gold); */
    transform: rotate(45deg) translate(5.4px, 6px);
}

.hamburger.open #bar2 {
    background-color: transparent;
    transform: translateX(-30px);
}

.hamburger.open #bar3 {
    /* background-color: var(--gold); */
    transform: rotate(-45deg) translate(5.4px, -6px);
}


.header-top-up {
    border: 3px solid yellow;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    max-width: 330px;
    height: 100px;
    height: fit-content;
    /* margin-bottom: 1rem; */
    cursor: pointer;

    display: none;
}

.header-top-down {
    /* border: 3px solid black; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    max-width: 370px;
    height: 50px;
    height: fit-content;
    /* padding: 0 1rem; */
    cursor: pointer;
}

.header-title {
    /* border: 3px solid purple; */
}
.header-title-one {
    font-family: "Nunito", sans-serif;
    font-size: 0.25rem;
    letter-spacing: -0.5px;
}
.header-title-two {
    font-family: "Nunito", sans-serif;
    font-size: 0.66rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -0.7px;
}
.header-title-three {
    font-family: "Nunito", sans-serif;
    font-size: 0.3rem;
    letter-spacing: 2.2px;
    margin-top: 0.2rem;
}

.header .header-title-img {
    /* border: 3px solid blue; */
    display: block;
    max-width: 100%;
    object-fit: cover;
    padding-right: 0.5rem;
}

.header .sv-logo {
    /* border: 3px solid green; */
    display: block;
    height: 10vw;
    max-height: 50px;
    max-height: 75px;
    object-fit: cover;
    padding: 0 3%;
}

.header .top-sv-logo-img {
    /* border: 3px solid green; */
    display: block;
    height: 11vw;
    max-height: 70px;
    max-height: 65px;
    object-fit: cover;
    margin: 0 0.5rem;
}

.header .ar-logo {
    /* border: 3px solid red; */
    display: block;
    max-width: 100%;
    object-fit: cover;

    margin-top: -0.5rem;
}

.header-bottom {
    /* border: 3px solid yellow; */
    background-color: rgb(0, 140, 140);
    background-color: rgb(50, 110, 150);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;

    display: none;
}

@media (min-width: 400px) {
    .top {
        padding: 1rem;
    }
    .header .top-sv-logo-img {
        margin: 0 1rem;
    }
}

@media (min-width: 450px) {
    .navigation {
        width: 330px;
    }

    .nav {
        width: 220px;
    }
}

@media (min-width: 500px) {
    .header-top .header-top-downside {
        max-width: 410px;
        padding-right: 40px;    
        display: inherit;
    }
}

@media (min-width: 700px) {
    .header-top {
        /* justify-content: center; */
    }
    .header-top-upside {
        /* justify-content: center; */
    }

    .header-top .header-top-downside {
        font-size: 0.85rem;
        padding: 0;
        max-width: initial;
    }

    .header-top-up {
        /* display: flex; */
    }

    .top {
        display: none;
    }
    .top-sv-logo {
        /* display: none; */
    }

    .navigation {
        display: none;
    }

    .header-bottom {
        display: flex;
    }
}

@media (min-width: 770px) {
    .header-top .header-top-downside {
        font-size: 0.9rem;
    }
}

@media (min-width: 900px) {
    .header {
        height: 200px;
    }

    .header-top {
        height: 150px;
    }

    .header-top .header-top-downside {
        font-size: 1rem;
        margin: 1.4rem auto 0;
    }

    .header-top-up {
        max-width: 450px;
    }
    
    .header-top-down {
        max-width: 370px;
    }

    .header .header-title-img {
        padding-right: 0.7rem;
    }

    .header .sv-logo {
        max-height: 85px;
        padding: 0 5%;
    }
}

@media (min-width: 1000px) {
    .header-top .header-top-downside {
        font-size: 1.1rem;
    }
}
 
.header-bottom-parent {
    /* border: 3px solid red; */
    font-weight: 500;
    /* font-size: 1.1rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 100%;
    cursor: pointer;
}

.header-bottom-child {
    /* border: 3px solid yellow; */
    color: white;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 14px 0;
    cursor: pointer;
}

.header-bottom-child:hover {
    scale: 1.02;
    /* transition: 0.1s; */
}

.header-nav-child-container {
    /* border: 3px solid lawngreen; */
    border-top: 3px solid rgb(50, 110, 150);
    /* background-color: rgba(255, 255, 255, 0.9); */
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: bold;
    width: 120%;
    /* margin-top: 3px; */
    padding: 1rem 0.3rem;
    padding: 0;
    /* border-radius: 0 0 7px 7px; */
    border-radius: 0 0 3px 3px;

    z-index: 99;

    display: none;
}
.header-nav-child-container.show {
    display: flex;
}

.header-nav-child {
    /* border: 3px solid black; */
    /* color: white; */
    background-color: rgba(255, 255, 255, 0.9);
    /* background-color: rgb(50, 110, 150); */


    text-align: center;
    font-size: 1rem;
    /* font-size: 0.9rem; */
    font-weight: 500;
    width: 100%;
    padding: 0.7rem 0;
    margin-top: 0.2rem;
    margin-top: 4px;

    letter-spacing: 0.2px;
    cursor: pointer;
}

.header-nav-child-box {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;

    display: none;
}
.header-nav-child-box.show {
    display: flex;
}

.header-nav-child-box .header-nav-child {
    background-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(150, 150, 150, 0.9);
    color: white;
    font-weight: 400;
}

.header-nav-child:hover {
    color: rgb(40, 40, 140);
    color: rgb(50, 70, 130);
    color: rgb(65, 80, 160);
    color: white;
    background-color: rgb(50, 110, 150);
    /* background-color: rgba(255, 255, 255, 0.9); */

    /* scale: 1.01; */
    transition: 0.1s;
    /* font-weight: bold; */
}


.main {
    /* border: 3px solid lawngreen; */
    position: relative;
    background-color: white;
    /* height: 100%; */
    /* height: fit-content; */

    /* height: fit-content; */
    /* min-height: 100vh; */
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    perspective: 10px;

    /* overflow-y: scroll; */
}

.background-image-container {
    /* border: 3px solid yellow; */
    position: absolute;
    top: 0;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    width: 100%;
    height: 100vh;
    /* height: 100%; */

    transform-style: preserve-3d;
    z-index: -1;
}

.background-image-container.hide {
    display: none;
}

.background-image-container img {
    /* border: 3px solid red; */
    display: block;
    width: 100%;
    height: 100%;

    max-height: 1150px;

    object-fit: cover;

    transform: translateZ(-10px) scale(2);

}
.background-image-container .background-image-one {
    /* display: none; */
}
.background-image-container .background-image-two {
    /* border: 3px solid green; */
    margin-top: 120vh;
    margin-top: 100%;
    margin-top: var(--element-margin);
    
    /* display: none; */
}

.main::-webkit-scrollbar {
    width: 5px;
}

.main::-webkit-scrollbar-track {
    background-color: rgb(70, 70, 70);
    border-radius: 50px;
}

.main::-webkit-scrollbar-thumb {
    background-color: rgba(240, 240, 240, 0.5);
    border-radius: 50px;
}

.main-display-filter-leistung,
.main-display-filter-fachgebiete,
.main-display-filter-kompetenzen,
.main-display-filter-kontakt,
.main-display-filter {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    display: none;
}
.main-display-filter-leistung.show,
.main-display-filter-fachgebiete.show,
.main-display-filter-kompetenzen.show,
.main-display-filter-kontakt.show,
.main-display-filter.show {
    opacity: 1;
    display: flex;
}

.main-home {
    /* border: 3px solid purple; */
    position: relative;

    /* margin-top: 65vh; */

    transform-style: preserve-3d;
    z-index: -1;
    
    /* opacity: 0; */
    /* display: none; */
}


.main-home-start {
    /* border: 3px solid blue; */
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    /* margin-top: 157px; */
    width: 100%;
    height: calc(100vh - var(--element-height));
    max-height: calc(1150px - var(--element-height));

    /* transform-style: preserve-3d; */
    z-index: -1;
    
    /* transform: translateZ(-10px) scale(2); */
    /* display: none; */
}

.main-home-start-header {
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 1.7;
    text-shadow: 0 0 5px black;
    transform: translateY(100vh);

    animation: start-animate-header 1.5s ease-in-out 0s forwards;

}

@keyframes start-animate-header {
    100% {
        transform: translateY(0);
    }
}

.main-home-info {
    /* border: 3px solid red; */
    background-color: white;
    /* border: 1px solid white; */
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 3rem;
    /* display: none; */
}

.main-home-info .header-ihr-gutachten,
.main-home-info h1 {
    /* border: 3px solid red; */
    font-size: 1.7rem;
    margin: 2rem 0;
    padding: 0 1rem;
    letter-spacing: 0;
}

.main-home-info h2 {
    /* border: 3px solid red; */
    color: rgb(50, 70, 130);
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    /* text-decoration: underline; */
    /* margin: 2rem 0; */
    letter-spacing: 1px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.main-home-info .categories {
    /* border: 3px solid green; */
    background-color: rgba(50, 70, 130, 0.1);
    background-color: rgb(220, 240, 250);
    background-color: rgba(220, 240, 250, 0.5);
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem 1rem 2rem;
    margin-bottom: 0.5rem;
}

.main-home-info .categories ul {
    /* border: 3px solid yellow; */
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
    /* align-items: start; */
    width: 100%;
    max-width: 460px;
    margin-left: 1rem;
    line-height: 1.5;
}

.main-home-info .categories li {
    /* border: 3px solid purple; */
    width: fit-content;
    text-align: start;
    padding: 0 1rem;
    margin-bottom: 1rem;
    list-style-position: outside;
    font-weight: 500;
    cursor: pointer;
}

.main-home-info .categories li:hover {
    color: rgb(50, 70, 130);
    scale: 1.01;
    transition: 0.2s;
}

.main-home-info p {
    /* border: 3px solid red; */
    max-width: 850px;
    margin: 0 auto;
    padding: 0 1rem;

    line-height: 1.8;
}

.main-home-info p b {
    color: rgb(50, 70, 130);
    font-weight: 500;
}

p .p-bold,
.main-home-info p .p-bold {
    color: black;
    font-weight: bold;
}
p .p-bold-white {
    color: white;
    font-weight: 500;
}

.main-home-info .gutachten-btn {
    border: 2px solid rgb(65, 80, 160);
    border: 2px solid rgb(50, 110, 150);
    border: 2px solid rgb(50, 70, 130);
    color: rgb(65, 80, 160);
    color: rgb(50, 110, 150);
    color: rgb(50, 70, 130);
    font-weight: bold;
    width: fit-content;
    margin: 2.5rem auto 0;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
}

.main-home-info .gutachten-btn:hover {
    background-color: rgb(65, 80, 160);
    background-color: rgb(50, 110, 150);
    background-color: rgb(50, 70, 130);
    font-weight: 500;
    color: white;
    scale: 1.03;
    transition: 0.1s;
}

.main-home-end {
    /* border: 3px solid green; */
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    width: 100%;
    /* height: calc(100vh - var(--element-height)); */
    height: 50vh;

    /* transform-style: preserve-3d; */
    z-index: -1;
    
    /* transform: translateZ(-10px) scale(2); */
    /* display: none; */
}

.gutachten-section {
    /* border: 3px solid yellow; */
    background-color: white;
    width: 100%;
}

.gutachten-section-box {
    /* border: 3px solid green; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 1rem 0;
}

.gutachten-section h2 {
    font-size: 1.25rem;
    font-weight: bold;
    font-weight: 500;
    color: rgb(50, 70, 130);
    /* color: rgb(65, 80, 160); */
}

.gutachten-section img {
    /* border: 3px solid red; */
    max-width: 55px;
    object-fit: cover;
    display: block;
    margin: 1.5rem 0 0;
}

.gutachten-section svg {
    margin: 1.5rem 0 0;
}

.gutachten-section p {
    /* border: 3px solid red; */
    /* background-color: white; */
    text-align: center;
}

.gutachten-section-bottom {
    /* border: 3px solid yellow; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1200px;

    flex-wrap: wrap;

    /* max-width: 900px; */
}

.gutachten-section-child {
    /* border: 3px solid green; */
    background-color: rgb(235, 235, 235);
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;

    flex-basis: 280px;
    flex-grow: 1;

    min-height: 175px;
    width: 90%;
    max-width: 400px;
    padding: 2rem;
    margin: 0 0.5rem 1.5rem;
    /* margin-bottom: 3rem; */
    border-radius: 7px;
    box-shadow: 0 0 3px rgb(150, 150, 150);
    box-shadow: 0 0 3px rgb(170, 170, 170);
}
.gutachten-section-child:hover {
    scale: 1.03;
    transition: 0.2s;
}

.gutachten-section-beratung-top {
    /* border: 3px solid lawgreen; */
    /* margin-bottom: 3rem; */
}
.gutachten-section-beratung-bottom {
    /* border: 3px solid lawgreen; */
    /* margin-bottom: 1.5rem; */
    
    /* display: none; */
}

.gutachten-section-privat {
    /* border: 3px solid lawgreen; */
    /* margin: 0 0.8rem 0; */
}

.gutachten-section-gericht {
    /* border: 3px solid orangered; */
    /* margin: 0 0.8rem 3rem; */
}

.gutachten-section-box p {
    /* border: 3px solid red; */
    max-width: 850px;
    margin: 0 auto;
    padding: 0 1rem;

    line-height: 1.7;
}

.gutachten-section-box p b {
    color: rgb(50, 70, 130);
    font-weight: 500;
}

.gutachten-section-box p .p-bold {
    color: black;
    font-weight: bold;
}

.gutachten-section-box .gutachten-btn {
    border: 2px solid rgb(65, 80, 160);
    border: 2px solid rgb(50, 110, 150);
    border: 2px solid rgb(50, 70, 130);
    color: rgb(65, 80, 160);
    color: rgb(50, 110, 150);
    color: rgb(50, 70, 130);
    font-weight: bold;
    width: fit-content;
    margin: 2.5rem auto 0;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
}

.gutachten-section-box .gutachten-btn:hover {
    background-color: rgb(65, 80, 160);
    background-color: rgb(50, 110, 150);
    background-color: rgb(50, 70, 130);
    font-weight: 500;
    color: white;
    scale: 1.03;
    transition: 0.1s;
}

@media (min-width: 350px) {
    .main-home-info {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }

    .main-home-info .header-ihr-gutachten,
    .main-home-info h1,
    .main-home-info h2,
    .main-home-info p,
    .gutachten-section-box p {
        padding: 0 1.5rem;
    }
}

@media (min-width: 650px) {
    .gutachten-section-box {
        padding: 3rem 1rem 1.5rem;
    }

    .gutachten-section-bottom {
        /* flex-direction: row; */
        /* align-items: center; */
        /* justify-content: space-evenly; */
    }

    .gutachten-section-child {
        /* max-width: 330px; */
    }

    .gutachten-section-privat {
        /* margin: 0 0.8rem 3rem; */
    }
}

@media (min-width: 700px) {
    .main-home-start-header {
        font-size: 2.2rem;
    }

    .gutachten-section-child {
        margin: 0 1rem 2rem;
    }
}

@media (min-width: 900px) {
    .main-home-info .header-ihr-gutachten,
    .main-home-info h1 {
        font-size: 2rem;
    }

    .main-home-info h2 {
        font-size: 1.4rem;
    }

    .main-home-info .categories div {
        font-size: 1.1rem;
    }

    .main-home-info .categories {
        flex-direction: row;
        justify-content: space-evenly;
        align-items: start;
        padding: 2.5rem 1.5rem 1.5rem 4rem;
    }
    
    .main-home-info p,
    .gutachten-section-box p {
        font-size: 1.1rem;
    }

    .gutachten-section {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .gutachten-section-child {
        /* max-width: 330px; */
    }

    .gutachten-section-privat {
        /* border: 3px solid lawgreen; */
        /* margin: 0 0 1.5rem; */
    }
    
    .gutachten-section-gericht {
        /* border: 3px solid orangered; */
        /* margin: 0 0 1.5rem; */
    }

}

@media (min-width: 1100px) {
    .gutachten-section-beratung-top {
        /* display: none; */
    }
    .gutachten-section-beratung-bottom {
        /* display: flex; */
    }
}

@media (min-width: 1200px) {
    .gutachten-section {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .gutachten-section-child {
        /* max-width: 370px; */
    }
}


.main-leistungen {
    /* border: 3px solid purple; */
    position: relative;
    background-color: white;

    display: none;
}

.main-leistungen-container {
    /* border: 3px solid lawngreen; */
    padding: 1.5rem 1rem;
}

.main-leistungen-container h2 {
    /* border: 3px solid red; */
    max-width: 850px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.main-leistungen-container p {
    /* border: 3px solid red; */
    max-width: 970px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    /* text-align: justify; */

    line-height: 1.8;
}

.main-leistungen-container p b {
    color: rgb(50, 70, 130);
    font-weight: 500;
}

.main-leistungen-container p .p-bold {
    color: black;
    font-weight: bold;
}

.main-leistungen-container .gutachten-btn {
    border: 2px solid rgb(65, 80, 160);
    border: 2px solid rgb(50, 110, 150);
    border: 2px solid rgb(50, 70, 130);
    color: rgb(65, 80, 160);
    color: rgb(50, 110, 150);
    color: rgb(50, 70, 130);
    font-weight: bold;
    width: fit-content;
    margin: 2.5rem auto 0;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
}

.main-leistungen-container .gutachten-btn:hover {
    background-color: rgb(65, 80, 160);
    background-color: rgb(50, 110, 150);
    background-color: rgb(50, 70, 130);
    font-weight: 500;
    color: white;
    scale: 1.03;
    transition: 0.1s;
}

.main-leistungen-gutachten {
    /* border: 3px solid red; */
}

.main-leistungen-gutachten-child {
    /* border: 3px solid yellow; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

.main-leistungen-gutachten-child-beratung,
.main-leistungen-gutachten-child-befund,
.main-leistungen-gutachten-child-beweis,
.main-leistungen-gutachten-child-gericht,
.main-leistungen-gutachten-child-privat {
    scroll-margin-top: 2rem;
}

.main-leistungen-gutachten-child-top {
    /* border: 3px solid green; */
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 40vh;
    max-height: 400px;
    margin-bottom: 1.5rem;
}

.main-leistungen-gutachten-child-top-beratung::before,
.main-leistungen-gutachten-child-top-befund::before,
.main-leistungen-gutachten-child-top-beweis::before,
.main-leistungen-gutachten-child-top-privat::before,
.main-leistungen-gutachten-child-top-gericht::before {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 100%;
    /* background-image: url(images/Gutachten-Fachgebiet-Sport.jpeg), linear-gradient(90deg, rgba(50, 110, 150, 1), rgba(50, 110, 150, 1) 30%, transparent); */
    background-image: url(images/Leistung-Beratung.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    /* background-attachment: fixed; */
    background-blend-mode: screen;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 40% 70%; */
    background-size: cover;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* z-index: -1; */
}
.main-leistungen-gutachten-child-top-befund::before {
    background-image: url(images/Befundaufnahme-Sachverständiger.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.main-leistungen-gutachten-child-top-beweis::before {
    background-image: url(images/Beweissicherung-Sachverständiger.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.main-leistungen-gutachten-child-top-privat::before {
    background-image: url(images/Leistung-Privatgutachten.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.main-leistungen-gutachten-child-top-gericht::before {
    background-image: url(images/Leistung-Gerichtsgutachten.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}


.main-leistungen-gutachten-child-bottom {
    /* border: 3px solid blue; */
}

.main-leistungen .main-leistungen-gutachten-child-bottom p {
    /* border: 3px solid purple; */
    padding: 0 0.5rem;
    max-width: 530px;
    text-align: justify;
}

.main-leistungen-gutachten-child-bottom h2 {
    font-size: 1.3rem;
    font-weight: 500;
}

@media (min-width: 400px) {
    .main-leistungen-container {
        padding: 1.5rem 2rem;
    }
}

@media (min-width: 500px) {
    .main-leistungen .main-leistungen-gutachten-child-bottom p {
        padding: 0 1rem;
    }
}

@media (min-width: 700px) {
    .main-leistungen-container {
        padding: 1.5rem 2.5rem;
    }

    .main-leistungen-container h2 {
        font-size: 2rem;
        max-width: 625px;
    }

    .main-leistungen-container p {
        font-size: 1.1rem;
    }

    .main-leistungen-gutachten-child {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: start;
        margin-bottom: 5rem;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-leistungen-gutachten-child-privat {
        margin-bottom: 3.5rem;
    }
    
    .main-leistungen-gutachten-child-top {
        position: relative;
        width: 50%;
        margin-bottom: 0;
    }

    .main-leistungen-gutachten-child-bottom {
        width: 50%;
        margin-left: 1rem;
        text-align: inherit;
    }
    .main-leistungen-gutachten-child-bottom h2,
    .main-leistungen-gutachten-child-bottom p {
        text-align: inherit;
    }

    .main-leistungen-gutachten-child-bottom h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 850px) {
    .main-leistungen-gutachten-child-top {
        max-height: 360px;
    }
}

@media (min-width: 900px) {
    .main-leistungen-container h2 {
        max-width: 850px;
    }
}

@media (min-width: 950px) {
    .main-leistungen-gutachten-child-bottom {
        margin-left: 0;
    }
}

@media (min-width: 1050px) {
    .main-leistungen-gutachten-child-top {
        max-height: 300px;
    }
}


.main-fachgebiete {
    /* border: 3px solid green; */
    background-color: white;

    position: relative;


    display: none;
}

.main-fachgebiete-container {
    /* border: 3px solid yellow; */
    background-color: white;
    padding: 1rem;
    padding-bottom: 0;
}

.main-fachgebiete-container p {
    /* border: 3px solid red; */
    max-width: 850px;
    margin: 0 auto;
    padding: 0 1rem;

    text-align: center;

    line-height: 1.8;
}

.main-fachgebiete-container-overview {
    /* border: 3px solid blue; */
    padding: 2rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main-fachgebiete-container-top-rv,
.main-fachgebiete-container-top {
    /* border: 3px solid red; */
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.main-fachgebiete-container-top-rv .fachgebiete-infos,
.main-fachgebiete-container-top .fachgebiete-infos {
    /* border: 3px solid yellow; */
    font-size: 1.1rem;
    /* text-transform: uppercase; */
    background: linear-gradient(to top, rgb(0, 0, 0, 0.5) , transparent);
    color: white;
    text-align: center;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0.5rem;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    /* display: none; */
}

.main-fachgebiete-container-top-rv .fachgebiete-infos-child,
.main-fachgebiete-container-top .fachgebiete-infos-child {
    /* border: 3px solid green; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* display: none; */
    cursor: pointer;
}

.main-fachgebiete-container-top-rv .fachgebiete-infos-child:hover,
.main-fachgebiete-container-top .fachgebiete-infos-child:hover {
    scale: 1.03;
    transition: 0.2s;
}

.main-fachgebiete-container-top-rv .fachgebiete-infos-child p,
.main-fachgebiete-container-top .fachgebiete-infos-child p {
    font-weight: 500;
    padding: 0;
}

.main-fachgebiete-container-top-rv .fachgebiete-infos-child .info-svg,
.main-fachgebiete-container-top .fachgebiete-infos-child .info-svg {
    margin-left: 0.7rem;
    transition: 0.3s;
}
.main-fachgebiete-container-top-rv .fachgebiete-infos-child .info-svg.turn,
.main-fachgebiete-container-top .fachgebiete-infos-child .info-svg.turn {
    transform: rotate(180deg);
}

.main-fachgebiete-container-top-left-rv,
.main-fachgebiete-container-top-left {
    /* border: 3px solid yellow; */
    background-color: rgb(50, 110, 150);
    /* min-height: 50vh; */
    /* min-height: 330px; */

    color: white;
    padding: 1.5rem 0.5rem 1.5rem;

    width: 100%;
}

.main-fachgebiete-container-top-left-rv .div-container,
.main-fachgebiete-container-top-left .div-container {
    /* border: 3px solid yellow; */
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem;
}

.main-fachgebiete-container-top-left-rv h2,
.main-fachgebiete-container-top-left h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.main-fachgebiete-container-top-left-rv h2 b,
.main-fachgebiete-container-top-left h2 b {
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: 0.5rem;
}

.main-fachgebiete-container-top-left-rv .div-l,
.main-fachgebiete-container-top-left .div-l {
    /* border: 3px solid red; */
    font-size: 1rem;
    font-weight: 300;
    min-width: 50px;
    /* margin-left: 3.6rem; */
    /* margin-left: 0.5rem; */
    padding-top: 0.15rem;
}
.main-fachgebiete-container-top-left-rv .div-r,
.main-fachgebiete-container-top-left .div-r {
    /* border: 3px solid green; */
    font-size: 1.1rem;
    max-width: 500px;
    /* margin-left: 1rem; */
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.main-fachgebiete-container-top-right-rv,
.main-fachgebiete-container-top-right {
    /* border: 3px solid green; */
    position: relative;
    min-height: 50vh;
    min-height: 250px;
    height: auto;
    
    width: 100%;
}

.main-fachgebiete-container-top-right-rv div,
.main-fachgebiete-container-top-right div {
    /* border: 3px solid red; */
    background: linear-gradient(to top right, rgb(50, 110, 150) 50%, transparent 50%);

    position: absolute;
    /* width: 16.67%; */
    width: 20%;
    height: 100%;
 
    display: none;
}
.main-fachgebiete-container-top-right-rv div {
    background: linear-gradient(to bottom left, rgb(50, 110, 150) 50%, transparent 50%);
    right: 0;
}


.main-fachgebiete-container-top-right-sport {
}
.main-fachgebiete-container-top-right-sicherheitswesen::before,
.main-fachgebiete-container-top-right-innenarchitektur::before,
.main-fachgebiete-container-top-right-bauwesen::before,
.main-fachgebiete-container-top-right-sport::before {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 100%;
    /* background-image: url(images/Gutachten-Fachgebiet-Sport.jpeg), linear-gradient(90deg, rgba(50, 110, 150, 1), rgba(50, 110, 150, 1) 30%, transparent); */
    background-image: url(images/Gutachten-Fachgebiet-Sport.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    /* background-attachment: fixed; */
    background-blend-mode: screen;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 40% 70%; */
    background-size: cover;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* z-index: -1; */
}
.main-fachgebiete-container-top-right-innenarchitektur::before {
    background-image: url(images/Malerarbeiten-Anstreicherarbeiten-Lackiererarbeiten-Beschichtungen.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.main-fachgebiete-container-top-right-bauwesen::before {
    background-image: url(images/Klettersteig-Sportkletteranlagen-Bergwanderwege-Winterwanderwege-und-alpine-Routen.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.main-fachgebiete-container-top-right-sport::before {
    background-image: url(images/Eisklettern-Sportklettern-Sommerbergsteigen-Winterbergsteigen.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    background-position: center right;
}

.main-fachgebiete-container-top-right-rv img,
.main-fachgebiete-container-top-right img {
    /* border: 3px solid lawngreen; */
    display: block;
    /* width: 100%; */
    height: 100%;
    max-height: 60vh;
    object-fit: cover;
}

.main-fachgebiete-container-bottom {
    /* border: 3px solid blue; */
    /* background-color: whitesmoke; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 0;
    
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.main-fachgebiete-container-bottom.show {
    height: fit-content;
    opacity: 1;
    transition: 0.7s;
}

.main-fachgebiete-container-bottom-box {
    /* border: 3px solid red; */
    background-color: whitesmoke;
    padding: 0.5rem 0.5rem 2rem;
}

.main-fachgebiete-container-bottom h3 {
    font-size: 1.3rem;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2rem;
}

.fachgebiete-child-container {
    /* border: 3px solid red; */
    margin-top: 1.5rem;
}

.fachgebiete-child-container-top {
    /* border: 3px solid purple; */
    border-bottom: 1px solid rgb(170, 170, 170);
    font-weight: 500;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.fachgebiete-child-container-bottom {
    /* border: 3px solid green; */
}

.fachgebiete-child-container-bottom-parent {
    /* border: 3px solid orangered; */
    display: flex;
}

.fachgebiete-child-container-bottom-parent-cutter {
    /* border: 3px solid orangered; */
    /* margin-top: 1.5rem; */
    height: 37px;
}

.fachgebiete-child-container-bottom-parent svg {
    /* border: 3px solid blue; */
    min-width: 30px;
    margin: 0.3rem 0.5rem 0;
}

.fachgebiete-child-container-bottom-parent div {
    /* border: 3px solid yellow; */
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.fachgebiete-child-container-bottom-parent b {
    font-weight: 500;
}

.main-fachgebiete-anfrage {
    /* border: 3px solid red; */
    background-color: rgb(235, 235, 235);
}
.main-fachgebiete-anfrage-dark {
    /* border: 3px solid red; */
    color: white;
    background-color: rgb(50, 70, 130);
    background-color: rgb(50, 90, 150);
    /* background-color: rgb(65, 80, 160); */
}

.main-leistung-anfrage {
    /* border: 3px solid red; */
    background-color: rgba(220, 240, 250, 0.5);
    margin-bottom: 3rem;
}

.main-leistung-anfrage p,
.main-fachgebiete-anfrage p {
    /* border: 3px solid red; */
    max-width: 850px;
    margin: 0 auto;
    padding: 0 1rem;

    text-align: center;

    line-height: 1.8;
}

.main-leistung-anfrage .gutachten-btn,
.main-fachgebiete-anfrage .gutachten-btn {
    border: 2px solid rgb(65, 80, 160);
    border: 2px solid rgb(50, 110, 150);
    border: 2px solid rgb(50, 70, 130);
    color: rgb(65, 80, 160);
    color: rgb(50, 110, 150);
    color: rgb(50, 70, 130);
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
}
.main-fachgebiete-anfrage-dark .gutachten-btn {
    border: 2px solid white;
    color: white;
    font-weight: 500;
}

.main-leistung-anfrage .gutachten-btn:hover,
.main-fachgebiete-anfrage .gutachten-btn:hover {
    background-color: rgb(65, 80, 160);
    background-color: rgb(50, 110, 150);
    background-color: rgb(50, 70, 130);
    font-weight: 500;
    color: white;
    scale: 1.03;
    transition: 0.1s;
}
.main-fachgebiete-anfrage-dark .gutachten-btn:hover {
    font-weight: bold;
    background-color: white;
    color: rgb(50, 70, 130);
    color: rgb(50, 90, 150);
    /* color: rgb(50, 110, 150); */
    /* color: rgb(65, 80, 160); */
}

/* .main-fachgebiete-container-overview, */
.main-fachgebiete-container-sport,
.main-fachgebiete-container-sicherheitswesen,
.main-fachgebiete-container-bauwesen,
.main-fachgebiete-container-innenarchitektur {
    scroll-margin-top: 1rem;
}

@media (min-width: 370px) {
    .main-fachgebiete-container-top-left-rv,
    .main-fachgebiete-container-top-left {
        padding: 1.5rem 1rem;
    }

    .main-fachgebiete-container-top-left-rv .div-l,
    .main-fachgebiete-container-top-left .div-l {
        /* margin-left: 0.8rem; */
        min-width: 55px;
    }

    .main-fachgebiete-container-bottom-box {
        padding: 0.5rem 0.7rem 2rem;
    }
}

@media (min-width: 400px) {
    .main-fachgebiete-container-top-left-rv,
    .main-fachgebiete-container-top-left {
        padding: 1.5rem;
    }

    .main-fachgebiete-container-bottom-box {
        padding: 0.5rem 1rem 2rem;
    }
}

@media (min-width: 600px) {
    .main-fachgebiete-container-top-rv,
    .main-fachgebiete-container-top {
        padding: 0 1.7rem;
    }

    .main-fachgebiete-container-top-rv .fachgebiete-infos,
    .main-fachgebiete-container-top .fachgebiete-infos {
        width: auto;
        left: 1.7rem;
        right: 1.7rem;
    }

    .main-fachgebiete-container-top-left-rv .div-l,
    .main-fachgebiete-container-top-left .div-l {
        margin-left: 2.1rem;
    }

    .main-fachgebiete-container-bottom {
        padding: 0 1.7rem;
    }
}

@media (min-width: 700px) {
    .main-fachgebiete-container p {
        font-size: 1.1rem;
    }

    .main-fachgebiete-container-top-right-rv,
    .main-fachgebiete-container-top-right {
        min-height: 50vh;
        min-height: 330px;
    }

    .main-fachgebiete-container-top-left-rv,
    .main-fachgebiete-container-top-left {
        padding: 1.5rem;
    }

    .main-fachgebiete-container-top-left-rv h2,
    .main-fachgebiete-container-top-left h2 {
        font-size: 2rem;
    }
    .main-fachgebiete-container-top-left-rv h2 b,
    .main-fachgebiete-container-top-left h2 b {
        font-size: 1.7rem;
    }

    .main-fachgebiete-container-top-left-rv .div-l,
    .main-fachgebiete-container-top-left .div-l {
        font-size: 1.1rem;
        min-width: 60px;
        margin-left: 2.8rem;
        padding-top: 0.3rem;
    }
    .main-fachgebiete-container-top-left-rv .div-r,
    .main-fachgebiete-container-top-left .div-r {
        font-size: 1.3rem;
    }

    .main-fachgebiete-container-bottom h3 {
        font-size: 1.5rem;
    }

    .fachgebiete-child-container-top,
    .fachgebiete-child-container-bottom-parent div {
        font-size: 1.1rem;
    }

    .main-fachgebiete-container-bottom-box {
        padding: 0.5rem 2rem 2rem;
    }
}

@media (min-width: 900px) {
    .main-fachgebiete-container-top {
        flex-direction: row;
    }
    .main-fachgebiete-container-top-rv {
        flex-direction: row-reverse;
    }

    .main-fachgebiete-container-top-left-rv,
    .main-fachgebiete-container-top-left {
        padding: 1.5rem;
        padding-top: 2rem;
        padding-left: 3rem;

        width: 55%;
    }
    .main-fachgebiete-container-top-left-rv {
        padding-left: 0;
    }

    .main-fachgebiete-container-top-left-rv h2,
    .main-fachgebiete-container-top-left h2 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .main-fachgebiete-container-top-left-rv h2 b,
    .main-fachgebiete-container-top-left h2 b {
        font-size: 2.1rem;
        font-weight: 300;
        margin-right: 0.7rem;
    }

    .main-fachgebiete-container-top-left-rv .div-l,
    .main-fachgebiete-container-top-left .div-l {
        width: 100%;
        max-width: 65px;
        margin-left: 3.5rem;
        padding-top: 0.3rem;
    }

    .main-fachgebiete-container-top-right-rv,
    .main-fachgebiete-container-top-right {
        width: 45%;
    }

    .main-fachgebiete-container-top-right-rv div,
    .main-fachgebiete-container-top-right div {
        display: inherit;
    }

    .main-fachgebiete-container-overview p,
    .main-fachgebiete-container-bottom p,
    .main-leistung-anfrage p,
    .main-fachgebiete-anfrage p {
        font-size: 1.1rem;
    }

    /* .main-fachgebiete-container-overview, */
    .main-fachgebiete-container-sport,
    .main-fachgebiete-container-sicherheitswesen,
    .main-fachgebiete-container-bauwesen,
    .main-fachgebiete-container-innenarchitektur {
        scroll-margin-top: 2rem;
    }
}

@media (min-width: 1100px) {
    .main-fachgebiete-container-top-left-rv,
    .main-fachgebiete-container-top-left {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.main-kompetenzen {
    /* border: 3px solid red; */
    border: 1pt solid white;
    background-color: white;
    position: relative;
    width: 100%;

    display: none;
}

.main-kompetenzen-container {
    /* border: 3px solid lawngreen; */
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 3rem;
}
.main-kompetenzen-container-typo3 {
    display: none;
}

.main-kompetenzen-parent {
    /* border: 3px solid purple; */
    border-bottom: 1px solid rgb(50, 110, 150);
    font-weight: 500;
    /* color: white; */
    background-color: rgb(50, 110, 150);
    background-color: rgba(220, 240, 250, 0.5);
    padding: 1rem 1rem;
    margin-top: 2rem;
}

.main-kompetenzen-child {
    /* border: 3px solid orangered; */
    background-color: rgb(245, 245, 245);
    padding: 0.2rem 1rem 1rem;
}

.main-kompetenzen-box-container {
    /* border: 3px solid yellow; */
    box-shadow: 0 0 5px rgb(170, 170, 170);
    margin: 1.3rem 0 0.5rem;
}
.main-kompetenzen-quest-box {
    border: 2px solid white;
    border-bottom: 1px solid rgb(170, 170, 170);


    background-color: white;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    /* align-items: center; */
    padding: 1rem 1.2rem;

    scroll-margin-top: 0.6rem;

    cursor: pointer;
}

.main-kompetenzen-quest-box.turn {
    border-bottom: 1px solid rgb(170, 170, 170);
}

.main-kompetenzen-quest-box p {
    font-size: 1rem;
    font-weight: 500;
}

.main-kompetenzen-quest-box:hover {
    border: 2px solid rgb(50, 110, 150);
    transition: 0.1s;
}

.main-kompetenzen-quest-box .faq-svg {
    transition: 0.3s;
    margin-left: auto;
}
.main-kompetenzen-quest-box .faq-svg.turn {
    transform: rotate(180deg);
}

.main-kompetenzen-answer-box {
    /* border: 3px solid blue; */
    background-color: white;
    
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.main-kompetenzen-answer-box.show {
    height: fit-content;
    padding: 1rem 0.7rem;
    opacity: 1;
    transition: 0.4s;
}

.main-kompetenzen-answer-box p {
    /* border: 3px solid red; */
    font-size: 0.9rem;
    /* border-top: 1px solid rgb(170, 170, 170); */
    border: none;
    padding: 0.5rem;
}

@media (min-width: 700px) {
    .main-kompetenzen-parent {
        padding: 1rem 1.5rem;
    }
    
    .main-kompetenzen-child {
        padding: 0.7rem 1.5rem 1.5rem;
    }

    .main-kompetenzen-quest-box {
        padding: 1rem 2.7rem;
    }

    .main-kompetenzen-answer-box.show {
        padding: 1rem 1.2rem;
    }

    .main-kompetenzen-quest-box p {
        font-size: 1.1rem;
    }

    .main-kompetenzen-answer-box p {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }
}


.main-kontakt {
    /* border: 3px solid red; */
    position: relative;
    width: 100%;

    display: none;
}
.main-kontakt-top {
    /* border: 3px solid green; */
    width: 100%;
    display: flex;
    flex-direction: column;
}
.main-kontakt-top-img {
    /* border: 3px solid black; */
    position: relative;
    width: 100%;
    height: 50vh;
}
.main-kontakt-top-img::before {
    content: "";

    max-width: 100%;

    /* background-image: url(fileadmin/code/images/contact.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 35%, transparent); */
    /* background-image: url(fileadmin/code/images/contact.jpg); */
    background-image: url(images/contact.jpg);

    /* background-color: rgba(255, 255, 255, 0.3); */
    background-blend-mode: screen;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 80%;
    /* background-attachment: fixed; */
    background-size: cover;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: -1;
    
}

.main-kontakt-top-container {
    /* border: 3px solid blue; */
    color: rgb(20, 30, 60);
    color: rgb(30, 65, 160);
    color: rgb(30, 55, 120);

    width: 100%;
    padding: 3rem 1rem;
    padding-bottom: 1rem;
}
.main-kontakt-top-container h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3rem;
    letter-spacing: 2.5px;
}

.main-kontakt-caption {
    /* border: 3px solid green; */
    color: black;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    line-height: 1;
}

.main-kontakt-caption span {
    /* border: 3px solid yellow; */
    color: black;
    font-size: 1.1rem;
    font-weight: bold;
}

.main-kontakt-caption a {
    color: black;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 40px;
    /* cursor: pointer; */
}
.main-kontakt-caption a:hover {
    color: rgb(20, 30, 60);
    color: rgb(30, 55, 120);

    font-size: 1.02rem;
    transition: 0.2s;
}
.main-kontakt-caption svg {
    color: rgb(20, 30, 60);
    color: rgb(30, 65, 160);
    color: rgb(30, 55, 120);

    margin-bottom: -0.3rem;
    margin-right: 1rem;
}
.main-kontakt-caption-address svg {
    margin-right: 1.2rem;
}
.main-kontakt-caption .svg-location {
    opacity: 0;
    visibility: hidden;
}

.main-kontakt-bottom {
    /* border: 3px solid purple; */
    display: flex;
    flex-direction: column;
    background-color: rgb(30, 30, 30);
    width: 100%;
    height: fit-content;
}

.main-kontakt-bottom-maps {
    /* border: 3px solid green; */
    position: relative;
    background-color: rgb(30, 30, 30);
    width: 100%;
    height: 400px;
    padding: 3rem 2rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maps-info {
    /* border: 3px solid blue; */
    background-color: rgb(245, 245, 245);
    width: 80%;
    max-width: 375px;
    height: fit-content;
    line-height: 1.4;
    text-align: center;
    /* height: 400px; */
    padding: 1rem;

    position: absolute;

    z-index: 9999;
}
.maps-cookies {
    /* border: 3px solid blue; */
    font-weight: 500;
    color: black;
    color: rgb(50, 70, 130);
    cursor: pointer;
}

.main-kontakt-bottom-maps iframe {
    width: 100%;
    height: 100%;

    z-index: 9999;
}

.main-kontakt-bottom-form {
    /* border: 3px solid red; */
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
}

.send-form-successful {
    /* border: 3px solid blue; */
    background-color: rgb(0, 130, 0);
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 1.5rem;
    width: 90%;
    height: fit-content;
    max-width: 400px;
    margin: auto;
    line-height: 1.3;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(245, 245, 245, 0.2);

    display: none;
}

.send-form-successful.show {
    display: inherit;
}

.send-form-successful svg {
    margin-bottom: 1rem;
}

.main-kontakt-bottom-form h2 {
    /* border: 3px solid red; */
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
    padding: 0 0.5rem 2rem;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 2rem;

    scroll-margin: 3rem;
}

.form-parent-container {
    /* border: 3px solid yellow; */
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.form-parent-container.hide {
    opacity: 0;
    visibility: hidden;
}

.form-parent {
    /* border: 3px solid green; */
    color: white;
    width: 100%;
    padding: 0 0.5rem;
}
.form-parent-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-bottom: 0.5rem; */
    padding: 0.4rem 0.5rem;
    border: 1pt solid rgb(30, 30, 30);

    width: 100%;
    height: 35px;
    background-color: white;

    border-radius: 5px;
    margin: 0.3rem 0 0.7rem;
}

.main-kontakt-bottom-form input {
    font-size: 1rem;
    background-color: transparent;
    width: 100%;
    border: none;
    /* border: 3px solid red; */
    /* max-width: 300px; */
    letter-spacing: 0.5px;
    outline: none;
}

.form-message {
    font-size: 1rem;
    width: 100%;
    padding: 0.5rem;
    resize: none;
    border-radius: 5px;
    letter-spacing: 0.5px;
    outline: none;

    margin-top: 0.3rem;
}

.form-send-btn {
    /* border: 3px solid lawngreen; */
    background-color: rgb(30, 65, 160);
    background-color: rgb(50, 110, 150);
    color: white;
    width: fit-content;
    padding: 0.4rem 1rem;
    margin-top: 1rem;
    border-radius: 10px;

    cursor: pointer;
}
.form-send-btn:hover {
    scale: 1.01;
    transition: 0.2s;
}

.fail {
    border: 2px solid rgb(230, 0, 0);
    background-color: rgb(255, 245, 245);
}


.main-slider {
    /* border: 3px solid yellow; */
    background-color: transparent;

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    width: 100%;
    height: 100%;
    height: calc(100% - 200px);
    /* height: 150vh; */
    padding: 1rem;
    /* padding-top: 15vh; */
    padding-left: 5vw;
    padding-bottom: 10vh;
    padding-bottom: 7vh;
    overflow: hidden;
}


.main-datenschutz {
    /* border: 3px solid lawngreen; */
    background-color: white;
    position: relative;
    width: 100%;

    display: none;
}

.main-datenschutz .impressum-container .header-impressum-datenschutz {
    font-size: 1.7rem;
}

.main-datenschutz h2 {
    margin-top: 1.3rem;
}

.main-datenschutz h3 {
    margin-top: 1rem;
    font-weight: 500;
}

.impressum-start,
.datenschutz-start {
    scroll-margin-top: 200px;
}

.main-impressum {
    /* border: 3px solid red; */
    background-color: white;
    position: relative;
    width: 100%;

    display: none;
}

.impressum-container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 2rem;
    line-height: 1.3;
}
.impressum-container b {
    font-weight: bold;
}

.impressum-container .impressum-br {
    margin-top: 1rem;
}

.impressum-container p {
    margin-top: 0.7rem;
}

.impressum-container .impressum-copyright {
    margin-top: 0.5rem;
}

.impressum-container .header-impressum-datenschutz {
    font-size: 2rem;
    padding: 1.8rem 0;
}

.y-lam,
.contact-number-impressum,
.contact-email-impressum {
    color: black;
    text-decoration: none;
}


@media (min-width: 370px) {
    /* .main-kontakt-caption {
        font-size: 1.1rem;
    }
    .main-kontakt-caption a {
        font-size: 1.1rem;
    }
    .main-kontakt-caption a:hover {
        font-size: 1.12rem;
    } */

    .main-kontakt-top-container {
        padding: 3rem 2rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 400px) {
    .main-kontakt-top-container {
        padding: 3rem 4rem;
        padding-bottom: 1rem;
    }

    .main-kontakt-bottom-form h2 {
        font-size: 1.25rem;
    }

    .impressum-container {
        padding: 1rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 450px) {
    .main-datenschutz .impressum-container .header-impressum-datenschutz {
        font-size: 2rem;
    }

    .impressum-container {
        padding: 2rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 700px) {
    .main-kontakt-top {
        flex-direction: row;
    }
    .main-kontakt-top-img {
        width: 50%;
        height: auto;
    }

    .main-kontakt-top-container {
        width: 50%;
        padding: 3rem;
        padding-bottom: 1rem;
    }

    .main-kontakt-bottom {
        flex-direction: row-reverse;
    }
    
    .main-kontakt-bottom-maps {
        height: auto;
        padding: 3rem 2rem;
    }

    .main-kontakt-bottom-form h2 {
        margin-top: 0;
    }

    .main-kontakt-bottom-form {
        padding: 3rem 1.5rem;
    }
}

@media (min-width: 900px) {
    .main-kontakt-top-container {
        padding: 3rem 10vw;
        padding-bottom: 1rem;
    }

    .main-kontakt-bottom {
        padding: 1rem;
    }

    .form-parent-container {
        flex-direction: row;
    }

    .main-kontakt-bottom-maps {
        margin-left: 1rem;
    }

    .main-kontakt-bottom-form {
        margin-right: 1rem;
    }
}

/*================
  footer
==================*/

.main-start-footer {
    /* border: 3px solid red; */
    background-color: rgb(30, 30, 30);
    background-color: rgb(210, 210, 210);
    background-color: rgba(50, 110, 150, 0.2);
    background-color: rgb(220, 240, 250);

    padding: 2rem 1rem;

    /* display: none; */
}

.main-start-footer-container {
    /* border: 3px solid yellow; */
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
}

.main-start-footer-header {
    /* border: 3px solid blue; */
}
.main-start-footer-header-box {
    /* border: 3px solid green; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 1.5rem;
}

.footer-logo {
    /* border: 3px solid lawngreen; */
    width: 25%;
    max-width: 80px;
    margin-bottom: 1rem;
}
.footer-logo img {
    /* border: 3px solid black; */
    display: block;
    max-width: 100%;
    object-fit: cover;
}
.footer-title {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: row;
    align-items: end;
    width: 100%;
    max-width: 300px;
}
.footer-title img {
    /* border: 3px solid black; */
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.main-start-footer-body {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;
}

.main-start-footer-body-container {
    /* border: 3px solid yellow; */
    padding: 1rem 0;
    margin: 0 2rem 3rem;
}
.main-start-footer-body-container-box {
    /* border: 3px solid green; */
    display: flex;
    flex-direction: column;
}
.main-start-footer-body-container-first {
    margin: 1.5rem 2rem 2rem;
}

.main-start-footer-body-header {
    /* border: 3px solid blue; */
    font-size: 15px;
    font-weight: bold;
    font-weight: 500;
    /* color: whitesmoke; */
    width: fit-content;
    margin-bottom: 1rem;
    text-decoration: underline;
    letter-spacing: 0;
}

.main-start-footer-body-caption {
    /* border: 3px solid green; */
    font-size: 14px;
    font-weight: 500;
    /* color: rgb(197, 242, 228); */
    color: rgb(200, 240, 230);
    color: rgb(20, 30, 60);
    color: black;
    width: fit-content;
    margin-top: 1rem;
    cursor: pointer;
    letter-spacing: 0;
}

.main-start-footer-body-caption-phone a,
.main-start-footer-body-caption-contact a {
    font-weight: 500;
    color: rgb(200, 240, 230);
    color: rgb(20, 30, 60);
    color: black;
}
.main-start-footer-body-caption-address,
.main-start-footer-body-caption-phone,
.main-start-footer-body-caption-contact {
    /* border: 3px solid green; */
    font-size: 14px;
    font-weight: 500;
    /* color: rgb(197, 242, 228); */
    color: rgb(200, 240, 230);
    color: rgb(20, 30, 60);
    color: black;
    display: flex;
    flex-direction: row;
    /* align-items: start; */
    justify-content: start;
    width: fit-content;
    margin-top: 1rem;
    letter-spacing: 0;
}
.main-start-footer-body-caption-address svg,
.main-start-footer-body-caption-phone svg,
.main-start-footer-body-caption-contact svg {
    margin-bottom: -0.2rem;
    margin-right: 0.2rem;
}
.main-start-footer-body-caption-address svg {
    margin-bottom: -0.2rem;
    margin-right: 0.5rem;
}
.main-start-footer-body-caption-address .svg-location {
    opacity: 0;
    visibility: hidden;
}

.main-start-footer-body-caption-phone a:hover,
.main-start-footer-body-caption-contact a:hover,
.main-start-footer-body-caption:hover {
    color: rgb(20, 30, 60);
    color: rgb(30, 55, 120);

    scale: 1.01;
    transition: 0.2s;
}

.main-start-footer-bottom {
    /* border: 3px solid lawngreen; */
    font-size: 14px;
    border-top: 1pt solid rgb(150, 150, 150);
    color: rgb(30, 30, 30);
    /* width: 100%; */
    text-align: center;
    margin: 1rem 1.5rem 0;
    padding: 1rem 0 0;
}

.main-start-footer .main-start-footer-bottom span {
    letter-spacing: -0.3px !important;
}

@media (min-width: 500px) {
    .main-start-footer-header-box {
        flex-direction: row;
    }

    .footer-logo {
        margin-bottom: 0;
        margin-right: 1.5rem;
    }
}

@media (min-width: 600px) {
    .main-start-footer-header-box {
        padding: 0 3rem 1.5rem;
    }

    .main-start-footer-body {
        align-items: center;
    }

    .main-start-footer-body-container-box {
        flex-direction: row;
    }

    .main-start-footer-body-container {
        margin: 0 0 1.5rem 3rem;
    }
    .main-start-footer-body-container-first {
        margin: 0 1.5rem 1.5rem 3rem;
    }
}

@media (min-width: 1000px) {
    .main-start-footer-body {
        flex-direction: row-reverse;
        justify-content: space-around;
    }

    .main-start-footer-header-box {
        flex-direction: column;
    }

    .footer-logo {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-right: 0;
    }
}