@font-face {
	font-family: 'orbitron-regular';
	src: url('../fonts/Orbitron-Regular.eot');
	src: url('../fonts/Orbitron-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Orbitron-Regular.woff') format('woff'),
	url('../fonts/Orbitron-Regular.ttf') format('truetype'),
	url('../fonts/Orbitron-Regular.svg#Orbitron-Regular') format('svg');
	font-weight: normal;
	font-style: normal;

}

ul, menu, dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
hr {

    unicode-bidi: isolate;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-style: none;
    border-width: 1px;
}

div {
    display: inline-block;
}
/*-------------------------------------------base*/

body {
	background: #ffffff;
	font-size: 100%;
	margin: 0em;
	padding: 0em;
}

#container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
    height: 100vh;
}


h1 {
	font-size: 2.2em;
	line-height: 3.8em;
	font-family: "orbitron-regular";
	font-weight: 100;
	color: #1e1e1e;
	padding: 0px;
	margin: 0px;
}


h2 {
	font-size: 1.5em;
	line-height: 1.8em;
	font-family: "orbitron-regular";
	font-weight: 600;
	color: #141414;
	text-align: left;
	letter-spacing: 0.12em;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 1.256em;
	font-family: "orbitron-regular";
	font-weight: 400;
	color: #141414;
	text-align: left;
	letter-spacing: 0.08em;
	padding: 20px 0px 4px 0px;
	margin: 0px;
	font-weight: 600;
}

h4 {
	font-weight: 300;
	font-family: "orbitron-regular";
	letter-spacing: 0.08em;
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
	font-weight: 200;
	font-family: "orbitron-regular";
	color: #141414;
	padding: 0;
	margin: 0;
}

p {
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 10px 0px 10px 0px;
	font-weight: 500;
	font-size: 1.05em;
}

p a {
	font-size: 0.92em;
}
strong{
	font-size: 1.2em;
	padding: 10px 0px;
	color: #141414;
}

ul li {
	list-style: none;
}

li {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 1px 0px 1px 0px;
	font-weight: 500;
	font-size: 1.1em;
}
.list li:before{
	content: "- ";
	color: #141414;
}

/*-------------------------------------------------head*/

header {
    padding: 0px;
    
    height: auto;
    z-index: 999;
	
}

picture img{
   display: block;
	margin-left: auto;
	margin-right: auto;
 
}

#head-name h4 {
	font-family: "orbitron-regular";
	color: #7d7d7d;
	text-align: right;
	letter-spacing: 2px;
	height: 40px;
	font-weight: 200;
	margin: 10px 20px 5px 0px;
}

/*----------------On Top Bar */

#menubar {
	display: block;
	background: transparent;
}

#menubar ul {
	display: block;
	width: 2em;
	padding: 0.9em;
}

#menubar ul li {
	display: inline;
}

#menubar ul li a.menubutton {
	display: none;
}

.menubutton img {
	width: 40px;
}

/*----------------------------------------------Navigation*/

nav {
    position: relative;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 40px;
	text-align: center;
	font-size: 0.9em;

	font-family: "orbitron-regular";
	letter-spacing: 0.1em;



	
}
nav hr {
    width: 100%;

    border-top: 1px solid #4b5538;
    border-bottom: none;
}
nav ul {
	display: block;

	margin: 0px;

}

nav ul li {
	display: inline;
	margin: 0em 0.188em 0em 0.188em;
}

nav ul li a {
	color: #000000;
	font-size: 1.125em;
	line-height: 2.2em;
	padding: 0.3em;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	text-decoration: none;
}

nav ul li a:hover {

}

nav ul li a.active {
	
    color: #7d7d7d;
	border-bottom: none;
	background-repeat: repeat;

}



/*-----------------------------------------------maincontent left*/

#maincontent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-family: "orbitron-regular";
	color: #141414;
	clear: both;
}

#maincontent .signet{
    display: block;
    width: auto;
    height: 50vh;
	margin-left: auto;
	margin-right: auto;
   	background-image: url(../img/css/lackierer.png);
      background-size: contain;
    background-position: center bottom;
	background-repeat: no-repeat;
}
.logo{
    padding-top: 50px;
    width: 45%;
}
#maincontent a {
	color: #005ec0;
	text-decoration: none;
}

#maincontent a:hover {
	color: #900;
}
.colum {
    /*column-width: 300px;*/
    font-size: 1.2em;
    
}
.pcolumn {
   display: flex;
    font-size: 1.2em;
    flex-basis: 440px;
    flex-grow: 20%
    justify-content: center;
}

.produkt{
    width: 440px;
    height: 440px;
    background-color: #cbcbcb;
}
.produkt img {
    height: 354px;
    width: 95px;
}
#left{
	width:70.3%; 
	display: inline-block;
	vertical-align: top;
	margin:0px 0px 50px 0px;
	padding:0em;
    }


#left section {
	width: auto;
	padding-top: 0px;
	margin: 3.225em 3.225em 3.225em 3.225em;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

}


.uline{
	border-bottom: 0.07em solid #384255;
}
#left section .o-lo {
	padding-left: 55px;
	padding-top: 2px;
	padding-bottom: 5px;
}



#left section ul {
	margin: 0px;
	padding: 10px 0px 10px 5px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.map {
	margin: 20px 0px;
	border-radius: 5px;
	height: 300px;

	border: 1px solid #334118;
	padding: 10px 12px 12px 10px;
}


iframe {
	width: 99%;
	height: 300px;
	overflow: hidden;
	pointer-events: none;
    border-style: solid;
    border-width: 1px;
    border-color: #838383;
    border-image: none;
}

/*-------------------------------------------------aside*/

#maincontent aside{
	display:inline-block;
	width:28.6%; 
	padding-top: 1.4em;
	vertical-align:top;
	}

#maincontent aside section {
	border-radius: 5px;
	min-width: 50%;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding: 0.6em 0.6em 0em 0.6em;
	font-size: 1em;

}

#maincontent aside section p {
	padding: 10px 5px 0px 5px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;


}
#maincontent aside hr{
    border: 0;
    height: 30px;
    background: #000000;
    
    
}
#maincontent aside .o-lo {
	background-size: 34px 28px;
	-moz-background-size: 34px 28px;
	-webkit-background-size: 34px 28px;
	padding: 10px 0px 8px 45px;
	margin-top: 0;
	font-size: 1em;
}
#maincontent aside .logo{
    width: 95%;
    padding: 0px;
    margin: 0px;
}

/*-------------------------------------------------form etc*/

form div {
	margin-top: 8px;
}

#kontaktform {
	margin-left: 20px;
	margin-right: 20px;
	font-family: "orbitron-regular";
	font-size: 1em;
}

input {
	border-radius: 4px;
	opacity: 0.7;
	height: 20px;
}

textarea {
	width: 90%;
	height: 300px;
	font-size: 0.9em;
	border-radius: 4px;
	padding: 0.8em;
	font-weight: 600;
	border: 1px solid #b9b9b9;
	opacity: 0.7;
}

/*-------------------------------------------------footer*/

footer {
	width: 100%;
	height: 130px;
	background-color: #000000;
    padding-top: 10px;
        vertical-align: bottom;
}
footer p{
    color: white;
    font-family: 'orbitron-regular';
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    padding: 10px;
}
footer a {
    font-family: 'orbitron-regular';
    text-decoration: none;
    color: #ffffff;
    display: inline;
    padding: 0px;
}

/*---------------@MEDIA---------------------------------media max 550px*/

@media screen and (max-width:550px) {

	
	/*--------------------------------------nav*/
	nav {
		display: none;
		height: auto;
	}

	nav ul {
		margin: 0px;
		padding: 0px;

	}



	nav ul li a {
		background-color: none;
		display: block;
		border: 0;
		margin: 0px;
		padding: 0px;

	}

	nav ul li {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	nav ul li a.active {
		border-top: 0em;
		border-radius: 0px;
		border: 0px;

	}
	section .map {
		margin-top: 20px;
		border-radius: 5px;
		height: 300px;
		border: 1px solid #707070;
		padding: 10px 12px 12px 10px;
		max-width: 95%;
	}

#left {
	width: 100%;
}
#maincontent aside{
	width: 100%;
}
	iframe {
		width: 99.5%;
		height: 100%;
		overflow: hidden;
	}


	/*--------------------------------------menubar*/
	#menubar ul li a.menubutton {
		display: block;
	}

	/*--------------------------------------main*/
	header {
		margin: 10px;
	}

	#left section {
		max-width: 100%;
		margin-left: 1em;
		margin-right: 1em;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

	}
	#left section .o-lo {
		font-size: 1em;
	}

	aside section h3.o-lo {
		font-size: 1.1em;
		padding-left: 50px;
		padding-top: 0px;
	}
	#head-name h4 {
		font-size: 0.8em;
	}
	#left section h2,
	h3 {
		font-size: 0.9em;
		letter-spacing: 0.003;
	}

	#left section p {
		font-size: 0.8em;
		letter-spacing: 0.06em;

	}
	section .map {
		width: 100%;
		margin-top: 20px;
		border-radius: 5px;
		height: 300px;
		border: 1px solid #707070;
		padding: 10px 12px 12px 10px;
	}
    	#dsliste li{
			font-size: 0.7em;
			}

}

/*------------------------------------------------------iphone*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

	#left section {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	#left section h2, h3{
		font-size: 0.8em;
	}
	#left section p {
		font-size: 0.8em;
	}

	#left section ul li {
		font-size: 0.6em;
		letter-spacing: 0.06em;
		line-height: 2em;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	section .map {
		width: 80%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5px;
		height: 300px;
		border: 1px solid #707070;
		padding: 10px 12px 12px 10px;

		}
	#dsliste li{
			font-size: 0.7em;
			}
}

/*---------------------------------------------------------------media min 551px*/

@media screen and (min-width:551px) {

	nav.nav {
		display: block !important;
	}

  
}


/*---------------------------------------------------------------media max 610px*/

@media screen and (max-width:710px) {


	header {
		margin: 0px 18px;
		background-position: center center;
		-webkit-background-position: center center;
		-moz-background-position: center center;
	}
	#head-name h4 {
		font-size: 0.6em;
		text-align: center;
		margin: 8px;
		padding: 10px 0px 10px 0px;
	}

	nav {
		font-size: 0.9em;
	}

	#maincontent aside {
		width: 100%;
		display: block;
		margin: 0.625em 0em 0em 0em;
	}

	#maincontent #left {
		margin-top: 2px;
		margin-bottom: 6px;
		width: 100%;
	}
      #maincontent img{
        width: 80%;
    }
   
    #maincontent .signet {
    display: block;
    width: auto;
    height: 350px;
	margin-left: auto;
	margin-right: auto;
   	background-image: url(../img/css/lackierer.png);
    background-size: contain;
    background-position: center bottom;
	background-repeat: no-repeat;
    }
    
    
	#left section {
		max-width: 100%;
		margin-left: 1em;
		margin-right: 1em;
		margin-bottom: 30px;
		margin-top: 50px;
	}

	#left section ul {
		padding: 10px 0px 2px 5px;
	}

	#left section .o-lo {
		font-size: 1em;
		letter-spacing: 0.1em;
	}

	aside section h3.o-lo {
		font-size: 1em;
		padding-left: 50px;
		padding-top: 0px;
	}
	#maincontent {
		padding-bottom: 0px;
	}
    footer {
        height:100px;
    }

}

/*---------------------------------------------------------------media max 1024px*/

@media (max-width:985px) {

	aside section .o-lo {
		font-size: 0.8em;
		padding-left: 0px;
		padding-top: 40px;
	}

	aside section p {
		font-size: 0.8em;
	}
	#head-name h4 {
		font-size: 1em;
	}

}



/*---------------------------------------------------------------media 1366px*/

@media (max-width:1266px) {

	footer {
		
	}
	.o-lo {
		letter-spacing: 0.1em;

	}

}

@media (min-width:1266px) {
	#container {
		width: 1166px;
	}
}