.body-bg {
	background-image: url(/fileadmin/dpmc/image/dpmc.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 30%;
}

.backendlayout-pagets__default_clean.body-bg {
	background-image: none;
}

#searchbox {
	display: none !important;
}


header {
	background: rgba(200,200,200,0.2);
}

#content .nav.nav-sidebar li a:focus:before, #content .nav.nav-sidebar li.active a:before {
	border: solid 3px #ee7900;
}

#content .nav.nav-sidebar li a:hover:before, #content .nav.nav-sidebar li a:focus:before, #content .nav.nav-sidebar li.active a:before{
	border: solid 3px #ee7900;
}
#content .nav.nav-sidebar li li a:hover:before, #content .nav.nav-sidebar li li a:focus:before, #content .nav.nav-sidebar li li a:active:before, #content .nav.nav-sidebar li.active li.active a:before{
	border: solid 3px #ee7900;
}

#content .nav.nav-sidebar li.active li a {
	background: white;
}

#content .nav.nav-sidebar li a:focus, #content .nav.nav-sidebar li.active a,
#content .nav.nav-sidebar li a:hover, #content .nav.nav-sidebar li a:focus, #content .nav.nav-sidebar li.active a,
#content .nav.nav-sidebar li li a:hover, #content .nav.nav-sidebar li li a:focus, #content .nav.nav-sidebar li li a:active, #content .nav.nav-sidebar li.active li.active a{
	color: #000;
	background-color: rgba(238,121,0,0.2);
}

a.lightbox:hover .zoom .glyphicon-plus-sign {
	color: #999;
}

@media (min-width: 992px){
.navbar-main:last-child {
     float: left !important; 
	 margin-left: 10px;
}
}

.frame {
	padding-top: 0 !important;
		padding-bottom: 0px !important;
		margin-bottom:  16px !important;
}


.carousel-indicators {
		display: none;
}
.frame.well {
	padding-top: 10px !important;
		padding-bottom:  10px !important;
}
/*
.container  > .row {
	    margin-left: 0px;
    margin-right: -10px;
}
*/

.well .news-list-view .article  {
	    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
	padding: 0;
	
}
header {
	background: transparent;
}

body > div > div > header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+44,f0f0f0+44,c8c8c8+100 */
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 44%, #f0f0f0 44%, #c8c8c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f0f0f0 44%,#f0f0f0 44%,#c8c8c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f0f0f0 44%,#f0f0f0 44%,#c8c8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#p18 figure img {
	max-width: 260px;
}

.navbar.navbar-top {
	border-bottom: 5px solid #ee7900; 
}

h2.leveltitle a:hover,h2.leveltitle a:focus,h2.leveltitle a:active {
	text-decoration: none;
	color: #ccc;
}

h4.media-heading a {

}

#tx_indexedsearch h4.media-heading a:focus,
#tx_indexedsearch h4.media-heading a:active,
#tx_indexedsearch h4.media-heading a:hover {
	color: #ee7900;
	text-decoration: none;
}

.media {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: rgba(255,255,255,0.5);
    box-sizing: border-box;
    margin-top: 15px;
}

.news-list-view .article {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    background: rgba(255,255,255,0.5);
    box-sizing: border-box;
    margin-top: 15px;	
}

.backendlayout-pagets__default_clean .news-list-view .article {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    box-sizing: border-box;
    margin-top: 0;	
}
	
.article .btn-primary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 5px;
    font-size: 16px;
    line-height: 1.55;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    background-color: #fff;
    border-color: #ccc;
}

.article .btn-primary:hover {
	border-color: #24396f;
	color: #ffffff;
	background-color: #24396f;
	padding: 2px 5px;
}

.article  h3 a {
	color: #24396f;
}

.article  h3 a:focus,
.article h3 a:active,
.article h3 a:hover {
	color: #ee7900;
	text-decoration: none;
}

.article h4 {
    color: #24396f;
}

.meta-section {
    color: #ffffff;
    border-top: 0;
    background: #24396f;
	padding-top: 10px;
}

.meta-section a:hover {
	color: #ee7900;
}

.meta-section a {
		color: white;
}

h1 , h2{
    color: #24396f;	
}

.section {
	padding-top: 0 !important;
}

.carousel .carousel-control-icon {
		background: transparent;
	
}

.carousel .carousel-control-icon:before {
    border-top: 4px solid white;
    border-right: 4px solid white;
	width: 0.8em;
    height: 0.8em;
}


.container .frame.well {
    min-height: 20px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0px;
    padding: 10px 10px 0 10px !Important; 
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    background: white;
    box-sizing: border-box;
	margin-top: 10px;
}

.col-md-4 h2 {
	color: white;
	background: #24396f;
	padding: 2px 10px  ;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
}
#wrap {
    min-height: 100%;
    margin-bottom: -81px;
}


#indexedsearchbox  .btn-lg{
	border-color: transparent;
	position: relative;
	border: 0;
}

#indexedsearchbox .btn-primary:after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
	color: white;
    border-top: 4px solid white;
    border-right: 4px solid white;
    width: 12px;
    height: 12px;
	position: absolute;
	left: 2px;
	top: 12px;
	z-index: 10;
}

#indexedsearchbox .input-group-btn:last-child > .btn{
    z-index: 2;
    margin-left: 0;
}

#indexedsearchbox input.btn-primary {
	background: transparent;
	height: 38px; 
	width: 20px;
	position: relative;
	z-index: 30 !important;
	box-sizing: border-box;
}

#indexedsearchbox .btn-primary {
	cursor: pointer;
}


@media (min-width: 992px){
	.subnav-wrap {
		padding: 10px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		background: white;
		box-sizing: border-box;
		margin-top: 10px;
		margin-left: 20px;
		width: calc(25% - 20px);
	}

	header .nav .open > a, header .nav .open > a:hover, header .nav .open > a:focus, header .nav > li.active > a {
		background-color: #ee7900;
		border-color: transparent;
		color: white;
	}
	
	header .nav > li > a:hover, header .nav > li > a:focus, header .nav > li.active > a {
		text-decoration: none;
		background-color: #ee7900;
		color: #fff;
	}

	.carousel-inner > .item {
		height: 400px;
	}

}

footer {
		margin-top: 30px;
		background: #24396f;
}
	@media (min-width: 800px) {
footer  p {

	text-align: right;
	
	}
}

.frame-indent-left .frame-inner {
		margin: 0;
}

@media (max-width: 991px) {

	
	.navbar-toggle .icon-bar {
		background: #ee7900;
	}
	.navbar-header span {
		color: #000;
	}


}

#language_switch li.de a {
    background-image: url(/fileadmin/dpmc/image/Germany.svg);
}

#language_switch li.en a {
    background-image: url(/fileadmin/dpmc/image/GB.svg);
}

