.elementor-kit-8{--e-global-color-primary:#273B67;--e-global-color-secondary:#1C9587;--e-global-color-text:#273B67;--e-global-color-accent:#212529;--e-global-color-3e33578:#000000;--e-global-color-8280032:#FFFFFF;--e-global-color-954950c:#646D81;--e-global-color-7598ad0:#EDEFF3;--e-global-color-deb7498:#DAE0E5;--e-global-color-de1dbfa:#D4D7DE;--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:"Fira Sans", Sans-serif;font-size:1.3em;font-weight:300;line-height:1.7em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-size:0.65em;font-weight:500;text-transform:uppercase;text-decoration:none;line-height:1.2em;letter-spacing:1.3px;color:var( --e-global-color-8280032 );border-radius:0px 0px 0px 0px;padding:14px 24px 12px 24px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-8280032 );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-secondary );text-decoration:underline;}.elementor-kit-8 a:hover{color:var( --e-global-color-text );}.elementor-kit-8 h1{font-size:2.5em;font-weight:500;line-height:1.3em;}.elementor-kit-8 h2{font-size:1.75em;font-weight:400;line-height:1.4em;}.elementor-kit-8 h3{font-size:1.4em;font-weight:500;line-height:1.4em;}.elementor-kit-8 h4{font-size:1.2em;font-weight:400;line-height:1.4em;}.elementor-kit-8 h5{font-size:1.1em;font-weight:400;line-height:1.4em;}.elementor-kit-8 h6{font-size:1.1em;font-weight:500;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:1280px;}.e-con{--container-max-width:1280px;--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-kit-8 h1{font-size:2.3em;}.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;
	}
}

b, bold, strong {
    font-weight: 500;
}

blockquote {
    margin:2em 0;
    padding:2em;
    background-color:#EDEFF3;
}
blockquote p {
    margin-block-end: 0;
}

/* 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: 1em;
	margin-bottom: 2em;
}
.content h3,
.content h4,
.content h5 {
    margin-top: 1em;
    margin-bottom: 0em;
}
.content .ausflug-item h3,
.content .ausflug-item-reversed h3 {
    margin:0;
}

/* 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 */

/* Button */
.wsf-form .wsf-field-wrapper .wsf-button {

}
/* Button Hover */
.wsf-form .wsf-field-wrapper .wsf-button {
}
/* Asterisk Farbe */
.wsf-form .wsf-required-wrapper .wsf-text-danger {
    color: black;
}
/* Input Field */
.wsf-form input[type].wsf-field,
.wsf-form select.wsf-field,
textarea.wsf-field {
    border: none !important;
    border-bottom: 1px solid black !important;
    color:black;
}
.wsf-form input[type=checkbox].wsf-field {
    border: 1px solid black !important;
}

/* Textarea / Eingabefeld */
textarea.wsf-field {
    height: 96px !important;
}
textarea.wsf-field:focus {
    border-bottom: 1px solid black !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;
}

/* Mein Ausflug Shortcode */
.ausflug-items {
    width:100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ausflug-items .ausflug-item,
.ausflug-items .ausflug-item-reversed {
    width:100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    background-color: #EDEFF3;
    filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.05));
}
.ausflug-items .ausflug-item {
    flex-direction: row;
    overflow: hidden;
}
.ausflug-item-reversed {
    flex-direction: row-reverse;
    overflow: hidden;
}

.ausflug-items .item-col {
    display: flex; 
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #EDEFF3;
}

/* Updated for img tag instead of background image */
.ausflug-items .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.75s ease;
    z-index: 0;
}

.ausflug-items .image:hover {
    transform: scale(1.05);
    transition: transform 0.75s ease;
}

.item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding:48px;
    font-size: 0.9em;
}
.item-details {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:1200px) {
    .ausflug-items {
        gap: 16px;
    }
    .ausflug-items .ausflug-item,
    .ausflug-items .ausflug-item-reversed {
        flex-direction: column;
        gap: 0px;
    }
    .ausflug-items .item-content {
        gap: 16px;
        padding: 32px;
        margin-top:-5px;
    }
}/* End custom CSS */