/* Breite Menüpunkte */
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    width: 25%;
}

@media (max-width: 1024px) {
	.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    width: 100%;
	}
}

/* Hintergrund Navigation Mobil */
@media (max-width: 1025px) {
		.elementor-929 .elementor-element.elementor-element-49cde75f:not(.elementor-motion-effects-element-type-background), .elementor-929 .elementor-element.elementor-element-49cde75f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
			background: #e8f4f8;
		}
}

/* Abstände Listen */
ul {
	 margin-bottom: 20px;
}

li {
	line-height: 30px;
}

/* Hellblaue Box */
.blue-box {
	background: #E0EDF9;
	padding: 24px;
	border-radius: 4px;
	margin-bottom: 24px;
}

/* Zeno Font Resizer */
.zeno_font_resizer_container {
	margin-top: 15px;
}

/* Dark Mode Switch */
.wp-dark-mode-switcher.style-3 label {
    margin: 0;
}

/* Navigation Blaustufen */
/* Startseite*/
.menu-item-18 {
	background: #E0EDF9;
}

.menu-item-18:hover {
	background: #194470;
	color: #fff;
}

/* Unser Angebot */
.menu-item-217 {
	background: #E4EFFA;
}

.menu-item-217:hover {
	background: #194470;
	color: #fff;
}

/* Veranstaltungen */
.menu-item-2079 {
	background: #E9F2FB;
}

.menu-item-2079:hover {
	background: #194470;
	color: #fff;
}

/* Kontakt */
.menu-item-26 {
	background: #EDF5FB;
}

.menu-item-26:hover {
	background: #194470;
	color: #fff;
}

/* Aktiver Menüpunkt */
a.elementor-item.elementor-item-active {
    background: #194470;
		color: #fff;
}

/* Footer Menu */
#menu-1-18802f7 > li > a {
	color: #194470 !important;
	background: #fff !important;
}

#menu-1-18802f7 >li > a:hover {
	color: #BB402F !important;
}

/* Highlight all current-menu items up to 2 submenus (ul ul ul li... would be 3 menus) */
.elementor-nav-menu--main  ul li.current-menu-ancestor > a, .main-navigation li.current-menu-item a, .elementor-nav-menu--main ul li.current-menu-item a, .main-navigation ul ul li.current-menu-item a {
  color: #fff !important;
	background: #194470 !important;
}

/* Kontaktformular */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: 1px solid #bbb;
	margin-top: 5px;
	border-radius: 0;
	padding: 5px;
}

label {
    width: 100%;
}

.captcha-image {
  border: 1px solid #bbb !important;
}

div#wpcf7-f123-p25-o1 {
	margin-top: -18px;
}

/* Acceptance */
.wpcf7-list-item {
  margin: 0;
	font-size: 14px;
}

span.wpcf7-list-item-label {
	line-height: 22px;
}

/* Dark Mode */

/* Größe neues Icon */
.wp-dark-mode-switch-1 ._track, .wp-dark-mode-switch-13 ._track {
	width: 30px !important;
	height: 30px !important;
}

/* Farbe weiß alle Links */
html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore):not(.button):not(.btn):not(.wp-element-button), html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore):not(.button):not(.btn):not(.wp-element-button) {
    color: #fff !important;
}

/* Bilder */
html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore), html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore-low-brightness), html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore), html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore-low-brightness) {
    filter: brightness(var(--wp-dark-mode-img-brightness, 100%)) grayscale(var(--wp-dark-mode-img-grayscale, 0)) !important;
    opacity: 1 !important;
}

/* Margin bottom Cards */
.no-margin {
	margin: 0;
}