@charset "utf-8";


img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

html, body{
	height: 100%;
	background-color: #7d9b50;
}


/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	size: auto; /*100%*/
	display: block;
	overflow: hidden;
	background-color: #7d9b50;
}
#navoben {
	display: none;
}
#navli {
	display: none;
}
#navliimg {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 5px;
	max-width: 22px;
	cursor: pointer;
	position: fixed;
	z-index: 22;
	left: 0%;
}
#oben {
	display: block;
	height: 145px;
	padding-top: 70px;
	background-color: #FFF;
	overflow: hidden;
	top: 0%;
}
#oben img {
	height: 46px;
	width: auto;
	display: block;
	margin: auto;
	top: 0%;
	overflow: hidden;
}
#seitenname {
	width: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14pt;
	color: #7d9b50;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
}
#projekttext {
	width: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	line-height: 12.5pt;
	color: #b0a79e;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
}
#inhalt_index {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	line-height: 12.5pt;
	color: #fff;
	text-align: center;
	min-height: 350px;
	background-color: #7d9b50; 
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 60px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_index img {
	max-height: 95%;
	max-width: 95%;
	border: 5px solid #fff; 
	border-radius: 134px;
	margin-bottom: 30px;
}
#inhalt_contact {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	line-height: 12.5pt;
	color: #fff; 
	text-align: center;
	min-height: 350px;
	background-color: #7d9b50;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 60px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_contact a {
	color: #fff; 
}
#inhalt_imprint {
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	font-size: 9pt;
	line-height: 12.5pt;
	color: #fff;
	text-align: center;
	min-height: 350px;
	background-color: #7d9b50;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 60px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_work {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	line-height: 12.5pt;
	color: #fff;
	text-align: center;
	min-height: 350px;
	background-color: #7d9b50;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 60px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_work img {
	max-height: 95%;
	max-width: 95%;
	border: 5px solid #fff;
	border-radius: 124px;
	margin-bottom: 30px;
}	
#inhalt_projekt {
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	font-size: 9pt; 
	line-height: 12.5pt;
	color: #b0a79e;
	text-align: center;
	min-height: 350px;
	background-color: #7d9b50;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 60px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_projekt img {
	display: flex;
	align-items: center;
	max-width: 244px;
	height: auto;
	margin: auto;
	padding-bottom: 8px;
}
#navre {
	display: none;
}
#navreimg {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 22px;
	padding-right: 5px;
	cursor: pointer;
	position: fixed;
	z-index: 24;
	right: 0%;
}
#navunten {
	display: block;
	margin: auto;
	height: 35px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	background-color: #7d9b50;
	z-index: 25;
	position: fixed;
	bottom: 0%;
	left: 0%;
}
#navunten img {
	max-height: 22px;
	padding-top: 8px;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	size: auto;
	display: block;
	overflow: hidden;
	background-color: #7d9b50;
}
#navoben {
	display: block;
	height: 45px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	z-index: 20;
	position: fixed;
	top: 0%;
	left: 0%;
}
#navli {
	display: block;
	height: 100%;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	position: fixed;
	z-index: 21;
	margin: 0%;
	left: 0%;
}
#navliimg {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 33px;
	padding-left: 8px;
	cursor: pointer;
	position: fixed;
	z-index: 22;
	left: 0%;
}
#oben {
	display: block;
	width: 100%;
	height: 300px;
	background-color: #FFF;
	overflow: hidden;
	top: 0%;
}
#oben img {
	display: block;
	margin: auto;
	margin-top: 95px;
	height: 70px;
	width: auto;
}
#seitenname {
	width: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 600;
	font-size: 16pt;
	color: #7d9b50;
	text-align: center;
	padding-top: 9px;
}
#projekttext {
	width: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 11.5pt;
	line-height: 15pt;
	color: #b0a79e;
	text-align: center;
	padding-top: 9px;
}
#inhalt_index {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 11.5pt;
	line-height: 15pt;
	color: #fff;
	text-align: center;
	min-height: 450px;
	background-color: #7d9b50;
	padding-top: 50px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_index img {
	height: 265px;
	width: 265px;
	border: 5px solid #fff;
	border-radius: 134px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#inhalt_contact {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 11.5pt;
	line-height: 15pt;
	color: #fff;
	text-align: center;
	min-height: 450px;
	background-color: #7d9b50;
	padding-top: 50px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_contact a {
	color: #fff;
}
#inhalt_imprint {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 11.5pt;
	line-height: 15pt;
	color: #fff;
	text-align: center;
	min-height: 450px;
	background-color: #7d9b50;
	padding-top: 50px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_work {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 11.5pt;
	line-height: 15pt;
	color: #fff;
	text-align: center;
	min-height: 450px;
	background-color: #7d9b50;
	padding-top: 50px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_work img {
	height: 244px;
	width: 244px;	
	border: 5px solid #fff;
	border-radius: 124px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#inhalt_projekt {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 11.5pt;
	line-height: 15pt;
	color: #fff;
	text-align: center;
	min-height: 450px;
	background-color: #7d9b50;
	padding-top: 50px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_projekt img {
	display: flex;
	align-items: center;
	max-width: 600px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.reihe{
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	max-width: 756px;
	margin-left: auto;
	margin-right: auto;
}
.box1 {
	background-color: #7d9b50;
	text-align: center;
	flex: 1 1 244px;
}
.box2 {
	background-color: #7d9b50;
	text-align: center;
	flex: 1 1 500px;
}
#navre {
	display: block;
	height: 100%;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	position: fixed;
	z-index: 23;
	margin: 0%;
	right: 0%;
}
#navreimg {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 33px;
	padding-right: 8px;
	cursor: pointer;
	position: fixed;
	z-index: 24;
	right: 0%;
}
#navunten {
	display: block;
	margin: auto;
	max-height: 45px;
	width: 100%;
	padding-bottom: 8px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	z-index: 25;
	position: fixed;
	bottom: 0%;
	left: 0%;
}
#navunten img {
	max-height: 33px;
}
}

/* Desktoplayout: 769 bis maximal 1232 px. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	size: auto;
	display: block;
	overflow: hidden;
	background-color: #7d9b50;
}
#navoben {
	display: block;
	height: 50px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	z-index: 20;
	position: fixed;
	top: 0%;
	left: 0%;
}
#navli {
	display: block;
	height: 100%;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	position: fixed;
	z-index: 21;
	margin: 0%;
	left: 0%;
}
#navliimg {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 40px;
	padding-left: 12px;
	cursor: pointer;
	position: fixed;
	z-index: 22;
	left: 0%;
}
#oben {
	display: block;
	width: 100%;
	height: 400px;
	background-color: #FFF;
	overflow: hidden;
	top: 0%;
}
#oben img {
	display: block;
	margin: auto;
	margin-top: 145px;
	height: 93px;
	width: auto;
	top: 0%;
}
#seitenname {
	width: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18pt;
	color: #7d9b50;
	text-align: center;
	margin-top: 20px;
}
#projekttext {
	width: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13pt;
	line-height: 17.5pt;
	color: #b0a79e;
	text-align: center;
	margin-top: 20px;
}
#inhalt_index {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13pt;
	line-height: 17.5pt;
	color: #fff;
	text-align: center;
	min-height: 550px;
	background-color: #7d9b50;
	padding-top: 70px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 120px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_index img {
	height: 265px;
	width: 265px;
	border: 5px solid #fff;
	border-radius: 134px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#inhalt_contact {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13pt;
	line-height: 17.5pt;
	color: #fff;
	text-align: center;
	min-height: 550px;
	background-color: #7d9b50;
	padding-top: 70px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 120px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_contact a {
	color: #fff;
}
#inhalt_imprint {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13pt;
	line-height: 17.5pt;
	color: #fff;
	text-align: center;
	min-height: 550px;
	background-color: #7d9b50;
	padding-top: 70px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 120px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_work {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13pt;
	line-height: 17.5pt;
	color: #fff;
	text-align: center;
	min-height: 550px;
	background-color: #7d9b50;
	padding-top: 70px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 120px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_work img {
	height: 244px;
	width: 244px;
	border: 5px solid #fff;
	border-radius: 124px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#inhalt_projekt {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13pt;
	line-height: 17.5pt;
	color: #fff;
	text-align: center;
	min-height: 550px;
	background-color: #7d9b50;
	padding-top: 70px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 120px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#inhalt_projekt img {
	display: flex;
	align-items: center;
	max-width: 748px;
	margin: auto;
	padding-right: 8px;
	padding-bottom: 8px;
}
#navre {
	display: block;
	height: 100%;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	position: fixed;
	z-index: 23;
	margin: 0%;
	right: 0%;
}
#navreimg {
	height: 100%;
	display: flex;
	align-items: center;		
	max-width: 40px;
	padding-right: 12px;
	cursor: pointer;
	position: fixed;
	z-index: 24;
	right: 0%;
}
#navunten {
	display: block;
	margin: auto;
	max-height: 50px;
	width: 100%;
	padding-bottom: 12px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	z-index: 25;
	position: fixed;
	bottom: 0%;
	left: 0%;
}
#navunten img {
	max-height: 40px;
}
}
