.page {
	width: 100%;
	z-index: 0;
	}
/*media query bestimmt die Inhaltsbreite--*/
.media_query, .frame-layout-maxwidth, .frame-maxwidth {
	position: relative;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	}
/*Sections ------------------------------*/
.section_feature {
	position: relative;
	}
.section_meta {
	float: left;
	}
.section_header {
	z-index: 0;
	}
.section_header_hg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	}
.section_banner_top {
	height: 40px;
	z-index: 10;
	}
.section_banner {
	z-index: 0;
	overflow: hidden;
	}
.section_banner .zweidrittel_rechts_container {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgba(80,80,80,0.9) !important;
	}
.section_banner_hg {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	}
.section_banner_bottom {
	height: 40px;
	z-index: 1;
	margin-bottom: -40px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 5px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 5px;
	}
.section_title {
	z-index: 0;
	overflow: hidden;
	}
.section_content {
	padding-top: 100px;
	z-index: 0;
	overflow: hidden;
	}

.section_service {
	z-index: 0;
	overflow: hidden;
	}
.section_service h2 {
	font-size: 250%;
	
	}

.section_contact {
	z-index: 0;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	}
.section_footer {
	overflow: hidden;
	}
.section_footer_hg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	}
/*section-Inhalte-----------------------
*/
.header {
	z-index: 0;
	min-height: 80px;
	}
.banner {
	z-index: 0;
	}
.banner > .frame-default:first-child {
	
	}
.banner > .frame-default {
	
	
	}
.banner > .frame-default:last-child {
	
	
	}
.title > .frame-default:first-child {
	padding-top: 100px;
	}
.title > .frame-default {
	padding-bottom: 50px;
	
	}
.title > .frame-default:last-child {
	padding-bottom: 100px;
	
	}
.content-eins > .frame-default:first-child {
	padding-top: 100px;
	}
.content-eins > .frame-default {
	padding-bottom: 50px;
	
	}
.content-eins > .frame-default:last-child {
	padding-bottom: 100px;
	
	}
.service > .frame-default:first-child {
	padding-top: 100px;
	}
.service > .frame-default {
	padding-bottom: 50px;
	
	}
.service > .frame-default:last-child {
	padding-bottom: 100px;
	
	}
.contact > .frame-default:first-child {
	padding-top: 100px;
	}
.contact > .frame-default {
	padding-bottom: 50px;
	
	}
.contact > .frame-default:last-child {
	padding-bottom: 100px;
	
	}
.footer {
	min-height: 300px;
	padding-bottom: 20px;
	}
/*mobil first style -----------------------
*/
.asside_content {
	display: flex;
	justify-content: space-around;
	}
.asside_content .content {
	flex: 5;
	}
.content-eins, content-zwei {
	
	}
.asside_content .asside {
	padding-top: 100px;
	padding-bottom: 50px;
	flex: 1;
	}
.asside_content .asside .flex > div {
	padding-right: 0;
	}
.asside_content .asside.s1, .asside_content .content.s1 {
	margin-right: 4%;
	}
@media (max-width:1024px) {
  div.section_service {
		background-repeat: no-repeat;
		background-attachment: scroll !important;
		}
}
@media (max-width:768px) {
	.asside_content .asside {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		}
	.asside_content .content {
    width: 100%;
    }
	.asside_content {
    display: block;
  }
}
