/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/backround.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.container {
    width: 100%;
height: 100vh;
padding-left: 8%;
padding-right: 8%;}

.navbar {
    height: 12%;
    display: flex;
    align-items: center;
}
.logo {
    width: 50px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 0px;
}
.menu-icon {
    width: 30px;
    cursor: pointer;
    margin-left: 40px;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul li {
    list-style: none;
    display: inline-block;
    margin-left: 60px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
.row{
    display: flex;
    height: 88%;
    align-items: center;
}
.col{
    flex-basis: 50%;
}

h1{
    color: #fff;
    font-size: 100px;

}

p{
    color: #fff;
    font-size: 11px;
    line-height: 15px;
}
button{
    width: 180px;
    color: #000;
    font-size: 12px;
    padding:12px 0;
    background: #fff;
    border:0;
    border-radius: 20px;
    outline: none;
    margin-top: 30px;

}
.card {
    width:300px;
    height:330px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
    
}
.card1 {
    background-image: url(images/uebermich.PNG);
}
.card2{
    background-image: url(images/wüste.JPG);
}
.card3{
    background-image: url(images/abu_dhabi.JPG);
}
.card4{
    background-image: url(images/Fähigkeiten.PNG);
}

.card:hover{
    transform: translateY(-10px);
}

h5{
    color: #fff;
    text-shadow:0 0 5px #999;
}
.card p{
    text-shadow:0 0 15px #000;
    font-size: 8px;
}







@media only screen and (max-width: 600px) {
    .container {
        padding: 0 20px; 
        margin-top: 150px;
    }
    
    .navbar {
        height: auto; 
        flex-direction: column; 
        justify-content: center; 
    }
    
    .logo {
        padding: 10px 0; 
    }
    
    .menu-icon {
        margin-left: 20px; 
        margin-top: 10px; 
    }
    
    nav {
        text-align: center; 
       
    }
    
    nav ul li {
        display: block; 
        margin: 10px 0; 
    }
    
    .row {
        flex-direction: column; 
        text-align: center;
    }
    
    .col {
        flex-basis: auto; 
        margin-bottom: 30px; 
    }
    
    h1 {
        font-size: 60px; 
    }
    
    .card {
        width: calc(50% - 40px); 
        margin: 0 20px 20px; 
    }
   
   
    

}

*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/backround.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.container {
    width: 100%;
    height: 100vh;
    padding-left: 8%;
    padding-right: 8%;
}

.navbar {
    height: 12%;
    display: flex;
    align-items: center;
}

.logo {
    width: 50px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 0px;
}

.menu-icon {
    width: 30px;
    cursor: pointer;
    margin-left: 40px;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul li {
    list-style: none;
    display: inline-block;
    margin-left: 60px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    height: 88%;
    align-items: center;
    justify-content: center;
}

.col {
    flex-basis: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

h1 {
    color: #fff;
    font-size: 100px;
}

p {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
}

button {
    width: 180px;
    color: #000;
    font-size: 12px;
    padding:12px 0;
    background: #fff;
    border: 0;
    border-radius: 20px;
    outline: none;
    margin-top: 30px;
}

.card {
    width: 300px;
    height: 330px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
}

.card1 {
    background-image: url(images/uebermich.PNG);
}
.card2{
    background-image: url(images/wüste.JPG);
}
.card3{
    background-image: url(images/abu_dhabi.JPG);
}
.card4{
    background-image: url(images/Fähigkeiten.PNG);
}

.card:hover {
    transform: translateY(-10px);
}

h5 {
    color: #fff;
    text-shadow: 0 0 5px #999;
}

.card p {
    text-shadow: 0 0 15px #000;
    font-size: 8px;
}

@media only screen and (max-width: 1000px) {
    .container {
        padding: 0 20px; 
        margin-top: 150px;
    }
    
    .navbar {
        height: auto; 
        flex-direction: column; 
        justify-content: center; 
    }
    
    .logo {
        padding: 10px 0; 
    }
    
    .menu-icon {
        margin-left: 20px; 
        margin-top: 10px; 
    }
    
    nav {
        text-align: center; 
    }
    
    nav ul li {
        display: block; 
        margin: 10px 0; 
    }
    
    .row {
        flex-direction: column; 
        text-align: center;
    }
    
    .col {
        flex-basis: auto; 
        margin-bottom: 30px; 
    }
    
    h1 {
        font-size: 60px; 
    }
    
    .card {
        width: calc(100% - 40px); 
        margin: 0 20px 20px; 
    }
}
