body{
    margin:0;
}

.header{
    height:60px;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color:rgb(39, 52, 74);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);

}
.header-start{
    height:100px;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    text-shadow: 0 0 5px black;

}

.startseitenlink{
    display:flex;
    flex-direction:row;
    height:100%;
    align-items:center;
    gap:20px;
    text-decoration: none;
    
}
h1{
    color: rgb(255, 255, 255);
    font-family: "Poiret One", sans-serif;
    font-weight: bold;
    font-size: 18px;

    

}

.logo{
    height:56px;
    width:56px;
    border-radius: 35px;
    margin-left:30px;
}

.menulinks{
    display:flex;
    flex-direction: row;
    margin-right: 30px;
    gap:10px;
}

.menulink{
    color: white;
    font-family: "Poiret One", sans-serif;
    text-decoration: none;
    font-weight: 100;
    font-size: 20px;
    padding: 10px 15px;
}

.menulink:hover{
    color: white;
    font-family: "Poiret One", sans-serif;
    text-decoration: none;
    font-weight: 100;
    font-size: 20px;
    padding: 10px 15px;
    background-color:rgb(53, 71, 101);
    border-radius: 10px;
}




.ganze-seite{
    background-color: rgb(228, 226, 224);
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.ganze-seite-start{
    background-color: rgb(228, 226, 224);
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
}
.ganze-seite-bildergallerie{
    background-color: rgb(41, 40, 37);
    width:100%;
    display:flex;
    justify-content: center;
    padding-top: 60px;
}
.seiteninhalt{
    width: 100%;
    max-width: 1200px!important;
    min-height: 100vh;
}





.start-bereich{
    background-image: url(./img/start.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
}
.start-overlay{
    background-color: rgba(255, 255, 255, 0.3);
}


.sloganbereich{
    color: rgb(39, 52, 74);
    font-family: "Poiret One", sans-serif;
    text-decoration: none;
    font-weight: 100;
    font-size: 40px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 30px;
    flex-direction:row;
}
.slogan{
    text-align:center;
    margin:0px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius:5px;
}

.dennis-foto-bereich{
    padding:5px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color:black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:8px;
    text-align:center;

}
.dennis-foto{
    height:120px;
    aspect-ratio: 1 / 1;
    object-fit:cover;
    border-radius: 60px;
    margin:5px;
}
.dennis-foto-link{
    text-decoration: none;
}



.buchungsanfrage-button-bereich{
    width:auto;
    height:auto;
    padding: 60px 20px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    gap:20px;
}
.buchungsanfrage-button-seite-bereich{
    width:auto;
    height:auto;
    padding: 0px 20px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.buchungsanfrage-button{
    height:auto;
    width:auto;
    padding:15px 30px;
    background-color: rgba(0, 0, 0, 0.6);
    text-decoration:none;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.buchungsanfrage-button:hover{
    background-color: rgba(0, 0, 0, 0.8);
}
.mehrere-button{
    display:flex;
    flex-direction: column;
    height:auto;
    width: 300px;
    gap:20px;
}
.kontakt-button{
    height:auto;
    width:auto;
    padding:15px 30px;
    text-decoration:none;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.dienstleistungen-bereich{
    display: flex;
    flex-direction: column;
    padding:20px 0px;
}
.säule-umgekehrt{
    flex-direction: column-reverse!important;
}
.reihe-umgekehrt{
    flex-direction: row-reverse!important;
}
h2{
    color: rgb(39, 52, 74);
    font-family: "Poiret One", sans-serif;
    font-weight: 100;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin:10px;
}
.dienstleistung-reihe{
    display:flex;
    flex-direction: row;
    width:100%;

}
.dienstleistung{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(251, 251, 251);
    border-radius: 25px;
    padding:25px;
    margin:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.dienstleistung-seite{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding:20px;
    margin:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.dienstleisung-bild{
    width:100%;
    aspect-ratio: 3 / 2;
    object-fit: cover; 
}
h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom:0px;
}
p{
    font-size: 20px;
}
.impressum-bereich{
    padding:12px;
}
.impressum-schrift{
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
}
.seite-buchungslink{
    text-decoration: none;
    font-size: 20px;
    color:black;
}
.seite-buchungslink:hover{
    text-decoration: none;
    font-size: 20px;
    color:rgb(42, 57, 171);
}
.button-bereich{
    width:100%;
    height:100%;
    padding:10px;
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.button{
    height:auto;
    width:auto;
    background-color: rgb(80, 98, 131);
    text-decoration:none;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-right: 10px;
    padding:12px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.button:hover{
    background-color: rgb(39, 52, 74);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}


.footer-bereich{
    height:auto;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color:rgb(39, 52, 74);
    padding:0px;
    box-sizing: border-box;
}
.footer-oben{
    height:auto;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.footerlinks{
    display:flex;
    flex-direction: column;
    margin-right: 0px;
    gap:0px;
}

.footerlink{
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
    padding: 5px 5px;
}

.footerlink:hover{
    background-color:rgb(53, 71, 101);
    border-radius: 10px;
}
.footer-cookie{
    color:white;
    font-family:'Courier New', Courier, monospace;
    font-size:14px;
    text-align: center;
    padding:30px 20px;

}

.header-seite{
    padding:20px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    
}

.button-seite-bereich{
    width:auto;
    height:100%;
    padding:10px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0px;
}
.zuruck-button-bereich{
    width:auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 10px;
}
.zuruck-button{
    text-decoration:none;
    color:black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: rgb(202, 202, 202);
    padding:5px 10px;
    border-radius:5px;

}
.zuruck-button:hover{
    background-color: rgb(177, 177, 177);
}
.fette-schrift{
    font-weight: bold;
}
.tabellen-bereich{
    padding:100px 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
}
table{
    margin-bottom: 50px;
    font-size: 20px;
}
tr{
    display:flex;
    flex-direction: row;
    align-items: flex-start;
}
td{
    padding-left: 10px;
}
form{
    margin-left:20px;
    font-size: 20px;
}
.platz{
    height:100px;
}
.bildergallerie-überschrift{
    color: white;
    padding-bottom: 50px;
}
.gallerie-alle-bilder{
    display:flex;
    flex-direction: column-reverse;
    width: auto;
}
.gallerie-bild-bereich{
    display:flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 80vh;
    padding:10px 0px;
    border-top: 4px solid black;

}
.gallerie-bild{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.abstand-drunter{
    margin-bottom:20px;
}


@media(max-width: 700px){
    .dienstleistung-reihe{
        display:flex;
        flex-direction: column;
    
    }
    .säule-umgekehrt{
        flex-direction: column!important;
    }
    .reihe-umgekehrt{
        flex-direction: column!important;
    }

    .dienstleistung{
        width: auto;
    
    }
    .dienstleistung-seite{
        width: auto;
    
    }
    .menulinks{
        display:none;
    }
    .header{
        display: flex;
        justify-content: center;
    }
    .sloganbereich{
        font-size: 20px;
        padding:10px;
    }
    .slogan{
        margin-bottom:20px;
        width: 200px;
    }
    .dennis-foto{
        height:80px;
        border-radius: 40px;
    }
    .buchungsanfrage-button-bereich{
        padding:40px 10px;
    }

    .footer-oben{
        height:auto;
        width:auto;
        padding:20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        justify-content: space-around;
    }
    .button-bereich{
        padding:10px;
        gap:15px;
        display:flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .button-seite-bereich{
        justify-content: center;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 25px;
    }
    p{
        font-size: 16px;
    }
    table{
        font-size: 16px;
    }
    .button{
        font-size: 16px;
    }
    .buchungsanfrage-button{
        padding:10px 20px;
        font-size: 18px;
        border-radius: 10px;
    }
    form{
        font-size: 16px;
    }
}