﻿/* CSS Document */

html {
	overflow-x: hidden;
	overflow-y: auto;
}
html, body {
	min-height: 100%;
}
body {
	color:#000;
	background-color:#FFF;
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	line-height:23px;
	margin:0;
	padding:0 !important;
}

/* ===== Sticky Footer Trick ===== */
.wrapper {
	min-height: 100%;
	height: auto !important; /* for older versions of IE */
	height: 100%;

}

/* ===== Navbar ===== */
.navbar-inverse {
	background-color: #8F8F8F;
	border: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #000;
	font-weight: bold;
	background-color: #C7CCCF;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
	border-top-color: #515151;
	border-bottom-color: #515151;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #fff;
	color: #515151;
}
 @media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
 color: #000;
}
}
.dropdown-menu {
	background-color: #fff;
	border: 1px solid #D6D6D6;
	border-top-color: #fff;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu > li > a {
	color: #515151;
	padding: 10px 20px;
	font-size: 12px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #FFF;
	background-color: #515151;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #515151;
}
header.pageHeader {
	background: url(../images/header-dummy2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	border-bottom:10px solid #8F8F8F;
}
header.pageHeader-v2 {
	background: url(../images/header-dummy2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	border-bottom:10px solid #8F8F8F;
	padding-top:60px;
	padding-bottom:10px
}
header.pageHeader-v3 {
	border-bottom:10px solid #8F8F8F;
	background-color:#bdbdbd;
	padding-top:60px;
	padding-bottom:10px
}
header.article {
	font-weight: bold;
	font-size: 1.2em;
}
article {
	margin-bottom:20px;
}

.margin-bottom-20{
	margin-bottom: 20px;}
.margin-bottom-40{
	margin-bottom: 40px;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	text-transform: uppercase;
}
.h2, h2 {
	font-size: 24px;
}
.h3, h3 {
	font-size: 20px;
}
a {
	color: #8ECE47;
	font-weight:bold;
}
a:focus, a:hover {
	color: #5CB85C;
	text-decoration: underline;
}
.progress-bar-success {
	background-color: #8ECE47;
}
.btn-success {
	color: #fff;
	background-color: #8ECE47;
	border-color: #4cae4c;
}
/*Interactive Slider v2
------------------------------------*/
.interactive-slider-v2 {
	z-index: 1;
	padding-top: 15px;
	position: relative;
	text-align: center;
}
.interactive-slider-v2:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
}
.interactive-slider-v2 h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	line-height: 80px;
	text-transform: uppercase;
}
.interactive-slider-v2 p {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	font-family: "Open Sans", Arial, sans-serif;
}
/*Divider*/
.devider.devider-dotted {
	border-top: 2px dotted #C0BFBF;
}
hr {
	margin: 30px 0;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}

.color-weiss {
	color: #FFFFFF;
	font-weight:bold;	
}

.color-black {
	color: #000000;
	font-weight:bold;	
	letter-spacing: 0.1em;	
}

.color-black-small {
	color: #000000;
	font-weight:normal;
}


.color-rot {
	color: #FF4040;
	font-weight:bold;
}

.color-blau {
	color: #0073A9;
	font-weight:bold;
}

.color-blau-small {
	color: #0073A9;
	font-weight:normal;
}


.color-green {
	color: #8ECE47;
	font-weight:bold;
}


.box-blau {
	background-color: #0073A9;
	border: 2px solid #000000;
	padding:15px;
	border-radius: 3px;
}


.bg-white {
	background-color: #fff;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.navbar-default {
	background-color: #C7CCCF;
	border-color: transparent;
}
.navbar-default .navbar-nav>.active>a {
	color: #000000;
	background-color: #C7CCCF;
	text-decoration:underline;
}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000000;
	background-color: #C7CCCF;
	text-decoration:underline;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width:150px;
	height:150px;
	background-image: url(../images/logo_dummy.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
footer {
	bottom: 0;
	width: 100%;
	padding:15px;
	/* Set the fixed height of the footer here */
  	height: 10px;
	background-color: #0000FF;
	color:#fff;
}
 @media (min-width: 768px) {
 .logo {
position: static;
background-image: url(../images/logo_dummy.png) no-repeat;
background-size: cover;
background-position: center center;
}
 .form-horizontal .control-label {
 padding-top: 7px;
 margin-bottom: 0;
 text-align: left;
}
}
 @media (max-width: 768px) {
 .interactive-slider-v2 p {
 font-size: 14px;
}
}
