﻿
#bild-330 img {
	display: block;
}
#cont-326 {
	background: var(--blacktransp);
	color: white;
	text-align: center;
	max-width: 380px;
	width: 90%;
	margin-left: 10%;
	padding-top: 20px;
}
#cont-326 h2 {
	color: white;
}
#cont-331 {
	background: var(--brauntransp);
	width: 40%;
	min-width: 500px;
	background-size: cover !important;
	bottom: 0;
	right: 10%;
	background-position: 50% 50% !important;
	position: absolute;
	transition: .3s ease;
}
#cont-324 {
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 100px 0 130px 0;
	position: relative;
	margin-bottom: 90px;
}
#cont-302 {
	background-image: url(../media/buch.jpg);
	background-position: 46% 65%;
}
#text-335 {
	width: 80%;
	margin: 0px auto;
	margin-top: 5%;
	margin-bottom: 5%;
	//color: #fff;
	text-align: center;
}
@media(max-width: 800px) {
	#cont-326 {
		max-width: 260px;
	}
}

@media(max-width: 600px) {
	#cont-331 {
		width: 100%;
		margin: 0;
		min-width: 200px;
		position: static;
	}
}

@media(max-width: 1200px) and (min-width:601px) {
	#cont-331 {
		right: 8%;
	}
}
