.elementor-kit-8{--e-global-color-primary:#DBA751;--e-global-color-secondary:#BC9167;--e-global-color-accent:#81583D;--e-global-color-text:#2A2A29;--e-global-color-c05c37f:#4D2F11;--e-global-color-3e33578:#1D1D1B;--e-global-color-767c147:#2A2A29;--e-global-color-fdcda09:#222222;--e-global-color-954950c:#E0E1DD;--e-global-color-8280032:#FFFFFF;--e-global-color-f95c0c3:#DECE03;--e-global-color-ba3422c:#645723;--e-global-color-c440514:#E95226;--e-global-color-7880d2b:#26387F;--e-global-typography-primary-font-family:"Roboto";--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:var( --e-global-color-8280032 );color:var( --e-global-color-text );font-family:"Swiza", Sans-serif;font-size:1.125em;font-weight:300;line-height:1.5em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#FFFFFF00;font-size:0.8em;font-weight:400;text-transform:uppercase;text-decoration:none;line-height:1.2em;color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;padding:6px 0px 6px 0px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-text );text-decoration:underline;}.elementor-kit-8 a:hover{color:var( --e-global-color-text );}.elementor-kit-8 h1{font-size:2.25em;font-weight:300;line-height:1.3em;}.elementor-kit-8 h2{font-size:1.75em;font-weight:300;line-height:1.4em;}.elementor-kit-8 h3{font-size:1.5em;font-weight:300;line-height:1.4em;}.elementor-kit-8 h4{font-size:1.375em;font-weight:300;line-height:1.4em;}.elementor-kit-8 h5{font-size:1.25em;font-weight:300;line-height:1.4em;}.elementor-kit-8 h6{font-size:1.125em;font-weight:600;line-height:1.5em;}.elementor-kit-8 label{font-size:0.9em;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-3e33578 );border-radius:0px 0px 0px 0px;padding:12px 12px 12px 12px;}.elementor-kit-8 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea:focus,.elementor-kit-8 .elementor-field-textual:focus{border-style:solid;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:2000px;}.e-con{--container-max-width:2000px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:1366px){.elementor-kit-8{font-size:1.1em;}}@media(max-width:1200px){.elementor-kit-8{font-size:1.1em;}}@media(max-width:1024px){.elementor-kit-8{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Stop scrolling horizontal */
html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* Silbentrennung nur Mobile */
@media screen and (max-width:720px) {
	body {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

/* Textmarkierung mit Farbe */
::-moz-selection { /* Code for Firefox */
  background: var(--e-global-color-primary);
  color: white;
}
::selection {
  background: var(--e-global-color-primary);
  color: white;
}

/* Remove Focus Outline */
*:focus { 
  outline: 0 !important;
}
*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

/* Wordpress Editor Button */
.wp-block-button__link {
    color: white !important;
	margin-bottom: 2em;
}

/* breadcrumbs */
.breadcrumbs {
    font-size: 0.8em;
}
.breadcrumbs a {
    text-decoration:none;
}

/* Code */
pre {
    background: #333333;
    color:white;
    margin-top: 2em;
    padding: 2em;
    font-size: 0.8em;
    border-radius: 2px;
}

/* Bulltet points & number lists margin */
.content .elementor-widget-container ul,
.content .elementor-widget-container ol {
	margin-top: 2em;
	margin-bottom: 2em;
}
.content h3,
.content h4,
.content h5 {
    margin-top: 2em;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.jet-listing-grid__scroll-slider::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.jet-listing-grid__scroll-slider {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* WS Form */
.wsf-alert.wsf-alert-success, .wsf-form .wsf-alert.wsf-alert-success {
    padding: 20px !important;
}

/* Button */

/* Button Hover */
.wsf-form .wsf-field-wrapper .wsf-button {
}
/* Asterisk Farbe */
.wsf-form .wsf-required-wrapper .wsf-text-danger {
    color: white;
}
/* Textarea / Eingabefeld */
textarea.wsf-field {
    height: 96px !important;
}

.wsf-alert {
    padding: 20px !important;
}

/* Truncate Number of Text Lines */
.truncate-1 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1;
   -webkit-box-orient: vertical;
}
.truncate-2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
.truncate-3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
}
.truncate-4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4;
   -webkit-box-orient: vertical;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Swiza';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Regular.eot');
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Regular.woff2') format('woff2'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Regular.woff') format('woff'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Swiza';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Bold.eot');
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Bold.woff2') format('woff2'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Bold.woff') format('woff'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Swiza';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Light.eot');
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Light.eot?#iefix') format('embedded-opentype'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Light.woff2') format('woff2'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Light.woff') format('woff'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Swiza';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-SemiBold.eot');
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-SemiBold.woff2') format('woff2'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-SemiBold.woff') format('woff'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Swiza';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Medium.eot');
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Medium.woff2') format('woff2'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Medium.woff') format('woff'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Swiza';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Thin.eot');
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Thin.woff2') format('woff2'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Thin.woff') format('woff'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Swiza';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-ExtraLight.eot');
	src: url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-ExtraLight.woff2') format('woff2'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-ExtraLight.woff') format('woff'),
		url('https://custom-coffee-machines.ch/wp-content/uploads/2025/04/Swiza-ExtraLight.ttf') format('truetype');
}
/* End Custom Fonts CSS */