img.override-height-150 {
    height: 150px;
}
img.override-height-200 {
    height: 200px;
}
.line-break-always {
    line-break: anywhere;
}

/* Styling for custom content sections */
#custom-content-header,
#custom-content-body,
#custom-content-footer {
    h1 {
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
        line-height: initial;
    }

    h2 {
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: initial;
    }

    h3 {
        font-size: 1.75rem;
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: initial;
    }

    h4 {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: initial;
    }

    h5 {
        font-size: 1.25rem;
        font-weight: 400;
        margin-bottom: 1rem;
        line-height: initial;
    }

    h6 {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        line-height: initial;
    }

    /* Paragraphs */
    p {
        margin-bottom: 1rem;
        line-height: 1.8;
    }

    /* Lists */
    ul,
    ol {
        margin: 1rem 0 1rem 2rem;
        padding: 0;
        list-style-position: inside;
    /*    i want to have bulletpoints in the list, but they are not showing up */
        list-style-type: initial;
    }

    li {
        margin-bottom: 0.5rem;
    }

    /* Blockquotes */
    blockquote {
        margin: 1.5rem 0;
        padding-left: 1rem;
        border-left: 4px solid #ccc;
        font-style: italic;
        color: #555;
    }

    /* Tables */
    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1rem;
        display: block;
        overflow: auto;
    }

    th,
    td {
        padding: 0.75rem;
        text-align: left;
        border: 1px solid #ddd;
    }

    th {
        background-color: #f2f2f2;
        font-weight: bold;
    }
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    #custom-content-header h1,
    #custom-content-body h1,
    #custom-content-footer h1 {
        font-size: 2.2rem;
    }

    #custom-content-header h2,
    #custom-content-body h2,
    #custom-content-footer h2 {
        font-size: 1.8rem;
    }

    #custom-content-header h3,
    #custom-content-body h3,
    #custom-content-footer h3 {
        font-size: 1.6rem;
    }

    #custom-content-header h4,
    #custom-content-body h4,
    #custom-content-footer h4 {
        font-size: 1.4rem;
    }

    #custom-content-header h5,
    #custom-content-body h5,
    #custom-content-footer h5 {
        font-size: 1.2rem;
    }

    #custom-content-header h6,
    #custom-content-body h6,
    #custom-content-footer h6 {
        font-size: 0.9rem;
    }
}

@media (max-width: 992px) {
    #custom-content-header h1,
    #custom-content-body h1,
    #custom-content-footer h1 {
        font-size: 2rem;
    }

    #custom-content-header h2,
    #custom-content-body h2,
    #custom-content-footer h2 {
        font-size: 1.6rem;
    }

    #custom-content-header h3,
    #custom-content-body h3,
    #custom-content-footer h3 {
        font-size: 1.4rem;
    }

    #custom-content-header h4,
    #custom-content-body h4,
    #custom-content-footer h4 {
        font-size: 1.2rem;
    }

    #custom-content-header h5,
    #custom-content-body h5,
    #custom-content-footer h5 {
        font-size: 1rem;
    }

    #custom-content-header h6,
    #custom-content-body h6,
    #custom-content-footer h6 {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    #custom-content-header h1,
    #custom-content-body h1,
    #custom-content-footer h1 {
        font-size: 1.8rem;
    }

    #custom-content-header h2,
    #custom-content-body h2,
    #custom-content-footer h2 {
        font-size: 1.5rem;
    }

    #custom-content-header h3,
    #custom-content-body h3,
    #custom-content-footer h3 {
        font-size: 1.3rem;
    }

    #custom-content-header h4,
    #custom-content-body h4,
    #custom-content-footer h4 {
        font-size: 1.1rem;
    }

    #custom-content-header h5,
    #custom-content-body h5,
    #custom-content-footer h5 {
        font-size: 0.9rem;
    }

    #custom-content-header h6,
    #custom-content-body h6,
    #custom-content-footer h6 {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    #custom-content-header h1,
    #custom-content-body h1,
    #custom-content-footer h1 {
        font-size: 1.5rem;
    }

    #custom-content-header h2,
    #custom-content-body h2,
    #custom-content-footer h2 {
        font-size: 1.25rem;
    }

    #custom-content-header h3,
    #custom-content-body h3,
    #custom-content-footer h3 {
        font-size: 1.1rem;
    }

    #custom-content-header h4,
    #custom-content-body h4,
    #custom-content-footer h4 {
        font-size: 1rem;
    }

    #custom-content-header h5,
    #custom-content-body h5,
    #custom-content-footer h5 {
        font-size: 0.85rem;
    }

    #custom-content-header h6,
    #custom-content-body h6,
    #custom-content-footer h6 {
        font-size: 0.7rem;
    }
}
