
/*Agenda Wrapper*/
#searchText  {
  font-size: 14px;
  height: 28px;
  padding: 0 10px;
}

.categorie-search{
    margin-bottom: 50px;
}

.wbox-recipe-search-single .img-responsive{
    margin-left: 0px;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wbox-search-block-result-container {
  border: 0px dashed lightgrey;
  margin-bottom: 50px;
  border-bottom: 0px solid lightgrey
}
.wbox-search-block-result-container .row{
    margin-bottom: 30px;
} 

.wbox-search-block {
  border: 0px dashed lightred;
}


.wbox-recipe-search-block-no-picture {
  width: 260px;
  height: 200px;
  text-align: center;
  padding-top: 90px;
  border: 1px dashed lightgrey;
  opacity: 0.5;
}

.wbox-search-block-titel {
  border: 0px dashed lightgrey;
}

.wbox-recipe-single-titel h2 {
    color: #222;
}

.wbox-recipe-search-group {
    color:#2682FF;
    margin-top:25px;
}

.wbox-recipe-search-group h2{
    margin-top:0px;
}

.wbox-recipe-search-single {
    margin-top:8px;
    margin-bottom:10px;
    /*background-color: #ebebeb;*/
    border-color: #adc138;
}

.wbox-recipe-search-single-titel {
    /*background-color: #88aa31;*/
    font-weight: 700;
    display:block;
    /*padding-left: 5px;*/
}

.wbox-recipe-search-single-titel h2 {
    color: #222;
}

.wbox-recipe-search-description h2 { 
    color: #222;
    margin: 0;
    padding: 0;
}

.wbox-recipe-search-description h3,
.wbox-recipe-search-description h4 {
    color: #999;
}

.wbox-recipe-search-description { margin: 0; padding: 0;   }
.wbox-recipe-search-description p {
    padding-top:6px;
    margin-left: 0px !important;
}
.wbox-recipte-buttons{
    background-color: #007d37;
    border: 1px solid #007d37!important;
    margin-bottom: 10px;
    /*height: 30px;*/
    padding: 3px 11px !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: .3s ease-in-out all;
    -o-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    color: #eee !important;
    display: inline-block;
}


.wbox-recipte-buttons:hover{
    background-color: #009742;
    border: 1px solid #009742!important;
    color: #fff !important;
}
.wbox-recipe-search-link {

}

.wbox-recipe-search-link::before {
    content: "\f08e";
    padding-right: 5px;
    font-family: 'Font Awesome 5 Free';
}

.wbox-recipe-search-pdf {

}

.wbox-recipe-search-pdf::before {
    content: "\f1c1";
    padding-right: 5px;
    font-family: 'Font Awesome 5 Free';
}

.wbox-recipe-search-date {
    color:#ffffff;
}

.wbox-recipe-search-categorie {
    font-size:12px;
    padding-top: 5px;
    color: #999;
}

.wbox-recipe-search-categorie::before {
    content: 'Kategorie: ';
}

.wbox-search-block-whiteout {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* Spinner */
.wbox-search-block-spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    background: #fff;
    padding: 20px;
}

.wbox-search-block-spinner {
    min-width: 26px;
    min-height: 26px;
}

.wbox-search-block-spinner:before {
    content: '...';
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -14px;
    margin-left: -14px;
    font-size: 36px;
    line-height: 16px;
    font-family: arial, san-serif; /* Non animation fallback */
}

.wbox-search-block-spinner:not(:required):before {
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .6);
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width:767px) {
    .wbox-recipe-search-single img.img-responsive {
        margin-bottom: 15px;
    }
    
    #searchText { width: 250px; float: left; margin-right: 10px; height: 30px;}
}
@media (min-width:920px) and (max-width:1200px) {}
@media (min-width:920px) and (max-width:1200px) {}
@media (min-width:1200px) {
    .wbox-search-content { }
}
