:root {
--jwh-blue: #004070;
--jwh-blue-dark: #00304f;
} .jwh-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--jwh-min, 210px), 1fr));
gap: 22px;
margin: 28px 0;
font-family: "Roboto", Arial, sans-serif;
}
.jwh-card {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid #e6e9ee;
border-radius: 12px;
overflow: hidden;
text-decoration: none !important;
box-shadow: 0 1px 3px rgba(0, 64, 112, .06);
transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.jwh-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 26px rgba(0, 64, 112, .15);
border-color: var(--jwh-blue);
}
.jwh-card-logo {
display: flex;
align-items: center;
justify-content: center;
height: 150px;
padding: 18px;
background: #fff;
}
.jwh-card-logo img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
}
.jwh-card-noimg {
color: var(--jwh-blue);
font-weight: 700;
text-align: center;
font-size: 16px;
}
.jwh-card-body {
display: flex;
flex-direction: column;
gap: 4px;
padding: 14px 16px 18px;
border-top: 1px solid #eef1f5;
margin-top: auto;
}
.jwh-card-name {
color: var(--jwh-blue);
font-weight: 700;
font-size: 16px;
line-height: 1.25;
}
.jwh-card-stand {
display: inline-block;
align-self: flex-start;
background: var(--jwh-blue);
color: #fff;
font-size: 12px;
font-weight: 600;
letter-spacing: .02em;
padding: 3px 10px;
border-radius: 999px;
}  .single-jwh_aussteller .elementor-location-header .elementor-element-78aa152 {
--padding-bottom: 20px;
}
.jwh-single {
font-family: "Roboto", Arial, sans-serif;
}
.jwh-single-head {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 28px;
margin-bottom: 28px;
padding-bottom: 24px;
border-bottom: 2px solid #eef1f5;
}
.jwh-single-logo {
flex: 0 0 auto;
max-width: 260px;
}
.jwh-single-logo img {
max-width: 100%;
height: auto;
object-fit: contain;
}
.jwh-single-meta {
display: flex;
flex-direction: column;
gap: 14px;
}
.jwh-badge {
display: inline-block;
align-self: flex-start;
background: var(--jwh-blue);
color: #fff;
font-weight: 700;
font-size: 15px;
padding: 7px 16px;
border-radius: 999px;
}
.jwh-contact {
display: flex;
flex-direction: column;
gap: 6px;
font-size: 16px;
line-height: 1.5;
}
.jwh-contact-row {
margin: 0;
}
.jwh-contact-label {
display: inline-block;
min-width: 86px;
color: var(--jwh-blue);
font-weight: 700;
}
.jwh-contact a {
color: var(--jwh-blue) !important;
text-decoration: none !important;
word-break: break-word;
}
.jwh-contact a:hover {
text-decoration: underline !important;
}
.jwh-single-body {
font-size: 17px;
line-height: 1.7;
}
.jwh-back-wrap {
margin-top: 34px;
padding-top: 18px;
border-top: 1px solid #eef1f5;
}
.jwh-back {
color: var(--jwh-blue) !important;
font-weight: 600;
text-decoration: none !important;
}
.jwh-back:hover {
text-decoration: underline !important;
}
@media (max-width: 600px) {
.jwh-single-head { gap: 18px; }
.jwh-single-logo { max-width: 180px; margin: 0 auto; }
}