

body{
    font-family: monospace;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-theme{
    text-align: center;
    color:white;
    font-size: 24px;
    padding: 2%;
}

.header-theme{
    padding: 2%;
    margin-top: 8px;
    text-align: center;
    font-weight: bold;
    color: blue;
    font-size: 24px;
    background-color: rgb(162, 255, 0);
    display: flex;
    justify-content: center;
    flex-direction: column;    
}

.lauftext{
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.r1{
    padding: 1%;
    width: auto;
    height: auto;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 18px;
    /*margin-bottom: 18px;*/
    background-color: blue;
    text-align: center;
    font-size: 48px;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.r2{
    padding: 1%;
    /*width: auto;*/
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    background-color: blue;
    text-align: center;
    font-size: 36px;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.r3{
    padding: 1%;
    /*width: auto;*/
    width:25%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: auto;
    background-color: blue;
    text-align: center;
    font-size: 36px;
    color: white;
    display: flex;
    justify-content: center;
    /*flex-direction:row;*/
    flex-direction: column;
}

@media (max-width: 600px) {
    .r3{
        width: auto;
        /*padding: 15px 0px;
        text-align: left;*/
    }
}
.r4{
    /*padding: 1%;*/
    /*width: auto;*/
    /*width:100%;*/
    height: auto;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 8px;
    margin-bottom: auto;
    background-color: blue;
    text-align: center;
    font-size: 12px;
    color: white;
    display: flex;
    justify-content: left;
    flex-direction:row;
    /*flex-direction: column;*/
}

.pic1{
    width: 100px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.pic1class{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}

.r21{
    width: 250px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 4px;
    background-color: yellow;
    font-size: 48px;
    color: blue;    
    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
}

.r22{
    width: 250px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: yellow;
    font-size: 48px;
    color: blue;    
    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
}

.btn{
    /*width: auto;*/
    width:100%;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 4px;
    border-radius: 20%;
    background-color: green;
    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    font-size: 24px;
    padding: 32px 16px;
    color: black; 
}

.kr{
    width: 125px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 20%;
    background-color: green;
    font-size: 48px;
    color: black; 
    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
}

.light-theme{
    color: #000000;
    background-color: red;
}

.Dienste{
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
}

#confirm {
    display: none;
    background-color: #F3F5F6;
    /*background-color: deeppink;*/
    color: #000000;
    border: 1px solid #aaa;
    position: fixed;
    /*position: absolute;*/
    /*width: 300px;*/
    height: auto;
    /*left: 40%;*/
    top: 40%;
    box-sizing: border-box;
    text-align: center;
}
 
 #confirm button {
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 12px;
    border: 4px solid #aaa;
    padding: 5px;
    text-align: center;
    width: 60px;
    cursor: pointer;
 }

 #confirm .message {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
 }

 #confirm .yes {
    text-align: center;
    width: 100px;
    /*left:10%;*/
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
 }

 #confirm .no {
    text-align: center;
    width: 100px;
    /*left:30%;*/
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
 }

 .btn{
    width: auto;
    /*width:100%;*/
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 4px;
    border-radius: 20%;
    background-color: green;
    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    font-size: 24px;
    padding: 32px 16px;
    color: black; 
}
    /* Navigation */
    /*
    * {
    margin: 0;
    padding: 0;
    }*/
    nav {
        width: 100%;
        background-color: red;
    }
    
    nav ul{
        list-style: none;
        /*float: left;*/
        float:right;
        width: 100%;
        /*width:30%;*/
    }

    nav ul li{
        float: left;
        padding: 5px 30px;
        text-align: center;
    }

    nav ul a{
        float: left;
        padding: 5px 30px;
        text-align: center;
        text-decoration: none;
    }


    nav ul a:hover {
        /*background-color: yellow;*/
        color: yellow;
    }
    

    @media (max-width: 700px) {
        nav ul a{
            width: 100%;
            padding: 15px 0px;
            text-align: left;
        }
        nav ul li{
            width: 100%;
            padding: 15px 0px;
        }
        nav ul {
            display: none;
        }
    }

    .burgericon {
        width: 30px;
        height: 30px;
        display: none;
    }
    
    .burgericon div {
        width: 90%;
        margin: 8px 5%;
        height: 3px;
        background-color: blue;
    }
    @media (max-width: 700px) {
        .burgericon {
            display: block;
        }
    }
    #navigation {
        opacity: 0;
    }
    #navigation:checked ~ ul {
        display: block;
    }
    #navigation:checked ~ label .burgericon {
        margin-top: 15px;
    }
    #navigation:checked ~ label .burgericon div:first-of-type{
        rotate: 45deg;
    }
    #navigation:checked ~ label .burgericon div:last-child{
        rotate: -45deg;
        margin-top: -10px;
    }
    #navigation:checked ~ label .burgericon div:nth-child(2){
        display: none;
    }