html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.outerbox{
    display: flex;
    flex-direction: column;
}

.topbox{
    display: flex;
    background-color: papayawhip;
    height: 150px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.bottombox{
    display: flex;
    flex-direction: row;
}
.leftbox{
    background-color: white;
    width: 250px;
    border-right: 2px solid lightgray;
}
.rightbox {
    background-color: ghostwhite;
    width: 100%;
}

.topbox-logo{
    display: flex;
    width: 100px;
    height: 100px;
    margin-left: 30px;
}
.searchbox{
    margin-right: 80px;
}
.searchbox input{
    width: 400px;
    height: 40px;
    border: 2px solid lightgray;
    border-radius: 15px;

}
.topbox-title{
    color: goldenrod;
    font-size: 50px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}
.product-picture img{
    width: 200px;
    height: 200px;
}
.contentproduct{
    display: flex;
    flex-direction: row;
    margin-left: 40px;
}
.product-info{
    margin-left: 20px;
}
.menuitems{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
    font-size: 30px;
}
.dick{
    font-weight: bolder;
}
.menuitems a{
    text-decoration: none;
    color: black;
}







.discord-page {
    padding: 2rem;
    text-align: center;
}

.discord-page img {
    margin-bottom: 1.5rem;
    border-radius: 16px;
}

.discord-page p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 1rem auto;
    line-height: 1.6;
}

.discord-button {
    display: inline-block;
    background-color: #5865F2;
    color: white;
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.discord-button:hover {
    background-color: #4752c4;
}










.blog-page {
    padding: 2rem;
    text-align: center;
}

.blog-page img {
    margin-bottom: 1.5rem;
    border-radius: 16px;
}

.blog-page p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 1rem auto;
    line-height: 1.6;
}

.blog-button {
    display: inline-block;
    background-color: #ee1515;
    color: white;
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.blog-button:hover {
    background-color: #c70000;
}








.search-results {
    padding: 2rem;
}

.keine-treffer {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
}

.produkt-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.produkt-card {
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    max-width: 300px;
    width: 100%;
    text-align: center;
}

.produkt-bild img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.produkt-info h3 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}
.produkt-info h3 a {
    color: #0a84ff;
    text-decoration: none;
    font-weight: bold;
}

.produkt-info h3 a:hover {
    text-decoration: underline;
    color: #005fcc;
}


.produkt-link {
    display: inline-block;
    margin-top: 0.5rem;
    background-color: #0a84ff;
    color: white;
    text-decoration: none;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-weight: bold;
}

.produkt-link:hover {
    background-color: #006ee0;
}









.top-product {
    margin-bottom: 3rem;
}

.produkt-card.highlight {
    background-color: #fff8e1;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    max-width: 1000px;   /* breiter machen */
    margin: 0 auto 2rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.produkt-card.highlight h3 {
    font-size: 1.4rem;
}

.produkt-card.highlight p {
    font-size: 1rem;
    margin: 0.3rem 0;
}

.produkt-card.highlight img {
    max-width: 250px; /* Bild kleiner machen */
    height: auto;
    margin-bottom: 1rem;
}







.legalbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #666666;
}
.impressum{
    margin-right: 8rem;
    margin-left: 150px;
}
.impressum a{
    text-decoration: none;
    color: white;
}
.private a{
    text-decoration: none;
    color: white;
}