.elementor-kit-1460{--e-global-color-primary:#FFD700;--e-global-color-secondary:#A8D0E6;--e-global-color-text:#FFF8E1;--e-global-color-accent:#A8D0E6;--e-global-color-69ac8bc:#0C1B33;--e-global-color-7dbf33a:#F5F5F5;--e-global-color-fd5049d:#0C1B33;--e-global-color-f9eb04f:#FFF8E1;--e-global-color-31cbfa6:#FFD70040;--e-global-color-10b131e:#000B1B;--e-global-typography-primary-font-family:"Inter Variable";--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-family:"PlayfairDisplay";--e-global-typography-text-font-family:"Inter Variable";--e-global-typography-accent-font-family:"Caveat";--e-global-typography-accent-font-weight:500;--e-global-typography-054e7ec-font-family:"Caveat";--e-global-typography-054e7ec-font-size:56px;--e-global-typography-054e7ec-font-weight:normal;font-stretch:800%;--e-global-typography-054e7ec-line-height:1.6em;color:#FFF8E1;font-family:"Inter Variable", Sans-serif;font-size:19px;font-weight:300;line-height:1.6em;}.elementor-kit-1460 button,.elementor-kit-1460 input[type="button"],.elementor-kit-1460 input[type="submit"],.elementor-kit-1460 .elementor-button{background-color:transparent;font-family:"Inter Variable", Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:1.4em;letter-spacing:0.15em;color:#0C1B33;background-image:linear-gradient(90deg, #FFD700 0%, #E5B700 100%);box-shadow:0px 0px 15px 0px rgba(255, 214.99999999999991, 0, 0.4);border-radius:50px 50px 50px 50px;padding:14px 36px 14px 36px;}.elementor-kit-1460 button:hover,.elementor-kit-1460 button:focus,.elementor-kit-1460 input[type="button"]:hover,.elementor-kit-1460 input[type="button"]:focus,.elementor-kit-1460 input[type="submit"]:hover,.elementor-kit-1460 input[type="submit"]:focus,.elementor-kit-1460 .elementor-button:hover,.elementor-kit-1460 .elementor-button:focus{background-color:#FFF8E1;color:#0C1B33;box-shadow:0px 0px 25px 0px rgba(255, 214.99999999999991, 0, 0.7);border-radius:50px 50px 50px 50px;}.elementor-kit-1460 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1460 p{margin-block-end:1.6em;}.elementor-kit-1460 a{font-family:"Titillium Web", Sans-serif;}.elementor-kit-1460 h1{font-family:"PlayfairDisplay", Sans-serif;font-size:64px;font-weight:600;line-height:1.1em;}.elementor-kit-1460 h2{font-family:"PlayfairDisplay", Sans-serif;font-size:42px;font-weight:600;line-height:1.2em;}.elementor-kit-1460 h3{font-family:"PlayfairDisplay", Sans-serif;font-size:28px;font-weight:600;line-height:1.3em;}.elementor-kit-1460 h4{font-family:"Titillium Web", Sans-serif;}.elementor-kit-1460 h5{font-family:"Titillium Web", Sans-serif;}.elementor-kit-1460 h6{font-family:"Titillium Web", Sans-serif;}.elementor-kit-1460 input:not([type="button"]):not([type="submit"]),.elementor-kit-1460 textarea,.elementor-kit-1460 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-kit-1460{--e-global-typography-054e7ec-font-size:40px;font-size:17px;}.elementor-kit-1460 h1{font-size:42px;}.elementor-kit-1460 h2{font-size:32px;}.elementor-kit-1460 h3{font-size:24px;}.elementor-kit-1460 button,.elementor-kit-1460 input[type="button"],.elementor-kit-1460 input[type="submit"],.elementor-kit-1460 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1460{font-size:16px;}.elementor-kit-1460 h1{font-size:32px;}.elementor-kit-1460 h2{font-size:26px;}.elementor-kit-1460 h3{font-size:20px;}.elementor-kit-1460 button,.elementor-kit-1460 input[type="button"],.elementor-kit-1460 input[type="submit"],.elementor-kit-1460 .elementor-button{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-title {
  background: linear-gradient(90deg, #FFD700, #FFF8E1, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
}
@keyframes shine {
  0% {background-position: 0%;}
  100% {background-position: 200%;}
}
.golden-text {
  background: linear-gradient(90deg, #FFD700, #FFF8E1, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: golden-shine 6s linear infinite;
}

@keyframes golden-shine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.glow {
  text-shadow: 0 0 10px rgba(255,215,0,0.4),
               0 0 20px rgba(255,215,0,0.2);
}

.hover-glow:hover {
  box-shadow: 0 0 20px rgba(255,215,0,0.6) !important;
}
.card--glow {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card--glow:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 25px rgba(255,215,0,0.35);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter Variable';
	font-display: auto;
	src: url('https://www.inselglitzern.de/wp-content/uploads/2025/11/Inter-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PlayfairDisplay';
	font-display: auto;
	src: url('https://www.inselglitzern.de/wp-content/uploads/2025/11/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Caveat';
	font-display: auto;
	src: url('https://www.inselglitzern.de/wp-content/uploads/2025/11/Caveat-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */