body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.main-content {
	margin-bottom: 50px;
}

h1,h2,h3,h4,h5,h6 {
	color: #5b8497;
}

a {
	color: #5b8497;
}

a:hover {
	color: #000;
}


/***** search field with icon *****/

.stylish-input-group .input-group-addon{
    background: white !important; 
}

.stylish-input-group .form-control{
	border-right: 0; 
	box-shadow: 0 0 0; 
	border-color: #ccc;
}

.stylish-input-group button{
    border: 0;
    background: transparent;
}


/***** navbar *****/

.masthead {
	height: auto;
	margin: 20px 0;
	background-color: #fff;
}

.logo {
	padding: 0 20px;
}

#nav.affix { /* bootstrap 3 helpers */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.navbar-custom {
	background-color: #5b8497;
    color: #ffffff;
  	border-radius: 0;
  	margin-bottom: 0 !important;
}

.navbar-custom .navbar-nav {
  	padding: 0;
	margin-right: -15px;
	margin-left: -15px;
}
  
.navbar-custom .navbar-nav > li > a {
  	color: #fff;
	text-transform: uppercase;
}

.navbar-custom .navbar-nav > .active > a, 
.navbar-custom .navbar-nav > .active > a:hover, 
.navbar-custom .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #000;
}

.navbar-custom .navbar-nav > .open > a, 
.navbar-custom .navbar-nav > .open > a:hover, 
.navbar-custom .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #000;
}
      
.navbar-custom .navbar-nav > li > a:hover, 
.navbar-custom .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #000;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
  	background-color: #000 !important;
}
  
.navbar-custom .navbar-brand {
  	color: #fff;
}
.navbar-custom .navbar-toggle {
  	background-color: #fff;
}
.navbar-custom .icon-bar {
  	background-color: #000;
}


/***** Moduletable *****/

#sidebar-left .moduletable,
#sidebar-right .moduletable {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 90px 0 30px 0;
}

#sidebar-left .moduletable h3,
#sidebar-right .moduletable h3 {
	color: #5b8497;
	margin: 0 0 20px 0;
}


/***** Suche *****/

.searchintro {
	margin-top: 20px;
}

.form-limit {
	margin: 20px 0;
}


/***** Footer *****/

.footer-outer {
	background: url(../images/bg_footer_outer.png) repeat-x;
	height: 54px;
}

.footer-inner {
	background: url(../images/bg_footer_inner.png) no-repeat;
	color: #fff;
	height: 54px;
	padding-top: 28px;
	padding-left: 90px;
}

.copyright {
	font-size: 0.9em;
}


/***** footer button to top *****/

#toTop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	background: #5a8596;
	color: #fff;
	cursor: pointer;
	display: none;
}
