
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../../../cms/tpl/all/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../../../cms/tpl/all/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../../../cms/tpl/all/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../../../cms/tpl/all/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../../../cms/tpl/all/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../../../cms/tpl/all/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

	:root {
		--swiper-theme-color: #ffffff !important;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
		border: 1px solid #aaa;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		width: 10px;
		height: 10px;
	}
	
	.fb-comments { max-width: 600px; margin: auto !important; display: block !important; position: static !important; }
	.fb-comments span, .fb-comments iframe { max-width: 100% !important; width: 100% !important; }

	img.lazy {
		background: #eee;
	}
	
	
	#_fancybox-wrap {
		padding: 0 !important;
	}
	
	#fancybox-title-float-main {
		color: #000 !important;
		background: #fff !important;
		border: 1px solid #000 !important;
		padding: 5px 7px !important;
		line-height: 1.4em;
		font-size: 1.15em;
		max-width: 800px;
		white-space: normal !important;
	}
	
	#fancybox-title-float-left, #fancybox-title-float-right {
		display: none;
	}
	
	.nobr {
		white-space: nowrap; 
		display: inline !important;
	}
	
	hr {
		clear: both; 
	}
	
	.smaller {
		font-size: 0.9em;
	}
	

	#overlay {
		position: fixed;
		display: none;
		left: 25%;
		right: 25%;
		top: 15%;
		bottom: 25%;
		z-index: 10001;
		overflow: auto;
		background: #fff;
	}
	#overlay * {
		max-width: 100%;
	}
	#overlay_close {
		position: fixed;
		display: none;
		top: 15%;
		right: 25%;
		margin: -25px -25px 0 0;
		width: 30px;
		height: 30px;
		background: url(/cms/tpl/all/js/fancybox/fancy_close.png) 0 0 no-repeat;
		z-index: 10002;
		cursor: pointer;
	}

	@media (max-width: 1400px) {
		#overlay {
			left: 12%;
			right: 12%;
		}
		#overlay_close {
			right: 12%;
		}
	}
	
	@media (max-width: 1024px) {
		
		#overlay {
			left: 5%;
			right: 5%;
			top: 3%;
			bottom: 5%;
			font-size: 0.9em;
		}
		#overlay_close {
			right: 5%;
			top: 3%;
		}
						
	}

	#dim {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		z-index: 10000;
	}
	
	.accordion {
		list-style: none;
		padding: 15px 0px 15px;
		margin: 0;
		background: #fff;
	}
	
	.accordion .title {
		cursor: pointer;
		padding: 5px 0 0 0;
		font-size: 1.2em;
	}
	.accordion .title h2 {
		padding-bottom: 10px !important;
	}
	
	.accordion .detail {
		background: #fff;
		padding: 20px 10px;
	}
	
	.accordion .detail .ce-bodytext {
		padding-top: 0;
	}
	
	.accordion .detail .accordion {
		padding: 0;
	}
	
	.accordion .detail .accordion .title {
		font-size: 0.9em;
	}
	
	.accordion .detail .accordion .detail {
		_padding-top: 0;
	}
	
	.accordion .ce-bg {
		padding: 0 !important;
	}
	
	.ce-background {
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.accordion .title .ce-background h2 {
		background: none !important;
		color: #fff;
		text-shadow: 0px 0px 7px black;
	}
	.accordion .title .ce-background.ce-imageborder-1 h2 {
		padding-left: 120px !important;
	}
	
	.accordion .accordion > li .detail, .accordion .accordion > li .title h2 {
		border-bottom: 1px solid #ddd;
	}
	
	.accordion .accordion > li .title .ce-background h2 {
		border: 0;
	}
	
	.bx-wrapper .bx-controls-direction a {
		z-index: 999 !important;
	}
	
	
	.text-justify { text-align: justify !important; }
	.text-center { text-align: center !important; }
	.text-right { text-align: right !important; }
	.text-left { text-align: left !important; }
	
	.ce-bodytext #searchform {
		margin: 25px 0;
	}
	
	input.formsendinfo.disabled {
		background: #aaa;
	}
	input.inp_ginoh {
		display: none !important;
	}
	
	
	.ce-dce-stilistic {
		position: relative;
		margin: 0 auto 50px;
		padding: 10px 40px 10px 50px;
		width: 75%;
	}
	
	.ce-dce-stilistic.link a {
		text-decoration: none !important;
	}
	
	.ce-dce-stilistic-corner1 {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.ce-dce-stilistic-corner2 {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.ce-dce-stilistic-corner3 {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.ce-dce-stilistic-corner4 {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#kesearch_results .hit {
		font-weight: bold;
	}
	
	iframe {
		max-width: 100%;
	}
	
	#kesearch_results {
		margin: 0 0 40px 0 !important;
	}
	
	.prop .uc-embedding-container {
		position: absolute !important;
		top: 0 !important;
		overflow: hidden !important;
	}

	@media (max-width: 768px) {
	
	
	}

	@media (max-width: 550px) {
				
		.accordion .accordion > li .detail {
			padding: 0px !important;
		}
		
		.accordion .accordion .ce-textpic.ce-left .ce-column {
			margin-left: 0px;
		}
		
		.notmobile {
			display: none !important;
		}
	}
	
	@media (min-width: 550px) {
	
		a.tel {
			color: inherit !important;
			text-decoration: none;
			cursor: default;
		}
	
	}

	form {
		max-width: 550px;
		margin: 0 auto 20px auto;
		position: relative;
	}
	
	fieldset {
		border: 0;
		max-width: 100%;
		padding: 0;
	}


	input.inp, textarea.text, select.sel {
		border: 0;
		padding: 7px 2%;
		width: 96%;
		font-size: 1.0em;
		font-family: 'Open sans', sans-serif;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		display: block;
		float: left;
	}
	
	label.input + input.inp {
		width: 11%;
		float: none;
	}
	
	select.sel.placeholder {
		color: #ccc;
	}
	
	.card::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #bbb !important;
		opacity: 1 !important; /* Firefox */
	}
	
	.card:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #bbb !important;
	}
	
	.card::-ms-input-placeholder { /* Microsoft Edge */
		color: #bbb !important;
	}
	
	
	input.inp.ort {
		width: 75%;
	}
	input.inp.plz {
		width: 14.25%;
	}
	
	input.inp.ort + input.inp.plz, input.inp.plz + input.inp.ort {
		margin-left: 2%;
	}
	
	input.suche {
		margin: 0 0 15px 0;
		padding: 3px 3% 3px 3%;
		width: 94%;
		min-height: 29px;
		background-size: 23px 23px;
	}
	input.button.suche {
		width: 35px; 
		height: 34px;
		position: absolute;
		padding: 0;
		background-image: url(/cms/tpl/radio/img/lupe_suche.png);
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		right: 1px;
		top: 1px;
	}
	
	
	a.button {
		color: #fff !important;
		font-size: 1.5em;
		cursor: pointer;
		padding: 7px 10px;
		border: 1px solid #fff;
		margin: 0 15px 15px 0;
		display: inline-block;
		text-decoration: none;
		border-radius: 6px;
	}
	
	a.buttonsmall {
		font-size: 1.0em;
		border-radius: 0;
	}
	a.button.inactive {
		opacity: 0.4;
		-moz-opacity: 0.4;
		cursor: wait;
	}
	
	div.actions {
		float: right;
		width: 500px;
		max-width: 500px;
		margin: 0 0 0 40px;
		font-size: 0.9em;
	}
	
	div.actions a.button {
	}
	
	input.button, a.formbutton {
		border: 0;
		width: 96%;
		padding: 6px 2%;
		margin: 0;
		font-weight: bold;
		box-sizing: content-box;
		font-size: 1.0em;
		-webkit-appearance: none;
		cursor: pointer;
		display: block;
	}
	
	a.formbutton {
		text-align: center;
		text-decoration: none;
	}
	
	img.button {
		cursor: pointer;
		margin: 0px auto;
		clear: both;
		padding: 10px 0;
	}
	
	div.errors {
		color: #c00;
	}
	div.errors ul {
		margin: 10px 0 30px 20px;
		color: #c00;
	}
	div.errors li {
		margin: 0 0 5px 0;
	}
	
	form .line {
		margin: 0 0 10px 0;
	}
	form .line.placeholder {
		padding-left: 2%;
	}
	
	form .line ul {
		margin: 0 0 0 20px;
	}
	
	form .line.style_border {
		border-bottom: 1px solid #000;
		margin-bottom: 10px;
	}
	
	form .line.style_plz {
		width: 24%;
		float: left;
	}
	form .line.style_plz .inp {
		width: 82%;
		padding-left: 9%;
		padding-right: 9%;
	}
	form .line.style_plz +.line.style_ort {
		width: 75%;
		float: left;
	}
	form .line.style_ort + .line.style_plz, form .line.style_plz + .line.style_ort {
		margin-left: 1%;
	}
	
	form label.check, form p, form li {
		font-size: 1.0rem;
		line-height: 1.2em;
	}
	
	input.check {
		width: 10%;
		float: left;
		clear: both;
		display: block;
	}
	
	label.check {
		width: 83%;
		margin: 0 0 5px 2%;
		float: left;
		display: block;
	}
	
	label.input {
		width: 80%;
		padding: 7px 0 0 0;
		margin: 0 5% 5px 0;
		display: block;
		float: left;
	}
	
	
	form img {
		max-width: 100%;
		height: auto;
	}

	h1, h2, h3, h4, h5 {
		margin: 0;
		padding: 0;
	}
	
	.list_news_pi1 h1 {
		margin-bottom: 5px;
	}

	.content p, .content ol, .content ul, .ce-bodytext p, .ce-bodytext ul, .ce-bodytext ol {
		color: #475258; 
		margin: 0 0 25px 0; 
		line-height: 2rem;
		font-size: 1.3125rem;
		hyphens: auto;
		text-align: justify;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
	}
	
	.content .internal_links p,
	.content .external_links p {
		margin: 0 0 10px 0;
	}
	
	.content ol, .content ul {
		margin-left: 20px;
	}
	
	.content ol li, .content ul li {
		margin-bottom: 15px;
	}
	
	
	.content a:focus {
		
	}
	
	a.plista_widget_underArticle_item {
		border-bottom: 0 !important;
	}
	
	
	#content hr {
		border: 0;
		border-bottom: 1px solid #71777a;
		margin: 20px 0 20px 0;
	}
	
	.content a, .article a, .ce-bodytext a, form a, p a, h1 a, h2 a, h3 a {
		text-decoration: none;
	}
	
	.content a:hover, .content a:focus, .article a:hover, .article a:focus, .ce-bodytext a:hover, .ce-bodytext a:focus {
		border-bottom-style: solid !important;
	}
	.bx-controls a {
		border: 0 !important;
	}
	
	figure {
		margin: 0; 
		padding: 0;
	}
	
	.article {
		position: relative;
	}
	.article iframe {
		margin: 0 0 20px 0;
	}
	
	.article h1 {
		
	}
	
	.article h2, .ce-bodytext h2 {
		font-size: 1.2em !important;
		line-height: 1.4em !important;
		margin: 0 0 10px 0 !important;
	}
	
	.article .date, .article .author, .article .categories {
		font-size: 0.85em;
		display: inline-block;
		margin: 0 20px 10px 0;
		color: #71777a;
	}
	
	.article div.content div.images ul {
		float: right;
		margin: 0 0 20px 40px;
		display: block;
		padding: 0;
		width: 355px;
		max-width: 355px;
	}
	
	.article div.images div.sidead {
		float: right; 
		margin: 0 0 0 40px;
		display: block;
		padding: 0;
		width: 355px;
		max-width: 355px;
	}
	
	.article .content_empty div.images ul {
		width: auto;
		max-width: 800px;
		float: none;
		margin: 0 auto;
	}
	.article div.images ul.ce-gallery-slider {
		float: none;
	}
	
	.article .content_empty div.images img {
		top: auto;
		bottom: auto;
		position: static;
	}
	.article .content_empty div.images a {
		position: static;
		height: auto;
	}
	.article .content_empty div.images .prop {
		padding-top: 0;
	}
	
	.article .content_empty .ad_320 {
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	
	.article div.images ul li, .article ul.multimedia li {
		margin: 0 4% 20px 0;
		padding: 0;
		display: block;
		float: left;
		width: 48%;
		overflow: hidden;
	}
	
	.article div.images {
		max-width: 850px;
		margin: 20px auto 0 auto;
	}
	
	.ce-bodytext ul li, .ce-bodytext ol li {
		margin: 0 0 10px 20px;
	}
	
	.related {
		_width: 100%;
		_display: inline-block;
	}
	
	ul.ce-gallery-slider li {
		margin: 0;
		overflow: visible;
	}
	
	.ce-gallery-slider {
		margin: 0 !important;
	}
	.ce-gallery-slider .ce-row, .ce-gallery-slider .ce-column { 
		margin: 0 !important; 
	}
		
	.article div.images ul li:first-child {
		width: 100%;
	}
	
	.article .image, .ce-media {
		position: relative;
	}
	
	.article .ce-center .ce-media img {
		margin: auto;
	}
	
	.article .image.more {
	}
	
	.article div.images ul li:nth-of-type(2n+1) {
		margin-right: 0;
	}
	.article div.images ul li:nth-of-type(2n+2) {
		clear: left;
	}
	.article div.images ul.ce-gallery-slider li:nth-of-type(2n+2) {
		clear: none;
	}
	
	.article div.images ul li div.image img, .article .ce-gallery-single img, #teaser_wrap .ce-textpic img {
		max-width: 100%;
		height: auto;
	}
	
	img.icon {
		width: auto !important;
		height: auto !important;
	}
		
	
	.article .image .copyright, .ce-media .copyright {
		position: absolute; 
		background: rgba(200,200,200,0.63);
		display: inline-block;
		top: 0; 
		right: 0;
		font-size: 0.95em;
		padding: 3px 5px 2px 5px;
		line-height: 1.1em;
		color: #333;
		z-index: 10;
	}
	
	.article .image .titel {
		position: absolute; 
		background: rgba(200,200,200,0.8);
		display: inline-block;
		bottom: 0px; 
		right: 0;
		font-size: 1.1em;
		padding: 5px 10px;
		line-height: 1.1em;
		color: #333;
	}
	
	.article .image_zoom span {
		display: block;
		right: 5px;
		bottom: 5px; 
		position: absolute;
		width: 30px; height: 30px;
		background: url(/cms/tpl/radio/img/lupe_zoom.png) 0 0 no-repeat;
		background-size: 30px 30px;
		-webkit-background-size: 30px 30px;
		-moz-background-size: 30px 30px;
		-o-background-size: 30px 30px;
	}
	.svg .article .image_zoom span { background-image: url(/cms/tpl/radio/img/lupe_zoom.svg); }
	
	.article .image_zoom.more span {
		width: 20px; height: 20px;
		background-size: 20px 20px;
		-webkit-background-size: 20px 20px;
		-moz-background-size: 20px 20px;
		-o-background-size: 20px 20px;
	}
	
	.article .images .subline, .ce-gallery figcaption {
		margin: 10px 0px 10px 3px; 
		font-size: 0.9em;
		line-height: 1.4em;
		color: #71777a;
	}
	.article .images .subline p, .ce-gallery figcaption p {
		font-size: 1em;
		line-height: 1.3em;
	}
	
	.ce-gallery figcaption {
		position: absolute;
		display: block;
		width: 94%;
		margin: 0;
		padding: 3px 3%;
		bottom: 0;
		font-size: 0.8em;
		line-height: 1.3em;
		color: #fff;
		max-height: 23%;
		background: rgba(0,0,0,0.5);
		-webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	}
	.ce-gallery .ce-column:hover figcaption {
		max-height: 90%;
	}
	
	figcaption p {
		margin: 0 !important;
		color: #fff !important;
	}
	
	.article .images .subline p {
		margin-bottom: 5px;
	}
	
	.article .header {
		margin: 0 0 25px 0;
	}
	#content .article h1, #content .ce-bg h1 {
		padding-left: 0;
	}
	
	.article .news-text-wrap {
		padding: 0 0 10px 0;
	}
	
	.ortsmarke {
		font-weight: bold; 
		margin: 0 6px 0 0 !important;
		display: inline-block;
	}
	
	.ortsmarke + p {
		display: inline-block;
	}
	
	.article .teaser {
		font-size: 1.1em;
		font-weight: 500;
	}
	
	.article ul.multimedia {
		list-style: none;
	}
	
	.article audio {
		margin: 25px 0 25px 0; 
		display: block; 
		clear: both;
		width: 100%;
		background: #ddd;
	}
	
	.article table {
		border-spacing: 0;
		margin: 0 0 35px 0;
	}
	
	.article td {
		padding: 5px 15px 2px 0;
	}
	
	.article tr[valign*="TOP"] td {
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}
	
	#content_wrap .frame.list_news_pi1, .tileswrap, .frame.list_msbcsplaylist_pi2, .frame-type-login {
		background-color: #fff;
		margin: 0 0 10px 0;
	}
	
	
	#teaser {
		background-color: #fff;
		padding: 0 10px;
	}
	
	.randombg #content .list_news_pi1, .randombg .tileswrap {
		padding: 8px 10px 0 10px;
	}
	
	#content .tileswrap .list_news_pi1 {
		padding: 0;
	}
	
	.appview .list_news_pi1 {
		margin: 0;
	}
	 
	.frame.list_news_pi1, .frame.list_news_pi1 .news {
		_display: inline-block;
	}
	
	.randombg #content .frame.list_news_pi1 .news {
		display: block;
	}
	
	.article .news-ce {
		margin: 0 0 40px 0;
	}
	
	.article .news-ce .clearb {
		_clear: none !important;
	}
	
	.article .news-ce .ce-textpic {
		overflow: hidden !important;
	}
	
	.youtube, .map, .image_prop, .prop_169, .prop_custom {
		position: relative;
		overflow: hidden;
	}
	
	.youtube {
		max-width: 100%;
	}
	
	.image_prop img, .prop .ce-media img {
		top: 0; left:0; right: 0; 
		/*top: -100%; bottom:-100%; */
		position: absolute;
		margin: auto;
	}
	.ce-gallery-slider .image_prop img, .ce-gallery-slider .prop .ce-media img {
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		position: static;
	}
	
	.prop {
		padding-top: 63%;
	}
	.ce-gallery-slider .prop {
		padding: 0;
	}
	
	.ce-column .prop {
		padding-top: 56%;
	}
	
	.map .prop {
		padding-top: 35%;
	}
	
	.youtube .prop, .prop_169 .prop {
		padding-top: 56.25%;
	}
		
	.youtube iframe, .map div#map, .image .prop a, .prop_169 iframe, .prop_custom iframe {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
	.ce-gallery-slider .image .prop a {
		position: static;
		height: auto;
	}
	
	.youtube {
		margin: 0 0 20px 0;
	}
	
	.bx-wrapper {
		margin: 0 3% 20px 3%;
	}
	.article .images .bx-wrapper .bx-controls-direction a {
		bottom: 50%;
	}
	
	.bx-wrapper .bx-controls-direction a {
		bottom: 0 !important;
	}
	
	.article .bx-wrapper, .slider_wrap .bx-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.ce-gallery-3 {
		float: none !important;
		margin: 0 3% 20px 3% !important;
		width: 94%;
	}
	.bx-wrapper .ce-gallery-3 {
		margin: 0 !important;
	}
	.bx-wrapper .ce-row {
		margin: 0;
	}
	.ce-gallery-3 img {
		width: 100%;
		height: auto;
	}
	
	
	.sharing_top {
		margin: 0 0 10px 0;
	}
	
	.sharing_bottom {
		margin: 20px 0 10px 0;
	}
	
	.ce-textpic, .ce-form, .ce-upload, .ce-bg {
		margin: 0 0 12px 0;
		background: #fff;
		overflow: visible;
	}
	
	#content .ce-bg {
		background: #fff;
		padding: 15px 20px;
	}
	
	.list_msbcsteilnahme_pi1 .ce-bg a.button {
		margin-bottom: 0;
	}

	#content h1 {
		font-size: 1.9em;
		background: #fff;
		margin: 0;
		padding: 5px 0 5px 20px;
	}
	
	#content h2 {
		padding: 10px 0 5px 20px;
		background: #fff;
	}
	#content form h2 {
		padding-left: 0;
	}
	
	.ce-right.ce-layout-0 > .ce-gallery {
		float: right;
	}
	
	.ce-center > .ce-gallery {
		float: none;
	}
	
	.ce-layout-2 .ce-gallery {
		margin-bottom: 0;
	}
	
	.ce-layout-grid .ce-gallery {
		margin: 25px 3%;
		width: 94%;
	}
	.article .ce-layout-grid .ce-gallery {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.ce-border.ce-gallery img {
		border: 0;
		width: 100%;
		height: auto;
	}
	.ce-border.ce-gallery .ce-row {
		padding: 4px;
		background: #fff;
	}
	
	.ce-textpic.ce-layout-1 .ce-row-1, .ce-textpic.ce-layout-1 .ce-row-3 .ce-column {
		width: 32%;
		margin: 0 2% 20px 0;
		display: block;
		float: left;
		position: relative;
	}
	.ce-textpic.ce-layout-1 .ce-row-1:nth-of-type(3n+3), .ce-textpic.ce-layout-1 .ce-row-3 .ce-column:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.ce-gallery-single {
		position: relative;
	}
	.ce-left .ce-gallery-single figcaption {
		width: 91%;
	}
	
	.ce-textpic.ce-layout-4 .ce-row-1, .ce-textpic.ce-layout-4 .ce-row-3 .ce-column {
		width: 23.5%;
		margin: 0 2% 20px 0;
		display: block;
		float: left;
		position: relative;
	}
	.ce-textpic.ce-layout-4 .ce-row-1:nth-of-type(4n+4), .ce-textpic.ce-layout-4 .ce-row-3 .ce-column:nth-child(4n+4) {
		margin-right: 0;
	}
	
	.ce-textpic.ce-layout-grid .ce-row img {
		width: 100%;
		height: auto;
	}
	
	.ce-textpic.ce-layout-grid .ce-media {
		overflow: hidden;
		display: block;
		width: 100%;
		position: absolute;
		left: 0; top: 0;
		height: 100%;
	}
	
	.ce-row-1 .ce-column {
		float: none; 
		margin-right: 0;
	}
	.ce-textpic.ce-layout-2 .ce-column {
		margin: 0;
	}
	
	.ce-textpic.ce-layout-0 .ce-gallery {
		padding: 10px 0 0px 0;
	}
	
	.ce-textpic.ce-left .ce-gallery {
		margin-right: 20px;
	}
	
	.ce-textpic.ce-layout-grid .ce-outer, .ce-textpic.ce-layout-grid .ce-inner {
		float: none;
		position: static;
		right: 0;
	}
	
	
	.ce-textpic.ce-left.ce-nowrap .ce-gallery {
		margin-right: 0 !important;
	}
	
	.ce-textpic.ce-left .ce-column {
		margin-left: 10px; 
		margin-right: 0;
	}
	
	
	.ce-textpic h2 {
		padding: 10px 0 0 20px;
	}
	.article h2 {
		padding-left: 0 !important;
	}
	
	.ce-bodytext {
		padding: 15px 20px;
	}
	.ce-bodytext h1 {
		padding-left: 0 !important;
	}
	
	.article .ce-bodytext, .article .ce-textpic .ce-bodytext {
		padding-top: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}
	
	.list_news_pi1 .ce-bodytext {
		padding: 0;
	}
	
	.ce-bodytext h2 {
		font-size: 1.3em;
		margin: 0 0 15px 0;
	}
		
	.ce-bodytext p {
		margin: 0 0 20px 0;
		padding: 0;
	}
	.marg0 {
		margin: 0 !important;
	}
	.ce-bodytext p:last-child, .ce-bodytext ul:last-child, .ce-bodytext ol:last-child {
		margin-bottom: 0;
	}
	
	.ce-uploads span {
		display: inline; 
	}
	.ce-uploads a {
		text-decoration: none;
		display: block;
		border: 0 !important;
	}
	.ce-uploads a:focus {
		outline: 0;
	}
	
	.ce-uploads span.ce-uploads-fileName:hover, .ce-uploads span.ce-uploads-fileName:focus {
		border-bottom-style: solid !important;
	}
	
	.ce-uploads span.ce-uploads-description {
		display: block;
		font-size: 0.85em;
		color: #475258;
	}
	.ce-uploads span.ce-uploads-filesize {
		font-size: 0.85em;
	}
	
	.article .content {
		padding: 0 0 20px 0;
	}
		
	.sharing .clone {
		height: 30px;
	}
	
	.shariff a { border: 0 !important; }
	
	.shariff-button.whatsapp {
		display: none;
	}
	.shariff .orientation-horizontal {
		display: block !important;
	}
	
	.shariff .orientation-horizontal li {
		margin-bottom: 10px !important;
		min-width: 0 !important;
		width: auto !important; 
	}
	
	.shariff .orientation-horizontal li span {
		display: inline-block !important;
	}
	
	.shariff .orientation-horizontal li span.fa {
		width: 35px !important;
	}
	
	.shariff .orientation-horizontal li span.share_count {
		width: 17px !important;
		position: static !important;
		text-align: center !important;
	}
	
	.shariff .orientation-horizontal li .share_text {
		padding: 0 7px 0 0 !important;
	}
	
	.shariff .facebook .share_count {
		border-right: 1px solid #3b5998;
	}
	
	.shariff .googleplus .share_count {
		border-right: 1px solid #d34836;
	}
		
	.shariff .share_text {
		display: none !important;
	}
	
	.fbox_off {
		cursor: default;
		text-decoration: none;
	}
	
	.fb-comments {
		min-height: 190px;
	}
	
	.article .media {
		padding: 0 0 25px 0;
	}
	
	.media .description p:last-child {
		margin-bottom: 5px;
	}
	
	.c12, .content-ce-layout-2 > div {
		width: 48%;
		float: left;
		margin: 0 4% 0 0;
	}
	.c12:nth-child(2n+2), .content-ce-layout-2 > div:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.c12 h2 {
		padding-left: 0 !important;
	}
	
	.fb {
		background-image: url(/cms/tpl/radio/img/sharing.fb.png);
		background-size: 16px 16px;
		background-position: 0 0;
		background-repeat: no-repeat;
		padding-left: 25px;
		display: inline-block;
	}
	
	#slider {
		margin: 0 0 20px 0;
	}
	.slide {
		padding: 10px 10px 10px 10px;
		background: #fff;
	}
	.slide .ce-gallery {
		padding: 0;
	}
	
	.slider_wrap .bx-pager {
		position: absolute !important;
		padding-top: 0 !important;
		margin: -20px 15% 0 15% !important;
		z-index: 100;
	}
	
	.bx-wrapper img {
		margin: auto;
		height: auto;
	}
	
	.ce-layout-6 h2.closing, .ce-layout-6 > header > h2 {
		cursor: pointer;
	}
	.ce-layout-6 h2.close {
	}
	.ce-layout-6 h2.closing::before {
		content: '<';
		margin: 0 7px 0 0;
	}
	
	.ce-layout-6 h2:not(.opened):not(.closing)::after {
		content: '>';
		margin: 0 0 0 7px;
	}
	
	.ce-layout-6:not(.opened) .ce-bodytext, .ce-layout-6:not(.opened) .ce-gallery {
		_display: none;
	}
	
	.audioplayer {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	span.border {
		display: inline-block;
		border: 1px solid #333;
		padding: 3px 10px 2px;
	}
	
	#sortItems {
		display: inline-block;
	}
	#sortItems ul {
		list-style: none;
		display: inline-block;
		font-size: 1.1rem;
	}
	#sortItems.loading ul {
		display: none;
	}
	#sortItems.loading::after {
		content: 'wird geladen..';
		color: #888;
		padding: 8px 10px;
		display: inline-block;
		font-style: italic;
	}
	
	#sortItems li {
		display: inline-block;
		padding: 0 22px 0 22px;
		margin: 0 0 5px 0;
		cursor: pointer;
		line-height: 1.1em;
		border-left: 1px solid #000;
	}
	
	#sortItems li:first-child {
		border-left: 0;
	}
	
	#sortItems li.aktiv {
		font-weight: bold;
	}
	#sortItems li.aktiv::after {
		content: '▲';
		font-size: 0.8em;
		margin: 0 0 0 2px;
	}
	#sortItems li.aktiv.desc::after {
		content: '▼';
	}
	
	
	.tx-felogin-pi1 {
		padding: 15px 50px 30px 50px;
	}
	
	.tx-felogin-pi1 legend {
		font-weight: bold;
		margin: 0 0 5px 0;
		font-size: 1.2rem;	
	}
	
	.tx-felogin-pi1 h3 {
		margin: 0 0 20px 0;
	}
	
	.tx-felogin-pi1 label {
		width: 150px;
		display: inline-block;
		margin: 0 0 10px 0;
	}
	
	.tx-felogin-pi1 input {
		margin: 0 0 10px 0;
		font-size: 1.2rem;
	}
	
	.tx-felogin-pi1 form {
		margin: 10px 0 25px 0;
	}
	
	.tx-felogin-pi1 input[type=submit] {
		margin: 10px 0 0 0;
		font-size: 1.3rem;
	}
	

	#tiles {
	}
		
	.tile {
		float: left; 
		margin: 0 12px 12px 0;
		width: 342px;
		height: 191px;
		padding: 5px;
		background: #fff;
		position: relative;
		overflow: hidden;
	}
	.tile.random {
		display: none;
	}
	.randombg .tile {
		padding: 0;
		width: 352px;
		height: 201px;
	}
	#tiles.big_wbg.shuffle .tile_wbg { display: none; }
	
	.related .tile {
		width: 30.0%;
		float: left; 
		padding: 1%;
		height: auto;
		margin-right: 1%;
		border: 1px solid #dadada;
	}
	.related .tile:nth-of-type(3n+3) {
		margin-right: 0;
	}
	
	#tiles.cats-55 {
		display: none;
	}
	
	.related .tile div.headline {
		font-size: 1.2em !important;
	}
	
	
	@media (min-width: 901px) {
		.tile:nth-of-type(3n+3), .tileswrap .list_news_pi1:nth-of-type(3n+3) .limit-1 .tile {
			margin-right: 0;
		}
		
	}
	
	
	
	#content div:nth-of-type(3n+3) .news #tiles.limit > div.tile {
		_margin-right: 0 !important;
	}
	
	.tile .prop {
		padding-top: 55%;
	}
		
	.tile a {
		display: block;
		width: 98%;
		position: absolute;
		top: 1.5%; left: 1%; right: 1%; bottom: 1.5%;
		height: 97%;
		border: 0 !important;
		cursor: pointer;
		text-decoration: none;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-transition: all 0.1s ease;
	    -moz-transition: all 0.1s ease;
	    -o-transition: all 0.1s ease;
	    transition: all 0.1s ease;
	}
	.tile.hover a, .tile.aktiv a {
		top: 0.75%; bottom: 0.75%;
		left: 0.5%; right: 0.5%;
		height: 98.5%;
		width: 99%;
	}
	
	.tile:nth-of-type(12n+4) a, .tile:nth-of-type(12n+10) a {
		top: 1%; bottom: 1%;
		left: 0.5%; right: 0.5%;
		width: 99%;
		height: 98%;
	}
	
	.tile:nth-of-type(12n+4).aktiv a, .tile:nth-of-type(12n+10).aktiv a, .tile:nth-of-type(12n+4).hover a, .tile:nth-of-type(12n+10).hover a {
		top: 0.5%; bottom: 0.5%;
		left: 0.25%; right: 0.25%;
		width: 99.5%;
		height: 99%;
	}
	
	.tile div.headline {
		position: absolute; 
		bottom: 0;
		max-width: 92%;
		color: #475258;
		font-size: 1.6em;
		line-height: 1.0em;
		-webkit-transition: all 0.1s ease;
	    -moz-transition: all 0.1s ease;
	    -o-transition: all 0.1s ease;
	    transition: all 0.1s ease;
	}
	.tile div.headline.long {
		font-size: 1.4em;
	}
	
	.tile div.headline .point { 
		display: inline;
	}
	
	.tile.hover div.headline, .tile.aktiv div.headline {
		font-size: 1.7em; 
	}
	.tile.hover div.headline.long, .tile.aktiv div.headline.long {
		font-size: 1.45em;
	}
	
	.tile div.ad, .tile div.stats, .tile div.new {
		top: 1px; 
		padding-top: 1px;
		right: 0px;
		left: auto;
		font-size: 0.8em;
		position: absolute;
		text-transform: uppercase;
	}
	
	.tile div.ad span {	
		box-shadow: -5px 0 0 #70767a;
		background: #70767a;
	}
	
	.tile div.ad span.special {
		font-size: 2.5em;
		line-height: 1.26em;
		height: 10px;
		padding-left: 5px;
		padding-right: 15px;
		padding-bottom: 0;
	}	
	
	.tile div.new + div.ad {
		top: 25px;
	}
	
	.tile div.stats {
		left: 0;
		width: 200px;
		right: auto;
	}
	.tile_big div.headline {
		font-size: 2.3em; 
	}
	.tile div.headline span {
		display: inline;
		line-height: 1.3em;
		padding: 0px 0 2px 5px;
		-webkit-box-decoration-break: clone;
		-moz-box-decoration-break: clone;
		-o-box-decoration-break: clone;
		box-decoration-break: clone;
		box-shadow: 10px 0 0 #fff;
		background: #fff;
	}
	.tile div.headline.long span {
		line-height: 1.3em;
	}
	
	.tile div.ad span, .tile div.aktiv span, .tile div.new span {
		padding: 2px 5px 2px 0;
		color: #fff;
		display: inline;
	}
	.tile div.stats span {
		padding: 2px 2px 2px 5px;
		display: inline;
		color: #000;
		background: #ddd;
		box-shadow: 5px 0 0 #ddd;
	}
	.tile div.aktiv span {
		padding: 0px 5px 0px 10px;
		margin-left: -5px;
	}
	
	.insert, #single {
		display: block;
		clear: both; 
		background: #fff;
		padding: 15px 50px 30px 50px;
		margin: 0 0 11px 0;
		min-height: 150px;
		position: relative;
	}
	
	
	#loading {
		clear: both;
		width: 100%;
		text-align: center;
		padding: 20px 0 !important;
		font-size: 1.0em;
		color: #000;
		background: #fff;
	}

	#ad_sky, #ad_sky_left {
		position: absolute;
		margin: 0 0 0 1100px;
		top: 74px;
		width: 160px; 
		height: 600px;
		-webkit-transition: all 0.1s ease;
	    -moz-transition: all 0.1s ease;
	    -o-transition: all 0.1s ease;
	    transition: all 0.1s ease;
	}
	
	#ad_sky_left {
		width: 160px; 
		height: 600px; 
		margin: 0 0 0 -160px;
	}
	
	#ad_superbanner {
		margin: auto;
	}
	
	.sidead {
		float: right; 
		margin: 0 0 0 40px;
		max-width: 300px;
	}

	#footer_wrap {
		position: absolute;
		bottom: 0;
		height: 300px;
		width: 100%;
	}
	.randombg #footer_wrap {
		width: 1100px;
		left: 50%;
		margin-left: -550px; 
	}
	
	
	#footer_wrap.fixed {
		position: fixed;
		display: none;
		z-index: 80;
		overflow: auto;
	}
	
	#footer {
		padding: 10px 10px 30px 10px;
		color: #fff;
		display: table;
	}
	
	#footer .row {
		display: table-row;
	}
	
	#footer .c13 {
		display: table-cell;
		vertical-align: top;
		float: none;
	}
	#footer .c13:last-child { 
		vertical-align: bottom;
		text-align: right;
	}
	
	#footer_content {
		display: inline-block;
		text-align: right;
	}
	
	#footer p {
		color: #fff;
		font-size: 0.85em;
	}
	
	#footer .ce-bg {
		background: none;
	}
	
	#footer form a {
		color: #fff !important;
		border-bottom: 1px dotted #fff !important;
	}
	
	
	#footer_show {
		_display: none;
		bottom: 0; 
		position: fixed;
		z-index: 10000;
		width: 100%;
		height: 31px;
		background: url(/cms/tpl/radio/img/footerpoints.png) center 10px no-repeat;
		background-size: 40px 10px;
		-webkit-background-size: 40px 10px;
		-moz-background-size: 40px 10px;
		-o-background-size: 40px 10px;
		cursor: pointer;
	}
	.randombg #footer_show {
		width: 1100px;
		left: 50%;
		margin-left: -550px; 
	}
	
	.page-navigation, .f3-widget-paginator {
		clear: both;
		margin: 20px 0 20px 0;
		list-style: none;
	}
	
	.page-navigation ul {
		list-style: none;
		margin: 0; 
		padding: 0;
	} 
	
	.f3-widget-paginator li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	.f3-widget-paginator a {
		border: 1px solid #ccc;
		background: #fff;
		color: #000;
		padding: 2px 8px;
		text-decoration: none;
	}
	
	.f3-widget-paginator li.current {
		padding: 2px 8px;
		border: 1px solid #bbb;
	}
	