.box_how {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  text-align: center;
  margin-bottom: 20px;
}
.box_how h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.box_how p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .box_how {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .box_how figure {
    float: right;
    margin: 0 0 0 15px;
  }
}
@media (max-width: 991px) {
  .box_how figure img {
    width: 80px;
    height: auto;
  }
}

.form-box {
    background: var(--bg-surface);
    padding: 40px 42px;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    max-width: 820px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .form-box {
        padding: 26px 22px;
        border-radius: 18px;
    }
}
.form-box .form-group {
    margin-bottom: 10px;
}
.form-control {
    height: 48px;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 8px;
}

#AnfragekontaktForm .form-control {
    height: 38px;
    font-size: 13px;
}

.radio-card {
    display: block;
    cursor: pointer;
}

.radio-card input {
    display: none;
}

.radio-card-inner {
    height: 100px;
    border: 2px solid #ddd;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .25s;
}

.radio-card-inner i {
    font-size: 36px;
    margin-bottom: 10px;
}

.radio-card input:checked + .radio-card-inner {
    border-color: #191919;
    background: #ffffff;
}

.radio-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #ddd;
    padding: 18px 20px;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: .2s;
}

.radio-box input {
    transform: scale(1.3);
}

.radio-box input:checked + span {
    font-weight: 600;
}

.radio-box:has(input:checked) {
    border-color: #191919;
    background: #ffffff;
}
.form-section-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: var(--text-primary);
}
.form-section-label {
    letter-spacing: .3px;
    text-transform: none;
}
#AnfragekontaktForm textarea.form-control {
    height: 120px;
    resize: vertical;
 font-size: 14px;
}
.checkbox-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 0px solid #ddd;
    padding: 0px 2px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    transition: .25s;
}

.checkbox-box input {
    margin-top: 4px;
    transform: scale(1.3);
}

.checkbox-box a {
    color: #4f46e5;
    text-decoration: underline;
}

.checkbox-box:has(input:checked) {
  
}

.mw-filter-wrapper {
    margin-bottom: 24px;
}

.mw-heading {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}
.mw-filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mw-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: var(--text-primary);
    position: relative;
}

.mw-item input {
    position: absolute;
    opacity: 0;
}

.mw-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    position: relative;
    transition: all .2s ease;
}


.mw-radio::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #8057b0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .2s ease;
}

/* hover */
.mw-item:hover .mw-radio {
    border-color: #8057b0;
}

/* checked */
.mw-item input:checked + .mw-radio {
    border-color: #8057b0;
}

.mw-item input:checked + .mw-radio::after {
    transform: translate(-50%, -50%) scale(1);
}

.mw-item input:checked ~ .mw-text {
    font-weight: 400;
}

.mw-count {
    color: var(--text-primary);
    font-size: 13px;
    margin-left: 4px;
}
.intro_txt {
  position: relative;
}
.intro_txt:before {
  content: '';
  background: url(../img/shape_element_2.svg) no-repeat 0 0;
  position: absolute;
  display: block;
  width: 195px;
  height: 110px;
  top: -160px;
  right: -30px;
  opacity: 0.6;
}
@media (max-width: 991px) {
  
}
.gm-style .gm-style-iw,
.gm-style .gm-style-iw-c {
    max-width:100vw !important;
    background:transparent !important;
    box-shadow:none !important;
    padding:0 !important;
    border-radius:0 !important;
}

.gm-style .gm-style-iw-d {
    overflow:visible !important;
    padding:0 !important;
}

.gm-style .gm-style-iw-tc,
.gm-ui-hover-effect {
    display:none !important;
}


#mapFloatingCard .col-xl-4,
#mapFloatingCard .col-lg-6,
#mapFloatingCard .col-md-6,
#mapFloatingCard .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}


.custom-map-card {
    width: 400px;
    margin-top: 0px;
    max-width: 90vw;
	padding: 20px;
    position: relative;
}

.custom-map-card .col-xl-4,
.custom-map-card .col-lg-6,
.custom-map-card .col-md-6,
.custom-map-card .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.custom-close {
    position: absolute;
    top: 40px;
    right: 2px;

    width: 33px;
    height: 80px;

    background: #000000;
    color: #ffffff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    cursor: pointer;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lf-wrapper{
    display:flex;
    gap:30px;
    padding:30px;
}


.lf-sidebar{
    border-right:1px solid rgba(0,0,0,0.08);
    
}

.lf-sidebar-card{

    border-radius:20px;
    position:sticky;
    top:20px;
	margin-top:25px;
}

.lf-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}

.lf-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:16px;
}

/* SWITCH */

.lf-switch{
    position:relative;
    width:48px;
    height:26px;
}

.lf-switch input{
    opacity:0;
    width:0;
    height:0;
}

.lf-slider{
    position:absolute;
    inset:0;
    background: var(--bg-tool);
    border-radius:50px;
    transition:.25s;
}

.lf-slider:before{
    content:"";
    position:absolute;
    width:22px;
    height:22px;
    left:2px;
    top:2px;
    background: var(--bg-gray);
    border-radius:50%;
    box-shadow:0 2px 5px rgba(0,0,0,.2);
    transition:.25s;
}

.lf-switch input:checked + .lf-slider{
    background:#8a5bba;
}

.lf-switch input:checked + .lf-slider:before{
    transform:translateX(22px);
}

    .lf-search-box{
        flex:1;
        position:relative;
    }

    .lf-search-box input{
        width:100%;
        padding:9px 16px 9px 42px;
        border-radius:14px;
        border:1px solid rgba(0,0,0,0.06);
        background: var(--bg-tool);
        font-size:13px;
		color: var(--text-primary);
    
    }

    .lf-search-box input:focus{
        outline:none;
		color: var(--text-primary);
        border-color:#8a5bba;
        box-shadow:0 0 0 3px rgba(255,128,0,0.15);
    }

    .lf-search-box i{
        position:absolute;
        left:14px;
        top:50%;
        transform:translateY(-50%);
        font-size:14px;
        color:#999;
        transition:.2s;
    }

    .lf-search-box input:focus + i{
        color:#8a5bba;
    }





.lf-select{
    width:100%;
    padding:12px;
    border-radius:30px;
    border:1px solid #eee;
}


.lf-main{
    flex:1;
}
.lf-desktop-top{
    display:flex;
    align-items:center;
    gap:8px;
	margin-bottom:25px;
}

.lf-result-count{
    display:flex;
    align-items:center;
}

.lf-sort-dropdown{
    margin-left:auto;
    margin-right:0px;
    position:relative;
}


.lf-sort-dropdown,
.lf-view-toggle{
    flex:0 0 auto;
}



 #result_count{
        font-size:20px;
    
    }

@media(max-width:991px){
    #result_count{
        font-size:18px;
    
    }
 #sortToggleBtn span{
        display:none;
    }

    #sortToggleBtn{
        padding:10px;
        width:42px;
        justify-content:center;
    }
}


.lf-content-area{
    position:relative;
}



#mapContainer{
    display:none;
}

.lf-mobile-top,
.lf-mobile-scroll{
    display:none;
}

@media(max-width:991px){

    .lf-wrapper{
        flex-direction:column;
        padding:0;
    }

    .lf-sidebar{
        display:none;
    }


    .lf-mobile-top{
        display:flex;
        align-items:center;
        gap:12px;
        padding:8px 16px;
         background: var(--bg-surface);
        backdrop-filter:blur(12px);
        -webkit-backdrop-filter:blur(12px);
        position:sticky;
        top:0;
        z-index:1000;
        border-bottom:1px solid var(--border-color, #eee);
    }

     .lf-mobile-search-wrapper{
        flex:1;
        min-width:0;
    }

    #searchBox{
        width:100%;
    }

    #searchBox input{
        width:100%;
    }

    .lf-icon-btn{
        width:42px;
        height:42px;
        border-radius:14px;
        border:none;
        background-color: var(--bg-tool);
        display:flex;
		color: var(--text-primary);
        align-items:center;
        justify-content:center;
        cursor:pointer;
        transition:all .25s ease;
    }

    .lf-icon-btn:hover{
        background:#8a5bba;
        color:#fff;
        box-shadow:0 4px 12px rgba(255,128,0,0.25);
    }

 .lf-mobile-scroll{
    display:flex;
    gap:10px;
    padding:12px 16px;
    overflow-x:auto;
    overflow-y:hidden;
    background: var(--bg-surface);
    border-bottom:1px solid rgba(0,0,0,0.05);
    -webkit-overflow-scrolling:touch;
}

.lf-chip{
    flex:0 0 auto;
}

  
    .lf-chip{
        white-space:nowrap;
        padding:8px 16px;
		outline:none;
        border-radius:14px;
        border:1px solid rgba(0,0,0,0.06);
        background-color: var(--bg-tool);
        font-size:12px;
		color: var(--text-primary, #333);
        cursor:pointer;
        transition:all .25s ease;
    }

    .lf-chip:hover{
       
		outline:none;
       
    }

    .lf-chip.active{
        background:linear-gradient(135deg,#875db2,#8a5bba);
        color:#fff;
		outline:none;
   
       
    }

}

.lf-sheet{
    position:fixed;
    bottom:-100%;
    left:0;
    width:100%;
    height:80%;

    display:flex;
    flex-direction:column;

    background:var(--bg-surface);
    border-radius:24px 24px 0 0;
    box-shadow:0 -15px 40px rgba(0,0,0,.2);
    transition:.3s;
    z-index:9999;
}

.lf-sheet.open{
    bottom:0;
}

.lf-sheet-inner{
    flex:1;
    overflow-y:auto;
	overflow-x:hidden;
    padding:20px 25px;
}

.lf-sheet-handle{
    width:60px;
    height:5px;
    background:var(--text-secondary);
    border-radius:10px;
    margin:12px auto;
    flex-shrink:0;
}



.lf-view-btn{
    display:flex;
    align-items:center;
    gap:0px;
    outline:none;
    padding:10px 12px;
    border-radius:14px;
    border: none;     height: 42px;
    background-color: var(--bg-tool);
    font-size:13px;
    font-weight:normal;
	color: var(--text-primary, #333);
    cursor:pointer;
}
    

.lf-view-btn i{
    font-size:18px;
    transition:.25s ease;
    color: var(--text-primary, #333);
}

.lf-view-btn:hover{
    outline:none;

}

.lf-view-btn.active{
    background:linear-gradient(135deg,#8a5bba,#ff9f3f);
    color:#fff;
	 outline:none;
    border:none;
    box-shadow:0 6px 18px rgba(255,128,0,0.35);
}
.lf-view-btn.active i{
    color:#fff;
}
#filterSheet{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100vw;
    max-width:100vw;
    transform:translateY(100%);
}

#filterSheet.open{
    transform:translateY(0);
}

.lf-sheet-footer{
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 14px 20px;
    font-weight: 600;
    text-align: center;
    z-index: 20;
}

.lf-sort-menu{
    position:absolute;
    top:110%;
    right:0;
    min-width:200px;
    background: var(--bg-tool);
    border-radius:14px;
    padding:8px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border:1px solid rgba(0,0,0,0.05);
    opacity:0;
    transform:translateY(8px);
    pointer-events:none;
    transition:all .25s ease;
    z-index:999;
}

.lf-sort-dropdown.open .lf-sort-menu{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
}

.lf-sort-menu div{
    padding:10px 12px;
    border-radius:10px;
    cursor:pointer;
    font-size:12px;
    transition:.2s;
}

.lf-sort-menu div:hover{
    background:#f5f6f8;
}

.lf-sort-menu div.active{
    background:linear-gradient(135deg,#8a5bba,#8a5bba);
    color:#fff;
}
body.sheet-open {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}
.lf-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 9998;
}

.lf-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.lf-sheet {
    z-index: 9999;
}

.lf-view-toggle{
    outline:none;

    display:flex;
}


@media(max-width:991px){

	 .lf-mobile-top{
        display:flex;
        align-items:center;
        gap:6px;
    }
    #mobileSearchContainer{
        width:100%;
        display:flex;
    }

    #mobileSearchContainer .lf-search-box{
        flex:1;
        width:100%;
    }
}

		


.order-toggle {
    position: relative;
    display: flex;
    padding: 7px 16px;
    height: 34px;

	font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #653d8e;
    border-radius: 14px;
    overflow: hidden;
    font-size: 12px;
}


.order-toggle input {
    display: none;
}

.order-toggle__item {
    flex: 1;
    z-index: 2;
    display: flex;
	 font-weight: normal;
    justify-content: center;
    gap: 4px;
	color: #fff;
	font-size: 13px;
    cursor: pointer;
    user-select: none;
    transition: color .25s ease;
}

.order-toggle__icon {
    font-size: 13px;
}

.order-toggle__indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #875db2;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
}

#filter_delivery:checked ~ .order-toggle__indicator {
    transform: translateX(0%);
}

#filter_pickup:checked ~ .order-toggle__indicator {
    transform: translateX(100%);
}

.order-toggle label {
    color: #fff;
}

.order-toggle.delivery-active label[for="filter_delivery"],
.order-toggle.pickup-active label[for="filter_pickup"] {
    color: #fff;
}

header.header_in {
	background: var(--bg-dieliefern);
}
.header_right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.header_in > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 7px;
	padding-bottom: 7px;
    background: var(--bg-dieliefern);

}



#header_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  
}

@media(max-width:991px){

#header_center{
    position: static;
    transform: none;
}

}

@media(max-width:991px){
.owl-stage-outer{
    overflow:hidden !important;
}
.category_slider{
    overflow:hidden;
}
.order-toggle{
    max-width:100%;
}

}

#filterSheet{
    width:100vw;
    max-width:100vw;
}

#current_location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 25px;
    background: var(--bg-soft);
    padding: 8px 7px;
    border-radius: 14px;
    cursor: pointer;
    transition: .2s;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#current_location:hover {
    background: var(--hoverlist);
}

.loc_text {
    font-size: 12px;
}


.drawer-divider {
    height: 1px;
    background: var(--border-color);
    margin: 0px 0;
    list-style: none;
}

/* Normal link */
.dl-drawer__list li a {
    display: block;
    padding: 0px 0;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: normal;
}

/* Partner CTA */
.drawer-cta {
    margin-top: 8px;
}

.drawer-cta a {
  display: block;
    padding: 0px 0;
    text-decoration: none;
    color: #222;
    font-weight: normal;
}


.header-user-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
	color:#ffffff;
    font-weight: 500;
}

/* Mobil */
@media (max-width: 768px) {
	
  .header-user-btn .btn-text {
        display: none;
    }

     .header-user-btn {
        width: 40px;
        height: 40px;
        justify-content: center;
        border-radius: 50%;
        background: var(--bg-dieliefern);
    }

    .header-user-btn:hover {
        background: #875db2;
    }

  .header-user-btn {
        gap: 0;
    }

    .header-user-btn i {
        font-size: 20px;
    }

}
.mobile-only {
    display: none;
}
.partner-link {
 display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 14px;
    transition: .2s ease;
}

.partner-link i {
    font-size: 18px;
	color:#ffffff;
}

.partner-link:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

}
.header-user-btn i {
    font-size: 18px;
	color:#ffffff;
}

.header-user-btn:hover {
       opacity: 0.8;
}
.dl-burger {
    width: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
}

.dl-burger span {
 	font-size: 36px;
	color:#ffffff;
}

.dl-drawer {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
	max-width: 100%;
    background: var(--bg-surface);
    box-shadow: -8px 0 30px rgba(0,0,0,0.1);
    transition: right .35s cubic-bezier(.4,0,.2,1);
    z-index: 1200;

    display: flex;
    flex-direction: column;
}

.dl-drawer.active {
    right: 0;
}

.dl-drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;

    width: 34px;
    height: 34px;

    border-radius: 50%;
    background: rgba(0,0,0,0.05);
    border: none;
	color: var(--text-primary, #333);
    font-size: 20px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 20;
}


.dl-drawer__list {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.dl-drawer__list li {
    margin-bottom: 16px;
}

.dl-drawer__list a {
    text-decoration: none;
    font-size: 14px;
    color: var(--text-primary);
}

.dl-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 1100;
}

.dl-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.dl-drawer {
    overflow: hidden;
    position: fixed;
}


.drawer-view {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    bottom: 0;
    background: var(--bg-body);
    transition: transform .3s ease;
    overflow-y: auto;
	z-index: 1;
	overflow-x:hidden;
}


#drawerMain {
    transform: translateX(0);
	overflow-x:hidden;
}

#drawerTheme {
    transform: translateX(100%);
	overflow-x:hidden;
}


.drawer-show-theme #drawerMain {
    transform: translateX(-100%);
}

.drawer-show-theme #drawerTheme {
    transform: translateX(0);
}

/* Design satiri */
.drawer-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
	font-size: 14px;
}

.drawer-value {
    opacity: 0.6;
}

/* Alt header */
.drawer-subheader {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid  var(--border-color, #eee);
    font-weight: 600;
}

.drawer-back {
    background: none;
    border: none;
    font-size: 18px;
	color: var(--text-primary, #333);
    cursor: pointer;
}


.drawer-submenu {
    list-style: none;
    padding: 20px;
    margin: 0;
}


.drawer-submenu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 11px;
	font-size: 13px;
    cursor: pointer;
    transition: .2s ease;
}
.theme-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 8px;
}

#currentThemeIcon {
    transition: transform .3s ease;
}

.drawer-link:hover #currentThemeIcon {
    transform: rotate(20deg);
}

.drawer-submenu li:hover {
    background: var(--bg-soft);
}

/* Check icon */
.theme-check {
    opacity: 0;
    font-size: 14px;
    color: #875db2;
    transition: .2s ease;
}

/* Active state */
.drawer-submenu li.active {
    color: #875db2;
}

/* Show check when active */
.drawer-submenu li.active .theme-check {
    opacity: 1;
}

body.dl-lock {
    overflow: hidden;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
body.dl-modal-lock {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.dl-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999999;
	 overflow-x:hidden;
}

.dl-modal.active {
    display: block;
}

.dl-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(4px);
}

.dl-modal__box {
    position: relative;
    width: 420px;
    max-width: 92%;
    background: #fff;
    border-radius: 14px;
    margin: 100px auto;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    animation: dlFadeIn .25s ease;
}

@keyframes dlFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.dl-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dl-modal__close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
	color: var(--text-primary);
}

.dl-modal__body label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.dl-modal__body input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 6px;
}

.dl-modal__footer {
    margin-top: 20px;
    text-align: right;
}

.dl-btn-primary {
    background: #ff8000;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
}

body.dl-modal-lock {
    overflow: hidden;
}
.dl-modal .modal-body {
    overflow: visible !important;
    max-height: none !important;
}

#locationModal .suggestions-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 8px;
}
.owl-theme.categories_carousel .item a,
.item_version_2 a {
  display: block;
}
.owl-theme.categories_carousel .item a span,
.item_version_2 a span {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  line-height: 34px;
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  z-index: 9;
}
.owl-theme.categories_carousel .item a figure,
.item_version_2 a figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
.owl-theme.categories_carousel .item a figure img,
.item_version_2 a figure img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-theme.categories_carousel .item a:hover figure img,
.item_version_2 a:hover figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.item_version_2 a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.item_version_2 a .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 25px 20px 15px 20px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  box-sizing: border-box;
  line-height: 1;
}
@media (max-width: 991px) {
  .item_version_2 a .info {
    padding: 25px 10px 10px 10px;
  }
}
.item_version_2 a .info h3 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .item_version_2 a .info h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .item_version_2 a .info small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.item_version_2 a figure span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .item_version_2 a figure span {

  }
}

.plattform-footer {
    background: #f5f6f8;
    color: #000;
    padding: 80px 0;
}

.col-md-8 .footer-toggle-item {
    margin-bottom: 25px;
}

.footer-toggle-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.footer-toggle-header:hover {
    color: #000000;
}

.footer-social h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
	background:var(--accent);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--bg-dieliefern);
    color: #111;
}
.toggle-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
}


.footer-toggle-item.active .toggle-icon {
    transform: rotate(180deg);
}

.footer-toggle-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}


.footer-toggle-header:hover {
    color: #000000;

}


.footer-toggle-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: rgba(135,93,178,0.4);
    transition: width 0.3s ease;
}

.footer-toggle-header:hover::after {
    width: 100%;
}


.footer-toggle-header:hover .toggle-icon {
    transform: translateY(2px);
}

.toggle-icon {
	font-size:18px;
    transition: 0.3s ease;
}

.footer-toggle-body {
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 1;
}

.footer-toggle-body a {
    display: block;
    padding: 6px 0;
    color: #000000;
    text-decoration: none;
}

.footer-toggle-body a:hover {
    color: #000000;
}

.footer-toggle-item:not(.active) .footer-toggle-body {
    max-height: 0;
    opacity: 0;
}

.footer-link-row a {
    display: block;
    color: #000000;
    margin-bottom: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-link-row a:hover {
    color: #000000;
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .footer-link-row {
        margin-top: 25px;
    }
    .footer-link-row .col-md-4 {
        margin-bottom: 20px;
    }
}
.category_slider,
.category_slider * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.plattform-app-section {
    padding: 20px 0 0 0;
	background: #875db2 url(../img/pattern.svg) center center repeat;
    position: relative;
    overflow: hidden;
}

.app-wrapper {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    gap: 60px;
}

.app-right {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.app-right img {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: -5px;
}

.app-left {
    flex: 1;
}


.plattform-app-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.lead {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}

.store-buttons {
    display: flex;
    gap: 18px;
}

.store-btn {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 10px 16px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.store-btn:hover {
    border-color: #bbb;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

.store-logo img {
    height: 36px;
}

.store-text small {
    display: block;
    font-size: 12px;
    color: #888;
}

.store-text span {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}


@media (max-width: 991px) {

    .app-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .app-left {
        width: 100%;
    }

    .app-left h2,
    .app-left .lead {
        max-width: 100%;
    }

     .store-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 50%;
    }

    .app-right {
        position: absolute;
        right: 0px;
        bottom: 0;
    }

    .app-right img {
        max-width: 200px;
        height: auto;
    }

    .plattform-app-section {
        position: relative;
        padding-bottom: 60px;
    }

}
.plattform-download-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 700px;
    background: var(--bg-surface);
    border: 1px solid var(--border-color); 
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-radius: 18px;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.4s ease;
}

.plattform-download-bar.show {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 6px;
}

.bar-left {
    display: flex;
    align-items: center;
    gap: 9px;
}

.bar-icon {
  padding-left:5px;
  color: var(--accent);
font-size:34px;
}

.bar-text strong {
    display: block;
    font-size: 14px;
    color: var(--text-primary);
}

.bar-text span {
    font-size: 13px;
    color: var(--text-primary);
}

.bar-right {
    display: flex;
    align-items: center;
    gap: 0px;
}

.bar-btn {
    background: #111;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.bar-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

@media (min-width: 992px) {
    .plattform-download-bar {
        display: none !important;
    }
}
.plattform-logos-section {
    padding: 5px 0;
    background: #f5f6f8;
}

.plattform-logo-carousel .logo-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    overflow: hidden;
    transition: 0.3s ease;
}


.plattform-logo-carousel .logo-item:hover {
    box-shadow: 0 0 0 6px rgba(0,0,0,0.02),
                0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-6px);
    border-color: #d0d0d0;
}


.plattform-logo-carousel .logo-item img {
    max-width: 70%;
    max-height: 50%;
    object-fit: contain;
}
.owl-nav {
    margin-top: 30px;
    text-align: center;
}

.owl-nav button {
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin: 0 8px;
    transition: 0.3s;
}

.owl-nav button:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.plattform-features-section {
    padding: 40px 0;
    background: var(--bg-surface);
}

.plattform-intro {
    max-width: 700px;
    margin: 0 auto 10px auto;
}

.plattform-intro h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
	color: #875db2;
}

.plattform-intro .lead {
    font-size: 18px;
    color: var(--text-primary);
}

.plattform-feature {
    text-align: center;
    padding: 10px 30px;
}
.plattform-features-slider{
    overflow-x: hidden;
}
.plattform-features-slider.owl-carousel{
    max-width:100%;
    overflow:hidden;
}
.plattform-features-slider .owl-stage-outer{
    overflow: hidden;
}

.plattform-features-slider .owl-item img {
    width: auto !important;
    max-width: 150px;
	overflow: hidden;
    margin: 0 auto 15px auto;
}
.plattform-feature h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
	color: var(--text-primary);
}

.plattform-feature p {
    font-size: 14px;
	  color: var(--text-primary);
}

@media (min-width: 992px) {

    .plattform-features-slider {
        display: flex !important;
        justify-content: center;
        gap: 10px;
    }

   .plattform-feature {
        text-align: center;
        padding: 20px 15px;
    }

    .plattform-feature img {
        width: 120px; 
        margin: 0 auto 15px auto; 
        display: block;
    }
	  .plattform-features-slider .owl-item img {
        max-width: 120px !important;
    }
    .plattform-feature h3 {
        font-size: 16px;
    }

    .plattform-feature p {
        font-size: 14px;
        padding: 0 10px;
    }

    .plattform-features-slider .owl-stage-outer {
        overflow: visible;
    }

    .plattform-features-slider .owl-dots {
        display: none;
    }
}
@media (max-width: 991px) {

    .plattform-features-slider .owl-dots {
        margin-top: 0px;
        text-align: center;
    }

    .plattform-features-slider .owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #dcdcdc !important;
        margin: 0 6px;
        transition: 0.3s ease;
    }

    .plattform-features-slider .owl-dot.active {
        background: #875db2 !important;
        transform: scale(1.2);
    }

    .plattform-features-slider .owl-dot span {
        display: none;
    }

}
.carousel_4 .strip {
  margin-bottom: 0;
}

#carousel-home {
  position: relative;
}
#carousel-home .static {
  position: static;
}
#carousel-home .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 1 !important;
  max-height: inherit !important;
}
#carousel-home .owl-carousel .owl-slide {
  height: 580px;
  position: relative;
}
@media (max-width: 767px) {
  #carousel-home .owl-carousel .owl-slide {
    height: 530px;
  }
}
#carousel-home .owl-carousel .owl-slide-animated {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -webkit-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
}
#carousel-home .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#carousel-home .owl-carousel .owl-dots {
  bottom: 80px;
  width: 100%;
  position: absolute;
}

.slide-text {
  padding-top: 15px;
  font-size: 32px;
  font-size: 1.3125rem;
}
.slide-text h2, .slide-text h3 {
  font-size: 44px;

  font-weight: 900;

  line-height: 1;
}
@media (max-width: 767px) {
  .slide-text h2, .slide-text h3 {
    font-size: 30px;
    font-size: 1.75rem;
  }
.cs-calltoaction.simple .cs-text strong {
    font-size: 18px;
    display: block;
    line-height: 18px;
   padding-bottom:10px;
}
}
.slide-text strong {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}
.slide-text.white {
  color: #fff;
}
.slide-text.white h2, .slide-text.white h3 {
  color: #fff;
}

#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 0px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  #icon_drag_mobile {
    display: block;
  }
}

.categories_grid {
  margin-bottom: 20px;
}
.categories_grid .margin {
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .categories_grid .margin {
    margin: 0;
  }
}
.categories_grid a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .categories_grid a {
    height: 180px;
    margin-bottom: 10px;
  }
}
.categories_grid a .wrapper {
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 100px 20px 20px 20px;
}
.categories_grid a .wrapper h2 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.categories_grid a .wrapper p {
  color: #fff;
  opacity: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.categories_grid a img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.categories_grid a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.categories_grid a:hover h2 {
  -webkit-transform: translateY(-5px) translateZ(0);
  -moz-transform: translateY(-5px) translateZ(0);
  -ms-transform: translateY(-5px) translateZ(0);
  -o-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}
.categories_grid a:hover p {
  opacity: 0.8;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

/* Home video background*/
.header-video {
  position: relative;
  overflow: hidden;
  background-color: lightgray;
  height: 650px !important;
}
.header-video h1,
.header-video h3 {
  color: #fff;
  line-height: 1;
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .header-video h1,
  .header-video h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.header-video p {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  display: block;
}
@media (max-width: 767px) {
  .header-video p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.header-video h5 {
  color: #fff;
}
.header-video .search_trends h5 {
  color: #fff;
}
.header-video .search_trends ul li a {
  color: #fff;
}
.header-video .search_trends ul li a:hover {
  color: #fff;
}
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header-video .shape_element {
  position: absolute;
  z-index: 9;
  background: url(../img/shape_element_1.svg) no-repeat;
}
@media (max-width: 767px) {
  .header-video .shape_element {
    display: none;
  }
}
.header-video .shape_element.one {
  right: 20%;
  top: 140px;
  width: 68px;
  height: 64px;
}
.header-video .shape_element.two {
  left: 20%;
  top: auto;
  bottom: 140px;
  width: 68px;
  height: 64px;
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
  background-size: 50px auto;
}

#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#hero_video iframe {
  height: 100%;
  width: 100%;
}

.teaser-video {
  width: 100%;
  height: auto;
}

.header-video--media {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  #hero_video {
    background: #ededed url(../img/home_section_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .header-video {
    background: none;
  }
}
.list_home ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_home ul li {
  display: inline-block;
  position: relative;
  width: 100%;
}
.list_home ul li a {
  background-color: var(--glass-bg);
  -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
  -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
  box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 15px 15px 15px;
  color: var(--text-secondary);
  margin-bottom: 0px;
  min-height: 120px;
  display: block;
}
@media (max-width: 1199px) {
  .list_home ul li a {
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 991px) {
  .list_home ul li a {
    padding: 15px 15px 15px 15px;
  }
}





.list_home ul li a .score {
  position: absolute;
  top: 7px;
  right: 7px;
}
@media (max-width: 767px) {
  .list_home ul li a .score {
    position: static;
    float: right;
    margin: -10px -10px 0 0;
  }
}
.list_home ul li a em {
  font-size: 12px;
  font-size: 0.75rem;
}
.list_home ul li a h3 {
  font-size: 14px;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.list_home ul li a small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #777;
}
.list_home ul li a ul {
  margin-top: 10px;
}
.list_home ul li a ul li {
  display: inline-block;
  width: auto;
  margin: 0 5px 0 0;
}
.list_home ul li a ul li:last-child {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.list_home ul li a ul li .ribbon {
  position: static;
}
.list_home ul li a:hover {
  -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
  -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
  box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
}

.list_home ul li a:hover h3 {
    color: var(--accent, #8c64b5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.call_section {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 380px;
  padding: 8% 0;
}
.call_section .box_1 {
  background-color: #121921;
  color: #fff;
  padding: 45px;
}
.call_section .box_1 p {
  opacity: 0.8;
  font-size: 16px;
  font-size: 1rem;
}
.call_section .box_1 h3 {
  color: #fff;
}

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
}
.banner .wrapper {
  color: #fff;
  padding: 60px;
}
@media (max-width: 767px) {
  .banner .wrapper {
    padding: 30px;
  }
}
.banner .wrapper small {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.banner .wrapper h3 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin: 10px 0 0 0;
}
.banner .wrapper p {
  font-size: 21px;
  font-size: 1.3125rem;
}
