/*
	Monochromed by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';


body#tinymce{
		background-color:#fff;
	}

/********************************************************************************/
/* MENU                                                                         */
/********************************************************************************/

.menu-mobile {
	display:none;
}
.menu-no-mobile {
	display:bock;
}

@media (max-width: 1220px)
{
	.menu-mobile {
		display:block;
	}
	.menu-no-mobile {
		display:none;
	}
}
/********************************************************************************/
/*                                 BILDER                                       */
/********************************************************************************/
#bildausbleden{
	display:none !important;
}
#userlogo{
	background:url(none) repeat-x center;
    background-size: cover;
/*	height:250px !important;*/
	margin-bottom:1em;
}
@media (max-width: 1220px)
{
	#userlogo{
	background:url(none) repeat-x center;
    background-size: cover;
	width:100% !important;
/*	height:200px !important;
*/
	}
}
@media (max-width: 1023px)
{
	#userlogo{
	display:none !important;
	}
}
#desbild1{
	background:url(none) repeat-x;
	width:100%;
	margin-bottom:1.5em;
	margin-top:-1em;
	background-image:none !important;
}
@media (max-width: 1220px)
{
	#desbild1{
	 width:100%;
	 margin-bottom:1.0em;
	 margin-top:-1em;

	}
}
@media (max-width: 1023px)
{
	#desbild1{
	 width:100%;
	 margin-bottom:0.5em;
	 margin-top:-1em;

	}
}
@media (max-width: 480px)
{
	#desbild1{
	 width:100%;
	 margin-bottom:0.5em;
	 margin-top:-1.5em;

	}
}
#desbild2{
	background:url(none) repeat-x;
	width:100%;
	background-image:none !important;
}

#desbild3{
	background:url(none) repeat-x;
	width:100%;
	margin-bottom:1.5em;
	background-image:none !important;

}
@media (max-width: 480px)
{
	#desbild3{
	 width:100%;
	 margin-bottom:0.5em;
	}
}
#desbild4{
	background:url(none) repeat-x;
	width:100%;
	background-image:none !important;

}
#desbild5{
	background:url(none) repeat-x;
	width:100%;
	background-image:none !important;
	margin-bottom:0.5em;
}
#desbild6{
	background:url(none) repeat-x;
	width:100%;
	background-image:none !important;
}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	img.stretch{
		width:100%;
	}

	body
	{
		background: #090909;
		
	}

	body,input,textarea,select
	{
		font-family: 'Oxygen', sans-serif;
		font-size: 13pt;
		line-height: 2em;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: bold;
		font-size:1.4em;
		line-height:1.3em;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
			font-size:1.1em;
			font-weight: bold;
			line-height:1.3em;
		}
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		color: #777;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: none;
		color: #000;
		
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
	}
	
		header h2
		{
			letter-spacing: -1px;
			font-weight: 700;
		}
	
		header .byline
		{
			display: block;
			text-transform: uppercase;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}
	
	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 2em;
			padding: 0.8em 1.5em;
			background: #1d1d1d;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #141414;
				color: #FFF !important;
			}
	

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
				border-radius: 6px;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			ul.default li
			{
				padding: 0.50em 0em;
			}	
		
		ul.style1
		{
			font-size: 0.90em;
		}	

			ul.style1 li
			{
				padding: 0.80em 0em;
				line-height: 1.8em;
			}	

			ul.style1 li img
			{
				float: left;
				margin-right: 1.50em;
				border-radius: 6px;
			}
			
			ul.style1 .posted
			{
				display: block;
				margin-top: 1em;
				padding: 0.50em 0em;
			}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header{
		position: relative;
		background: #ddd url(/gfx/templates/33/header.jpg) no-repeat center;
		background-size: cover;
	}

	#logo{

	}
	
	#nav
	{
	}
	#nav a
	{
		color: #aaa;
		text-decoration: none;
	}
	
	#nav a:hover
	{
		text-decoration: none;
		color: #fff;		
	}

		#nav ul
		{
			margin: 0;
		}
		
	#sidebar1 h2
	{
	 	line-height:1.5em;
		font-size:1.5em;
		margin-top:10px;
		font-weight: bold;
	}
	
	#sidebar1 a
	{
	 	line-height:1.3em;
	
	}
	
	#container
	{
	
	}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background: #333;
		color: #fff;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #fff url(images/overlay.png) repeat;
	}
	
	.divider
	{
		overflow: hidden;
		border-top: 1px solid #dbdbdb;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: #121212;
		color: rgba(255,255,255,.4);
	}
	
	#footer h2
	{
		color: #FFF;
		line-height: 1.9em;
		margin-bottom:-10px;
	}
	
	#footer a
	{
		color: #777;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: none;
		color: #777;
		
	}
	
	
	#footer ul li a
	{
		text-decoration: none;
		color: #eee !important;
		
	}
	#footer ul li
	{
		text-decoration: none;
		color: #eee !important;
		
		
	}
	#footer ul li a:hover
	{
		text-decoration: none;
		color: #fff !important;
		
	}
	#footer ul li:hover 
	{
		text-decoration: none;
		color: #fff !important;
		
	}
	
	#sidebar2 h2
	{
	 	line-height:1.9em;
		font-size:1.4em;
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 3em 0em;
		text-align: center;
		color: rgba(255,255,255,.2);
	}
	
	#copyright .container
	{
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.3);
	}
	
/*********************************************************************************/
/* MODULE                                                                        */
/*********************************************************************************/
	/*Online-Shop*/
	#showHauptkatResLinks
		{
			width:40% !important;
			padding-left:0px !important;
			margin-right:2%;
		}
		#showHauptkatResRechts
		{
			width:54% !important;
			
		}
		#showHauptkatResBild img
		{
			width:100%;
		
		}
		.shopKat
		{
			width:48% !important; 
			height:150px !important;
			background-size: 100%;				
		}
		
		
		
		#res_energie_links 
		{
		
			width: 50%;
		
		}
		.showKatRes
		{	width:49% !important;
			height:200px !important;
		}
		
		#showKatResBild img
		{
		
		}

	.res_counter
	{
		font-size:1.1em;
	}
	
	.res_facebook
	{
		
		
	}
	
	.res_galerie
	{
		
	}
	
	.res_zufrieden
	{
		
	}
	
	/*
	#zform table tr td
	{
		margin:auto;
		background:#900;
		align:center;
	}
	*/
	
	.style_zufrieden h2
	{	
		margin-top:10px;
		font-size:18px;
		font-weight:bold;
	
	}
	
	#res_energie
	{	
		font-size:0.9em !important;
	}
	
	/*RESPONSIVE ANPASSUNG */


.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;

	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

	
	@media (min-width: 1237px) {
	
		.kontakt_input
		{
			width:100% !important;
		}
		#res_energie_rechts{
			max-width:400px !important;
		}
		#res_energie_links{
			
		}
	}
	@media (max-width: 1200px) and (min-width:481px) 
	{
		/*Galerie*/
		/*
		.style_galerie
		{
			display: block;
			float:none;
		  
		}
				
		.style_galerie_bild
		{
			width:200%;
			height:200%;
		}
		*/
		
		/*Zufriedenheit*/
		.style_zufrieden
		{
			width:600px;
		
		}
		.style_zufrieden_schliessen
		{
			margin-right:5x !important;
		}
		
		.style_zufrieden_textbox
		{
			width:550px !important;
		}
		
		.style_zufrieden_aussenbox
		{
			width:600px !important;
		}
		
		/*Aktuelles*/
		.kontakt_input
		{
			width:100% !important;
		}
		
		/*
		.editable
		{
			width:65% !important;
		}
		*/
		
		
		#editable_impressum
		{
			margin-left:0px !important;
		}
		
		/*Online-Shop*/
		.shopKat
		{
			width:48% !important; 
			height:150px !important;
			background-size: 100%;				
		}
		
		
		
		#res_energie_links 
		{
		
			width: 50%;
		
		}
		.showKatRes
		{	width:48% !important;
			height:200px !important;
		}
		
		#showKatResBild img
		{
		
		}
	}
	
	
	@media (max-width: 850px) and (min-width:481px) 
	{
		
		.style_zufrieden
		{
			width:460px;
		
		}
		
		.style_zufrieden_schliessen
		{
			margin-right:5px !important;
		}
		
		.style_zufrieden_textbox
		{
			width:385px !important;
		}
		
		.style_zufrieden_aussenbox
		{
			width:460px !important;
		}
		
		
		
	}
	@media (max-width: 620px) and (min-width:481px) 
	{	
		#showHauptkatResLinks
		{
			width:100% !important;
			padding-left:0px !important;
		}
		#showHauptkatResRechts
		{
			width:100% !important;
		}
		#showHauptkatResBild img
		{
			width:100%;
		
		}		
		
	}
	@media (max-width: 680px) and (min-width:481px) 
	{
		.shopbestelllab{
			width:100% !important;
		}
		.shopbestellmobort
		{
			width:63% !important;		
		}		
		.shopbestellmobplz
		{
			width:35% !important; 
		}		
		.shopbestellmob
		{
			width:99% !important; 
		}		
		.shopbestellmobhalb
		{
			width:49% !important;		
		}		
		.shopbestelllab
		{
			width:99% !important;
		}
		.shopbestellbutton
		{
			width:99% !important;
		}
    }	
	
	@media screen and (max-width: 480px) 
	{
		/*Galerie*/
		.shopbestelllab{
			width:100% !important;
		}
		/*
		.style_galerie
		{
			display: block;
			float:none !important;
			padding-right:1px;
			
		  
		}
		.style_galerie_bild
		{	
			width:100% ;
			height:100% ;
			margin-left:2px;		
			margin-bottom:-2em;
		}*/
		
		
		/*Zufriedenheit*/
		.style_zufrieden
		{	
			width: 280px;
		}
		.style_zufrieden_schliessen
		{
			margin-right:5px !important;
		}
		
		.style_zufrieden_textbox
		{
			width:240px !important;
		}
		.style_zufrieden_aussenbox
		{
			
			width:280px !important;
		}
		.style_zufrieden_auswahlbox_sie_sind
		{
			width:120px !important;
			
		}
		.style_zufrieden_auswahlbox_im_alter
		{
			width:120px !important;
			
		}
		.style_zufrieden_auswahlbox_empfehlen
		{
			width:120px !important;
			
		}
		
		/*ENERGIECHECK*/
		.style_energie_mobile
		{
			width:100%;
		}
		#res_energie_rechts
		{
			width:92%;
			margin-left:15px;
		}
		#res_energie_links
		{
			width:92%;
		}
		#res_energie_text_rechts
		{
			width:220px;
		
		}
		
		/*Aktuelles*/
		.kontakt_input
		{
			width:100% !important;
		}
		
		
		/*Artikel (DATENBANK POST's)*/
		#editable_impressum
		{
			margin-left:0px !important;
		}
		.editable
		{
			width:95% !important;
		}
		
		/*Online Shop*/
		
		.shopKat
		{
			width:99.9% !important; 
			height:150px !important;
			background-size: 100%;	
		}
		
		#showHauptkatResLinks
		{
			width:100% !important;
			padding-left:0px !important;
		}
		#showHauptkatResRechts
		{
			width:100% !important;
		}
		#showHauptkatResBild img
		{
			width:100%;
		
		}
		.showKatRes
		{
			width:100% !important;
			height:200px !important;
		}
		
		#showKatResBild img
		{
		
		}
		
		.warenArticle {
		  display: block;
		}
		.warenDesc {
		  display: block;
		  margin-top:50px;
		  float:left;
		 
		  
		}
		.warenElem {
		  text-align:left;	
		  display:block;
		  padding: 5px;
		  border-bottom:1px solid; 
		  
		}
		.warenElemGesamt 
		{
			display:block;
 		 	padding: 5px;
 			border-bottom:1px solid; 
  		 	border-top:2px solid;
		}
		
		.warenElemInk 
		{
			display:block;
 		 	padding:7px; 			
		}	
				
		.shopmob-only
		{
		 	display:inline;
		
		}
		.shopmobprodukt-only
		{
		 	display:inline;
			font-size:1.1em;
			font-weight:500;
		
		}
		.shopmobtab-only tbody
		{
			display:block;
		}
		
		.warenUeberschrift
		{
			    display:none;
				
		}
	
		.warenRechts
		{
		  display: block;
		  margin-top:50px; 
		
		}
		
		.shopbestellmobort
		{
			width:63% !important;
		
		}
		
		.shopbestellmobplz
		{
			width:35% !important; 
		}
		
		.shopbestellmob
		{
			width:99% !important; 
		}
		
		.shopbestellmobhalb
		{
			width:49% !important;
		
		}
		
		.shopbestelllab
		{
			width:99% !important;
		}
		.shopbestellbutton
		{
			width:99% !important;
		}
		
		
		
	
	}			