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

/* Add your custom styles here */
.nav-mail,
.nav-phone {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px; /* Hide  text */
  overflow: hidden;
  white-space: nowrap;
/*	background-color: gray; */
	height: 3rem !important;
	padding: 0 4px !important;
	background-color: var(--e-global-color-4bb3f9b);
	border-radius: 12px;
}
.nav-phone {
  background-image: url('https://swv-noe.sk.digital/wp-content/uploads/2025/04/phone-outgoing.svg');
}
.nav-mail {
  background-image: url('https://swv-noe.sk.digital/wp-content/uploads/2025/04/mail-env.svg');
	  margin-left: .5rem !important;
}

/* GENERAL */
.wp-singular.page:not(.single) #content .page-header {
	display: none;
}
.heading-underline h3 {
	border-bottom: 2px solid #e30613;
    padding-bottom: 8px;
}
.box-shadow-default {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;	
}
.box-shadow-v2 {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.event-card {
	margin-bottom: 24px; 
}
/* HOMEPAGE - EVENT Section */
.col-events-home h1 {
    font-size: 20px !important;
    color: #e30613;
}
.col-events-home p {
    font-size: 16px;
}

/* FOOTER */
.footer-newsletter .elementor-form-fields-wrapper > div {
    padding: 0 !important;
}
.footer-newsletter .elementor-button {
    line-height: 42px !important;
    border-radius: 0;
}
.footer-newsletter input {
    border-radius: 0 !important;
    border-color: #d1d5db !important;
}

/* BLOG */
 .single.single-post #content {
  padding: 90px 0;
}



/* SUB MENU SK */
@media (min-width: 1025px) {
  .elementor-nav-menu--dropdown a.elementor-sub-item {
    font-size: 1.25em;
      padding: 0.5em !important;
      font-weight: 400 !important;
  }
  .elementor-nav-menu--dropdown {
      border-radius: 4px !important;
      padding: 0.75em !important;
      border: 1px solid #ccc;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16) !important;
  }
}

@media only screen and (max-width: 767px) {
    .elementor-location-header .main-menu ul li:last-child, .elementor-location-header .main-menu ul li:nth-last-child(2) {
        background-color: transparent;
    }
    .elementor-location-header .main-menu ul li:last-child {
        margin: 0 !important;
    }
}

/* beratung-support */
.person-phone-link, .person-email-link {
   display: flex !important;
   font-size: 14px;
   align-items: center;
}


/* Blog Post Padding */
@media (max-width: 575px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        padding: 1em !important;
    }
	/* Service News Padding */
	.e-con.e-flex>.e-con-inner {
    padding: .5em;
}
}


