
.rss-feed {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.rss-feed ul {
    list-style-type: none;
    padding: 0;
}
.rss-feed .rss-item {
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rss-feed .rss-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.rss-feed .rss-item h4 {
    font-size: 18px;
    margin: 0;
    color: #333;
    font-weight: bold;
}
.rss-feed .rss-item h4 a {
    text-decoration: none;
    color: #0073aa;
}
.rss-feed .rss-item h4 a:hover {
    color: #005177;
}
.rss-feed .rss-item p strong {
    font-weight: bold;
    color: #888;
}
.rss-feed .rss-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
        .noodcomm_table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            margin: 20px 0;
        }
        .noodcomm_table {
            width: 100%;
            border-collapse: separate; 
            border-spacing: 4px; 
            text-align: left;
            border-radius: 15px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
        }
        .noodcomm_table th,
        .noodcomm_table td {
            padding: 15px;
            border: 2px solid #ddd;
            border-radius: 10px;
        }
        .noodcomm_table th {
            background-color: #f4f4f4;
            font-weight: bold;
            text-align: center;
        }
        .noodcomm_table td {
            background-color: #fff;
            text-align: left;
        }
        .noodcomm_table tr:nth-child(even) td {
            background-color: #f9f9f9;
        }
        .noodcomm_table tr:hover td {
            background-color: #f1f1f1;
        }
        .noodcomm_table .organization {
            font-weight: bold;
        }
        .noodcomm_table .phone,
        .noodcomm_table .website {
            color: #555;
            font-size: 0.9em;
            text-decoration: none;
        }
        .noodcomm_table .phone:hover,
        .noodcomm_table .website:hover {
            color: #007BFF;
            text-decoration: underline;
        }
        .noodcomm_table td,
        .noodcomm_table th {
            padding: 12px 20px;
        }
        @media (max-width: 768px) {
            .noodcomm_table td,
            .noodcomm_table th {
                padding: 10px;
            }
        }
        .noodfreq_table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            margin: 20px 0;
        }
        .noodfreq_table {
            width: 100%;
            border-collapse: separate; 
            border-spacing: 2px; 
            text-align: left;
            border-radius: 15px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
        }
        .noodfreq_table th,
        .noodfreq_table td {
            padding: 15px;
            border: 2px solid #ddd;
            border-radius: 10px;
        }
        .noodfreq_table th {
            background-color: #f4f4f4;
            font-weight: bold;
            text-align: center;
        }
        .noodfreq_table td {
            background-color: #fff;
            text-align: left;
        }
        .noodfreq_table tr:nth-child(even) td {
            background-color: #f9f9f9;
        }
        .noodfreq_table tr:hover td {
            background-color: #f1f1f1;
        }
        .noodfreq_table .band {
            font-weight: bold;
        }
        .noodfreq_table .frequency {
            color: #007BFF;
        }
        .noodfreq_table td,
        .noodfreq_table th {
            padding: 12px 20px;
        }
        @media (max-width: 768px) {
            .noodfreq_table td,
            .noodfreq_table th {
                padding: 10px;
            }
        }
.dordtfeed_rss-feed {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dordtfeed_rss-item {
    display: flex;
    align-items: center; 
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.dordtfeed_rss-item:hover {
    background-color: #f1f1f1; 
}
.dordtfeed_rss-logo {
    margin-right: 15px; 
    max-width: 100px; 
    max-height: 100px; 
}
.dordtfeed_rss-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}
.dordtfeed_rss-item div {
    flex-grow: 1;
}
.dordtfeed_rss-item strong a {
    font-size: 16px;
    font-weight: bold;
    color: #007bff; 
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.dordtfeed_rss-item strong a:hover {
    text-decoration: underline;
}
.dordtfeed_rss-item p {
    font-size: 14px;
    color: #555; 
    margin: 0;
}
@media (max-width: 767px) {
    .dordtfeed_rss-logo {
        display: none !important; 
    }
}
@media (min-width: 768px) {
    .dordtfeed_rss-logo {
        display: block;
    }
}
.dordtfeed_rss-feed {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .dordtfeed_rss-feed {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .dordtfeed_rss-feed {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
h1,h2,h3,h4,h5,h6{margin-bottom:0px!important;}
.rss-item.toestemming { border-left: 5px solid green; padding-left: 10px; }
.rss-item.geweigerd { border-left: 5px solid red; padding-left: 10px; }
.rss-item.aanvraag { border-left: 5px solid orange; padding-left: 10px; }
.rss-item.geweigerd { border-left: 5px solid red; padding-left: 10px; }
.rss-item.kennisgeving { border-left: 5px solid green; padding-left: 10px; }
.rss-item.verlenging { border-left: 5px solid orange; padding-left: 10px; }
.rss-item.melding { border-left: 5px solid green; padding-left: 10px; }
.rss-item.kennisgeving { border-left: 5px solid green; padding-left: 10px; }
.rss-item.vergunning { border-left: 5px solid green; padding-left: 10px; }
.rss-item.opheffingen { border-left: 5px solid green; padding-left: 10px; }
.nood-container { 
    font-family: sans-serif; 
    margin-bottom: 2rem; 
}
.nood-cat-title { 
    background: #0055a4; 
    color: #fff; 
    padding: 10px 15px; 
    border-radius: 5px; 
    margin-top: 20px; 
    font-size: 1.2rem; 
}
.nood-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
    gap: 15px; 
    margin-top: 10px; 
}
.nood-card { 
    background: #fff; 
    border: 1px solid #ddd; 
    padding: 15px; 
    border-radius: 8px; 
    transition: transform 0.2s; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
}
.nood-card:hover { 
    border-color: #0055a4; 
    background: #f9f9f9; 
}
.nood-naam { 
    font-weight: bold; 
    color: #333; 
    display: block; 
    margin-bottom: 5px; 
}
.nood-tel { 
    font-size: 1.1rem; 
    color: #d9534f; 
    text-decoration: none; 
    font-weight: bold; 
}
.nood-links { 
    margin-top: 10px; 
    font-size: 0.85rem; 
}
.nood-link { 
    color: #666; 
    text-decoration: underline; 
}
.freq-container { 
    font-family: sans-serif; 
    margin-bottom: 3rem; 
}
.freq-category-section { 
    margin-bottom: 40px; 
}
.freq-cat-title { 
    background: #222; 
    color: #fff; 
    padding: 10px 15px; 
    border-radius: 5px; 
    margin-bottom: 15px; 
    font-size: 1.1rem;
    border-bottom: 3px solid #d9534f;
}
.freq-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); 
    gap: 15px; 
}
.freq-card { 
    background: #fdfdfd; 
    border: 1px solid #ddd; 
    padding: 15px; 
    border-radius: 10px; 
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}
.freq-card:hover { 
    border-color: #d9534f; 
}
.freq-label { 
    display: block; 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    color: #888; 
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.freq-band { 
    display: block; 
    font-weight: bold; 
    font-size: 1.1rem; 
    color: #333; 
    margin-bottom: 10px;
}
.freq-value { 
    display: inline-block; 
    background: #222; 
    color: #00ff00; 
    padding: 5px 12px; 
    border-radius: 5px; 
    font-family: 'Courier New', monospace; 
    font-weight: bold; 
    font-size: 1.2rem; 
    box-shadow: inset 0 0 5px #000;
}