body, header.container-header, body > div.site-grid, footer.container-footer{
	background-color: transparent;
}
.container-header {
	box-shadow: none;
}

/*.djm_header_background_image1 {
	background-image: url("/images/header/stock1.jpeg");
	background-size: contain;
	background-position-x: right;
}*/


body::before {
    background-image: url("/images/background/11372141.jpg");
    background-size: cover;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body.djm_background_betreuung::before {
    background-image: url("/images/background/41020292.jpg");
}
body.djm_background_verkauf::before {
    background-image: url("/images/background/42198902.jpg");
}
body.djm_background_vermietung::before {
    background-image: url("/images/background/42995122.jpg");
}
header {
  margin-top: 50px;
}

.header .grid-child:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #ccc;
}

.footer .grid-child:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #ccc;
}

.grid-child {
  background-color: rgba(255,255,255,0.85);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  max-width: 1120px!important;
  padding: 10px;
}

div.site-grid {
	margin-bottom: 0px;
	max-width: 1120px;
	margin: 0px auto;
	grid-gap: 0px;
}


div.site-grid .grid-child:first-child {
  border-right: 0px;
}

div.site-grid .grid-child:last-child {
  border-left: 0px;
}


.footer {
	margin-top: 0px;
}

.footer .grid-child{
	padding: 5px;
	border-top: 3px solid #eb6818;
}
.footer p{
	margin-bottom: 3px;
}
.footer p{
	font-size: 12px;
}

.footer a{
	color: #eb6818!important;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover{
	color: rgb(209, 104, 34)!important;
}
.footer .mod-custom {
	width: 100%;
}

.grid-child.container-nav {
	padding: 0px;
}
.mod-menu {
	border-top: 3px solid #eb6818;
	border-bottom: 3px solid #eb6818;
	padding: 0px;
	background: #fff;
	box-shadow: none;
}
.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
	background: none;
}
.container-header .mod-menu > li {
	padding: 12px 24px;
	border-left:1px solid #ccc;
	margin-left: 0px!important;
}
.container-header .mod-menu > li:first-child {
	border-left: 0px;
}
.container-header .mod-menu > li.active {
	background: #eb6818;
	color: #fff;
}