body {
    font-family: Arial, Helvetica, sans-serif;
}

.Headline {
    color: #414141;
    font-size: 45px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    font-family: 'Space Grotesk', sans-serif;
    text-decoration: underline;
}

.nav {
    display:flex;
    padding-left: 60px;
}

.nav-four {
    margin-top: 60px;
}

.full-logo {
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 0px;
    width: 13%;
    height: 10%;
    border: 3px solid rgb(252, 255, 47); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}  


ul {
    padding-top: 30px;
    padding-left: 500px;
    justify-content: space-between;
}

li {
    float: left;
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    font-family: sans-serif;
    text-transform: uppercase;
    transition: .1s;
}

li a {
    color: #575555  ;
    text-decoration: none;
    transition: .4s;
    margin-left: 8px;
    font-weight: lighter;
    font-size: 25px;
}

ul:hover li a {
    border: 3px black solid;
    filter: blur(2px);
}

ul:hover li a:hover{
    font-size: 35px;
    filter: blur(0px);
    background-color: #e7e7e6;
    font-weight: bold;
    color: #535353ec;
}

.maps {
    margin-left: 210px;
    margin-right: 250px;
    display: flex;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 30px;
    border: rgb(255, 225, 56) solid;
    margin-top: 100px;
    -webkit-filter: drop-shadow(222px 2px 2222px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(2px 2px 32px rgb(247, 250, 83));

}

.text-maps {
    padding-top: 50px;
    background-color: #ececec;
    font-size: 20px;
    font-weight: 550;
    color: #1a1a1ae3;
    text-align: center;
    border-radius: 20px;
    margin: 30px;
}

.maps-frame {
    border-radius: 20px;
    border: #5f5f5fec solid;
    height: 350px;
    width: 650px;    
    margin: 30px;
}

.Home-bild  {
    width: 100%;
    filter: brightness(80%);
    flex: 1;
    display: inline-block;
    vertical-align: top; 
    border-radius: 20px;
}

.Home-bild-2 {
    margin-right: 100%;
    width: 100%;
    filter: brightness(80%);
    flex: 1;
    display: inline-block;
    vertical-align: top; 
    border-radius: 20px;
}

.bild-conatiner {
    margin-top: 40px;
    padding:10px;
    width: 99%;
    clip-path: inset(0px 90px 0px 98px);
    height: 690px;
    background-color: #ffdb3d;
    position: relative;
    display: flex;
}

.Home-bild-text {
    position: absolute;
    top: 150px;
    color: #fff;
    padding: 5px;
}

.h1-Darwish-Bauelemente {
    font-size: 100px;
    padding-left: 450px;
    padding-bottom: 40px;
    text-shadow: 5px 4px 10px rgb(255, 251, 0);
    filter: drop-shadow(2px 2px 2px rgb(247, 156, 72));
}

.jalosin-container {
    background-color: #fff279;
    margin-top: 40px;
    margin-bottom: 40px;
    clip-path: inset(90px 230px 0px 200px);
    height: 800px;
    position: relative;
}

.jalosin {
    width: 76%;
    margin-top: 100px;
    margin-left: 210px;
    height: 690px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(60%);
}

.jalosin-text {
    position: absolute;
    top: 130px;
    color: #fff;
    padding: 20px;
}

.h2-Warum-Darwish {
    font-size: 50px;
    padding-left: 260px;
    padding-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(255, 230, 0, 0.671);
}

.text-container {
    padding-left: 10px;
    padding-bottom: 222px;

}

.punkte {
    padding-left: 260px;
	font-size: 32px;
	color: #ffd000;
	font-weight: bold;
	margin: 5px 0;
	padding-bottom: 10px;
}

.impressum {
    margin-left: 210px;
    padding-top: 30px;
    font-size: 18px;
    font-family: sans-serif;
}

.datenschutz {
    padding-right: 50px;
    font-size: 18px;
    font-family: sans-serif;
    float: left;
}

.mobile-trigger,
.mobile-nav {
    display: none;
}

.mobile-galerie {
    display: none;
}

@media only screen and (max-width: 768px) {
    .nav {
        padding-left: 0px;
        display: block;
    }

    .nav-four {
        display: none;
    }

    .full-logo {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
        width: 50%;
        height: 20%;
        border: 3px solid rgb(252, 255, 47); 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    ul {
        padding-left: 20px;
        display: block;
    }

    .logo {
        display: none;
    }

    .Headline {
        font-size: 25px;    
        margin-top: 10px;
        padding-left: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .header {
        margin-left: 20px;
        font-size: 22px;
    }

    .datenschutz, .impressum {
        margin-left: 10px;
        font-size: 15px;
    }

    .mobile-trigger {
        display: block;
        margin-left: 20px;
    }

    li a, li {
        font-size: 22px;
        background-color: rgba(201, 201, 201, 0.418);
        float: none;
        margin-bottom: 7px;
    }
	
    ul:hover li a {
        border: 0px black solid;
        filter: blur(0px);
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .maps {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 40px;
        margin: 10px;
        margin-top: 70px;
    }

    .maps-frame {
        width: auto;
        margin: 10px;
        border-radius: 50px;
    }

    .text-maps {
        margin: 10px;
        font-size: medium;
        border-radius: 40px;
    }

    .jalosin-container {
        clip-path: none;
        background-color: rgb(255, 251, 0);
        border-radius: 15px;
        height: 510px;
        width: 380px;
    }

    .jalosin {
        width: 100%;
        margin: 10px;
        clip-path: inset(0px 20px 200px 0px);
    }

    .jalosin-text {
        padding: 20px;
        top: 0;
    }

    .h2-Warum-Darwish {
        padding-left: 20px;
        font-size: 35px;
    }

    .text-container {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .punkte {
        padding-left: 23px;
        font-size: 22px;
        padding-bottom: 10px;
    }

    .bild-conatiner {
        display: none;
    }

    .mobile-galerie {
        display: block;
        text-align: center;
        margin-bottom: -30px;
    }

    .mobile-galerie img {
        width: 47%;
        margin: 1%;
        border-radius: 10px; 
        box-shadow: 0 0 10px rgb(255, 187, 0); 
        transition: transform 0.3s ease-in-out; 
    }
}
