.grp_ang{
    position: relative;
    overflow-y: hidden;
    border: thin solid var(--box-color-shadow);
	border-radius: 1rem;
}
.weiter{
	position: relative;;
	font-family: "Playfair Display";
	font-weight: bold;
	height: 2rem;
	border-radius: 0.5rem;
	color: var(--bg-color2);
	margin-top: -2rem;
	z-index: 20;
	border: 0;
	background-color: var(--text-color1);
}
.weiter::before{
	content: '';
	position: absolute;
	top: -3rem;
	left: 0;
	height: 3.5rem;
	width: 100%;
	background: linear-gradient(to top, var(--text-color1), transparent);
}
#grp_ang1,
#grp_ang2,
#grp_ang3,
#grp_ang4{
	height: 30rem;
}

 #grp_ang1.weiterlesen,
 #grp_ang2.weiterlesen,
 #grp_ang3.weiterlesen,
 #grp_ang4.weiterlesen{
	height: fit-content;
	border: 0;
 }
#btnWeiter1.click, 
#btnWeiter2.click,
#btnWeiter3.click,
#btnWeiter4.click{
	opacity: 0;

}
.weiter::before.click{
	opacity: 0;
}

.box_ang{
    display: flex;
   	justify-content: center;
   	width: 100%;
	aspect-ratio: 1 / 1;
}
.text_ang{
    display: grid;
    grid-template-columns: auto ;
    grid-template-rows: 3.2rem 1fr;
    box-sizing: border-box;
    position: absolute;
	bottom: 0;
	right: 0;
    width: 90%;
	padding: 0.8rem;
    text-align: start;
    font-size: 0.9rem;
	aspect-ratio: 1 / 1;
	z-index: -1;
	background-color: var(--bg-color1tr);
    border: 0.2rem solid var(--box-color-shadow);
	border-radius: 1.5rem;
	/*box-shadow: 0 0 0.1em 0.1em var(--box-color-shadow);*/
	
	overflow: hidden;
    
}

.text_ang h1{
    font-size: 1.1rem;
    font-weight: bold;
	text-align: right;
    margin-left: 2.5rem;
}
.preis_ang{
	position: absolute;
    top: 0;
	left: 0;
    z-index: 1;
	height: 8rem;
	width: 8rem;
    
	background: url("../images/PageContent/Preis.png") -1.1rem -0.7rem no-repeat;
	background-size: contain;
	color: var(--bg-color2);
	font-size: 1.2rem;
}
.preis_ang p{
    margin-top: 3.9rem;
    margin-left: -3.6rem;
    
}

.text_ang table{
    height: fit-content;
    width: 100%;
}

.ang_auswahl a:hover{
	color: var(--text-color1a);
    
}
.ang_auswahl{
	text-align: left;
    z-index: 90;
    background: var(--bg-color1);
    
}
.ang_auswahl li{
	text-indent: -2,3rem;
	padding-left: 3rem;
	font-weight: bold;
	text-decoration: underline;
}
.boxlogo img{
	max-width: 60%;
}
.bild_ueber{
	width: 90%;
}
.bild_ueber2{
	width: 80%;
}

/*Slideshow Anfang*/
.slideshow{
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
	position: relative;
    margin:50% 0;
        
}
.slide{
    position: absolute;
    width: 100%;
	overflow: hidden;
	opacity: 0;
	transition: opacity 3s;
    
}
.slide-bild{
    width: 100%;
}
.slide-produkt{
	position: relative;
	margin-bottom: 8%;
	margin-top: -77%;

}
.aktiv{
	opacity: 1;
}
/*Slideshow Ende */

/*Slideshow 2 Anfang*/
.slideshow2{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	height:30rem;
	width: 100%;
	overflow: hidden;
}
.slide2{
	display: flex;
    position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 1s;
}
.slide-bild2{
	width: 100%;
}
.slide-textbereich2{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20%;
	font-size: 1rem;
	padding-top: 1rem;
	color: var(--text-color1);
	background-color: var(--bg-color1tr);
}
.pfeil2{
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 3rem;
	font-weight: bold;
	color:var(--bg-color1tr);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15%;
	user-select: none;
	cursor: pointer;
}
.pfeil2:hover{
	color: var(--bg-color1);
}
.pfeil-links2{
	left: 0;
}
.pfeil-rechts2{
	right: 0;
}
.indikatorenliste2{
	display: flex;
	position: absolute;
	top: -1rem;
	list-style-type: none;
	color: var(--bg-color1);
	font-size: 2rem;
	transition: none;
}
.indikator2{
	padding: 0 0.3rem;
	user-select: none;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 1s;
}
.aktiv2{
	opacity: 1;
}

/*Slideshow 2 Ende*/

/*Slideshow 3 Anfang*/
.slideshow3{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	height:50rem;
	width: 100%;
	overflow: hidden;
}
.slide3{
	display: flex;
    position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 1s;
}
.slide-bild3{
	width: 100%;
}
.slide-textbereich3{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20%;
	font-size: 1rem;
	padding-top: 1rem;
	color: var(--text-color1);
	background-color: var(--bg-color1tr);
}
.pfeil3{
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 3rem;
	font-weight: bold;
	color:var(--bg-color1tr);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15%;
	user-select: none;
	cursor: pointer;
}
.pfeil3:hover{
	color: var(--bg-color1);
}
.pfeil-links3{
	left: 0;
}
.pfeil-rechts3{
	right: 0;
}
.indikatorenliste3{
	display: flex;
	position: absolute;
	top: 0;
	list-style-type: none;
	color: var(--bg-color1);
	font-size: 2rem;
}
.indikator3{
	padding: 0 0.5rem;
	user-select: none;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 1s;
}
.aktiv3{
	opacity: 1;
}

/*Slideshow 3 Ende*/


@media screen and (min-width: 768px) {
	.grp_ang{
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		border: 0;
    	
 	}
	#grp_ang1,
	#grp_ang2,
	#grp_ang3,
	#grp_ang4{
		height: auto;
	}
	.weiter{
		display: none;
	}
 	
 	.box_ang{
		width: 45%;
	}
	.bild_ueber{
		width: 75%;
	}
	.bild_ueber2{
		width: 50%;
	}
	.text_ang{
        font-size: 1rem;
        
    }
    .text_ang h1{
        font-size: 1.3rem;
    }
}


 @media screen and (min-width: 992px){
	.body_home{
		background: url("../images/background/Curve_1.png") 0px 200px no-repeat, url("../images/background/Curve_EndPage.png") bottom no-repeat, url("../images/background/BG_2560x2.jpg") repeat-y;
    	background-size: 100vw, 100vw 20rem, 100vw;
	}
	.body_ang{
		background: url("../images/background/Curve_1.png") 0px 20rem no-repeat, url("../images/background/Curve_EndPage.png") bottom no-repeat, url("../images/background/BG_2560x2.jpg") repeat-y;
    	background-size: 100vw, 100vw 20rem, 100vw;
	}
    .grp_ang{
        width: 94%;
    }
    .text_ang{
        background-color: var(--bg-color2tr);
    }
    
    
} 
@media screen and (min-width: 1200px) {
	.body_ang{
    	background: url("../images/background/KurveTrenner.svg") 0px 30rem no-repeat, url("../images/background/KurveTrenner.svg") 0px 90rem no-repeat, url("../images/background/KurveTrenner.svg") 0px 152rem no-repeat, url("../images/background/KurveTrenner.svg") 0px 195rem no-repeat,  url("../images/background/KurveTrenner.svg") 0px 240rem no-repeat, url("../images/background/Curve_EndPage.png") bottom no-repeat, url("../images/background/BG_2560x2.jpg") repeat-y;
		background-size: 100vw, 100vw ,100vw, 100vw, 100vw, 100vw 20rem, 100vw;
	}
	
	.box_ang{
		width: 33%;
	}
	.text_ang{
        font-size: 1rem;
        background-color: var(--bg-color2tr);
    }
    .text_ang h1{
        font-size: 1.3rem;
    }
	.bild_ueber{
		width: 50%;
	}
	.bild_ueber2{
		width: 40%;
	}
}