@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&family=Almendra+SC&display=swap');

/* Anm.: z.T. doppelte Klassen um Überschreiben vorzubeugen */


/* Farbgebung außen */

.body {
	
	margin: 0;
    padding: 0;
    overflow-y: hidden;
	background-color: #EBEBE4 !important;
	
}
	
}


/* Buttons rechts oben */

.ui-rtsr-selected {
    background-color: #ebebe4;
    font-weight: bold;
}

.ui-rtsr-unselected {
    background-color: #ebebe4;
    color: black;
    cursor: pointer;
}

.ui-rtsr-selected {
    background-color: #ebebe4;
    font-weight: bold;
}

.ui-rtsr-unselected {
    background-color: #ebebe4;
    color: black;
    cursor: pointer;
}


/* Kalendertitel */

#calendarTitle {
    font-family: 'Almendra SC', serif;
    font-weight: bold;
    padding-left: 2px;
	text-decoration: underline;
	font-size: 18px;
	text-align: center;
	color: #9B0000;
}


/*Tageweise ansicht */







.mv-event-container {
overflow: hidden;
position: absolute;
top: 15px;
bottom: 0;
left: 0;
width: 100%;
background: white;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
font-family: EB Garamond;

}

.mv-container {
    font-size: 11px;
    line-height: 14px;
    font-family: EB Garamond;
}


.st-bg { background:#ebebe4; }

.st-bg-today { 

background:#c8c8b3;
border-left: 2px solid #9B0000;
border-right: 2px solid #9B0000; 
}




.st-dtitle { background: transparent; 
font-family: 'Alegreya Sans', sans-serif;
 font-size: 16px;}

.st-dtitle-today {
    border: 2px solid #9B0000;
}

.st-bg-td-last {
    border-left: 2px solid #9B0000;
}


.st-dtitle-down {
    border-top: 2px solid #9B0000;
}


.mv-daynames-table {
    table-layout: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #e3e9ff;
    color: black;
	
}


.mv-dayname {
       font-family: 'Almendra SC', serif;
    font-weight: bold;
	font-size: 16px;
	color: #9B0000;
    padding: 0px;
    background-color: #ebebe4;
	border-bottom: 2px solid #3e3e3e;
	
}

.st-c-pos {
    padding: 1px 1px 0 2px;
	font-family: 'Alegreya Sans', sans-serif;
    cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: #750F14;
}


.te {
    white-space: nowrap;
    color: #800e0e !important;
	
}

.view-container-border {
    background-color: transparent;
	
}

.navForward {
    background-position: -241px 0;
    background-image: url(combined_v22.png);
}

.navBack {
    background-position: -241px -17px;
    background-image: url(combined_v22.png);
}


/* Wochenansicht */

.wk-weektop {
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    line-height: 14px;
    background-color: #ebebe4;
}

.wk-weektop {
    font-size: 11px;
    line-height: 14px;
    background-color: #ebebe4;
}

.tg-col {
    border-left: 1px solid #ddd;
    vertical-align: top;
    background-color: #ebebe4;
}

.tg-col-today {
    border-left: 1px solid #9B0000;
    vertical-align: top;
    background-color: #ebebe4;
}

.tg-today {
    background-color: #c8c8b3;
}

.wk-today {
    border: 1px solid #9B0000;
    padding: 1px;
}

.wk-today {
    background-color: #c8c8b3;
    color: #9B0000;
    font-weight: normal;
}

.wk-dayname {
    font-weight: bold;
    color: #9B0000;
    white-space: nowrap;
    font-family: 'Almendra SC', serif;
    font-size: 16px;
}

.tg-times-pri, .tg-times-sec {
    background-color: #e8e8dd;
    color: #666;
    padding: 1px 0 0;
    text-align: right;
    vertical-align: top;
}

.wk-scrolltimedevents {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 1px solid #4a3400;
    border-left: 0 none;
    border-bottom: 1px solid #4a3400;
    padding: 0;
    font-size: 11px;
    line-height: normal;
}

.cbrd dt {
    margin-top: 0;
    background-color: #a4a49f !important;
	color: white !important;
}

.chip dl {
    margin: 0;
    padding: 0 0 1px;
    border-left: 1px solid;
    border-right: 1px solid;
    overflow: hidden;
	background-color: #bcbcb6 !important;
	border-color: #d3d3cd !important;
	color: white !important;
}

.view-cap, .view-container-border {
    background-color: transparent;
}

/* Terminübersicht */



.agenda .date-label {
    font-weight: bold;
    background: #ebebe4;
    position: relative;
    font-family: 'Almendra SC', serif;
    font-size: 16px;
}

.agenda .date-label {
    font-weight: bold;
    background: #ebebe4;
    position: relative;
    font-family: 'Almendra SC', serif;
    font-size: 16px;
}

.agenda .day {
    border-bottom: 1px solid #4a4303;
}