@import url('https://fonts.googleapis.com/css?family=Roboto');


body {
	font-size:16px;
	background-image: none;
	background-color: transparent;
}
* {line-height: 1.5em; box-sizing: border-box;}
a {color: #535763; text-decoration: none;}
h1, h2, h3, h4, h5 {font-size: 16px; font-weight:400; margin:0}
img, video, iframe {max-height: 100vh !important; border: 1px solid #f39999; background-color:#f3f3f3; object-position: top center}
video, iframe {min-height: 216px;}
div.tile img, div.tile video, div.tile iframe {
    border: none;
}

.content {display: block !important;width:100%!important; margin: 0 auto;padding: 0!important}
.content > div.tile {overflow:hidden; margin-bottom: 30px; min-height:50px; cursor: unset;}
.content > div.tile > div {padding: 0;border:none;position:relative;}
.content > div.tile > div > span.serviceicon {position:absolute; top:20px; right:20px; height:3.5em; width: 3.5em; font-size:90%}
.content > div.tile > div > span.serviceicon[onclick] {cursor: pointer}
.content > div.tile > div::before {display:none;}

div.tile > div > * {
	/*position: absolute;*/
	z-index:10;
	font-family: Roboto;
	/* font-variant: condensed; */
}

div.tile {
	filter:none;
	background: #008244 !important;
	color: #ffffff; 
	position: relative;
}	
div.tile > div {
	padding:0;
}
div.tile > div {
    background-color: #008244 !important;
}
div.tile a { color: #30B6DC; }


div.tile > div.hasimage > img, 
div.tile > div.hasimage > video,
div.tile > div.hasimage > iframe{
	max-height: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	top: 0;
}

div.tile > div > div.text {
	padding: 1em 1em 1em 1em;
	background-color:#008244; 
	width: 100%;
	bottom: 0;
	margin: 0;
}
div.tile > div.noimage > div.text {
	padding: 1em 3em 2em 1em;
	padding: 1em 1em 2em 1em;
	height:100%;
	font-size:140%;
	line-height:1.1em;
	background-color: transparent;
}
div.tile > div.noimage > div.text.small {
    display: none;
	font-size:0%;
	line-height:1.0em;
}

div.tile > div > div.text span {
	width: 100%;
	display: block;
}
div.tile > div > div.info {
	padding:0.2em 1em 0.5em 1.2em;
}
div.tile > div > div.info > span.user {
	/*width:calc(100% - 11em);
	position: absolute;*/
	padding-bottom:0.5em;
}
div.tile > div > div.info > span.user span {
	display: block;
}
div.tile > div > span.serviceicon { 
	bottom: 0;
 	text-align: right;
	padding: 0.2em 0.7vw 1.4em 1vw;
}
div.tile > div > span.serviceicon::before { 
	position: relative; 
	margin:0;
}


#morebtn {
    background-color: #007d40;
    color: #ffffff !important;
	border-width: 4px!important;
	border-color: #ffffff;
	border-radius: 1px;
	font-weight: 700!important;
	text-transform: uppercase!important;
	width: 70%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#morebtn:before {
    content: 'Mehr anzeigen';
}


.tile#s1 > div.video > .text {
    background: transparent;
}

.serviceinfo {
    visibility: hidden;
}
.text .small {
    padding-top:20px;
}  


div.tile > div::before{
    margin:0!important;
}

