@charset "UTF-8";
/* aus ../skin/suh-skin.less */
.suh-skin {
  /* Add here all your CSS customizations */
  /* Abstand der Navigations-Items in der Sidebar */
  /* mindest höhe für main bereich */
  /* Top-Links*/
  /* active unter navigation */ }
  .suh-skin.side-header #header.side-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .suh-skin:not(.sticky-header-active) header nav li {
    line-height: 1em; }
  .suh-skin:not(.sticky-header-active) #header .header-logo {
    background: #638F41;
    margin: 1em 0 1em 0; }
  .suh-skin.sticky-header-active #header .header-body {
    background: #638F41;
    border-top: 0;
    border-bottom: 0; }
  .suh-skin .main {
    min-height: calc(100vh - 90px); }
  .suh-skin .main.content-page {
    background-color: #F7F7F7; }
  .suh-skin .subnav-top {
    top: 0;
    right: 0;
    border-radius: 0 0 0 1.2em;
    box-shadow: 0 0 10px #0004;
    overflow: hidden; }
    .suh-skin .subnav-top .subnav-top-adress-container {
      overflow: visible;
      height: 0;
      width: 0;
      opacity: 0;
      transition: height .2s, width .3s ease-in-out, opacity .4s; }
      .suh-skin .subnav-top .subnav-top-adress-container.active {
        transition: height .3s ease-in-out, width .2s, opacity .8s;
        opacity: 1;
        height: 260px;
        width: 410px; }
    .suh-skin .subnav-top .subnav-top-adress {
      bottom: 0;
      width: 373px;
      overflow: hidden; }
    .suh-skin .subnav-top ul.subnav-top-links {
      display: block;
      padding-left: 13px; }
      .suh-skin .subnav-top ul.subnav-top-links li {
        display: block;
        overflow: visible;
        padding: 0 1.2em 0 0;
        cursor: pointer;
        color: #cce0bc; }
        .suh-skin .subnav-top ul.subnav-top-links li:hover {
          color: white; }
  .suh-skin .dropdown-item.active,
  .suh-skin .dropdown-item:active {
    background-color: transparent; }
  .suh-skin .dropdown-menu li.active a.dropdown-item {
    color: #FC6C3A !important;
    font-weight: bold !important;
    background-color: transparent !important; }
    .suh-skin .dropdown-menu li.active a.dropdown-item:hover {
      background-color: #f8f9fa !important; }
  .suh-skin #header .header-nav.header-nav-links-side-header nav > ul > li:last-child.open > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .suh-skin .card-box-shadow {
    box-shadow: 0 0 1em #00000044; }
  .suh-skin .bg-color-grey-scale-0 {
    background-color: #F7F7F7 !important; }
  .suh-skin .transition-bg {
    transition: background-color .2s; }
  .suh-skin :hover.bg-color-hover-primary-lighter {
    background-color: #75a94d !important; }
  .suh-skin .color-secondary-light {
    color: white !important; }
  .suh-skin .extbase-debugger-floating {
    margin-left: 300px; }
