/* 
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
*/


/* Icon List vertical align */
li.elementor-icon-list-item {
  align-items: start !important;
}

li.elementor-icon-list-item span.elementor-icon-list-icon i {
  margin-top: 5px;
}

/* Weiterlesen */
.weiterlesen .elementor-tab-title {
    width: 200px;
	border-radius: 10px !important;
	
}

.weiterlesen .elementor-tab-title.elementor-active .elementor-toggle-title {
    display: none;
	
}

.weiterlesen .elementor-tab-title.elementor-active:after {
    content: 'Ausblenden';
    font-weight: 400;
    font-size: 18px;
	color: white;
	
}

.elementor-tab-content {
    padding: 0px !important;
}

.weiterlesen-en .elementor-tab-title {
    width: 200px;
}

.weiterlesen-en .elementor-tab-title.elementor-active .elementor-toggle-title {
    display: none;
}

.weiterlesen-en .elementor-tab-title.elementor-active:after {
    content: 'Hide';
    font-weight: 400;
    font-size: 16px;
}

/* Gottesdienste Tabelle */
.gottesdienste .elementor-widget-wrap section:nth-child(odd) {
    background-color: var(--e-global-color-b2f08a3);
}


/*================ HEADER ================*/

.sticky-menu-cta {
	display: none;
}

.elementor-sticky--active .sticky-menu-cta {
	display: block;
}

.elementor-sticky--active .menu-cta {
	display: none;
}

.menu-logo img {
    transition: all 0.3s;
}

.elementor-sticky--active .menu-logo img {
    width: 85px !important;
}

.menu-nav .elementor-nav-menu--main .elementor-item {
	transition: all 0s;
}

.menu-nav {
	transition: all 0s !important;
}

.elementor-sticky--active .menu-nav .elementor-nav-menu--main .elementor-item {
	transition: all 0.3s;
}

@media (min-width: 1025px) {
	.elementor-nav-menu--dropdown{
		margin-top: 70px !important;
	}
	
	.elementor-sticky--active .elementor-nav-menu--dropdown{
	    margin-top: 41px !important;
	}
}




/*========== FORMULARE =========*/

.gfield_description.gfield_consent_description {
    padding: 0px !important;
    border: none !important;
    overflow: hidden !important;
    font-size: 15px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
	font-weight: 400;
}

/*========== Button =========*/

/* Weiterlesen */
.weiterlesen .elementor-tab-title {
    width: 200px;
}

.weiterlesen .elementor-tab-title.elementor-active .elementor-toggle-title {
    display: none;
}

.weiterlesen .elementor-tab-title.elementor-active:after {
    content: 'Ausblenden';
    font-weight: 400;
    font-size: 16px;
}

.weiterlesen-en .elementor-tab-title {
    width: 200px;
}

.weiterlesen-en .elementor-tab-title.elementor-active .elementor-toggle-title {
    display: none;
}

.weiterlesen-en .elementor-tab-title.elementor-active:after {
    content: 'Hide';
    font-weight: 500;
    font-size: 15px;
}


/* Icon List vertical align */
li.elementor-icon-list-item {
  align-items: start !important;
}

li.elementor-icon-list-item span.elementor-icon-list-icon i {
  margin-top: 0px;
}

