* {
    margin: 0;
    padding: 0;
}

.whitespace {
    padding: 90px 7.25% 60px;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    min-height: 100vh;
    width: 100%;
}

/*
* Header
*/

.headline {
    margin-top: 110px;
    margin-bottom: 216px;
}

/*
* Content
*/

/* Single Image Box */
.round-white-box {
    background-color: white;
    border-radius: 29px;
    margin-bottom: 40px; 
}

.main-flexbox {
    display: flex;  
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-textbox {
    width: 35.6%;
    padding-left: 4.8%;
    margin: 18px;  
}
.main-textbox-wide {
    /* width: 35.6%; */
    padding-left: 4.8%;
    margin: 18px;  
}

.main-image {
    border-radius: 18px;
    /* height: 389px; */
    height: auto;
    width: 53%;
    margin: 18px;  
    align-self: center;
}

.main-header {
    margin: 34px 0px 14px;
}

.main-button {
    border-radius: 64px;
    text-decoration: none;
    background-color: #3C64AD;
    display: inline-block;
    padding: 11px 0px;
    text-align: center;
    width: 340px;
    margin: 0;
    margin-top: 50px;
}

/* Multi Image Box */

.main-box-second {
    padding: 35px 73.5px 20px;
}
.main-second-header {
    margin: 27px 26.5px;
}

.main-box-1 {
    margin: 0 auto 70px;
}

.rounded-small-image {
    border-radius: 18px;
    height: 291px;
    width: 445px;
    display: block;
    padding: 0 8px;
}

.mainpage-icon {
    height: 47px;
    width: 47px;
    margin: 0 20px;
    float: left;
}

.icon-text-combo {
    margin-top: 34px;
    display: inline-block;
}

.main-textbox-left {
    width: 35.6%;
    padding-right: 3.6%;
    margin: 18px;  
}

/*
* Footer
*/

.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-header {
    margin: 43px 0 13px;
    display: inline-block;
}

.footer-link {
    text-decoration: underline;
}

.footer-button {
    background-color: white;
    width: 221px;
}

.footer-box {
    margin: 30px 0;
}


.footer--button-box {
    margin: 30px 0;
}

/*
* Responsivness
*/

/*
* Team Page
*/

.team-flexbox {
    display: flex;  
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 8px;
}

.team-person-container {
    /* Positioning */
    /* min-width: 470px; */
    width: 32%; 
    /* max-width: 750px;   */
    aspect-ratio: 1/1; 
    margin: 0.5%;
    /*General Sutff*/
    border-radius: 19px;
    overflow: hidden;
    background-color: #61ADCC;
    /* relevant for children*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-image {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.team-image:hover {
    opacity: 0;
}

.team-info {
    width: 85%;
    line-height: 1.1;
}

.team-advertisment {
    text-align: center;
    width: 85%;
    line-height: 1.1;
}

.limited-box-1 {
    padding: 43px 5.9% 107px 5.9%;
    width: 100%;
    max-width: 1073px;
}

.limited-box-2 {
    padding: 28px 5.9% 88px 5.9%;
    width: 100%;
    max-width: 959px;
}

.karriere-image {
    height: 427px;
}

/*
*   Kontakt Page
*/

.kontakt-image {
    width: 100%;
    margin: 12px;
    border-radius: 22px;
}

.kontakt-flex {
    padding: 28px 5.9% 88px 5.9%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.limited-box-3 {
    padding: 28px 5.9% 88px 5.9%;
    width: 100%;
    max-width: 1018px;
}

.kontakt-form {
    margin-top: 100px;
    display: block;
    width: 50%;
}

.kontakt-form label {
    display: block;
}

.kontakt-form input {
    display: block;
    margin: 10px 0;
    width: 100%;
}

.kontakt-form textarea {
    display: block;
    margin: 10px 0 25px;
    width: 100%;
    height: 130px;
}


.submit-button {
    border-radius: 64px;
    background-color: #3C64AD;
    display: inline-block;
    padding: 11px 0px;
    text-align: center;
    width: 340px !important;
}

.w-form-done, .w-form-fail {
    display: none;
}

/*
*   Projekte Seite
*/

.projekte-flex {
    padding: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* .projekte-image {
    width: 744px;
    border-radius: 18px;
}

.projekte-textbox {
    margin-left: 81px;
    width: 700px;
} */


.projekte-image {
    width: 50%;
}
.projekte-textbox {
    margin: 20px 2% 25px;
    width: 40%;
}

.projekte-logo {
    width: 100%;
    max-width: 320px;
}

.projekte-logo-double {
    width: 100%;
    max-width: 400px;
}

.projekte-header {
    margin: 27px 0px;
}

/*
*   Impressum & Datenschutz Seite
*/
.simple-Box {
    padding: 50px 5.9%;
}
.simple-Box em, .simple-Box p{
    padding: 8px 0;
}


.show_mobil{
	display: none;
}

/* .show_desk{
	display: block;
} */

@media screen and (min-width: 2525px) {
    .rounded-small-image {
        border-radius: 18px;
        height: 422px;
        width: 645px;
        display: block;
        padding: 0 8px;
    }
}





@media screen and (max-width: 1730px) {
    .team-person-container {
        /* Positioning */
        width: 32%; 
        aspect-ratio: 1/1; 
        margin: 0.5%;
        /*General Sutff*/
        border-radius: 19px;
        overflow: hidden;
        background-color: #61ADCC;
        /* relevant for children*/
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1520px) {
    
    .headline {
        margin-top: 100px;
        margin-bottom: 180px;
    }
}

@media screen and (max-width: 1390px) {
    .team-person-container {
        /* Positioning */
        width: 40%; 
        aspect-ratio: 1/1; 
        margin: 0.5%;
        /*General Sutff*/
        border-radius: 19px;
        overflow: hidden;
        background-color: #61ADCC;
        /* relevant for children*/
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1280px) {
    .main-flexbox {
        justify-content: center;
    }
    .main-textbox {
        width: 100%;
        padding: 0px 5%;
        text-align: center;
    }
    .main-image {
        max-width: 100%;
        width: 100%;
        min-width: 50%;
        height: auto;
    }

    .main-textbox-left {
        width: 100%;
        padding: 0 5%;
        text-align: center;
        margin: 0px 18px 36px;
    }

    .rounded-small-image {
        max-height: 436px;
        max-width: 668px;
        height: 100%;
        width: 100%;
        min-height: 174px;
        min-width: 267px;
        padding: 0;
    }

    .main-box-second {
        padding-right: 2%;
        padding-left: 2%;
    }

    .main-button {
        max-width: 340px;
        width: 100%;
        min-width: 40%;
    }

    .team-person-container {
        width: 80%;        
    }
    .projekte-image {
        width: 100%;
    }
    .projekte-textbox {
        margin: 20px 2% 25px;
        width: 100%;
    }

    .kontakt-form {
        width: 80%;
    }
}


@media screen and (max-width: 850px) {
    
    .headline {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .show_mobil{
        display: block;
    }
    
    .show_desk{
        display: none;
    }
}

    
.projekte-logo {
    width: 70%;
    margin-left: 15%;
}

@media screen and (max-width: 700px) {
    
    .team-person-container {
        min-width: 100%;
    }
    .team-info {
        width: 92%;
    }
}
@media screen and (max-width: 600px) {
    .whitespace {
        padding: 50px 3%;
    }
    /* body {
        background-image: none;
        background-color: #3C64AD;
    } */
    .footer-header {
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .icon-text-combo {
        margin-top: 15px;
    }
    
    .rounded-small-image {
        height: auto;
        width: 100%;
}


    .main-footer {
        justify-content: center;
    }
    .footer-button {
        margin-top: 0;
    }
    .footer-box {
        text-align: center;
    }

    .footer-button-box {
        text-align: center;
        margin: 30px 50px;
    }

    .headline {
        margin: 50px 0;
        text-align: center;
    }
    .main-textbox {
        padding: 0 2%;
    }
    .main-header {
        margin: 10px 0;
    }
    .main-box-1 {
        margin: 0 auto 50px;
    }
    /* .team-person-container {
        min-width: 100%;
    }
    .team-info {
        width: 92%;
    } */
    .kontakt-form {
        width: 95%;
    }
    .limited-box-1, .limited-box-2 {
        padding: 30px 5.9% 50px 5.9%;
    }

}


@media screen and (max-width: 430px) {
    
    .main-second-header {
        text-align: center;
        margin: 0 26.5px 27px; 
    }

}


@media screen and (min-width: 2330px) {

   
    .projekte-image {
        width: 50%;
    }
    .projekte-textbox {
        margin: 20px 2% 25px;
        width: 40%;
    }
}

/*
Work In Progress
.background-image-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

.background-image {
    /*position: sticky;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

		<div class="background-image-container">
			<img class="background-image" src="images/Background.svg"/>
		</div>
*/