.elementor-kit-16{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#5BADA3;--e-global-color-526bda4:#5BADA3;--e-global-color-e2bb0e9:#E71313;--e-global-color-b0b1640:#ECECEC;--e-global-color-9ab818f:#F4E8D4;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{background-color:#F4E8D4;font-family:"Outfit", Sans-serif;font-size:18px;color:var( --e-global-color-primary );box-shadow:3px 3px 10px 0px rgba(0, 0, 0, 0.25);border-radius:12px 12px 12px 12px;padding:18px 25px 18px 25px;}.elementor-kit-16 button:hover,.elementor-kit-16 button:focus,.elementor-kit-16 input[type="button"]:hover,.elementor-kit-16 input[type="button"]:focus,.elementor-kit-16 input[type="submit"]:hover,.elementor-kit-16 input[type="submit"]:focus,.elementor-kit-16 .elementor-button:hover,.elementor-kit-16 .elementor-button:focus{background-color:#F4E8D4;color:var( --e-global-color-primary );box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0);}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-kit-16 a{font-family:"Open Sans", Sans-serif;}.elementor-kit-16 h1{font-family:"Outfit", Sans-serif;font-size:70px;}.elementor-kit-16 h2{font-family:"Outfit", Sans-serif;font-size:50px;}.elementor-kit-16 h3{font-family:"Outfit", Sans-serif;font-size:40px;}.elementor-kit-16 h4{font-family:"Outfit", Sans-serif;font-size:30px;}.elementor-kit-16 h5{font-family:"Outfit", Sans-serif;font-size:25px;}.elementor-kit-16 h6{font-family:"Outfit", Sans-serif;font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1450px;}.e-con{--container-max-width:1450px;--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);}@media(max-width:1150px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:950px){.elementor-kit-16 h1{font-size:35px;}.elementor-kit-16 h2{font-size:30px;}.elementor-kit-16 h3{font-size:26px;}.elementor-kit-16 h4{font-size:22px;}.elementor-kit-16 h5{font-size:20px;}.elementor-kit-16 h6{font-size:18px;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{padding:16px 30px 16px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.scrollbar {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.scrollbar.is-visible {
  opacity: 1;
  pointer-events: all;
}

#float-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #5BADA3; /* Farbe anpassen */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    z-index: 9999;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }

  #float-btn.visible {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }

  #float-btn:hover {
    background-color: #F4E8D4; /* Hover-Farbe anpassen */
    color: black;
    transform: scale(1.07);
  }
  @media (max-width: 768px) {
  #float-btn {
    display: none !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-regular.eot');
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-regular.woff2') format('woff2'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-regular.woff') format('woff'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-regular.ttf') format('truetype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-regular.svg#Outfit') format('svg');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-600.eot');
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-600.eot?#iefix') format('embedded-opentype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-600.woff2') format('woff2'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-600.woff') format('woff'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-600.ttf') format('truetype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-600.svg#Outfit') format('svg');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-800.eot');
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-800.eot?#iefix') format('embedded-opentype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-800.woff2') format('woff2'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-800.woff') format('woff'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-800.ttf') format('truetype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/outfit-v15-latin-800.svg#Outfit') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-regular.eot');
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-regular.woff2') format('woff2'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-regular.woff') format('woff'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-regular.ttf') format('truetype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-italic.eot');
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-italic.eot?#iefix') format('embedded-opentype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-italic.woff2') format('woff2'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-italic.woff') format('woff'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-italic.ttf') format('truetype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-italic.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-600.eot');
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-600.eot?#iefix') format('embedded-opentype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-600.woff2') format('woff2'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-600.woff') format('woff'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-600.ttf') format('truetype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-600.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-800.eot');
	src: url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-800.eot?#iefix') format('embedded-opentype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-800.woff2') format('woff2'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-800.woff') format('woff'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-800.ttf') format('truetype'),
		url('https://taxiboest.de/wp-content/uploads/2026/03/open-sans-v44-latin-800.svg#OpenSans') format('svg');
}
/* End Custom Fonts CSS */