body {
	background-repeat: repeat;
	background-attachment: fixed;
	margin-top: 40px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }

img {
  max-width: 100%;
}

.menuDiv {
    background: url(http://www.immofacility.com/images/menuBackground.png); background-repeat: no-repeat;
}

header {
	width: 980px;
}

.menutitlea ul li {
	width: 210px;
}

.rubrikenbild {
    float: right;
    position: relative;
    right: -20px;
    bottom: -20px;
}

.aktuelles_entry {
	margin: 0 ! important;
	padding: 0 ! important;
}

.offeneStellen {
	transition: all 0.3s linear;
}

a.offeneStellen:hover {
	cursor: pointer;
    opacity: 0.7;
}

h1 {
	line-height: 20px;
	font-weight: bold;
	font-size: 17px;
	color: #1D2675;
	font-family: Arial, Verdana, Calibri;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}

.schrift_standard {
	width: 100%;
}

h2 {
	color: #1D2675;
	font-size: 13px;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	color: #1D2675;
	font-size: 14px;
}

.menuDiv {
	/* width: 978px; */
	height: 68px;
	padding-left: 30px;
}

.fixMenuDiv {
	float: left;
	display: block;
	width: 100px;
	height: 64px;
}

a.fixMenu {
	color: #1D2675;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdana, Calibri;
	transition: all 1s linear;
}

a.fixMenu:visited {
	color: #1D2675;
}

a.fixMenu:hover {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

a.fixMenuActive {
	color: #000000 ! important;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdana, Calibri;
	transition: all 1s linear;
}

a.fixMenuActive:visited {
	color: #000000;
}

a.fixMenuActive:hover {
	color: #000000;
}

A {
  text-decoration: underline;
  color: #818181;
  font-weight: normal;
}
A:visited {
  text-decoration: underline;
  color: #818181;
  font-weight: normal;
}
A:hover{
  text-decoration: underline;
  color: #818181;
  font-weight: normal;
}

a.fixMenuActive:hover {
	text-decoration: none !important;
}

.buttonLeft {
	z-index: 20;
	padding: 75px 0 0 30px;
}

.buttonLeft:hover {
	cursor: pointer;
}

.buttonRight {
	z-index: 20;
	padding: 75px 30px 0 0;
}

.buttonRight:hover {
	cursor: pointer;
}

.containerPage {
	margin: 0 auto 0 auto;
	max-width: 960px;
}

.container2 {
	padding: 10px 30px 0 30px;
	overflow: hidden;
}

#slideshowContainer
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.containerLeft {
	width: 220px;
	float: left;
	margin-bottom: 20px;
}

#containerRight {
	width: 240px;
	float: right;
	background: no-repeat;
	background-position: right bottom;
}
#bildnachrandtext {
	float: right;
	position: relative;
	z-index: 1;
}
.containerCenter {
	margin: 0 10px 0 10px;	
	float: left;
	margin-bottom: 20px;
}

.shadow {
	box-shadow: 8px 8px 8px #666;
}

.grayContent {
	color: #818181;
	font-family: Arial, Verdana, Calibri;
	font-size: 0.8em;
}

.whiteContent {
	color: #ffffff;
	font-size: 14px;
	padding-top: 25px;
	font-family: Arial, Verdana, Calibri;
}

a.fixLinks:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.standorteAbstand {
	margin-top: 8px;
}

.fixLinksAbstand {
	margin: 5px 0 0 0;
}

a.fixLinks:hover {
	color: blue;
}

#inhalt {
	/* font-size: 0.8em ! important; */
}

a.fixLinks:visited {
	color: black;
}

a.normal {
	color: #ffffff;
	font-size: 1.0em;
	text-decoration: none;
}

a.normal:visited {
    color: #ffffff;
    text-decoration: none;
}

a.normal:hover {
    color: #ffffff;
    text-decoration: underline;
}

.backgroundImageSeitenrand
{
	display: none;
}

#footerContainer {
	margin-top: 20px;
	padding: 4px 0 4px 30px;
	clear: both;
	color: #ffffff;	
	background-color: #1D2675;
	font-family: Arial, Verdana, Calibri;
	font-size: 0.8em;
}

#footerContainer A {
	color: #ffffff;
	font-size: 1.0em;	
}

/* Codiertes @ in E-Mail fuer IE9 */
#footerContainer span.mailProtect {
	color: #ffffff;
}

#mobileMenu {
	display: none;
	width: 100%;
}

#mobileMenu ul {
	margin: 0;
}

#mobileMenu  li {
	padding: 10px 0;
	background: #efefef;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	box-shadow: inset 1px 1px 1px #777;
}

#mobileMenu  li a {
	color: #1E206B;
	text-decoration: none;
	padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
	.menuDiv {
		display: none;
	}
	#mobileMenu {
		display: block;
	}
	body {
		margin-top: 0;
	}
	#containerRight {
		float: left;
	}
}

/* mobile nav */
#nav {
	-webkit-transition: height 0.2s ease-in;
	-moz-transition: height 0.2s ease-in;
	overflow: hidden;
}
#mobileHeader {
	color: #fff;
	font-family: 'Segoe UI', Arial;
	cursor: pointer;
	padding: 10px 10px 10px 30px;
	background: #1D2675;
	border-bottom: 1px solid #555;
	position: relative;
}
#mobileHeader.opened:before {
	content:"";
	border-width: 1px 10px;
	border-style: solid;
	border-color: #fff;
	position: absolute;
	right: 15px;
	top: 13px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #F27D59;
}
#mobileHeader.opened:after {
	content:"";
	border-width: 1px 10px;
	border-style: solid;
	border-color: #fff;
	position: absolute;
	right: 15px;
	top: 20px;
	border-radius: 5px;
	/* box-shadow: inset 1px 1px 1px #F27D59; */
	box-shadow: 1px 1px 1px #F27D59;
}
#mobileHeader.closed:before {
	content:"";
	border-width: 10px 10px;
	border-style: solid outset outset outset;
	border-color:  #1D2675 transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 11px;
	z-index: 10;
}
#mobileHeader.closed:after {
	content:"";
	border-width: 10px 10px;
	border-style: solid outset outset outset;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9;
	border-radius: 5px;
}