/* SIDEBAR */
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	/*background-color: white;*/
	overflow-x: hidden;
	padding-top: 50px;
	transition: 0.5s;
	font-family: Roboto,Noto,sans-serif;
	font-size: 18px !important;
	left: calc(0px - (2 * var(--rem-s)));
}
.sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	display: block;
	transition: 0.3s;
}
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 36px;
}
.openbtn {
	font-size: 20px;
}
#main {
	transition: margin-left .5s;
	padding: 20px;
}
@media screen and (max-height: 450px) {
	.sidebar {padding-top: 15px;}
	.sidebar a {font-size: 18px;}
}
/* END SIDEBAR */




.toolbar{
	height: 75px !important;
}

.toolbar+.page__background+.page__content{
	top: 75px !important;
}

.toolbar__left{
	line-height: 75px !important;
}

.toolbar__right{
	line-height: 1rem;
}

.toolbar__center{
	line-height: 75px !important;
}

.page__content h4{
	margin: 0.1rem !important;
}


.fab_button{
	all: unset;
	border-radius: 100%;
	box-shadow: none;
	/*background-color: var(--akzent-farbe);*/
	/*color: white;*/
	margin-right: 10px;

	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	padding: 6px;
}












ons-card{
	padding: 2px !important;
}

div.chevron_expand{
	width:100%;
	text-align:center;
}

div.chevron_expand a{
	color:#a4aab3;
}

ons-list-item label{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.list-item--divider{
	/*border-bottom: 1px solid #444;*/
}

.segment__button{
	/*border-color: var(--akzent-farbe) !important;
	color: var(--akzent-farbe) !important;*/
}

:checked+.segment__button{
	/*background-color: var(--akzent-farbe) !important;*/
	/*color: white !important;*/
}

ons-list{
	/*background-color: white !important;*/
}

.button{
	/*background-color: var(--akzent-farbe) !important;*/
}

:checked+.tabbar__button{
	/*color: var(--akzent-farbe) !important;*/
}

table{
	width: 100%;
}

table.edit tr td{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px;
}

a{
	/*color: var(--akzent-farbe);*/
}

#logoutCountdown{
	/*color: white;*/
}

.button--quiet{
	padding-left: 6px !important;
	padding-right: 6px !important;
	/*color: var(--akzent-farbe);*/
}

.page__content h3{
	margin: 0px;
}

.raeume{
	position: sticky;
	top: 0px;
	/*background-color: white;*/
	z-index: 100;
}

/*.list-item--divider{
	border-bottom: 1px solid #444;
}*/

a{
	/*color: white;*/
}

td{
	/*color: white;*/
}

.dialog{
	width: auto;
	max-width: 90%;
	height: auto;
	max-height: 90%;
	width: 100% !important;
	height: 100% !important;
}

body, h1, .dialog-container{
	/*color: white;*/
}