/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2024 | 06:50:23 */
body {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
}

h2 {
	font-size: 45px !important;
	font-weight: 300 !important;
	line-height: 50px !important;
}

.hipp-hero h1{
	font-size: 80px !important;
	font-weight: 300 !important;
	line-height: 90px !important;
}

.hipp-hero h2{
	font-size: 75px !important;
	font-weight: 200 !important;
	line-height: 80px !important;
}

.hipp-hero h3{
	font-size: 35px !important;
	font-weight: 300 !important;
	line-height: 38px !important;
}

.hipp-hero .sub-title{
	font-size: 32px !important;
	font-weight: 300 !important;
}

.hipp-hero .sub-text{
	font-size: 26px !important;
	font-weight: 300 !important;
}

p {
	text-align: justify !important;
}

p strong {
	color: var(--e-global-color-accent) !important;
}

.hide-desktop {
	display: none !important;
}

.elementor-widget-container ul strong {
	color: var(--e-global-color-accent) !important;
}

.site-header {
    z-index: 5;
}

.header-inner {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
}

.menu-item {
    min-width: 100px !important;
    padding-bottom: 3px;
}

#site-header .menu-item:hover, #site-header ul.menu .current-menu-item {
    border-bottom: solid 3px var(--e-global-color-6148d6d);
    font-weight: 400;
    padding-bottom: 0px;
    backdrop-filter: blur(10px) invert(.1);
}

#site-header ul.sub-menu li {
    font-weight: 300;
    min-width: 220px !important;
}

#site-header ul.sub-menu .current-menu-item {
    border-block-end: #eee 1px solid;
    backdrop-filter: none;
    font-weight: 300;
}

#site-header ul.sub-menu .menu-item:hover {
    border-bottom: solid 3px var(--e-global-color-6148d6d);
    font-weight: 400;
    padding-bottom: 0px;
    backdrop-filter: blur(10px) invert(.1);
}

.site-navigation ul.menu li ul {
    background: rgba(236, 236, 236, 0.8);
    hyphens: none;
}

.site-header .site-navigation ul.sub-menu li a{
    color: var(--e-global-color-primary);
}

.site-navigation ul.menu li.menu-item-has-children:after {
    font-size: 1em;
    padding-right: 5px;
    color: var(--e-global-color-1640a0f)
}

.lang-item img, .pll-parent-menu-item img {
    display: inline;
    height: 14px !important;
    width: 14px !important;
}

.full-screen-slider {
    height: 100vh !important;
}

.full-screen-slider .n2-ss-slider{
    height: 100vh !important;
}

.full-screen-slider .n2-ss-layer{
    padding: 0 10px !important;
}

.full-screen-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    height: 100vh !important;
}

.gradient-slider {
    margin-left: -20px !important;
    width: calc(100vw + 20px) !important;
    background: linear-gradient(10deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 66%) !important;
}

.nav-container-inner:hover {
    transform: scale(1.05);
    z-index: 10;
}

.nav-container-inner:after {
    content: "";
    background: var(--e-global-color-6148d6d);
    position: absolute;
    top: 170px;
    left: 80px;
    height: 5px;
    width: 160px;
}

.nav-container-inner a:after {
    content: "";
    display: block !IMPORTANT;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.text-shadow {
    text-shadow: 2px 2px 30px var(--e-global-color-secondary);
}

.text-blur {
    backdrop-filter: blur(4px);
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.picture-shadow-blue {
    box-shadow: inset 0 0 0 1000px rgba(122,169,218,.3);
}

.picture-shadow-gray {
    box-shadow: inset 0 0 0 1000px rgba(36,35,35,.3);
}

.picture-gradient-black {
    background: linear-gradient(10deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 66%);
}

.picture-gradient-black-left {
    background: linear-gradient(65deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 66%);
}

.process-icon .elementor-icon {
	border: solid var(--e-global-color-1640a0f) 2px !important;
    border-radius: 90px;
    padding: 35px;
	background-color: white;
	color: var(--e-global-color-1640a0f) !important;
}

.process-icon .elementor-icon:hover {
	border: solid var(--e-global-color-74e67f1) 2px !important;
    border-radius: 90px;
    padding: 35px;
	background-color: var(--e-global-color-6148d6d);
	color: var(--e-global-color-74e67f1) !important;
}

.bounce-arrow {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce-arrow;
    animation-name: bounce-arrow;
}

@keyframes bounce-arrow {0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(5px);transform:translateY(5px)}60%{-webkit-transform:translateY(3px);transform:translateY(3px)}}

.hipp-toggle-open {
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0px 0px 0px 10px #fff;
    left: calc(28vw - 22px);
    z-index: 99999;
    transition: transform .4s ease-in-out;
}

.hipp-toggle-open:hover {
    transform: rotate(90deg);
}

.hipp-toggle-open i {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
}

@keyframes wiggle {0%, 7% {transform: rotateZ(0);}15% {transform: rotateZ(-15deg);}20% {transform: rotateZ(10deg);}25% {transform: rotateZ(-10deg);}30% {transform: rotateZ(6deg);}35% {transform: rotateZ(-4deg);}40%, 100% {transform: rotateZ(0);}}

.hipp-toggle-close .wp-block-themeisle-blocks-font-awesome-icons-container {
    margin: 0;
}

.hipp-toggle-close {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0px 0px 0px 10px #fff;
    left: calc(85vw - 28px);
    z-index: 20000;
    transition: transform .4s ease-in-out;
}

.hipp-toggle-close:hover {
    transform: rotate(90deg);
}

.hipp-info-frame {
    position: fixed;
    height: 100vh;
    width: 90vw !important;
    left: -100%;
    background-color: white;
    z-index: 15000;
}

.background-layer {
    background-color: rgba(36, 35, 35, 0.9);
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: calc(100vw + 1px);
    height: calc(100vh + 1px);
    z-index: 999;
}

.wpr-promo-box-bg-image {
    background-position: top center !important;
}

.wpr-hotspot-tooltip {
    backdrop-filter: blur(10px);
}

.zertifikat:hover img {
    transform: scale(1.02) translate(-10px,0px);
}

.team-hotspot .wpr-image-hotspots:hover img {
    transform: scale(1.02) translate(-10px,0px);
}

.team-hotspot .wpr-hotspot-image{
    -webkit-mask-image:-webkit-gradient(linear, left center, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
}

.team-hotspot .wpr-hotspot-tooltip p:first-of-type {
    font-weight: 400;
}

.team-hotspot .wpr-hotspot-tooltip p:last-of-type {
    font-size: 0.75em;
}

.fullscreen-hotspot .wpr-hotspot-tooltip p:first-of-type {
    font-weight: 400;
    font-size: 1.25em;
    padding-bottom: 20px;
}

.fullscreen-hotspot .wpr-hotspot-tooltip p:last-of-type {
    font-size: 1em;
    text-align: left;
}

/* hide scrollbar but allow scrolling */
.team-section {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

.team-section::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.container-bottom {
    position: absolute;
    bottom: 10px;
}

.contact-box p {
	text-align: left !important;
}

.footer .menu-item{
    min-width: 90% !important;
	padding-bottom: 0px !important;
	margin-bottom: -3px !important;
}

.footer .wpr-menu-item{
    font-size: 16px !important;
}

.footer h2{
    font-size: 20px !important;
	font-weight: 400 !important;
}

#fp-nav.fp-left ul li .fp-tooltip{
    left: 20px !important;
    padding: 5px 15px;
	min-width: 160px;
}

[id^=jarallax-container] div{
    background-size: auto !important;
}

.wpr-offcanvas-wrap{
    background-color: #070707AD !important;
	/*top: 125px;*/
}

.wpr-offcanvas-content{
    width: 66vw;
	text-align: left !important;
}

.fp-tooltip {
	display: none !important;
}

#fp-nav ul li a span, #fp-nav ul li a.active span, #fp-nav ul li:hover a span, #fp-nav ul li:hover a.active span {
	width: 5px !important;
}

@media only screen and (max-width: 992px) {
	body {
		word-wrap: break-word;
	}
	
	h2 {
		font-size: 26px !important;
		font-weight: 400 !important;
		line-height: 36px !important;
	}

	.hipp-hero h1{
		font-size: 45px !important;
		font-weight: 300 !important;
		line-height: 55px !important;
		color: var(--e-global-color-primary) !important;
	}
	
	h1 br {
        display: none;
    }

	.hipp-hero h2{
		font-size: 45px !important;
		font-weight: 200 !important;
		line-height: 55px !important;
		padding-top: 60%;
		padding-bottom: 15%;
	}

	.nav-container-inner .elementor-widget-container{
		padding-left: 30px !important;
	}

	.hipp-hero .sub-title{
		font-size: 22px !important;
		font-weight: 300 !important;
		color: var(--e-global-color-primary) !important;
	}

	.hipp-hero .sub-text{
		font-size: 18px !important;
		font-weight: 300 !important;
		color: var(--e-global-color-primary) !important;
	}
	
	.video-text h1, .video-text p{
		color: var(--e-global-color-74e67f1) !important;
	}
	
	.hipp-hero .text-shadow{
		text-shadow: none !important;
	}
	
	.bounce-arrow {
		display: none; 
	}
	
	.main-picture {
		height: 50vh;
	}
	
	.hide-desktop {
		display: block !important;
	}
    .menu-item{
        padding-bottom: 0px;
    }
    .site-navigation-dropdown{
        bottom: auto;
        top: 100px;
    }
    .fp-overflow {
        max-height: none;
    }
    .nav-container-inner:after {
        left: 30px;
    }
    .n2-ss-layer h1{
        font-size: 50px !important;
        padding: 5% 10% 5% 5% !important;
    }
    .n2-ss-layer p{
        font-size: 22px !important;
        padding: 5% 10% 5% 5% !important;
    }
    .wpr-nav-menu-container{
        display: block !important;
    }
    .wpr-mobile-nav-menu-container{
        display: none !important;
    }
    [id^=jarallax-container] div{
        background-size: cover !important;
        background-position: 40% 50% !important;
    }

    .fullscreen-hotspot .wpr-hotspot-item-container{
        display: none;
    }

    .fullscreen-hotspot h3{
        color: var(--e-global-color-6148d6d);
        font-family: "Lintel", Sans-serif;
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 20px;
    }

    .box-shadow {
        box-shadow: none;
    }

    .wpr-offcanvas-content{
        width: 90vw;
    }
	
	.hipp-toggle-open {
		position: relative;
		top: calc(10% - 30px);
		left: calc(50% - 30px);
	}
	
	.hipp-toggle-close {
		position: fixed;
		left: calc(85vw - 30px);
	}
	
	.hipp-info-frame {
		position: fixed;
		height: 100vh;
		width: 100% !important;
		left: -200vw;
		z-index: 15000;
	}
}