#contactmodal img {
    max-height: 220px;
    max-width: inherit;
    width: auto;
}

#bar-logo #navbar_logo img {
    max-height: 150px;
    max-width: inherit;
    width: auto;
}

.boxcontainer.frame-layout-900 {
    background-color: #f7f7f7;
}

.boxcontainer.frame-layout-900 > header {
    background-color: var(--theme-color) !important;
} 

.boxcontainer.frame-layout-900 > header > *:first-child {
    color: #fff !important;
}

.boxcontainer.frame-layout-900 > header > *:nth-child(2) {
    color: #fff !important;
}

.boxcontainer.frame-layout-900 .dce-contact-container footer {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}

.boxcontainer.frame-layout-900 .dce-contact-container footer a {
    display: block;
    background-color: var(--theme-color) !important;
    color: #fff;
    margin-bottom: 0.125rem;
    padding-bottom: 0.3rem;
}

.boxcontainer.frame-layout-900 .dce-contact-container footer a span {
    font-size: 89%;
}

.boxcontainer.frame-layout-900 .dce-contact-container footer a:hover {
    background-color: var(--theme-color-d3) !important;
}

.boxcontainer.frame-layout-900 .contenttable {
    width: 100%;
}

.flexcontainer .dce-newstickeritem {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.flexcontainer .dce-newstickeritem .newsimage {
    height: 200px;
    background-size: cover;
}

.flexcontainer .dce-newstickeritem content p,
.flexcontainer .dce-newstickeritem content li {
    font-size: 90%;
    line-height: 26px;
}