
@charset "utf-8";
* {
	font-family: "Open Sans", sans-serif;
	text-align: center;
}


/*Anfang Elemente*/
.nav{
	max-width: 565px;
	margin: auto;
}

.article1{
	margin: 5% 2%;
	max-width: 500px;
	height: auto;
	position:static;
	display: inline-block;
}
.article2{
	margin:3% 0.5%;
	padding: 2% 1%;
	max-width: 320px;
	background: white;
	height: auto;
	position:static;
	display: inline-block;
}
.article2:hover{
	margin:3% 0.5%;
	padding: 2% 1%;
	max-width: 320px;
	background: white;
	height: auto;
	position:static;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 10px rgba(182,182,182,1.00);
	box-shadow: 0px 0px 10px rgba(182,182,182,1.00);
}
.article3{
	margin: 5% 2%;
	max-width: 400px;
	max-height: 400px;
	position:static;
	display: inline-block;
}
.article3:hover{
	margin: 5% 2%;
	max-width: 400px;
	max-height: 400px;
	position: static;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 10px rgba(182,182,182,1.00);
	box-shadow: 0px 0px 10px rgba(182,182,182,1.00);
}



.article4{
	margin: 10%;
	max-width: 500px;
	height: auto;
	position: static;
	display: inline-block;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50px;
}
@media screen and (max-width : 500px){
.article4{
	margin: 10%;
	max-width: 300px;
	height: auto;
	position: static;
	display: inline-block;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50px;
}
}
.article5{
	margin: 5% 2%;
	max-width: 1200px;
	height: auto;
	position:static;
	display: inline-block;
}
.article6{
	margin: 2% 0.5%;
	padding: 1% 1%;
	max-width: 200px;
	background: white;
	height: auto;
	position: static;
	display: inline-block;
	border-radius: 0px;
}
.article7{
	margin: 2% 0.5%;
	max-width: 300px;
	height: auto;
	position:static;
	display: inline-block;
}
.box2{
	margin-left: 0.32%;
	padding: 1%;
	max-width: 390px;
	display: inline-block;
	margin-top: 1.5%;
	margin-bottom: 4%;
	background-color: white;
}
.vorteile{
	margin: 5% 1%;
	max-width: 500px;
	height: auto;
	position: static;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 10px rgba(182,182,182,1.00);
	box-shadow: 0px 0px 10px rgba(182,182,182,1.00);
}
.vorteile2{
	margin: 1% 1% 5% 1%;
	max-width: 430px;
	height: auto;
	position: static;
	display: inline-block;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 18px;
}


p{
	color: gray;
}
.bold{
	font-weight: bold;
}
.darkgrey{
	color:dimgrey;
}
.gray{
	background-color:rgba(231,231,231,1.00);
}
.orange{
	color:orange;
}
.white{
	color:white;
}
.title {
	width: 58.593%; /*750px/1280px*/
	height: 31.25%;/*250px/800px*/
	margin: auto;
	padding-top: 10%;
	padding-bottom: 10%; 
}
.title2 {
	max-width: 1000px; /*750px/1280px*/
	margin: auto;
	padding-top: 1%;
}

/*Ende Elemente*/


/*Start Bilder*/
#home1 {
	background-image:url(../inhalt/img/Fotolia_123584568.jpg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
}

/*Ende Bilder*/

/* pop up Bild */
 /* Pop Up-Code: http://codepen.io/imprakash/pen/GgNMXO*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #111;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
/* pop up ende */


/*Start Button*/

.button {
	margin: 0px auto 50px auto;
	width: 100px;
	overflow: hidden;
	background-color: orange;
	display: inline-block;
	color: white;
	text-align: center;
	padding: 8px 10px;
	text-decoration: none;
	border-radius: 50px;
	
}
.button:hover {background-color: orangered;
}
a:link {
	color: gray;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*Ende Button*/

/*Anfang Footer*/
/*Footer Code: http://tutorialzine.com/2015/01/freebie-5-responsive-footer-templates/ */


.footer-distributed{
	background-color:whitesmoke;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font:16px sans-serif;

	padding: 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer links */

.footer-distributed .footer-left{
	width: 40%;
}

/* Footer Logo */

.footer-distributed h3{
	color: gray;
	font: 36px;
	margin: 0;
}

.footer-distributed h3 span{
	color:  gray;
}

/* Footer Link */

.footer-distributed .footer-links{
	color:  gray;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:whitesmoke;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Mitte */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:whitesmoke;
	color: gray;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: gray;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  gray;
	text-decoration: none;;
}


/* Footer rechts */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  gray;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  gray;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
/*SocialMedia Icons werden ergänzt, sobald die Firma vorbereitet ist. Deshalb hier bereits vorhanden.*/
.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 2px;

	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Responsive Footer*/

@media (max-width: 880px) {

	.footer-distributed{
		font: 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
