.margin-icon{
    margin-right: 5px;
}
.color-icon{
    color: #2563eb;
    font-size: 22px;
}

/*=====  Cookie Banner =====*/
/* Container */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #333;
    padding: 1em 1.5em;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-width: 90%;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    gap: 10px;
}

/* Text */
.cookie-text {
    flex: 1;
    min-width: 250px;
}

.cookie-link {
    color: #007bff;
    text-decoration: underline;
}

/* Button-Gruppe */
.cookie-buttons {
    display: flex;
    gap: 10px;
}

/* Buttons */
.btn {
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4; /* sorgt für zentrierten Text */
    border: none;
    transition: background 0.2s ease-in-out;
}

/* Grauer Button */
.btn-secondary {
    background: #f1f1f1;
    color: #333;
}
.btn-secondary:hover {
    background: #e0e0e0;
}

/* Blauer Button */
.btn-primary {
    background: #2563eb;
    color: #fff;
}
.btn-primary:hover {
    background: #2563eb;
}

#f-plz,#f-kurs,#f-format,#f-radius{
    padding-left: 10px;
    border: solid 1px #8080804a;
}
svg.text-blue-600{
    min-width: 25px;
}