/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */


:root {
  --main: #1D71B8;
  --main-darker: #18619F;
  scrollbar-color: #1D71B8 #e7e7e7;
  /* scrollbar-width: thin; */
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

#headerMain {
  transition: top 0.2s ease-in-out;
  width: 100%;
}

#headerMain .iconBoxHeader i.fas::before {
  color: #C2CBD2;
  transition: color ease-in-out .3s;
}

#headerMain .iconBoxHeader i:hover::before {
  color: var(--main) !important;
}

#headerMain .iconBoxHeader a {
  color: #2b2b2b;
}

.nav-up {
  top: -130px !important;
}

::selection {
  color: #FFF;
  background: var(--main-darker); /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #FFF;
  background: var(--main-darker); /* Gecko Browsers */
}

/* Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-darker);
}

.analyticsCheckbox:checked ~span{
  background-color: rgb(29, 113, 184);
}



.gm-navbar {
  background-color: #ffffff00 !important;
}

/* COOKIE BANNER */

.saveAllcookies {
  background-color: var(--main) !important;
  border-color: var(--main) !important
}

.saveAllcookies:hover {
  background-color: var(--main-darker) !important;
  border-color: var(--main-darker) !important;
}

.btn-sm {
  border-radius: 0 !important;
}

.switchList input:checked ~ label .slider {
  background-color: var( --main );
}

.switchList input:indeterminate ~ label .slider {
  background-color: var(--main);
}

.cookieSettings:hover {
  cursor: pointer;
}


/* Desktop */
@media screen and (min-width: 1025px) {



}

/* Tablet */
/* @media only screen and (min-width: 768px) {




} */

/* Smartphone */
/* @media only screen and (max-width: 768px) {

  .elementor-nav-menu__container {
    width: 100vw !important;
  }




} */

/******** RANDOM ********/

.link-white {
    color: #fff !important;
    position: relative;
}

.link-white:after {
    bottom: -4px;
    content: '';
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    position: absolute;
    transition: all ease 0.5s;
    width: 100%;
}

.link-white:hover:after {
  opacity: 1;
}


/******** SLIDER STARTSEITE ********/

.swiper-pagination {
  z-index: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px !important;
  margin: 0 7px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main);
}

.swiper-slide-contents {
  background-color: #1D71B8A8;
  padding: 50px;
}



/********* POPUPS ********/

/* .popupMenu {
  position: absolute;
  top: 223px;
  left: auto;
} */

/********* SEARCH *********/

/* .elementor-search-form--full-screen {
  z-index: 999;
} */

/******** REFERENZEN & NEWS ******/

.elementor-portfolio__filters li {
  border-style: solid;
  border-radius: 0;
  border-color: #D8D8D7;
  border-width: 1px;
  padding: 10px 20px;
}

.elementor-portfolio__filters li:hover {
  background-color: var(--main);
  color: #fff !important;
  transition: all ease 0.3s;
  border-color: var(--main);
}

/* .elementor-portfolio__filters li:first-child {
  display: none;
} */

.elementor-post__meta-data {
  background-color: var(--main);
}

#post_filter_bar div ul {
  padding: 0;
}

#post_filter_bar input[type=submit] {
  background-color: var(--main);
  color: #fff;
  padding: 10px 20px;
  border: none;
  margin-top: 20px;
}

#post_filter_bar input[type=submit]:hover {
  cursor: pointer;
}

#post_filter_bar div>div>form>div>ul>li {
  display: block;
}

#post_filter_bar h4 {
  font-weight: 600;
  font-size: 1.5em;
  color: var(--main);
}
#post_filter_bar input[type=text] {
  border-width: 2px !important;
  border-radius: 0 !important;
  border-color: var(--main);
  border-style: solid;
  padding: 5px 10px;
}
.dont-display {
  display: none !important;
}
#post_filter_bar > div > div > form > div > ul > li:nth-child(2) > ul > li.cat-item.cat-item-14 {
  display: none !important;
}

#post_filter_bar > div > div > form > div > ul > li:nth-child(n+1) > ul > li {
  background-color: var(--main) !important;
  color: #fff !important;
  padding: 10px 15px;
}

#post_filter_bar > div > div > form > div > ul > li:nth-child(n+1) > ul > li > label {
  margin: 0;
}


/****** MENUE-TEST ******/

.hamburger-icon-container {
  color:transparent;
  height: 1.7em;
  width: 1.7em;
  position: relative;
  cursor: pointer;
  background: currentColor;
  border:10px solid currentColor;
  border-radius: 3px;
  box-sizing: content-box !important;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 1.7em;
  background: white;
  transition: all .2s ease;
}

.hamburger-icon {
  top: 0.75em
}

.hamburger-icon::before {
  top: -0.55em
}

.hamburger-icon::after {
  top: 0.55em
}

/* Darstellung wenn das Close-Icon angezeigt werden soll */

.hamburger-active .hamburger-icon-container {
  color:transparent;
}

.hamburger-active .hamburger-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
  top: 0
}

.hamburger-active .hamburger-icon:before {
  transform: rotate(90deg)
}

/******* HIDE BREADCRUMS STARTSEITE ********/

.page-id-224 #breadcrumbsStartseite, .error404 #breadcrumbsStartseite {
  display: none;
}

.elementor-slideshow__header {
  background-color: var(--main);
}

/*********** MAIN MENU **********/
#mainMenu {
  position: absolute;
  width: 70% !important;
}

#mainMenu li:hover>a {
  color: var(--main);
}

#mainMenu li a {
  transition-duration: 0.5s;
}

/* #mainMenu .elementor-widget-wrap>.elementor-element {
  width: 80% !important;
} */

#mainMenu .sub-arrow {
  height: 20px;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0 20px;
}

#mainMenu .sub-menu {
  /* margin-top: 0px !important; */
  height: 100vh;
  min-width: 25em !important;
  position: absolute;
  top: 120px !important;
}

#mainMenu .sub-menu li a {
  transition: all ease 0.5s;

}

#mainMenu .sub-menu li:hover a {
  /* font-weight: 600; */
  color: var(--main);
}

#mainMenu .sub-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#mainMenu .sub-menu li a.elementor-item-active {
  color: var(--main);
}

#mainMenu .current-menu-parent>a {
  color: var(--main);
}

.dialog-lightbox-close-button .eicon-close {
  background-color: #95C11F;
  border-radius: 50px;
  color: #fff;
  padding: 15px;
  z-index: 9999;
}

.mobile-menu .elementor-nav-menu--dropdown a.highlighted {
  background-color: #02010100 !important;
}

.mobile-menu nav>ul>li>a {
  font-weight: 600 !important;
}

/******* CONTACT FORM *******/

/*******


/* .elementor-field-group .elementor-field-textual:focus {
  box-shadow: none !important;
}



.headlineGruen {
  background-color: #00747a;
} */

/******** HEADER *******/
/* #icon-menu a {
  color: #2B2B2B !important;
} */

#toTopSection {
  height: 0 !important;
}

/* .elementskit-navbar-nav-default .elementskit-menu-close {
  border: none !important;
}

.elementskit-submenu-indicator {
  border: none !important;
}

.elementskit-submenu-panel li a {
  padding: 10px 15px !important;
}

.elementskit-menu-container {

}

#ekit-megamenu-hauptmenue-mobil {
  padding-bottom: 50px !important;
  background-repeat: no-repeat;
  background-size: cover;
} */


/******** GALLERY ********/
.filterableGallery ul {
  line-height: 3;
}

.footerLinks a {
  color: #fff !important;
}

/* Openstreetmap Overlay */
.map-overlay-wrapper .elementor-button {
  background-color: #fff;

}

#main > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-951d3b3.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle > div > div > div > div > div > div > div > div > div > span > span > button {  border: none !important;}

.map-overlay-wrapper a.elementor-button:hover {
  color: var(--main);
}


/* NEWS ARCHIV */
.news-archive .elementor-post__meta-data {
  padding: 10px 0 10px 10px;
}

/* BILDBESCHREIBUNG GALERIE LIGHTBOX */
.elementor-slideshow__title {
  display: none;
}
