body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
	/**
	   style.css
	   by Stefan Altenbuchner
	   $file_version="1.0.0.0";
	**/

@font-face {
    font-family: 'robotoregular';
    src: url('../../files/theme/font/Roboto-Regular-webfont.eot');
    src: url('../../files/theme/font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/theme/font/Roboto-Regular-webfont.woff') format('woff'),
         url('../../files/theme/font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../../files/theme/font/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
		/** background-image:url("../../files/theme/1920x1200.png"); **/
		/** background-repeat:no-repeat; **/
		/** background-position:center; **/
		background: #568AB7; /* Old browsers */
		background: -moz-linear-gradient(top,  #568AB7 0%, #375977 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#568AB7), color-stop(100%,#375977)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #568AB7 0%,#375977 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #568AB7 0%,#375977 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #568AB7 0%,#375977 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #568AB7 0%,#375977 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568AB7', endColorstr='#375977',GradientType=0 ); /* IE6-9 */
		background-attachment:fixed;
		font-family: robotoregular;
		margin: 0px;
		padding: 0px;
		/** prevents mobile browsers from rezising font **/
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		}
/** Remove most spacing between table cells **/
table  {
    border-collapse: collapse;
    border-spacing: 0;
}
/**links **/
	a:link {color:blue; text-decoration:none}
	a:visited {color:blue; text-decoration:none}
	a:active {color:black; text-decoration:none}
	a:hover {color:black; text-decoration:none}
/** Lists **/
ul.a {
    list-style-position: inside;
}
.border_1_ddd {
	border: 1px solid #ddd;
	background: #fff;
	}
.table {
	cellspacing:3px;
	cellpadding:3px;
	width:1140px;	/** Desktop **/
	height: 640px;
    position: absolute;
    padding: 15px;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -570px;
	/*border: 1px solid #ddd;*/
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 150px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 150px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 150px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 150px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 150px);
	/* Google Material Design Shadow */
	/* https://medium.com/@Florian/freebie-google-material-design-shadow-helper-2a0501295a2d */
	/*-webkit-border-radius: 0.5px; Fix for iOS7+ ignores box-shadow */
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-collapse: separate; /* IE Box shadows fix */
	/*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
	/*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
	/*box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
	/*border-radius: 14px;*/
	}
.table_impressum {
	cellspacing:3px;
	cellpadding:3px;
	width:1140px;	/** Desktop **/
	height:1280px;
    position: absolute;
    padding: 15px;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -570px;
	/*border: 1px solid #ddd;*/
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 150px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 150px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 150px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 150px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 150px);
	/* Google Material Design Shadow */
	/* https://medium.com/@Florian/freebie-google-material-design-shadow-helper-2a0501295a2d */
	/*-webkit-border-radius: 0.5px; Fix for iOS7+ ignores box-shadow */
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-collapse: separate; /* IE Box shadows fix */
	/*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
	/*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
	/*box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
	/*border-radius: 14px;*/
	}
.table_noborder {
		cellspacing:0px;
		cellpadding:0px;
		border: 0px;
	}
.table_content_div {
	position: absolute;
	top: 20px;	
	}

/*****************************************************/




