/*
	Theme Name: Bianca Hill
	Version: 1.0
	Author: STEFAN FRIEDRICH EITEL
	Author URI: https://stefanfriedricheitel.eu
	Description: Bianca and Jeremy Hill
*/
@media screen and (max-width:768px) {
    html{
        display: flex;
        max-width: 100vw;
        max-height: 100vh;
    }
    #LOGO {
        width: 25vw;
        height: 20vh;
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    #LoginButton {
        background-image: url('/bilder/LoginButton.webp');
        width: 40%;
        height: auto;
        border: none;
        cursor: pointer;
    }
    .g-signin2{
        width: 100vw;
        height: auto;
    }
    header{
        background-color: white;
        overflow: visible;
        box-sizing: border-box;
        padding-bottom: 0;
        width: 100vw;
        height: 20vh;
        margin: 0;
        position: fixed;
        top: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        transition: height 0.3s ease;
        z-index: 4;
    }
    body{
        text-align: center;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        width: 100vw;
        height: 300vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    main{
		padding: 0;
        width: 100vw;
		height: 280vh;
		margin: 0;
        display: flex;
        align-items: start;
        justify-content: center;
        position: absolute;
        top: 20vh;

	}
    #hintergrundbild{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('/bilder/menschen.webp');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 175vh;
        position: absolute;
        top: 19.5vh;
        z-index: 1;
    }
    #hintergrundbild2{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('/bilder/bad.webp');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 150vh;
        position: absolute;
        top: 88vh;
        z-index: 1;
    }
    #hintergrundbild3{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('castle.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 150vh;
        position: absolute;
        top: 118vh;
        z-index: 1;
    }
    #hintergrundbild4{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('sit.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 150vh;
        position: absolute;
        top: 152vh;
        z-index: 1;
    }
    #hintergrundbild5{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('sit2.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 120vh;
        position: absolute;
        top: 181vh;
        z-index: 1;
    }
    #hintergrundbild6{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('bianca.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 68vh;
        position: absolute;
        top: 250vh;
        z-index: 1;
    }
    .pfirsich{
        position: absolute;
        top: 45vh;
        width: 100vw;
        height: 15vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    #whocollectsyourdata{
        position: absolute;
        top: 86vh;
    }
    .list{
        z-index: 2;
        list-style-type: none;
        font-size: 4vh;
        padding: 1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 15vh;
        width: 100vw;
    }
    div{
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        align-items: center;

    }
    footer{
        display: flex;
        flex-direction: column;
        margin: 5%;
        height: 5%;
        position: absolute;
        top: 305vh;
        z-index: 2;
    }
    p{
        font-size: 2vh;
        margin: 5%;
        text-align: justify;
        z-index: 2;
    }
    .phonenumber{
        text-align: center;
    }
    #p2{
        text-align: center;
    }
    p5{
        text-align: center;
    }
    .schluss{
        color: white;
    }
    h1{
    	font-size: 7vh;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 900;
	    margin: 0;
        top: 0%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        z-index: 1;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    
    }
    #a1{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: black;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #a2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: black;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #a3{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: black;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #a4{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: black;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .line-with-shadow {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #buttons{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        top: 65%;
        width: 86.5%;
        margin-top: 0%;
        padding: 1%;
        z-index: 4;
    }
    #checkboxbrother{
        display: flex;
        justify-content: start;
        width: 100%;
        margin: 5%;

    }
    #we{
        position: absolute;
        top: 105vh;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }
    #kontaktdaten{
        height: 30%;
        width: 100vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 115vh;
        z-index: 2;
    }
    #kontaktdaten2{
        padding: 1%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 55vw;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 10px;

    }
    #google{
       text-align: justify;
       position: absolute;
       top: 97vh;
       background-color: rgba(255, 255, 255, 0.5);
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
       border-radius: 10px;
       z-index: 2;
    }
    #purposeofaggregatingyourdata{
        top: 143vh;
    }
#wecollect{
    position: absolute;
    top: 153vh;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
#datadowecollectfromyouandhowweprocessitanddeletion{
    top: 165vh;
}
#whenyouvisit{
    position: absolute;
    top: 179vh;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
#yourrights{
    position: absolute;
    top: 240vh;
}
#youhave{
    position: absolute;
    top: 245vh;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
    .p3{
        text-align: justify;
        position: absolute;
        z-index: 2;
        width: 72vw;
        top: 130vh;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        margin-bottom: 10%;
    }
    li{
        display: list-item;
    }
    a{
        color: #880000;
        text-decoration: none
    }
    #div3{
        display: flex;
        position: absolute;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        z-index: 3;
        width: 70vw;
        height: 45vh;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        top: 5vh;
        transition: height 0.5s ease;
    }
    #button:hover{
        background-color: #d4af37;
    }
    #button1:hover{
        background-color: silver;
    }
    #div1{
        display: flex;
        width: 100%;
    }
    #div2{
        display: flex;
        width: 100%;
    }
    #div31{
        display: flex;
        flex-grow: 1;
        width: 50vw;
        height: 50vh;
        position: absolute;
        z-index: 2;
        background-color: white;
        top: 70vh;
    }
    #div11{
        display: flex;
        width: 100%;
    }
    #div21{
        display: flex;
        width: 100%;
    }
    header.scrolled:hover{
        height: 25vh; /* Ã„ndere die HÃ¶he des Headers beim Hover-Effekt */
        transition: height 0.3s ease;
        cursor: pointer;
    }
    header.scrolled  #LoginButton:hover{
        width: 10vh;
        transition: height 0.5s ease; 
        cursor: pointer;
    }
    #LoginButton:hover{
        width: 10vh; /* Ã„ndere die HÃ¶he des Headers beim Hover-Effekt */
        transition: height 0.5s ease; 
        cursor: pointer;
    }
    header.scrolled #LOGO {
        width: 8vh; /* oder eine andere gewÃ¼nschte Breite */
        height: auto;
        transition: width 0.5s ease, height 0.5s ease;
    }
    header.scrolled {
        height: 12vh; /* Neue HÃ¶he des Headers */
        transition: width 0.3s ease, height 0.3s ease; /* Animiere die HÃ¶henÃ¤nderung mit einer Transition */
        /* Weitere Stile fÃ¼r den gescrollten Header hier */
    }
    header.scrolled #LOGO:hover {
        width: 12vh;
        transition: width 0.5s ease;
        cursor: pointer;
    }
    #LOGO:hover {
        width: 12vw; /* Ã„ndere die Breite des Elements beim Hover-Effekt */
        transition: width 0.5s ease;
        cursor: pointer;
    }
    header.scrolled .row{
        height: 12vh;
    }
    form{
        display: flex;
        align-items: center;
        margin: 0;
        justify-content: center;
        width: 253.33px;
    }
    input[type="submit" i]{
        display: flex;
        background-color: black;
        color: white;
        cursor: pointer;
    }
    .row{
        width: 25vw;
        height: 20vh;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #hamburger{
        width: 25vw;
        height: 60vh;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    nav.topmenu { 
        height: auto; 
        max-height: 0;
        overflow: hidden; 
        transition: all 0.5s;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    #hamburg:checked + .hamburg  + nav.topmenu { 
        max-height: 20vh;
        overflow: visible;
    }
    .hamburg { 

        background: white; width: 35%; height: 10%; 
        flex-wrap: wrap;
        margin-left: auto; margin-right: auto;
        border-radius: 4px; 
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        align-items: center;
        overflow: visible;
     }
     .hamburg:hover{
        width: 40%; 
        height: 15%; 
     }
     input#hamburg {display:none}
     .line:hover{
        height: 13%;
        width: 28vw;
        margin: 5%;
        transition: 0.1s; 
     }
     .line {
        height: 10%; width: 25vw; 
        background: black; border-radius: 5%;
        display: flex;
        transition: 0.5s; 
        transform-origin: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     }
     
     .line:nth-child(1) { top: 5%; }
     .line:nth-child(2) { top: 5%; }
     .line:nth-child(3) { top: 5%; }
     
     #hamburg:checked + .hamburg .line:nth-child(1) {
        transform: rotate(-45deg) translate(-30px, 30px);
    }
    
    #hamburg:checked + .hamburg .line:nth-child(2) {
        opacity: 0;
    }
    
    #hamburg:checked + .hamburg .line:nth-child(3) {
        transform: rotate(45deg) translate(-10px, -10px);
    }
     #LogoutButton {
        background-image: url('LogoutButton.png');
        width: 10%; /* Set the width as per your image dimensions */
        border: none;
        cursor: pointer;
     }
    .timeline {
        list-style: none;
        padding: 0;
    }
    .grecaptcha-badge { 
        visibility: hidden;
        z-index: 0;
    }
    element.style{
        width: 0;
        height: 0;
    }
    .event {
        display: flex;
        margin-bottom: 20px;
    }
    .event img {
        max-width: 100px;
        margin-right: 20px;
    }
    .event-content {
        flex: 1;
    }
    h2
    {
        position: absolute;
        font-size: 4vh;
        background-color: black;
        color: white;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        top: 60vh;
        border-radius: 10px;
    }
    h3{
        position: absolute;
        font-size: 4vh;
        background-color: black;
        border-radius: 10px;
        color: white;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        top: 105vh;
    }
    h5{
        color: white;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;

        z-index: 9998;
    }
    #form1{
        flex-direction: column;
    }
    #loginPopup{
        display: none;
        width: 25vw;
        height: 35vh;
        top: 50%;
        left: 50%;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transform: translate(-50%, -50%);
        background-color: white;
        position: fixed;
        padding: 20px;
        border: 1px solid #ccc;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #uploadPopup{
        display: none;
        flex-direction: column;
        height: 20%;

    }
    #list3{
        padding-bottom: 0;
    }
    a{
        color: #880000;
        text-decoration: none;
        justify-self: center;
    }
    a:hover{
        color: #d4af37;
    }
    ul{
        padding-inline-start: 0px;
        list-style: none;
    }
    
    
    label{
        cursor: pointer;
    }

    
    input {
        padding: 5%; /* Innenabstand des Eingabefelds */
        border: 0.1rem solid #ccc; /* Rahmen um das Eingabefeld */
        border-radius: 5px; /* Abrundung der Ecken */
    }
    #stefan{
        font-size: 1vh;
        z-index: 4000;
    }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    html{
        display: flex;
        max-width: 100vw;
        max-height: 100vh;
    }
    #LOGO {
        width: 25vw;
        height: 20vh;
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    #LoginButton {
        background-image: url('LoginButton.png');
        width: 30%;
        height: auto;
        border: none;
        cursor: pointer;
    }
    .g-signin2{
        width: 100vw;
        height: auto;
    }
    header{
        background-color: white;
        overflow: visible;
        box-sizing: border-box;
        padding-bottom: 0;
        width: 100vw;
        height: 20vh;
        margin: 0;
        position: fixed;
        top: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        transition: height 0.3s ease;
        z-index: 4;
    }
    body{
        text-align: center;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        width: 100vw;
        height: 200vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;

    }
    main{
		padding: 0;
        width: 100vw;
		height: 180vh;
		margin: 0;
        display: flex;
        align-items: start;
        justify-content: center;
        position: absolute;
        top: 20vh;

	}
    #hintergrundbild{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('menschen.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 180vh;
        position: absolute;
        top: 35vh;
        z-index: 1;
    }
    #hintergrundbild3{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('castle.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 150vh;
        position: absolute;
        top: 150vh;
        z-index: 1;
    }
    #hintergrundbild6{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('bianca.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 68vh;
        position: absolute;
        top: 270vh;
        z-index: 1;
    }
    .pfirsich{
        position: absolute;
        top: 100vh;
        width: 100vw;
        height: 30vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    #whocollectsyourdata{
        position: absolute;
        top: 145vh;
    }
    .list{
        z-index: 2;
        list-style-type: none;
        font-size: 5vh;
        padding: 1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 30vh;
        width: 100vw;
    }
    div{
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        align-items: center;

    }
    footer{
        display: flex;
        flex-direction: column;
        margin: 5%;
        height: 16%;
        position: absolute;
        top: 328vh;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        width: 25%;
        font-size: 2vh;
        color: black;
    }

h1{
    	font-size: 9vh;
        font-weight: 900;
	    margin: 0;
        top: 3vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        text-align: center;
        position: absolute;
        z-index: 1;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    
    }
p{
    font-size: 2vh;
    margin: 5%;
    text-align: justify;
    z-index: 2;
}
#a1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
#a2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
#a3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
#a4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.line-with-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
    #buttons{
        display: flex;
        align-items: row;
        position: absolute;
        top: 88%;
        width: 86.5%;
        margin-top: 0%;
        padding: 1%;
        z-index: 4;
    }
    #checkboxbrother{
        display: flex;
        justify-content: start;
        width: 100%;

    }
    #we{
        position: absolute;
        top: 155vh;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }
    #kontaktdaten{
        height: 30%;
        width: 100vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 165vh;
        z-index: 2;

    }
    #kontaktdaten2{
        padding: 1%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 30vw;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;

    }
    #google{
       text-align: justify;
       position: absolute;
       top: 150vh;
       background-color: rgba(255, 255, 255, 0.5);
       border-radius: 10px;
    }
    #purposeofaggregatingyourdata{
        top: 197vh;
    }
#wecollect{
    position: absolute;
    top: 210vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    z-index: 2;
}
#datadowecollectfromyouandhowweprocessitanddeletion{
    top: 220vh;
}
#whenyouvisit{
    position: absolute;
    top: 230vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
#yourrights{
    position: absolute;
    top: 270vh;
}
#youhave{
    position: absolute;
    top: 275vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
    .p3{
        text-align: justify;
        position: absolute;
        z-index: 2;
        width: 72vw;
        top: 155vh;
    }
    li{
        display: list-item;
    }
    a{
        color: #880000;
        text-decoration: none
    }
    #div3{
        display: flex;
        position: absolute;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        z-index: 2;
        width: 35vw;
        height: 40vh;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        top: 7vh;
    }
    #button:hover{
        background-color: #d4af37;
    }
    #button1:hover{
        background-color: silver;
    }
    #div1{
        display: flex;
        width: 100%;
    }
    #div2{
        display: flex;
        width: 100%;
    }
    #div31{
        display: flex;
        flex-grow: 1;
        width: 50vw;
        height: 50vh;
        position: absolute;
        z-index: 2;
        background-color: white;
        top: 70vh;
    }
    #div11{
        display: flex;
        width: 100%;
    }
    #div21{
        display: flex;
        width: 100%;
    }
    header.scrolled:hover{
        height: 20vh; /* Ändere die Höhe des Headers beim Hover-Effekt */
        transition: height 0.3s ease;
        cursor: pointer;
    }
    header.scrolled  #LoginButton:hover{
        width: 7vh;
        transition: height 0.5s ease; 
        cursor: pointer;
    }
    #LoginButton:hover{
        width: 10vh; /* Ändere die Höhe des Headers beim Hover-Effekt */
        transition: height 0.5s ease; 
        cursor: pointer;
    }
    header.scrolled #LOGO {
        width: 8vh; /* oder eine andere gewünschte Breite */
        height: auto;
        transition: width 0.5s ease, height 0.5s ease;
    }
    header.scrolled {
        height: 14vh; /* Neue Höhe des Headers */
        transition: width 0.3s ease, height 0.3s ease; /* Animiere die Höhenänderung mit einer Transition */
        /* Weitere Stile für den gescrollten Header hier */
    }
    header.scrolled #LOGO:hover {
        width: 12vh;
        transition: width 0.5s ease;
        cursor: pointer;
    }
    #LOGO:hover {
        width: 12vw; /* Ändere die Breite des Elements beim Hover-Effekt */
        transition: width 0.5s ease;
        cursor: pointer;
    }
    form{
        display: flex;
        align-items: center;
        margin: 0;
        justify-content: center;
        width: 253.33px;
    }
    input[type="submit" i]{
        display: flex;
        background-color: black;
        color: white;
        cursor: pointer;
    }
    .row{
        width: 25vw;
        height: auto;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #hamburger{
        width: 25vw;
        height: 60vh;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    nav.topmenu { 
        height: auto; 
        max-height: 0;
        overflow: hidden; 
        transition: all 0.5s;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    #hamburg:checked + .hamburg  + nav.topmenu { 
        max-height: 20vh;
        overflow: visible;
    }
    .hamburg { 

        background: white; width: 35%; height: 10%; 
        flex-wrap: wrap;
        margin-left: auto; margin-right: auto;
        border-radius: 4px; 
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        align-items: center;
        overflow: visible;
     }
     .hamburg:hover{
        width: 40%; 
        height: 15%; 
     }
     input#hamburg {display:none}

     .line:hover{
        height: 13%;
        width: 28vw;
        margin: 5%;
        transition: 0.1s; 
     }
     .line {
        height: 10%; width: 25vw; 
        background: black; border-radius: 5%;
        display: flex;
        transition: 0.5s; 
        transform-origin: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     }
     
     .line:nth-child(1) { top: 5%; }
     .line:nth-child(2) { top: 5%; }
     .line:nth-child(3) { top: 5%; }
     
 
     #hamburg:checked + .hamburg .line:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 9px);
    }
    
    #hamburg:checked + .hamburg .line:nth-child(2) {
        opacity: 0;
    }
    
    #hamburg:checked + .hamburg .line:nth-child(3) {
        transform: rotate(45deg) translate(-20px, -20px);
    }
     #LogoutButton {
        background-image: url('LogoutButton.png');
        width: 10%; /* Set the width as per your image dimensions */
        border: none;
        cursor: pointer;
     }

    .timeline {
        list-style: none;
        padding: 0;
    }
    .grecaptcha-badge { 
        visibility: hidden;
        z-index: 0;
    }
    element.style{
        width: 0;
        height: 0;
    }
    .event {
        display: flex;
        margin-bottom: 20px;
    }
    .event img {
        max-width: 100px;
        margin-right: 20px;
    }
    .event-content {
        flex: 1;
    }
    h2
    {
        position: absolute;
        font-size: 5vh;
        background-color: black;
        color: white;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        border-radius: 10px;
    }
    h3{
        position: absolute;
        font-size: 7vh;
        background-color: black;
        border-radius: 10px;
        color: white;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        top: 137vh;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;

        z-index: 9998;
    }
    #form1{
        flex-direction: column;
    }
    #loginPopup{
        display: none;
        width: 25vw;
        height: 35vh;
        top: 50%;
        left: 50%;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transform: translate(-50%, -50%);
        background-color: white;
        position: fixed;
        padding: 20px;
        border: 1px solid #ccc;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #uploadPopup{
        display: none;
        height: 25%;
        margin-bottom: 7.5%;
    }
    #list3{
        padding-bottom: 0;
    }
    a{
        color: #880000;
        text-decoration: none;
        justify-self: center;
    }
    a:hover{
        color: #d4af37;
    }
    ul{
        padding-inline-start: 0px;
        list-style: none;
    }
    
    
    label{
        cursor: pointer;
    }

    
    input {
        padding: 5%; /* Innenabstand des Eingabefelds */
        border: 0.1rem solid #ccc; /* Rahmen um das Eingabefeld */
        border-radius: 5px; /* Abrundung der Ecken */
    }
    #stefan{
        font-size: 1vh;
        z-index: 4000;
    }
}
@media screen and (min-width:1025px) {
    html{
        display: flex;
        max-width: 100vw;
        max-height: 100vh;
    }
    #LOGO {
        width: 10vw;
        height: 30vh;
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center;        
    }    
    #LoginButton {
        background-image: url('LoginButton.png');
        width: 10%;
        height: auto;
        border: none;
        cursor: pointer;
    }
    .g-signin2{
        width: 100vw;
        height: auto;
    }
    header{
        background-color: white;
        overflow: visible;
        box-sizing: border-box;
        padding-bottom: 0;
        width: 100vw;
        height: 30vh;
        margin: 0;
        position: fixed;
        top: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        transition: height 0.3s ease;
        z-index: 4;
    }
    body{
        text-align: center;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        width: 100vw;
        height: 200vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;

    }
    main{
		padding: 0;
        width: 100vw;
		height: 180vh;
		margin: 0;
        display: flex;
        align-items: start;
        justify-content: center;
        position: absolute;
        top: 30vh;

	}
    #hintergrundbild{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('menschen.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 175vh;
        position: absolute;
        top: 19.5vh;
        z-index: 1;
    }
    #hintergrundbild3{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('castle.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 150vh;
        position: absolute;
        top: 150vh;
        z-index: 1;
    }
    #hintergrundbild6{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('bianca.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        width: 100vw;
        height: 68vh;
        position: absolute;
        top: 280vh;
        z-index: 0;
    }
    #hintergrundbild4{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('sit.png');
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        width: 100vw;
        height: 130vh;
        position: absolute;
        top: 218vh;
        z-index: 0;
    }
    #hintergrundbild5{
        display: flex;
        align-items: start;
        justify-content: center;
        background-image: url('sit2.png');
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        width: 100vw;
        height: 120vh;
        position: absolute;
        top: 228vh;
        z-index: 0;
    }
    .pfirsich{
        position: absolute;
        top: 80vh;
        width: 100vw;
        height: 30vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    #whocollectsyourdata{
        position: absolute;
        top: 150vh;
    }
    .list{
        z-index: 2;
        list-style-type: none;
        font-size: 7vh;
        padding: 1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 30vh;
        width: 100vw;
    }
    div{
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        align-items: center;

    }
    footer{
        display: flex;
        flex-direction: column;
        margin: 5%;
        height: 15%;
        position: absolute;
        top: 305vh;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        width: 10%;
        height: 18%;
    }

h1{
    	font-size: 9vh;
        font-weight: 900;
	    margin: 0;
        top: 10vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        text-align: center;
        position: absolute;
        z-index: 1;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    
    }
#a1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#a2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#a3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
#a4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
.line-with-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
    #buttons{
        display: flex;
        align-items: row;
        position: absolute;
        top: 88%;
        width: 86.5%;
        margin-top: 0%;
        padding: 1%;
        z-index: 4;
    }
    #checkboxbrother{
        display: flex;
        justify-content: start;
        width: 100%;

    }
    #we{
        position: absolute;
        top: 160vh;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }
    #kontaktdaten{
        height: 30%;
        width: 100vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 170vh;
        z-index: 2;
    }
    #kontaktdaten2{
        padding: 1%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 12vw;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 10px;

    }
    #google{
       text-align: justify;
       position: absolute;
       top: 200vh;
       background-color: rgba(255, 255, 255, 0.5);
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
       border-radius: 10px;
       z-index: 2;
    }
    #purposeofaggregatingyourdata{
        top: 210vh;
    }
#wecollect{
    position: absolute;
    top: 222vh;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 2;
}
#datadowecollectfromyouandhowweprocessitanddeletion{
    top: 232vh;
    width: 80%;
}
#whenyouvisit{
    position: absolute;
    top: 250vh;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 2;
    width: 80%;
}
#yourrights{
    position: absolute;
    top: 262vh;
}
#youhave{
    position: absolute;
    top: 270vh;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 2;
    width: 80%;
}
    .p3{
        text-align: justify;
        position: absolute;
        z-index: 2;
        width: 72vw;
        top: 155vh;
    }
    li{
        display: list-item;
    }
    a{
        color: #880000;
        text-decoration: none
    }
    #div3{
        display: flex;
        position: absolute;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        z-index: 2;
        width: 35vw;
        height: 40vh;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        top: 7vh;
    }
    #button:hover{
        background-color: #d4af37;
    }
    #button1:hover{
        background-color: silver;
    }
    #div1{
        display: flex;
        width: 100%;
    }
    #div2{
        display: flex;
        width: 100%;
    }
    #div31{
        display: flex;
        flex-grow: 1;
        width: 50vw;
        height: 50vh;
        position: absolute;
        z-index: 2;
        background-color: white;
        top: 70vh;
    }
    #div11{
        display: flex;
        width: 100%;
    }
    #div21{
        display: flex;
        width: 100%;
    }
    header.scrolled:hover{
        height: 20vh; /* Ã„ndere die HÃ¶he des Headers beim Hover-Effekt */
        transition: height 0.3s ease;
        cursor: pointer;
    }
    header.scrolled  #LoginButton:hover{
        width: 7vh;
        transition: height 0.5s ease; 
        cursor: pointer;
    }
    #LoginButton:hover{
        width: 10vh; /* Ã„ndere die HÃ¶he des Headers beim Hover-Effekt */
        transition: height 0.5s ease; 
        cursor: pointer;
    }
    header.scrolled #LOGO {
        width: 8vh; /* oder eine andere gewÃ¼nschte Breite */
        height: auto;
        transition: width 0.5s ease, height 0.5s ease;
    }
    header.scrolled {
        height: 14vh; /* Neue HÃ¶he des Headers */
        transition: width 0.3s ease, height 0.3s ease; /* Animiere die HÃ¶henÃ¤nderung mit einer Transition */
        /* Weitere Stile fÃ¼r den gescrollten Header hier */
    }
    header.scrolled #LOGO:hover {
        width: 12vh;
        transition: width 0.5s ease;
        cursor: pointer;
    }
    #LOGO:hover {
        width: 12vw; /* Ã„ndere die Breite des Elements beim Hover-Effekt */
        transition: width 0.5s ease;
        cursor: pointer;
    }
    form{
        display: flex;
        align-items: center;
        margin: 0;
        justify-content: center;
        width: 253.33px;
    }
    input[type="submit" i]{
        display: flex;
        background-color: black;
        color: white;
        cursor: pointer;
    }
    .row{
        width: 25vw;
        height: auto;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #hamburger{
        width: 25vw;
        height: 60vh;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    nav.topmenu { 
        height: auto; 
        max-height: 0;
        overflow: hidden; 
        transition: all 0.5s;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    #hamburg:checked + .hamburg  + nav.topmenu { 
        max-height: 20vh;
        overflow: visible;
    }
    label.hamburg { 

        background: white; width: 15%; height: 10%; 
        flex-wrap: wrap;
        margin-left: auto; margin-right: auto;
        border-radius: 4px; 
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        align-items: center;
        overflow: visible;
     }
     .hamburg:hover{
        width: 18%; 
        height: 12%; 
     }
     input#hamburg {display:none}

     .line:hover{
        height: 13%;
        width: 28vw;
        margin: 5%;
        transition: 0.1s; 
     }
     .line {
        height: 10%; width: 25vw; 
        background: black; border-radius: 5%;
        display: flex;
        transition: 0.5s; 
        transform-origin: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     }
     
     .line:nth-child(1) { top: 5%; }
     .line:nth-child(2) { top: 5%; }
     .line:nth-child(3) { top: 5%; }
     
    #hamburg:checked + .hamburg .line:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 9px);
    }
    
    #hamburg:checked + .hamburg .line:nth-child(2) {
        opacity: 0;
    }
    
    #hamburg:checked + .hamburg .line:nth-child(3) {
        transform: rotate(45deg) translate(-20px, -20px);
    }
     #LogoutButton {
        background-image: url('LogoutButton.png');
        width: 10%; /* Set the width as per your image dimensions */
        border: none;
        cursor: pointer;
     }

    .timeline {
        list-style: none;
        padding: 0;
    }
    .grecaptcha-badge { 
        visibility: hidden;
        z-index: 0;
    }
    element.style{
        width: 0;
        height: 0;
    }
    .event {
        display: flex;
        margin-bottom: 20px;
    }
    .event img {
        max-width: 100px;
        margin-right: 20px;
    }
    .event-content {
        flex: 1;
    }
    h2
    {
        position: absolute;
        font-size: 7vh;
        background-color: black;
        color: white;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        top: 62vh;
        border-radius: 10px;
    }
    h3{
        position: absolute;
        font-size: 7vh;
        background-color: black;
        border-radius: 10px;
        color: white;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        top: 137vh;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;

        z-index: 500;
    }
    #loginPopup{
        display: none;
        width: 20vw;
        height: 25vh;
        top: 50%;
        left: 50%;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transform: translate(-50%, -50%);
        background-color: white;
        position: fixed;
        padding: 20px;
        border: 1px solid #ccc;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 1000;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 5%;
    }
    #form1{
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    #username{
        width: 65%;
        height: 17%;
        margin: 1%;
        padding: 1%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #password{
        width: 65%;
        height: 17%;
        margin: 1%;
        padding: 1%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #forgot{
        margin: 2%;
        margin-bottom: 0;
    }
    #register{
        margin: 7%;
        margin-top: 3%;
        margin-bottom: 5%;
    }
    #registerForm {
        display: flex;
        flex-direction: column;
        width: 50vw;
        height: 50vh;
        margin: 5%;
    }
    #registerForm input {
        width: 65%;
        height: 14%;
        margin: 1%;
        padding: 1%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #button2{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #button2:hover{
        background-color: #d4af37;
    }
    #registerForm button{
        padding: 1%;

    }
    #list3{
        padding-bottom: 0;
    }
    a{
        color: #880000;
        text-decoration: none;
        justify-self: center;
    }
    a:hover{
        color: #d4af37;
    }
    ul{
        padding-inline-start: 0px;
        list-style: none;
    }
    
    
    label{
        cursor: pointer;
    }

    
    input {
        padding: 5%; /* Innenabstand des Eingabefelds */
        border: 0.1rem solid #ccc; /* Rahmen um das Eingabefeld */
        border-radius: 5px; /* Abrundung der Ecken */
    }
    #stefan{
        font-size: 1vh;
        z-index: 4000;
    }
}