:focus {outline:none !important;}
body {
	font-family: 'Roboto Condensed', 'Arial', sans-serif !important;
	min-width: 970px;
	font-weight: 300;
}

.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #0e71b8;
}

.modal-backdrop.in {
filter: alpha(opacity=90);
opacity: .9;
}


.leistungen-titel{
	color: #0e71b8;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 20px;
}
.max-width-img{
	max-width: 111%;
	margin-left: -30px;
}

.max-width-img-content{
	color: #646363;
	padding-top: 26px;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background: #0e71b8;
    z-index:9999; /* makes sure it stays on top */
}


#danke {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background: #0e71b8;
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:60px;
    height:60px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-repeat:no-repeat;
    background-position:center;
    margin:-30px 0 0 -30px; /* is width and height divided by two */
}


.text-inhalt-mit-streifen{
	border-left: 4px solid #facb00;
	padding-left: 30px;
}

.white-color{
	color: #ffffff !important;
}

/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}

.kontakt-overlay{
	background-image: url('../images/overlay.png');
	background-repeat: repeat-y;
	background-position: center center;
	position: absolute;
	z-index: 999;
	clear: both;
	width: 100%;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 970px;
  max-width: none !important;
}



.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}


.navbar-absolute-top{
	border-radius: 0px;
position: absolute;
right: 0;
left: 0;
z-index: 1030;
}

#vmc_start {
    width: 100%;
    background-image: url('../images/start.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 640px;
}
#vmc_navigation {
    width: 100%;
}


#vmc_unternehmen{
	/*background: #1d71b8;*/
	background: #c6eefb url('../images/hintergrund-unternehmen.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}


#vmc_leistungen{
	background: #ffffff;
}

#vmc_kontakt{
	background: #ffffff;
}

.standard_container{
	padding-top:180px;
	padding-bottom:60px;
}


.logo-container{
	margin-top:100px;
}

.slogan-container{
	color: #0e71b8;
	font-style: italic;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 44px;
	font-size: 44px;
	margin-top:144px;
}


.navbar-inverse {
  background-image: -moz-linear-gradient( 90deg, rgb(222,232,240) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(222,232,240) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(222,232,240) 0%, rgb(255,255,255) 100%);
  opacity: 0.949;
  box-shadow: 0.5px 0.866px 1px 0px rgba(46, 41, 36, 0.25);
  height: 148px;
  border: 0px solid #ffffff !important;
 
}

.navbar-nav > li > a {
padding: 52px 38px;
font-size: 24px;
font-weight: 300;
color: #0e71b8 !important;
border-top:3px solid transparent;
}

.navbar-nav > li > a.active {
color: rgba(15, 113, 184, 0.72) !important;
border-top:3px solid #f7e17e;
}

.navbar-nav > li > a > span {
font-size: 16px;
font-weight: 300;
color: #646363 !important;
clear: both;
display: block;
margin-top: 5px;
}


.hire-button-container{
	text-align: center;
	width: 970px;
}


.scroll-button {
  background-image: -moz-linear-gradient( 90deg, rgb(250,203,0) 0%, rgb(255,223,84) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(250,203,0) 0%, rgb(255,223,84) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(250,203,0) 0%, rgb(255,223,84) 100%);
  box-shadow: 0.5px 0.866px 1px 0px rgba(46, 41, 36, 0.25);
  color: #0e72b5;
  font-weight: 300;
  font-style: italic;
  border-radius: 28px;
  padding: 11px 20px;
}


.scroll-button:hover {
  background-image: -moz-linear-gradient( 90deg, rgb(255,223,84) 0%, rgb(250,203,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,223,84) 0%, rgb(250,203,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,223,84) 0%, rgb(250,203,0) 100%);
  box-shadow: 0.5px 0.866px 1px 0px rgba(46, 41, 36, 0.25);
  color: #175c8a;
}


.orange-color{
	color: #facb00 !important;
}


.angebot-button {
  position: absolute;
  margin-top: 44px;
  background-image: -moz-linear-gradient( 90deg, rgb(29,113,184) 0%, rgb(60,145,217) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(29,113,184) 0%, rgb(60,145,217) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(29,113,184) 0%, rgb(60,145,217) 100%);
  box-shadow: 0.5px 0.866px 1px 0px rgba(46, 41, 36, 0.25);
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  border-radius: 48px;
  padding: 15px 30px;
}



.angebot-button:hover,.angebot-button:focus {
  background-image: -moz-linear-gradient( 90deg, rgb(60,145,217) 0%, rgb(29,113,184) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(60,145,217) 0%, rgb(29,113,184) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(60,145,217) 0%, rgb(29,113,184) 100%);
  box-shadow: 0.5px 0.866px 1px 0px rgba(46, 41, 36, 0.25);
  color: rgba(255, 255, 255, 0.75);
}


