body, html{
	font-family: "arial";
	font-size: 20px;
}

a{
	color: #000;
}

header{
	text-align: center;
}

header img{
	width: 280px;
	max-width: 70%;
	/*display: none;*/
}

header p{
	width: 45%;
	margin: 0 auto;
	margin-top: 0;
	font-size: 18px;
}

.loader{
	width: 100%;
	height: 100vh;
	background-color: #fff;
	transition: background-color 1s;
}

p{
	margin: 25px 0;
}

.red{
	color: red;
}

.top_wrapper{
/*	transition: all 2.5s;
	opacity: 0;*/
	width: 70%;

	/*grid-gap: 20px;*/
	margin: 0 auto;
	padding-top: 40px;
}

.top_wrapper img{
	position: relative;
	width: 24%;
}

.middle_wrapper{
	width: 75%;
	margin: 0 auto;
	padding: 80px 0 40px;
}

.br_bt{
	margin-bottom: 0;
}

ul.partner li{
	margin-bottom: 10px;
}

.wasist_wrapper{
	width: 75%;
}

.wasist_wrapper .schrift{
	width: 240px;
}

.sorten{
	overflow: hidden;
}

.sorten .schmal{
	width: 300px;
	margin-top: 0;
}

.sortenbilder{
	margin: 0 auto;
	width: 100%;
	max-width: 675px;
	text-align: center;
}

.sortenbilder img{
	width: 220px;
	position: relative;
	max-width: 100%;
	transition: all 2s;
	opacity: 0;
}

.clearfix{
	position: relative;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.wrapper_jahreszeiten{
	padding-bottom: 100px;
}

.glas{
	position: absolute;
	bottom: -7px;
	width: 17%;
}

.jahreszeiten{
	float: right;
	width: 75%;
	text-align: right;
}

.wo_wrapper .schrift{
	height: 68px;
}

.wo_wrapper p:first-of-type{
	margin-top: 0;
}

.br_tp{
	margin-top: 0;
}

.maru_null{
	margin-bottom: 0;
}

.laden_wrapper p{
	width: 50%;
	float: left;
}

.laden_wrapper{
	position: relative;
}

.laden_wrapper .laden{
	position: absolute;
	bottom: -7px;
	width: 50%;
}

.footer{
	overflow: hidden;
	position: relative;
	width: 75%;
	margin: 0 auto;
	padding: 100px 0 60px;
}

.footer img{
	height: 55px;
}

.arbeit{
	width: 100%;
	margin: 10px 0 30px;
}

.arbeit h3{
	margin-top: 0;
}

.smaller{
	text-align: center;
}


.left{
	text-align: left;
	width: 33.333%;
	float: left;
}

.center{
	text-align: center;
	width: 33.333%;
	float: right;
}

.right{
	width: 33.333%;
	text-align: right;
	float: right;
}

.kleiner{
 	font-size: 0.8rem;
}

.smaller{
	display: inline-block;
}

.smaller h3{
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

table{
	/*width: 80%;
	max-width: 800px;*/
}

table td{
	vertical-align: top;
	padding: 0;
}

table td:first-child{
	width: 300px;
}

table td:last-child{
	width: calc(100% - 300px);
}

@media only screen and (max-width: 660px) {

	body, html{
		font-size: 16px;
	}
	.top_wrapper{
		width: 80%;
		padding-top: 20px;
	}

	.top_wrapper img:nth-child(7), .top_wrapper img:nth-child(8){
		display: none;
	}

	.top_wrapper img{
		width: 32%;
	}

	.middle_wrapper{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	header img{
		width: 250px;
	}

	header p{
		width: 70%;
		font-size: 14px;
	}

	.sortenbilder{
		width: 100%;
	}

	.sortenbilder img{
		width: 50%;
		float: left;
	}

	.wasist_wrapper{
		width: 100%;
	}

	.wasist_wrapper .schrift{
		width: 170px;
	}

	.wo_wrapper .schrift{
		height: 46px;
	}

	.footer img{
		height: 33px;
	}

	.laden_wrapper .laden, .glas{
	bottom: 0px;
}

	.laden_wrapper p{
		width: 60%;
	}

	.laden_wrapper .laden{
		position: relative;
		float: right;
	}

	.footer{
		padding-top: 60px;
	}

	.left{
	text-align: left;
	width: 100%;
	margin-top: 20px;
}

.center{
	text-align: left;
	width: 100%;
	margin-top: 20px;
}

.right{
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.smaller h3{
	text-align: left;
}

}

@media only screen and (max-width: 1330px) {

	.sorten .schmal{
		width: 100%;
	}

	.sortenbilder{
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1100px) {

	table{
		width: 100%;
	}

	


}

