/*
Theme Name: Connectics Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Custom Child Theme für Imageseite
Author: Emanuel Wittmann
Author URI: https://connectics.online/
Template: hello-elementor
Version: 1.0.1
Text Domain: connectics Elementor Child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

:root {
  --main: #0000AA;
  --main-darker: #0010BD;
  --second-main: #F7A6FC;
  scrollbar-color: #0010BD #e7e7e7;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

html {
  margin: 0 !important;
  /* overflow: hidden; */
  overflow-x: hidden;
}

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

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

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

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

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

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

/********** GENERAL **********/
