body {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Eurostile', sans-serif;
}

.hero {
    padding: 100px 20px 50px;
    text-align: center;
}

.section {
    padding: 60px 20px;
}

.logo-container img {
    max-width: 180px;
}

.supplier-logos img {
    max-height: 80px;
    margin: 10px;
}

footer {
    background: #111;
    color: #aaa;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

a {
    color: #0056b3;
}

.slafs {
    background-image: url('assets/img/slafs.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .slafs {
        background-image: url('assets/img/slafsmobo2.webp');
        background-repeat: repeat-y;
        background-position: center top;
    }
}

.visitkort-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.visitkort {
    position: relative;
    max-width: 360px;
    width: 100%;
}

.visitkort img {
    width: 100%;
    height: auto;
    display: block;
}

.visitkort a {
    position: absolute;
    display: block;
}

/* Exakta positioner för Felix */
.felix-tel {
    top: 56.5%;
    left: 0;
    width: 100%;
    height: 5.2%;
}

.felix-mail {
    top: 62.5%;
    left: 0;
    width: 100%;
    height: 5.2%;
}

.felix-info {
    top: 92%;
    left: 50%;
    width: 50%;
    height: 4%;
}

.felix-site {
    top: 96%;
    left: 50%;
    width: 50%;
    height: 4%;
}

/* Exakta positioner för Glenn */
.glenn-tel {
    top: 56.5%;
    left: 0;
    width: 100%;
    height: 5.2%;
}

.glenn-mail {
    top: 62.5%;
    left: 0;
    width: 100%;
    height: 5.2%;
}

.glenn-info {
    top: 92%;
    left: 50%;
    width: 50%;
    height: 4%;
}

.glenn-site {
    top: 96%;
    left: 50%;
    width: 50%;
    height: 4%;
}

@media (max-width: 768px) {
    .visitkort-container {
        flex-direction: column;
        align-items: center;
    }
}

.txsh {
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.66);
}
