.elementor-kit-15{--e-global-color-primary:#DA251C;--e-global-color-secondary:#615D5C;--e-global-color-text:#000000;--e-global-color-accent:#DA251C;--e-global-color-d3b9bc5:#FFFFFF;--e-global-color-8084497:#FFFFFF;--e-global-color-15620b5:#FAFAFA;--e-global-typography-primary-font-family:"Pacifico";--e-global-typography-primary-font-size:3.2em;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Varela round";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:31px;--e-global-typography-text-font-family:"Varela round";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Pacifico";--e-global-typography-accent-font-size:1.8em;--e-global-typography-accent-font-weight:400;background-image:url("https://cafe-moser.at/wp-content/uploads/Kaffee-Hintergrund_Moser-01.png");color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-15 a:hover{color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-15 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-15 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-15 h3{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.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(min-width:1025px){.elementor-kit-15{background-attachment:fixed;}}@media(max-width:1024px){.elementor-kit-15{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-15 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-15 a:hover{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-15 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-15 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{--e-global-typography-primary-font-size:27px;--e-global-typography-primary-line-height:1.7em;--e-global-typography-secondary-font-size:22px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-15 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-15 a:hover{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-15 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-15 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-15 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.nf-error-msg, .ninja-forms-req-symbol {
    color: #892965 !important;
}

.elementor-slideshow__footer {
    display: none;
}

.container-hover-start {
    border: 1px solid white;
}

.container-hover-start:hover {
    border: 1px solid #DA251C;
}

.container-hover-start .separator {
  visibility: hidden; /* Versteckt den Trenner standardmäßig */
  width: 0; /* Setzt die Anfangsbreite auf 0 */
  opacity: 0; /* Macht den Trenner vollständig transparent */
  border: 0 solid; /* Kein Border standardmäßig */
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out, border-width 0.5s ease-in-out; /* Glatter Übergang für Breite, Opazität und Border-Breite */
}

.container-hover-start:hover .separator {
  visibility: visible;
  width: 100%;
  opacity: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cafe-moser.at/wp-content/uploads/pacifico-v22-latin-regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Varela round';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cafe-moser.at/wp-content/uploads/varela-round-v20-latin-regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */