/* der obere Part is neu - testweise 
    Erweiterung fuer AN Backend
*/
.list_grid, .list_grid > * {
    text-decoration: none;
    color: #595959;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 140%;
    letter-spacing: 0;
}


.list_grid{
    justify-content:flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.list_grid > * {
    background-color: #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    /*
    max-width: 48%;
    */
    flex: 1 0;
    flex-basis: calc(25% - 16px);
    /* die untere Zeile muss vllt weg, vllt aber auch net  */
    max-width: calc(25% - 16px);
    
    margin:8px;
    padding:0;
    height:auto;
    transition: all 500ms ease-out;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.max3_grid > * {
        flex: 1 0;
        margin:8px;
        flex-basis: calc(33% - 13px);
        max-width: calc(33% - 13px);
        height:auto;
}

.max2_grid  > * {
    flex: 1 0;
    margin:8px;
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
    height:auto;
}

.marked_list_item, .marked_list_item *{
    background-color:#FF6E5E;
    color:#FFF;
}

.marked_list_item .list_item_image {
    opacity: 0.4;
    transition: all 1s ease-out;
}
.marked_list_item:hover .list_item_image {
    opacity: 0.8;
}


.list_grid > a:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.hidden{
    display:none !important;
}
.load_more{
    text-align:center !important;
    margin:20px auto 80px auto !important;
    cursor:pointer !important;
}
.vid{
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: 10; 
  overflow: hidden;	
}
.content_tabs{
    display:flex;
    width:100%;
    align-items:flex-end;
    margin-top:-50px;
    position:relative;
    z-index:100;
}
.content_tabs > *{
    flex:0 0 50%;
    max-width:50%;
    text-align:center;
    padding:8px;
    cursor:pointer;
    color:#FFFFFF;
}		
.content_tabs a:hover{
    color:#FFFFFF !important;
}
.content_tabs > *.active{
    height:50px;
    background-color:#F5F5F5;
    color:#ff6e5e;
    padding:16px 8px 8px 8px;
    cursor:default;
}

.content_tabs .nolink {
    background-color:#fff;
    cursor: default;
    opacity:0.3; 
    min-height:42px;
}
.list_item_image{
    width:100%;
    height:90px;			
    background: rgb(249,249,249);
    background: linear-gradient(125deg, rgba(240,240,240,1) 0%, rgba(215,215,215,1) 100%);			
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height:180px;
    background-size:cover;
    position:relative;
    margin-bottom:10px;
    background-position: top;
}
.list_item_image .noimage {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#777;
    font-size: 12px;
}
.list_item_image .noimage .material-icons { 
    font-size: 100px;
    color:#CCC;
}

.list_item_image_130 {
    /* warum is das nochmal drin? 
    background-size: 100% auto;
    */
    height: 130px;
}

.list_location {
    margin:15px 0;
    font-size: 14px;
    line-height: 18px;
}
.list_location .material-icons{
    font-size:14px;
}
.hhline{
    position:absolute;
    display:flex;
    top:0px;
    max-width:1200px;
    margin:0px auto;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:50;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    margin-top:-50px;
}

.hhline h1, .hhline h1 span {
    color:#FFF !important;
    padding-bottom:2rem;
    font-size:bold;
    font-size:28px;
    line-height:30.8px;

}
.hhline h1 span {
    font-weight:600;
}

.tag-group{
    margin-top:15px;
}
.tag,
.tag-group label {
  display: inline-block;
  margin: 0px;
  padding: 6px !important;
  background-color: #e5e5e5;
  border-bottom: 1px solid #999999;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 100%;
  font-weight: 400;
  cursor: pointer;
  /*
  margin-right:10px;
  */
}
.overlay-content .tag{
  margin: 0px 8px 8px 0px;
}

.tag.remove{
    background-color:#666666 !important;
    color:#ffffff !important;
}
.vs_radio input:checked + span:before {
    background: #666666;
}
@media screen and (max-width: 900px){
    .list_grid > * {
        flex: 1 0;
        margin:8px;
        flex-basis: calc(33% - 24px);
        max-width: calc(33% - 24px);
        height:auto;
    }
    .max2_grid > * {
        flex: 1 0;
        margin:8px;
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
        height:auto;
    }
}

@media screen and (max-width: 700px){
    .list_grid > * {
        flex: 1 0;
        margin:8px;
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
        height:auto;
    }
}

@media screen and (max-width: 500px){
    .list_grid > * {
        flex: 1 0;
        margin:8px 0;
        flex-basis: 100%;	
        max-width: 100%;			
        height:auto;
    }
}

@media screen and (max-width: 640px){

    .hhline{
        max-width:80%;
    }			
    .active_filter_tags{
        display:block !important;
    }
}

/* neue styles 2021 */

.filterline {
    /*
    margin-top:-50px;
    */
    background-color:#F5F5F5;
    position: relative;
    z-index:50;
    min-height:50px;	
}

.filterline form {
    display:flex;
    flex-direction:row;
    flex-grow:auto;
    justify-content: space-around;
    /*
    justify-content: space-between;
    */
    width:100%;
    flex-wrap: wrap;
}

.filterline form .middled {
    display:flex;
    flex-direction:column;
    justify-content:center;			
    padding:0 1.5rem;
    width:auto;	
    flex-grow:1;	
}

.fg-2 {
    flex-grow:3;
}


.btnset .material-icons {
    font-size:16px;
}
.btnset .btn_coral, .multiselect-input {
    cursor: pointer;
}
.btnset .btn_coral.filled .material-icons {
    color:#FFF;
}
.atfcontainer {
    white-space: nowrap;
    font-size:14px;
}
.pt-3 {
    padding-top:3rem;
}

.text-center {
    text-align:center;
}
.text-right {
    text-align:right;
}

/* Styles override */	

.multiselect-wrapper {
    /* width: calc(100% - 50px); */
}

.multiselect-list, .multiselect-list label, .multiselect-text {
    font-size:14px;
}
.multiselect-wrapper ul li.active, .multiselect-wrapper ul li:hover {
    background-color:#ff6e5e;
    color:#FFF;
    cursor: pointer;
}
.multiselect-wrapper ul li.active .multiselect-text, .multiselect-wrapper ul li:hover .multiselect-text {
    color:#FFF;
}
.multiselect-list hr {
    margin:5px 0;	
}
.multiselect-count {
    background-color:#ff6e5e;
    color:#FFF;
    border-radius:50%;
    width:13px;
    height:13px;
    padding:5px;
    line-height:12px;
}




/* SAFARIIIIIII */
.multiselect-dropdown-arrow {
    /* 
    right: -47px !important;
    top: 16px !important;
    margin-top: unset !important;
    margin-left: unset !important;
    right:10px;
    top:16px;
    */
    
    

    margin-top: unset !important;
    margin-left: unset !important;
    right: 43px;
    top: -1px;
    position: relative;
  }
  .multiselect-input-div {
    position: relative !important;
  }

  .multiselect-wrapper .multiselect-input {
    padding-right: unset !important;
  }

  .multiselect-wrapper {
    width: 100% !important;
  }
  
/* SAFARIIIIIII  ENDE */

.top_provider {
    display:flex;
    flex-direction:row;
    justify-content:center;
    flex-wrap:wrap;
}

.top_provider, .top_provider * {
    color:#444;
}

.top_provider > * {
    background-color:#FFFFFFAA;			
    border-radius: 5px;
    text-align:center;
    margin:5px;
    height:120px;
    width: calc((100% / 6) - 10px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    transition:all 250ms linear;		
}
.top_provider > a:hover {
    background-color:#FFFFFF;
}

.top_provider > * > div {
    font-size:14px;
    font-weight:bold;
}

.atfinput, .tfainput {
    max-width:25px;
}

.top_provider > * > img {
    object-fit:contain !important;
    max-width:75%;
    max-height:65%;
    margin-left:auto;
    margin-right:auto;
}

.list_item_title {
    line-height:25px;
    margin:20px 0;
    /*
    max-height:75px;
    */
    font-size: 14px;
    line-height: 18px;
    padding:0 15px;		
    overflow-wrap: break-word;
}

.list_item_title .short_desc {
    display: block;
    padding-top:5px;
    font-size:14px;
    line-height: 18px;
}
.list_item_title .short_desc * {
    font-size:14px;
    line-height: 18px;
}


.list_item_title.fixed_height {
    height: 80px !important;
    overflow: hidden;
}

.list_item_date {
    font-size:14px;
    font-weight:bold;
    line-height: 25px;
    margin-bottom:10px;
    padding:0 15px;
}

.list_item_date .material-icons {
    font-size:25px;
    display: inline-flex;
    vertical-align: top;
}

/*
.training_provider {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.training_provider >  div {
    font-size:14px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
*/

.providerlogo {
    width:100%;		
    text-align: center;
    margin-top: auto;
}


.providerlogo > img {
    max-width:60%;
    max-height: 80px;
    height:auto;
    margin:10px auto;
}

.providertextsimple {
    font-size: 14px;
    line-height: 18px;
    border-top:1px solid #F5F5F5;
    padding:15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

.date_icon {
    position:absolute;
    bottom:-20px;
    right:15px;
    background-color:#FF6E5E;
    width:45px;
    height:45px;
    border:1px solid #FFFFFF88;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding:2px;
    border-radius: 3px;

    box-sizing: border-box;
}

.date_icon > * {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.date_icon b {
    background-color:#FFF;
    color:#FF6E5E;

    font-size: 18px;
    line-height: 25px;
    

}
.date_icon b .material-icons {
    font-size:18px;
    line-height: 140%;
    background-color: #FFF;
    color: #FF6E5E;
    font-weight: bold;
    display: block;

}
.date_icon small {
    line-height:12px;
    text-transform: uppercase;
    font-size:9px;
    font-weight:bold;
    color: #FFF;
}

.price_icon {
    position:absolute;
    top:-10px;
    left:-45px;
    background-color:#FFFFFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    width:110px;
    height:45px;
    line-height: 55px;
    border:1px solid #FFFFFF88;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding:2px;
    transform: rotate(-45deg);
}

.price_icon > * {
    display: block;
    width: 100%;
}

.price_icon b {
    color:#FF6E5E;
    font-size: 12px;
}
.price_icon .material-icons {
    font-size:22px;
    line-height: 30px;
    color: #FF6E5E;
    font-weight: bold;
    display: block;
    
}
.price_icon .material-icons::before {
    content: "";
    position: absolute;
    z-index:5;
    background-color: #444444AA;
    width: 50px;
    height: 4px;
    transform: rotate(-45deg);
    top:0;
    left:0;
    margin-left: -11px;
    margin-top: 18px;
}




.like_icon {
    position:absolute;
    bottom:-30px;
    right:15px;
    /*
    background-color:#FFFFFF;
    border:1px solid #EEE;
    */
    width:60px;
    height:60px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding:2px;
    border-radius: 50%;
}

.like_icon > * {
    display: block;
    width: 100%;
}
.like_icon b {
    color:#FF6E5E;	
}
.like_icon b .material-icons {
    font-size:50px;
    line-height: 60px;
    color: #FF6E5E;
    font-weight: bold;
    display: block;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97999px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.51361px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px, 0px 0px 5px #000000;

}
.like_icon small {
    display: block;
    position: absolute;
    top:0;
    left:0;
    margin-top:-2px;
    margin-left:-1px;
    z-index: 5;
    line-height:62px;
    text-transform: uppercase;
    font-size:15px;
    font-weight:bold;
    color: #FFF;

    text-align:center;
    width:60px;
}


.training_points {
    font-size:14px;
    line-height:18px;
}

.points_outer {
    line-height: 18px;
    font-size: 14px;
    
}
.points {
    display: inline-block;
    background-color: #CDCDCD;
    font-size: 14px;
    border-radius: 50%;
    min-width:25px;
    height: 25px;
    padding:5px;
    box-sizing: border-box;
    line-height: 15px;
    font-weight: bold;
    color:#FFF;
    text-align: center;
}

.filterselection {
    background-color: #F9F9F9;	
    padding:20px 15px 20px 15px;	
    margin-top:20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: auto !important;
    font-size:14px;
}

.filterselection * {
    font-size:14px;
}

.filterselection > b {
    font-size:14px;
    font-weight: normal;
    position: absolute;			
    color:#888;
    margin-top: -31px;
}		

.noresults {
    margin:20px 16px;
    font-size: 14px;
    background-color: #ff6e5e;
    color:#FFF;
    padding:10px 15px;
    font-weight: bold;
    border-radius: 5px;
}

.stoerer_headline {
    height: 50px;
    line-height: 50px;
    margin-left: 17px;
    font-weight: bold;
    color: #ff6e5e !important;
    font-weight: 500;
    font-size: 28px;
    padding: 0px;
    letter-spacing: 0;
}
.stoerer_headline::after {
    content: " ";
    background-color: #ff6e5e;
    height: 2px;
    width: 80px;
    display: block;
    margin: -2px 0 5px 0;
}

.bgGrey {
    background-color: #E6E6E6;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
    .top_provider > * {
        width: calc((100% / 3) - 10px);
    }
    .hhline h1 {
        display:none;
    }
    /*
    .hhline .top_provider {
        margin-top: 40px;
    }
    */
}


@media screen and (min-width: 0px) and (max-width: 1100px) {
    .fg-2 {
        width:50% !important;
    }			
    .filterline form .middled {
        margin:1rem 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .fg-2 {
        width:100% !important;
    }			
    .filterline form .middled {
        margin:1rem 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 496px) {
    .btnset .btn_coral, .multiselect-input {
        width:100%;
    }
}