/* Erweiterungen von Gerd Metzger */

.breadcrumb {
    background-color: transparent;
}


.offcanvas-menu {
    background-color: #59a5f7;
}

.dmfv img {
	position: relative;
	top: -13px;
	min-width: 110px;
    min-height: 35px;
}

#sp-right .sp-module, #sp-component .sp-column {
    -webkit-box-shadow: 0px 0px 15px 6px #B0B0B0;
    box-shadow: 0px 0px 15px 6px #B0B0B0;
    border-radius: 10px;
	padding: 10px 10px;
}

/* featured ausblenden */
.featured-article-badge {
   display: none;
}

.gm-noshadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

img.dj-image {
    mask: url(/images/bg_img.png) center;
    mask-size: 100% 100%;
} 
div.article-details img, div.articleBody img, .mod-articlesnews__item img {
    -webkit-box-shadow: 0px 0px 15px 6px #B0B0B0;
    box-shadow: 0px 0px 15px 6px #B0B0B0;
    border-radius: 10px;
	margin-bottom: 20px;
} 

img.dp-image {
    border-radius: 10px;
} 

.infokasten {
    background-color: #f5ffdd;
}
.infokasten img {
    border-radius: 10px;
    -webkit-box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

div#vorstand img, div#vorstand h4 {
    max-width: 150px;
}
div#vorstand div div {
	padding: 5px;
}

@media (min-width: 480px) {
	div#vorstand img, div#vorstand h4 {
		max-width: 200px;
	}
	div#vorstand div div {
		padding: 12px;
	}
}
