:root{
    --background-color: rgba(211, 211, 211);
    --darker-background-color: #243848;
    --accent-color: #4194e1;
    --text-color: #FFFFFF;
    --navbar-height: 80px;
}
*{
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: var(--text-color);
}
html{
    height: 100%;
}
body{
    height: 100%;
}
.FavIcon{
    display: none;
}
nav{
    z-index: 100000;
    height: var(--navbar-height);
    background-color: var(--background-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .logo{
    margin-left: 30px;
    font-size: 30px;
    text-decoration: none;
}
nav ul{
    font-size: 22px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}
nav li{
    z-index: 100000;
    height: 100%;
    width: 200px;
    text-align: center;
    position: relative;
}
nav li:hover{
    background: var(--accent-color);
}
nav ul a{
    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
}
.dropdown{
    height: min-content;
    width: 200px;
    background: var(--background-color);

    display: none;
    flex-direction: column;
    
    position: absolute;
    left: 0;
    top: var(--navbar-height);   
}
.dropdown li{
    height: 70px;
    width: 100%;
}
.dropdown li a{
    justify-content: flex-start;
    padding-left: 30px;
    width: calc(100% - 30px);
}
nav li:hover .dropdown{
    display: flex;
}
nav input[type="checkbox"]{
    display: none;
}
.expandable_li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle_button{
    width: 30px;
    height: 23px;

    position: absolute;
    top: 25px;
    right: 25px;

    display: none;
    flex-direction: column;
    justify-content: space-between;
}
.bar{
    height: 4px;
    width: 100%;
    background: var(--text-color);
    border-radius: 100px;
} 
@media(max-width: 1060px){
    .toggle_button{
        display: flex;
    }
    nav li:hover{
        background: var(--background--);
    }
    nav ul{
        height: min-content;
        width: 100%;
        background-color: var(--background-color);

        display: none;
        position: absolute;
        top: var(--navbar-height);
    }
    nav li{
        height: min-content;
        width: 100%;
    }
    nav ul a{
        padding: 10px 0;
        background-color: var(--background-color);
    }
    .expandable_li{
        display: block;
    }
    .expandable_li label{
        padding: 10px 0;
        cursor: pointer;
        display: block;
        background-color: var(--background-color);
    }
    .expandable_li:hover .dropdown{
        display: none;
    }
    .expandable_li input[type="checkbox"]:checked ~ .dropdown{
        display: block;
    }
    .dropdown{
        position: static;
        width: 100%;
        font-size: 15px;
        margin: 0px;
    }
    .dropdown li{
        padding: 0;
        display: block;
        position: static;
    }
    .dropdown li a{
        background: rgb(198, 198, 198);  
        width: 100%;
        padding: 0;
        justify-content: center;
    }
    #toggle_button:checked ~ ul{
        display: block;
    }
}
@media(max-width:350px){
    nav .logo{
        margin-left: 5px;
    }
    .title{
        font-size: 9vw;
    }
}
@font-face {
    font-family: 'MeineSchrift';
    src: url(DancingScript-Medium.ttf);
}
.container {
    position: relative;
    text-align: center;
}
.h1, .h3 {
    position: absolute;
    width: calc(100% - 100px); /* 100px Padding von beiden Seiten subtrahieren */
    left: 50%; /* Zentriert die horizontale Position */
    transform: translateX(-50%);
    padding: 25px 50px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.h1 {
    top: 150px;
    font-size: 5vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: rgba(211, 211, 211, 0.651);
}
.h3 {
    top: 300px;
    font-size: 2vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: rgba(211, 211, 211, 0.651);
}
.Background0{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.Background1 {
    position: absolute;
    justify-content: space-around;
    border: 0px solid;
    width: 100%;
    height: 1025px;
    background-color: rgb(236, 204, 134);
    color: rgb(68, 65, 60);
    top: 800px;
}
.container5{
    position: absolute;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    width: 80vw;
    top: 75px;
    left: 4vw;
    background-color: rgba(201, 201, 201, 0.774);
}
.container2{
    box-sizing: border-box;
    justify-content: space-around;
    border: 0px solid;
    margin: 15px;
    background-color: aliceblue;
    padding: 15px 30px;
    font-size: 20px;
    text-align: center;
    color: black;
    line-height: 1.4;
}
.Schaukel{
    box-sizing: border-box;
    justify-content: space-around;
    margin: 15px;
    border: 3px solid;
    border-color: aliceblue;
    border-radius: 3px;
}
.Schaukel1{
    width: 200px;
    height: 280px;
}
.Wohnung1{
    width: 420px;
    height: 420px;
    box-sizing: border-box;
    border: 0px solid;
    margin: 25px;
    flex: 1;
}
.container6{
    position:absolute;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-around;
    width: 1200px;
    height: auto;
    top: 475px;
    right: 100px;
    background-color: rgba(201, 201, 201, 0.774);
}
.container3{
    background-color: rgba(236, 204, 134, 0);
    font-size: 45px;
    text-align: left;
    line-height: 1.5;
    font-family: 'MeineSchrift', sans-serif;
    color: black;
    padding: 20px;
}
.container4{
    background-color: rgba(236, 204, 134, 0);
    font-size: 20px;
    text-align: left;
    line-height: 1.1;
    color: black;
    padding: 10px;
}
.Background2{
    display: flex;
    width: 100%;
    height: 3600px;
    background-image: linear-gradient(to bottom, rgb(84, 185, 138), rgb(84, 185, 138)65%, rgb(236, 204, 134)70%, rgb(236, 204, 134));
    border: 0px solid;
}
.Titel2{
    position: absolute;
    box-sizing: border-box;
    font-family: 'MeineSchrift', sans-serif;
    top: 1900px;
    padding: 25px auto;
    border: 0px solid;
    color: black;
    font-size: 60px;
    left: 19vw;
    right: 19vw;
    text-align: center;
    background-color: rgba(201, 201, 201, 0.774);
    border: 1px solid;
    border-color: black;
    border-radius: 2px;
}
.container7{
    position: absolute;
    box-sizing: border-box;
    left: 1200px;
    top: 2210px;
    border: 0px solid;
    background-color:rgba(201, 201, 201, 0.774);
    height: auto;
    width: 230px;
    text-align: left;
    line-height: 1.75;
    font-size: 20px;
    padding: 15px 15px;  
}
.container8{
    position: absolute;
    box-sizing: border-box;
    border: 2px solid;
    border-color: rgb(84, 185, 138);
    background-color: rgb(84, 185, 138);
    height: auto;
    width: 440px;
    word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 20px;
  line-height: 1.75;
  color: black;
}
.summary2{
    margin-top: 400px;
}
.container9{
    position: absolute;
    box-sizing: border-box;
    border: 0px solid;
    background-color: rgba(201, 201, 201);
    right: 5vw;
    top: 2158px;
    height: auto;
    width: 210px;
    font-size: 20px;
    padding: 15px;
    line-height: 1.7;
    text-align: center;
    color: black;
}
.container11{
    border: 2px solid;
    box-sizing: border-box;
    border-color: rgb(84, 185, 138);
    background-color: rgb(84, 185, 138);
    height: auto;
    width: 440px;
    font-size: 20px;
    line-height: 1.75;
    margin: 10px;
    color: black;
}
.Bild1{
    position: absolute;
    box-sizing: border-box;
    left: 550px;
    height: 320px;
    width: 520px;
}
.Bild2{
    box-sizing: border-box;
    position: absolute;
    left: 550px;
    margin: 10px;
    height: 320px;
    width: 520px;
}
.container10{
    position: absolute;
    box-sizing: border-box;
    border: 0px solid;
    background-color: rgba(201, 201, 201, 0.774);
    right: 15vw;
    left: 15vw;
    top: 3140px;
    height: auto;
    width: auto;
    font-family: 'MeineSchrift', sans-serif;
    font-size: 50px;
    text-align: center;
    padding: 25px 50px;
    border-radius: 20px;
    color: black;
}
.Dropdown{
    position: absolute;
    box-sizing: border-box;
    top: 2100px;
    left: 60px;
    list-style: none;
}
details {
    box-sizing: border-box;
    margin-bottom: 10px;
    top: 100px;
}
summary {
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    font-size: 30px;
    color: black;
}
.Link1{
    color: black;
}
.Bild3{
    box-sizing: border-box;
    position: absolute;
    top: 3500px;
    left: 12vw;
    height: 250px;
    width: 250px;
}
.container12{
    box-sizing: border-box;
    position: absolute;

    font-family: 'MeineSchrift', sans-serif;
    font-size: 40px;
}
.container13{
    box-sizing: border-box;
    position: absolute;
    top: 130px;
    font-family: 'MeineSchrift', sans-serif;
    font-size: 25px;
}
.container14{
    box-sizing: border-box;
    position: absolute;
    top: 170px;
    font-family: 'MeineSchrift', sans-serif;
    font-size: 25px;
}
.container15{
    box-sizing: border-box;
    position: absolute;
    top: 3850px;
    right: 5vw;
}
.maps{
    width: 300px;
    height: 450px;
}
.container16{
    position: absolute;
    top: 3850px;
    left: 12vw;
    font-size: 20px;
}
.Titel3{
    font-size: 55px;
    font-family: 'MeineSchrift', sans-serif;
}
.Flex3{
    flex-direction: column;
    box-sizing: border-box;
    position: absolute;
    right: 12vw;
    top: 3500px;
    width: 500px;
}
.Hund1{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.summary1, .summary2{
    font-family: 'MeineSchrift', sans-serif;
    font-size: 35px;
}
.cookie-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #757575;
    color: #000000;
    padding: 10px;
    text-align: center;
    z-index: 9999;
}
.cookie-banner button{
    margin: 0 10px;
    padding: 5px 10px;
    cursor: pointer;
    color: #000000;
}
@media(max-width:1450px){
    .container9{
        right: 5px;
    }
}
@media(max-width:1370px){
    .container6{
        right: 0;
        left: 4vw;
    }
    .Bild2, .Bild1{
        left: 470px;
    }
}
@media(max-width:1315px){
    .container6{
        width: 80vw;
    }
    .container3{
        font-size: 42px;
    }
    .container8, .container11{
        font-size: 18px;
    }
    .Bild1, .Bild2{
        width: 468px;
        height: 288px;
        left: 455px;
    }
    .container9{
        font-size: 20px;
    }
}
@media(max-width: 1230px){
    .Schaukel{
        border: 0px solid;
    }
    .container5{
        width: 85vw;
    }
    .h1{
        font-size: 60px;
    }
    .h3{
        font-size: 25px;
    }
    .Wohnung1{
        width: 350px;
        height: 350px;
    } 
    .container6{
        width: 85vw;
    }
    .container3{
        font-size: 40px;
    }
    .Bild1, .Bild2{
        width: 351px;
        height: 216px;
    }
    .container8, .container11{
        font-size: 19px;
    }
    .container10{
        top: 3180px;
        font-size: 38px;
    }
    .Dropdown{
        top: 2000px;
    }
    .summary2{
        margin-top: 330px;
    }
    .container9{
        right: 5vw;
        left: 5vw;
        top: 2900px;
        height: auto;
        width: auto;
        font-size: 20px;
        padding: 15px;
        line-height: 1.7;
    }
    .Flex3{
        right: 0px;
    }
    .maps{
        width: 200px;
        height: 400px;
    }
}
@media(max-width:1080px){
    .container2{
        font-size: 18px;
    }
}
@media(max-width:1060px){
    .h1{
        top: 190px;
    }
    .h2{
        top: 325px;
    }
}
@media(max-width: 952px){
    .container2{
        font-size: 17px;
    }
    .container3{
        font-size: 35px;
    }
    .container4{
        font-size: 17px;
    }
    .Wohnung1{
        width: 300px;
        height: 300px;
    }
    .container10{
        font-size: 35px;
    }
    .Titel2{
        top: 1850px;
    }
    .summary1{
        margin-top: 50px;
    }
    ul{
        margin-left: -40px;
    }
    .container11{
        margin-left: 0px;
    }
    .Bild2{
        left: 445px;
    }
    .Bild3{
        width: 200px;
        height: 200px;
    }
    .container16{
        top: 3780px;
    }
    .container15{
        right: 0px;
        left: 10vw;
        top: 4000px;
    }
    .maps{
        width: 33vw;
    }
    .Flex3{
        right: 0px;
        left: 37vw;
    }
}
@media(max-width: 850px){
    .container5{
        width: 90vw;
        top: 50px;
    }
    .container2{
        font-size: 15px;
        padding: 7px 15px;
    }
    .Schaukel1{
        width: 120px;
        height: 180px;
    }
    .h1{
        font-size: 45px;
    }
    .h3{
        font-size: 20px;
    }
    .container6{
        top: 430px;
        width: 90vw;
    }
    .Wohnung1{
        width: 200px;
        height: 200px;
    }
    .container3{
        font-size: 30px;
    }
    .container4{
        font-size: 15px;
    }
    summary{
        font-size: 30px;
    }
    .container11, .container8{
        font-size: 15px;
        width: auto;
        right: 30px;
    }
    .Bild1, .Bild2{
        width: 260px;
        height: 160px;
    }
    .container9{
        right: 2vw;
        left: 2vw;
        top: 2980px;
        font-size: 15px;
        line-height: 1.5;
    }
    .container10{
        top: 3200px;
    }
    .Bild1{
        top: 250px;
        left: 0px;
    }
    .Bild2{
        left: 0px;
        top: 700px;
        margin: 0px;
    }
    .Bild3{
        width: 17vw;
        height: 17vw;
    }
}
@media(max-width: 650px){
    .Titel2{
        font-size: 45px;
        right: 5vw;
        left: 5vw;
    }
    .container10{
        right: 5vw;
        left: 5vw;
        font-size: 30px;
    }
    .container12{
        font-size: 35px;
    }
    .container13, .container14{
        font-size: 20px;
    }
    .container16{
        font-size: 20px;
    }
    .Titel3{
        font-size: 35px;
    }
}
@media(max-width: 615px){
    .container5{
        top: 50px;
    }
    .container2{
        font-size: 12px;
        padding: 5px 10px;
        margin-right: -10px;
    }
    .Schaukel1{
        width: 80px;
        height: 120px;
    }
    .h1{
        font-size: 45px;
    }
    .h3{
        font-size: 17px;
    }
    .Wohnung1{
        width: 120px;
        height: 120px;
        margin: 10px;
    }
    .container3{
        font-size: 22px;
    }
    .container4{
        font-size: 12px;
    }
    .container6{
        top:475px
    }
    .Bild3{
        left: 8vw;
    }
    .Flex3{
        left: 28vw;
    }
}
@media(max-width: 500px){
    summary{
        font-size: 25px;
    }
    .container11, .container8{
        font-size: 13px;
        line-height: 1.7;
    }
    .Bild1, .Bild2{
        width: 208px;
        height: 128px;
    }
    .Bild1{
        top: 270px;
    }
    .Bild3{
        display: none;
    }
    .Flex3{
        left: 3vw;
    }
    .container16{
        left: 10px;
    }
    .container9{
        top: 2900px;
    }
}
@media(max-width:360px){
    .container2{
        font-size: 10px;
        line-height: 1.2;
    }
}
@media(max-width:353px){
    .Bild1, .Bild2{
        display: none;
    }
}
.container17{
    position:static;
    top: 4400px;
    height: 100px;
    width: 100%;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
}
.Impressum{
    color: black;
}