.search-tabs .nav{border-bottom: 1px solid #468727; padding-bottom: 0.3rem;}
.search-tabs .nav-link{color: #468727; font-size: 1rem; min-width: 140px; display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 2px;
    justify-content: center;}
.search-tabs .nav-link:hover{color: #60b935;}
.search-tabs .nav-link i{margin-right: 0.2rem;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: #468727!important;}


.search-results h4{text-align: left; font-size: 1.2rem;}
.search-results h4 span{color: #468727; font-weight: 500;}

.search-result-element .card {border: none; border-radius: 0;}
.search-result-element .card p{margin-bottom: 0;}
.search-result-element .card .card-body{padding: 0.5rem;}
.search-result-element .card .card-body .card-title{display: flex; text-align: left; color: #468727; font-size: 1.3rem; text-transform: uppercase;}
.search-result-element .card .card-body .card-text{ font-size: 0.9rem;overflow: hidden; display: -webkit-box; text-align: left; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.search-result-element .card .card-body .result-tag{margin-left: auto!important; float: right; height: 25px; display: flex; align-items: center; margin-left: 0.2rem; font-size: 0.9rem; margin-bottom: 0; color: #fff; width: max-content; padding: 0.2rem 0.5rem; border-radius: 0.25rem;text-transform: none;}
.search-result-element .card .card-body .result-tag i{margin-right: 0.2rem; font-size: 0.7rem;}
.search-result-element .card .result-img{display: none;}

.search-result-element .card .card-body .result-ski{color: #167199;}
.search-result-element .card .card-body .result-ort{color: #60b935;}
.search-result-element .card .card-body .result-unterkunft{color: #093554;}
.search-result-element .card .card-body .result-news{color: #fd8c41;}
.search-result-element .card .card-body .result-poi{color: #60b935;}

.search-result-element .card .card-body .result-ski{color: #468727;}
.search-result-element .card .card-body .result-ort{color: #468727;}
.search-result-element .card .card-body .result-unterkunft{color: #468727;}
.search-result-element .card .card-body .result-news{color: #468727;}
.search-result-element .card .card-body .result-poi{color: #468727;}

.search-result-element .card img{height: 100%; object-fit: cover; transition: 0.5s;}
.search-result-element .card:hover img{filter: contrast(1.1) saturate(1.1);}
.search-result-element .card:hover .card-title{color: #0bc2e0;}
.search-result-element .card .open-tag{padding: 0.2rem 0.5rem; font-size: 0.8rem; position: absolute; top: 0; margin: 0.5rem; background: rgb(255,255,255,.7);}
.search-result-element .card .open-tag i{margin-right: 0.3rem; font-size: 0.6rem;}
.search-result-element .card .open-tag .open{color: green;}
.search-result-element .card .open-tag .closed{color: crimson;}

.search-result-element .card .result-data{display: flex;flex-wrap: wrap;}
.search-result-element .card .result-data p{font-size: 0.9rem; margin-right: 0.5rem;}
.search-result-element .card .result-data p i{color: #60b935; margin-right: 0.2rem;}
.search-result-element .card .result-data p span{font-weight: 500;color: #093554;}

.search-result-element .card .result-location{display: flex; align-items: center; font-size: 1rem;}
.search-result-element .card .result-location img{width: 25px; height: 15px; object-fit: cover; margin-right: 0.3rem;}

.search-result-element .card  .equipment{display: flex; align-items: center; font-size: 0.9rem; flex-wrap: wrap;}
.search-result-element .card  .equipment span i{color: #167199;    width: 20px;font-size: 1.1rem;margin-right: 0.5rem;}
.search-result-element .card  .equipment span{margin-right: 0.75rem; flex-direction: row; align-content: center; display: flex; align-items: center;}
.search-result-element .card  .equipment span .fa-check{position: absolute;  width: 12px;  height: 12px; font-size: 0.5rem; display: flex; align-items: center; align-content: center; font-size: 0.5rem;  text-align: center;  justify-content: center;  color: #fff; margin-left: 14px; margin-top: 10px; margin-right: 0; background: green; border-radius: 50rem;}


.search-result-element .card  .stars{margin: 0; font-size: 0.9;}
.search-result-element .card  .stars i{color: #febf16;margin-right: 0rem;}

.highlight {font-weight: 500; color: #83cb60;}
.search-result-element .card-title {
    font-weight: 400;
    text-transform: none!important;
}

/*Super Small Devices*/
@media (min-width: 300px) {

}

@media (min-width: 450px) {
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .search-result-element .card .result-img{display: block;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {


}

@media (min-width: 1100px) {

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { }

.breadcrumb-custom {
    flex: 0 0 100%;
    display: flex;
    margin-bottom: 10px;
}
.bc-row {
    background: #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    row-gap: 3px;
}
.bc-item {
  height: 28px;
  position: relative;
  background: #fff;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px 0 24px;
}
.bc-item:hover {
    opacity: .9;
}
.bc-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 14px solid #e3e3e3;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.bc-item.home:after {
  content: none;
}
.bc-item.active:before {
  content: none;
}
.bc-item:before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.bc-item.home:before{
    border-left: 14px solid #fff;
}

.bc-item.home i {margin-right: 8px;}

.bc-item.home {z-index: 4; padding: 0 4px 0 14px; /*background: #565656;*/} 
.bc-item.levelone {z-index: 3; margin-left: 0;}
.bc-item.leveltwo {z-index: 2}
.bc-item.levelthree {z-index: 1}
.bc-item.levelfour {z-index: 0}
.bc-item.active {
    padding: 0 14px 0 26px;
    /*background: #538b4a;*/
    margin: 0;
}
.bc-item a {
    color: #565656;
    text-decoration: none;
    font-size: 12px;
}
.bc-item.active a{
    color: #67a445;
}
/*
.bc-item.home a {
    color: #fff;
    text-decoration: none;
}*/

.bc-filler {
    flex: 1;
    background: #f5f5f5;
    background: rgb(255,255,255, 0.7);
    background: rgb(255,255,255, 1);
    /*backdrop-filter: blur(10px);*/
}

.hdw-box .card .card-text {
    color: #fff;
}

.ag-ad .card .btn.adCall2action {
    background-color: #FF6600;
    color: #fff;
}

.ag-ad .card .btn.adCall2action:hover {
    background-color: #fff;
    color: #FF6600;
}

.search-result-element .card:hover .card-title {
    color: #8BC446;
}