/*  ################################################################
  1. GENERAL STRUCTURES
  Author: Maik Borchert
################################################################# */


/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400italic);

/* Space out content a bit */
body {
  padding-top: 20px;

  font-family: 'Open Sans', sans-serif;
  color: #5b6770;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.intro,
.footer,
.intro_sub {
  padding-left: 0px;
  padding-right: 0px;
}


/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 25px;
}

h2 {
  font-size: 26px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}


ul {
   list-style-type: circle;
   list-style-position: outside;

   padding-left: 30px;
}

li {
    color: #dc4e00;
  line-height:24px;
}
li span {
    color: #5b6770;
}



.og {
  color: #f27242;
}

i.aktuell {
  font-size: 60px;
  margin-top: -40px;
  opacity: 1;
}

i.aktuell {
  font-size: 40px;
  opacity: 1;
}


a {
    color: #dc4e00;
    text-decoration: none;
}

a:hover{
    color: #5b6770;
    text-decoration: underline;
}

a:hover, a:visited {
    color: #dc4e00;
}

/* Custom page footer */

.inverse-wrapper {
    background: #dc4e00;
    color: #FFF;
    position: relative;
}


.footer {
padding: 35px 0;
  color: #FFF;
}

.footer p {
    padding: 0;
    margin: 3px 0 0 0;
}

.footer a {
    color: #FFF;
}


.sub-footer p.pull-left {
    margin: 0
}

.sub-footer p {
    padding: 0;
    margin: 0px 0 0 0;
}

/* Customize container */
@media (min-width: 768px) {

  }
}



/* Menue */

.navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}


.navbar-nav.navbar-right {
  margin-top: 15px;
}

.navbar-toggle {
      margin-top: 22px;
}


.navbar-brand {
  height: 80px;
  padding: 15px 15px;
  font-size: 21px;
  line-height: 22px;
  font-weight: 400;

}


.navbar-default .navbar-brand {
  color: #dc4e00;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #dc4e00;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #5b6770;
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #dc4e00;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #FFF;
  opacity:0.8;
    color: #dc4e00;
}


.dropdown-menu {
    background-clip: padding-box;
    background: #fff;
  opacity:0.95;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    list-style: outside none none;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}


.dropdown-menu > li > a {
    clear: both;
    color: #5b6770;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #FFF;
    color: #dc4e00;
    outline: 0 none;
    text-decoration: none;
}



.dropdown-menu > li > a:hover {
    color: #dc4e00;
}

hr {
  border: 1px solid #a3aaae;
  width: 100px;
  margin-top: 10px;
  margin-bottom: -5px;
}


.nav-stacked > li {
  border-left: 2px solid transparent
}

.nav-stacked > li.active {
  border-left: 2px solid #f27242;
  background: #f9f9f9
}


.navbar-nav > li > a {
  margin-left: 2px;
}


/* HEADER SECTION */
#h {
  background: url(header.jpg) no-repeat center top;
  padding-top: 150px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#h-sub {
  background: url(header-sub.jpg) no-repeat center top;
  padding-top: 150px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 300px;
  width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.welcome {
  background: #FFF;
  padding-top: 12px;
  padding-bottom: 15px;
  opacity: 0.9;
  color: #5b6770;

}


.welcome p {
margin-top:-15px;
margin-bottom:15px;
}

.welcome a {
color: #5b6770;
}

.welcome a:hover {
color: #5b6770;
}


.welcome h1 {
  text-align: center;
  font-weight: 500;
  color: #5b6770;
  margin-top: 10px;
  margin-bottom: 10px;
}

.center {
  text-align: center;
  margin-bottom: 40px;
}

/* Supporting intro content */
.intro {
  margin: 30px 0;
  text-align: center;
}
.intro p + h4 {
  margin-top: 28px;
  text-align: center;
}

.intro_sub {
  margin: 30px 0;
  text-align: left;
}
.intro_sub p {
  margin-top: 22px;
  text-align: left;
}

.intro_sub h3 {
  margin-top: 6px;
  font-size:18px;
}



.image_mitte
{

 margin-top:24px;
margin-bottom:30px
}

.image_mitte img {
  max-width:100%;
  height:auto;
  border: 1px solid #abacac;
}






/* Supporting kontakt content */
.kontakt {
  margin: 0 0;
  padding: 0;
}
.kontakt p + h4 {
  margin-top: 28px;
  text-align: center;
}

.grey {
  margin-top: 20px;
  background-color: #f6f7f7;
}


/* Supporting marketing content */
.sub {
  margin: 20px 0;

}
.sub p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}


#map {
    height: 400px
}
