.elementor-kit-5{--e-global-color-primary:#1D1D1B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1D1D1B;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Realm";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Realm";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Bricolage Grotesque";--e-global-typography-text-font-size:1em;font-weight:200;--e-global-typography-accent-font-family:"Bricolage Grotesque";color:var( --e-global-color-text );font-family:"Bricolage Grotesque", Sans-serif;font-size:16px;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-weight:500;}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 h1{color:var( --e-global-color-text );font-family:"Realm", Sans-serif;font-weight:600;}.elementor-kit-5 h2{color:var( --e-global-color-text );font-family:"Realm", Sans-serif;font-weight:600;}.elementor-kit-5 h3{color:var( --e-global-color-text );font-family:"Realm", Sans-serif;font-weight:600;}.elementor-kit-5 h4{color:var( --e-global-color-text );font-family:"Realm", Sans-serif;font-weight:600;}.elementor-kit-5 h5{color:var( --e-global-color-text );font-family:"Realm", Sans-serif;font-weight:600;}.elementor-kit-5 h6{color:var( --e-global-color-text );font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
    --header-height: 55px;
    --footer-height: 300px;
    --full-height-minus-header: calc(90vh - var(--header-height) - 50px);
}

p, h1, h2, h3, h4, h5, h6, li {
    max-width: 700px;
}

.menuList li {
    max-width: unset;
}

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

a {
    transition: color 0.5s ease-in-out;
}

.noWrap {
    white-space: nowrap;
}

.noBreak {
    display: inline-block;
    white-space: nowrap; 
    width: auto;
}

.flag-pride {
    background-image: linear-gradient(
        to bottom,
        #E40303 0%, #E40303 16.66%,
        #FF8C00 16.66%, #FF8C00 33.33%,
        #FFED00 33.33%, #FFED00 50%,
        #008026 50%, #008026 66.66%,
        #004CFF 66.66%, #004CFF 83.33%,
        #732982 83.33%, #732982 100%
    );
}

/** Selection **/
::selection {
    background-color: var(--e-global-color-text);
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: var(--e-global-color-text);
    color: #fff;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: var(--e-global-color-text);
    color: #fff;
}

::-ms-selection {
    background-color: var(--e-global-color-text);
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: var(--e-global-color-text);
    color: #fff;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Realm';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://charlesedward.de/wp-content/uploads/2026/05/AT-Realm-v08-Thin.woff2') format('woff2'),
		url('https://charlesedward.de/wp-content/uploads/2026/05/AT-Realm-v08-Thin.woff') format('woff');
}
@font-face {
	font-family: 'Realm';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://charlesedward.de/wp-content/uploads/2026/05/AT-Realm-v08-Thin-Italic.woff2') format('woff2'),
		url('https://charlesedward.de/wp-content/uploads/2026/05/AT-Realm-v08-Thin-Italic.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bricolage Grotesque';
	font-display: auto;
	src: url('https://charlesedward.de/wp-content/uploads/2026/05/BricolageGrotesque-VariableFont_opszwdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */