/*
Theme Name: Hello DSLK
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello DSLK is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/*
 * blau: #00b0ea
 * blau 2: #005FAC
 * grün: #66b821
 * rot: #e3000b
 */

.elementor-location-header { position: relative; z-index: 50; }

b, 
strong { font-family: var(--e-global-typography-accent-font-family); font-weight: initial; }

.checkmark-list ul { margin: 0px 0px 0px 0px; list-style-type: none; }
.checkmark-list ul li { padding: 0px 0px 15px 40px; position: relative; }
.checkmark-list ul li::before { position: absolute; left: 0px; top: 0px; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c"; font-size: 24px; color: #e77d3d; }

.elementor-widget-text-editor p:last-child { margin-bottom: 0px; }

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-widget-bdt-accordion ul,
.elementor-widget-bdt-accordion ol { padding: 0px 0px 0px 25px; }
.elementor-widget-text-editor ul:not(:last-child),
.elementor-widget-text-editor ol:not(:last-child),
.elementor-widget-bdt-accordion ul:not(:last-child),
.elementor-widget-bdt-accordion ol:not(:last-child) { margin-bottom: 15px; }

.elementor-widget-image.styled-image .elementor-widget-container { border-radius: 10px !important; background-color: #00919E !important; }
.elementor-widget-image.styled-image .elementor-widget-container img { border-radius: 10px !important; mix-blend-mode: multiply !important; opacity: 0.8 !important; }

.elementor-widget-posts.newslist .elementor-post__meta-data { background-color: #dddddd !important; color: var(--e-global-color-text) !important; }

/* menu */
nav.elementor-nav-menu--main .elementor-nav-menu .sub-arrow { padding-left: 5px; }
nav.elementor-nav-menu--main .elementor-nav-menu > li > a { }
nav.elementor-nav-menu--main .elementor-nav-menu > li > ul { padding: 3px 0px 6px 0px !important; }
nav.elementor-nav-menu--main .elementor-nav-menu > li > ul > li > a { padding-right: 15px !important; }

/* mobile menu */
.elementor-widget-nav-menu > div > nav.elementor-nav-menu--dropdown { padding: 10px 0px 12px 0px; }
nav.elementor-nav-menu--dropdown > .elementor-nav-menu > li > a { }
nav.elementor-nav-menu--dropdown .elementor-nav-menu .elementor-nav-menu--dropdown > li > a { }

/* buttons */
.btn,
.wpforms-container.standard-form .wpforms-form button[type="submit"] {
	padding: 10px 20px 10px 20px !important;
	display: inline-block !important;
	border: 2px solid var(--e-global-color-primary) !important;
	border-radius: 20px 20px 20px 20px !important;
	position: relative !important;
	background-color: var(--e-global-color-primary) !important;
	color: #FFFFFF !important;
	font-size: 15px !important;
	line-height: 1em !important;
	font-family: var(--e-global-typography-accent-font-family) !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	text-align: center !important;
	/*white-space: nowrap !important;*/ 
	cursor: pointer !important; 
	transition: all .3s !important;
}
.btn:hover,
.btn:active,
.btn:focus,
.wpforms-container.standard-form .wpforms-form button[type="submit"]:hover,
.wpforms-container.standard-form .wpforms-form button[type="submit"]:active,
.wpforms-container.standard-form .wpforms-form button[type="submit"]:focus { text-decoration: none !important; }
.btn.btn-grey { background-color: var(--e-global-color-secondary) !important; border-color: var(--e-global-color-secondary) !important; }
.btn.btn-grey:hover,
.btn.btn-grey:active,
.btn.btn-grey:focus { background-color: var(--e-global-color-primary) !important; border-color: var(--e-global-color-primary) !important; }
.btn.arrow-right { padding-right: 30px !important; }
.btn.arrow-right::after {
	position: absolute; 
	right: 20px; 
	top: 14px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	content: " ";
}

/* forms */
div.wpforms-container-full .wpforms-form .wpforms-required-label { color: #000000; }
.wpforms-container.standard-form { width: 700px; max-width: 700px; margin: 0px 0px 0px 0px !important; }
.wpforms-container.standard-form .wpforms-form { width: 100%; }
.wpforms-container.standard-form .wpforms-form .wpforms-field { width: 100%; margin: 0px 0px 20px 0px; padding: 0px; }
.wpforms-container.standard-form .wpforms-form .wpforms-field input[type="text"],
.wpforms-container.standard-form .wpforms-form .wpforms-field input[type="email"],
.wpforms-container.standard-form .wpforms-form .wpforms-field textarea { width: 100%; border-radius: 8px !important; }
.wpforms-container.standard-form .wpforms-form .wpforms-field p.info-required { font-size: 16px; }
.wpforms-container.standard-form .wpforms-form .choices .choices__inner { width: 100%; padding: 8px 6px 5px 6px; border-radius: 8px; border: 1px solid #eaeaea; font-size: 15px; background-color: #ffffff;  }
.wpforms-container.standard-form .wpforms-form .choices__list--dropdown,
.wpforms-container.standard-form .wpforms-form .is_open .choices__list--dropdown { border: none !important; border-radius: 6px; background-color: #ffffff; box-shadow: 3px 3px 10px rgba(0,0,0,0.2) !important; }
@media(max-width: 767px) {
	.wpforms-container.standard-form { width: 100%; max-width: 100%; }
}

/* sib-form (newsletter) */
.sib-form-block,
.sib-text-form-block,
.sib-form .entry__label,
#sib-form .entry__choice label,
#sib-form .entry__choice label p { font-family: var(--e-global-typography-primary-font-family) !important; }
.sib-form .entry__label::after {
	padding: 0px 0px 0px 5px;
	display: inline-block;
	color: #ffffff;
}
.sib-form .entry__field,
.sib-form .entry__field:focus,
.sib-form .input,
.sib-form .input:focus,
.sib-form .checkbox,
.sib-form .checkbox:focus { border: 1px solid #cccccc !important; border-radius: 0px !important; }

/* suchergebnisse */
.elementor-posts .elementor-post__excerpt { margin: 0px; }
.elementor-posts .elementor-post__excerpt p { font-size: inherit; line-height: inherit; color: inherit; }
.elementor-posts .elementor-post__read-more { font-size: inherit; font-weight: inherit; color: #00919E; text-decoration: underline; }
.elementor-posts .elementor-post__read-more:hover { color: #00919E;  text-decoration: underline; }

/* news listen */
.newslist .elementor-heading-title { hyphens: auto; }

/* term category tabs */
ul.category-tabs { margin: 0px; padding: 0px; display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; gap: 10px; list-style-type: none; }
ul.category-tabs li {}
ul.category-tabs li a { padding: 5px 20px 5px 20px !important; border-radius: 14px 14px 14px 14px !important; }
ul.category-tabs li.current a { background-color: var(--e-global-color-primary) !important; border-color: var(--e-global-color-primary) !important; }

/* ajax search pro */
#ajaxsearchpro1_1 { overflow: hidden; border-radius: 0px; position: relative !important; z-index: 1 !important; }
#ajaxsearchpro1_1 .probox { margin-top: 8px !important; }
#ajaxsearchpro1_1 .probox .proinput input.orig { width: 100px !important; max-width: 100px !important; padding: 0px 6px 0px 6px !important; background-color: #ffffff !important; border-radius: 0px; }
#ajaxsearchpro1_1[asp-compact="open"] .probox .promagnifier .innericon svg { fill: rgb(0,0,0) !important; }
#ajaxsearchpro1_1 .probox .proclose { display: none !important; }

/* slider startseite*/
.elementor-widget-slides .swiper-wrapper .swiper-slide-inner { max-width: 1140px; margin: 100px auto 0px auto; padding: 0px; }
.elementor-widget-slides .swiper-wrapper .swiper-slide-inner .swiper-slide-contents { max-width: 500px; }
.elementor-widget-slides .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading { line-height: 1.2; }
@media(max-width: 1159px) {
	.elementor-widget-slides .swiper-wrapper .swiper-slide-inner .swiper-slide-contents {  }
}
@media(max-width: 767px) {
	.elementor-widget-slides .swiper-wrapper .swiper-slide-inner { margin-top: 0px; }
}
@media(max-width:500px) {
	.elementor-widget-slides .swiper-wrapper .swiper-slide-inner .swiper-slide-contents { max-width: 100%; }
}

/* cleverreach form */
.cr_form { margin: 0 auto !important; max-width: 360px;}
.cr_form .cr_body label { display: none; }
.cr_form .cr_body .cr_ipe_item { margin-left: 0px; margin-right: 0px; }
.cr_button { height: auto !important; margin: 15px 0px 0px 0px !important; padding: 11px 50px 9px 33px !important; border-radius: 25px !important; font-size: 14px !important; line-height: 14px !important; font-weight: 900 !important; text-transform: uppercase; letter-spacing: 1px !important; position: relative; opacity: 1 !important; }
.cr_button:hover { opacity: 1 !important; }
.cr_button::after { width: 0; height: 0; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); display: inline-block; border-top: 5px solid transparent !important; border-left: 10px solid #ffffff; border-bottom: 5px solid transparent !important; content: " "; }

