
#inner_holder
{
	margin-bottom:40px;
	padding-left:0px;
	padding-right:0px;
	border:1px solid #333;
	background: rgba(254,232,172,0.88);
	-webkit-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.75);
}

.navbar
{
	width:100%;
	background-color:#338833 !important;
	background-image:url('img/hintergrund_shop.jpg') !important;
}

section#content>p> a
{
	color:#116611;
	font-weight:400;
}
.dropdown-item.active
{
	background-color:#338833;
}
.kunst
{
	background-color: rgba(255,255,255,0.0);
	margin-bottom:20px;
	padding-top:8px;
	padding-bottom:8px;
	border:0px solid rgba(0,0,0,0.2);
}
.kunstbild >img
{
	width:100%;
}
.kunsttext
{
	font-size:88%;
}

.box
{
	padding:6px;
}

.box_picture
{
	border:1px solid #DDD;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

	position: relative;
	width: 100%;		/* desired width */
	display: table;
}
.box_picture:before{
	content: "";
	display: block;
	padding-top:80%; 	/* initial ratio of 1:1*/
}
