.header-theme{
    padding: 2%;
    margin-top: 8px;
    text-align: center;
    font-weight: bold;
    color: #3274d6;
    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;
}

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

.btn{
    /*width: auto;*/
	height: 50px;
	width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 4px;
    border-radius: 12px;
    background-color: #3274d6;
    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    font-size: 16px;
    padding: 0px 15px;
    /*color: white;*/
    color: #c1c4c8; 
}

.btn:hover{
    color: #eaebed;
}

.r1{
    padding: 1%;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    /*margin-bottom: 18px;*/
    /*border-radius: 20%;*/
    /*padding: 24px 16px;*/
    background-color: #3274d6;
    text-align: center;
    font-size: 48px;
    color:  #eaebed;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

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

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

.r4{
    padding: 1%;
    /*width: auto;*/
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
    background-color: #3274d6;
    text-align: center;
    font-size: 24px;
    color: white;
    display: flex;
    justify-content: center;
    /*flex-direction:row;*/
    flex-direction: column;
}
.r5{
    padding: 1%;
    /*width: auto;*/
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
    background-color: #3274d6;
    text-align: center;
    font-size: 18px;
    color: white;
    display: flex;
    justify-content: center;
    /*flex-direction:row;*/
    flex-direction: column;
}

.r6{
    padding: 1%;
    /*width: auto;*/
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    margin-bottom: auto;
    background-color: #3274d6;
    border-radius: 12px;
    font-size: 18px;
    color: white;
    /*hyphens: auto;*/
    text-align: center;
    /*-moz-text-align-last: center;
    text-align-last: center ;*/

    display: flex;
    justify-content: center;
    /*flex-direction:row;*/
    /*flex-direction: column;*/
}

.r7{
    padding: 1%;
    /*width: auto;*/
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
    margin-bottom: auto;
    background-color: #ffffff;
    text-align: center;
    font-size: 36px;
    color: white;
    display: flex;
    justify-content: center;
    /*flex-direction:row;*/
    flex-direction: row;
}

#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;
 }

 @media (max-width: 700px) {
    .r1{
        font-size: 24px;
    }
    .r4	{
        font-size: 18px;
    }
    .r5 {
        font-size: 12px;
    }
    .r6 {
        font-size: 18px;
    }
    .r7{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        flex-direction:column;       
    }
    .btn{
        width:auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        font-size: 40%;
        margin-top: 12px;
        padding: 18px 12px;
    }
}