.error {
    border-color: red;
    border-width: 2px;
    border-style: solid;
}
#fehlerMeldung {
    margin-top: 5%;
    font-size: 16px;
    font-weight: bold;
}
#fehlerMeldung0 {
    margin-top: 5%;
    font-size: 16px;
    font-weight: bold;
}
.zeitSelect {
    display: inline-block;
    background-color: #dae3f3;
    width: 32%;
    font-size: 25px;
    border-color: black;
    border-width: 5px;
    margin-bottom: 0.5%;
    font-weight: bold;
}
.calendar-title-center {
    margin-bottom: 3%;
}
.button31 {
    display: block;
    height:30px;
    margin-top: 2px;
    padding: 3px 14px 3px 14px;
    cursor: pointer;
    background: #dae3f3;
    border:1px solid dimgrey;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:30px;
    color: #FFF;
    transition: ease .5s;
    position: relative; /*ADDING THIS IS REQUIRED*/

}

.button31:hover {
    background: #bbcff4;
}

.button31::after {
    content: '-';
    font-size: 31px;
    color:dimgrey;
    font-weight: bold;
    position: absolute;
    left: 7px;
    bottom: -5px;
}

.a_button {
	border: none;
}

.a_button:hover{
	cursor: pointer !important;
}
.bi-arrow-right:hover {
    background-color: #c6c6c6;
    cursor: pointer;
}
.font18-inner-last {
    text-align: left !important;
}

.myrow .cal_button_active {
	text-decoration: underline !important;
	background-color: rgba(0,0,0,1);
	
}