/*
Theme Name:	Hello-Elementor Child
Description:	Child Theme
Author:	Quadrilog Nissen
Author URI:	https://quadrilog-nissen.de
Template:	hello-elementor
Version:	1.0
*

/* ALLGEMEIN */
.runder-button .elementor-button {
    height: 170px !important;
    display: flex !important;
    align-items: center !important;
}
.runder-button-spenden .elementor-button {
	height: 250px !important;
    display: flex !important;
    align-items: center !important;
}
.runder-button-spenden a.elementor-button.elementor-button-link.elementor-size-sm {
	justify-content: center !important;
}
.elementor-element ul:not(.elementor-icon-list-items, .pp-list-items, .elementor-nav-menu) {
	padding-inline-start: 20px !important;
}
.hero {
	min-height: 500px !important;
}
.kontakt-box .ue-number-container {
    text-align: center !important;
}
.partner-logos .e-gallery-image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* HEADER */
#sticky-header {
	transition: all .8s ease !important;
}
.elementor-menu-toggle .e-font-icon-svg {
    fill: #ffffff !important;
}
.elementor-nav-menu--dropdown a {
    color: #000 !important;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: var(--e-global-color-secondary) !important;
	color: #fff !important;
}

/* MOBIL */
@media(max-width: 1555px) and (min-width:768px) {
	.exit-button {
		top: 80px !important;
	}
}
@media(max-width: 1199px) {
	.exit-button {
		top: 120px !important;
	}
}
@media(max-width: 767px) {
	.exit-button {
		top: auto !important;
		bottom: 0px !important;
	}
	.hero {
		min-height: 350px !important;
	}
	.mobil-kein-bild > div {
		background-image: none !important;
	}
}
@media(min-width:768px) {
	.kontakt-box .ue-description {
		min-height: 162px !important;
	}
}
