.hero-section {
  background:#000;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.hero-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.1;
}
.hero-content {
  width: 100%;
  max-width: 1230px;
  padding: 30px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-title {
  font-size: 100px;
  line-height: 85px;
  font-weight: 800;
  color: #FFF;
  text-shadow: 0 2px 2px #000;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50% 0px;
      -ms-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
  text-align: center;
}
.hero-subtitle {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  color: #FFF;
  font-size: 30px;
  line-height: 26px;
  text-align: center;
}
.hero-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn:first-child {
  margin-right: 10px;
	
	
}



/***************** Ab hier eigenes CSS *****************************/

a {
	text-decoration:none;
	transition: all ease 0.5s;
	/*color:#727272;*/
	color:#727272;
}

a:hover {
	color:#7b00b2;;
}





#inhalt {
	position:relative;
	font-family: 'Open Sans Condensed', sans-serif;
	padding:60px 30px 30px 30px;
	font-size:25px;
	background-color:#000;
	height: calc(100vh - 60px);
	color:#727272;
}


/**/
#headerInhalt {
	font-family: 'Open Sans Condensed', sans-serif;
	color:#727272;
	text-align:right;
	font-size:40px;
	height:95px;
	width: calc(100% - 40px);
	top:0px;
	left:0px;
	position:fixed;
	text-decoration:none;
	padding:20px 40px 0px 0px;
	z-index:3;
	background-color:rgba(000,000,000,0.6);
	/*background-color:rgba(170,239,030,0.4);*/
	/*background-color:rgba(183,069,248,0.6);*/
	/*background-color: chartreuse;*/
	border-bottom: 1px solid #000;
	-webkit-box-shadow: 3px 3px 10px 1px #000;  
  -moz-box-shadow:    3px 3px 10px 1px #000;  
  box-shadow:         -2px 3px 10px 2px #000;
}


#header {
	font-family: 'Open Sans Condensed', sans-serif;
	color:#727272;
	text-align:right;
	font-size:40px;
	height:140px;
	width: calc(100% - 40px);
	top:0px;
	left:0px;
	position:fixed;
	padding:20px 40px 0px 0px;
	z-index:3;
	/*background-color:rgba(000,000,000,0.6);*/
	/*border-bottom: 1px solid #000;
	-webkit-box-shadow: 3px 3px 10px 1px #000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  /*-moz-box-shadow:    3px 3px 10px 1px #000;  /* Firefox 3.5 - 3.6 */
  /*box-shadow:         -2px 3px 10px 2px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}



#headerInhalt .active {
	/*color:#5f007e; 
	color:#88f845;*/ 
	color:#7b00b2;
}

#headerInhalt li {
	float:right;
	padding:20px;
}




#logoInhalt {
	height: 85px;
	width:auto;
	float:left;
	padding-left:50px;
}


#logo {
	height: 320px;
	width:auto;
	float:left;
	padding-left:50px;
}

.logo {
	height:100%;
	width:auto;
}



.facebook {
	height: 60px;
	float:right;
	margin-right:0px;
}

#facebook {
	right:40px;
	position:absolute;
	bottom:20px;
	text-align:right;
	font-size: 18px;
}


#titel {
	font-size:40px;
	text-align:center;
	width:calc(100% - 40px);
	padding:20px;
	margin:40px 0px 100px 0px;
}


#VersuchZentrieren {
	position:relative;
	width:calc(100% - 200px);
	padding:0px 100px 0px 100px;
	/*background-color:blueviolet;*/
	height:auto;
	display: flex;
  align-items: center;
  justify-content: center;
	
}



.Zentriert {
	position:relative;
	height:auto;
	margin:15px;
	/*background-color:blue;*/
	text-align:center;
}

/*
.bild_angebot {
	margin:15px;
	transition: margin 0.5s;
}


.bild_angebot:hover {
	margin:5px;
}


.bild_about {
	margin:15px;
	transition: margin 0.5s;
}


.bild_about:hover {
	margin:5px;
}


.bild_kontakt {
	margin:15px;
	transition: margin 0.5s;
}


.bild_kontakt:hover {
	margin:5px;
}
*/






.Menupunkt a {
	position:absolute;
	/*background-color:#5f007e;*/
	background-color:rgba( 95, 0, 126, 0.8 );
	transition: all ease 0.5s;
	left:0px;
	height:auto;
	top:calc(50% - 30px);
	font-size:40px;
	width:100%;
	color:#727272;
	padding:20px 0px 20px 0px;
	text-align:center;
	
}



.Menupunkt a:hover {
	top:0px;
	height:calc(100% - 40px);
	background-color:rgba( 114, 114, 114, 0.8 );
	/*background-color:#727272;*/
	color:#5f007e;
}



.navigation {
	
	width:100%;
	height:auto;
	}




/*
.Zentriert {
	opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
	
	width:45%;
	heihgt:300px;
	background-color:blue;
	margin:20px;
	
}



.Zentriert.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

*/



#fusszeile {
	left:40px;
	position:absolute;
	bottom:20px;
	text-align:left;
	font-size: 18px;
}

.logoWebamorphose {
	height:20px;
	width:auto;
}


@media only screen and (max-width: 768px) {
  .hero-title {
    font-size: 48px;
    line-height: 56px;
    text-align: left;
  }
  .hero-subtitle {
    text-align: left;
  }
  .hero-btns {
    display: block;
  }
  .hero-btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
