.redmus-titel {
	font-family: 'Gill Sans', 'Gill Sans MT', Futura, sans-serif; 
	font-size:120%; 
	border-bottom: solid 1px #547892;
}

.redmus-kasten {
	background-color: #FFFFFF;
	font-size: 95%; 
	margin-bottom:0.5em; 
	vertical-align:top; 
	overflow:auto;
}

.redmus-untereinander {
	display: flex;
}

.redmus-spalten {
	vertical-align:top;
}

.redmus-edit {
	float:right; 
	margin-top:6px; 
	font-size:smaller;
}

.redmus-mobileonly {
	display:none;
}

/* 
Mobilgeräte
*/
@media 
only screen and (max-width: 720px)  {
	
	.redmus-untereinander {
		display: block;
		clear: right;
	}
	.redmus-spalten {
		width: 100% !important;
		margin:0 !important;
	}
	.redmus-linkbox {
		float: none !important;
		margin: 0 !important;
		width: auto !important;
	}
	.redmus-portale {
		font-variant: normal;
		font-size: smaller;
		font-weight: normal;
	}
	.redmus-hidemobile {
		display:none !important;
	}
	.redmus-mobileonly {
		display: block !important;
	}
	.redmus-layouttabelle table, .redmus-layouttabelle th, .redmus-layouttabelle tbody, .redmus-layouttabelle tr {
		display:block;
		border:none;
	}
	.redmus-layouttabelle table {
		width:100% !important;
	}
	.redmus-layouttabelle td {
		display:block;
		border:none;
		width:unset !important;
	}
	.redmus-layouttabelle th {
		padding:0;
		width:unset !important;
	}
	.redmus-bildbreite img {
		max-width:100%;
		height:auto;
	}
	.redmus-tabs {
		display:grid;
	}
}