.webling-logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.webling-logo-track {
    display: flex;
    transition: transform 0.8s ease-in-out;
    will-change: transform;
}

.webling-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
	flex: 0 0 25%; 
}

.webling-logo-item img {
    max-width: 140px;
    max-height: 80px;
    object-fit: contain;

    filter: grayscale(1) opacity(0.75);
    transition: all 0.3s ease;
}

.webling-logo-item:hover img {
    filter: grayscale(0) opacity(1);
}


@media (max-width: 768px) {
    .webling-logo-item {
        flex: 0 0 25%;
    }
}





.webling-entry {
    display: flex;
    flex-direction: column;
    background: #f4f6f8;
    border-radius: 14px;
    height: 100%;
    min-height: 150px;
	max-width: 300px;
	width: 100%;
	padding: 20px;
    box-shadow: none;
    transition: transform 0.2s ease;
}

.webling-entry:hover {
	transform: translateY(-3px);
}

#webling-directory-list {
  margin-top: 50px;
	display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	justify-items: center;

}

.webling-entry-logo {
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}

.webling-entry h3 {
	font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
	color: black;
	line-height: 1.5;
	padding-top: 20px;
}


.logo-box {
    height: 130px;              
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webling-entry-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;       
}
.webling-entry a {
    font-size: 0;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: auto;  
}

.webling-entry a::after {
    content: "";
    display: inline-flex;

    width: 34px;
    height: 34px;

    border-radius: 50%;
    background-color: #fff;

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

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.502' height='15.31' viewBox='0 0 15.502 15.31'%3E%3Cpath d='M11.357,19.045l1.084-1.084L6.632,12.155H19.206V10.622H6.635l5.806-5.8L11.357,3.735,3.7,11.392Z' transform='translate(-3.704 -3.735) rotate(180 11.357 11.392)' fill='%231d1d1b'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
}

.webling-entry p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
}

.webling-entry p::before {
    content: "";
    display: inline-block;
    width: 10.62px;
    height: 13.616px;
    margin-right: 4px;
    vertical-align: middle;
    background-image: url(/wp-content/uploads/2026/04/Gruppe-16504@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.line2 {
	padding-left: 6%;
}

@media (min-width: 768px) {
	.webling-filters {
		display: grid;
  		gap: 20px;
 		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}
#webling-filter-branche {
    padding: 20px;
    border-bottom: 1px solid #ddd !important;
    background: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2215.502%22 height=%2215.31%22 viewBox=%220 0 15.502 15.31%22%3E%3Cpath d=%22M11.357,19.045l1.084-1.084L6.632,12.155H19.206V10.622H6.635l5.806-5.8L11.357,3.735,3.7,11.392Z%22 transform=%22translate(-3.704 -3.735) rotate(270 11.357 11.392)%22 fill=%22%231d1d1b%22/%3E%3C/svg%3E') no-repeat right 10px center;
    background-size: 12px 12px;
    appearance: none;
}

#webling-search {
	border: none;
border-bottom: 1px solid #ddd !important;
	width: 100%;
	padding: 20px;
	    width: 100%;
    margin-top: 20px;
}


#webling-sort {
      margin-bottom:10px;
  padding:10px 30px;
                                padding-right: 50px;
  border-radius:20px;
  background: #efefef url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2215.502%22 height=%2215.31%22 viewBox=%220 0 15.502 15.31%22%3E%3Cpath d=%22M11.357,19.045l1.084-1.084L6.632,12.155H19.206V10.622H6.635l5.806-5.8L11.357,3.735,3.7,11.392Z%22 transform=%22translate(-3.704 -3.735) rotate(270 11.357 11.392)%22 fill=%22%231d1d1b%22/%3E%3C/svg%3E') no-repeat right 25px center;
  background-size: 12;
border: none !important;
	margin-top: 20px;
	 -webkit-appearance: none;
    margin-left: auto;
    display: block;
}

@media (max-width: 768px) {
	#webling-sort {
      display: none;
	}
}

