@charset "utf-8";
/* Autoglas Euskirchen
   Main CSS Stylesheet
   Author: Jordan Barreto
*/



html {
	margin: 0;
	padding: 0;
}
body {
	height: 101%;
	margin: 0;
	padding: 0;
	font-family: 'HelveticaLightExtended', sans-serif;
}
a {
	font-family: 'HelveticaThinExtended', sans-serif;
	color: #000;
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: none;
}
a:hover {
	-webkit-animation: link-hover 0.5s forwards;
	-ms-animation: link-hover 0.5s forwards;
	-moz-animation: link-hover 0.5s forwards;
	animation: link-hover 0.5s forwards;
}
a:not(:hover) {
	-webkit-animation: link-not-hover 0.5s forwards;
	-ms-animation: link-not-hover 0.5s forwards;
	-moz-animation: link-not-hover 0.5s forwards;
	animation: link-not-hover 0.5s forwards;
}
img {
	border:none;
}

h1 {
	font-family: 'HelveticaHeavy', sans-serif;
	font-size: 2.3em;
	color: #fff;
}
h2 {
	font-family: 'HelveticaExtended', sans-serif;
	font-size: 1.6em;
	color: #000;
	font-weight: normal;
}
h3 {
	font-family: 'HelveticaThinExtended', sans-serif;
	font-size: 1.6em;
	color: #000;
}
h4 {
	font-family: 'HelveticaThinExtended', sans-serif;
	font-size: 1.4em;
	color: #575757;
	letter-spacing: 1px;
	-webkit-transform: scaleY(1.1);
	-moz-transform: scaleY(1.1);
	-ms-transform: scaleY(1.1);
}
p {
	font-family: 'HelveticaThinExtended', sans-serif;
	color: #777777;
}
h1, h2, h3, p, a {
	-webkit-transform: scaleY(1.2);
	-moz-transform: scaleY(1.2);
	-ms-transform: scaleY(1.2);
}

/* Grundelemente*/
.main-col {
	width: 960px;
	margin: auto;
	height: auto;
}
.greenline {
	height: 3px;
	width: 100%;
	background: #9db131;
}
.sepline {
	width: 100%;
	height: 1px;
	background: #bfbfbf;
	margin: 20px 0px;
}
.clear {
	clear: both;
}
.tinyspace {
	height: 25px;
}
.smallspace {
	height: 50px;
}
.bigspace {
	height: 510px;
}

/* Header Elemente */
.rightontop {
	float: right;
	margin-top: 25px;
	line-height: 12px;
	text-align: right;
}
.rightontop p {
	margin-top: -20px;
}
.rightontop a:hover {
	-webkit-animation: black-link-hover 0.5s forwards;
	-ms-animation: black-link-hover 0.5s;
	-moz-animation: black-link-hover 0.5s;
	animation: black-link-hover 0.5s;
}
.rightontop a:not(:hover) {
	-webkit-animation: black-link-not-hover 0.5s forwards;
	-ms-animation: black-link-not-hover 0.5s forwards;
	-moz-animation: black-link-not-hover 0.5s forwards;
	animation: black-link-not-hover 0.5s forwards;
}
#logo {
	margin-top: 50px;
}
nav {
	float: right;
	margin-top: -10px;
}
nav a {
	margin-left: 40px;
	font-family: 'HelveticaThinCondensed', sans-serif;
	font-size: 1.1em;
	color: #777;
}

/* Showcase */
#showcase {
	width: 960px;
	height: 394px;
	background: url(../img/showcase.jpg) center;
	margin-top: 30px;
	text-align: center;
}
.punchline {
	width: 706px;
	height: 107px;
	margin-left: 127px;
	margin-top: 30px;
	animation: appearFrames ease 2s;
	animation-iteration-count: 1;
	transform-origin: ;
	animation-fill-mode:forwards; /*when the spec is finished*/
	-webkit-animation: appearFrames ease 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: ;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
	-moz-animation: appearFrames ease 2s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: ;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
	-o-animation: appearFrames ease 2s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: ;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
	-ms-animation: appearFrames ease 2s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: ;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
}
.number {
	margin:auto;
	text-align: center;
	width: 450px;
	animation: appearFrames ease 2s;
	animation-iteration-count: 1;
	transform-origin: ;
	animation-fill-mode:forwards; /*when the spec is finished*/
	-webkit-animation: appearFrames ease 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: ;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
	-moz-animation: appearFrames ease 2s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: ;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
	-o-animation: appearFrames ease 2s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: ;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
	-ms-animation: appearFrames ease 2s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: ;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
}
.disappear {
	animation: animationFrames ease 1s;
	animation-iteration-count: 1;
	transform-origin: ;
	animation-fill-mode:forwards; /*when the spec is finished*/
	-webkit-animation: animationFrames ease 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: ;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
	-moz-animation: animationFrames ease 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: ;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
	-o-animation: animationFrames ease 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: ;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
	-ms-animation: animationFrames ease 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: ;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
}

/* Keypoints */
.key-container {
	width: 33.3%;
	float: left;
	text-align: center;
	margin: auto;
}
.subtitle {
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Services */
#service-container {
	position: absolute;
	width: 100%;
	height: 480px;
	left: 0;
	background: #9db131;
	margin-top: 30px;
}
.services {
	width: 100%;
	margin-top: 80px;
	padding: 0;
	text-align:center;
}
.services li {
	float: left;
	width: 20%;
	list-style: none;
	border:none;
}
.services li img {
	opacity: 1;
	-ms-transform: scaleY(0.8);
	border:none;
}
.services li img:hover {
	opacity: 0.7;
	-ms-transform: scaleY(0.8);
	animation-name: pulse;
	-ms-animation-name: pulse;	
	-o-animation-name: pulse;
	-moz-animation-name: pulse;	
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-ms-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;	
	-o-animation-iteration-count: infinite;	
	-webkit-animation-iteration-count: infinite;		
}
.services li p {
	font-family: 'HelveticaThinCondensed', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
		/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 2px 2px 2px rgba(0, 0, 0, 0.12), 3px 3px 2px rgba(0, 0, 0, 0.12), 4px 4px 2px rgba(0, 0, 0, 0.12), 5px 5px 2px rgba(0, 0, 0, 0.12);*/
	font-weight:bold;
	color: #000;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
}

/* Benefits */
#vorteile-container {
	width: 953px;
	height: 433px;
	margin: auto;
	margin-top: 100px;
	background: url(../img/vorteile.jpg) center no-repeat;
}
.left-line {
	width: 40%;
	height: 1px;
	background: #bfbfbf;
	float: left;
	margin-top: 1.0em;
}
.right-line {
	width: 40%;
	height: 1px;
	background: #bfbfbf;
	float: right;
	margin-top: 1.0em;
}
.vorteile-caption {
	float: left;
	margin: auto;	
	text-align: center;
	width: 20%;
}
.vorteile-wrapper {
	width: 490px;
	height: 216px;
	float: right;
	padding-top: 20px;
}
.vorteile-wrapper li {
	list-style: none;
	color: #000;
	font-family: 'HelveticaThinCondensed', sans-serif;
	font-size: 1.2em;
	line-height: 2.25em;
	font-weight: bold;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 2px 2px 2px rgba(0, 0, 0, 0.12), 3px 3px 2px rgba(0, 0, 0, 0.12), 4px 4px 2px rgba(0, 0, 0, 0.12), 5px 5px 2px rgba(0, 0, 0, 0.12);*/

}
.annotation {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000;
}

/* Map */
.map-overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:383px; 
   top:383px;  
   margin-top:-383px;  
   z-index: 2;
}
#map {
	border: none;
	margin-bottom: -5px;
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 1;
}

/* Footer */
#footer {
	width: 100%;
	height: 230px;
	background: #f6f6f6;
	padding-top: 40px;
}
.contact {padding-left:0; margin-left:0; float:left;}
.contact li {
	list-style: none;
	color: #000;
	font-family: 'HelveticaThinExtended', sans-serif;
	line-height: 2em;
	-webkit-transform: scaleY(1.2);
	-moz-transform: scaleY(1.2);
	-ms-transform: scaleY(1.2);
}
.footer-list {padding-left:0; margin:-35px 35px 0 0;float: right;}
.footer-list li {
	list-style: none;
	color: #000;
	font-family: 'HelveticaThinExtended', sans-serif;
	line-height: 2em;
	-webkit-transform: scaleY(1.2);
	-moz-transform: scaleY(1.2);
	-ms-transform: scaleY(1.2);
}
.footer-list li a {
	color: #000;
	-webkit-animation: black-link-hover 0.5s forwards;
	-ms-animation: black-link-hover 0.5s;
	-moz-animation: black-link-hover 0.5s;
	animation: black-link-hover 0.5s;
}
.footer-list li a:not(:hover) {
	-webkit-animation: black-link-not-hover 0.5s forwards;
	-ms-animation: black-link-not-hover 0.5s forwards;
	-moz-animation: black-link-not-hover 0.5s forwards;
	animation: black-link-not-hover 0.5s forwards;
}
.handwerk {
	float: right;
	position: relative;
	right: 0;
	margin-top: 12px;
}

/* Offer */
.springoffer {
	width: 150px;
	height: 40px;
	background: #9db131;
	float: left;	
	text-align: center;	
	padding-top: 5px;
	position: fixed;
	z-index: 3;
}
.md-trigger {
	font-family: 'HelveticaThinExtended', sans-serif;
	color: #fff;
	cursor: pointer;
	background: none;
	font-size: 1.3em;
	border: none;
	padding: 0;
}
.md-trigger-service {
	cursor: pointer;
	background: none;
	border: none;
}