/* 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;*/
}
.marker{
	background-color: yellow;
}

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

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

.eyecatcher{
	margin:0 10px 30px 0;
	padding:2% 0 0 5px;
	/*border:yellow thin solid;*/
	min-height: 110px;
	background-color: #707070;
	width: 100%;
}
.eyecatcher img{
	width: 40px;
	margin:10px 40px 20px 2%;
	float: left;
}

.img_about{
	width: 400px; 
	height: 300px;
	margin-left: 20px;
	float: right; 
	border:white 10px groove;
}

/* Start Bild hover-images */
.hover-images {
    position: relative;
    display: inline-block;
    cursor: pointer;
    
}

.overlay {
    display: none;
    position: absolute;
    top: -45px;
    left: 80px;
    z-index: 1000;
	width:145px;
	height: 175px;
	padding: 0px 15px 0 10px;
    background: white;
    color: #4C4C4C;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

.hover-images:hover .overlay {
    display: block;
    
}

.overlay img {
    display: block;
    width: 120px;
    height: auto;
    /*border: 10px solid #FFFFFF;*/
}
/* Ende Bild hover-images */ 

/* Header & Navigation */
header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    /*border: red 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: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.hero h2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.hero h3{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	
}

.privacy {
	color:#C0C0C0; 
	background-color: #4C4C4C;
    background-size: cover;
    background-position: center;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
    letter-spacing: 0.8px;
}
.privacy p {
	font-size: 14px;
	line-height: 1.2em; 
	letter-spacing: 0.8px;
	margin-bottom: 6px;
	text-align: justify;      /* Richtet den Text im Blocksatz aus */
  	hyphens: auto;            /* Aktiviert automatische Silbentrennung */
  	overflow-wrap: break-word;/* Bricht zu lange Wörter in der nächsten Zeile um */
}

#title {
	font-size: 16px;
	line-height: 1.2em; 
	letter-spacing: 0.8px;
	margin-bottom: 4px;
	margin-top:8px;
	color: #FFFFFF;
	font-weight: 700;
}
.privacy h1{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #FFFFFF;
}
.privacy h2{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 15px;
	color: #FFFFFF;
}
.privacy h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #FFFFFF;
}
.privacy h4{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 12px;
	color: #FFFFFF;
}
.privacy ul{
	list-style-type: square;
	margin-top: 6px;
	padding-left: 14px;
}
.privacy li{
	padding-left: 14px;
	font-size: 14px; 
	letter-spacing: 0.8px;
}
.privacy ol{
	list-style-type: decimal;
	margin-top: 6px;
	padding-left: 17px;
}
.sticker{
	position: sticky;
	top: 20%;
	transform: translateY(-50%);
	float: right;
	margin-right: -30px; /*optional außerhalb des Divs platzieren */
	background-color: #464646;
	color: #ff8d02;
	opacity: 0.8;
	padding: 15px 10px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.2em;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	z-index: 100;
	display: inline-block;
	writing-mode: vertical-rl;
	rotate:0.5turn;
}

.hero p {
    font-size: 16px;
    max-width: 1000px;
    margin: 10px auto 15px;
    line-height: 1.5em;
    letter-spacing: 0.8px;
}
.nutzenblock{
	height: auto;
	width:100%; 
	float: left;	
}
.nutzen{
	text-align: center;
	border: blue thin solid;
	border: white thick double;
	width: 23.8%;
	height:250px;
	float:left;
	padding: 5px;
	margin-right: 1.5%;
	margin-bottom: 8px;
}
.nutzen img{
	margin-top:10px;
	width: 70px;
	height:70px; 
}
.nutzen h3{
	margin-bottom: 15px;
}
.nutzen p{
	font-size: 16px;
}
.angebotblock{
	height: auto;
	width:100%; 
	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:20px 10px 0px 10px; 
	 position: relative; 
	 margin: 20px 0 30px;
}

.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 h3{
	margin-top: -10px;
}

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

 .check-list {
    list-style: none;
    padding-left: 0;
  }

 .check-list li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 10px;
    
  }

 .check-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #7ED09E;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-top:0px;
    border-radius: 50%;
  }
.check-list p{
	margin: 0 0 25px 0px;
}
.check-list h3{
	margin-top: -10px;
	margin-bottom: 5px;
}

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

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

.btn, button {
    float: left;
	width: 50%;
	margin-left: 25%;
	text-align: center;
	letter-spacing: 0.8;
	margin-bottom: 60px;
	height: 45px;
	line-height: 50px;
	box-shadow:inset 0px 1px 9px 0px #bee2f9;
	background:linear-gradient(to bottom, #6E99B7 5%, #648da7 100%);
	background-color:#6E99B7;
	border-radius:27px;
	display:inline-block;
	cursor:pointer;
}
.btn a, button{
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	transition: background 0.3s;
	font-weight: 600;
	font-size: 20px;
}

.btn:hover, button:hover {
    background: #6791ac;/* #2980b9;*/
	color:#ff8d02;
}
/*button{
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	transition: background 0.3s;
	font-weight: 600;
	font-size: 20px;
}

/* Footer */
footer {
    background: #FFF;
    color: #000;
    height: auto;
    width: 100%;
    z-index: 1000;
    /*border: red thin solid;*/
}
.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-bottom: 15px;
	/*border: red thin solid;*/
}

.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) {

/*    .mobile-menu-btn {
        display: block;
    }*/
    .sticker{
    	margin-right: -10px;
    }
    .container{
    	.margin-left:10px;
    }

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

    .hero p {
        font-size: 16px;
    }
    .img_about{
    	margin:0 10px 20px 0;
    }
	img {
    	
    	width: 80%;
    	height: 80%;
    	object-fit: contain;	
    }
    
    input{
    	width:100%;
    }
	footer td{
		min-width: 50%;
		display: block;
	}
	.nutzen{
		width: 48%;
		margin-bottom: 15px:
	}
	.nutzen2{	/*2.div in Mobile recht bündig*/
		float: right;
		margin-right: 0%;
	}
	.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%;
	}
	.btn, button {
			font-size:auto;
			width: 100%;
			margin-left:0;
			padding-top: 0px;
			line-height: 0.8;
			font-size: auto;
			
	}
}
