.elementor-kit-43208{--e-global-color-primary:#54595F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CB8237;--e-global-color-68b01269:#CB8237;--e-global-color-23dd04bc:#CB8237;--e-global-color-9e9c145:#000;--e-global-color-2df1602d:#FFF;--e-global-color-9cca1cd:#CB8237;--e-global-color-e34f68a:#54595FC9;--e-global-color-8251e5b:#313438;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-size:0.9em;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6abeb25-font-family:"Source Sans Pro";--e-global-typography-6abeb25-font-size:0.7em;--e-global-typography-6abeb25-font-weight:400;background-color:#FFFFFF;color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-size:1.3em;}.elementor-kit-43208 e-page-transition{background-color:#FFBC7D;}.elementor-kit-43208 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-43208 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-43208 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#primary-menu {
    display: none;
}

#secondary {
    display: none;
}

.site-branding {
    display: none;
}

/*Header CSS*/

header.sticky-header {
    --header-height: 90px;
    --opacity: 1;
    --shrink-me: 0.80;
    --sticky-background-color: #ffffff;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}

/* Social Media Icons im Header */

@media screen and (min-width: 1020px) and (max-width: 1265px) {
    .elementor-widget-social-icons .elementor-grid {
        width: 130%;
    }
}

/* NewsTicker */

.ticker a:hover {
    color: #CB8237;
}

.ticker a{
    font-family: Source Sans Pro !important;
}

/* Adsense gelber Hintergrund entfernen */

ins.adsbygoogle {
background: white !important;
}

/*Interscroller*/

@media only screen and (max-width: 500px)
{
.interscroller-bg {
    top: 30%;
    max-height: 30%;
}
}

.interscroller-bg {
    width: 863px;
    height: 600px !important;
    display: block;
    top: 20%;
}/* End custom CSS */