*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;  
    line-height: 30px;
}
html{
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    color: #181818;
    font-size: 18px;
    cursor: default;
}
.menCont{
    display: flex;
    margin-left: auto;
    width: 60%;
    min-width: 770px;

}
.landingSection{
    width: 100%;
    height: 500px; 
}
.headerImage{
    background-image: url(images/Lampe_Design_Social.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    position: fixed;
    width: 100%;
    top: 0;
    background-attachment: fixed;
}
.headerImageCover{
    background-color: rgba(0,0,0,0);
    height: 100%;
}
.nav{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #181818;
    position: fixed;
    top: 0;
    z-index: 1;
}
.logo{
    max-width: 10vw;
    max-height: 10vw;
    width: 10vw;
    height: 10vw;
    min-width: 100px;
    min-height: 100px;
    align-self: flex-start;
    background-color: #181818;
    padding: 0.5vw;
    border: 5px solid white;
    margin-left: 20px;
    border-radius: 3px;
    border-top: none;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    -moz-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/logos/logoWhite.png);
    background-origin: content-box;
}
.logoSmall{
    width: 100px;
    height: 100px;
    align-self: flex-start;
    background-color: #181818;
    padding: 0.5vw;
    border: 5px solid white;
    margin-left: 20px;
    border-radius: 3px;
    border-top: none;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    -moz-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/logos/logoWhite.png);
    background-origin: content-box;
}
.menu{
    margin-left: auto;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 50px;
}
.menuItem{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    height: 80px;
    line-height: 80px;
    transition: 0.2s;
    margin-left: 40px;
    
}
.menuItem:hover{
    border-top: 11px solid #d63d35;
}
#selectedMenuItem{
    border-top: 11px solid #d63d35;
}
.profileImage{
    width: 240px;
    height: 240px;
    position: absolute;
    background-image: url(images/Profilbild_pinterest.jpg);
    background-size: cover;
    top: calc(500px);
    margin-top: -165px;
    margin-left: -300px;
    left: 50%;
    border-radius: 300px;
    border: solid 15px white;
    z-index: 1;
}
.profileImage2{
    width: 240px;
    height: 240px;
    position: absolute;
    background-image: url(images/Profilbild_Ricky.jpg);
    background-size: cover;
    top: calc(500px);
    margin-top: -165px;
    margin-left: 30px;
    left: 50%;
    border-radius: 300px;
    border: solid 15px white;
    z-index: 1;
}

.socials{
    position: fixed;
    top: 40vh;
    right: 0;
    height: 60px;
    background-color: #181818;
    margin-top: -150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
    width: 160px;
    border: 5px white solid;
    border-right: none;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    -moz-box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    box-shadow: 0px 0px 16px 2px rgba(24,24,24,1);
    z-index: 1;
}
.socials a{
    margin-left: 15px;
    margin-right: 15px;
    height: 30px;
    transition: 0.3s;
}
.socials a:hover{
    transform: scale(1.2);
}
.socials img{
    cursor: pointer;
    height: 100%;
}
.link{
    color: #d63d35;
    text-decoration: none;
    font-weight: 600;
}
.contactLink{
    color: #d63d35;
    text-decoration: none;
    font-weight: 600;
}
@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: RalewayBlack;
    src: url(fonts/Raleway-Bold.ttf);
}
a{
    color: #181818;
    text-decoration: none;
}
.welcome{
    width: 90%;
    margin-top: 130px;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.welcome h2{
    font-family: 'RalewayBlack';
}










#phoneMenu{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 2;
}

#btnClose{
    position: absolute;
    width: 30px;
    top: 25px;
    right: 30px;
    display: block;
    height: 30px;
    background-image: url("images/icons/close.png");
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
}

#btnClose:hover{
    transform: scale(1.2);
}

#phoneMenu div{
    font-size: 30px;
    color: #373737;
    width: auto;
    text-align: center;
    margin-top: 40px;
    margin-left: 0px;
    cursor: pointer;
}

#phoneMenu div:first-child{
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    cursor: default;
    margin-left: 0;
}

#phoneMenu div a{
    transition: 0.3s;
    font-size: 28px;
}

#phoneMenu div a:hover{
    border: solid #181818 2px;
    padding: 5px;
}

#menubtn{
    background-image: url("images/icons/menu.png");
    background-position: center;
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: 0;
    display: none;
    transition: 0.3s;
}
.problemSolver{
    margin-left: auto;
    margin-right: 3vw;
    display: flex;
    align-items: center;
}

#menubtn:hover{
    transform: scale(1.1);
}


.switchLangDe{
    background-image: url("images/icons/germany.png");
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-left: auto;
    cursor: pointer;
    border-radius: 1000px;
    border: white solid 2px;
    outline: 0;
    transition: 0.3s;
    margin-right: 30px; 
}

.switchLangDe:hover{
    transform: scale(1.1);
}

.switchLangEn{
    background-image: url("images/icons/united-kingdom.png");
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-left: auto;
    cursor: pointer;
    border-radius: 1000px;
    border: white solid 2px;
    outline: 0;
    transition: 0.3s;
    margin-right: 30px; 
}

.switchLangEn:hover{
    transform: scale(1.1);
}

.aboutPhil{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    margin-top: 120px;
    flex: auto;
}
.aboutRic{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    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;
}
.aboutRicImage{
    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: -65px;
    margin-right: -40px;
    
}
.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-bottom: 30px;
}
.aboutRicImageMobile{display: none;}
.aboutBackground{
    background-color: red;
    margin-top: 100px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(images/HG_Ricky.jpg);
    background-size: cover;
    
}


