/* Reset & Base Styles */
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*line-height: 1.6;*/
   
}

div{
/*border: yellow thin solid;*/
}

.orange{
	color: #ff8d02;
	/*color: #ff8d02;*/
	}
.container {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 150px 15px 0px 15px;
    text-align: left;
}

.container a{
	color: #FFFFFF;
	text-decoration: text-decoration-line;
}
.container a:hover{
	color:#ff8d02;
}

/* Header & Navigation */
header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    /*border: yellow thin solid;*/
}

.header {
   /*display: flex;
    align-items: center;*/
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	justify-content: space-between;
	padding: 15px 10px;
} 
/* Hero Section */
.hero {
    background-color: #4C4C4C;
    background-size: cover;
    background-position: center;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
   
}

.hero h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero h2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.hero h3{
	font-size: 20px;
	font-weight: 700;
	
}

.hero p {
    font-size: 18px;
    max-width: 1000px;
    margin: 0 auto 30px;
    line-height: 1.5em;
}
.nutzen{
	text-align: center;
	
	border: white thick double;
	width: 24%;
	height:250px;
	float:left;
	padding: 5px;
	margin-right: 8px;
}
.nutzen img{
	margin-top:10px;
	width: 70px;
	height:70px; 
}
.nutzen h3{
	margin-bottom: 15px;
}
.nutzen p{
	font-size: 16px;
}
.angebotblock{
	height: auto;
	width:97%; 
	float: left;
}
.angebot{
	text-align: left;
	background-color: #638ba6;
	/*border: white thick double;*/
	width: 48%;
	height:250px;
	float:left;
	padding: 10px;
	margin-right: 20px;
}
.angebot img{
	margin:10px;
	width: 70px;
	height:70px;
	float: left;
}
.angebot h3{
	margin-top: 10px;
	line-height: 1.5em;
}
.angebot p{
	font-size: 16px;
}

.service-box{
	 width: 100%; height: auto; border:#C0C0C0 thin solid; padding:10px 10px 0px 10px; position: relative; margin-bottom: 20px;"
}

.green-number-list {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
  }

  .green-number-list li {
    counter-increment: item;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }

  .green-number-list li::before {
    content: counter(item);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: 7ED09E;
    color: white;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 24px;
  }
.green-number-list h2{
	margin-top: 20px;
}

.green-number-list p{
	
	margin-left: 46px;
}

.preiseblock{
	height: auto;
	width:100%; 
	float: left;
	text-align: center;
	/*border:yellow thin solid;*/
}
.preise{
	text-align: center;
	background-color: #638ba6;
	width: 32%;
	height:200px;
	float:left;
	padding: 10px;
	margin-bottom: 20px;
	
}


.contakt-box {
  	
}

/* Hover-Effekt */
.contakt-box:hover {
	background-color: #6791ac;
}
.a-contakt{
	color: #FFF;
	border-radius: 5px;
	background-color: #6E99B7;
	text-align: center;
	padding-top: 15px;
	width: 100%;
	height: 55px; 
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	transition: background 0.3s;
	font-size: 20px;
	text-decoration: none;
}
.a-contakt:hover{
	color: #ff8d02;
}


.form-group{
	float: left;
	height: auto;
	margin-top: 5px;
}

.btn {
    display: inline-block;
    background: #6E99B7;
    color: #FFF;
    padding: 12px 0px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
    text-align: center;
    margin-left: 29%;

}

.btn:hover {
    background: #6791ac;/* #2980b9;*/
}

/* Footer */
footer {
    background: #FFF;
    color: #000;
    height: auto;
}
.footer a{
	text-decoration: none;
	color:#000;
}
.footer a:hover{
	color:#ff8d02;
}
footer li{
	margin-left: 13px;
	list-style-type: square;
}

footer td{
	min-width: 33%; 
	float: left; 
	font-size: 0.9em;
	padding-left: 5px;
	padding-bottom: 15px;
}

.copyright {
    text-align: center;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid #4C4C4C;
    border-bottom: 1px solid #4C4C4C;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
/*    nav {
        display: none;
    }*/

    .mobile-menu-btn {
        display: block;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero p {
        font-size: 16px;
    }
    img {
    	
    	width: 80%;
    	height: 80%;
    	object-fit: contain;
    }
    input{
    	width:100%;
    }
	footer td{
		min-width: 50%;
		display: block;
	}
	.nutzen{
		width: 47%;
		margin-bottom: 10px:
	}
	.nutzen p{
	font-size: 14px;
	}
	.angebot{
		width: 100%;
		margin-bottom: 15px;
	}
	.angebot p{
		font-size: 15px;
		margin-top: 10px;
	}
	.angebot h3{
		font-size: 1em;
	}
	.preise{
		width: 100%;
		
	}
	
	.a-contakt{
		font-size:16px;
	}