/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body {
	overflow-x: hidden;
}

@media screen and (max-width: 767px) {
	html,
	body {
		max-width: 100vw;
		overflow-x: clip;
	}
}

.fuz-flex-button .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
}

.fuz-flex-button .elementor-button-content-wrapper .elementor-button-icon {
	height: 100%;
	display: flex;
	align-items: center;
}


.fuz-flex-button .elementor-button-content-wrapper .elementor-button-icon svg {
	height: 10px;
	width: auto;
}

/*Header Styles*/


button.fuz-menu-toggle-clickable {
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.fuz-menu-toggle {
        height: 22px;
        width: 40px;
        border: none;
        background-color: transparent;
        box-shadow: unset;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


.fuz-menu-toggle-bar,
.fuz-menu-toggle-bar::before,
.fuz-menu-toggle-bar::after {
        width: 32px;
        height: 3px;
        background-color: black;
        transition: 0.5s ease-in-out;
    }

.fuz-menu-toggle-bar {
	position: relative;
}

.fuz-menu-toggle-bar::before,
.fuz-menu-toggle-bar::after {
    position: absolute;
    left: 0;
    content: "";
}
.fuz-menu-toggle-bar::before {
    bottom: 9px;
}
.fuz-menu-toggle-bar::after {
    top: 9px;
}

.fuz-menu-visible .fuz-menu-toggle-bar::before {
    bottom: 0px;
}

.fuz-menu-visible .fuz-menu-toggle-bar::after {
    top: 0px;
}

#off-canvas-ccb494e {
	z-index: 9;
}

.fuz-wpml-ls .wpml-ls-legacy-list-horizontal {
	padding: 0;
}

.fuz-wpml-ls ul {
	background-color: #000;
	border-radius: 500px;
	padding: 3px;
}

.fuz-wpml-ls a {
	padding: 0;
	padding: 10px;
	border-radius: 500px;
	transition: 0.5s ease-in-out;
}

.fuz-wpml-ls a:hover {
	transform: scale(1.3);
}

.fuz-wpml-ls a span {
	color: white;
}

.fuz-wpml-ls .wpml-ls-current-language a {
	background-color: white;
}

.fuz-wpml-ls .wpml-ls-current-language a:hover {
	transform: unset;
}

.fuz-wpml-ls .wpml-ls-current-language a span {
	color: black;
}


@media screen and (max-width: 767px) {
	#fuz-main-header {
		top: unset;
		bottom: 0;
	}
	#fuz-main-header-inner {
		background-color: white;
	}
	.fuz-menu-visible #fuz-main-header #fuz-main-header-inner {
		background-color: var(--e-global-color-929f88c);
	}
	
	
.fuz-menu-toggle {
        height: 28px;
        width: 32px;
    }
}

/*Main styles*/

.fuz-arbeitsfelder-item-number {
	color: black;
	font-size: 1.25rem;
	font-family: "Host", sans-serif;
	cursor: pointer;
	font-weight: 600;
}



#fuz-arbeitsfelder-loop h2.elementor-heading-title {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
