@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?x453zh');
  src:url('../fonts/icomoon.eot?#iefixx453zh') format('embedded-opentype'),
    url('../fonts/icomoon.woff?x453zh') format('woff'),
    url('../fonts/icomoon.ttf?x453zh') format('truetype'),
    url('../fonts/icomoon.svg?x453zh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e600";
}
.icon-map:before {
  content: "\e601";
}
.icon-clock:before {
  content: "\e602";
}
.icon-location:before {
  content: "\e603";
}
.icon-phone:before {
  content: "\e604";
}
.icon-users:before {
  content: "\e605";
}
.icon-pushpin:before {
  content: "\e606";
}
.icon-list:before {
  content: "\e607";
}

#mainaddress{
  margin:  0;
}

.centered{
  margin: auto !important;
  display: block !important;
}

.container_small{
  width: 80%;
  max-width: 1900px;
  margin: auto;
}

#big_map{
  height: 400px;
  margin: auto;
}

#openinghours{
  /*background-color: #F0F0F0; Hintergrunfarbe ; ersetzt durch <hr>*/
  padding-right: 10px;
  padding-left: 10px;
}

footer{
  background-color: #f5f5f5;
  min-height: 50px;
  display: block;
  vertical-align: middle;
  line-height: 50px;
}
footer p{
  margin: 0;
  display: inline-block;
}
footer ul{
  list-style: none;
  padding: 0;
  float: right;
  margin: 0;
}
footer ul li{
  margin-left: 1em;
  display: inline-block;
}

section{
  margin: 20px 0;
}

#map:target{
  display: block;
}

#map{
  display: none;
}

#map_wrapper #map{
  height: 300px;
}

#logo{
	height: 81px;
}
#text-siteheading{
	margin: 10px 0;
}

#text-siteheading .headline {
    font-weight: 600;
    color: #2373B8;
    font-size: 1em;
    margin-left: 0.6em;
}

.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.nav-justified > li > a {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgb(43, 43, 43);
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  background-color: #e5e5e5; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #fff;
    border-right: 1px solid #d5d5d5;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Responsive: smaller display */
@media screen and (max-width: 768px) {
  /* Set head logo and heading smaller*/
  #text-siteheading .headline{
      text-align: center;
      display: inline-block;
  }
  #logo{
    height: 70px;
    margin: auto;
    display: block;
  }
  .nav-justified > li > a {
    padding: 10px 0;
  }
}
/* Responsive: even smaller display */
@media screen and (max-width: 450px) {
  #text-siteheading .headline{
      text-align: center;
      display: inline-block;
  }
  #logo{
    height: 60px;
  }
  .nav-justified > li > a {
    padding: 9px 0;
  }
  .contact-openhours {
      text-align: center;
  }
  #big_map{
      height: 320px;
  }
}

/* Responsive: even smaller display */
@media screen and (max-width: 380px) {
  .nav-justified > li > a {
    padding: 9px 0;
  }
  footer .container{
      text-align: center;
  }
  footer ul{
      float: none;
  }
}
