body {
}

h1.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
    text-align:center;
}

#container {
    padding-left: 0px;
    padding-right: 0px;
}

#calendar {
    padding: 15px;
    padding-top: 7px;
}

#fehlermeldung {
    color: red;
    font: bold;
    font-size: 15px;
}

#naechsterMonat {
    margin-bottom: 10px;
}

.container > .calendar > .row > .col-xs-10 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgb(235, 235, 235);
    min-height: 25px;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
}



.container > .calendar > .row > .col-xs-2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    width: 20%;
    border: 1px solid rgb(235, 235, 235);
    min-height: 20px;
    padding-left: 0px;
    padding-right: 0px;
}


.container > .calendar > .row > .col-xs-2 > time {
    position: absolute;
    display:block;
    top: 0px;
    right: 0px;
    padding-right: 2px;
    font-size: 10px;
    font-weight: 300;
    width: 100%;
    text-align: right;
    margin-bottom:10px;
    height: 10px;
    /*background-color:aqua;*/
}

.container > .calendar > .row > .col-xs-2 > input {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0px 5px;
        background: rgb(235, 235, 235);
        text-align: left;
        border: 1px solid;
        border-color: black;
        -webkit-border-radius: 25px;
        font-size: 10px;
        margin: 0px;
    }

.container > .calendar > .row > .col-xs-2 > ol > li {
    font-size: 12px;
    text-align: left;
    left: 0px;
    width: auto;
    margin: 0;

}

.row {
    display: flex;
}

.belegungEintrag > a {
    color:black;
    margin-left: 0px;
    margin-bottom:0px;
}

p {
    padding-top: 3px;
    max-height: 25px;
}

div {
    overflow-x: hidden;
    overflow-y: hidden;
}

ol {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

time.notThisMonth {
    color: darkgray;
}

.dayname {
    font-weight: bold;
    max-height: 20px;
}