html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.mt-n4 a:hover {
    color: var(--brand);
}

.cookie-consent-banner {
    position: fixed;
    bottom: -200px;
    z-index: 99999;
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    border: solid 1px var(--brand);
    border-radius:5px;
}

.cookie-consent-banner__inner {
    
}

    .cookie-consent-banner__inner a {
        font-size: 11px;
        color: black;
        font-weight: bold;
        opacity: 0.5;
        line-height: 120%;
    }

        .cookie-consent-banner__inner a:hover {
            font-size: 11px;
            color: black;
            opacity: 0.5;
            font-weight: bold;
        }

    .cookie-consent-banner__inner .separator {
        font-size: 11px;
        color: black;
        line-height: 120%;
    }

    .cookie-consent-banner__inner .text {
        font-size: 12px;
        line-height:120%;
    }

.cookie-consent-banner__description {
    font-size: 12px;
    line-height: 120%;
}

.cookie-consent-banner__button {
    font-size: 16px;
    height: 40px;
    width: 100px;
    padding: 5px;
    line-height: 100%;
}

p.description {
    font-size: 0.7rem;
    color: black;
    margin-bottom: 0;
}

.popover {
    max-height:200px;
}

div.popover-body {
    padding-bottom: 5px;
    padding-top: 5px;
}

.company-title {
    font-size:18px;
    font-weight:bold;
}

.company-text {
    font-size: 15px;

}

