@charset "UTF-8";

/* CSS Document ATMOSPHERE	Website Schernus Malermeister

FARB-SCHEMA	
		
	#000000		=		schwarz	
	#F6F6F6		=		Weiß mit 5 % schwarz	= Schriftfarbe
	#999999		=		Hellgrau
	#66CC00		=		Grün	 */


html {	}

*, *:before, *:after {	}

*	{	}

body	{
	background-color: #000; 		/* schwarz */
	color: #F6F6F6; 				/* Schriftfarbe weiß mit 5% schwarz */
	font-family: "Helvetica Neue", Helvetica, Arial,  sans-serif;
	font-size: 62.5%;  				/* Schriftgröße  10px oder 1.0 em */
	line-height: 1.6em; 			
	text-align:center; 
}

/* ----------------------------------------------------------------------------- * 
 *                     START SEITENBESCHREIBUNG                                  *
 * ----------------------------------------------------------------------------- */

#page-wrapper {	}

header {
	border-top: 1.4em solid #66CC00;
	border-bottom: 0.4em solid #66CC00;
}

#branding {	}

#sub-branding	{	}

main {	}

#gallery {background: none;}

#gallery figure {	}

#gallery figcaption {
	font-size:1.2em;
	color: white;
} 

#mainContent	{	}

#article	{	}

section#intro {border-bottom: 0.4em solid #66CC00;}

section.info {
	text-align: left;
	border-bottom: 0.2em solid #66CC00;}
	
section.info-chield {
	border-bottom: none;
	text-align: left;}

section.info-lastchield {
	border-bottom: none;
	text-align: left;}

div.line	{text-align: left;
	border-bottom: 0.2em solid #66CC00;}
	
figure.column {text-align: center;}

/*section.column-img {	} 

section.column-flooring-img {text-align: center;}*/

footer	{border-top: 0.4em solid #66CC00;}

div.column-footer {	}

div.column-footernav {
	border-top: 0.4em solid #66CC00;
	border-bottom: 0.4em solid #66CC00;
}

section.footer {	}

div.address-footer	{	}

div.address-qrcode	{border-top: 0.4em solid #66CC00;}

/* ----------------------------------------------------------------------------- * 
 *                     START Ueberschriften		                                 *
 * ----------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6	{
	font-size: 1.8em;
	font-weight: normal; 
	color: #f6f6f6; 
	text-transform: uppercase;
}

h1 {
	margin-bottom: 0.4em;
	color: #66CC00;
	font-weight: 300;
	}

h1.first-chield {margin-top: 2.0em;}

h2.footer {
	margin-bottom: 0.4em;
	color: #66CC00;}

h2 {
	margin-bottom: 0.4em;
	color: #66CC00;
	font-weight: 300;
	}

h2.sub {
	font-size: 1.6em;
	font-weight: 300;
	line-height:normal;
	color: #b1b1b0;
	}

h2.jobs {
	font-size: 2.0em;
	font-weight: 300;
	line-height:normal;
	color: #b1b1b0;
	text-transform: uppercase;
	padding-left: 2.0em;
	}

h2.job-text {
	font-size: 2.0em;
	font-weight: 300;
	line-height:normal;
	color: #b1b1b0;
	text-transform: uppercase;
	padding-top: 1.6em;
	}
	
h3	{
	color: #66CC00;
	font-size: 1.5em;
	}		

h3.impressum	{
	padding-top: 2.5em;
	color: #b1b1b0;
	font-size: 1.5em;
	line-height: 1.5em;
	}	

h3.sub-heading	{
	padding: 1.5em 0px 0.5em 0px;
	color: #b1b1b0;
	font-size: 1.4em;
	line-height:1.4em;
	}
	
h3.sitemenu	{
	color: #66CC00;
	font-size: 1.5em;
	}
	
h4 {
	font-size: 1.2em;
	padding: 1.0em 0px 1.0em 0px;
	}
	
h4.footer {
	font-size: 1.2em;
	padding: 1.0em 0px 1.0em 0px;
	}


h5 {
	font-size: 1.4em;
	font-weight: 400;
	line-height:normal;
	color: #b1b1b0;
	}


/* ----------------------------------------------------------------------------- * 
 *                     START Text   			                                 *
 * ----------------------------------------------------------------------------- */

p	{
	font-size: 14px;
	font-size: 1.4rem;
	}

p.info	{
	padding-top: 1.5em;
	font-size: 1.6em;
	line-height: 1.8em;
	text-align: left;
	}

p.info-list	{
	padding-top: 1.5em;
	font-size: 1.6em;
	line-height: 1.8em;
	text-align: left;
	padding-left: 2.0em;
	}

p.impressum	{
	font-size: 1.6em;
	line-height: 1.8em;
	text-align: left;
	}
	
p.branding	{
	font-size: 1.5em;
	line-height: 2.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

p.intro-quote {
	font-size:2.4em;
	line-height: 1.6em;
	font-family: "Handwriting - Dakota", Lucida Calligraphy, Palatino italic;
}

p.intro	{
	font-size: 1.5em;
	line-height:1.6em;
	padding-top: 1.4em;
}

p.footer-icon	{
	font-size: 1.3em;
	line-height: 1.6em;
	margin-top: 2.0em;
}

p.footer-address	{
	font-size:1.3em;
	line-height:1.6em;
}

p.footer	{
	font-size:1.3em;
	line-height:1.5em;
}

p.small	{font-size:1.2em;}

/* ----------------------------------------------------------------------------- * 
 *                     START Verlinkung			                                 *
 * ----------------------------------------------------------------------------- */

a:link 	{ 
	color: #66CC00; 
	outline: none; 
	text-decoration: none; 
}

a:visited	{color: #66CC00;}
	
a:focus 	{
	border-bottom: 0.1em solid #66cc00;
	color: #999;
}

a:hover 	{
	border-bottom: 0.1em solid #66cc00;
	color: #999;
}

a:active	{color: #66cc00;}

a.ext	{
	text-decoration: none;
	color: #f6f6f6;
}

a.ext:hover	{
	font-weight:400;
	color: #66cc00;
	border-bottom: none;
}

a.logo:hover	{border-bottom: none;}

a.site-menu	{
	text-transform: uppercase;
}	

a.site-menu:focus, a.site-menu:hover, a.site-menu:active	{
	padding: 0em 0em 0.2em 0em;
}
	
a.site-menu:focus, a.site-menu:hover, a.site-menu:active	{
	color: #999;
	border-bottom: 0.1em solid #66cc00;
	font-weight: 300;
	text-transform: none;
}

a.button   {font-size:1.0em; font-weight: 400; text-decoration:none; color: #fff; background: #66cc00; cursor: pointer; padding: 0.4em;
	border: 4px solid #999;}
	
a.button:hover, sfhover 	{color:#000;}
	

/* ----------------------------------------------------------------------------- * 
 *                     START Navigation			                                 *
 * ----------------------------------------------------------------------------- */

nav#nav {
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: #000;
	font-size: 1.4em;
}

#nav ul {
  margin: 0;
  padding: 0;
}
 
#nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#nav li	{
	display: inline-block;
	color: #fff;
	list-style-type: none;
	transition: 0.5s;
}

#nav ul li {
  position: relative;
  text-align: left;
  list-style: none;
}
 
#nav ul li:hover {
  background: #4a4a4a;
}
 
#nav ul li a {
    padding: 15px 20px;
		border-bottom: none;
}

#nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
  	border-top: 3px solid #66CC00;
  z-index: 1000;
}
 
#nav ul ul li {
  float: none;
  width: 16.75em;
  border-bottom: 1px solid #555;
}
 
#nav ul ul li a {
  padding: 10px 20px;
}

#nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

#nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

#nav ul li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  
}

#nav ul li.submenu:hover > a:after {
  margin-top: 2px;
  
  border-top: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

#nav ul ul li:last-child {
  border-bottom: none;
}

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

@media screen and (max-width: 1022px) {

label.responsive-nav-label {
  position: relative;
  display: block;
  padding: 20px;
  background: #222;
  cursor: pointer;
  color: #fff;
  font-size: 1.4em;
}

label.responsive-nav-label span {
  margin-right: 10px;  
}

nav#nav {
  position: absolute;
  top: -9999px;
  padding: 10px;
}
 
input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 0;
}

#nav a:after {
  display: none;
}

#nav li {
  float: none !important;
  width: 100% !important;
  border-bottom: none !important; 
}
   
#nav li a {
  margin-bottom: 10px !important;
  padding: 10px 20px !important; 
  background: #4a4a4a;
}
 
#nav ul li:hover {
  background: none;
}
   
#nav ul li a:hover {
  background: #222;
}

#nav ul ul {
  position: relative !important;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  background: none !important;
  box-shadow: none;
}

#nav ul ul li {
  padding-left: 20px;
}


}


		
/* ----------------------------------------------------------------------------- * 
 *                     START FOOTER-Navigation			                         *
 * ----------------------------------------------------------------------------- */

#footer-navigation ul {
	list-style-type: none;
	margin: 1.0em 0em 2.0em 0em;}

#footer-navigation ul li {display: inline;}

#footer-navigation ul li a	{
	color: #f6f6f6; 
	font-size: 1.4em;
	line-height:1.4em;
	font-weight:500;
	padding-left: 15px;
	padding-right: 15px;
}

#footer-navigation ul li a:hover	{
	color: #999;
	font-weight: 300;
}

/* ----------------------------------------------------------------------------- * 
 *                     START IMAGES						                         *
 * ----------------------------------------------------------------------------- */

img	{
	max-width: 100%;
	height: auto;
}

img.logo	{width: 45%;}

img.gallery	{
	width: 1200px;
	min-height: 150px;
	max-height: 335px;
}

img.branding-icon	{
	width: 1.8em;
	padding-right: 7px !important;	
}

img.column	{padding-top: 1.5em;}

/*img.column-flooring	{padding-top: 1.5em;} */

img.footer-iconhome	{
	width: 2.6em;
	padding-right: 10px;
}

img.footer-icon	{
	width: 2.6em;
	padding-right: 10px;
}

img.qr-code	{width: 12.0em; padding-bottom: 1.5em;}





