/* CSS Document */
/* grün: #97be0d */


/* Startseite Bilder anzeige ändern */
.tiles article > .image:after {
	background-color: none;
}
.tiles article.style1 > .image:before {
	background-color: none;
}

.tiles article > .image:after {
	background: none;
}

.tiles article > a {
	opacity: 0;
}
.tiles article > a:hover {
	opacity: 1;
}

.tiles article > a h2 {
    margin: 0;
    width: 100%;
    background-color: rgba(151,190,13,0.8);
}
.tiles article > a .content {
	background-color: rgba(255,255,255,0.8);
	color: #333333;
}

body:not(.is-touch) .tiles article:hover > .image:before {
	background-color: #eeeeee;
	opacity: 0.3;
}

/* Nav Button */
#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
    background-position: right;
}



#header nav ul li a[href="#menu"] {
    width: 7.5em;
	text-align: left;
	text-indent: 0em;
}
@media screen and (max-width: 736px) {
	#header nav ul li a[href="#menu"] {
    	width: 6.5em;
	}
}


#header nav ul li a[href="#menu"]:before {
							background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %2397be0d%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
							opacity: 0;
}

#menu > .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %2397be0d%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 0;
}

#header nav ul {
    /* border: solid 1px red; */
    padding: 5px 20px;
    background-color: rgba(255,255,255,0.9);
	border: solid 2px #ffffff;
}


.nav-fix #header nav { 
	top: 0px;
	-webkit-transition: 500ms ease-in-out;
    -moz-transition:  500ms ease-in-out;
    -o-transition:  500ms ease-in-out;
    transition: 500ms ease-in-out;
}


h2, h3, h4, h5, h6 {
    letter-spacing: 0.15em;
}
h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0px 0px 1em;
}

p.center {
	text-align: center;
}

#header .logo .symbol img {
    width: 8em;
    height: 8em;
}

#header .logo > * {
    vertical-align: bottom;
}

#header .logo .title {
	margin-left:  10px;
	margin-bottom: -11px;
}

#header {
    padding: 3em 0 1em 0;
}


body {
	background: url(../../images/header_muster.gif) center top no-repeat;
	
}
@media screen and (max-width: 736px) {
	body {
	background: none;
	}
}

#footer {
	color: #ffffff;
	background: url(../../images/footer_muster.gif) bottom center no-repeat #585858;
	padding: 0;
	height: 200px;
}
@media screen and (max-width: 736px) {
	#footer > .inner .copyright {
    	margin-top: 2em;
    	text-align: center;
	}
	#footer > .inner .copyright a {
		margin: 0 5px;
	}
}

#menu > .inner {
	background: url(../../images/mobile-menu-muster-large.gif) bottom center no-repeat;
}
@media screen and (max-width: 736px) {
	#menu > .inner {
		background: url(../../images/mobile-menu-muster-smal.gif) bottom center no-repeat;
	}
}


[data-role="content"] {
	position: relative;
}

.produkt-image {
	
}

.pdf-download {
	position: absolute;
    top: 170px;
    left: 500px;
    padding: 30px 40px 0px 40px;
    border: dotted 1px #eeeeee;	
}
.pdf-download h2 {
	color: #aaaaaa;
}
.pdf-download ul {
		margin-left: 9px;
}

@media screen and (max-width: 900px) {
	
	.pdf-download {
		position: relative;
		top: 0;
		left: 0;
		margin: 40px 0;
		padding: 0;
		border: none;
	}
	.pdf-download h2 {
		color: rgb(88,88,88);
	}
}

.pdf-download ul li{
	list-style-image: url(../../images/icon_pdf.gif);
}