.elementor-kit-18{--e-global-color-secondary:#FFFFFF;--e-global-color-primary:#242424;--e-global-color-text:#FFFFFF;--e-global-color-accent:#7E7E7EF5;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS *//* Entfernt den Rahmen und Box-Schattierungen von Bildern innerhalb von Links */
a img {
    outline: none !important;     /* Entfernt die Outline für Bilder in Links */
    border: none !important;      /* Entfernt die Border für Bilder in Links */
    box-shadow: none !important;  /* Entfernt Box-Schattierungen für Bilder in Links */
}

/* Entfernt den blauen Rahmen, der beim Fokussieren eines Links erscheinen kann */
a:focus, a:active, a:visited {
    outline: none !important;     /* Entfernt die Outline von Links */
    border: none !important;      /* Entfernt die Border von Links */
    box-shadow: none !important;  /* Entfernt Box-Schattierungen von Links */
}

/* Falls das Bild fokussiert wird (z.B. durch Tab-Taste), entferne auch die Outline */
img:focus {
    outline: none !important;
}

/* Verhindert, dass die Border und Box-Shadows auf Links im Allgemeinen angewendet werden */
a {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Wenn der Link um das Bild platziert ist, aber das Bild auf einer mobilen Ansicht angezeigt wird, entfernen wir auch den Rahmen */
@media (max-width: 768px) {
    a img {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }
}

/* Entfernt die standardmäßigen Fokussier-Rahmen bei Klick oder Tab */
img:focus, a:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    
body {
width:100%;
overflow-x:hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://fairwayjournal.de/wp-content/uploads/2025/01/Montserrat-ThinItalic-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */