@charset "utf-8";

@font-face {
    font-family: "SourceSansPro";
    src: url(webfonts/SourceSansPro-Regular.otf) format("opentype");
}

@font-face {
	font-family: "SourceSansPro";
	font-weight: bold;
	src:url(webfonts/SourceSansPro-Bold.otf) format("opentype");
}

html {
	height: 100%;
	width: 100%;
}

body {
	min-height: 100vh;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 17px;
	font-weight: normal;
	font-family: "SourceSansPro";
	overflow-X: hidden;
}

#overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.80);
	z-index: 3000;
}


.flagge {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 80px;
	height: 40px;
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}

#flagge_deutsch {
	background-image: url("/img/flagge_deutsch.png");
}

#flagge_english {
	background-image: url("/img/flagge_english.png");
}
	
.abdunkeln {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: rgba(0,0,0,0.6);
}

.abdunkeln .schliessen {
	position: fixed;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
	cursor: pointer;
	background: none;
	overflow: hidden;
}

.abdunkeln div {
	width: 90%;
	height: calc(100vh - 40px);
	box-sizing: border-box;
	max-width: 1200px;
	position: relative;
	margin: 20px auto;
	background-color: #FFFFFF;
	padding: 10px;
	overflow-y: auto;
}	

#logo{
	position: relative;
	width: 100%;
	height: 40px;
	background-image: url(/img/logo-vorrichtungsbau.png);
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 5px;
}

.textrechts {
	text-align: right;
}

thead th {
	text-align: left;
}

tbody tr:nth-child(even) {
	background-color: #DDD;
}

#logo:hover {
	cursor: pointer;
}

.clearfix {
	clear: both;
	float: none !important;
	padding-bottom: 40px;
}

header,
#main,
footer {
	display: block;
	width: 100%;
	margin: 0 auto;
}

header {
	width: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #444;
	border-bottom: solid 2px #000;
	text-align: center;
}

header div {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;	
}

#main {	
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 20px;
	background-color:#FFFFFF;
	z-index: 1;
	box-shadow: 0 10px 10px rgba(0,0,0,0.7) 
}

#main article {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 10px;
	position: relative;
}

#main h2 {
	font-weight: bold;
}

#main h1 {
	font-weight: normal;
	font-size: 160%;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#main h2 {
	font-size: 140%;
	margin-bottom: 20px;
	font-weight: normal;
}

#main h3 {
	fontsize: 130%;
	margin-bottom: 10px;
}

#main p {
	text-align: left;
	margin-bottom: 6px;
	line-height: 160%;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;
}

#main article img {
	min-width: 100%;
	max-width: 100%;
	float: none;
}

#main td {
	vertical-align: top;
}

div.parallax_wald {
	width: 100%;
	max-width: 1200px;
	height: auto;
	box-sizing:border-box;
	margin: 0;
	padding: 20px;
	background-image: url("/img/waldhintergrund.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(133, 187, 65, 0.8);
	position: relative;
}

div.parallax_wald h1 {
	color: #FFF;
	font-size: 40px !important;
	font-weight: bold !important;
	margin-top: 0 !important;
	text-shadow: 0 -2px 2px #222;
}

#forstlibelle_01 {
	width: 60%;
	height: auto;
	max-width: 300px;
	margin-left: 60px;
	margin: 10px auto;
	transition: all 0.8s ease-in-out;
	display: block;
}

div.parallax_wald:hover #forstlibelle_01 {
	transform: rotate(45deg);
}

#main article #forstlibelle_03 {
	width: 100%;
	height: auto;
	position: relative;
	opacity:1;
	margin-top: 30px;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	z-index: 2;
}

#main article #forstlibelle_03color {
	width: calc(100% - 20px);
	max-width: none;
	min-width: 0;
	height: auto;
	position: absolute;
	opacity:1;
	margin-top: 30px;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

#main article #forstlibelle_03:hover {
	opacity: 0;
}

article {
	width: 100%;
}

div.wrapper {
 	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 30px auto;
}

#main article.box33 {
	box-sizing: border-box;
	padding: 0;
	background-color: #d04320;
	color: #FFF;
	float: left;
}

article.box33 img {
	width: 100%;
	height: auto;
}

article.box33 p {
	padding: 5px 10px 5px 5px;
}

.box60 {
	width: 100%;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.textweiss {
	color: #FFF;
	font-size: 19px;
	text-shadow: 2px 2px 2px #000;
}

.bestellungoeffnen,
#jetztbestellen {
	width: 90%;
	max-width: 1200px;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	background-color: #EB992D;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	margin: 20px auto;
	transition: all 0.3s ease-in-out;
}

#jetztbestellen {
	width: 100%;
}

.bestellungoeffnen:hover,
#jetztbestellen:hover {
	background-color: #B87212;
}
	

#box_bestellung {
	box-sizing: border-box;
	display: none;
	width: 90%;
	max-width: 1200px;
	margin: 20px auto;
	position: relative;
	height: auto;
	padding: 10px;
	background-color: #F9DEB9;
}


#box_bestellung p {
	margin: 3px 0 0 0;
}

#bestellungclose {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	font-size: 30px;
	color: #930;
	font-weight: bold;
	cursor: pointer;
}

label {
	display: inline-block;
	width: 150px;
}

#maun p.zusatzinfo {
	margin-left: 150px;
}

#box_lieferadresse {
	display: none;
}

#bestellconfirm {
	display: none;
	width: 90%;
	max-width: 1200px;
	margin: 20px auto;
	position: relative;
	height: auto;
	padding: 10px;
}

#menge {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	padding: 7px;
	margin-right: 15px;
	margin-left: 3px;
	margin-bottom: 20px;
}

.adresse {
	width: 300px;
	padding: 5px 0;
}

input[type="checkbox"] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	padding: 7px;
	margin-right: 15px;
	margin-left: 3px;
}

input[type='text'].fehler,
input[type='email'].fehler {
	border: solid 2px #FF0000;
}

input[type='checkbox'].fehler {
	box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}

input:read-only {
	border: none;
	background:none;
}


#totop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-bottom: solid 30px #eb992d;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

#gebrauchsmuster {
	max-width: 100%;
	display: block;
}

#footerspacer {
	position: relative;
	float: none;
	clear: both;
	height: 400px;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0);
	z-index: -1;
	transform: translateX(0px);
	pointer-events:none;
}

footer {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #5F6060;
	color: #FFF;
	border-top: solid 1px #093F82;
	bottom: 0;
	padding-top: 100px;
	z-index: 0;
}

footer h2 {
	margin: 0;
}

footer p {
	margin: 0 0 4px 0;
}

div#footerwrapper {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
}

footer a,
footer a:visited {
	color: #FFF;
	text-decoration: none;
}

footer #footerwrapper div {
	width: 100%;
	height: auto;
	padding: 0;
}

article.werbung {
	width: 100%;
	padding: 0;
	margin: 30px 0;
}

#zurrbind {
	width: 100%;
	max-width: 150px !important;
	display: block;
}


@media only screen and (min-width: 700px) {
	
	header {
		font-size: 3.6vw;
	}
			
	div.parallax_wald {

	}

	div.wrapper {
		width: 90%;
		max-width: 1200px;
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 30px auto;
	}
	
	#main article.box33 {
		box-sizing: border-box;
		flex: 1;
		padding: 0;
		margin-right: 2%;
		background-color: #d04320;
		color: #FFF;
		float: left;
	}
	
	#main article img {
		min-width: 0;
		max-width: none;
	}
	
	article.box33 img {
		width: 100%;
		height: auto;
	}
	
	article.box33 p {
		padding: 5px 10px 5px 5px;
	}
	
	div.wrapper article:nth-child(3){
		margin-right: 0 !important;
	}
	
	.box60 {
		width: 100%;
	}
	
	.floatright {
		float: right;
	}
	
	.floatleft {
		float: left;
	}

	#main article #forstlibelle_02 {
		width: 35%;
		max-width: 305px;
		height: auto;
		float: right;
		transition: all 0.8s ease-in-out;
	}
	
	#main article #forstlibelle_03 {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 30px;
	}


	#main article #forstlibelle_04 {
		width: 50%;
		height: auto;
		margin: 0 20px 20px 0;
		float: left;
		transition: all 0.8s ease-in-out;
	}
	
	#forstlibelle_04:hover {
		transform: scale(1.5);
		margin-left: 12.5%;
		margin-top: 8.3%;
	}
		
	#footerspacer {
		height: 450px;
	}
	
	footer #footerwrapper div {
		width: 48%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	footer #footerwrapper div:last-child {
		margin-bottom: 0;
	}

	#forstlibelle_01 {
		width: 40%;
		height: auto;
		margin-left: 0px;
	}

	#gebrauchsmuster {
		width: 30%;
		max-width: 300px;
		float: left;
		margin: 0 30px 30px 0;
	}
	
}


@media only screen and (min-width: 1200px) {

	header {
		font-size: 40px;
	}
	
	#main article,
	#main > div {
		margin-left: auto;
		margin-right: auto;
	}
	
	#forstlibelle_01 {
		float: left;
	}
	
	.box60 {
		float: right;
		width: 55%;
	}
	
	#footerspacer {
		height: 200px;
	}
	
	footer {
		padding: 60x 0 0 0;
	}
	
	footer #footerwrapper div {
		float: left;
		width: 30%;
	}
	
}

