/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  /* Margin bottom by footer height */
  margin-bottom: 113px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 113px;
  background-color: #fff;
}
a {
  color: #B6C717;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #B6C717;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.navbar {
  position: relative;
  margin-bottom: 0;
	background-color:#3B3C3E;
  border: none;
}
.nav {
	margin-top:131px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
	background-color:#B6C717;
}
.nav > li {
  position: relative;
  display: block;
	margin:0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
	font-size:14px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #CED863;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #CED863;
}
.navbar-brand {
  float: left;
  height: 171px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
}
.containerBGcolor { background-color:#3B3C3E;} 
.footerH3 {
  font-family: "alegreyaregular", serif; 
	padding-bottom:20px;
}
h1,
.h1 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
	color:#B6C717;
}
.h1Spezial {
	text-transform:uppercase;
	font-size:30px;
}
h2,
.h2 {
  font-size: 24px;
	color:#B6C717;
  margin-top: 0;
  margin-bottom: 20px;
	text-transform:uppercse;
}
h3,
.h3 {
	font-family: "comfortaaregular", serif;
  font-size: 20px;
	letter-spacing:1px;
  color:#ff6633;
  margin-bottom: 20px;
}
h4,
.h4 {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 15px 0 0 0;
}
.footerBg {
	background-color:#333;
	padding:17px 0 5px 15px;
	margin:0;
	font-size:16px;
}
p {
  margin: 0 0 20px;
}
#footer p {font-size:11px; color:#999; padding: 0 0 10px 0; margin:0;}
#footer a {color:#ff6633;}
.small {font-size:8px; padding:0 20px;}
.spacer30 { margin-bottom:30px;}
.entry ul {
  margin: 0;
  padding: 0;
	list-style-type: none;
}
.entry li {
  background-image: url("../images/list.png");
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 1.1em;
}
.entry { 
	background-color:#B6C717;
}
.entryProjekte { 
	height:452px;
	margin:0 0 50px 0;
}
.entryProjekte2 {
	height:150px;
	margin:0 0 50px 0;
}
.last {
	margin-right:0;
}
.detail {
  font-size: 12px;
}
hr {height:1px; border:none; color:#efefef; background-color:#efefef; margin:0 0 5px 0; padding:0;}
.bg-success {
  background-color: #B6C717;
	padding:10px 5px;
}
a.bg-success:hover {
  background-color: #CED863;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: normal;
}
dd {
  margin-left: 0;
}
a.linkMieten { color:#666!important;text-decoration: underline;}
a:hover.linkMieten { text-decoration: none;}
.form-control {
  border-radius: 0;
}
ul.list {
padding: 0;
margin: 0 0 20px 0;
list-style: none;
}
.list li {
padding-left:18px;
background-image: url(http://www.uno-areal.ch/images/list.png);
background-repeat: no-repeat;
background-position: 0 center;
}
.mieten {  margin-bottom: 20px;}
.mieten p { margin-bottom: 0;}

label.error {
    color: #FF0000;
    font-weight: bold;
    margin-top: 2px;
    padding: 2px 8px;
}
label.valid {
    background: url("../images/valid.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 100px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 120px;
  }
}
@media (max-width: 1023px) {
	.nav {
		margin-top:0;
	}
}

