/*
Theme Name: bwm Template Child
Author: Bayerwald Media - Nico Rank
Author URI: https://bayerwaldmedia.de/
Description: Kundenspezifisches Wordpress-Theme als Web-Basis mit Integration von Bootstrap und jQuery [Child]
Version: 1.0.2
Template: bwm_template
Text Domain: bwm_template-child
*/

:root {
  --main: #00619D;
  --main-darker: #025081;
  scrollbar-color: #00619D #e7e7e7;
  /* scrollbar-width: thin; */
}

html {
  margin: 0 !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;
}
/*
#menu-branchenloesungen, #menu-service {
  padding-left: 0;
}

#menu-branchenloesungen li, #menu-service li{
  list-style-type: none;
  background-image: url('https://zankl.basisentwicklung.de/wp-content/uploads/2020/06/icon-aufzaehlung-zankl-e1591781236190.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  line-height: 45px;

}

#menu-branchenloesungen a, #menu-service a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 30px;
}

#menu-branchenloesungen li:hover, #menu-service li:hover {
  background-color: rgb(29, 113, 184);
  transition: all ease .5s;
}



/* 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;
  }




} */

.elementor-post__meta-data {background-color: #009AA2 !important;
	  }
/*
ul { 
   padding-left: 1em !important;
}

li { 
   padding-left: 1em !important;
}
*/