*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
}

/* Page Backgrounds*/
.primary_bg{
    background-color: #E9F3F3;
}
.secondary_bg{
    background-color: #EFFAFA;
}
.acent_bg{
    background-color: #8BC9C4;
}

/* Font Options */
.primary_text{
    color: #2C2E33;
}
.secondary_text{
    color: #5B5F63;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('fonts/playfairdisplay.ttf'); /* Locate the .ttf file within your directory*/
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/inter.ttf'); /* Locate the .ttf file within your directory*/
}











@media (max-width: 767px) {
    /* -------------------------------------- DEFAULTS -------------------------------------- */   
    .page_title{
        width: 100%;
        
        text-align: center;
    
        font-family: 'PlayfairDisplay';
        font-weight: 600;
        font-size: 3rem;
        color: #2C2E33;
    }

    .w{
        height: fit-content;
        width: 100vw;
        margin-bottom: -1px;
    }
    .w_top{  
        transform: rotate(180deg);
        margin-top: -1px;
    }

    div{
        z-index: 1;
    }
    iframe{
        z-index: 1;
    }




    /* -------------------------------------- DECALS -------------------------------------- */
    .decal{
        position: absolute;
        border: 0;
        outline: none;
    }
    .d_01{
        content: url(img/decal_08.png);

        width: 50vw;

        margin-top: 0vw;
        margin-left: 0vw; 
    }
    .d_02{
        content: url(img/decal_04.png);

        width: 40vw;

        margin-top: 220vw;
        margin-left: 60vw; 
    }
    .d_03{
        content: url(img/decal_01.png);

        width: 60vw;

        margin-top: 70vw;
        margin-left: 15vw; 
        overflow: hidden;
    }



    .d_04{
        content: url(img/decal_10.png);

        width: 30vw;

        margin-top: 170vw;
        margin-left: 0vw; 

        z-index: 2;
    }
    .d_05{
        content: url(img/decal_07.png);

        width: 30vw;

        margin-top: 10vw;
        margin-left: 70vw; 
        overflow: hidden;
    }



    .d_06{
        content: url(img/decal_03.png);

        width: 60vw;

        margin-top: 120vw;
        margin-left: 0vw; 
    }
    .d_07{
        content: url(img/decal_05.png);

        width: 30vw;

        margin-top: 0vw;
        margin-left: 70vw; 
        overflow: hidden;
    }



    .d_08{
        content: url(img/decal_06.png);

        width: 30vw;

        margin-top: 20vw;
        margin-left: 0vw; 
    }
    .d_09{
        content: url(img/decal_11.png);

        width: 20vw;

        margin-top: 107vw;
        margin-left: 80vw; 
        overflow: hidden;
    }



    .d_10{
        content: url(img/decal_02.png);

        width: 20vw;

        margin-top: 0vw;
        margin-left: 80vw; 
    }
    .d_11{
        content: url(img/decal_09.png);

        width: 40vw;

        margin-top: 60vw;
        margin-left: -5vw; 
        overflow: hidden;
    }



    .d_12{
        content: url(img/decal_13.png);

        width: 20vw;

        margin-top: 10vw;
        margin-left: -5vw; 
        overflow: hidden;
    }
    



    /* -------------------------------------- PAGE 1 -------------------------------------- */
    .page_1 {
        width: 100vw;
        height: 100vh;

        background-image: url(img/bild_2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page_1_container{
        width: 100vw;
        height: 100vh;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .page_1_title{
        margin: 5vw 0 0 5vw;
    
        font-family: 'PlayfairDisplay';
        font-weight: 600;
        font-size: 6vw;
    }
    .page_1_subtitle{
        margin: 5vw 0 0 5vw;
    
        font-family: 'PlayfairDisplay';
        font-weight: 500;
        font-size: 4vw;
    }
    


    
    /* -------------------------------------- PAGE 2 -------------------------------------- */
    .page_2{
        min-height: 100vh;
        height: fit-content;
        padding: 5vh 0 5vh 0;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: center;
    }
    .page_2_container{
        width: 60vw;
        height: fit-content;

        margin-top: 5%;

        background-color: white;
        border-radius: 20px;

        padding: 5vw;

        display: flex;
        flex-direction: column;

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

        gap: 10px;

        z-index: 1;
    }
    .page_2_container_icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page_2_container_icon img{
        width: 15%;
    
        border-radius: 120px;
        background-color: #E9F3F3;
        padding: 5%;
    }
    .page_2_container_title{
        display: flex;
        align-items: center;
        justify-content: center;
    
        font-family: 'PlayfairDisplay';
        font-weight: 800;
        font-size: 1.8rem;
        text-align: center;
        color: #2C2E33;
    }
    .page_2_container_list{
        width: 90%;
        height: 100%;
    
        font-family: 'Inter';
        font-size: 1.4rem;
        font-weight: 400;
        color: #5B5F63;
    
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page_2_container_list ul{
        width: 85%;
        height: 80%;
    }
    .page_2_container_list li{
        margin-top: 8px;
    }
    .page_2_container_btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page_2_container_btn a{
        font-family: 'PlayfairDisplay';
        font-weight: 800;
        text-decoration: none;
        font-size: 1.2rem;
        color: white;
    
        border-radius: 120px;
        background-color: #8BC9C4;
        margin-top: 8px;
        padding: 8px 16px;
    }
    



    /* -------------------------------------- PAGE 3 -------------------------------------- */
    .page_3{
        width: 100vw;
        height: fit-content;
        min-height: 100vh;

        background-color: white;
    
        display: flex;
        flex-direction: column;
    }
    .page_3_container{
        width: 100vw;
        height: 80vh;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;  
    }
    .page_ablaufplan{
        width: 80vw;
        content: url(img/Ablaufplan_2.png)
    }
    



    /* -------------------------------------- PAGE 4 -------------------------------------- */
    .page_4{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5vw 0 5vw 0;
    }
    .page_4_map{
        width: 80vw;
        height: 80vw;

        margin-top: 8vw;

        outline: none;
        border: 0;
        border-radius: 15px;
    }
    .page_4_row_container{

    }
    .page_4_container{
        width: 80vw;
        height: fit-content;

        margin-top: 4vw
    }
    .page_4_accordion {
        margin-top: 4vw;
        border-radius: 15px;
        padding: 4vw 4vw 4vw 4vw;
        width: 100%;
    
        cursor: pointer;
    
        border: none;
        text-align: center;
        outline: none;
        transition: all 0.2s ease-in;

        background-color: white;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
    .page_4_accordion h5{
        font-size: 1.2rem;
        font-family: 'Inter';
        font-weight: 600;
        color: #2C2E33;
    }
    .page_4_panel{
        max-height: 0;
        
        border-radius: 0 0 4vw 4vw;
    
        overflow: hidden;
    
        transition: all 0.2s ease-in-out;
    
        font-size: 1rem;
        font-family: 'Inter';
        font-weight:400;
        color: #2C2E33;
    
        display: flex;
        align-items: center;

        background-color: white;
    }
    .page_4_panel p{
        margin-left: 10px;
    }
   



    /* -------------------------------------- PAGE 5 -------------------------------------- */
    .page_5{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;

        background-color: white;
    }
    .page_5_container{
        width: 80vw;
        height: fit-content;

        margin-top: 4vw
    }
    .page_5_accordion {
        margin-top: 4vw;
        border-radius: 15px;
        padding: 4vw 4vw 4vw 4vw;
        width: 100%;
    
        cursor: pointer;
    
        border: none;
        text-align: center;
        outline: none;
        transition: all 0.2s ease-in;

        background-color: transparent;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
    .page_5_accordion h5{
        font-size: 1.2rem;
        font-family: 'Inter';
        font-weight: 600;
        color: #2C2E33;
    }
    .page_5_panel{
        max-height: 0;
        
        border-radius: 0 0 4vw 4vw;
    
        overflow: hidden;
    
        transition: all 0.2s ease-in-out;
    
        font-size: 1rem;
        font-family: 'Inter';
        font-weight:400;
        color: #2C2E33;

        background-color: transparent;
    
        display: flex;
        align-items: center;
    }
    .page_5_panel p{
        margin-left: 10px;
    }
    



    /* -------------------------------------- PAGE 6 -------------------------------------- */
    .page_6{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;

        text-align: center;

        padding: 5vw 0 5vw 0;
    }
    .page_6_subtitle{
        height: fit-content;
        width: 90vw;

        margin-top: 4vw;

        font-family: 'Inter';
        font-weight: 500;
        font-size: 1rem;
        color: #5B5F63;
    }
    .page_6_datacontainer{
        width: 78vw;
        height: fit-content;

        margin-top: 4vw;

        background-color: white;
        border-radius: 15px;

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

        padding: 2vw;
    }
    .page_6_datacontainer h4{
        font-family: 'PlayfairDisplay';
        font-size: 1.2rem;
        font-weight: 600;
        color: #2C2E33;
    }
    .page_6_datacontainer p{
        margin-top: 2vw;
        font-family: 'Inter';
        font-size: 1rem;
        font-weight: 400;
        color: #2C2E33;
    }
    


    
    /* -------------------------------------- PAGE 7 -------------------------------------- */
    .page_7{
        width: 100vw;
        height: fit-content;

        background-color: white;

        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page_7 h1{
        padding: 0vw 0vw 7vw 0vw;

        font-family: 'PlayfairDisplay';
        font-size: 1.2rem;
        font-weight: 600;
        color: #2C2E33;
    }
}









































@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* -------------------------------------- DEFAULTS -------------------------------------- */   
    .page_title{
        width: 100%;
        
        text-align: center;
    
        font-family: 'PlayfairDisplay';
        font-weight: 600;
        font-size: 4vw;
        color: #2C2E33;
    }

    .w{
        height: fit-content;
        width: 100vw;
        margin-bottom: -1px;
    }
    .w_top{  
        transform: rotate(180deg);
        margin-top: -1px;
    }

    div{
        z-index: 1;
    }
    .page_4_map{
        z-index: 1;
    }




    /* -------------------------------------- DECALS -------------------------------------- */
    .decal{
        position: absolute;
        border: 0;
        outline: none;
    }
    .d_01{
        content: url(img/decal_08.png);

        width: 12vw;

        margin-top: 0vw;
        margin-left: 0vw; 
    }
    .d_02{
        content: url(img/decal_04.png);

        width: 13vw;

        margin-top: 0vw;
        margin-left: 60vw; 
    }
    .d_03{
        content: url(img/decal_01.png);

        width: 15vw;

        margin-top: 20vw;
        margin-left: 30vw; 
        overflow: hidden;
    }



    .d_04{
        content: url(img/decal_10.png);
        transform: scaleY(-1);

        width: 25vw;

        margin-top: 70vw;
        margin-left: 0vw; 

        z-index: 2;
    }
    .d_05{
        content: url(img/decal_07.png);

        width: 30vw;

        margin-top: 10vw;
        margin-left: 70vw; 

        z-index: 2;
    }



    .d_06{
        content: url(img/decal_03.png);

        width: 20vw;

        margin-top: 20vw;
        margin-left: 46vw; 
    }
    .d_07{
        content: url(img/decal_05.png);

        width: 15vw;

        margin-top: 0vw;
        margin-left: 85vw; 
        overflow: hidden;
    }



    .d_08{
        content: url(img/decal_06.png);

        width: 18vw;

        margin-top: 15vw;
        margin-left: 0vw; 
    }
    .d_09{
        content: url(img/decal_11.png);

        width: 15vw;

        margin-top: 40vw;
        margin-left: 85vw; 
        overflow: hidden;
    }



    .d_10{
        content: url(img/decal_02.png);

        width: 15vw;

        margin-top: -2vw;
        margin-left: 80vw; 
    }
    .d_11{
        content: url(img/decal_09.png);

        width: 30vw;

        margin-top: 15vw;
        margin-left: -5vw; 
        overflow: hidden;
    }



    .d_12{
        content: url(img/decal_13.png);

        width: 12vw;

        margin-top: 12vw;
        margin-left: 0vw; 
        overflow: hidden;
    }
    



    /* -------------------------------------- PAGE 1 -------------------------------------- */
    .page_1 {
        width: 100vw;
        height: 50vh;

        background-image: url(img/bild_1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page_1_container{
        width: 100vw;
        height: 100%;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .page_1_title{
        margin: 3vw 0 0 5vw;
    
        font-family: 'PlayfairDisplay';
        font-weight: 600;
        font-size: 3.5vw;
    }
    .page_1_subtitle{
        margin: 0 0 0 5vw;
    
        font-family: 'PlayfairDisplay';
        font-weight: 500;
        font-size: 2.0vw;
    }
    


    
    /* -------------------------------------- PAGE 2 -------------------------------------- */
    .page_2{
        min-height: 30vh;
        height: fit-content;
        
        display: flex;
        flex-direction: row;

        justify-content: space-evenly;
        align-items: center;
    }
    .page_2_container{
        width: 15vw;
        min-height: 30vw;

        margin-top: 0%;

        background-color: white;
        border-radius: 20px;

        padding: 2%;

        display: flex;
        flex-direction: column;

        justify-content: space-between;
        align-items: center;

        gap: 10px;

        z-index: 1;
    }
    .page_2_container_icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page_2_container_icon img{
        width: 3vw;
    
        border-radius: 120px;
        background-color: #E9F3F3;
        padding: 1vw;
    }
    .page_2_container_title{
        display: flex;
        align-items: center;
        justify-content: center;
    
        font-family: 'PlayfairDisplay';
        font-weight: 800;
        font-size: 2.5vw;
        text-align: center;
        color: #2C2E33;
    }
    .page_2_container_list{
        width: 90%;
        height: 100%;
    
        font-family: 'Inter';
        font-size: 1.8vw;
        font-weight: 400;
        color: #5B5F63;
    
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page_2_container_list ul{
        width: 85%;
        height: 80%;
    }
    .page_2_container_list li{
        margin-top: 8px;
    }
    .page_2_container_btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page_2_container_btn a{
        font-family: 'PlayfairDisplay';
        font-weight: 800;
        text-decoration: none;
        font-size: 1.6vw;
        color: white;
    
        border-radius: 120px;
        background-color: #8BC9C4;
        margin-top: 2vw;
        padding: 12px 16px;
    }
    



    /* -------------------------------------- PAGE 3 -------------------------------------- */
    .page_3{
        width: 100vw;
        height: fit-content;

        background-color: white;
    
        display: flex;
        flex-direction: column;
    }
    .page_3_container{
        width: 100vw;
        height: 50vh;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;  
    }
    .page_ablaufplan{
        width: 100%;
        content: url(img/Ablaufplan.png)
    }
    



    /* -------------------------------------- PAGE 4 -------------------------------------- */
    .page_4{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page_4_map{
        width: 30vw;
        height: 30vw;

        margin-top: 8vw;

        outline: none;
        border: 0;
        border-radius: 15px;
    }
    .page_4_row_container{
        width: 90vw;
        height: fit-content;
        
        display: flex;
        flex-direction: row;
        align-items: center;

        gap: 2vw;
    }
    .page_4_container{
        width: 80vw;
        height: fit-content;

        margin-top: 4vw;
    }
    .page_4_accordion {
        margin-top: 1vw;
        border-radius: 15px;
        padding: 1.2vw 1.2vw 1.2vw 1.2vw;
        width: 100%;
    
        cursor: pointer;
    
        border: none;
        text-align: center;
        outline: none;
        transition: all 0.2s ease-in;

        background-color: white;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
    .page_4_accordion h5{
        font-size: 1.0vw;
        font-family: 'Inter';
        font-weight: 600;
        color: #2C2E33;
    }
    .page_4_panel{
        max-height: 0;
        
        border-radius: 0 0 15px 15px;
    
        overflow: hidden;
    
        transition: all 0.2s ease-in-out;
    
        font-size: 1.0vw;
        font-family: 'Inter';
        font-weight: 400;
        color: #2C2E33;
    
        display: flex;
        align-items: center;

        background-color: white;
    }
    .page_4_panel p{
        margin-left: 1vw;
    }
    



    /* -------------------------------------- PAGE 5 -------------------------------------- */
    .page_5{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;

        background-color: white;
    }
    .page_5_container{
        width: 70vw;
        height: fit-content;

        margin-top: 1vw;
    }
    .page_5_accordion {
        margin-top: 1vw;
        border-radius: 15px;
        padding: 1.2vw 1.2vw 1.2vw 1.2vw;
        width: 100%;
    
        cursor: pointer;
    
        border: none;
        text-align: center;
        outline: none;
        transition: all 0.2s ease-in;

        background-color: transparent;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
    .page_5_accordion h5{
        font-size: 1.2vw;
        font-family: 'Inter';
        font-weight: 600;
        color: #2C2E33;
    }
    .page_5_panel{
        max-height: 0;
        
        border-radius: 0 0 15px 15px;
    
        overflow: hidden;
    
        transition: all 0.2s ease-in-out;
    
        font-size: 1.0vw;
        font-family: 'Inter';
        font-weight:400;
        color: #2C2E33;

        background-color: transparent;
    
        display: flex;
        align-items: center;
    }
    .page_5_panel p{
        margin-left: 1vw;
    }
    



    /* -------------------------------------- PAGE 6 -------------------------------------- */
    .page_6{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;

        text-align: center;

        padding: 5vw 0 5vw 0;
    }
    .page_6_subtitle{
        height: fit-content;
        width: 70vw;

        margin-top: 1vw;

        font-family: 'Inter';
        font-weight: 400;
        font-size: 1.4vw;
        color: #5B5F63;
    }
    .page_6_container{
        width: 90vw;
        height: fit-content;

        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .page_6_datacontainer{
        width: 30vw;
        height: fit-content;

        margin-top: 2vw;

        background-color: white;
        border-radius: 15px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;

        padding: 1vw;
    }
    .page_6_datacontainer h4{
        font-family: 'PlayfairDisplay';
        font-size: 1.8vw;
        font-weight: 600;
        color: #2C2E33;
    }
    .page_6_datacontainer p{
        margin-top: 1vw;
        font-family: 'Inter';
        font-size: 1.4vw;
        font-weight: 400;
        color: #2C2E33;
    }
    


    
    /* -------------------------------------- PAGE 7 -------------------------------------- */
    .page_7{
        width: 100vw;
        height: fit-content;

        background-color: white;

        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page_7 h1{
        padding: 0vw 0vw 7vw 0vw;

        font-family: 'PlayfairDisplay';
        font-size: 2vw;
        font-weight: 600;
        color: #2C2E33;
    }
}



































































@media (min-width: 1025px) {
    /* -------------------------------------- DEFAULTS -------------------------------------- */   
    .page_title{
        width: 100%;
        
        text-align: center;
    
        font-family: 'PlayfairDisplay';
        font-weight: 600;
        font-size: 4vw;
        color: #2C2E33;
    }

    .w{
        height: fit-content;
        width: 100vw;
        margin-bottom: -1px;
    }
    .w_top{  
        transform: rotate(180deg);
        margin-top: -1px;
    }

    div{
        z-index: 1;
    }
    .page_4_map{
        z-index: 1;
    }




    /* -------------------------------------- DECALS -------------------------------------- */
    .decal{
        position: absolute;
        border: 0;
        outline: none;
    }
    .d_01{
        content: url(img/decal_08.png);

        width: 12vw;

        margin-top: 0vw;
        margin-left: 0vw; 
    }
    .d_02{
        content: url(img/decal_04.png);

        width: 13vw;

        margin-top: 0vw;
        margin-left: 60vw; 
    }
    .d_03{
        content: url(img/decal_01.png);

        width: 15vw;

        margin-top: 20vw;
        margin-left: 30vw; 
        overflow: hidden;
    }



    .d_04{
        content: url(img/decal_10.png);
        transform: scaleY(-1);

        width: 15vw;

        margin-top: 55vw;
        margin-left: 0vw; 

        z-index: 2;
    }
    .d_05{
        content: url(img/decal_07.png);

        width: 15vw;

        margin-top: 10vw;
        margin-left: 70vw; 

        z-index: 2;
    }



    .d_06{
        content: url(img/decal_03.png);

        width: 20vw;

        margin-top: 20vw;
        margin-left: 46vw; 
    }
    .d_07{
        content: url(img/decal_05.png);

        width: 15vw;

        margin-top: 0vw;
        margin-left: 85vw; 
        overflow: hidden;
    }



    .d_08{
        content: url(img/decal_06.png);

        width: 18vw;

        margin-top: 15vw;
        margin-left: 0vw; 
    }
    .d_09{
        content: url(img/decal_11.png);

        width: 15vw;

        margin-top: 40vw;
        margin-left: 85vw; 
        overflow: hidden;
    }



    .d_10{
        content: url(img/decal_02.png);

        width: 15vw;

        margin-top: -2vw;
        margin-left: 80vw; 
    }
    .d_11{
        content: url(img/decal_09.png);

        width: 30vw;

        margin-top: 15vw;
        margin-left: -5vw; 
        overflow: hidden;
    }



    .d_12{
        content: url(img/decal_13.png);

        width: 12vw;

        margin-top: 12vw;
        margin-left: 0vw; 
        overflow: hidden;
    }
    



    /* -------------------------------------- PAGE 1 -------------------------------------- */
    .page_1 {
        width: 100vw;
        height: 100vh;

        background-image: url(img/bild_1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page_1_container{
        width: 100vw;
        height: 100vh;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .page_1_title{
        margin: 3vw 0 0 5vw;
    
        font-family: 'PlayfairDisplay';
        font-weight: 600;
        font-size: 2.5vw;
    }
    .page_1_subtitle{
        margin: 0 0 0 5vw;
    
        font-family: 'PlayfairDisplay';
        font-weight: 500;
        font-size: 1.5vw;
    }
    


    
    /* -------------------------------------- PAGE 2 -------------------------------------- */
    .page_2{
        min-height: 30vh;
        height: fit-content;
        
        display: flex;
        flex-direction: row;

        justify-content: space-evenly;
        align-items: center;
    }
    .page_2_container{
        width: 15vw;
        min-height: 30vw;

        margin-top: 0%;

        background-color: white;
        border-radius: 20px;

        padding: 2%;

        display: flex;
        flex-direction: column;

        justify-content: space-between;
        align-items: center;

        gap: 10px;

        z-index: 1;
    }
    .page_2_container_icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page_2_container_icon img{
        width: 3vw;
    
        border-radius: 120px;
        background-color: #E9F3F3;
        padding: 1vw;
    }
    .page_2_container_title{
        display: flex;
        align-items: center;
        justify-content: center;
    
        font-family: 'PlayfairDisplay';
        font-weight: 800;
        font-size: 2.5vw;
        text-align: center;
        color: #2C2E33;
    }
    .page_2_container_list{
        width: 90%;
        height: 100%;
    
        font-family: 'Inter';
        font-size: 1.8vw;
        font-weight: 400;
        color: #5B5F63;
    
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page_2_container_list ul{
        width: 85%;
        height: 80%;
    }
    .page_2_container_list li{
        margin-top: 8px;
    }
    .page_2_container_btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page_2_container_btn a{
        font-family: 'PlayfairDisplay';
        font-weight: 800;
        text-decoration: none;
        font-size: 1.6vw;
        color: white;
    
        border-radius: 120px;
        background-color: #8BC9C4;
        margin-top: 2vw;
        padding: 12px 16px;
    }
    



    /* -------------------------------------- PAGE 3 -------------------------------------- */
    .page_3{
        width: 100vw;
        height: fit-content;

        background-color: white;
    
        display: flex;
        flex-direction: column;
    }
    .page_3_container{
        width: 100vw;
        height: fit-content;
        min-height: 50vh;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;  
    }
    .page_ablaufplan{
        width: 80%;
        content: url(img/Ablaufplan.png)
    }
    



    /* -------------------------------------- PAGE 4 -------------------------------------- */
    .page_4{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page_4_map{
        width: 30vw;
        height: 30vw;

        margin-top: 8vw;

        outline: none;
        border: 0;
        border-radius: 15px;
    }
    .page_4_row_container{
        width: 90vw;
        height: fit-content;
        
        display: flex;
        flex-direction: row;
        align-items: center;

        gap: 2vw;
    }
    .page_4_container{
        width: 80vw;
        height: fit-content;

        margin-top: 4vw;
    }
    .page_4_accordion {
        margin-top: 1vw;
        border-radius: 15px;
        padding: 1.2vw 1.2vw 1.2vw 1.2vw;
        width: 100%;
    
        cursor: pointer;
    
        border: none;
        text-align: center;
        outline: none;
        transition: all 0.2s ease-in;

        background-color: white;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
    .page_4_accordion h5{
        font-size: 1.0vw;
        font-family: 'Inter';
        font-weight: 600;
        color: #2C2E33;
    }
    .page_4_panel{
        max-height: 0;
        
        border-radius: 0 0 15px 15px;
    
        overflow: hidden;
    
        transition: all 0.2s ease-in-out;
    
        font-size: 1.0vw;
        font-family: 'Inter';
        font-weight: 400;
        color: #2C2E33;
    
        display: flex;
        align-items: center;

        background-color: white;
    }
    .page_4_panel p{
        margin-left: 1vw;
    }
    



    /* -------------------------------------- PAGE 5 -------------------------------------- */
    .page_5{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;

        background-color: white;
    }
    .page_5_container{
        width: 70vw;
        height: fit-content;

        margin-top: 1vw;
    }
    .page_5_accordion {
        margin-top: 1vw;
        border-radius: 15px;
        padding: 1.2vw 1.2vw 1.2vw 1.2vw;
        width: 100%;
    
        cursor: pointer;
    
        border: none;
        text-align: center;
        outline: none;
        transition: all 0.2s ease-in;

        background-color: transparent;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
    .page_5_accordion h5{
        font-size: 1.2vw;
        font-family: 'Inter';
        font-weight: 600;
        color: #2C2E33;
    }
    .page_5_panel{
        max-height: 0;
        
        border-radius: 0 0 15px 15px;
    
        overflow: hidden;
    
        transition: all 0.2s ease-in-out;
    
        font-size: 1.0vw;
        font-family: 'Inter';
        font-weight:400;
        color: #2C2E33;

        background-color: transparent;
    
        display: flex;
        align-items: center;
    }
    .page_5_panel p{
        margin-left: 1vw;
    }
    



    /* -------------------------------------- PAGE 6 -------------------------------------- */
    .page_6{
        width: 100vw;
        height: fit-content;
    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;

        text-align: center;

        padding: 5vw 0 5vw 0;
    }
    .page_6_subtitle{
        height: fit-content;
        width: 70vw;

        margin-top: 1vw;

        font-family: 'Inter';
        font-weight: 400;
        font-size: 1.4vw;
        color: #5B5F63;
    }
    .page_6_container{
        width: 90vw;
        height: fit-content;

        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .page_6_datacontainer{
        width: 30vw;
        height: fit-content;

        margin-top: 2vw;

        background-color: white;
        border-radius: 15px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;

        padding: 1vw;
    }
    .page_6_datacontainer h4{
        font-family: 'PlayfairDisplay';
        font-size: 1.8vw;
        font-weight: 600;
        color: #2C2E33;
    }
    .page_6_datacontainer p{
        margin-top: 1vw;
        font-family: 'Inter';
        font-size: 1.4vw;
        font-weight: 400;
        color: #2C2E33;
    }
    


    
    /* -------------------------------------- PAGE 7 -------------------------------------- */
    .page_7{
        width: 100vw;
        height: fit-content;

        background-color: white;

        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page_7 h1{
        padding: 0vw 0vw 7vw 0vw;

        font-family: 'PlayfairDisplay';
        font-size: 2vw;
        font-weight: 600;
        color: #2C2E33;
    }
}