/*
Theme Name: sybau
Theme URI: https://example.com
Author: molotow599
Author URI: https://some-thing.ch/
Description: Theme für die Webseite der SY-Baukonzept AG
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Blank Blocks
*/


/* Debugging
div {
  padding: 0.2em;
  background-color: rgba(0,10,0,0.2);
} */

/*******************/
/*   Mobile First  */
/*******************/

/* --- Globals --- */
html {
  /* Hide scrollbar */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  font-size: 0.93rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

.stickyheader {
  position: relative;
  border-bottom: solid 5px #383562;
  background-color: #FAFEFF;
}


/*******************/
/* Tablet & Laptop */
/*******************/
@media (min-width: 1024px){
  .stickyheader {
    position: sticky;
    top: 0px;
    z-index: 9999;
  }
}


/*******************/
/* Medium Desktop  */
/*******************/
@media (min-width: 1200px) {
  .stickyheader {
    position: sticky;
    top: 0px;
    z-index: 9999;
  }
}


/*******************/
/*  Large Desktop  */
/*******************/
@media (min-width: 1600px) {
  .stickyheader {
    position: sticky;
    top: 0px;
    height: 240px;
    z-index: 9999;
  }
}
