/* Frühlingsausstellung Blumenkunst */

.fruehlingsausstellung {
	text-align: center;
	padding-bottom: 2rem;
	}

.fruehlingsausstellung h1 {
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 0rem;
	padding-bottom: 0rem;
	margin-bottom: 0;
	}
	
.fruehlingsausstellung h1 img {
	width: 700px;
	}
	
.fruehlingsausstellung h2 {
	font-size: 2.2rem;
	color: white;
	font-weight: 500;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	margin: 0;
	}
	
.fruehlingsausstellung p {
	font-size: 1.1rem;
	color: #a50062;
	font-weight: 400;
	}

/* Weihnachtsfenster */

main .weihnachtsfenster > div > div > div {
	background-image: url('../../home/weihnachtskugel.png'),
					  url('../../home/glitter.jpg');
	background-position: left 25% top,
						 center center !important;
	background-repeat: no-repeat !important;
	background-size: auto 90%,
					 cover !important;
	}
	
main .weihnachtsfenster h1{
	display: block;
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
	font-size: 1.75rem !important;
	color: #e10085 !important;
	font-weight: 500;
	text-shadow: 0 0  3px white,
				 0 0  5px white,
				 0 0 10px white,
				 0 0 20px white,
				 0 0 35px white,
				 0 0 50px white;
	white-space: normal;
	letter-spacing: 0;
	text-align: right;
	width: auto;
	transform: rotate(-2deg);
	}

main .weihnachtsfenster strong{
	display: block;
	margin: 0.15em 0;
	font-size: 3rem !important;
	line-height: 1;
	}

main .weihnachtsfenster p {
	text-align: right;
	padding-left: 250px !important;
	}
	
@media screen and (max-width: 800px){

	main .weihnachtsfenster h1{
	color: #404040 !important;
	}
	
}
	
@media screen and (max-width: 630px){

	main .weihnachtsfenster br {
	display: none;
	}
	
	main .weihnachtsfenster p {
	text-align: right;
	padding-left: 0 !important;
	}
	
}
	

	
/* Rabatt */
	
main .rabatt > div > div > div {
	background-color: #e10085 !important;
	}
	
main .rabatt {
	text-align: center;
	}
	
main .rabatt h1{
	display: block;
	margin: 0;
	margin-bottom: 0.5rem;
	padding: 0;
	font-size: 5.5rem;
	color: white !important;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	text-shadow: none;
	white-space: normal;
	letter-spacing: 0;
	text-align: center;
	width: auto;
	transform: rotate(-2deg);
	}
	
main .rabatt h2{
	margin: 0;
	margin-bottom: 1.5rem;
	padding: 0;
	font-size: 2.5rem !important;
	color: white;
	text-align: center;
	font-weight: 600;
	transform: rotate(-2deg);
	}