nav {
    width: 100%;
    /* background-color: rgb(37, 207, 111); */
}

.nav-background{
    display: flex;
    align-items: center;
    justify-content: space-between;
	background-image: url('../web_images/Gruppe_860.png');
	background-size: 110% 110%;
    height: 250px;

}

.nav-left {
    width: 20%;
    margin-right: 2%;
    margin-left: 3%;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    /* width: 1153px; 70.3%*/
}
.nav_icon{
    width: 100%;
}

.nav-station-box{
    display: block;
}
.nav-station-box-resp{
    display: none;
}
.nav-single-station-box-resp{
    display: none;
}

.nav-stations {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* background-color: rgb(48, 92, 238); */
    margin-bottom: 15px;
    /* width: 1153px; 70.3%*/
}

.nav-stations-top{
    margin-top: 3%;
}
.nav-stations-resp {
    display: none;
}

.nav-box {
    display: flex; 
    justify-content: space-evenly;
    align-items: center;
    /* background-color: rgb(219, 88, 88); */
    border-radius: 64px;
    width: 100%;
    height: 45px;

}


.nav-button-activ {
    /* border-radius: 64px; */
    text-decoration: none;
    /* background-color: #3C64AD; */
    display: inline-block;
    margin: 0;
    text-align:center;
    width: 250px;
    height:auto;
	background-image: url('../web_images/button_image_blue.png');
    color: #facb4f;
    font-weight: bold;
    /* padding: 5% 0 5% 0; */
    padding-bottom: 20px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	font-size: 20px;
}

.nav-button {
    /* border-radius: 64px; */
    text-decoration: none;
    /* background-color: #3C64AD; */
    display: inline-block;
    margin: 0;
    text-align:center;
    width: 250px;
    height:auto;
	background-image: url('../web_images/button_image_yellow.png');
    color: #04418C;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: 100%  100%;
	font-size: 20px;
}


.nav-station-button-activ {
    /* border-radius: 64px; */
    text-decoration: none;
    /* background-color: #3C64AD; */
    display: inline-block;
    margin: 0;
    text-align:center;
    width: 250px;
    height:auto;
	background-image: url('../web_images/button_image_white.png');
    /* padding: 5% 0 5% 0; */
    padding-bottom: 20px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.button-text-activ-green{
    font-weight: bold;
    color: #0A6834;
}
.button-text-activ-blue{
    font-weight: bold;
    color: #04418C;
}


.nav-station-button-green {
    /* border-radius: 64px; */
    text-decoration: none;
    /* background-color: #3C64AD; */
    display: inline-block;
    margin: 0;
    text-align:center;
    width: 250px;
    height:auto;
	background-image: url('../web_images/button_image_green.png');
    color: #facb4f;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: 100%  100%;
}

.nav-station-button-blue {
    /* border-radius: 64px; */
    text-decoration: none;
    /* background-color: #3C64AD; */
    display: inline-block;
    margin: 0;
    text-align:center;
    width: 250px;
    height:auto;
	background-image: url('../web_images/button_image_blue.png');
    color: #facb4f;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: 100%  100%;
}





/* #0A6834 */

/*
* Footer
*/

footer{

    margin-top: 43%;
    margin-left: -1%;
    bottom: 0;
    position: relative;
	background-image: url('../web_images/Gruppe_858.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 4%;
}


.footer-link {
    text-decoration: underline;
    color: #04418C;
}

.footer-box-flex {
    margin-top: 10px;
    /* margin-left: 50px; */
    /* margin: 10px 300px 0 0px; */
    /* background-color: rgb(123, 149, 237); */
    display: flex;
    justify-content: space-between;
    /* background-color: burlywood;  */
} 
.footer-box-flex-img {
    margin: auto;
    padding-right: 5%;
    padding-top: 2%;
    width: 10%;
    /* background-color: rgb(218, 235, 90); */
} 
.footer-box {
    margin-top: 10px;
    margin-left: 50px;
    /* background-color: burlywood; */
}


.footer-button-box {
    /* background-color: rgb(84, 222, 82); */
    margin: 30px 30px 30px 0px;
}


.footer-logo-box {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.text-footer {
    font-size: 15px;
    font-weight: bold;
}

.text-privacy-footer {
    font-size: 18px;
    font-weight: bold;
}
.footer_margin{
    padding-top: 5%;
}
.footer_main_icon {
    width: 180px;
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
    /* padding: 0 5rem; */
}
.footer_sec_icon {
    /* display: inline-block; */
    height: 5%;
}

.footer_show_resp {
    display: none;
}
.footer_show_no_resp {
    display: inline-block;
}
.footer_show_block_no_resp {
    display: block;
}



.w-nav-button {
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5%;
    margin-bottom: 5%;
}

.div-block-37 {
    width: 45px;
    height: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 9999999px;
    background-color: #04418C;
}


@media screen and (max-width: 1600px) {
    
    .nav-button-activ {
        width: 24%;
        height:auto;
        /* padding: 5% 0 5% 0; */
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 14px;
    }

    .nav-button {
        width: 24%;
        height:auto;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 14px;
    }

    
    .nav-station-button-green {
        margin-bottom: 1.5%;
        width: 15%;
        font-size: 14px;
        padding-top: 1.2%;
        padding-bottom: 1.2%;
    }

    .nav-station-button-blue {
        margin-bottom:  1.5%;
        width: 15%;
        font-size: 14px;
        padding-top: 1.2%;
        padding-bottom: 1.2%;
    }
    
    .nav-station-button-activ {
        margin-bottom:  1.5%;
        width: 15%;
        font-size: 14px;
        padding-top: 1.2%;
        padding-bottom: 1.2%;
    }
}


@media screen and (max-width: 850px) {
    .nav-right {
        display: none;
    }

    .nav-left {
        width: 25%;
        margin-left: 5%;
    }
   


    .nav-right {
        background-color: white;
        height: 100%;    
        position: fixed;
        width: 61.8%;
        top: 0;
        left: 0;
        flex-flow: column;
        justify-content: space-between;
        z-index: 5;
    }
    .w-nav-button {
        display: inline-block;
        margin-right: 5%;
    }

    
    .nav-box {
        margin-top: 30%;
        flex-flow: column;
        height:  auto;
        width: 100%;
    }
    .nav-button-activ {
        margin-bottom: 6%;
        width: 250px;
    }
    .nav-button {
        margin-bottom: 6%;
        width: 250px;
    }


    
    .nav-station-box{
        display: none;
    }
    .nav-station-box-resp{
        display: block;
        margin-top: -15%;
    }
    .nav-stations-top{
        margin-top: 0;
    }
    .nav-single-station-box-resp{
        display: block;
        margin-top: -25%;
    }

    
    .nav-station-button-green {
        margin-bottom: 1.5%;
        width: 200px;
        font-size: 14px;
        padding-top: 1.7%;
        padding-bottom: 1.7%;
    }

    .nav-station-button-blue {
        margin-bottom:  1.5%;
        width: 200px;
        font-size: 14px;
        padding-top: 1.7%;
        padding-bottom: 1.7%;
    }
    
    .nav-station-button-activ {
        margin-bottom:  1.5%;
        width: 200px;
        font-size: 14px;
        padding-top: 1.7%;
        padding-bottom: 1.7%;
    }


} 

@media screen and (max-width: 450px) {

    
    .nav-background{
        height: 150px;

    }


    .nav-right {
        background-color: white;
        height: 100%;    
        position: fixed;
        width: 70%;
        top: 0;
        left: 0;
        flex-flow: column;
        justify-content: space-between;
        z-index: 5;
    }

    .nav_icon{
        width: 100%;
    }

    
    .nav-box {
        margin-top: 30%;
        flex-flow: column;
        height:  auto;
        width: 100%;
    }
    .nav-button-activ {
        margin-bottom: 5%;
        width: 75%;
        font-size: 16px;
    }
    .nav-button {
        margin-bottom: 5%;
        width: 75%;
        font-size: 16px;
    } 
    
    .div-block-37 {
        width: 30px;
        margin-top: 4px;
        margin-bottom: 4px;
        height: 4px;
    }



    footer{
        margin-top: 40%;
        bottom: 0;
        margin-left: -2%;
    }

    
    .main-footer {
        display: none;
    }
    
    .footer_show_resp {
        display: block;
    }
    .footer_show_no_resp {
        display: none;
    }
    .footer_show_block_no_resp {
        display: none;
    }

    .footer-box {
        margin-top: 10px;
        margin-left: 15px;
        /* background-color: burlywood; */
    }
    
    
    .footer-button-box {
        margin: 0px 0px 20px 0px;
        float: right;
    }
    .footer-logo-box_resp {
        width: 100%;
    }
    
    
    .footer_main_icon {
        width: 100px;
        /* margin-right: ;
        margin-top: 20px; */
        /* padding: 0 5rem; */
    }
    .footer_sec_icon {
        /* display: inline-block; */
        width: 100%;
        /* margin-left: 10px; */
        /* padding: 0 5rem; */
    }

    
    .footer-box-flex {
        margin-top: 10px;
        margin-left: 1%;
        /* margin: 10px 300px 0 0px; */
         /* background-color: rgb(123, 149, 237); */
        display: flex;
        justify-content: space-between;
        /* background-color: burlywood;  */
    } 
    .footer-box-flex-img {
        margin: auto;
        padding-right: 8%;
        padding-top: 2%;
        width: 7%;
        /* background-color: rgb(218, 235, 90); */
    } 


    .text-footer {
        font-size: 12px;
        font-weight: bold;
    }
    
    .text-privacy-footer {
        font-size: 12px;
        font-weight: bold;
    }


    .footer_margin{
        padding-top: 5%;
    }


}

@media screen and (min-width: 2600px) {

    
    .nav-left {
        width: 10%;
        margin-right: 2%;
        margin-left: 5%;
    }
    
}