/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

h2 {
    font-size: 24px;
  font-weight: bold;
}

h3 {
    font-size: 20px;
  font-weight: bold;
}

.ls-logo {
    width: 8%; /* Größe des Logos */
    display: block; /* Block-Element für bessere Steuerung */
    text-align: left; /* Falls es sich in einem umschließenden <div> befindet */
    margin-left: 0; /* Falls es bereits zentriert war, auf links setzen */
}

.zhaw-button {
    background-color: #0061A2; /* Buttonfarbe*/
    color: white; /* Textfarbe */
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.zhaw-button:hover {
    background-color: #4c4c4c;
    color: white;
}

a {
    color: #0061A2;
    text-decoration: none;
    font-size:18px;

}

a:hover {
    color: #4c4c4c;
    text-decoration: underline;
}


.footer-links {
    text-align: left; /* Links linksbündig ausrichten */
    padding: 10px 0;
}

.footer-links a {
    color: #0061A2; /* Link-Farbe */
    text-decoration: none; /* Kein Unterstrich */
    margin-right: 15px; /* Abstand zwischen Links */
    font-weight: bold;
}

.footer-links a:hover {
    text-decoration: underline; /* Unterstrich beim Hover */
}


/*
#surveys-list-container {
    min-height: none !important;
}
*/
