@charset "UTF-8";
xarticle {background-image:none;}
.table_01 {
	border-collapse:collapse; /* (zusammen) */ 
	box-sizing: border-box;
	text-align:left;
	margin: .3em auto .5em 0;
	background-color:transparent;
	width:100%;
}
.table_01 th {width:7em;border:0em red solid;}
.table_01 td {vertical-align:top;padding:0 .3em 0 .3em;}
.table_01 th {vertical-align:top;padding: 0 .3em 0 0;}

.medien-flexbox-items img {width:8em;height:8em;}
.medien-gridbox-container {grid-template-columns:12em auto;}
.medien-flow-root-container img {height:auto;width:8em;box-shadow: var(--box-shadow-medien);margin-top:.5em;}
.medien-flow-root-container.small-image img {height:12em;width:auto;}
.medien-gridbox-container {background-color:white;row-gap:0;}

.medien-flexbox.navbar {justify-content:space-between;column-gap:0;}
.medien-flexbox.galerie {justify-content:space-between;column-gap:0;}
.navbar .medien-flexbox-items img {box-shadow:unset;}
.galerie .medien-flexbox-items img {box-shadow:unset;}

.medien-gridbox-container-item-1 img {box-shadow:unset;}

.medien-block-1 img {height:8em;width:auto;}
.medien-block-1 {width:fit-content;margin-bottom:.5em;}
/*-------------------------------------------------------------------------------------------*/ 
/* 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) {
	.medien-block-1 img {width:100%;height:auto}

	.table_01 {margin-left:0;margin-right:0;}
	.table_01 td {margin-left:0;padding-left:0;}
	.table_01 tr:not(.mobile-not-break) th {display:block;}
	.table_01 tr:is(.mobile-not-break) th {display:inline-block;width:min-content;}
	.table_01 tr:is(.mobile-not-break) td {display:inline-block;}
	.table_01 tr:is(.mobile-not-break) {padding-bottom:.3em;}
	.table_01 tr {display:block;border:0em green solid;width:100%;margin:0;}

	.medien-flexbox {justify-content: space-around;}
	.medien-gridbox-container-item-2 {padding: .5em 0 .5em 0;width:100%;} 
	.medien-flow-root-container img {margin-top:.0em;}

}