.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#54595F;--e-global-color-accent:#61CE70;--e-global-color-7213189:#08BD21;--e-global-color-a8ea700:#F5EACB;--e-global-color-14c25d1:#BDCCB3;--e-global-color-2d233db:#FF0000;--e-global-color-abd903f:#3FA435;--e-global-color-e802b46:#474749;--e-global-color-84dca47:#CEDFC2;--e-global-typography-primary-font-family:"HarmonyOS Sans SC";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"HarmonyOS Sans SC";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"HarmonyOS Sans SC";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"HarmonyOS Sans SC";--e-global-typography-accent-font-weight:500;background-color:transparent;font-family:"HarmonyOS Sans SC", Sans-serif;font-size:20px;background-image:linear-gradient(30deg, var( --e-global-color-a8ea700 ) 50%, var( --e-global-color-14c25d1 ) 80%);}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-abd903f );color:#FFFFFF;border-radius:0px 0px 0px 0px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-abd903f );}.elementor-kit-7 h1{font-weight:bold;}.elementor-kit-7 h2{font-weight:700;}.elementor-kit-7 h3{font-weight:700;}.elementor-kit-7 h4{font-weight:100;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* Dynamischer grüner Rahmen (3px–10px je nach Viewport) */
:root {
  /* skaliert: min 3px, bevorzugt 1vw, max 10px */
  --frame-size: clamp(0px, 0vw, 10px);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;                 /* Klicks bleiben möglich */
  box-shadow: inset 0 0 0 var(--frame-size, 10px) #3FA435;
  z-index: 2147483647;
}

/* Rahmen im Elementor-Editor ausblenden */
body.elementor-editor-active::before {
  display: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'HarmonyOS Sans SC';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://clen-camping.de/wp-content/uploads/2025/08/HarmonyOS_Sans_Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'HarmonyOS Sans SC';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://clen-camping.de/wp-content/uploads/2025/08/HarmonyOS_Sans_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'HarmonyOS Sans SC';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://clen-camping.de/wp-content/uploads/2025/08/HarmonyOS_Sans_Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */