body { min-height: 100%; }
.navbar  { font-family: 'Roboto', sans-serif; background-color: #ffffff; margin-bottom: 30px; padding-top: 55px; }

.bott30 { margin-bottom: 30px; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #00663a;
}


.tclose {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/close.png) no-repeat;
}

    .tclose:hover {
        background-position: 0 -30px
    }

#tbox {
    position: absolute;
    display: none;
    z-index: 1999
}

#tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #c0c0c0;
    z-index: 1998;
    opacity: 0.7;
    padding: 0;
    margin: 0;
}

#tcontent {
    position: absolute;
    padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #999999;
    overflow: auto;
    height: 540px;
    margin: 0px;
    box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.5);
    background-color: #fcfcfc;
}

.form-control {
    background-color: #eeffee;
}
.SubHead {
    width: 100%;
}
td { vertical-align: top; }
.imgfit img {
    height: 40vh !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 15px !important;
}


.imgHeader {
    height: 33vw !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
    max-height: 360px !important;
}


ul, ol, dl {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

    ul.footerNav { list-style-type:none; padding-left: 0; margin: 0; }
    ul.footerNav li:before { content: "// "; }
    a.footerLink { color: #000000; }



.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #79b928;
}

option:disabled {
   color: #bbbbbb;
}
.galleryItem img {
    height: 20vh !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.galleryItem:after { 
    content: url('/img/ico_galerie.png'); 
    position: absolute; 
    right: 25px; 
    bottom: 10px; 
}

.sucheMobil { display: none; }
.sucheDesktop { 
    display: block; 
    position: absolute; right: 25px; top: -5px; width: 180px;
}

.nav-link:hover, .nav-link:focus {
    color: #00663a !important;
}

.dropdown-menu {
    background-color: #79b928 !important;
    border: 0;
    border-radius: 0;
    box-shadow: 8px 8px rgba(100, 100, 100, 0.1);
}

.dropdown-item { color: #ffffff; }
.dropdown-item:hover { color: #000000; background-color: transparent; }



.inp-outline-green { border-color: #78B648; border-right: none;font-size: 0.8em; height: auto; padding: 5px; }

.btn-outline-green {
  font-size: 0.8em;
  padding: 5px; 
  color: #78B648;
  background-color: transparent;
  background-image: none;
  border-color: #78B648;
  border-left: none;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #78B648;
  border-color: #78B648;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #78B648;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #78B648;
  border-color: #78B648;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.blockasp { margin-top: 30px; }


.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}



@media (max-width:1199px) {
    .imgfit img {
        height: 30vh !important;
    }

}


@media (max-width:992px) {
    .imgfit img {
        height: 25vh !important;
    }

.sucheMobil { display: block; }
.sucheDesktop { display: none; }

}

.Logos {
    height: 85%;
    width: 85%;
}



@media (max-width: 575px) {
    .Logos {
        height: 50%;
        width: 50%;
    }
    .Logo2 { display: none; }

}


.slider-element {
    width: 290px;
}
#map { height: 240px; width: 100%; }
.logo_main { width: 140px; height: auto;}

@media (min-width: 576px) { 
    .slider-element { width: 240px; }
    #map { height: 300px; width: 100%; }
    .logo_main { width: auto; height: auto;}
}

@media (min-width: 768px) {
    .slider-element { width: 210px; }
    #map { height: 400px; width: 100%; }
}

@media (min-width: 992px) { 
    .slider-element { width: 290px; }
    #map { height: 400px; width: 100%; }
}

@media (min-width: 1200px) {
    .slider-element { width: 350px; }
    #map { height: 500px; width: 100%; }
}

@media (min-width: 1200px) {
    .container { max-width: 1110px; }
}