@charset "UTF-8";
xarticle {background-image:none;}

.fundmeldungen-table {
	border-collapse:collapse; /* (getrennt) */ 
	box-sizing: border-box;
	text-align:left;
	margin-top:.3em;
	margin-bottom:.5em;
	margin-left: auto;
  margin-right: auto;
	background-color:lightgrey;
	box-shadow: var(--box-shadow);
	width:calc(100% - .5em);
}
.fundmeldungen-table th {width:7em;border:0em red solid;}
.fundmeldungen-table td,th {vertical-align:top;padding: 0 .3em 0 .3em;}
.bemerkung {padding-top:.8em!important;color:blue;border:0em red solid;}		
/*-------------------------------------------------------------------------------------------*/ 
/* Felexbox für images oder videos                                                           */
/*-------------------------------------------------------------------------------------------*/ 
.fundmeldungen-flexbox {
	border:0em red solid;
	box-sizing: border-box;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:1em;
}
.fundmeldungen-justify-content-center {justify-content:center;}
.fundmeldungen-flexbox.fundmeldungen-justify-content-1 {justify-content:center;}


.fundmeldungen-flexbox-items {
	box-sizing: border-box;
	background: transparent;
	flex-basis:auto;
	/*flex-basis: max-content;*/
	text-align: center;
}
.fundmeldungen-flexbox:last-child{margin:.5em;}
/*-------------------------------------------------------------------------------------------*/ 
/* block mit image oder video und text                                                        */
/*-------------------------------------------------------------------------------------------*/ 
.fundmeldungen-medien-block-1 {
	box-sizing: border-box;
	display:block;
	background-color: var(--background-color-1);
	box-shadow:var(--box-shadow-medien);
	margin-top:.5em;

}
.fundmeldungen-medien-block-1 img {width:11em;height:auto;margin-bottom:-.4em;}
.fundmeldungen-medien-block-1 video {width:11em;height:auto;margin-bottom:-.4em;}

.fundmeldungen-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;
}
/*-------------------------------------------------------------------------------------------*/ 
/* Grosse Aufloesung                                                                         */
/*-------------------------------------------------------------------------------------------*/ 
@media (min-resolution: 200dpi) {}
/*-------------------------------------------------------------------------------------------*/ 
/* 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) {}