body {
    font-family: 'Muli', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #8A8A8A;
    color: #222;
}

a.back-link {
    display: inline-block;
    margin-top: 15px;
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

a.back-link:hover {
    text-decoration: underline;
}

header {
    background-color: #EDAF37;
    padding: 0;
}

nav {
    background-color: #222;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

nav ul li {
    position: relative;
}

nav ul li a {
    display: block;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
}

nav ul li:hover > a {
    background-color: #444;
}

nav ul li ul {
    display: none;
    position: absolute;
    background-color: #333;
    top: 100%;
    left: 0;
    min-width: 160px;
    z-index: 999;
}

nav ul li:hover ul {
    display: block;
}

main {
    padding: 20px;
    background-color: #8A8A8A;
    min-height: 400px;
}

footer {
    text-align: center;
    font-size: 0.9em;
    background-color: #8A8A8A;
    padding: 10px;
    margin-top: 20px;
    border-top: 1px solid #8A8A8A;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3 {
    color: #990000;
}

.teaser-box {
    position: relative;
	border: 1px solid #8A8A8A;
    margin: 20px 0;
    padding: 10px;
    background: #8A8A8A;
    transition: box-shadow 0.2s ease;
}

.teaser-box:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.teaser-box a {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
}

.teaser-img {
    display: block;
    max-width: 100%;
    height: auto;
	margin: 0 auto;
    transition: opacity 0.3s ease;
}

.teaser-img.hidden {
    opacity: 0;
}

.teaser-text-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
	color: #ffcc00;
	background: rgba(0, 0, 0, 0); /* dunkler halbtransparenter Hintergrund */
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    padding: 6px 10px;
    font-size: 1.5em;
    max-width: 90%;
	font-weight: bold;
}

.teaser-text {
    margin-top: 10px;
    font-size: 2.1em;
    font-weight: bold;
	color: #EDAF37;
	text-align: right;
}


.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #990000;
    color: white;
    border: none;
    font-size: 1.5rem;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    opacity: 0.8;
}

.slider-wrapper {
    position: relative;
}

.slider-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.slider-btn:hover {
    opacity: 1;
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}

.button {
    display: inline-block;
    padding: 8px 12px;
    background: #990000;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}
.button:hover {
    background: #bb0000;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.product-card {
    background: #fff;
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.product-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 8px 0 4px 0;
}

.product-desc {
    font-size: 0.95em;
    margin-bottom: 6px;
}

.product-link-text {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
}

.product-link-text:hover {
    text-decoration: underline;
}


.product-img {
    width: 100%;
    height: 400px; /* oder 250px — passe nach Geschmack an */
    object-fit: cover;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
}

.product-link {
    display: inline-block;
    padding: 6px 12px;
    background: #990000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.product-link:hover {
    background: #bb0000;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a,
.pagination span.current-page {
    margin: 0 4px;
    padding: 6px 10px;
    background: #eee;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
}

.pagination a:hover {
    background: #ddd;
}

.pagination span.current-page {
    background: #990000;
    color: #fff;
    font-weight: bold;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.news-card {
    background: #fffbcc;
    padding: 15px;
    border: 2px solid #e6c200;
    border-radius: 0; /* keine runden Ecken */
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2), -2px -2px 4px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    transform: rotate(-1deg);
    font-family: 'Patrick Hand', cursive;
}

.news-card::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;   /* größerer Pin */
    height: 16px;  /* größerer Pin */
    background: #990000;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    z-index: 3;
}

.news-card::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 20px;
    background: repeating-linear-gradient(
        -45deg,
        #fffbcc,
        #fffbcc 5px,
        #e6c200 5px,
        #e6c200 10px
    );
    z-index: 1;
}

.news-header, .news-teaser, .news-link {
    position: relative;
    z-index: 2;
}

.news-date {
    font-size: 0.85em;
    color: #666;
}

.news-title {
    font-size: 1.2em;
    margin: 0;
    color: #990000;
}

.news-teaser {
    font-size: 0.95em;
    margin: 10px 0;
}

.news-link {
    font-size: 0.85em;
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

.news-link:hover {
    text-decoration: underline;
}

/* --- Blog Kategorien --- */
.blog-categories {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 30px !important;
    padding: 10px 0 !important;
}

.faq-accordion {
    margin: 20px 0;
}

.faq-item {
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 0px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 16px;
    font-weight: normal;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between; /* Text links, Symbol rechts */
    align-items: center;
}

.faq-question:hover {
    background: #dcdcdc;
}

.faq-answer {
    display: none;
    padding: 12px;
	font-size: 14px !important;
    background: #fff;
}

.faq-answer a {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}

.buy-now {
    color: #0066cc;
    font-weight: bold;
}

.hinweis {
    font-weight: bold;
}

.profile-item {
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 0px;
    overflow: hidden;
}

.profile-question {
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 16px;
    font-weight: normal;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between; /* Text links, Symbol rechts */
    align-items: center;
}

.profile-question:hover {
    background: #dcdcdc;
}

.profile-answer {
    display: none;
    padding: 12px;
	font-size: 14px !important;
    background: #fff;
}

.profile-answer a {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
}

.profile-answer a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {    
	
	.product-img {
        height: 150px;
    }
	
	.blog-entry {
        padding: 28px;
    }

    .blog-thumb {
        height: 260px;
    }
	
}






