
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family:'Open Sans'!important;
    background-color:#fff !important;
    border-top: 40px solid #a1402c;
    margin-bottom: 140px;/* Margin bottom by footer height */
}

.bg-grey {
    background-color: #f5f5f5;
    padding-top: 30px;
}

.bg-red {
    background-color: #a1402c;
    /*padding-top: 30px;*/
}

.navbar-default {
    background-color: #d8d9d9;
    border-color: #e7e7e7;
    border: none;
}

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

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    max-height: 40px;
}

.navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    transition: background 0.5s linear;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #c3c3c3;
    border-bottom: 2px solid #a1402c;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: relative;
    border-color: #e7e7e7;
    background-color: #d8d9d9;
    z-index: 1;
}

.google-maps iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

hr {
    margin-top: -3px;
    margin-bottom: 0px;
    border: 0;
    border-top: 3px solid #b2b2b6;
	width:90%;
}

div#spaceholder {
    background: #a1402c;
    height: 40px;
    margin-top: -40px;
}

.shtxt {
    color: #fff;
    margin-top: 10px;
}

#pictures{
	z-index: 1;
    margin-bottom: 25px;
}

a:focus, a:hover,a {
    color: #000;
    text-decoration: none;
}
a:active, a:hover {
     color: #000;
    text-decoration: none;
}

h3 {
    margin-bottom: 25px;
    border-bottom: 1px dotted #a1402c;
}

.abstandunten {
    padding-bottom: 40px;
}

.abstandoben {
    padding-top: 40px;
}

 .padding-lr {
    padding-left: 40px;
    padding-right: 40px;
 }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
  background-color: #a1402c;
  padding-top: 15px;
  color: #fff;
  line-height: 16px;
}

@media(max-width:1024px)
{
    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #c3c3c3;
        border: 0px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .bg-footer {
        background-color: #a1402c;
    }

    /* .footer {
        height: auto;
    } */

    .xs-topabstand {
        padding-top: 20px;
    }
}