@font-face {
  font-family: 'ColaborateThin';
  src: url('../css/fonts/colaborate/ColabThi-webfont.eot');
  src: url('../css/fonts/colaborate/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
       url('../css/fonts/colaborate/ColabThi-webfont.woff') format('woff'),
       url('../css/fonts/colaborate/ColabThi-webfont.ttf') format('truetype'),
       url('../css/fonts/colaborate/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  padding:0; margin:0;
  overflow-y: scroll !important; /* Scrollbar immer sichtbar */
}

body {
  padding: 0; margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body.start {
  background: url('../uploads/Layout/Gleiberg3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #636363;
}
@media (max-width: 769px) {
  body.start {
    background-image: none;
  }
}

a,
a:focus {
  color: #0057a3;
  text-decoration: none;
}

a:hover {
  color: #0057a3;
  text-decoration: underline;
}

HR {
  height: 1px;
  color: #DDD;
  background-color: #DDD;
  border: 0px solid #DDD;
  padding: 0; margin: 0;
}

TABLE {
  border-collapse: collapse;
}

TD {
  color: #000;
}

.hr_spacer {
  clear: left;
  padding: 7px 0;
}

UL, OL {
  margin-top: 3px;
}

UL LI, OL LI {
  margin-top: 3px;
}

LI P {
  margin-bottom: 5px;
}

IMG {
  border: 0px;
}

FORM {
  padding: 0; margin: 0;
}

P {
  margin-top: 0; padding-top: 0;
}

H1 { font-size: 200%; font-weight: normal; color: #404040; line-height: 1.2em; margin-top: 0; }
H2 { font-size: 150%; font-weight: normal; line-height: 1.2em; margin-top: 0; }
H3 { font-size: 130%; font-weight: normal; line-height: 1.2em; margin-top: 0; }

/* Layout Stile */

.basenav-container, .startnav-container {
  margin: 0;
  padding: 0;
  color: #000;
}

.startnav-container {
  height: 155px;
}

.basenav-container {
  height: 130px;
  background-color: #cdcdcd;
}
@media (max-width: 769px) {
  .basenav-container, .startnav-container {
    margin: 0;
    height: 100px;
    background-image: url('../uploads/Layout/header_mobil.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* TOPNAVIGATION */
.navigation-top {
  float: left;
  margin-top: 20px;
}
.navigation-top img {
  margin: 17px 0 0 0;
  vertical-align: 0;
  width: 46px;
  height: 46px;
}

.navigation-top span {
  display: none;
}

.navigation-top li a {
  display: inline-block;
  padding: 0px 0px;
  margin-top: 0px;
  width: 80px;
  height: 80px;
  text-decoration: none;
  text-align: center;
  color: #0f4295;
  font-size: 90%;
}

/* ACHTUNG! focus muss vor hover damit nicht rote Schrift auf rotem Hintergrund erscheint! */

.navigation-top li a:focus {
  background-color: #ed0616;
}

.navigation-top li a:hover, .navigation-top li.activePage a {
  background-color: transparent;
}
.navigation-top li a:focus {
  background-color: transparent;
}

.navbar-inverse {
  display: none;
}


.navbar-header .navbar-toggle {
  border: none;
}
.navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
  background-color: #f5c603;
}

.mobi-button {
  max-width: 35px; max-height: 35px;
}

@media (max-width: 1120px) {
  .navigation-top img {
    margin: 17px 0 0 0;
    width: 32px;
    height: 32px;
  }
  .navigation-top li a {
    width: 50px;
    height: 50px;
  }
}

/* FlyOut-Basismenu */

@media (max-width: 769px) {
  .navbar-inverse {
    display: block;
  }
  .navigation-top span {
    display: block;
  }
  .xs-navbar-base ul li a img {   /* Basisnav-Icons im mobilen ausblenden */
    display: none;
    /*width: 25px;
    height: 25px;
    margin-right: 15px;*/
  }
  .navigation-top li a {

  }
  .navigation-top {
    margin-right: 0px;
  }
  .navigation-top img {
    margin: 0 6px;
    width: 22%;
  }
  .navigation-top li a {
    width: 150px;
    height: 25px;
    text-align: left;
    border: none;
  }
  .navigation-top li a.firstPage {
    border-left: none;
  }
}

.navbar-brand, .navbar-brand-start {
  float: right;
  margin: 8px 0 0 0;
  padding: 0;
  background-image: url(../uploads/Layout/Logo@2x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
.navbar-brand-start {
  width: 280px; height: 145px;
  background-size: 280px 145px;
}
.navbar-brand {
  width: 212px; height: 110px;
  background-size: 212px 110px;
}

@media (max-width: 769px) {
  .navbar-brand, .navbar-brand-start {
    float: left;
    margin-left: 20px;
    /*text-align: center;*/
    width: 174px;
    height: 90px;

    background-size: 174px 90px;
    background-position: 0 0;
  }
}

/*** Inhaltsbereich ***/

.inner-container {
  margin: 0 auto;
  padding: 0% 0%;
  max-width: 1200px;
  text-align: left;
}

.content-container {
  padding: 0px;
  /*background-color: #FFF;*/
}

#breadcrumb {
  margin: 0 0 20px 0;
  font-size: 80%;
}

#Content {
  padding: 30px 20px 60px 20px;
  margin: 0;
  width: 100%;
  font-family: "ColaborateThin", Arial, Helvetica, sans-serif;
  font-size: 130%;
  line-height: 1.3em;
  min-height: 300px;
}
#Content h1 {
  font-weight: bold;
}

@media (max-width: 480px) {
  #Content {
    padding: 10px 15px 30px 15px;
  }
}

/*** Footer ***/

.footer-container {
  background-color: #404040;
  color: #EEE;
  background-image: url(../uploads/Layout/Burg_outline.png);
  background-position: center 80px;
  background-repeat: no-repeat;
}

.footer-container .row {
  padding: 20px 40px;
}

.footer-icon img {
  width: 46px;
  height: auto;
}

.footer-text {
  font-family: "ColaborateThin", Arial, Helvetica, sans-serif;
  font-size: 120%;
  margin: 0 0 0 15px;
  line-height: 1.4em;
}
.footer-text h3 {
  font-weight: bold;
}
.footer-text a {
  color: #EEE;;
}
.footer-offset {
  margin: 44px 0 0 61px;
}
.copyright {
  padding: 15px 0 15px 0;
  font-size: 90%;
  color: #CCC;
  text-align: center;
}
@media (max-width: 970px) {
  .footer-offset {
    margin: 0 0 0 61px;
  }
}

/*** sonstige Stile ***/
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}

/* Buttons Branchen/Objects Seitenleiste */
.details_content .objBtn {
  padding: 5px;
  color: #000;
  cursor: pointer;
}

.details_content .objBtnOver {
  padding: 5px;
  cursor: pointer;
  background-color: #eee;
}

.details_content .objBtnHidden {
  padding: 5px;
  color: #9EAC99;
  cursor: default;
}

.details_content .objBtnHidden IMG {
  filter: alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4;
}

/***** Seitenmodule *****/

.container_content_module {
  padding: 0; margin: 0;
  float: left;
  width: 100%;
}

.container_content_module P, .bg_content_module P, .bg_content_module2 P, .bg_content_module_active P {
  padding: 0; margin: 0;
}

.bg_content_module, .bg_content_module, .bg_content_module_active {
  padding: 0; margin: 0;
}

.container_content_module H1, .bg_content_module H1, .bg_content_module2 H1, .bg_content_module_active H1 {
  margin-bottom: 10px;
  font-size: 150%;
  color: #444;
}

.bg_content_module A, .bg_content_module2 A, .bg_content_module_active A {
}

.bg_content_module A.back_btn, .bg_content_module2 A.back_btn, .bg_content_module_active A.back_btn {
}

.small { font-size: 11px; }
.ip { font-size: 13px; color:#000; border: #999 1px solid; }

#Search {
  position: absolute;
  top: 90px;
  left: 0px;
  display: none;
  z-index: 999;
}
.startnav-container #Search {
  left: 260px;
}
.basenav-container #Search {
  left: 580px;
}

@media (max-width: 1120px) {
  .startnav-container #Search {
    left: 54px;
  }
  .basenav-container #Search {
    left: 252px;
  }
}

#searchwrapper {
  width: 300px;
  height: 40px;
  background-color: #606060; /*#ffcc00;*/
  opacity: 0.85;
  padding: 0px;
  margin: 0px;
  position:relative; /*important*/
}

#searchwrapper form { display:inline ; }

.searchbox {
  border: 0px; /*important*/
  background-color: white; /*transparent; /*important*/
  position: absolute; /*important*/
  top: 7px;
  left: 5px;
  width: 230px;
  height: 25px;
  font-size: 100%;
  z-index: 999;
}

.searchbox_submit {
  border: 0px; /*important*/
  background-color: transparent; /*important*/
  background-image: url(../images/search_button.png);
  background-position: 15px 3px;
  background-repeat: no-repeat;
  position: absolute; /*important*/
  top: 5px;
  left: 240px;
  width: 45px;
  height: 23px;
  line-height: 1.0;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 769px) {
  #searchwrapper {
    width: 90%;
    height: 30px;
    background-image: none;
    background-color: #FFF;
    border: 1px solid #0f4295;
    margin: 6px 5% 8px 5%;
  }
  .searchbox {
    width: 95%;
    top: 2px;
    left: 6px;
  }
  .searchbox_submit {
    background-image: none;
  }
}

/* Map */

#MapContainer { position: relative; }
#MapLayer        { width: 100%; height: 150px; border-top: 1px solid #888; background-color: #EEE; color: #000; }
#MapLayer div    { line-height: normal ! important; }
#MapLayer img    { max-width: none; }
#MapLayer label  { width: auto; display:inline; }
#MapHandle       { position: absolute; z-index: 1000; background-repeat: no-repeat; cursor: pointer; opacity: 1; }
#MapHandle.close { top: -32px; left: 50%; right: auto; width: 64px; height: 64px; margin-left: -32px; background-image: url(../module/gmaps/images/map_open.png); }
#MapHandle.open  { top: 0px; right: 15px; left: auto; width: 55px; height: 55px; background-image: url(../module/gmaps/images/icon-map-close.png); background-position: center; }
#MapHandle.open:hover { background-color: #888; }

/* Stadtverwaltung */
.stadtverwaltung { padding: 1px 0px 30px 0px; }
.stadtverwaltung form { margin-bottom: 15px; }
.stadtverwaltung label { white-space: nowrap; }
.stadtverwaltung .letter { margin: 20px 0; text-transform: uppercase; color: #BBB; font-size: 32px; font-weight: bold; }
.stadtverwaltung h3 { margin: 20px 0 10px 0; }
.stadtverwaltung .lebenslagen_list { text-decoration:none; display: inline-block; border: 0px solid #DDD; background-color: #F5F5F5; padding: 5px; margin: 0 5px 5px 0; }
.stadtverwaltung .lebenslagen_list:hover { background-color: #026BAF; color: #FFF; }
.stadtverwaltung .list h2 { margin: 20px 0; color: #000; font-size: 120%; }
.stadtverwaltung .list .headline { margin: 20px 0; }
.stadtverwaltung .list .headline span { font-weight: bold; }
.stadtverwaltung .list table { width: 100%; }
.stadtverwaltung .list table td.image { width: 160px; }
.stadtverwaltung .list table td.image IMG { max-width: 160px; }
.stadtverwaltung .list table td.min-width { width: 1%; white-space: nowrap; }
.stadtverwaltung .list .path { margin-bottom: 20px; font-weight: bold; }
.stadtverwaltung .list .note { border: 1px solid #DDD; background-color: #F5F5F5; padding: 15px; }
.stadtverwaltung .list .no-result { color: #A60202; }
.stadtverwaltung .list ul { margin-bottom: 20px; }
.stadtverwaltung .list ul li { margin-left: 25px; padding: 2px 0; }
.stadtverwaltung .form-control { max-width: 400px; }