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