/* Global Resetting */
/** {
	font-size: 1em;
	padding: 0;
	margin: 0;
	list-style:none;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
}*/

body {
	color:#666;
	font-family: Consolas, Geneva, sans-serif;
	background:#9a9ae4;
	overflow-x:hidden;
}
div.back {
	background:url(../images/BackgroundContent.jpg) no-repeat bottom;
	background-size: 100%;
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
}

#Content {
	margin: 0 0 0 12px;
    position: relative;
    z-index: 999;
}

a img{
	border:0;
}

header {
	min-height: 86px;
	border-radius: 0px;
}
header .navbar-brand img {
	height:auto;
	width:200px;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    min-height: 86px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 85px;
}

/* TopNavigation 	*/
.navbar-default .navbar-nav > li > a {
    font-size: 1.4em;
    color: #900;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current > a {
    color: #f00;
}
/* Isotope Boxen */
ul#list {
	width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    height: 100%;
    margin:0;
    padding:0;
}

/* WebsiteNavigation */
ul.WebsiteMenu li { 
	background: rgba(255,255,255,0.4);
	max-width:370px;
	width: 100%;
	height:300px;
	margin: 10px;
	box-shadow:#333 4px 6px 2px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style:none;
	float:left;
}
ul.WebsiteMenu li img { 
	margin: 9px;
	border-top: 1px solid #666;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #666;
	width:100%;
	max-width:350px;
	height:auto;
}
ul.WebsiteMenu li img:hover { 
	border-top: 1px solid #f00;
	border-right: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-left: 1px solid #f00;
}
ul.WebsiteMenu li a { 
	color:#009;
}
ul.WebsiteMenu li span { 
	margin: 0 0 0 9px;
	display:block;
	max-width:350px;
	height:60px;
}
ul.WebsiteMenu li span p { 
	margin:0;
	padding:0;
	font-size:10px;
	line-height:12px;
}
ul.WebsiteMenu > li a > span {
	color:#900;
	font-size: 0.8em;
	margin-top: -7px;
}
ul.WebsiteMenu > li:hover a > span {
	color:#f00;
}
/* Kontakt Form */
form {
	margin: 0 auto;
    width: 200px;
}	
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    margin-top: 5px;
    font-weight: normal;
    color: #fff;
}

#Banner {
	text-align: center;
}

#Form_Form_Adresse_Holder {
    display: none;
}

#footer, .push {
    clear: both;
	height:44px;
	width:100%;
}


#footer {
	
	
	background:url(../images/footer.png) bottom left repeat-x;
}
#footer p {
	color:#666;
	font-size:11px;
	float:right;
	padding: 20px 12px 0 12px;
}
#footer #ur.clock {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	float:right;
	padding:18px 18px 0 18px;
	text-shadow:#000 2px 2px 2px;
}
	#footer a {
		color:#666;
		text-decoration:none;
	}
		#footer a:hover {
			color:#f00;
		}

/* MediaQuery - Breaks *****************************************************************/


/* Extra small devices (portrait phones, less than 576px) (xs) */
@media (max-width: 575px) { 
	ul.WebsiteMenu li {
	    max-width: 370px;
	    width: auto;
	    height: 300px;
	    margin: 10px;
	    clear: left;
	}
	ul.WebsiteMenu li img {
	    margin: 0px;
	    border:none;
	    width: 100%;
	    max-width: 350px;
	    height: auto;
	    padding: 9px;
	}
	ul.WebsiteMenu li img:hover { 
		border: none;
	}
}

/* Small devices (landscape phones, less than 768px) (sm) */
@media (max-width: 769px) {

	ul#filters.nav li {
    	display: inline-block!important;
	}
	#Content {
	    margin: 0 auto;
	    position: relative;
	    z-index: 999;
	    max-width: 370px;
	}


}

/* Medium devices (tablets, less than 992px) (md) */
@media (min-width: 991px) {


}

/* Large devices (desktops, less than 1200px) (lg) */
@media (min-width: 1199px) {

}