@charset "UTF-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
}

a {
	color: rgb(37,97,79);
	text-decoration: none;
	}
a:hover {
	color: #000;
	}

h1, h2, h3, h4, ul, p {
	padding: 0 40px 0 40px;
	}
p, ul {
	font-size: 14px !important;
	line-height: 1.6em;
	color: rgba(51,51,51,1);
	}
h1, h2 {
	color: rgb(37,97,79);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 50px 0 50px 0;
	}


#logo{
	position: fixed;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 0 0 20px;
	}
#logo img {
width: 60%;
height: auto;
	}
#nav {
	margin: 0 20px 20px 0;
	text-align: right;
	}
#nav a {
	margin: 0 20px 0 0;
	color: rgb(37,97,79);
	text-decoration: none;
	font-size: 14px;
	}	

.box {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
margin: 0;
	}
.box_flex {
background-position: center;
background-repeat: no-repeat;
background-size: cover;		/* Positionierung Hintergrundbild */
width: 100%;
	}
	
.box_flex p	{
	padding: 0 50px 50px 40px !important;
	}

.layout {
margin: 0 auto 0 auto;
padding: 0 0;
width: 100%;
}

.bild {
	width: 100%;
	}
.bg {
	background-color: #eaeaea;
	}	
#boxbild01 {
	background-image: url(../images/peipp_hochzeit.jpg);
	background-size: cover;
	}
#boxbild02 {
	background-image: url(../images/peipp_weihnachten.jpg);
	background-size: cover;
	}
#boxbild03 {
	background-image: url(../images/peipp_alibaba.jpg);
	background-size: cover;
	}
	















@media screen and (max-width: 900px) {
h2, h3 {
	margin: 0 20px 0 20px;
	padding: 0;
	}
#logo{
	position: relative !important;
	padding: 0 !important;
	margin: 0 !important;
	}
#logo img {
width: 100%;
height: auto;
padding: 20px 0 0 0;
}
#nav {
	margin: 10px !important;
	text-align: center !important;
	}
h1, p {
	padding: 24px !important;
	}
p, ul {
	font-size: 16px !important;
	}
.box, box_flex {
	display: table;
	width: 100%;
	}
.box_flex p	{
	padding: 24px !important;
	}
#boxbild01, #boxbild02, #boxbild03 {
	width: 100%;
	height: 400px;
	}
}

