@charset "UTF-8";
xarticle {background-image:none;}
/*-------------------------------------------------------------------------------------------*/ 
/* Felexbox für images oder videos                                                           */
/*-------------------------------------------------------------------------------------------*/ 
.blog-flexbox {
	border:0em red solid;
	box-sizing: border-box;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:1em;
}
.blog-justify-content-center {justify-content:center;}
.blog-flexbox.blog-justify-content-1 {justify-content:center;}


.blog-flexbox-items {
	box-sizing: border-box;
	background: transparent;
	flex-basis:auto;
	/*flex-basis: max-content;*/
	text-align: center;
}
.blog-flexbox:last-child{margin:.5em;}
/*-------------------------------------------------------------------------------------------*/ 
/* block mit image oder video und text                                                        */
/*-------------------------------------------------------------------------------------------*/ 
.blog-medien-block-1 {
	box-sizing: border-box;
	display:block;
	background-color: var(--background-color-1);
	box-shadow:var(--box-shadow-medien);
	margin-top:.5em;

}
.blog-medien-block-1 img {width:11em;height:auto;margin-bottom:-.4em;}
.blog-medien-block-1 video {width:11em;height:auto;margin-bottom:-.4em;}

.blog-medien-block-1-text:not(:empty) {width:10.3em;padding:.3em .3em .3em .3em;background-color: var(--background-color-1);}
/*-------------------------------------------------------------------------------------------*/ 
/* Text Box 			                                                                           */
/*-------------------------------------------------------------------------------------------*/
.fundinfobox {
	box-sizing:border-box;
  display:block;
	background-color:  var(--background-color-1);
	box-shadow: var(--box-shadow);
	padding:.8em;
}
/*-------------------------------------------------------------------------------------------*/ 
/* Handy Querformat                                                                          */
/*-------------------------------------------------------------------------------------------*/ 
@media only screen and (min-width: 360px) and (max-width: 1024px) and (orientation:landscape) {}
/*-------------------------------------------------------------------------------------------*/ 
/* Handy Hochformat                                                                          */
/*-------------------------------------------------------------------------------------------*/ 
@media only screen and (min-width: 150px) and (max-width: 1024px) and (orientation:portrait) {}