/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Style für Überschriften Pacifico Schrift */

.os-headline-gruen
{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif; 
	text-transform: var(--e-global-typography-text-text-transform); 
	color: var(--e-global-color-primary); 
	font-weight: 400; 
	padding-left:50px;
	z-index:2;
}

.os-headline-blaugrau
{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif; 
	text-transform: var(--e-global-typography-text-text-transform); 
	color: var(--e-global-color-8bae758);
	font-weight: 400; 
	padding-left:50px;
	z-index:2;
}

.os-headline-gelb
{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif; 
	text-transform: var(--e-global-typography-text-text-transform); 
	color: var(--e-global-color-accent);
	font-weight: 400; 
	padding-left:50px;
	z-index:2;
}

.os-headline-tuerkis
{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif; 
	text-transform: var(--e-global-typography-text-text-transform); 
	color: var(--e-global-color-b773ebd);
	font-weight: 400; 
	padding-left:50px;
	z-index:2;
}

.os-headline-violett
{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif; 
	text-transform: var(--e-global-typography-text-text-transform); 
	color: var(--e-global-color-5517053);
	font-weight: 400; 
	padding-left:50px;
	z-index:2;
}
/*	text-shadow: 1px 1px 2px black!important;*/


.os-headline-verschoben {
	display: block;
    transform: translateY(-0.35em);
	z-index:1;
}

.os-headline-vorn {
	padding-left:10px !important;
	z-index:0;
	position:relative;
}

.os-headline-shadow-black {
	text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5)!important;
	}

.os-headline-shadow-white {
	text-shadow: 0px 0px 50px #fff!important;
	}


/* Pfeile je nach Gerätgröße anpassen: Desktop: 56px, Tablet: 42px; Handy: 32px */
  

.os-pfeile {
	z-index: 2;
	width: fit-content;
	margin-left: auto;
	right: 20px!important;
	left: initial!important;
}

.os-pfeile .elementor-button-icon {
	font-size: 32px !important; 
	}

@media (min-width: 768px) {
  .os-pfeile .elementor-button-icon {
      font-size: 42px !important; 
      }
	
}

@media (min-width: 1025px) {
     .os-pfeile .elementor-button-icon {
      font-size: 56px !important; 
      }
}

.os-pfeile-gruen .elementor-button:hover path {
	fill: var(--e-global-color-primary);
}

.os-pfeile-violett .elementor-button:hover path {
	fill: var(--e-global-color-5517053);
}

.os-pfeile-tuerkis .elementor-button:hover path {
	fill: var(--e-global-color-b773ebd);
}

.os-pfeile-gelb .elementor-button:hover path {
	fill: var(--e-global-color-accent);
}

.os-pfeile-blaugrau .elementor-button:hover path {
	fill: var(--e-global-color-8bae758);
}


.os-verlauf-transparent:after {
    content: '';
    background-image: linear-gradient(180deg, black, transparent);
    opacity: 0.5;
    position: absolute;
    inset: 0;
}

.os-verlauf-transparent:before {
	z-index: 1;
}

.os-verlauf-transparent .elementor-element {
	z-index: 2;
}

/* Footer ausblenden */

.site-footer {
	display: none !important;
}

.os-floating_menu {
	z-index: 3;
}

.os-off_canvas {
	z-index: 4;
}

.os-video_hidden {
	opacity: 0.0;
	position: absolute;
	left: -9999px;
	pointer-events: none;
}

.booking-embed-privacy {
	padding: 2em;
	background-color: #333;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
}