@charset "utf-8";
/* CSS Document */

.box {
	padding-top: 7px;
	padding-right: 2%;
	padding-bottom: 7px;
	padding-left: 2%;
	border-radius: 7px;
	width: 100%;
}

.box h1 {
	color: rgba(255,255,255,1);
	font-size: 140%;
}

.box p {
	color: rgba(255,255,255,1);
	font-size: 120%;
	margin-bottom: 0px;
}

.hg-rot {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: rgba(255,24,55,1);
} 

.hg-hellrot {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: rgba(255,24,55,0.2);
}

.hg-gruen {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: rgba(10,101,83,1);
}

.hg-hellgruen {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: rgba(10,101,83,0.2);
}

#overlay-aktion {
	background-color: rgba(255,255,255,1);
	display: block;
	top: 125px;
	z-index: 99999;
	box-shadow: 1px 5px 5px 3px rgba(0,0,0,0.7);
	cursor: pointer;
	border-radius: 8px;
	/* [disabled]border: 3px solid rgba(7,105,83,1); */
	width: 90%;
	position: fixed;
	right: 5%;
	padding: 7px;
}

#overlay-aktion h1 {
	font-size: 150%;
	color: rgba(242,30,43,1);
	text-align: center;
	margin-bottom: 0px;
	font-weight: normal;
	margin-right: 8px;
	margin-left: 8px;
}
.mehr {
	position: absolute;
	z-index: 9999;
	left: 3%;
	bottom: 5%;
	width: 65%;
}


#overlay-aktion p {
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	font-weight: normal;
	position: absolute;
	bottom: 5px;
	display: block;
	right: 35px;
	margin-bottom: 0px;
}

#overlay-aktion img {
	border-radius: 8px;
}

}

.Ende-Handy__________________ { }


@media screen and (min-width:481px) {
	
#overlay-aktion {
	background-color: rgba(255,255,255,1);
	display: block;
	top: 50px;
	z-index: 99999;
	box-shadow: 1px 15px 30px 10px rgba(0,0,0,0.9);
	cursor: pointer;
	border-radius: 8px;
	width: 50%;
	max-width: 350px;
	margin: 0px;
	right: 5%;
}

#overlay-aktion h1 {
	font-size: 150%;
	color: rgba(242,30,43,1);
	text-align: center;
	margin-bottom: 0px;
	font-weight: normal;
	margin-right: 8px;
	margin-left: 8px;
}

#overlay-aktion p {
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	bottom: 5px;
	display: block;
}

#overlay-aktion img {
	/* [disabled]border-radius: 8px; */
	
}

.Ende-Tablett__________________ { }
}

@media screen and (min-width:769px) {

	
#overlay-aktion {
	background-color: rgba(255,255,255,1);
	display: block;
	top: 50px;
	z-index: 99999;
	box-shadow: 1px 25px 60px 20px rgba(0,0,0,0.9);
	cursor: pointer;
	border-radius: 8px;
	width: 30%;
	max-width: 380px;
	right: 5%;
}

#overlay-aktion h1 {
	font-size: 150%;
	color: rgba(242,30,43,1);
	text-align: center;
	margin-bottom: 0px;
	font-weight: normal;
	margin-right: 8px;
	margin-left: 8px;
}

#overlay-aktion p {
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	bottom: 6px;
	display: block;
}

#overlay-aktion img {
	/* [disabled]border-radius: 8px; */
	
}

}


@media screen and (min-width:1024px) {

.groeßer-1024 ________________ { 
}
	
