.wind-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wind-body {
    font-family: Arial, sans-serif;
    /* background: #f5f5f5; */
    padding: 0px;
}

.wind-weather-container {
    /* background: white;
     *   border-radius: 4px;
     *   box-shadow: 0 1px 5px rgba(0,0,0,0.1); */
    overflow-x: auto;
}

.wind-weather-grid {
    display: grid;
    grid-template-columns: 25px repeat(5, 1fr);
    min-width: 300px;
    /*
     *   border: 1px solid #ddd; */
}

.wind-time-header {
    /* background: #2c3e50; */
    margin-right: 2px;
    margin-bottom: 15px;
    color: #000000;
    padding: 4px 2px;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    /* border-right: 1px solid #EDEDED; */
}

.wind-model-header {
    /* background: #ff0000; */
    margin-right: 2px;
    margin-bottom: 8px;
    color: #000000;
    padding: 4px 2px;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    /* border-right: 1px solid #EDEDED;
     *   border-bottom: 1px solid #000000; */
}

.wind-time-cell {
    /* background: #ecf0f1; */
    padding: 0px;
    margin-right: 2px;
    text-align: left;
    /* font-weight: bold; */
    font-size: 10px;
    /* border-right: 1px solid #EDEDED;
     *   border-bottom: 1px solid #ddd; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    min-height: 20px;
    line-height: 1.1;
}

.wind-date-row {
    /* background: #bdc3c7; */
    color: #000000;
    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 0px;
    padding: 4px 2px;
    text-align: left;
    /* font-weight: bold; */
    font-size: 14px;
    /* border-right: 1px solid #ddd;
     *   border-bottom: 1px solid #ddd; */
    grid-column: 1 / -1;
}

.wind-weather-cell {
    /* border-right: 1px solid #EDEDED;
     *   border-bottom: 1px solid #ddd; */
    margin-right: 2px;
    padding: 0px;
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
    min-height: 20px;
}

.wind-box {
    flex: 1;
    min-width: 15px;
    max-width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;

    border-radius: 0px;
    color: #000000;
}

.wind-arrow-box {
    flex: 1;
    min-width: 18px;
    max-width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EDEDED;
    /* background: #f8f9fa; */
    border-radius: 0px;
}

.wind-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}


.wind-title {
    text-align: center;
    margin-bottom: 10px;
    color: #2c3e50;
    font-size: 18px;
    font-weight: bold;
}

.wind-legend {
    margin-top: 10px;
    padding: 8px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wind-legend h3 {
    margin-bottom: 6px;
    color: #2c3e50;
    font-size: 12px;
}

.wind-legend-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.wind-legend-item {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
}

.wind-legend-color {
    width: 16px;
    height: 12px;
    border-radius: 2px;
}

.wind-spotname {
    /* background: #bdc3c7; */
    color: #000000;
    margin-top: 0px;
    margin-left: 26px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 20px;

}

.wind-legende {
    /* background: #bdc3c7; */
    color: #000000;
    margin-top: 0px;
    margin-left: 26px;
    margin-bottom: -20px;
    text-align: left;
    font-size: 12px;

}

.wind-credit, .wind-credit a {
    text-align: left;
    margin-top: 0px;
    margin-bottom: -8px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    /* font-weight: bold; */
}


.wetter-temp-box {
    flex: 1;
    min-width: 15px;
    max-width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 0px;
    color: #000000;
}

.wetter-preci-box {
    flex: 1;
    min-width: 15px;
    max-width: 40px;
    padding-top: 3.3px;
    padding-right: 7px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0px;
}

.wetter-cape-box {
    flex: 1;
    min-width: 15px;
    max-width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0px;
    color: #C60000;
}

.wwidget-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 0px solid #000000;
    gap: 5px;
    max-width: 600px;
    padding: 0px;
    margin: 0 auto;
}

.wwidget-datum {
    display: flex;
    font-size: 12px;
    justify-content: left;
    margin-bottom: 0px;
}


.wwidget-icon-value-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 0px solid #ff0000;
    padding: 0px;
    gap: 5px;
    border-radius: 0px;
}


.wwidget-value-spalte {
    display: flex;
    flex-direction: column;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 3px;
    width: 3rem;
    justify-content: center;
    align-items: center;

}


.wwidget-temp-pikto-panel {
    display: flex;
    border: 1px solid #000000;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
    border: 1px solid #000000;
    border-radius: 10px;
}


.wwidget-icon {
    text-align: center;
    margin-top: 2px;
    border: 0px solid #ff0000;
    display: flex;
    align-items: center;
    gap: 0px;
    height: 30px;
    justify-content: center;
}

.wwidget-value {
    font-size: 14px;
    margin-bottom: 2px;
    border: 0px solid #ff0000;
    text-align: center;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    height: 30px;
    justify-content: center;
}


.wwidget-temp-box {
    text-align: center;
    padding: 10px;
    border: 0px solid #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.wwidget-temp-val {
    font-size: 80px;
    letter-spacing: -8px;
}

.wwidget-temp-unit {
    font-size: 40px; /* kleinere Einheit */
    position: relative;
    top: -0.3em;
    margin-left: 8px;  /* kleiner Abstand */
}


.wwidget-pikto-box {
    text-align: center;
    padding: 10px;
    border: 0px solid #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden; /* verhindert Überschreiten */
}

.wwidget-pikto-box img {
    max-width: 100%;   /* Bild bleibt innerhalb der Box-Breite */
    max-height: 100%;  /* Bild bleibt innerhalb der Box-Höhe */
    height: 6rem;
    object-fit: contain; /* sorgt dafür, dass es komplett sichtbar bleibt */
}

