/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
  padding-top: 8px;
  padding-bottom: 30px;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 1200px;
}

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

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


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

/* Reset the container */
.container {
  width: 1200px;
  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;
  visibility: 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;
  /* height:40px; stau1 custom*/
}
.navbar-nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top:10px;
  padding-bottom:10px;
  color:#777; /*stau1 custom*/
}

.navbar-nav > li > a:hover { /*stau1 custom*/
  text-decoration: none;
  background-color: white;
  color: #555;
  border-radius: 5px;
}

.navbar .nav > .active > a {
  color: #555555;
  text-decoration: none;
  background-color: #eee;
  /*
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  */
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;
}

/* 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: 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;
}

/* Undo form expansion */
.navbar-form {
  float: left;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.navbar-form .form-control-static {
  display: inline-block;
}

.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
  width: auto;
}

.navbar-form .input-group > .form-control {
  width: 100%;
}

.navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
  top: 0;
}


/* Undo inline form compaction on small screens */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-control-static {
  display: inline-block;
}

.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}

.form-inline .input-group > .form-control {
  width: 100%;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
  top: 0;
}

.col-main-content {
  border: 1px solid #e3e3e3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header-home {
  background: rgb(34,34,34) url('/assets/img/headerbackground2.png') no-repeat center top;
  height: 255px;
  margin-top:0px;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #333333; /* #eeeeee; */
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0px;
  margin-top:0px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
}

.hero-unit-home {
  background: none;
  padding-left: 27px;
  padding-top: 35px;
  padding-bottom: 10px; 
}
.hero-unit-home h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  color: #444444;
  /* text-shadow: 0 1px 4px rgba(0, 0, 0, 1); */
}
.hero-unit-home h1 small {
  font-weight: normal;
  color: #444444;
  display: block;
  font-size: 22px;
  /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/
  margin-top: 10px; 
}

.search-frame {
  width:585px; 
  padding:15px; 
  background-color: rgba(240,240,240,0.88);
  -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
        border-radius: 6px;
}

img.arrowup {
  position:relative;
  top:238px;
  left:150px;
  width: 44px;
  height: 25px;
  z-index: 2;
}

img.stau-icon {
  height:12px; 
  width:18px; 
  margin-right:4px;
}

img.magnify-icon {
  height:16px; width:16px; margin-right:4px;
  vertical-align: top;
}
img.edit {
  vertical-align: top;
  margin-top:4px;
  margin-left:-1px;
  opacity: 0.5;
}
img.trash {
  vertical-align: top;
  margin-top:5px;
  margin-left:-1px;
  opacity: 0.5;  
}

img.nav-img {
  opacity: 0.65;
  height: 80%;
  width: 80%;
}

.badge-small {
  /* custom */
  font-size: 10.844px;
  line-height: 12px;
  padding: 1px 5px 2px;
  font-weight: normal;
}

.badge-counter {
  border-radius: 8px;
  padding: 2px 5px;
  font-size: 11px;
  position: relative;
  top:-8px; 
  left:-10px
}

.badge-counter-d0 {
  /* road view */
  border-radius: 8px;
  padding: 2px 5px;
  font-size: 11px;
  position: relative;
  top:-80px; 
  left:83px;
  z-index:12;
}

.badge-counter-d1 {
  /* road view */
  border-radius: 8px;
  padding: 2px 5px;
  font-size: 11px;
  position: relative;
  top:-33px; 
  left:-2px;
  z-index:12;
}

.badge-counter-d2 {
  /* road view */
  border-radius: 8px;
  padding: 2px 5px;
  font-size: 11px;
  position: relative;
  top:-31px; 
  left:5px;
  z-index:12;
}

.label-small {
  font-size: 10.844px;
  line-height: 12px;
  padding: 1px 5px 2px;
  font-weight: normal;  
}

.label-white {
  background-color: #ffffff;
  color: rgb(110,110,110);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(210,210,210);
  text-shadow: 0px 0px 0px;
}

.label-msg {
  margin-left:8px;
  margin-top:3px
}

.label-inverse {
    background-color: #333;
}

.btn-invisible {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;

}

.btn-autobahn {
  position:relative;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);

}

.btn-autobahn:hover,
.btn-autobahn:active,
.btn-autobahn.active,
.btn-autobahn.disabled,
.btn-autobahn[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-autobahn:active,
.btn-autobahn.active {
  background-color: #003399 \9;
}

.btn-bundesstrasse {
  position:relative;
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #000000;
  background-color: #ffcc33;
  *background-color: #ffcc33;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc33), to(#FFCC00));
  background-image: -webkit-linear-gradient(top, #ffcc33, #FFCC00);
  background-image: -o-linear-gradient(top, #ffcc33, #FFCC00);
  background-image: linear-gradient(to bottom, #ffcc33, #FFCC00);
  background-image: -moz-linear-gradient(top, #ffcc33, #FFCC00);
  background-repeat: repeat-x;
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffcc33', endColorstr='#FFCC00', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);

}

.btn-bundesstrasse:hover,
.btn-bundesstrasse:active,
.btn-bundesstrasse.active,
.btn-bundesstrasse.disabled,
.btn-bundesstrasse[disabled] {
  color: #000000;
  background-color: #ffcc33;
  *background-color: #000000;
}

.btn-bundesstrasse:active,
.btn-bundesstrasse.active {
  background-color: #ffcc33 \9;
}

.btn-landstrasse {
  position:relative;
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #000000;
  background-color: #ffffff;
  *background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 0 150%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);

}

.btn-landstrasse:hover,
.btn-landstrasse:active,
.btn-landstrasse.active,
.btn-landstrasse.disabled,
.btn-landstrasse[disabled] {
  color: #000000;
  background-color: #ffffff;
  *background-color: #000000;
}

.btn-landstrasse:active,
.btn-landstrasse.active {
  background-color: #ffffff \9;
}

.btn-green {
  background: #65c31f;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border-color: #57af17;
  font-weight: bold;
  background-color: #65c31f;
  background-image: -moz-linear-gradient(#94d52d, #65c31f);
  background-image: -o-linear-gradient(#94d52d, #65c31f);
  background-image: -ms-linear-gradient(#94d52d, #65c31f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #94d52d), color-stop(1, #65c31f));
  background-image: -webkit-linear-gradient(#94d52d, #65c31f); }

.btn-green:hover {
  background-position: 0 0;
  border-color: #56ad14;
  color: #ffffff; }

.btn-green:active {
  background: #65c31f; }

.btn-strasse {
  /* custom */
  margin-bottom: 9px;
  margin-right: 6px;
  line-height: 18px;
  padding: 4px 10px;
  font-weight: normal;
}

.btn-strasse-searchresult {
  /* custom */
  margin-bottom: 2px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 7px;
  line-height: 14px;
  padding: 4px 5px;
  font-weight: normal;
  font-size: 11px;
  white-space: nowrap;
  min-width: 24px;
}

.well-vi {
  margin-top: 15px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}

.well-search {
  min-height: 0px;
  padding: 15px;
  margin-bottom: 0px;
  border: 0px solid #dfdfdf;
  background-color: #ffffff;
}

.well-parambox {
  margin-top:10px;
  background-color: #ffffff;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.well-msg-road-block {
  min-height: 0px;
  padding: 5px;
  margin-top: 0px; 
}

.msg-region {
  padding: 2px;
  margin-top: 0px; 
  margin-bottom: 0px;
  margin-left: 8px;
  line-height: 17px;
  background-color: #ffffff;
  color: #999999;
  font-style: italic;
}

.time-span {
  font-size: 12px;
  color: #999999;
  font-style: italic;
  margin: 0px 0px 3px;
}

.time-span-archive {
  font-size: 12px;
  color: #000000;
  margin: 0px 0px 3px;
}

.time-span-version {
  color: #999999;
  margin: 0px 0px 3px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.push-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.divider20 {
  min-height: 20px;
}

.divider10 {
  min-height: 10px;
}

.low-margin-bottom, .mbox {
  margin-bottom: 4px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-left {
  margin-left: 0px;
}

.medium-margin-bottom {
  margin-bottom: 12px;
}
.large-margin-bottom {
  margin-bottom: 20px;
}

.font-white {
  color: #ffffff;
}

.font-red {
  color: #c50400;
}

.font-darkgrey {
  color: #5a5a5a;
}

.bg-lightgrey {
  background-color: #f0f0f0;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lightblack {
  background-color: #5a5a5a;
}

.bg-warning {
  background-color: #FCF8E3;
}

.mbox {
  min-height: 20px;
  padding: 9px;
  margin-bottom: 4px;
  margin-right: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.badge-important, .label-important {
    background-color: #b94a48;
}

.container-carousel-outer {
  margin-left:55px; margin-right:55px; margin-top:10px;
}

.container-carousel-inner {
  max-width:750px; margin-left:auto; margin-right:auto;
}

.carousel-indicators {
    list-style: none outside none;
    /*margin: 0;*/
    position: absolute;
    /*right: 15px;*/
    /*top: 15px;*/
    left: 61%;
    z-index: 5;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    width: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-top: 1px;
    background-color: #021;
}

.carousel-content {
  margin-left:0px; 
  margin-right:0px;
  height:420px;
  text-align:justify;
  overflow:auto;
}

.carousel-control.right {
  background-image:none;
  right: -90px;
  top: -30px;
  color: #000;
}

.carousel-control.left {
  background-image:none;
  left: -90px;
  top: -30px;
  color: #000;
}

.carousel-content-row {
    background-color: #fbfbfb;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.service-content-row {
    background-color: rgb(245,245,245);
    border-top: 1px solid rgb(204, 204, 204);
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-content-row {
    background: rgb(230,230,230);
    color: #5a5a5a;
    padding-top: 15px;
    padding-right: 12px;
    padding-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
}

.thumbnail-home {
  padding: 10px;
  background-color: rgb(245,245,245);
  border: 0px;
  box-shadow: none;
}

.check-list li {
  background: url("/assets/img/icons/check_box.png") no-repeat scroll 0px 4px transparent;
  /*background-positon: 7px 0px;*/
  padding: 0 0 0 21px;
  list-style: none outside none;
  margin-left:-40px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}
