body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../img/bg_bottom.jpg);
	background-position-y: bottom;
	background-repeat: repeat-x;
	background-size: auto;
	background-attachment: auto;
}

header {
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 166px;
	position: fixed;
	top: 00px;
	z-index: 100;
}

.kontakt_logo {
	background-color: #FFFFFF;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	height: 106px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.quick_kontakt {
	flex: 1;
	border: 0px green solid;
	height: 50px;
	margin-left: 30px;
	margin-top: auto;
	margin-bottom: auto;
}

.quick_kontakt > a > img {
	margin-right: 25px;
}

.quick_kontakt > a > img:hover {
  filter: opacity(75%);
}

.header_logo {
	flex: 1;
	border: 0px green solid;
	height: 50px;
	margin-right: 30px;
	text-align: right;
	margin-top: auto;
	margin-bottom: auto;
}

nav {
	background-color: #5FBF49;
	margin: 0px;
	margin-bottom: 6px;
	height: 54px;
	width: 100%;
}

.navbar {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	height: 54px;
	display: flex;
	flex-wrap: nowrap;

}


.navpoint {
	display: block;
	background-color: #5FBF49;
	line-height: 54px;
	border: 0px red solid;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.navpoint:hover {
	background-color: rgb(255,255,255,0.3);
}

.header_bild {
	position: static;
	background-color: #CCCCCC;
	width: 100%;
	height: 387px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,1)), url(../img/bg_start.jpg);
	background-size: cover;
	margin-top: 166px;
	background-position: center;
}

.header_container {
	max-width: 1200px;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header_slogan1 {
	padding-top: 150px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 2px 2px 5px #000000;
}

/*.header_slogan2 {
	padding-top: 20px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}*/

.header_slogan2 {
	padding-top: 20px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 8px #000000;
}


.header_kontakt_foto {
	background-image: url(../img/kontakt_foto.png), url(../img/kontakt_foto.png);
	background-blend-mode: normal, normal;
	filter: blur(0px), blur(15px);
	width: 260px;
	height: 290px;
	position: absolute;
	bottom: 80px;
	right: 100px;
	background-size: cover;
	z-index: 5;
}

.header_kontakt_foto_blur {
	background-image: url(../img/kontakt_foto_blur.png);
	filter: blur(25px);
	width: 260px;
	height: 290px;
	position: absolute;
	bottom: 80px;
	right: 100px;
	background-size: cover;
	z-index: 4;
}

main {
	position: static;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
}

.main_container {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	background: rgb(255,255,255,1);
	border: 5px #FFFFFF solid;
}

.main_cnt {
	flex: 2 1 40%;
	padding: 0px;
	border: 0px green solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 15px;
	padding-top: 15px;
}

.main_cnt_2cols {
	flex: 2 1 40%;
	padding: 0px;
	border: 0px green solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 15px;
	padding-top: 15px;
	border-top: 5px #FF2E17 solid;
}

.main_cnt_3cols {
	flex: 2 1 30%;
	padding: 0px;
	border: 0px green solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 15px;
	padding-top: 15px;
	border-top: 5px #FF2E17 solid;
}

h2 {
	text-align: center;
}
.main_content_row {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}

.main_content_col {
	flex: 50%;
	max-width: 50%;
	padding: 0px;
	z-index: 25;
}

.main_content_col_div_1 {
	min-width: 200px;
	height: 350px;
	border: 5px white solid;
	
	border-bottom: 0px white solid;
	border-right: 0px white solid;
}

.main_content_col_div_2 {
	min-width: 200px;
	height: 350px;
	border: 5px white solid;
	
	z-index: 2;
	border-right: 5px white solid;
	margin-right: -5px;
}

.main_content_col_div_3 {
	min-width: 200px;
	height: 350px;
	border: 5px white solid;
	
	margin-top: -100px;
	border-bottom: 0px white solid;
}

.main_content_col_div_4 {
	min-width: 200px;
	height: 350px;
	border: 5px white solid;
}

.main_content_col_div_5 {
	min-width: 200px;
	height: 350px;
	border: 5px white solid;
	
	margin-top: -105px;
	background-size: cover;
	z-index: -1;
}

/*.main_content_col > div {
	min-width: 200px;
	height: 350px;
	border: 5px white solid;
}
*/

.main_content_col > a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.main_content_text_hover_green {
	position: relative;
	display: block;
	height: 290px;
	margin-top: -115px;
	border: 0px red solid;
	background: rgb(95,191,73,0);
	transition: background-color 0.5s ease-out 50ms;
}

.main_content_text_hover_red {
	position: relative;
	display: block;
	height: 290px;
	margin-top: -115px;
	border: 0px red solid;
	background: rgb(255,46,23,0);
	transition: background-color 0.5s ease-out 50ms;
}

.main_content_col > a:hover .main_content_text_hover_red {
	background-color: rgb(255,46,23,0.8);
}

.main_content_col > a:hover .main_content_text_hover_green {
	background-color: rgb(95,191,73,0.8);
}

.main_content_text_hover {
	display: block;
	border: 0px green solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	color: rgb(255,255,255,0);
	text-align: left;
	line-height: 25px;
	margin: 15px;
	padding-top: 15px;
	transition: color 0.5s ease-out 50ms;
}

.main_content_col > a:hover .main_content_text_hover {
	color: rgb(255,255,255,1);
}

.main_content_col > a:active .main_content_text_hover {
	color: rgb(255,255,255,1);
}

.main_content_col > a > div > p {
	display: block;
	height: auto;
	width: auto;
	background-color: #FF2E17;
	top: 262px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 15px;
}

.main_content_col > a > div > p > img {
	  position: absolute;
	  bottom: 5px;
	  right: 5px;
}

.unternehmen_kopf {
	display: block;
	height: auto;
	width: auto;
	background-color: #FF2E17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 15px;	
}

.unternehmen_datum {
	display: block;
	height: auto;
	width: auto;
	background-color: rgb(255,46,23,0.25);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;	
}

.unternehmen_text {
	display: block;
	height: auto;
	width: auto;
	background-color: rgb(255,46,23,0.25);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;	
}

.team_kopf {
	display: block;
	height: auto;
	width: auto;
	background-color: #5FBF49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 15px;	
}

.team_container {
	width: 100%;
	min-height: 175px;
	height: auto;
	display: flex;
	flex-wrap: wrap;

}

.team_mitarbeiter {
	flex: 1 0 260px;
	min-height: 175px;
	height: auto;
	position: relative;
	margin-top: 25px;
}

.team_mitarbeiter > img {
	 border-radius: 50%;
}

.team_mitarbeiter_name {
	display: block;
	height: 25px;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: center;
	color: #FF2E17;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	bottom: 27px;
	padding: 5px;
}

.team_mitarbeiter_position {
	display: block;
	height: 25px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	bottom: 0px;
	position: absolute;
	padding: 5px;
}

.kontakt_kopf {
	display: block;
	height: auto;
	width: auto;
	background-color: #FF2E17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 15px;	
}

.kontakt_text {
	display: block;
	height: auto;
	width: auto;
	background-color: rgb(255,46,23,0.25);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: left;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;	
}

.kontakt_text > a {
	color: #000000;
	text-decoration: none;
}

.kontakt_text > a:hover {
	text-decoration: underline;	
}



.leistungen_kopf_gewerblich {
	display: block;
	height: auto;
	width: auto;
	background-color: #FF2E17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 15px;	
}

.leistungen_text_gewerblich {
	display: block;
	height: auto;
	width: auto;
	background-color: rgb(255,46,23,0.25);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: left;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;	
}

.leistungen_kopf_gewerblich > a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.leistungen_kopf_gewerblich > a:hover {
	text-decoration: underline;	
}

.leistungen_kopf_privat {
	display: block;
	height: auto;
	width: auto;
	min-width: 250px;
	background-color: #5FBF49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 15px;	
}

.leistungen_text_privat {
	display: block;
	height: auto;
	width: auto;
	background-color: rgb(95,191,73,0.25);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: left;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;	
}

.leistungen_kopf_privat > a {

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.leistungen_kopf_privat > a:hover {
	text-decoration: underline;	
}

footer {
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-height: 218px;
	margin-top: 20px;
	margin-bottom: 59px;
	margin-left: auto;
	margin-right: auto;
}

.footer_kontakt_container {
	width: 100%;
	min-height: 175px;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	flex-direction: row;
}

.footer_kontakt_points {
	flex: 1 1 auto;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px red solid;
	align-self: flex-end;
	min-height: 120px;
}

.footer_kontakt_points > img {
	float: right;
	margin-right: 25px;
}

.footer_kontakt_container_small {
	display: none;
}

.footer_kontaks_points_headline_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	height: 20px;
	border-left: 20px #FF2E17 solid;
}

.footer_kontaks_points_headline_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	height: 20px;
	border-left: 20px #5FBF49 solid;
}

.footer_kontaks_points_cnt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 30px;
}

.footer_kontaks_points_cnt > p > a {
	color: #000000;
	text-decoration: none;
}

.footer_kontaks_points_cnt > p > a:hover {
	text-decoration: underline;
}

.footer_rechtliches_container {
	width: 100%;
	height: 43px;
	display: flex;
	flex-wrap: wrap;
}

.footer_rechtliches_points  {
	display: block;
	line-height: 43px;
	border: 0px red solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

.footer_rechtliches_points > a {
	color: #000000;
	text-decoration: none;
}

.footer_rechtliches_points > a:hover {
	text-decoration: underline;
}

.gal_img {
	display: none;
	transition: 0.6s ease;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

input[type=text], input[type=email], input[type=tel], textarea {
	background-color: rgb(231,231,230,0.4);
	border: 2px solid rgb(231,231,230,1);
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	resize: none;
}

input[type=text], input[type=email], input[type=tel], textarea {
	background-color: rgb(231,231,230,0.4);
	border: 2px solid rgb(231,231,230,1);
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	resize: none;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, input[type=date]:focus, input[type=checkbox]:focus, input[type=radio]:focus, input[type=time]:focus, input[type=file]:focus {
	background-color: rgb(231,231,230,0.8);
}


input[type=submit], input[type=button] {
	background-color: rgb(255,46,23,1);
	border: 2px solid rgb(255,46,23,1);
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	resize: none;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: rgb(95,191,73,1);
	cursor: pointer;
}

@media screen and (max-width: 1100px) {
	.header_kontakt_foto {
		bottom: 30px;
		right: 50px;
	}

	.header_kontakt_foto_blur {
		bottom: 30px;
		right: 50px;
	}
	
	.main_content_col_div_3 {
		margin-top: -50px;
	}

	.main_content_col_div_5 {
		margin-top: -55px;
	}

	.footer_kontakt_container {
		display: none;
	}

	.footer_kontakt_container_small {
		width: 100%;
		min-height: 175px;
		height: auto;
		display: flex;
		align-items: stretch;
	}

	.footer_kontakt_points {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer_kontakt_points > img {
		height: 200px;
		width: auto;
	}

	.footer_kontaks_points_headline {
		font-size: 13pt;
	}

	.footer_kontaks_points_cnt {
		font-size: 13pt;
	}
	
}


@media screen and (max-width: 800px) {

	.quick_kontakt {
		margin-left: 15px;
	}

	.quick_kontakt > a > img {
		width: 40px;
		height: auto;
		margin-right: 15px;
	}

	.header_logo {
		margin-right: 15px;
	}

	.header_logo > a > img {
		width: 285px;
		height: auto;
	}

	.header_slogan1 {
		padding-top: 50px;
		padding-left: 20px;
		font-size: 12pt;
	}

	.header_slogan2 {
		padding-top: 20px;
		padding-left: 20px;
		font-size: 26pt;
	}

	.header_kontakt_foto {
		bottom: 0px;
		right: 20px;
	}

	.header_kontakt_foto_blur {
		bottom: 0px;
		right: 20px;
	}

	.main_content_col {
		flex: 100%;
		max-width: 100%;
	}

	.main_content_col_div_1 {
		border-bottom: 0px white solid;
		border-right: 5px white solid;
		background-size: cover;
	}

	.main_content_col_div_2 {
		z-index: 2;
		border-right: 5px white solid;
		margin-right: 0px;
		border-bottom: 0px white solid;
		background-size: cover;
	}

	.main_content_col_div_3 {
		margin-top: 0px;
		border-bottom: 0px white solid;
		background-size: cover;
	}
	
	.main_content_col_div_4 {
		border-bottom: 0px white solid;
		background-size: cover;
	}

	.main_content_col_div_5 {
		margin-top: 0px;
		background-size: cover;
		z-index: -1;
	}

	.footer_kontakt_container {
		display: none;
	}

	.footer_kontakt_container_small {
		width: 100%;
		min-height: 175px;
		height: auto;
		display: flex;
		align-items: stretch;
	}

	.footer_kontakt_points {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.footer_kontakt_points > img {
		height: 200px;
		width: auto;
	}
	
	.footer_kontaks_points_headline_red, .footer_kontaks_points_headline_green {
		font-size: 11pt;
	}

	.footer_kontaks_points_cnt {
		font-size: 11pt;
	}
	
}


@media screen and (max-width: 600px) {

	.quick_kontakt {
		margin-left: 10px;
	}

	.quick_kontakt > a > img {
		width: 30px;
		height: auto;
		margin-right: 10px;
	}

	.header_logo {
		margin-right: 10px;
	}

	.header_logo  > a > img {
		width: 240px;
		height: auto;
	}

	nav {
		background-color: #5FBF49;
		margin: 0px;
		margin-bottom: 6px;
		height: 54px;
		width: 100%;
	}

	.navbar {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
		width: 100%;
		height: 54px;
		display: flex;
		flex-wrap: nowrap;
	}


	.navpoint {
		display: block;
		background-color: #5FBF49;
		line-height: 54px;
		border: 0px red solid;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration: none;
	}

	.header_kontakt_foto {
		width: 179px;
		height: 200px;
		bottom: 0px;
		right: 20px;
	}

	.header_kontakt_foto_blur {
		width: 179px;
		height: 200px;
		bottom: 0px;
		right: 20px;
	}

	.footer_kontakt_container {
		display: none;
	}

	.footer_kontakt_container_small {
		width: 100%;
		min-height: 170px;
		height: auto;
		display: flex;
		align-items: stretch;
	}

	.footer_kontakt_points {
		padding-left: 3px;
		padding-right: 3px;
	}
	
	.footer_kontakt_points > img {
		height: 125px;
		width: auto;
		float: right;
		margin-right: 2px;
	}
	
	.footer_kontaks_points_headline_red {
		font-size: 9pt;
		padding-left: 3px;
		height: 12px;
		border-left: 12px #FF2E17 solid;
	}

	.footer_kontaks_points_headline_green {
		font-size: 9pt;
		padding-left: 3px;
		height: 12px;
		border-left: 12px #5FBF49 solid;
	}

	.footer_kontaks_points_cnt {
		font-size: 9pt;
		padding-left: 12px;
	}
	.footer_rechtliches_points  {
		display: block;
		line-height: 25px;
		font-size: 9pt;
		padding-left: 5px;
		padding-right: 5px;
	}
}


