@charset "utf-8";

.hg_weihnachten {
	background-image: url(../bilder_sonstiges/hg_weihnachten.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.hg_silvester {
	background-image: url(../bilder_sonstiges/hg_silvester.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.hg_ostern {
	background-image: url(../bilder_sonstiges/hg_ostern.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.text_myf_w {
	font-family: "myFont";
 	font-size: 20px;
	text-align: center;
}
.text_myf_w_g {
	font-family: "myFont";
 	font-size: 30px;
	text-align: center;
}
.text_myf_w_rk {
	font-family: "myFont";
 	font-size: 14px;
	text-align: right;
}

 @media only screen and (max-width: 699px) {
.bild_w { /* weihnachten*/
 width:calc(100% - 10px);
 box-shadow: 5px 5px 10px #FFF;
 border-radius: 10px;
}
.container_weihnachten { /* ok*/
 padding: 20px 20px 5px 20px;
 margin-bottom: 10px;
}

 .item1 {
flex: 1;
}
.item2 {
flex: 1;
}
}
@media only screen and (min-width: 700px) {
.bild_w { /* weihnachten*/
 width:calc(100% - 10px);
 box-shadow: 5px 5px 10px #FFF;
 border-radius: 20px;
 transform: rotate(-5deg);


}
.container_weihnachten { /* ok*/
 padding: 20px 20px 5px 20px;
 margin-bottom: 10px;
 display: flex;
 flex-wrap: wrap;
}
 .item1 {
flex: 1;
padding-bottom: 20px;
padding-top: 10px;


}
.item2 {
flex: 1;
}
}
