/*
Theme Name:     neri.ch
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Theme Customization
Author:         Ivan Neri
Author URI:     https://neri.ch
Template:       Divi
Version:        25.06
*/


@font-face {
  font-display: swap;
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/instrument-sans-400.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/instrument-sans-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/instrument-sans-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/instrument-sans-700.woff2') format('woff2');
}



h1, h2, h3, h4, h5, h6, p {
  font-family: "Instrument Sans";
}
p {
  font-weight: 400;
}



::selection {
  color: #ffffff;
  background: #57728d;
}


li::marker {
  color: #57728d;
}



@media screen and (max-width: 980px) {
  .column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}



.et_pb_menu__menu {
  margin-left: auto;
  justify-self: flex-end;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
}
.et_pb_menu li a {
  font-family: 'sans-serif' !important;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
}
.mobile_menu_bar:before {
  color: #fafaff !important;
  transition: all .3s ease;
  transform: rotate(0deg);
  display: block;
}
.mobile_nav.opened .mobile_menu_bar::before {
  transition: all .3s ease;
  transform: rotate(90deg);
  display: block;
}
.et_mobile_menu {   
  overflow-y:scroll!important;
  max-height:80vh!important;
  -overflow-scrolling:touch!important;
  -webkit-overflow-scrolling:touch!important;
}
.menu-item-has-children > a:after {
  display: none !important;
}
.menu-item-has-children a {
  padding-right: 0 !important;
}
.menu-item-has-children {
  cursor: pointer;
}



#cn-notice-text, #cn-accept-cookie, #cn-refuse-cookie, #cn-more-info {
  font-family: 'Instrument Sans' !important;
  font-style: normal !important;
  font-size: 17px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#cn-notice-text {
  font-weight: normal !important;
}
#cn-accept-cookie, #cn-refuse-cookie, #cn-more-info {
  border-radius: 0 !important;
  font-weight: 700 !important;
}
.cn-revoke-cookie {
  font-weight: 700!important;
  color: #ffffff!important;
  text-decoration: none!important;
}