@charset "UTF-8";

body{
	background-color: #B59965;
}

h1 {
	float:left;
}

.topstyle{
	padding-top: 5px;
}

.mandlpic {
	width: 100%;
	height: 500px;
	background-image: url(../images/Pics/familienfoto.JPG);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width:1300px) {
	.mandlpic {
		height: 500px;
	}
}

.juergen {
	width: 100%;
	height: 500px;
	background-image: url(../images/Pics/juergen.JPG);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.manu {
	width: 100%;
	height: 500px;
	background-image: url(../images/Pics/manu_pic.JPG);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.marlene {
	width: 100%;
	height: 500px;
	background-image: url(../images/Pics/marlene.JPG);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width:1300px) {
	.subpic {
		height: 400px;
	}
}


.allgemein {
	height: 100%;
}

.p1 {
	color: white;
	font-size: 1.6em;
	text-align: justify;
	padding: 0 40px 20px 40px;
	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto;
}
.h1 {
	color: white;
	font-size: 3em;
	padding: 60px 40px 0px 40px;
}

@media (min-width:768px) and (max-width:991px) {
	.h1 {
		font-size: 3em !important;
		padding: 20px 15px 0px 15px;
	}
	.p1 {
		font-size: 1.3em !important;
		padding: 0 15px 40px 15px;
	}
}

@media (max-width:767px){
	
	.h1 {
		font-size: 3em !important;
		padding: 20px 15px 0px 15px;
	}
	.p1 {
		font-size: 1.2em !important;
		padding: 0 15px 40px 15px;
	}
}

