*{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
html{
    width: 100%;
    margin: 0px;
}
head{
    margin: 0px;
    padding: 0px;
}
nav{
    background-color: white;
    margin: 0px;
    padding: 5px;
    width: 100%;
    height: 100px;
    position: fixed;
    font-size: 40px;
}
nav ul{
    float: right;
    margin-right: 10%;
}
nav li{
    display: inline-block;
    padding: 5px;
    margin: 15px 5px;
    margin-right: 0px;
    padding-right: 0px;
}

nav a{
    text-decoration: none;
    color: gray;
}
body{
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    width: 100%;
}
main{
    width: 100%;
    margin-top: 100px;
    height: calc(100vh - 160px);
}
footer{
    background-color: #CBAC52;
    width: 100%;
    height: 60px;
    padding: 0px 10%;
    display: flex;
    justify-content: space-between;
}

#logo{
    height: 80px;
    width: auto;
    margin-top: 10px;
    margin-left: 10%;
}

#überschrift{
    background-image: url(Bilder/logo_barakah\ events.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    margin: 0% 10%;
    margin-bottom: 2%;
    width: 80%;
    height: 400px;
}

#hayati-inanc_überschrift{
    background-image: url(Bilder/hayati-inanc_überschrift.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    width: 100%;
    height: 700px;
}

#überschrift h1{
    text-align: center;
    margin: 160px 0px;
    font-size: 300%;
    color: rgba(128, 128, 128, 0.5);
}

#text{
    background-color: #CBAC52;
    padding: 3% 10%;
    width: 80%;
    text-align: center;
    font-size: 50px;
}

#iletisim{
    background-color: gray;
    padding: 3% 10%;
    width: 80%;
    font-size: 50px;
    height: 100%;
}



#hayati-inanc_infos{
    background-color: #fff;
    padding: 3% 10%;
    width: 80%;
    font-size: 20px;
}

#fett{
    font-size: 80px;
    font-weight: 600;
    margin: 30px 0;
}

#dünn{
    font-size: 65px;
    font-weight: 300;
    margin-bottom: 50px;
    
}

#unterüberschrift{
    background-color: #161e43;
    padding: 3% 10%;
    width: 80%;
    font-size: 90px;
    font-weight: 400;
    color: #fff;
}
#datum{
    float: left;
    font-size: 40px;
}
#paypal{
    display: flex;
    justify-content: center;
    padding: 2%;
}
#flyer{
    background-color: gray;
    padding: 3% 10%;
    width: 80%;
    /*max-height: calc(100vh - 100px);
    width: auto;*/
    
}

#maps{
    padding: 3% 10%;
    width: 80%;
    background-color: white;
    margin: 0px;
}

#instagram_logo{
    height: 30px;
    margin: 15px;
    vertical-align: middle;
    margin-right: 10px
}
#instagram_text{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    display: inline;
}

#credit{
    float: right;    
    margin: 15px 0;
    padding-bottom: 5px;
    color: white;
    display: inline;
    padding-inline-end: 10%;
    margin-right: 10%;
}

#events{
    display: block;
    justify-content: center;
    align-items: center;
    margin: 3% 10%;
}

#events h1 {
    text-align: left;
    font-size: 40px;
    font-weight: 300;
    margin-top: 30px;
}

#güncel_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    margin: 30px;
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }

#güncel_inhalt{
    width: 600px;
    border-radius: 8px;
    box-shadow: 10px 10px 10px rgba(119, 119, 119, 0.5);
}

#güncel_div a {
    display: block;
    width: 100%;
    height: 100%;
}

#güncel_hayati-inanc{
    width: 100%;
    height: auto;
}

#jetzt-kaufen-container {
    width: 100%;
    height: 333px;
    background-color: rgba(242, 242, 242, 0.9); /* Hintergrundfarbe anpassen */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* Horizontal zentrieren */
    position: fixed; /* Optional: Fixieren Sie das Feld an einer bestimmten Position auf der Seite */
    bottom: 70px; /* Optional: Am unteren Ende der Seite positionieren */
    right: 10px; /* Optional: Am rechten Ende der Seite positionieren */
    box-shadow: 10px 10px 10px rgba(119, 119, 119, 0.7);

}
#jetzt-kaufen {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#jetzt-kaufen a{
    font-size: 100px;
}
#jetzt-kaufen s{
    font-size: 90px;
    color: gray;
    font-weight: 100;
}

#jetzt-kaufen button {
    width: 500px;
    height: 120px;
    padding: 20px;
    color: #fff;
    background-color: #CBAC52;
    box-shadow: 4px 4px 4px rgba(119, 119, 119, 0.7);
    font-size: 60px;
    font-weight: 600;

    margin: 20px 20px; /* Abstand zwischen Text und Button anpassen */
}
