body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
}

h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
}

h2 {
    font-size: 18px;
    padding: 10px 0;
}
h2.category-heading {
    text-align: center;
    color: #FFFFFF;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

select {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}

input[type="button"] {
    width: 100%;
    max-width: 150px;
    padding: 5px 10px;
    cursor: pointer;
}
/* For larger screens */
@media (min-width: 768px) {
    .category-cell {
        width: 33.33%;
    }
}

/* For even larger screens */
@media (min-width: 992px) {
    .category-cell {
        width: 16.666%;
    }
}

.category-table {
    background-color: white;
    border-collapse: separate;
    border-spacing: 10px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
    width: 80%;
}
.category-cell {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.category-icon {
    display: inline-block;
    margin-bottom: 5px;
}
.category-name {
    font-size: 14px;
}
.category-count {
    font-size: 12px;
}

/* Responsive design for tablets and mobile devices */
@media screen and (max-width: 767px) {
    .category-table {
        width: 90%;
    }

    .category-cell {
        display: block;
        margin-bottom: 20px;
    }
}
        body {
            background-color: #3d93dc;
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }
        table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            background-color: #FFFFFF;
            border-radius: 10px;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        }
        th, td {
            padding: 8px;
            text-align: left;
        }
        tr:first-child th {
            border-radius: 10px 10px 0 0;
        }
        tr:last-child td {
            border-radius: 0 0 10px 10px;
        }
        tr:nth-child(odd) {
            background-color: #f2f2f2;
        }
        tr:nth-child(even) {
            background-color: #e6e6e6;
        }
        .incident-container {
            margin: 20px auto;
            position: relative;
            padding-top: 40px;
            width: 90%;
        }
        .bookmark-container {
            position: absolute;
            top: 0;
            left: 0;
        }
        .bookmark {
            display: inline-block;
            position: relative;
            width: 50px;
            height: 25px;
        }
        .bookmark img {
            width: 100%;
            height: auto;
            vertical-align: top;
        }
        .road-number {
            position: absolute;
            top: 10;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 30px;
            font-size: 12px;
            font-weight: bold;
            color: #FFFFFF;
}
        @media screen and (min-width: 768px) {
            .incident-container {
                width: 50%;
            }
            table {
                width: 100%;
                align: center;
            }
			
        }
 
        .delay {
    text-align: right;
    font-weight: bold;
}
.delay-green {
    background-color: green;
}
.delay-yellow {
    background-color: yellow;
}
.delay-red {
    background-color: red;
}
        .warning-message {
            background-color: red;
            color: white;
            font-weight: bold;
        }
		.icon {
            position: absolute;
            top: -4px;
            right: 7px;
            width: 50px;
            height: 50px;
            
			background-repeat: no-repeat;
             
        }


.icon1 {
background-image: url('../../img/unfall.png');
	width: 50px;
            height: 50px;
}
.icon2 {
background-image: url('icon2.png');
}
.icon3 {
background-image: url('../../img/achtung.png');
}
.icon4 {
background-image: url('icon4.png');
}
.icon5 {
background-image: url('../../img/schnee.png');
}
.icon6 {
background-image: url('../../img/stau.png');
}
.icon7 {
background-image: url('../../img/einengung-rechts.png');
}
.icon8 {
background-image: url('../../img/sperrung.png');
}
.icon9 {
background-image: url('../../img/baustelle.png');
}
.icon10 {
background-image: url('icon10.png');
}
.icon11 {
background-image: url('icon11.png');
}
.icon14 {
background-image: url('icon14.png');
}


