.tagesschrift-regular {
  font-family: "Tagesschrift", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* --- Styling for the logo within the Custom Content gadget --- */
.header-logo {
    width: 120px; /* Adjust size */
    height: auto;
    margin-right: 20px; /* Space between logo and text */
    vertical-align: middle; /* Align logo vertically with text */
}

/* --- Organization Info Container Adjustment --- */
.organization-info { 
    display: flex;
    font-family:  "Tagesschrift", system-ui;
    align-items: center; /* Align logo and text vertically */
    justify-content: flex-start; /* Align items to the left */
    height: 100%;
    padding-left: 20px; /* Add some left padding */
}

.organization-name {
    font-size: 1.5em;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 20px;
}

.contact-details {
    display: flex;
    gap: 10px;
    font-size: 0.9em;
    color: #000;
}

.contact-details .email a {
    color: #000;
    text-decoration: none;
}

.contact-details .email a:hover {
    text-decoration: underline;
}

/* --- Overall Header Background --- */
.zoneHeader1 {
    background-color: #ff9999;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.header-left {
    display: flex;
    align-items: center;
}

#idHeaderContentHolder > div > table {
    display: none;
}

#id_UNNAMED_CUSTOM_GADGET_ID {
    width: auto;
}

@media (max-width: 768px) {
    .organization-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0;
    }

    .header-logo {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .organization-name {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 1em;
    }

    .contact-details {
        flex-direction: column;
        align-items: center;
        gap: 2px;
        padding: 0;
    }

    #id_fuXoXDE {
        padding-right: 15px;
    }

    #id_Search_TextBox {
        width: 80px;
    }

    #idHeaderContentHolder > div {
        padding: 10px;
        flex-direction: column;
        align-items: center;
    }

    .header-left {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .organization-name {
        font-size: 0.9em;
    }

    .contact-details {
        font-size: 0.8em;
    }

    #id_Search_TextBox {
        width: 60px;
    }
}

/* --- Site-wide font: Montserrat --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body, p, h1, h2, h3, h4, h5, h6, li, td, th, a, button, input, textarea {
  font-family: 'Montserrat', sans-serif;
}
/* --- Site-wide font: Montserrat (forced override) --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body, p, h1, h2, h3, h4, h5, h6, li, td, th, a, button, input, textarea {
  font-family: 'Montserrat', sans-serif !important;
}

.tagesschrift-regular,
.organization-info,
.organization-name {
  font-family: "Tagesschrift", system-ui !important;
}
/* --- Footer font fix --- */
.zoneFooter,
.zoneFooter a,
.zoneFooter p,
.zoneFooter h1,
.zoneFooter h2,
.zoneFooter h3,
#idFooterContentHolder,
#idFooterContentHolder a,
#idFooterContentHolder p {
  font-family: 'Montserrat', sans-serif !important;
}