body {
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.greeting {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #CC0000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.greeting h3 {
    font-size: 16px;
    color: white;
}

.header {
    display: flex;
    height: 150px;
    width: 100%;
    align-items: center;
    box-shadow:  6px 4px 1px rgb(0 0 0 / 20%);
}

.header h2 {
    padding-left: 50px;
    font-size: 25px;
}

.navBar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.navBarChild a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 20px;
}

.navBarChild a:hover {
    text-decoration: underline;
}

.phoneIcon {
    height: 20px;
}

.phoneNumber {
    display: flex;
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    align-items: center;
    justify-content: center;
    color: white;
}

.phoneNumber a {
    color: black;
}

.contact a {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
}

.contact {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.logoHeader {
    height: 100px;
    display: flex;
    padding-left: 60px;
    padding-top: 10px;
}

.buttonChild {
    display: flex;
    background-color: rgb(0, 168, 205);
    padding: 10px;
    border-radius: 10px;
    width: 180px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.button {
    margin-left: 20px;
}

.backgroundImg {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.textMain {
    position: absolute;
    top: 200px;
    left: 78px;
    font-size: 40px;
}
.eMailSuccess {
    display: flex;
    margin-top: 80px;
    justify-content: center;
    background-color:rgb(254, 236, 236);
    margin-top: -5px;
}


.backToStartImg{
    width: 100%;
    display: flex;
    height: 500px;
    object-fit: cover;
    position: relative;

}
.footer{
    background-color: rgb(70, 67, 67);
    color: white;
    height: 800px;
}

.footerHeader{
    display: flex;
    justify-content: space-between;
    margin-left:100px;
    padding-top:30px;
    
}

.footerHeader h2{
    font-size: 40px;
}

.footerHeaderChild{
    display:flex;
    flex-direction: column;
    margin-right:100px;
}

.footerHeaderMain{
    display:flex;
}

.undertag{
    line-height: 2em;
    text-decoration: none;
    color: white;
}

.undertag :hover{
    cursor: pointer;
    text-decoration: underline;
}

.unterteilung1{
    position: relative;
    left:10%;
    right:10%;
    display:flex;
    width: 80%;
    margin-top:80px;
}

.unterteilung2{
    position: relative;
    left:10%;
    right:10%;
    display:flex;
    width: 80%;
}
.footerPlacesHeader{
    display:flex;
    justify-content: center;
    padding-top: 40px;
}

.footerPlacesList{
    display:flex;
    justify-content: center;
    gap: 20px;
    font-size: 16px;
}

.impressum{
    display:flex;
    justify-content: center;
    padding-top:40px;
    gap: 20px;
}

.impressum a{
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.impressum a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.footerEnd p{
    display:flex;
    justify-content: center;
    font-size: 16px;
    padding-top:30px;
}
