@charset "utf-8";
/* CSS Document */

.bild-links {
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.bild-rechts {
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.introtext {
	color: #00305e;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
.rot {
	color: #e51724;
}
.blau {
	color: #00305e;
}
.hinweis-rot {
	color: #e51724;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.hinweis-klein {
	font-size: 13px;
	line-height: 15px;
}
.hinweise {
	font-weight: 700;
	color: #00305e;
}
.hinweise:before {
	font-family: "Font Awesome 5 Free";
	content: "\f071";
	display: inline-block;
	padding-right: 8px;
	font-weight: 900;
	color: #00305e;
	float:left;
	vertical-align: text-bottom;margin-top:-3px;
}
.warnungen {
	font-weight: 700;
	color: #fff;
}
.warnungen:before {
	font-family: "Font Awesome 5 Free";
	content: "\f071";
	display: inline-block;
	padding-right: 8px;
	font-weight: 900;
	color: #fff;
	float:left;
	vertical-align: text-bottom;	margin-top:-3px;	
}
.shopping:before {
	font-family: "Font Awesome 5 Free";
	content: "\f07a";
	display: inline-block;
	padding: 8px 10px 0 3px;
	font-weight: 900;
	color: #fff;
	font-size: 30px;
	float: left;
}
.aktuelles-mobile .shopping:before {
	padding: 0 10px 0 3px;
	font-size: 16px;
}
.specialdeals:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a1";
	display: inline-block;
	padding: 8px 10px 0 3px;
	font-weight: 900;
    color: #00305e;
	font-size: 30px;
	float: left;
}
.block-red {padding:2px 5px;background-color:#F00;color:#fff!important;text-decoration:none!important;}
