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%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
html, body {
    margin: 0;
    padding: 0;
		height: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Raleway', 'Arial', 'sans-serif';
}

body {
	overflow-y: scroll;
	background: url('/files/elmstahl/img/layout/bg.png') repeat #ffffff;	
}

.left {
	float: left;	
}
.right {
	float: right;
}
.clear {
	clear: both;
}

#stage {
	background: url('/files/elmstahl/img/layout/stage-bg.png') 0 0 no-repeat transparent;
}

#stage figure {
	margin: 8px 0 0 0;
}

#stage figure img {
	width: 1000px;
}

#wrapper {
	width:1000px !important;
	min-height: 100%;
	position: relative;
	margin:0 auto;
}

#footer {
	position: relative;
	bottom: 0;
	height: 160px;	
/*	 sticky footer hack*/
	width: 1000px;
	margin: auto;
	margin-top: -160px;
}

#container {
	padding-bottom: 160px;
	padding-right: 335px !important;
}

#main .inside {
	margin: 50px 50px 50px 20px;
}

#right .inside {
	margin: 100px 20px 20px 20px;
}

body.onecol #main {
	width: 100% !important;
	margin: 0;
}
body.onecol #right {
	display: none !important;
}
body.onecol #container {
	padding-right: 0 !important;
}

#main {
  float: left; 
  position: relative; 
}
 
#right {
  float: left; 
  position: relative; 
  width: 335px !important;
  margin-right: -100%; 
}

/*-------------------------------------------------------------------------*/

.mod_article .ce_image {
	margin: 0;
}

.mod_article .ce_image img {
	display: block;
}

/*-------------------------------------------------------------------------*/

#header .inside {
	padding: 20px;	
}

#header nav {
	float: right;
	margin-top: 50px;
}

#header nav ul {
	list-style: none;
}

#header nav ul li {	
	float: left;
	line-height: normal;
	padding-right: 20px;
}

#header nav ul li.last {
	padding: 0;
}



#footer .inside {
	*top: 1em;
	margin: 0 20px 0px 20px;	
}

#footer .footer-text .ce_text block {
	margin-top: 1em;	
}

#footer .footer-text .left {
	margin-right: 30px;
}

#footer nav {
	*margin-top: 2em;
}


#footer nav p {
	float: left;	
	margin: 1em 0;
}

#footer nav ul {
	margin: 1em 0;
	float: left;
	list-style: none;
}
#footer nav ul li {
	float: left;
	/*margin-right: 5px;*/
}
#footer nav ul li a, #footer nav ul li span {
	padding: 0 5px;
	border-right: 1px solid #91add4;
}
#footer nav ul li.last a, #footer nav ul li.last span {
	padding-right: none;
	border: none;
}


form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

form fieldset legend {
	/*width: 250px;*/
	float: left;
	padding: 0;
}


form fieldset span {
	float: left;
/*	width: 250px;*/
}

form fieldset span label{
	height: 27px;
	width: auto;
	padding-left: 35px;
	background: url('/files/elmstahl/img/layout/form-option_off.png') 0 center no-repeat transparent;
}


form fieldset span input.checkbox:checked + label, form .checkbox_container label.checked {
	background-image: url('/files/elmstahl/img/layout/form-option_on.png');
}

form fieldset span input.checkbox {
	display: none;	
}

form .submit_container input {
	width: auto;
	/*	margin-left: 250px;		*/
}

form label, form legend {
	padding-top: 5px;
}

form legend {
	position: absolute;
	left: 0;
}

form label, form input[type="text"], form textarea, form legend, form input[type="file"] {	
	font-family: 'Raleway', 'Arial', 'sans-serif';
	line-height: 27px;
	display: block;	
	float: left;
	margin-bottom: 10px;
	vertical-align: middle;
}

form label {
	width: 200px;
}

form input[type="text"], form textarea {
	color: #666666;
	width: 250px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #b3b3b3;
	background: url('/files/elmstahl/img/layout/form-bg.jpg') 0 bottom repeat-x #fcfcfc;		
}

form input[type="file"] {
	/*max-width: 250px;*/
}

form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	width: 262px;
}

form textarea:focus, form input[type="text"]:focus {
	border: 1px solid #b3b3b3;
}

form .explanation p {	
	position: relative;
	font-size: 12px;
	width: 250px;
	padding-left: 205px;
/*	margin-bottom: 10px;*/
	line-height: normal !important;
	margin: 0 0 10px 0;
}

form .captcha.mandatory {
    margin-right: 15px;
    width: 20px;
}

.sprofiles {
	width: 314px;
	height: 438px;
	margin: 0 auto;
	position: relative;
}

.sprofiles img {
	position: absolute;
	bottom: 35px;
	left: 29%;
}

.sprofiles.special {
	background: url('/files/elmstahl/img/layout/broschuere_gross.jpg') 0 0 no-repeat transparent;	
}

.sprofiles.sonder {	
	background: url('/files/elmstahl/img/layout/anfrage_gross.jpg') 0 0 no-repeat transparent;	
}

#product-table tr td {
	vertical-align: top;
}

/*
hell:		2eaadc
dunkel: 312783
footer: 2d70b9
*/

a {	
	text-decoration: underline;
	color: #2eaadc;
	transition: color .5s;
	-webkit-transition: color .5s;
}

a:active, a:hover, a:focus, .active {
	color: #312783;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}

h1 {
	color: #312783;
}

h2,h3,h4,h5,h6 {
	color: #2eaadc;
	font-weight: normal;	
}

h2 {
	font-size: 1.250em;
}
h3 {
	font-size: 1.250em;
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.875em;
}

#wrapper {
	background-color: #ffffff;
	box-shadow: 0 -10px 14px -6px #000000;
}

#header {	
	background: url('/files/elmstahl/img/layout/logo.gif') 20px 20px no-repeat transparent;
}

#header nav a, #header nav .active {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

#container {
	font-size: 1em;
	color: #666666;
}

#main p {
	line-height: 26px
}

#agb p {
    line-height: normal;
}

#footer {
	background-color: #2d70b9;
	color: #ffffff;
	font-size: .85em;
}

#footer nav {
	font-size: 10px;
	color: #91add4;
}

#footer nav a, #footer nav a:visited, #footer nav a:active, #footer nav a:hover, #footer nav a:focus {
	color: #91add4;
}

#footer nav span.active{
	text-decoration: underline;	
	color: #91add4;
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover, #footer a:focus {
	color: #ffffff;
}

#footer nav span.active{
	text-decoration: underline;	
	color: #ffffff;
}

#right {
	font-size: 0.8em;
}
#right h4 {
	font-size: 1.250em;
	color: #312783;
	font-weight: bold;
}

