@font-face {
    font-family: 'MalSchrift';
    src: url('fonts/patrick-hand.woff2') format('woff2'),
         url('fonts/patrick-hand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    background-color: #fff8f0;
    font-family: Arial, sans-serif;
}

/* Überschriften verspielt */
h1, h2, h3 {
    font-family: 'MalSchrift', "Comic Sans MS", cursive;
}

/* Header */
header {
    background-color: #ffcc70;
    text-align: center;
    padding: 30px;
}

header h1 {
    margin: 0;
    font-size: 48px;
}

/* Navigation */
nav {
    background-color: #ff914d;
    text-align: center;
    padding: 12px;
}

nav a {
    color: white;
    margin: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

/* Hero Bereich */
.hero {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffe5b4;
}

.hero h2 {
    font-size: 32px;
}

/* Produkte */
.produkte {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
}

.karte {
    background: white;
    margin: 20px;
    padding: 15px;
    width: 240px;
    border-radius: 25px;
    box-shadow: 0px 8px 15px rgba(0,0,0,0.1);

    text-align: center;
    transition: transform 0.2s ease;
}

.karte:hover {
    transform: scale(1.05);
}

.karte img {
    width: 100%;
    border-radius: 12px;
}

/* Footer */
footer {
    text-align: center;
    padding: 25px;
    background-color: #ffcc70;
    margin-top: 20px;
}
.info {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff0dc;
}

.info p {
    max-width: 600px;
    margin: auto;
    font-size: 18px;
    line-height: 1.6;
}
/* Buttons */
.button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #ff914d;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: bold;
    transition: 0.2s;
}

.button:hover {
    background-color: #ff7a26;
}

/* Deko-Icons */
.deko {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}

/* Karten noch weicher */
.karte {
    background: white;
    margin: 20px;
    padding: 15px;
    width: 240px;
    border-radius: 25px;
    box-shadow: 0px 8px 15px rgba(0,0,0,0.1);

    text-align: center;
    transition: transform 0.2s ease;
}
/* kleine "schwebende" Bewegung */
.karte:hover {
    transform: translateY(-5px) scale(1.03);
}

/* Hero etwas luftiger */
.hero {
    text-align: center;
    padding: 70px 20px;
    background-color: #ffe5b4;
}
.besonderheit {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff3cd;
}

.vorteile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.vorteil {
    background: white;
    margin: 10px;
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    font-size: 18px;
}

.highlight {
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.about {
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-box {
    background: white;
    margin: 15px;
    padding: 20px;
    max-width: 300px;
    border-radius: 20px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
    text-align: center;
}
.kontakt {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kontakt-box {
    background: white;
    margin: 15px;
    padding: 20px;
    max-width: 300px;
    border-radius: 20px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
    text-align: center;
}
a {
    transition: 0.2s;
}

/* Navigation */
nav a:hover {
    color: #ffe5b4;
}

/* Allgemeine Links */
a:hover {
    color: #ff914d;
}
.button:hover {
    background-color: #ff7a26;
    transform: scale(1.05);
}
.etsy {
    background-color: #f1641e;
}

.etsy:hover {
    background-color: #d6531a;
}
.button:hover {
    background-color: #ff7a26;
    transform: scale(1.05);
}
.amazon-hinweis {
    font-size: 14px;
    margin-top: 8px;
}
.amazon-hinweis {
    font-size: 14px;
    margin-top: 8px;
    color: #555;
}

.amazon-hinweis a {
    color: #146eb4;
    text-decoration: none;
}

.amazon-hinweis a:hover {
    text-decoration: underline;
}
.button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #ff914d;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: bold;
    transition: 0.2s;
}

.button:hover {
    background-color: #ff7a26;
    transform: scale(1.05);
}
.trust {
    font-size: 14px;
    margin-top: 8px;
    color: #666;
    line-height: 1.4;
}
.karte-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.karte-link:hover {
    text-decoration: none;
}
.detail {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.detail-box {
    max-width: 600px;
    text-align: center;
}

.detail-cover {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.detail-buttons {
    margin-top: 20px;
}

/* Bilder Vorschau */
.bilder {
    text-align: center;
    padding: 50px 20px;
}

.bilder-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.bilder-grid img {
    width: 180px;
    border-radius: 10px;
}
.bilder-grid img {
    width: 200px;
    border-radius: 12px;
    transition: 0.2s;
}

.bilder-grid img:hover {
    transform: scale(1.05);
}
.karte-link:hover .karte {
    transform: translateY(-5px) scale(1.05);
}
.karte-link,
.karte-link:visited,
.karte-link:active {
    color: black;
}
.karte-link,
.karte-link:visited,
.karte-link:hover,
.karte-link:active {
    color: black;
    text-decoration: none;
}

/* GANZ WICHTIG: auch für alle Elemente innerhalb der Karte */
.karte-link * {
    color: inherit;
}
.produkte {
    grid-template-columns: repeat(auto-fit, 240px);
    justify-content: center;
    gap: 20px;
}
.karten-inhalt {
    margin-top: auto;
}
.mehr {
    margin-top: 10px;
    font-weight: bold;
    color: #ff914d;
}
footer a {
    color: #333;
    text-decoration: none;
    margin: 0 5px;
}

footer a:hover {
    text-decoration: underline;
}
@media (max-width: 600px) {
    .produkte {
        flex-direction: column;
        align-items: center;
    }

    .karte {
        width: 90%;
        max-width: 320px;
    }
}
body {
    font-family: "Comic Sans MS", Arial, sans-serif;
}