@media only screen and (max-width: 1600px) {
    .socials {
        z-index: 0;
    }
}
@media only screen and (min-width: 1500px) {
    .contactInputWrapper{
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 500px;
    flex: 2;
    margin-left: 448px;
}
}
@media only screen and (max-width: 800px) {
    .headerImage{
        height: 500px;
    }
    .menCont{
        min-width: 0;
    }
    .bannerWrapper{
        margin-top: 125px;
        height: 220px;
    }
    #menubtn{
        display: block;
    }
    .menu{
        display: none;
    }
    .contactHeader{
    color: white;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
    letter-spacing: 6px;
}
.contactSubtext{
    color: white;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    max-width: 600px;
    align-content: flex-end;
}
.contactInputWrapper{
    display: flex;
    flex-direction: column;
    max-width: 2000px;
    flex: 2;
}
.contactDetailsWrapper{
    flex: 1;
    max-width: 1448px;
    margin-top: 20px;
}
.contactDetailsText{
    color: white;
    text-align: right;
    margin-bottom: 60px;
    width: 100%;
}
.contactDetail{
    color: white;
    text-align: le;
    margin-bottom: 20px;
    width: 100%;
}
    .contactSeperator{
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 60px;
    justify-content: center;
}
    .contactSection{
    height: 1050px;
    background-image: url(images/Lampe_Design_Social.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
    .profileImage{
        display: none;
    }
    .profileImage2{
        display: none;
    }
    .quote{
        display: none;
    }
    .welcome{
        margin-top: 0;
    }
    
    
    .aboutPhil{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
    margin-top: 120px;
    flex: auto;
}
.aboutRic{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    justify-content: flex-end;
    background-color: white;
}
.aboutPhilImage{
    width: 200px;
    height: 200px;
    background-image: url(images/Profilbild_pinterest.jpg);
    background-size: cover;
    border-radius: 300px;
    border: solid 5px white;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.3);
    margin-top: -65px;
    margin-left: 40px;
    margin-bottom: 20px;
}
.aboutRicImage{

    display: none;
    
}
    .aboutRicImageMobile{
    width: 200px;
    height: 200px;
    background-image: url(images/Profilbild_Ricky.jpg);
    background-size: cover;
    border-radius: 300px;
    border: solid 5px white;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.3);
    margin-top: 0px;
        display: block;
    margin-right: 40px;
        margin-left: auto;
    
}
.aboutText{
    margin-left: 60px;
    line-height: 25px;
    width: 60%;
}
.aboutTextR{
    margin-right: 60px;
    line-height: 25px;
    width: 60%;
    text-align: right;
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 30px;
}
}