header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
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%}
@charset 'utf-8';
/* Created by Christian Feneberg
/* http://www.fenepedia.de   */
/* 07-2013 */

@media all {

/** Google Font */
/* arimo-regular - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local('Arimo Regular'), local('Arimo-Regular'),
       url('/files/beck/layout/fonts/arimo-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/beck/layout/fonts/arimo-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-700 - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: local('Arimo Bold'), local('Arimo-Bold'),
       url('/files/beck/layout/fonts/arimo-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/beck/layout/fonts/arimo-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/** Basic **/
html {
	height:101%;
}

body {
	background: #fff url(/files/beck/layout/images/bg-patter.png) left top repeat;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #4f4f4f;
	-webkit-font-smoothing: antialiased;
}

#wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}



a,
a:visited {
	color: #DE2922;
}

h1 {
	font-size: 18px;
	line-height: 25px;
	color: #4f4f4f;
	font-weight: 700;
	margin-bottom: 1.5em;
}

h2,
h3 {
	font-size: 16px;
	line-height: 22px;
	color: #4f4f4f;
	margin: 1.2em 0 0.4em 0;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	line-height: 22px;
}

#main {
	border-right: 2px solid #d1d1d1;
	min-height: 550px;
}


#main ul {
	margin-left: 20px;
}

#main ul li {
	padding-left: 35px;
	background: transparent url(/files/beck/layout/images/bullet.png) left top no-repeat;
	line-height: 22px;
	margin-bottom: 0.8em;
}



/** Logo **/


#logo {
	position: absolute;
	bottom: 0;
	margin-left: 66.5%;
	font-size: 0;
	line-height: 0;
}

#logo img {
	width: 100%;
	height: 100%;
}

.safari #logo img,
.ie8 #logo img {
	width: auto;
	height: auto;
}
.mod_pageimage {
	font-size: 0;
	line-height: 0;
	margin-right: 33.5%;
}

#container {
	margin: 30px 0;
/**
	background: transparent url(../../files/beck/files/beck/layout/images/bg-content.png) 0 0 repeat-y;
**/
	overflow: hidden;
	border-left: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;

}

#footer {
	height: 150px;
	background: transparent url(/files/beck/layout/images/bg-line.png) center 0 repeat-x;
}

#footer .inside {
	height: 150px;
	max-width: 1000px;
	margin: 0 auto;
}

#main .inside {
	padding: 0 25px;
}

#right .content-text {
	overflow: visible;
}

.brand {
	float: right;
	margin: 25px 10px 0 0;
	
}


/** Navi **/
#nav-main{
	max-width: 665px;
	/** height: 30px; **/
	background-color: #b2b2b2;
	margin-right: 33.5%;
}

#nav-main .level_1 > li{
	float: left;
}


#nav-main a,
#nav-main .level_1 > li.active strong{
	color: #fefefe;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: 700;
	padding: 0 20px;
	width: 70px;
	text-align: center;
}


#nav-main .level_1 > li.active {
	background-color: #8e8e8e;
}

#nav-main li:hover {

background-color: #8e8e8e;
}


/** Kontaktformular **/
/* #f1 tr { */
	/* line-height: 30px; */
/* } */

/* #f1 .col_first { */
	/* width: 120px; */
/* } */
.contact .widget{
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact label {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
	flex: 0 0 120px;
}
.contact .submit {
	margin-left: 120px;
}


/** Nav Footer **/

#nav-footer {
	float: left;
	margin-left: 350px;
	margin-top: 100px;
}

#nav-footer li {
	float: left;
}

#nav-footer a,
#nav-footer .level_1 > li.active span{
	color: #4f4f4f;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	font-weight: 400;
	padding: 0 8px;
}

#nav-footer .level_1 > .first {
	border-right: 1px solid #4f4f4f;
}

#nav-footer .level_1 > .last {
	border-left: 1px solid #4f4f4f;
}


#eimer {
	position: absolute;
	left: -100px;
}



/** Seitenleiste **/
#right .inside {
	margin-left: 50px;
	line-height: 18px;
}


#right h3 {
	color: #8e8e8e;
	margin-left: -25px;
	margin-top: 0;
	padding-left: 110px;
	font-weight: 700;
	background: transparent url(/files/beck/layout/images/farbklecks.png) 0 0 no-repeat;
	line-height: 83px;
	height: 83px;
}


#right h4 {
	font-weight: 700;
	font-size: 16px;
	color: #8e8e8e;
	margin-top: 25px;
	margin-bottom: 5px;
}

#right a,
#right a:visited {
	color: #4f4f4f;
	
}

/** Fix Block Element **/
	[class^="content-"] {
		overflow: hidden;
	}


/** Ende Media ALL **/
}

@media only screen and (max-width:510px), only screen and (max-device-width: 510px)
{
	#nav-main a,
	#nav-main .level_1 > li.active span {
		width: auto;
		padding: 0 5px;
	}
}

@media only screen and (max-width:768px), only screen and (max-device-width: 768px)
{

	#container {
		border-left: none;
		border-right: none;
	}
	
	#main {
		border-right: none;
	}
	
	#right {
		margin-top: 20px;
	}
}
