/* Topnews */
#topnews:not(.hofgut-topnews) {
    display: none !important;
}

.hofgut-topnews {
    --hofgut-topnews-close-offset: 15px;
    --hofgut-topnews-close-size: 44px;
    --hofgut-topnews-close-icon-size: 18px;
    --hofgut-topnews-content-safe-space: calc(var(--hofgut-topnews-close-size) + (var(--hofgut-topnews-close-offset) * 2));
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: max-height 280ms ease, margin 280ms ease, opacity 220ms ease, padding 280ms ease, transform 280ms ease;
    width: 100%;
    z-index: 1001;
}

.hofgut-topnews.is-visible {
    transform: translateY(0);
}

body.has-hofgut-topnews .header {
    top: var(--hofgut-topnews-height, 0px) !important;
    transition: top 280ms ease;
}

.hofgut-topnews.is-closing {
    max-height: 0;
    opacity: 0;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    transform: translateY(-100%);
}

.hofgut-topnews > .wpb_column {
    padding-left: var(--hofgut-topnews-content-safe-space) !important;
    padding-right: var(--hofgut-topnews-content-safe-space) !important;
    width: 100%;
}

.hofgut-topnews .vc_column-inner,
.hofgut-topnews .wpb_wrapper,
.hofgut-topnews .wpb_text_column {
    margin: 0 !important;
    padding: 0 !important;
}

.hofgut-topnews p {
    margin: 0 !important;
}

.hofgut-topnews .hofgut-topnews-close {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    height: var(--hofgut-topnews-close-size);
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: var(--hofgut-topnews-close-offset);
    top: 50%;
    transform: translateY(-50%);
    width: var(--hofgut-topnews-close-size);
}

.hofgut-topnews .hofgut-topnews-close div {
    height: var(--hofgut-topnews-close-icon-size);
    position: relative;
    width: var(--hofgut-topnews-close-icon-size);
}

.hofgut-topnews .hofgut-topnews-close span {
    background: currentColor;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: var(--hofgut-topnews-close-icon-size);
}

.hofgut-topnews .hofgut-topnews-close span:first-child {
    transform: rotate(45deg);
}

.hofgut-topnews .hofgut-topnews-close span:last-child {
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .hofgut-topnews {
        --hofgut-topnews-close-offset: 15px;
        --hofgut-topnews-close-size: 15px;
        --hofgut-topnews-close-icon-size: 10px;
    }
}

/* Hero Intro */
.herovideo26 .heroheadline,
.herovideo26 .heroheadline + .vc_empty_space + .wpb_single_image {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.herovideo26 .heroheadline + .vc_empty_space + .wpb_single_image {
    min-height: 22px;
}

.herovideo26 .heroheadline + .vc_empty_space + .wpb_single_image .vc_single_image-wrapper,
.herovideo26 .heroheadline + .vc_empty_space + .wpb_single_image img {
    display: inline-block;
    height: auto;
    max-height: 22px;
    width: auto;
}

body.hero-intro-ready .herovideo26 .heroheadline,
body.hero-intro-ready .herovideo26 .heroheadline + .vc_empty_space + .wpb_single_image {
    opacity: 1;
    transform: translateY(0);
}

body.hero-intro-ready .herovideo26 .heroheadline + .vc_empty_space + .wpb_single_image {
    transition-delay: 140ms;
}
