/* Mobile first - für schmale Viewports */

#motnie_galerie ul,
#motnie_galerie li {
	margin: 0.5em;
	padding: 0.1em;
}

#motnie_galerie li {
	display: inline-block;
	list-style-type: none;
    width: 45%; /*prüfen */
    width: 10em;
}

#motnie_galerie img {
	padding: 0;
	margin: 0;
   /* width: 100%;  /* Bild passt sich an verfügbaren Raum im li an */
   height: auto;
   max-width: 90%;


}


     /* Large screens */
@media all and (min-width: 35em) {
	#motnie_galerie li {
		width: 10em;
	}

	#motnie_galerie img {
		padding: 0;
		margin: 0;
		/* width: 100%;  /* Bild passt sich an verfügbaren Raum im li an */
	}

}



.galerie_foto{
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 10px;
}
.galerie_foto img {
    padding: 10px;
    margin: 10px;
}
body
{

}

#SYSFENSTER {
    margin-bottom: 30px;
}

#SYSFENSTER img {

    height: auto;
    max-width: 90%;
}

.theme-showcase img{

    height: auto;
    max-width: 90%;

}

#oben
{
	background-color: #B40412;
}

#JUMBO
{
    position: relative;
    background-image: url(../oben_neu.jpg);
	background-color: #B40412;
	background-size: cover ;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position:bottom ;
    padding-bottom: 16.91099% ;
}


.bg_gr{
    background-color: #eeeeee;
}

.termine1
{
     background-color: #eeeeee;


    margin-right: 10px;
    margin-left: 10px;

    padding-top: 5px;
    padding-bottom: 5px;

    border-bottom:  solid 0px black;


}

.termine2
{
     background-color: #ffffff;
    margin-right: 10px;
    margin-left: 10px;


    padding-top: 5px;
    padding-bottom: 5px;

    border-bottom:  solid 0px black;


}






#nav_pagination {
    text-align: center;
    margin: 0 auto;
}

#form_jahr{
    text-align: center;
}

/* auslagern in allgemeines CSS */
.durchgestrichen
{
    text-decoration: line-through;
}

/* Marktplatz */

#box_verkaufen {
    background-color: aqua;
}

#box_suchen {
    background-color: yellow;
}

#box_verschenken {
    background-color: darkseagreen;
}

.eingabefeld_wichtig { display: none;}

.teilnehmer_feld_kopfzeile
{
    border-bottom: #B40411;
    border-bottom-style: solid;
    border-bottom-width: 3px;

    background: #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.teilnehmer_feld:nth-child(odd) {background: #e0e0e0;}

.teilnehmer_feld
{
    border-bottom: #B40411;
    border-bottom-style: solid;
    border-bottom-width: 3px;

    padding-top: 30px;
    padding-bottom: 30px;
}
