@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville=swap');
:root{
    --main: rgb(35, 41, 51);
    --vereinzelt: rgba(69, 92, 105, 0.299);
    --vereinzelt-100: rgb(87, 102, 113);
    --vereinzelt-100-2: rgb(205, 210, 213);
    --highlight: aqua;
    --highlight-1: rgb(0, 0, 0);
    --highlight-2: rgb(0, 0, 0);
    --navleiste: rgb(53, 120, 151);
    --navleiste-hover-background: rgba(34, 82, 104, 0.363);
    --navleiste-hover-border: rgba(19, 46, 58, 0);
    --border: rgba(255, 255, 255, 0.1);
    --border-button: rgba(255, 255, 255, 0.518);
    --border-button-hover: rgb(204, 204, 204);
    --border-button-hover-light: whitesmoke;
    --text-shadow-weiß: rgba(139, 139, 139, 0.316);
    --highlight: #ad1f24;
    --highlighttrans: rgb(61, 0, 0);
    --anthra: #262626;
    --schrift: #2393BF;
    --schriftkontrast: rgb(45, 2, 2);
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


/* Header */
header{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100vh;
    background-image: url(medien/Bilder/kompri/100.webp);
    box-shadow: -5em -5em 5em -5em black;
}
.deko3{
    height: 100vh;
    width: 10%;
    background-color: transparent;
    border-bottom: 100vh solid white;
    border-right: 5vw solid white;
    border-left: 4vw solid transparent;
    position: absolute;
    right: 0;
    z-index: 3;
    overflow: hidden;
}
/*Ende Header */



/* Navigationsleiste Groß */
#navigation .fa-house{
    color: var(--highlight);
}
.top-nav .fa-house{
    color: var(--highlight);
    text-shadow: 0.01em 0.01em 0.5em var(--trans);
}
#navigation .fa-house:hover{
    cursor: auto;
}
/* Ende Navigationsleiste Groß */



/* Container 1: Inhalt über Firma */
#wer{
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 80%;
    height: 50vh;
    background-color: white;
    margin-top: 20vh;
    margin-bottom: 20vh;
    margin-left: 10%;
}
#wercontainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: inherit;
}
#werpicture{
    display: flex;
    width: 40%;
    height: inherit;
    background-image: url(medien/Bilder/kompri/083.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    left: 0vw;
}
#werslogan{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    height: inherit;
}
#wer h1{
    height: 25%;
    color: black;
    text-align: left;
}
#wer h2{
    height: 15%;
    text-align: left;
    justify-content: top;
    font-size: 1.1em;
    font-family: 'Montserrat';
    font-style: italic;
    padding-top: 1em;
}
#wertext{
    text-align:left;
    border-bottom-style: solid;
    border-width: 0.05em;
    background-color: none;
    height: 55%;
}
#werzusatz{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 0.5em;
    font-size: 0.3em;
}
.deko1{
    display: none;
    position: absolute;
    height: available;
    width: 1vw;
    background-color: transparent;
    border-top: 61vh solid white;
    border-left: 3vw solid white;
    border-right: 2vw solid transparent;
    position: absolute;
    left: -0.5vw;
    z-index: 3;
    overflow: hidden;
}
.deko2{
    position: absolute;
    display: flex;
    height: available;
    width: 1vw;
    background-color: transparent;
    border-bottom: 61vh solid white;
    border-right: 3vw solid white;
    border-left: 2vw solid transparent;
    position: absolute;
    right: -0.5vw;
    top: 0;
    z-index: 3;
    overflow: hidden;
}
/* Ende Container 1: Inhalt über Firma */



/* Container 2: Unternehmensbereiche */
#unternehmen{
    width: 80%;
    height: 60vh;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    margin-left: 10%;
    margin-bottom: 20vh;
}
#unternehmenseinteilung{
    width: 100%;
    height: inherit;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#unternehmensbereicheshk{
    width: 50%;
    height: 60vh;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    border-top: 60vh solid var(--anthra);
    border-left: 38vw solid var(--anthra);
    border-right: 2vw solid transparent;
}
#unternehmensbereichekant{
    height: 60vh;
    width: 50%;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row;
    background-color: transparent;
    border-bottom: 60vh solid var(--anthra);
    border-right: 38vw solid var(--anthra);
    border-left: 2vw solid transparent;
}
#shkbild{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    height: inherit;
    width: 15em;
    background: linear-gradient(to right, var(--anthra), rgb(137, 145, 150, 0)), 50px, url("medien/Bilder/kompri/098.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
#kantbild{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: 15em;
    background: linear-gradient(to left, var(--anthra), rgb(137, 145, 150, 0)), 50px, url("medien/Bilder/kompri/085.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
#shklink{
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    top: 5vh;
    color: whitesmoke;
    margin-right: 3vw;
    z-index: 2;
}
#kantlink{
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    top: 5vh;
    color: whitesmoke;
    margin-left: 3vw;
    z-index: 2;
}
#shklink img{
    margin-bottom: 1vh;
}
#kantlink img{
    margin-bottom: 1vh;
}
.mehr{
    display: flex;
    border-radius: 5vh;
    border-style: solid;
    border-color: var(--highlight);
    color: whitesmoke;
    background-color: transparent;
    line-height: 5vh;
    width: fit-content;
    padding-left: 2.5vh;
    padding-right: 2.5vh;
    margin-top: 10vh;
}
.mehr:hover{
    color: var(--highlight);
    text-shadow: 0.01em 0.01em 0.5em var(--trans);
}
/* Ende Container 2: Unternehmensbereiche */



/* Container 3: Leitbild */
#leitbild{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    width: 80%;
    height: 50vh;
    background-color: white;
    margin-top: 15vh;
    margin-bottom: 25vh;
    margin-left: 10%;
}
#leitbildcontainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: inherit;
}
#leitbildpicture{
    display: flex;
    width: 35%;
    height: inherit;
    background-image: url(medien/Icon/HandschlagRot.svg);
    background-repeat: no-repeat;
    background-size: 8em;
    background-position: center center;
    overflow: hidden;
    position: relative;
    left: 0vw;
}
#leitbildslogan{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 65%;
    height: inherit;
}
#leitbild h1{
    height: 30%;
    color: black;
    text-align: left;
}
#leitbildtext{
    display: flex;
    flex-direction: column;
    text-align:left;
    border-bottom-style: none;
    border-width: 0.05em;
    background-color: none;
    height: 65%;
    padding-bottom: 1vh;
    line-height: 2em;
    padding-left: 2%;
}
#leitbildtext li{
    display: flex;
    align-items: baseline;
    list-style-type: none;
    white-space: pre-wrap;
    color: var(--anthra);
    border-bottom-style: solid;
    border-bottom-width: 0.02em;
    border-bottom-color: var(--highlighttrans);
    padding-top: 1em;
    padding-bottom: 1em;
}
.fa-chevron-right{
    color: var(--highlighttrans);
    font-size: 1em;
    align-items: center;
    justify-content: center;
    margin-right: 3%;
}
/* Ende Container 3: Leitbild */









@media (max-width: 1200px) and (min-width:993px) and (orientation: landscape){

    /* Container 1: Inhalt über Firma */
    #wer{
    width: 90%;
    margin-left: 5%;
    }
    h1{
    font-size: 2em;
    }
    h2{
        font-size: 2em;
    }
    /* Ende Container 1: Inhalt über Firma */

    /* Container 2: Unternehmensbereiche */
    #unternehmen{
    width: 90%;
    margin-left: 5%;
    }
    /* Ende Container 2: Unternehmensbereiche */

    /* Container 3: Team */
    #team{
    width: 90%;
    margin-left: 5%;
    }
    /* Ende Container 3: Team */


}
    
@media (max-width: 1200px) and (min-width:601px) and (orientation: portrait) {



/*Header*/
header{
    height: 85vh;
}
/*Ende Header*/


/* Informationen über Firma */
    #wer{
        width: 80%;
        height: fit-content;
        margin-top: 10vh;
        margin-bottom: 20vh;
        margin-left: 10%;
    }
    #wercontainer{
        flex-direction: column-reverse;
        width: 100%;
        background-color: white;
        height: fit-content;
    }
    #werpicture{
        width: 100%;
        height: 40vh;
    }
    #werslogan{
        flex-direction: column;
        width: 100%;
    }
    #wer h1{
        height: 25%;
        padding: 5vw 2vw 5vw 2vw;
        padding-left: 0;
    }
    #wer h2{
        height: 10%;
        padding: 5vw 2vw 5vw 2vw;
        padding-left: 0;
    }
    #wertext{
        text-align: block;
        border-bottom-style: none;
        height: 65%;
        font-size: 1em;
        padding: 0;
        padding-bottom: 3vh;
    }
    #mobileausblenden{
        display: none;
    }
    #werzusatz{
        font-size: 0.3em;
        padding-left: 2vw;
    }
    .deko1{
        display: flex;
    }
/* Ende Informationen über Firma */



/* Unternehmenseinteilung */
    #unternehmen{
        width: 100%;
        height: 90vh;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-left: 0%;
    }
    #unternehmenseinteilung{
        width: 100%;
        flex-direction: column;
    }
    #unternehmensbereicheshk{
        width: 70vw;
        height: 40vh;
        border-top: 40vh solid var(--anthra);
        border-left: 38vw solid var(--anthra);
        border-right: 2vw solid transparent;
    }
    #unternehmensbereichekant{
        height: 40vh;
        width: 70vw;
        border-bottom: 40vh solid var(--anthra);
        border-right: 38vw solid var(--anthra);
        border-left: 2vw solid transparent;
    }
    #shkbild{
        width: 20em;
    }
    #kantbild{
        width: 20em;
    }
    #shklink{
        display: inline-flex;
        height: 40vh;
        flex-direction: column;
        position: absolute;
        top: 0vh;
        right: 20vw;
        justify-content: center;
        line-height: 5vh;
        color: whitesmoke;
        font-size: 1em;
        padding: 0vw;
        scale: 0.8;
    }
    #kantlink{
        display: inline-flex;
        height: 40vh;
        flex-direction: column;
        position: absolute;
        top: 50vh;
        left: 20vw;
        justify-content: center;
        line-height: 5vh;
        color: whitesmoke;
        font-size: 1em;
        padding: 0vw;
        scale: 0.8;
    }
    #shklink img{
        margin-bottom: 0.5vh;
    }
    #kantlink img{
        margin-bottom: 0.5vh;
    }
/* Ende Unternehmenseinteilung */


/* Team */
    #team{
        width: 100%;
        margin: 0 auto;
        margin-top: 20vh;
        margin-bottom: 20vh;
        background-color: white;
    }
    #teamslogan{
        color: black;
        width: 100%;
        padding-top: 2em;
    }
    #teamslogan h1{
        font-size: 2em;
        padding-top: 0.5vh;
        padding-bottom: 2vh;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #media{
        margin: 0 auto;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 100%;
        padding: 0;
        margin: 0;
        height: 300vw;
    }
    #media img{
        width: 70vw;
        height: 105vw;
    }
    #media video{
        width: 70vw;
        height: 39.375vw;
        top: 0vw;
    }
    #bild1{
        left: 0vw;
        top: 0vw;
    }
    #bild2{
        right: 0vw;
        top: 0vw;
    }
/* Ende Team */


/* Leitbild */
#leitbild{
    width: 80%;
    height: fit-content;
    margin-top: 10vh;
    margin-bottom: 20vh;
    margin-left: 10%;
    margin-right: 10%;
}
#leitbildcontainer{
    flex-direction: column;
    width: 100%;
    background-color: white;
    height: fit-content;
}
#leitbildpicture{
    width: 100%;
    height: 25vh;
    left: 0;
}
#leitbildslogan{
    width: 93%;
    margin-right: 8%;
    height: fit-content;
}
#leitbild h1{
    height: fit-content;
    color: black;
    text-align: left;
    padding-bottom: 1vh;
}
#leitbildtext{
    display: flex;
    flex-direction: column;
    text-align:left;
    border-bottom-style: none;
    border-width: 0.05em;
    background-color: none;
    height: fit-content;
    padding-bottom: 1vh;
    line-height: 2em;
    padding-left: 2%;
}
#leitbildtext li{
    padding-top: 1em;
    padding-bottom: 1em;
}
.fa-chevron-right{
    margin-right: 3%;
}
/* Ende Leitbild*/

}

@media (max-width: 992px) and (orientation: landscape){
    


/*Header*/
header{
height: 100vh;
}
/*Ende Header*/


/* Informationen über Firma */
#wer{
    width: 90%;
    height: fit-content;
    margin-top: 20vh;
    margin-bottom: 20vh;
    margin-left: 5%;
    margin-right: 5%;
}
#wercontainer{
    flex-direction: column-reverse;
    width: 100%;
    background-color: white;
    height: fit-content;
}
#werpicture{
    width: 80%;
    height: 80vh;
    left: 0;
    margin-top: 2vh;
}
#werslogan{
    flex-direction: column;
    width: 100%;
}
#wer h1{
    height: fit-content;
    font-size: 1.8em;
    padding: 0;
}
#wer h2{
    height: fit-content;
    font-size: 1.1em;
    padding: 0;
}
#wertext{
    text-align: block;
    border-bottom-style: none;
    height: fit-content;
    font-size: 0.9em;
    padding: 0;
    padding-bottom: 2vh;
    padding-top: 2vh;
}
#mobileausblenden{
    display: none;
}
#werzusatz{
    font-size: 0.3em;
    padding-left: 3vw;
    width: 80%;
    margin-left: 10%;
}
.deko1{
    display: flex;
    border-top: 81vh solid white;
}
.deko2{
    border-bottom: 81vh solid white;
}
/* Ende Informationen über Firma */



/* Unternehmenseinteilung */
#unternehmen{
    width: 100%;
    height: 170vh;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0%;
}
#unternehmenseinteilung{
    width: 100%;
    flex-direction: column;
}
#unternehmensbereicheshk{
    width: 80vw;
    height: 80vh;
    border-top: 80vh solid var(--anthra);
    border-left: 38vw solid var(--anthra);
    border-right: 2vw solid transparent;
}
#unternehmensbereichekant{
    height: 80vh;
    width: 80vw;
    border-bottom: 80vh solid var(--anthra);
    border-right: 38vw solid var(--anthra);
    border-left: 2vw solid transparent;
}
#shkbild{
    width: 20em;
}
#kantbild{
    width: 20em;
}
#shklink{
    display: inline-flex;
    height: 80vh;
    flex-direction: column;
    position: absolute;
    top: 0vh;
    right: 15vw;
    justify-content: center;
    line-height: 5vh;
    color: whitesmoke;
    font-size: 1em;
    padding: 0vw;
    scale: 0.8;
}
#kantlink{
    display: inline-flex;
    height: 80vh;
    flex-direction: column;
    position: absolute;
    top: 90vh;
    left: 15vw;
    justify-content: center;
    line-height: 5vh;
    color: whitesmoke;
    font-size: 1em;
    padding: 0vw;
    scale: 0.8;
}
#shklink img{
    margin-bottom: 0.5vh;
}
#kantlink img{
    margin-bottom: 0.5vh;
}
h2{
    font-size: 1.7em;
}
.mehr{
    border-radius: 10vh;
    line-height: 10vh;
    padding-left: 5vh;
    padding-right: 5vh;
}
/* Ende Unternehmenseinteilung */


/* Leitbild */
#leitbild{
    width: 90%;
    height: fit-content;
    margin-top: 10vh;
    margin-bottom: 20vh;
    margin-left: 5%;
    margin-right: 5%;
}
#leitbildcontainer{
    flex-direction: column;
    width: 100%;
    background-color: white;
    height: fit-content;
}
#leitbildpicture{
    width: 100%;
    height: 35vh;
    left: 0;
}
#leitbildslogan{
    width: 93%;
    margin-right: 8%;
    height: fit-content;
}
#leitbild h1{
    height: fit-content;
    color: black;
    text-align: left;
    padding-bottom: 2vh;
}
#leitbildtext{
    display: flex;
    flex-direction: column;
    text-align:left;
    border-bottom-style: none;
    border-width: 0.05em;
    background-color: none;
    height: fit-content;
    padding-bottom: 1vh;
    line-height: 2em;
    padding-left: 2%;
}
#leitbildtext li{
    padding-top: 1em;
    padding-bottom: 1em;
}
.fa-chevron-right{
    margin-right: 3%;
}
/* Ende Leitbild*/

}

@media (max-width: 600px) and (orientation: portrait) {




/* Informationen über Firma */
    #wer{
        width: 95%;
        height: fit-content;
        margin-top: 10vh;
        margin-bottom: 20vh;
        margin-left: 2.5%;
    }
    #wercontainer{
        flex-direction: column-reverse;
        width: 100%;
        background-color: white;
        height: fit-content;
    }
    #werpicture{
        width: 100%;
        height: 40vh;
        left: 0;
    }
    #werslogan{
        flex-direction: column;
        width: 100%;
    }
    #wer h1{
        height: 25%;
        font-size: 2em;
        padding: 5vw 2vw 5vw 2vw;
    }
        #wer h2{
        height: 10%;
        font-size: 1.1em;
        padding: 1vw 2vw 4vw 2vw;
    }
    #wertext{
        text-align: block;
        border-bottom-style: none;
        height: 65%;
        font-size: 0.9em;
        padding: 5vw 2vw;
    }
    #mobileausblenden{
        display: none;
    }
    #werzusatz{
        font-size: 0.3em;
        padding-left: 3vw;
    }
    .deko1{
        display: flex;
    }
/* Ende Informationen über Firma */



/* Unternehmenseinteilung */
    #unternehmen{
        width: 100%;
        height: 130vh;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-left: 0%;
    }
    #unternehmenseinteilung{
        width: 100%;
        flex-direction: column;
    }
    #unternehmensbereicheshk{
        width: 90vw;
        height: 60vh;
        border-top: 60vh solid var(--anthra);
        border-left: 38vw solid var(--anthra);
        border-right: 2vw solid transparent;
    }
    #unternehmensbereichekant{
        height: 60vh;
        width: 90vw;
        border-bottom: 60vh solid var(--anthra);
        border-right: 38vw solid var(--anthra);
        border-left: 2vw solid transparent;
    }
    #shkbild{
        width: 10em;
    }
    #kantbild{
        width: 8em;
    }
    #shklink{
        display: inline-flex;
        height: 60vh;
        flex-direction: column;
        position: absolute;
        top: 0vh;
        right: 8vw;
        justify-content: center;
        line-height: 5vh;
        color: whitesmoke;
        font-size: 1em;
        padding: 0vw;
        scale: 0.8;
    }
    #kantlink{
        display: inline-flex;
        height: 60vh;
        flex-direction: column;
        position: absolute;
        top: 70vh;
        left: 8vw;
        justify-content: center;
        line-height: 5vh;
        color: whitesmoke;
        font-size: 1em;
        padding: 0vw;
        scale: 0.8;
    }
    #shklink img{
        margin-bottom: 0.5vh;
    }
    #kantlink img{
        margin-bottom: 0.5vh;
    }
/* Ende Unternehmenseinteilung */



/* Leitbild */
#leitbild{
    width: 90%;
    height: fit-content;
    margin-top: 10vh;
    margin-bottom: 20vh;
    margin-left: 5%;
    margin-right: 5%;
}
#leitbildcontainer{
    flex-direction: column;
    width: 100%;
    background-color: white;
    height: fit-content;
}
#leitbildpicture{
    width: 100%;
    height: 25vh;
    left: 0;
}
#leitbildslogan{
    width: 93%;
    margin-right: 8%;
    height: fit-content;
}
#leitbild h1{
    height: fit-content;
    color: black;
    text-align: left;
    padding-bottom: 1vh;
    font-size: 2em;
}
#leitbildtext{
    display: flex;
    flex-direction: column;
    text-align:left;
    border-bottom-style: none;
    border-width: 0.05em;
    background-color: none;
    height: fit-content;
    padding-bottom: 1vh;
    font-size: 0.9em;
}
/* Ende Leitbild*/



}

