body { min-height: 100%; }
.navbar  { font-family: 'Roboto', sans-serif; background-color: #ffffff; margin-bottom: 30px; padding-top: 55px; }

.bott30 { margin-bottom: 30px; }


.boxGruen   { background-color: #7e795a; background-clip: content-box; color: #ffffff; min-height: 200px; }
.boxPink    { background-color: #df0377; background-clip: content-box; color: #ffffff; min-height: 200px; }
.boxLila    { background-color: #362c8d;background-clip: content-box; color: #ffffff; min-height: 200px; }
.boxOrange  { background-color: #ee5b00;background-clip: content-box; color: #ffffff; min-height: 200px; }
.boxContent {
    width: 100%;
    background-image: url(/img/stricherl_weiss.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    padding-top: 40px;
}

.boxContent2 {
    width: 100%;
    padding-top: 40px;
}

.Link_Weiss, .Link_Weiss:visited  { color: #ffffff; }
.Link_Weiss:hover { color: #dddddd; }
.boxLink { color: #ffffff; text-align: right; display: block; font-weight: 700; text-transform: uppercase; margin-top: 15px; }
.boxLink:hover { color: #dddddd; text-align: right; display: block; font-weight: 700; text-transform: uppercase; margin-top: 15px; }
.boxLink_blank { color: #000000; text-align: right; display: block; font-weight: 700; text-transform: uppercase; margin-top: 15px; }

.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: #362c8d;
}


.SubHead { width: 100%; }

.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.project {
        margin-block-start: 0 !important;
    }


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: #78B648; }

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: #7e795a !important; }

.dropdown-menu { background-color: #7e795a !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; }






@media (max-width:1199px) {
    .imgfit img {
        height: 30vh !important;
    }

}


@media (max-width:992px) {
    .imgfit img {
        height: 25vh !important;
    }

.sucheMobil { display: block; }
.sucheDesktop { 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; }
}