
.hero {
    height: 520px;
    background-size: cover;
    background-position: center;
}


.layout_content ul,
.layout_content ol {
    padding: 0 0 0 20px;
} 

.layout_content ul li,
.layout_content ol li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}


.dropdown-item.active, .dropdown-item:active {
    background: none;
    color: var(--primary);
}

.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger {
  margin:0;
}

.gdpr-bar .gdpr-bar-actions {
    justify-content: end;
  }  


.gdpr-bar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1031;
    background: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
      
}

.show .gdpr-inner {
    background: #fff;
    padding:  20px;
    width:  95%;
    margin:  0 auto;

}

@media (min-width: 992px){
    .show .gdpr-inner {
        width: 50%;
    }
}

