﻿/* Brotkrümelleiste */
.brotkrümmelleiste a {
    color: #a0cb37;
}

    .brotkrümmelleiste a:hover {
        text-decoration: underline;
    }

/* Überschrift */

/* Kategorieboxen */
.kategorieBox {
    background-color: #f9f9f9;
    /*border: 1px solid #a0cb37;*/
    padding: 20px 50px 20px 50px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

    .kategorieBox:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

    .kategorieBox h2 {
        font-size: 1.4em;
        color: #333;
    }

/* Responsive Design Anpassungen */
@media (max-width: 767px) {
}

.kategorieBox .fa-solid{
    font-size: 42px;
    color: #a0cb37;
    position: absolute;
    top: 15px;
    left: 15px;
}
