.elementor-kit-6{--e-global-color-primary:#ED2924;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#ED2924;--e-global-typography-primary-font-family:"pragmatapro-fraktur";--e-global-typography-primary-font-size:1rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"pragmatapro-fraktur";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"pragmatapro-fraktur";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"pragmatapro-fraktur";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-font-style:italic;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:"pragmatapro-fraktur", Sans-serif;font-size:1em;font-weight:400;text-decoration:underline;}.elementor-kit-6 a:hover{color:var( --e-global-color-text );font-family:"pragmatapro-fraktur", Sans-serif;font-weight:600;text-decoration:underline;}.elementor-kit-6 h1{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h2{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h3{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h4{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h5{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h6{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h4{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h6{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h4{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h6{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
	--blending: overlay;
	--top-space: 15vh;
}

html {
	font-size: 14px;
}

.blendingKirsch {
	mix-blend-mode: var(--blending);
	z-index: 99 !important;
	pointer-events: none!important;
}

.blendingKirsch *{
    	color: white !important;
    	fill: white !important;
    	pointer-events: none!important;
}

.underneathHeader {
    z-index: 1 !important;
}

p:last-of-type {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-block-start: 0;
}

.elementor-post a:hover {
    font-weight: 600 !important;
}

.divider {
	text-align-last: justify;
	text-justify: inter-character;
}

@media only screen and (min-width: 1024px) {
    .overflow {
        height: calc(100vh - 20px) !important;
        overflow: auto;
        -ms-overflow-style: none; 
        scrollbar-width: none;  
    }
    .overflow::-webkit-scrollbar {
      display: none;
    }
}




.copyright, .copyright a {
	font-size: 0.7rem;
}/* End custom CSS */