/*
Theme Name:     swissfbc.ch
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Theme Customization
Author:         Swiss Foreign Business Council (SFBC)
Author URI:     https://swissfbc.ch
Template:       Divi
Version:        25.08
*/


::selection {
  color: #ffffff;
  background: #da291c;
}


li::marker {
  color: #da291c;
}


li {
  line-height: 1.7em
}


.footer-link p {
  color: #ffffff;
}
.footer-link p:hover {
  transition: color .3s;
  color: #d0d0d0;
}


@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: "Noto Sans" !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: "Noto 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: 600 !important;
}
.cn-revoke-cookie {
  font-weight: 600!important;
  color: #ffffff!important;
  text-decoration: none!important;
}