@charset "UTF-8";
/* CSS Document f&uuml;r Leistungen*/

html{
	scroll-padding-top: calc(var(--top-height) + var(--navbar-height) + 100px);
/*	Abstand nach oben beim Nutzen der Anker links
*/}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.Cont{
	width: 100%;
	height: content;
}

.bg-box{
	width: 100%;
	height: content;
}

#bg-leistungen{
	position: fixed;
	top: calc(var(--top-height) + var(--navbar-height) + var(--subtop-height));
	width: 100%;
	height: auto;
	opacity: 0.5;
	z-index: -1;
}
/*----------- Arealinks Mobile ab max-width 800px sichtbar ------------*/

.arealinks-mobile{
	display: none;
}

.zurueck{
	visibility: hidden;
}

/*----------- Area 1------------*/


.area1{
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 700px;
	padding: 25px 50px 50px 50px;
	background-color: rgba(255,255,255,0.7);
}

.area1header{
	text-align: center;
	padding: 30px 0 20px 0; /* Abstand zu oberem Rand - Abstand zu Buttons*/
}

.area1header h2{
	font-size: var(--headline-2);
	color: var(--darker-accent-color);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.accent-color{
	color: var(--accent-color);
}

/*----------- Area Links  ------------*/

.area1b{
	position: sticky;
	top: calc(var(--top-height) + var(--navbar-height));
	margin-left: auto;
	margin-right: auto;
	height: 33px;
	width: 100%;
	padding: 17px 0 0 0;
	background-color: rgba(255,255,255,1.0);
}


.area1links{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
}

.area1links p{
	color: var(--accent-color);
		font-size: 17px;
}

.area1links a{
	color: var(--darker-accent-color);
	font-weight: 400;
}

.area1links a:hover{
	color: var(--accent-color);
}


/*----------- Area 1c Text  ------------*/

.area1c{
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	width: 700px;
	padding: 20px 50px 50px 50px;
	background-color: rgba(255,255,255,0.7);
}


.area1text{
	width: 100%;
	text-align: left;
	overflow: hidden;
	hyphens: auto;
}

.area1text p{
	color: var(--text-color);
}
.area1textspan1{
	line-height: 250%;
	font-weight: 600;
	color: var(--darker-accent-color);
}

.area1textspan1b{
	color: var(--darker-accent-color);
	line-height: 130%;
		font-weight: 600;

}

.area1textspan2{
	font-weight: 600;
	color: var(--accent-color);
}


/*----------- Area 2 ------------*/

.area2{
	width: 100%;
	height: content;
	background-color: var(--lighter-accent-color);
	display: flex;
}

.area2-box1{
	width: 800px;
	height: auto;
	display: flex;
	margin: auto;
}

.area2-box1-left{
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	height: content;
	
}

.area2-box1-left img{
	width: auto;
	height: 70px;
	padding: 35px 20px 0 50px;
}

.area2-box1-left h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area2-box1-left p{
	width: 100%;
	padding: 30px 50px 30px 50px;
	hyphens: auto;
	color: var(--text-color);
}

/*----------- Aufz&auml;hlung  ------------*/

.area2-box1-left li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 50px 0 63px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area2-box1-left ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area2-box1-left .klein{
	font-size: 16px;
	margin: 0;
}

.area2-box1-right{
	width: 45%;
	margin-top: 20px;
	height: content;
	background-image:url("../bilder/reinigungsteam.jpg");
	background-size: auto 106%;
	background-repeat: no-repeat;
	background-position: -200px -30px;
	
}


/*----------- Area 3 ------------*/

.area3{
	width: 100%;
	height: content;
	background-color: rgba(255,255,255,1.0);
	display: flex;
}

.area3-box1{
	width: 800px;
	height: auto;
	display: flex;
	margin: auto;
}

.area3-box1-right{
	width: calc(45% - 50px);
	display: flex;
	flex-wrap: wrap;
	height: content;
	padding-left: 50px;
	
}

.area3-box1-right img{
	width: auto;
	height: 70px;
	padding-top: 40px;
}

.area3-box1-right h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area3-box1-right p{
	width: 100%;
	padding: 30px 0px 30px 0px;
	hyphens: auto;
	color: var(--text-color);
}


/*----------- Aufz&auml;hlung  ------------*/

.area3-box1-right li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 0 0 13px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area3-box1-right ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area3-box1-right .klein{
	font-size: 16px;
	margin: 0;
}

.area3-box1-left{
	width: 55%;
	margin: 50px 0 50px 0;
	height: content;
	background-image: url("../bilder/hausmeister_mit_zange.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/*----------- Area 4 ------------*/

.area4{
	width: 100%;
	height: content;
	background-color: var(--lighter-accent-color);
	display: flex;
}

.area4-box1{
	width: 800px;
	height: auto;
	display: flex;
	margin: auto;
}

.area4-box1-left{
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	height: content;
	
}

.area4-box1-left img{
	width: auto;
	height: 70px;
	padding: 35px 20px 0 50px;
}

.area4-box1-left h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area4-box1-left p{
	width: 100%;
	padding: 30px 50px 30px 50px;
	hyphens: auto;
	color: var(--text-color);
}

/*----------- Aufz&auml;hlung  ------------*/

.area4-box1-left li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 50px 0 63px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area4-box1-left ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area4-box1-left .klein{
	font-size: 16px;
	margin: 0;
}

.area4-box1-right{
	width: 45%;
	margin-top: 20px;
	height: content;
	background-image: url("../bilder/treppenhaus_mit_aufnehmer.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: -270px 0;
	
}


/*----------- Area 5 ------------*/

.area5{
	width: 100%;
	height: content;
	background-color: rgba(255,255,255,1.0);
	display: flex;
}

.area5-box1{
	width: 800px;
	height: auto;
	display: flex;
	margin: auto;
}

.area5-box1-right{
	width: calc(45% - 50px);
	display: flex;
	flex-wrap: wrap;
	height: content;
	padding-left: 50px;
	
}

.area5-box1-right img{
	width: auto;
	height: 70px;
	padding: 45px 0 0 0;
}

.area5-box1-right h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	margin-left: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area5-box1-right p{
	width: 100%;
	padding: 30px 0px 30px 0px;
	hyphens: auto;
	color: var(--text-color);
}


/*----------- Aufz&auml;hlung  ------------*/

.area5-box1-right li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 0 0 13px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area5-box1-right ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area5-box1-right .klein{
	font-size: 16px;
	margin: 0;
}

.area5-box1-left{
	width: 55%;
	margin: 50px 0 50px 0;
	background-image: url("../bilder/bauendreinigung_mit_sauger.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: aqua;
}

.Listentext{
	font-family: 'NeuzeitGrotesk';
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
	line-height: 130%;
	color: var(--text-color);
	
}

/*----------- Area 6 ------------*/

.area6{
	width: 100%;
	height: content;
	background-color: var(--lighter-accent-color);
	display: flex;
	margin-bottom: 0px;
	margin-bottom: 50px;
}

.area6-box1{
	width: 800px;
	height: auto;
	display: flex;
	margin: auto;
}

.area6-box1-left{
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	height: content;
	
}

.area6-box1-left img{
	width: auto;
	height: 55px;
	padding: 50px 25px 0 40px;
}

.area6-box1-left h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
		margin-left: -13px;

	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area6-box1-left p{
	width: 100%;
	padding: 30px 50px 30px 50px;
	hyphens: auto;
	color: var(--text-color);
}

.area6-box1-right{
	width: 45%;
	margin-top: 20px;
	height: content;
	background-image: url("../bilder/reinigungskraft_daumen_hoch.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: -210px;
	
}



@media screen and (max-width: 51.25em) {/*820x*/
#bg-leistungen{
	position: fixed;
	top: calc(var(--top-height) + var(--navbar-height) + var(--subtop-height));
	width: auto;
	height: 550px;
	opacity: 0.5;
	z-index: -1;
	}
}

@media screen and (max-width: 50em) {/*800px*/

	/*----------- Arealinks Mobile------------*/

.arealinks-mobile{
	display: block;
	margin-bottom: 50px;
}

.arealinks-mobile a{
	color: var(--accent-color);
	text-decoration: none;
}
	
	.arealinks-mobile a:hover{
	color: var(--lighter-accent-color);
}


.arealinks-mobile li{
	text-align: left;
	list-style: square;
	color: var(--accent-color);
	display: list-item;
	margin-left: 15px;
	line-height: 250%;
}

.zurueck{
	visibility: visible;
	width: calc(100% - 50px);
	height: 15px;
	display: flex;
	align-items:flex-end;
	justify-content: flex-end;
	padding: 0 50px 0 0;
	margin-bottom: 20px;
}

.zurueck a{
	color: var(--accent-color);
	text-decoration: none;
	width: 50px;
	}

	.bg-box{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
	
	.area1b{
display: none;
	}

		html{
			scroll-padding-top: calc(var(--top-height) + var(--navbar-height) + 35px);
		scroll-behavior: smooth;}

	

	#bg-leistungen{
	position: static;
	margin-top: -200px;
	width: 100%;
	height: auto;
	opacity: 0.7;
	z-index: -1;
}
	

/*----------- Area 1------------*/

.area1{
	margin-left: 0;
	margin-right: 0;
	height: 50px;
	width: calc(100% - 100px);
	padding: 25px 50px 50px 50px;
	background-color: var(--background-color);
}

.area1header{
	text-align: center;
	padding: 30px 0 20px 0; /* Abstand zu oberem Rand - Abstand zu Buttons*/
}

	/*----------- Area 1c Text  ------------*/

.area1c{
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: calc(100% - 200px);
	padding: 20px 100px 50px 100px;
	background-color: var(--background-color);
}

.area1text{
	width: 100%;
	text-align: left;
	overflow: hidden;
	hyphens: auto;
	
	
	}

.area1text p{
	color: var(--text-color);
}
.area1textspan1{
	line-height: 250%;
	font-weight: 600;
	color: var(--darker-accent-color);
}

.area1textspan1b{
	color: var(--darker-accent-color);
	line-height: 130%;
		font-weight: 600;

}

.area1textspan2{
	font-weight: 600;
	color: var(--accent-color);
}


/*----------- Area 2 ------------*/

.area2{
	width: 100%;
	height: content;
	background-color: var(--lighter-accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.area2-box1{
	width: 100%;
	height: content;
	display: block;
	margin: auto;
}

.area2-box1-left{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: content;
}

.area2-box1-left img{
	width: auto;
	height: 70px;
	padding: 35px 20px 0 100px;
}

.area2-box1-left h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area2-box1-left p{
	width: calc(100% - 250px);
	padding: 30px 150px 30px 100px;
	hyphens: auto;
	color: var(--text-color);
}

/*----------- Aufz&auml;hlung  ------------*/

.area2-box1-left li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 50px 0 113px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area2-box1-left ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area2-box1-left .klein{
	font-size: 16px;
	margin: 0;
}

.area2-box1-right{
	width: 100%;
	margin-top: 0;
	margin-bottom: 50px;
	height: 360px;
	background-image:url("../bilder/reinigungsteam.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 -50px;
}
	
	/*----------- Area 3 ------------*/

.area3{
	width: 100%;
	height: content;
	background-color: var(--background-color);
	display: flex;
}

.area3-box1{
	width: 100%;
	height: auto;
	display: block;
}

.area3-box1-right{
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
	height: content;
	padding: 0px 100px 0px 100px;
}

.area3-box1-right img{
	width: auto;
	height: 70px;
	padding-top: 40px;
}

.area3-box1-right h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area3-box1-right p{
	width: 100%;
	padding: 30px 0px 30px 0px;
	hyphens: auto;
	color: var(--text-color);
}


/*----------- Aufz&auml;hlung  ------------*/

.area3-box1-right li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 0 0 13px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area3-box1-right ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area3-box1-right .klein{
	font-size: 16px;
	margin: 0;
}

.area3-box1-left{
	width: calc(100% - 200px);
	margin: 50px auto 0 auto;
	height: 360px;
	background-image: url("../bilder/hausmeister_mit_zange.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


	
	/*----------- Area 4 ------------*/

.area4{
	width: 100%;
	height: content;
	background-color: var(--lighter-accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.area4-box1{
	width: 100%;
	height: content;
	display: block;
	margin: auto;
}

.area4-box1-left{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: content;
}

.area4-box1-left img{
	width: auto;
	height: 70px;
	padding: 35px 20px 0 100px;
}

.area4-box1-left h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area4-box1-left p{
	width: calc(100% - 200px);
	padding: 30px 100px 30px 100px;
	hyphens: auto;
	color: var(--text-color);
}

/*----------- Aufz&auml;hlung  ------------*/

.area4-box1-left li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 50px 0 113px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area4-box1-left ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area4-box1-left .klein{
	font-size: 16px;
	margin: 0;
}

.area4-box1-right{
	width: 100%;
	margin-top: 0;
	margin-bottom: 50px;
	height: 360px;
	background-image: url("../bilder/treppenhaus_mit_aufnehmer.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	
}

		/*----------- Area 5 ------------*/

.area5{
	width: 100%;
	height: content;
	background-color: var(--background-color);
	display: flex;
}

.area5-box1{
	width: 100%;
	height: auto;
	display: block;
}

.area5-box1-right{
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
	height: content;
	padding: 0px 100px 0px 100px;
}

.area5-box1-right img{
	width: auto;
	height: 70px;
	padding-top: 40px;
}

.area5-box1-right h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area5-box1-right p{
	width: 100%;
	padding: 30px 0px 30px 0px;
	hyphens: auto;
	color: var(--text-color);
}


/*----------- Aufz&auml;hlung  ------------*/

.area5-box1-right li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 0 0 13px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area5-box1-right ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area5-box1-right .klein{
	font-size: 16px;
	margin: 0;
}

.area5-box1-left{
	width: calc(100% - 200px);
	margin: 50px auto 0 auto;
	height: 360px;
	background-image: url("../bilder/bauendreinigung_mit_sauger.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


	
	/*----------- Area 6 ------------*/

.area6{
	width: 100%;
	height: content;
	background-color: var(--lighter-accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px; /*Kein Abstand zum Footer*/
}

.area6-box1{
	width: 100%;
	height: content;
	display: block;
	margin: auto;
}

.area6-box1-left{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: content;
}

.area6-box1-left img{
	width: auto;
	height: 70px;
	padding: 35px 20px 0 100px;
}

.area6-box1-left h3{
	width: 50%;
	line-height: 130%;
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-color);
}

.area6-box1-left p{
	width: calc(100% - 200px);
	padding: 30px 100px 30px 100px;
	hyphens: auto;
	color: var(--text-color);
}

/*----------- Aufz&auml;hlung  ------------*/

.area6-box1-left li{
	display: list-item;
	line-height: 160%;
	list-style: square;
	color: var(--text-color);
	margin: 0 50px 0 113px;
	font-size: var(--texte-regular);
	font-weight: 400;
	font-style: normal;
}

.area6-box1-left ul{
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

.area6-box1-left .klein{
	font-size: 16px;
	margin: 0;
}

.area6-box1-right{
	width: 100%;
	margin-top: 0;
	margin-bottom: 50px;
	height: 360px;
	background-image: url("../bilder/reinigungskraft_daumen_hoch.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	
}


		/*----------------- Footer --------------*/
	.footer{
		position: sticky!important;
		bottom: 0!important;
	}
}
	
@media screen and (max-width: 37.5em) {/*600px*/
	

	#bg-leistungen{
	margin-top: -100px;
	width: 100%;
	height: auto;
}
	
	/*----------- Area Links  ------------*/

/*----------- Area 1------------*/

.area1{
	margin-left: 0;
	margin-right: 0;
	height: 50px;
	width: calc(100% - 100px);
	padding: 25px 50px 50px 50px;
	background-color: var(--background-color);
}

.area1header{
	text-align: center;
	padding: 30px 0 20px 0; /* Abstand zu oberem Rand - Abstand zu Buttons*/
}

	/*----------- Area 1c Text  ------------*/

.area1c{
	width: calc(100% - 100px);
	padding: 20px 50px 50px 50px;
}

/*----------- Area 2 ------------*/


.area2-box1-left img{
	padding: 35px 20px 0 50px;
}

.area2-box1-left p{
	width: calc(100% - 100px);
	padding: 30px 50px 30px 50px;
}

/*----------- Aufz&auml;hlung  ------------*/

.area2-box1-left li{
	margin: 0 50px 0 63px;
}

.area2-box1-right{
	background-position: center;
	
}
	
	/*----------- Area 3 ------------*/

.area3-box1-right{
	width: calc(100% - 100px);
	padding: 0px 50px 0px 50px;
}

	.area3-box1-left{
	width: calc(100% - 100px);
}
	/*----------- Area 1c Text  ------------*/

.area1c{
	width: calc(100% - 100px);
	padding: 20px 50px 50px 50px;
}

/*----------- Area 4 ------------*/


.area4-box1-left img{
	padding: 35px 20px 0 50px;
}

.area4-box1-left p{
	width: calc(100% - 100px);
	padding: 30px 50px 30px 50px;
}

/*----------- Aufz&auml;hlung  ------------*/

.area4-box1-left li{
	margin: 0 50px 0 63px;
}


	/*----------- Area 5 ------------*/

.area5-box1-right{
	width: calc(100% - 100px);
	padding: 0px 50px 0px 50px;
}

	.area5-box1-left{
	width: calc(100% - 100px);
}

/*----------- Area 6 ------------*/


.area6-box1-left img{
	padding: 35px 20px 0 50px;
}

.area6-box1-left p{
	width: calc(100% - 100px);
	padding: 30px 50px 30px 50px;
}

/*----------- Aufz&auml;hlung  ------------*/

.area6-box1-left li{
	margin: 0 50px 0 63px;
}
}

	
@media screen and (max-width: 33.75em) {/*540px*/

	/*----------- Area 2 ------------*/
	.area2-box1-right{
	height: 250px;
}
		/*----------- Area 3 ------------*/
.area3-box1-left{
	height: 250px;
}
	/*----------- Area 4 ------------*/
	.area4-box1-right{
	height: 250px;
}
		/*----------- Area 5 ------------*/
.area5-box1-left{
	height: 250px;
}

	/*----------- Area 6 ------------*/
	.area6-box1-right{
	height: 250px;
}

}

@media screen and (max-width: 28.125em) {/*450px*/

	#bg-leistungen{
	margin-top: -50px;
	width: 100%;
	height: auto;
}

}




@media screen and (max-width: 26.25em) {/*420x*/
	:root{
	--texte-regular: 1.125rem; /*18px*/
	--headline-2: 1.625rem; /*26px*/
	--headline-3: 1.25rem; /*20px*/
	}
	
		/*----------- Arealinks Mobile------------*/

.arealinks-mobile{
	margin-bottom: 50px;
}

.arealinks-mobile li{
	text-align: left;
	list-style: square;
	color: var(--accent-color);
	display: list-item;
	margin-left: 15px;
	line-height: 250%;
}

.zurueck{
	visibility: visible;
	width: calc(100% - 20px);
	height: 15px;
	display: flex;
	align-items:flex-end;
	justify-content: flex-end;
	padding: 0 20px 0 0;
	margin-bottom: 20px;
}

.zurueck a{
	color: var(--accent-color);
	text-decoration: none;
	width: 50px;
	}

	.bg-box{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
	
	.area1b{
display: none;
	}

		html{
			scroll-padding-top: calc(var(--top-height) + var(--navbar-height) + 35px);
		scroll-behavior: smooth;}

/*----------- Area 1------------*/

.area1{
	width: calc(100% - 40px);
	padding: 25px 20px 20px 20px;
	background-color: var(--background-color);
}

	/*----------- Area 1c Text  ------------*/

.area1c{
	width: calc(100% - 40px);
	padding: 20px 20px 20px 50px;
}

/*----------- Area 2 ------------*/


.area2-box1-left p{
	width: calc(100% - 40px);
	padding: 30px 20px 30px 20px;
}

/*----------- Aufz&auml;hlung  ------------*/

.area2-box1-left li{
	margin: 0  20px 0 33px;
}

.area2-box1-right{
	background-position: center;
	
}
	
	/*----------- Area 3 ------------*/

.area3-box1-right{
	width: calc(100% - 40px);
	padding: 0px 20px 0px 20px;
}

	.area3-box1-left{
	width: calc(100% - 40px);
}
	/*----------- Area 1c Text  ------------*/

.area1c{
	width: calc(100% - 40px);
	padding: 20px 20px 50px 20px;
}

/*----------- Area 4 ------------*/


.area4-box1-left img{
	padding: 35px 20px 0 20px;
}

.area4-box1-left p{
	width: calc(100% - 40px);
	padding: 30px 20px 30px 20px;
}

/*----------- Aufz&auml;hlung  ------------*/

.area4-box1-left li{
	margin: 0 20px 0 33px;
}


	/*----------- Area 5 ------------*/

.area5-box1-right{
	width: calc(100% - 40px);
	padding: 0px 20px 0px 20px;
}

	.area5-box1-left{
	width: calc(100% - 40px);
}

/*----------- Area 6 ------------*/


.area6-box1-left img{
	padding: 35px 20px 0 20px;
}

.area6-box1-left p{
	width: calc(100% - 100px);
	padding: 30px 20px 30px 20px;
}

/*----------- Aufz&auml;hlung  ------------*/

.area6-box1-left li{
	margin: 0 20px 0 33px;
}
}
		}
	

@media screen and (max-width: 23.313em) {/*373px*/
		:root{
	--texte-regular: 1rem; /*16px*/
	--headline-2: 1.375rem; /*22px*/
	}
	
	#bg-leistungen{
	margin-top: 0px;
	width: 100%;
	height: auto;
}
	
		/*----------- Area 2 ------------*/
	.area2-box1-right{
	height: 150px;
}
		/*----------- Area 3 ------------*/
.area3-box1-left{
	height: 150px;
}
	/*----------- Area 4 ------------*/
	.area4-box1-right{
	height: 150px;
}
		/*----------- Area 5 ------------*/
.area5-box1-left{
	height: 150px;
}

	/*----------- Area 6 ------------*/
	.area6-box1-right{
	height: 150px;
}
}


@media screen and (max-width: 18.75em) {/*300px*/

	#bg-leistungen{
	margin-top: 0px;
	width: auto;
	height: 100%;
}

}

