@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
	font-family: 'Open Sans', sans-serif;
}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
	z-index:1000;
}
.MaxBreite {
	margin:auto;
}
.StartSeiteLogo {
	width:30%;
}

a {
	color:#FFF;
}
.error {
	border:1px solid #FFF;
	background-color:#777;
}

fieldset {
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #404040;
}
	form fieldset:last-child {
		border:0px;
	}
	label {
		float:left;
		width:30%;
	}
	input, textarea {
		border:1px solid #777;
		padding:3px;
		font-family: 'Open Sans', sans-serif;
		font-size:12px;
		color:#333;
		float:left;
		width:70%;
	}
	.BTN {
		background-color:#FFF;
		color:#333;
		width:40%;
		cursor:pointer;
		padding:10px;
	}


.Module_Box1 {
	width:100%;
	display:table;
	height:auto;
	border:0px solid #CCC;
	padding:15px;
	background-color:rgba(255,255,255,0.05);
}
	.Module_Box1_Row {
		display:table-row;
		height:auto;
	}
	.Module_Box1 .module_photo_1 {
		display:table-cell;
		width:40%;
		padding-right:0px;
		height:auto;
	}
	.Module_Box1 .module_text {
		display:table-cell;
		vertical-align:middle;
		width:60%;
		padding-left:0px;
		height:auto;
	}
.Module_Box2 {
	width:100%;
	display:table;
	height:auto;
	background-color:rgba(255,255,255,0.05);
	padding:15px;
}
	.Module_Box2_Row {
		display:table-row;
		height:auto;
	}
	.Module_Box2 .module_photo_1 {
		display:table-cell;
		width:40%;
		padding-right:0px;
		height:auto;
	}
	.Module_Box2 .module_text {
		display:table-cell;
		vertical-align:middle;
		width:60%;
		padding-left:0px;
		height:auto;
	}
	
	
.Module_PhotoGesameBreite {
	width:100%;
}
.Module_2Photo {
	width:100%;
}
	.Module_2Photo .module_photo_1 {
		float:left;
		width:50%;
		padding-right:10px;
	}
	.Module_2Photo .module_photo_2 {
		float:left;
		width:50%;
		padding-left:10px;
	}
.Module_3Photo {
	width:100%;
	display:table;
}
	.Module_3Photo .module_photo_1 {
		display:table-cell;
		width:33.33%;
		padding-right:0px;
		padding:10px;
	}
	.Module_3Photo .module_photo_2 {
		display:table-cell;
		width:33.33%;
		padding-left:0px;
		padding:10px;
	}
	.Module_3Photo .module_photo_3 {
		display:table-cell;
		width:33.33%;
		padding-left:0px;
		padding:10px;
	}
	
.DivModuleTextblock {
	width:100%;
	text-align:left;
}
.DivModule2Textblock {
	width:100%;
	display:inline-table;
}
	.DivModule2Textblock .text1 {
		width:50%;
		float:left;
		padding-right:20px;
		text-align:justify;
	}
	.DivModule2Textblock .text2 {
		width:50%;
		float:left;
		padding-left:20px;
		text-align:justify;
	}
	
.KontaktBox {
}
	.KontaktBox h2 {
		margin-bottom:40px;
		font-size:32px;
	}
	.KontaktBox .mail {
		float:left;
		width:50%;
		text-align:right;
		padding-right:15px;
	}
	.KontaktBox .tel {
		text-align:left;
		padding-left:15px;
	}


.Padding {
	padding:40px;
	padding-left:0px;
	padding-right:0px;
}
h1, h2, h3, h4 {
	color:#FFF;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:36px;
	font-weight:lighter;
	margin-bottom:30px;
}
h2 {
	font-size:18px;
	font-weight:lighter;
	margin-bottom:10px;
}
h3 {
	font-weight:lighter;
	font-size:22px;
	margin-bottom:10px;
}
.PhotoBreite {
	width:100%;
	height:400px;
	overflow:hidden;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.LinkButton {
	border:1px solid #FFF;
	padding:10px;
	text-align:center;
	width:100%;
	color:#FFF;
	text-decoration:none;
	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
}
	.LinkButton:hover {
		background-color:rgba(255,255,255,0.2);
		-webkit-transition: background-color 100ms linear;
		-moz-transition: background-color 100ms linear;
		-o-transition: background-color 100ms linear;
		-ms-transition: background-color 100ms linear;
	}



.TeaserDiv {
	width:100%;
	margin-top:-150px;
	margin-bottom:-50px;
}
.Teaser {
	background-color:#2D2D2D;
	padding:10px;
	width:100%;
}
	.Teaser img {
		width:100%;
		display:block;
	}	
	.Teaser a {
		display:block;
		margin-top:10px;
	}
	.Teaser a:first-child {
		margin-top:0px;
		opacity:0.5;
		-webkit-transition: opacity 200ms linear;
		-moz-transition: opacity 200ms linear;
		-o-transition: opacity 200ms linear;
		-ms-transition: opacity 200ms linear;
	}
	.Teaser a:first-child:hover {
		margin-top:0px;
		opacity:1;
		-webkit-transition: opacity 200ms linear;
		-moz-transition: opacity 200ms linear;
		-o-transition: opacity 200ms linear;
		-ms-transition: opacity 200ms linear;
	}

body, html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-size:14px;
	line-height:24px;
}


.Navigation, .NavigationAKTIV {
	color:#FFF;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
	padding:5px;
	font-weight:lighter;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	cursor:pointer;
}
.Navigation:hover, .NavigationAKTIV {
	background-color:#777;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
}




.DivProjekt {
	width:100%;
	margin-bottom:25px;
	margin-top:5px;
	text-align:left;
	display:table;
	border:1px solid #777;
	padding:5px;
	background-color:rgba(200,200,200,0.1);
}
	.DivProjektText {
		width:30%;
		height:auto;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		padding-left:15px;
	}
	.DivProjekt .Photo {
		width:70%;
		height:auto;
		text-align:left;
		display:table-cell;
	}
		.DivProjekt img {
			width:12%;
			float:right;
			margin:0px;
			margin-left:5px;
		}
	.DivProjekt h3 {
		margin-bottom:5px;
	}

.Footer {
	background-color:#FFF;
	width:100%;
	padding:0px;
	color:#666;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
	.Footer a {
		color:#333;
	}
	.Footer .cell:nth-child(2) {
		text-align:right;
		vertical-align:bottom;
	}

ul {
}
.DivContent li {
	list-style-image:url(img/icon_star.png);
	margin-left:20px;
}

.LinkEmail, .LinkTel {
	display:inline-block;
	width:300px;
	text-align:center;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(img/icon_mail.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	padding-left:0px;
	margin-right:0px;
	padding-top:70px;
}
.LinkTel {
	background-image:url(img/icon_tel.png);
}
.LinkEmail:hover {
	text-decoration:underline;
}

.BackgroundGrau {
	background-color:#2D2D2D;
}
.BackgroundWhite {
	background-color:#FFF;
}
	.BackgroundWhite * {
		color:#333 !important;
	}