.elementor-kit-15{--e-global-color-primary:#FBBA00;--e-global-color-secondary:#6C8AFF;--e-global-color-text:#62D4A1;--e-global-color-accent:#FF443E;--e-global-color-6dfd73c:#F5F5F5;--e-global-color-a43c57f:#000000;--e-global-color-e234d9e:#FFFFFF;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:600;--e-global-typography-0bf12a5-font-family:"Open Sans";--e-global-typography-0bf12a5-font-weight:500;background-color:var( --e-global-color-6dfd73c );color:var( --e-global-color-a43c57f );font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:var( --e-global-color-a43c57f );font-family:"Open Sans", Sans-serif;font-weight:800;text-transform:uppercase;text-decoration:none;color:var( --e-global-color-e234d9e );border-radius:22px 22px 22px 22px;padding:10px 30px 10px 30px;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:var( --e-global-color-a43c57f );font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:400;text-decoration:underline;}.elementor-kit-15 h1{color:var( --e-global-color-a43c57f );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-15 h2{color:var( --e-global-color-a43c57f );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-15 h3{color:var( --e-global-color-a43c57f );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-15 h4{color:var( --e-global-color-a43c57f );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-15 h5{color:var( --e-global-color-a43c57f );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-15 h6{color:var( --e-global-color-a43c57f );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.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);}@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-kit-15{font-size:18px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Extrem kompakter Zweizeiler Button */
.twoline-btn.elementor-button {
  display: inline-flex !important;
  padding: 5px 25px !important; /* Sehr flaches Padding oben/unten */
  min-width: 210px;
  border-radius: 50px;
}

.twoline-btn .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.twoline-btn .elementor-button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Hier ziehen wir die Zeilen extrem zusammen: */
  line-height: 0.9 !important; 
  gap: -2px; 
}

/* Obere Zeile */
.twoline-btn .elementor-button-text span:first-child {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: -2px; /* Zieht von oben */
}

/* Untere Zeile */
.twoline-btn .elementor-button-text span:last-child {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: none;
  margin-top: -10px; /* Zieht von unten */
}

/* Entfernt den Standard-Abstand nach dem letzten Absatz in Text-Boxen */
.elementor-text-editor p:last-child {
    margin-bottom: 0 !important;
}

/* Nur Links mit dieser speziellen Klasse verlieren den Unterstrich */
.no-underline-link a {
    text-decoration: none !important;
}

/* =========================================
   ZWEIZEILER BUTTON - FIREFOX VERSION 
   Klasse: twoline-btn-ff
   ========================================= */

/* Der Haupt-Button (als solider Block, um Flex-Bugs zu umgehen) */
.twoline-btn-ff.elementor-button {
  display: inline-block !important; 
  text-align: center !important;
  padding: 8px 30px !important;    /* Schmale Pillenform */
  min-width: 210px;
  border-radius: 50px;
}

/* Die internen Elementor-Container bereinigen */
.twoline-btn-ff .elementor-button-content-wrapper,
.twoline-btn-ff .elementor-button-text {
  display: block !important;
  width: 100%;
}

/* Obere Zeile: STUDIO X */
.twoline-btn-ff .elementor-button-text span:first-child {
  display: block !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: -14px !important; /* Kein Minus-Wert! */
  
  /* Der sichere Regler für Firefox: */
  line-height: 0.9 !important; /* Schneidet die unsichtbare Luft über/unter dem Text ab */
}

/* Untere Zeile: Ort / Platz */
.twoline-btn-ff .elementor-button-text span:last-child {
  display: block !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: none;
  margin-top: 0px !important; /* Kein Minus-Wert! */
  
  /* Der sichere Regler für Firefox: */
  line-height: 0.9 !important; /* Zieht sich an die obere Zeile ran */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-regular.eot');
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-regular.woff2') format('woff2'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-regular.woff') format('woff'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-regular.ttf') format('truetype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-500.eot');
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-500.eot?#iefix') format('embedded-opentype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-500.woff2') format('woff2'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-500.woff') format('woff'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-500.ttf') format('truetype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-500.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-600.eot');
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-600.eot?#iefix') format('embedded-opentype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-600.woff2') format('woff2'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-600.woff') format('woff'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-600.ttf') format('truetype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-600.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-700.eot');
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-700.woff2') format('woff2'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-700.woff') format('woff'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-700.ttf') format('truetype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-700.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-800.eot');
	src: url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-800.eot?#iefix') format('embedded-opentype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-800.woff2') format('woff2'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-800.woff') format('woff'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-800.ttf') format('truetype'),
		url('https://www.yoma-koeln.de/wp-content/uploads/2025/11/open-sans-v44-latin-800.svg#OpenSans') format('svg');
}
/* End Custom Fonts CSS */