/* ===================
    ALL: Kreative Supervison
    Author: Sven Muscheid
    Farben
	    OriginalBlau: 	#4A90E2
	    Dunkelblau:		#34404C
	    Mittelblau:		#5C6874
	    Hellgrün:		#D4DD62
	    Hellgelb:		#ECE132
	    Dunkelgrau:		#4C4C49
    Fonts
    	font-family: 'Open Sans', sans-serif;
   =================== */
 
/* 	==========================================================================
	Basic
	========================================================================== */
@font-face {
	font-family: 'Masque';
	src:  url('../Masque.ttf.woff') format('woff'),
	url('../Masque.ttf.svg#Masque') format('svg'),
	url('../Masque.ttf.eot'),
	url('../Masque.eot?#iefix') format('embedded-opentype'); 
	font-weight: normal;
	font-style: normal;
	}
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
address {
	font-style: normal;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

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

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* 	==========================================================================
	Start CSS
	========================================================================== */

body {
	font: 16px/26px 'Open Sans', sans-serif;
}
.uzun {
	font-family: 'Masque', sans-serif;
	color: #4A90E2;
	letter-spacing: 4px;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
.error {
	font-weight: bold;
	color: red;
	text-align: center;
}
.blue {
	color: #4A90E2;
}
.weiss {
	color: #fff;
}
section h2 {
	font-weight: 300;
	    line-height: normal;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index: 122; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#overlayText {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align: center;
}
/* 	========================
	Anker
	======================== */
a {
	color: #4C4C49;
	font-weight: bolder;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
}
a.textLinkGross {
	font-size: 16px;
}
a:hover {
	color: #4A90E2;
}
a.active {
	border-bottom: 1px solid #bbbf13;
}
.footer-container a {
	color: #9d9d94;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
}
.footer-container a:hover {
	color: #4A90E2;
}
a.inTextLink {
	color: #BBBF13;
	font-weight: bolder;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
}
a.inTextLink:hover {
	color: #4C4C49;
	text-decoration: underline;
}
.dark a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
	font-weight: 300;
}
.dark a:hover {
	color: #4A90E2;
	text-decoration: none;
}
div.header-info a {
	font-size: 12px;
}
.btn-green {
	background: #7ED321;
	border-radius: 4px;
	color: #fff;
	padding: 5px 20px;
}
.btn-green:hover {
	background: #4A90E2;
	color: #fff;
}
.btn-full {
	box-sizing:border-box;
	width: 100%;
	border: 20px solid #34404C;
	display: inline-block;
    line-height: 60px;
    text-align: center;
    background: #4A90E2;
    color: #fff;
    margin: 20px 0 20px 0;
}
.btn-full:hover {
	background: #7ED321;
	color: #fff;
}
/* 	========================
	Navigation
	======================== */
.main-nav {
	z-index: 200;
}
nav ul, footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}
nav {
    background: #6A6A6A;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 200;
}
nav ul {
	margin-top: 100px;
}
nav li {
	margin: 0px 0px 50px 30px;
	text-align: center;
}
nav a {
	color: #fff;
	font-size: 26px;
	text-decoration: none;
}
nav a:hover {
	color: #4A90E2;
	text-decoration: none;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 210;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: contain;
    
}
.nav-trigger:checked ~ .main-nav {
    right: 0px;
}
.nav-trigger + label, .main-nav {
    transition: all 0.7s ease;
}
#nav-icon3{
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 400;
}
#nav-icon3 span{
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #4A90E2;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* 	========================
	Formular
	======================== */
input {
	border: none;
	color: #fff;
	background: #34404C;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
input:focus, textarea:focus {
    outline: none;
    background: #4A90E2;
}
textarea {
	border: none;
	color: #fff;
	background: #34404C;
	padding: 10px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
input.errorForm {
	background: #adabab;
}
/* 	========================
	Main CSS
	======================== */
.header-container h1 {
	font-size: 22px;
	color: #4A90E2;
	letter-spacing: 1.33px;
	text-align: center;
	margin-bottom: 0px;
}
.header-container h2 {
	font-size: 12px;
	color: #363F4A;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0px;
}
.header-container .meta div {
	width: 250px;
	margin: auto;
}
.header-container .meta img {
	float: left;
	margin-right: 20px;
}
.header-container .meta div h2 {
	text-align: left;
	margin: 0 0 0 0px;
	font-size: 12px;
	color: #363F4A;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: normal;
}
.header-container .meta div p {
	font-size: 12px;
	color: #363F4A;
	margin: 3px 0 3px 48px;	
}
.index-header {
	height: 400px;
	text-align: center;
	background: #34404C;
	position: relative;
	overflow: hidden;
}
.index-header:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
	background: #34404C url(../gfx/uzun-start2.jpg) center center; 
	background-repeat: no-repeat;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
.werkstatt:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
	background: #34404C url(../gfx/uzun.jpg) center center; 
	background-repeat: no-repeat;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
.leistung:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
	background: #34404C url(../gfx/leistungen.jpg) center center; 
	background-repeat: no-repeat;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
.index header h1 {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1.17px;
	margin: 0;
	text-transform: uppercase;
	padding-top: 100px;
	z-index: 2;
	position: relative;
}
.index header h2 {
	margin: 5px 0px;
	z-index: 2;
	position: relative;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.index header h3 {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1.17px;
	font-weight: lighter;
	margin-bottom: 30px;
	z-index: 2;
	position: relative;
}
.index header p {
	position: relative;
	z-index: 2;
}
.leistung-box {
	width: 100%;
	height: 200px;
	background: #34404C;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.leistung-box:hover {
	background: #5C6874;
}
.leistung-box:hover div{
	border: 1px solid #34404C;
}
.leistung-box div {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px 10px 10px 10px;
	border: solid 1px #5C6874;
	box-sizing: border-box;
	position: relative;
	display: inline-table;
}
.leistung-box img {
	margin-top: 30px;
}
.leistung-box p {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.33px;
	text-transform: uppercase;
	font-weight: bolder;
}
.bilder-reihe {
	width: 100%;
	height: 200px;
	background: #34404C;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.bilder-reihe2 {
	height: 426px;
	width: 303px;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.bild-meta-1 {
	background: transparent url(../gfx/kfz-innung.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.bild-meta-2 {
	background: transparent url(../gfx/dekra_logo.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.bild-meta-3 {
	background: transparent url(../gfx/das_handwerk.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.bild-werkstatt-1 {
	background: transparent url(../gfx/werkstatt-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-werkstatt-2 {
	background: transparent url(../gfx/werkstatt-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-werkstatt-3 {
	background: transparent url(../gfx/werkstatt-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-leistungen-1 {
	background: transparent url(../gfx/leistungen-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-leistungen-2 {
	background: transparent url(../gfx/leistungen-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-leistungen-3 {
	background: transparent url(../gfx/leistungen-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-leistungen-4 {
	background: transparent url(../gfx/leistungen-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-leistungen-5 {
	background: transparent url(../gfx/leistungen-5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-leistungen-6 {
	background: transparent url(../gfx/leistungen-6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.preis-box {
	box-sizing:border-box;
	background: #34404C;
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
}
.preis-box div {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(63, 69, 71, 0.5);
}
.preis-box p {
	margin: 0px;
}
.preis-box-one {
	width: 100%;
	height: 260px;
	background: #5C6874;
}
.preis-box-one div {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: #34404C;
}
.preis-box-two a {
	width: 48%;
	height: 120px;
	margin: 20px 4% 20px 0;
}
.preis-box-two a.last, .preis-box-two a.mid{
	margin: 20px 0 20px 0;
}
.preis-box-three {
	width: 100%;
	margin: 20px 0 0px 0;
	height: 180px;
	background: #5C6874;
}
.preis-box-three div {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: #34404C;
}
.preis-tuv {
	background: transparent url(../gfx/dekra-klein.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.preis-diagnose {
	background: transparent url(../gfx/diagnose.png) center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.preis-rad {
	background: transparent url(../gfx/reifen.png) center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.preis-oel {
	background: transparent url(../gfx/oel-service-smal.jpg) center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.preis-glas {
	background: transparent url(../gfx/glas-service-smal.jpg) center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.preis-air {
	background: transparent url(../gfx/klima-service-smal.jpg) center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.preis-achse {
	background: transparent url(../gfx/achsvermessung-smal.jpg) center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.preis-check {
	background: transparent url(../gfx/fahrzeug-check.jpg) center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.preis-tuv2 {
	background: transparent url(../gfx/tuv-durchsicht-smal.jpg) center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.bild-box {
	width: 100%;
	height: 400px;
	background: url(../gfx/werkstatt_aussen.jpg)center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.bild-box p {
	text-indent: 999999px;
	font-size: 1px;
}
.text-box {
	height: 440px;
	width: 100%;
	background: #34404C;
	color: #fff;
	box-sizing:border-box;
	display: inline-table;
}
.text-box-inner {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px 0 0 10px;
	border: 1px solid #5C6874;
	padding: 10px;
	box-sizing:border-box;
}
.text-box-inner p {
	margin-top: 0px;
}
.kontakt-header {
	background: #34404C;
	color: #fff;
	padding: 40px 0px;
	box-sizing: border-box;
}
.kontakt-header img {
	float: left;
	margin: 0 20px;
}
.kontakt-header p {
	margin-top: 0px;
}
.karte {
	clear: both;
	position: relative;
}
#map {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.mapview {
	height: 600px;
	z-index: 0;
	position: relative;
}
.kontakt-box, .loading, .gesendet {
	background-color: rgba(52, 64, 76, 0.8); 
	padding: 20px 10px;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
}
.gesendet, .loading,  #error {
	display: none;
	z-index: 10;
	position: relative;
}
footer {
	background: #34404C;
	color: #fff;
	position: relative;
    padding: 30px 10px;
    box-sizing: border-box;
    font-size: 11px;
}
/* 	========================
	IE Fixes
	======================== */

.ie7 .title {
	padding-top: 20px;
}
/* 	==========================================================================
	Min Width
	========================================================================== */
@media only screen and (min-width: 480px) {

}
/* 	==========================================================================
	Medium Width
	========================================================================== */
@media only screen and (min-width: 768px) {
	section {
		padding-top: 120px;
	}
	.leistung-box {
		width: 48%;
	}
	.bilder-reihe {
		width: 48%;
	}
	.preis-box-two a {
		width: 22%;
		height: 120px;
		margin: 20px 4% 20px 0;
	}
	.preis-box-two a.last {
		margin: 20px 0 20px 0;
	}
	.preis-box-two a.mid{
		margin: 20px 4% 20px 0;
	}
	.preis-box-three {
		width: 32%;
		margin: 0px 2% 20px 0;
		height: 180px;
	}
	.preis-box-three.last {
		margin: 0px 0 20px 0;
	}
	.preis-tuv {
		background: transparent url(../gfx/dekra-klein.png) center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	section h2 {
		font-size: 36px;
		letter-spacing: 3px;
		margin-bottom: 40px;
	}
	.bild-box {
		width: calc(100% - 420px);
		float: left;
		margin-top: 20px;
	}
	.text-box {
		width: 420px;
		float: right;
	}
	.kontakt-header {
		text-align: center;
		width: 33.3333333333333333333333%;
		float: left;
	}
	.kontakt-header img {
		clear: both;
		margin: 0 20px;
		float: none;
	}
	footer .block3 {
		width: 30%;
		float: left;
	}
}
/* 	==========================================================================
	Max Width
	========================================================================== */
@media only screen and (min-width: 1024px) {
	.wrapper {
		width: 980px; /* 1140px - 10% for margins */
		margin: 0 auto;
	}
	/* 	========================
	Navigation
	======================== */
	label[for="nav-trigger"] {
		display: none;
	}
	.nav-trigger {
		display: none;
	}
	nav {
		width: 100%;
		text-align: center;
		right: 0px;
		background: #34404C;
		height: 50px;
		margin-top: 90px;
		position: initial;
	}
	nav ul {
		padding-top: 10px;
	}
	nav ul li {
		display: inline;
	}
	nav li {
		margin-right: 50px;
		margin: 0px 50px 0px 0px;	
	}
	nav a {
	    color: #fff;
	    font-size: 14px;
	    font-weight: 400;
	    padding: 5px 0 5px 0;
	}
	nav a:hover {
		color: #4A90E2;
		border-bottom: 2px solid #4A90E2;
	}
	nav a {
		 
	}
	nav a:hover {
		
	}
	/* 	========================
	Formular
	======================== */
	input {
		width: calc( 50% - 5px);
		float: left;
		margin-bottom: 10px;
	}
	.left-10 {
		margin-left: 10px; 
	}
	/* 	========================
	Main CSS
	======================== */
	.header-container {
	
	}
	.header-container h1 {
		font-size: 16px;
		text-align: left;
	}
	.header-container h2 {
		text-align: left;
		letter-spacing: normal;
		line-height: normal;
	}
	.header-container .logo {
		margin-left: 10px;
		float: left;
	}
	.header-container .meta {
		float: right;
		margin: 10px 10px 0 0;
	}
	.header-container .meta div {
		float: left;
	}
	.header-container .meta img {
		float: left;
		margin-right: 20px;
	}
	.header-container .meta div h2 {
		text-align: left;
		margin: 0 0 0 0px;
		font-size: 12px;
		color: #363F4A;
		letter-spacing: 1px;
		font-weight: 300;
		line-height: normal;
	}
	.header-container .meta div p {
		font-size: 12px;
		color: #363F4A;
		margin: 3px 0 3px 48px;
	}
	.index header {
		height: 550px;
	}
	.index header h1 {
		font-size: 14px;
		padding-top: 200px;
	}
	.index header h2 {
		font-size: 40px;
	}
	.index header h3 {
		margin-bottom: 60px;
	}
	.leistung-box {
		width: 313px;
		margin: 20px 20px 0 0;
	}
	.leistung-box.last {
		margin: 20px 0 0 0;
	}
	.bilder-reihe {
		width: 303px;
		margin: 20px 20px 0 0;
	}
	.preis-box-one {
		width: 480px;
		margin-left: 20px 20px 20px 0;
		float: left;
	}
	.preis-box-two {
		width: 480px;
		float: right;
	}
	.preis-box-two a {
		width: 48%;
		height: 120px;
		margin: 0px 4% 20px 0;
	}
	.preis-box-two a.last, .preis-box-two a.mid{
		margin: 0px 0 20px 0;
	}
	.kontakt-header {
		text-align: left;
	}
	.kontakt-header img {
		float: left;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}
.zitat {
	font-style: italic;
	font-weight: lighter;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
.clear {
	clear: both;
	margin: 0;
	height: 1px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.center {
	text-align: center;
}