@charset "UTF-8";

body{
	background-color: #FAFAFA;
}

h1 {
	float:left;
}


.topstyle{
	padding-top: 5px;
}

.arzt1 {
	width: 100%;
	height: 200px;
	background-image: url(../images/Pics/PeterMitsch.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.arzt2 {
	width: 100%;
	height: 200px;
	background-image: url(../images/Pics/DieterDundler.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.gesundheit {
	width: 100%;
	height: 450px;
	background-image: url(../images/Pics/tier_gesundheit.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

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

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

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

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

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

.weidegans {
	width: 100%;
	height: 150px;
	background-image: url(../images/../images/Graphics/Goose2.svg);
	/*background-size: ;*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.weidegansverband {
	width: 100%;
	height: 150px;
	background-image: url(../images/image.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.weidehuhn {
	width: 100%;
	height: 450px;
	background-image: url(../images/../images/Graphics/Chicken2.svg);
	/*background-size: ;*/
    background-repeat: no-repeat;
    /*background-position;*/
}

.weideente {
	width: 100%;
	height: 450px;
	background-image: url(../images/../images/Graphics/Duck2.svg);
	/*background-size: ;*/
    background-repeat: no-repeat;
    /*background-position;*/
}

.freilandei {
	width: 100%;
	height: 450px;
	background-image: url(../images/../images/Graphics/Egg.svg);
	/*background-size: ;*/
    background-repeat: no-repeat;
    /*background-position;*/
}

.feldsonnenblume {
	width: 100%;
	height: 450px;
	background-image: url(../images/../images/Graphics/Sunflower.svg);
	/*background-size: ;*/
    background-repeat: no-repeat;
    /*background-position;*/
}

.feldkuerbis {
	width: 100%;
	height: 450px;
	background-image: url(../images/../images/Graphics/Pumpkin.svg);
	/*background-size: ;*/
    background-repeat: no-repeat;
    /*background-position;*/
}

.felderdapfel {
	width: 100%;
	height: 450px;
	background-image: url(../images/../images/Graphics/Potato.svg);
	/*background-size: ;*/
    background-repeat: no-repeat;
    /*background-position;*/
}

.picpadding{
	padding: 70px;
}



@media (max-width:767px){
	.weideente {
		height: 250px;
		background-position: 50% 50%;
	}
	
	.picpaddingnogoose {
		padding: 20px;
	}
}
/*@media (max-width:1300px) {
	.weidegans {
		height: 400px;
	}
}*/


.allgemein {
	height: 100%;
}

.p1 {
	color: #454545;
	font-size: 1.6em;
	text-align: justify;
	padding: 0 40px 60px 40px;
}

.p2 {
	color: #454545;
	font-size: 1.1em;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

.h1 {
	color: #454545;
	font-size: 3em;
	padding: 70px 40px 0 40px;
}

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

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

.footerrow {
	color: #454545; 
}

