/* 
    Created on : 29.07.2024, 11:54:09
    Author     : kohberg
*/

/* 
###############################################
styles for desktop devices 
###############################################
*/

body {
    font-family: Verdana;
    font-size: 1.4em;
}

.small {
    font-size: 0.7em;
    /*padding: 2px;*/
}
.description {
    font-family: Verdana;
    font-size: 1em;
}
h1, h2 {
    /*text-align: center;*/
    text-align: left;
}

form {
    margin: 20px;
    /*text-align: center;*/
    text-align: left;
}

input, select {
    font-family: Verdana;
    font-size: 1.3em; /*24px;*/        
}

.category-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-right: 20px;
}

.categories a.active {
    background-color: #ddd;
    color: #000;
}
a.active {
    background-color: #ddd;
    color: #000;
}

.category-list li.active-category a {
    font-weight: bold;
    color: #06a0a2; /* Example color */
}

.edit-category-link {
    margin-left: 10px;
    font-size: 0.8em;
    color: #555;
    text-decoration: none;
}

/*
input[type="checkbox"] {
    margin-right: 10px;
}*/

img {
    margin-left: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

button {
    margin-left: 10px;
    font-family: Verdana;
    font-size: 1em;  
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

button .history {
        font-size: .5em;
    }
/* Allgemeine Größe der Icons festlegen */
.icon {
    width: 24px; /* gewünschte Breite */
    height: 24px; /* gewünschte Höhe */
}
