/* general */
html{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;}
.background-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('pic/water.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    z-index: -1;}
header{
    background-color: none;
    width: 100%;}

/* home */ 
.logo {
    font-size: 2rem;
    display: flex;
    color: #333;
    font-weight: bold;
    max-width: 100%;
    margin-bottom: 5%;
    padding-left: 9%;
    padding-top: 3%;
position:fixed}
.logo a{
    text-decoration: none;
    color: #333;}
.logo a:hover{
    color: #BAFF29;}
h1 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #333;}
.start{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;}
.scroll-container{
    height: 150%; /* Vollbildhöhe für jeden Abschnitt */
    overflow-y:scroll; /* Ermöglicht vertikales Scrollen */
    width: 100%;
    scroll-snap-type: y mandatory; /* Snap-Scrolling erzwingen */
    scroll-padding-top:15%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;}
.links a{
    color: #BAFF29;
    text-decoration: none;
    font-size: 1.2rem;}
.links{
    color: #BAFF29;
    font-size: 1.2rem;
    text-align: left;
font-size: 1rem;}
.links a:hover{
    font-weight: 300;}
.section{
    scroll-snap-align:start; /* Abschnitt oben anordnen */
    padding: 10%;
    max-width: 100%;
    color: #333;}

.section2{
    scroll-snap-align:start; /* Abschnitt oben anordnen */
    padding: 10%;
    max-width: 100%;
    text-align: left;
    background: rgba(51, 51, 51, 0.6);
    color: white;}
.section2 a{
    color: #BAFF29;
    text-decoration: none;}
.about{
    font-size: 1.5rem;
    line-height: 1.2;
    padding-left: 9.5%;
    padding-right: 10%;
    scroll-padding-top: 5%;
    color: #333;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;}
.mea{
    font-weight: bold;
    font-size: larger;
    color: #BAFF29;}

/* responsive */
@media (max-width:600px){
    .logo{
        margin: 1.5%;
        padding-top: 4%;
        
    }
    h1{
        font-size: 1.3rem;
        margin-top: 35%;
      }
    .about{
        padding-top: 30%;
        font-size: 1rem;
    }
    .background-pattern{
        height: 1500px;
    }
    .section2{
        padding: 2%;
    }
    .links{
        font-size: 1rem;
    }
    .links a{
        font-size: 1rem;
    }
}
@media (max-width:1000px){
    h1{
        font-size: 3rem;
        margin-top: 25%;
    }}