h1,
.h1 {
  margin-top: 0;
  font-size: 30px;
  color: #00447a;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 20px;
}
body {
  color: #595959;
  font-family: 'Tahoma', arial, sans-serif;
}
a {
  color: #00447a;
}
a:hover,
a:focus {
  color: #00447a;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: 'Exo';
}
h2 span,
.h2 span {
  float: right;
  color: #989898;
  font-weight: normal;
  font-size: 0.5em;
}
.btn.btn-primary {
  background-color: #00447a;
  border-color: #00447a;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #00447a;
  border-color: #00447a;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
#header {
  background-color: #fff;
}
#header .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header .navbar-toggle {
  margin: 0;
  border-color: #00447a;
}
#header .navbar-toggle .icon-bar {
  background-color: #00447a;
}
#header #main-navigation {
  clear: both;
}
#header #main-navigation ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #00447a;
}
#header #main-navigation ul li {
  position: relative;
  border-bottom: 1px solid #00447a;
}
#header #main-navigation ul li.active {
  background-color: #989898;
}
#header #main-navigation ul li.active ul {
  display: block;
}
#header #main-navigation ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}
#header #main-navigation ul li a:hover,
#header #main-navigation ul li a:focus {
  text-decoration: none;
}
#header #main-navigation ul li ul {
  display: none;
  margin: 0;
  background-color: #d8d8d8;
}
#header #main-navigation ul li ul li {
  border-color: #fff;
}
#header #main-navigation ul li ul li a {
  text-transform: none;
}
#slideshow {
  height: 150px;
}
#slideshow .container {
  padding-top: 15px;
}
#slideshow .item {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#main {
  padding: 30px 0;
}
#content ul {
  padding-left: 15px;
}
#footer {
  padding: 15px 0;
  background-color: #d8d8d8;
  color: #595959;
  font-size: 0.8em;
}
#footer .title {
  font-weight: normal;
  font-size: 2em;
}
#footer .title a {
  color: #595959;
  text-decoration: none;
}
#footer .news p {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
}
#footer .news:nth-child(4) p {
  margin-bottom: 15px;
}
#footer-navigation ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#footer-navigation ul li {
  display: inline-block;
  border-right: 1px solid #595959;
}
#footer-navigation ul li:first-child a {
  padding-left: 0;
}
#footer-navigation ul li:last-child {
  border: 0;
}
#footer-navigation ul li:last-child a {
  padding-right: 0;
}
#footer-navigation ul li a {
  display: block;
  padding: 0 15px;
  color: #595959;
}
.teaser-block {
  margin-bottom: 15px;
}
.teaser-block a {
  text-decoration: none;
}
.teaser-block .teaser-title {
  display: block;
  padding: 15px;
  background-color: #cbdcf0;
  text-transform: uppercase;
}
#routing-form {
  margin-bottom: 15px;
}
#routing-map {
  height: 300px;
}
.news {
  margin-bottom: 30px;
}
.row.padding {
  padding-bottom: 30px;
}
.row .text-center .img-responsive {
  display: inline-block;
}
figure {
  padding-bottom: 15px;
}
figure picture {
  padding-bottom: 15px;
}
figure figcaption {
  font-size: 0.9em;
}
.carousel,
.carousel .carousel-inner {
  display: block;
}
.carousel.carousel-fade {
  opacity: 1;
}
.carousel.carousel-fade .item {
  z-index: 1;
  -moz-transition: opacity ease-in-out 1.5s;
  -o-transition: opacity ease-in-out 1.5s;
  -webkit-transition: opacity ease-in-out 1.5s;
  transition: opacity ease-in-out 1.5s;
  display: block !important;
  left: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.carousel-fade .item:first-child {
  position: relative;
  top: auto;
}
.carousel.carousel-fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1.5s;
  -o-transition: opacity ease-in-out 1.5s;
  -webkit-transition: opacity ease-in-out 1.5s;
  transition: opacity ease-in-out 1.5s;
  z-index: 2;
}
#cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
#cookie-popup a {
  color: #fff;
  text-decoration: underline;
}
