/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.01.2023, 11:22:31
    Author     : fisch
*/

.section-header.sticky-top{
  background-color: #fff;
  box-shadow: 0 0 20px 0px var(--bs-dark);
}
.section-main{
  background: linear-gradient(90deg, #e7e7e7 0%, rgb(255 255 255) 50%, #e7e7e7 100%) !important;
}
.breadcrumb-container a{
  color: var(--bs-dark);
}
.page-search-input, .page-search-input::placeholder{
  color: var(--bs-dark) !important;
}
.search.subpage-search form{
  background-color: #707070;
}
.section-subnav{
  background: linear-gradient(90deg, #e7e7e7 0%, rgb(255 255 255) 50%, #e7e7e7 100%) !important;
}
.sub-menu .menu li a{
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-dark) !important;
}
.sub-menu .menu li a:hover{
  border: 1px solid var(--bs-info) !important;
  color: var(--bs-white) !important;
  background-color: var(--bs-info) !important; 
}
.is-dropdown-submenu-parent.opens-right > a{
   color: var(--bs-dark) !important;
}