.theme-header-image {
    box-sizing: border-box;
    margin: 0px 15px;
}

.theme-header-image img {
    height: auto;
    width: 100%;
}

.ad300 {
    margin: 15px 0px 15px 20px;
}

.leftbox {
    margin-top: 15px;
    margin-bottom: 15px;
}

.livestream-links {
    margin: 15px 0px 0px 15px;
}

.livestream-links a {
    font-weight: bold;
}

.livestream-links {
    text-align: center;
    font-size: 1.6em;
}

h1 {
    font-size: 30px !important;
    text-align: center;
    max-width: 80%;
    margin: 70px 0 0 0 !important;
    padding: 1em 0 !important;
}

.blockcheese p {
    line-height: 1.4em !important;
}

ul.tabmenu {
    padding: 0 0 40px 5px;
}

h2 {
    font-size: 1em;
}


/* #table_th {padding: 1em; font-size: 2em;}; */

table.theme-event {
    /*margin: 0 auto;width: 49%;*/
    display: inline-block;
    vertical-align: top;
    margin: 1em;
    font-size: 0.9em;
}

table.theme-event tr td {
    padding: 0.5em 0;
    vertical-align: top;
    padding-right: 2em;
}

.cell-lgray {
    background: #f3f3f3;
}

.paragraph_intro {
    margin: 1em;
    font-size: 18px;
    text-align: justify;
    padding: 0px 0px;
}

@media (max-width: 799px) {
    .theme-header-image {
        margin: 0px 2%;
    }
    h1 {
        font-size: 1.5em !important;
    }
}