html, body {
    min-height:100vh;
    background:#fff;
    font-family: Catamaran, Helvetica, Arial, sans-serif;
    font-size: 1.15rem;
}

header {
    z-index: 999999999;
}

.offcanvas-body {
    overflow: hidden !important;
}

.background-image {
    /* height:200px; */
    background-image: url("/images/panorama2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-position: 40% 50%;
    overflow: hidden;
}
header.color {
    height:100px;
    /* background-color: #002b00; */
    background-color: #0a9c0a;
    color: #fff;
}

header.background nav {
    margin-top: -100px !important;
}
nav {
    width: 100%;
    padding-top: 10px;
    /* padding-left: 200px; */
    /* background-color: #002b00; */
    background-color: #0a9c0a;
    font-size: 1.5rem;
}

.nav-right {
    font-size: 2rem;
}

.navbar-brand {
    position: relative;
    display: inline-block;
}

.navbar-brand:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

footer {
    /* position: fixed;
    bottom: 0; */
    width: 100%;
    min-height: 100px;
    line-height: 60px;
    /* background-color: #002b00; */
    background-color: #0a9c0a;
    color: #fff;
}

footer a, header a {
    color: #fff !important;
    text-decoration: none;
}
.datenschutz {
    margin-bottom: 150px;
}

#map {
    height: 400px;
    width: 800px;
    margin: 0 auto;
}

.true {
    display: inline-block;
    color:#fff;
    background-color: #009900;
    font-size: 1.6rem;
    width: 45px;
    height: 45px;
    border-radius: 22px;
    padding: 3px;

}

.false {
    display: inline-block;
    color:#fff;
    background-color: #ff0000;
    font-size: 1.6rem;
    width: 45px;
    height: 45px;
    border-radius: 22px;
    padding: 3px;

}

.area {
    border: 1px solid #333;
    font-size: 1.5rem;
    margin-left: 15px;
}
span i {
    margin: auto auto;
}


.btn-kgv {
    background-color: #0a9c0a;
    color: #fff !important;
}
.btn-kgv:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: 0.5s all ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -ms-transition: 0.5s all ease 0s;
    /* transform: scale(1.1); */ /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* background-color: rgba(0, 43, 0, 0.5); */
    color: #fff !important;
    background-color: #0a9c0a;
}
.navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.8) !important;
    /* text-shadow: 0 4px 2px -2px rgba(255, 255, 255, 1); */
}
.navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 1) !important;
    /* text-shadow: 0 4px 2px -2px rgba(255, 255, 255, 1); */
}

#bdNavbarMobile {
    display:none;
}

.small-text {
    font-size: 0.75rem;
}
div#about_us {
    height: 553px;
}
div.about-us{
    margin-top:250px;
    color: #fff;
    background-color: rgba(0, 43, 0, 0.5);
    height: 255px;
}

div#news, div#contact {
    background-color: rgba(0, 0, 0, 0.05);
}

div.news {
    float: left;
    width: 30%;
    margin: 0 5px;
}

div.text, div.image {
    background-color: #fff;
}

div.bg-color {
    background-color: rgba(0, 43, 0, 0.05);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img.news{
    max-width: 500px;
}

.index-title {
    margin-top: 55px;
    margin-left: 180px;
    font-size: 60px;
    font-family: satisfy, sans-serif;
    text-align: center;
}

.newsTest {
    float: left;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 3px;
  }

.title {
    color: #002b00;
}

#offers a {
    text-decoration: none;
    max-height: 150px;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 3px;
}
#offers a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: 0.5s all ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -ms-transition: 0.5s all ease 0s;
    color: #fff !important;
    /* text-shadow: 0 4px 2px -2px rgba(255, 255, 255, 1); */
}
#offers .offer {
    max-height: 300px;
    overflow: hidden;
}
#offers .offer a:hover {
    color: rgba(255, 255, 255, 1) !important;
    /* text-shadow: 0 4px 2px -2px rgba(255, 255, 255, 1); */
}

.parcell {
    margin-top: 18px;
}

/*  X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .index-title {
        margin-top: 55px;
        margin-left: 10px;
        font-size: 35px;
    }
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .index-title {
        margin-top: 55px;
        margin-left: 10px;
        font-size: 50px;
    }

    div.news {
        width: 95%;
        margin: 5px auto ;
    }

    /* #news img {
        width: 100%;
    } */
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .index-title {
        margin-left: 20px;
        font-size: 50px;
    }

    /* #news img {
        max-width: 400px;
    } */
}

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .index-title {
        margin-left: 20px;
    }
}

/*  X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .index-title {
        margin-left: 20px;
    }

    #news img {
        max-width: 400px;
    }
}

/*  X-Large devices (large desktops, less than 1700px) */
@media (max-width: 1699.98px) {
    .index-title {
        margin-left: 20px;
    }

    /* #news img {
        max-width: 250px;
    } */
}
@media (min-width: 1699.98px) {
    .index-title {
        margin-left: 20px;
    }

}

.datenschutz {
    margin-top: 50px;
}
