@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*,
::before,
::after {
    box-sizing: border-box;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-rows: min-content 1fr min-content;
    font-family: "Helvetica", sans-serif;
    color: #4e5257;
}

h2 {
    color: #63999a;
}

a {
    color: currentColor;
}

footer {
    color: white;
    background-color: #63999a;
    font-size: 0.8em;
    padding: 1.2rem;
    text-align: center;
}

header .banner {
    color: white;
    background-color: #63999a;
    padding: 0.6rem 1.5rem;
    margin: 0;
    font-family: Montserrat;
}

.template-homepage main {
    //text-align: center;
}

.template-homepage h2,
.template-formpage h2,
.template-standardpage h2,
.template-knowledgepage h2,
.template-blogindexpage h2,
.template-blogtagindexpage h2,
.template-searchresults h2 {
    font-size: 1.5em;
}

.skip-link {
    position: absolute;
    top: -30px;
}

.skip-link:focus-visible {
    top: 5px;
}

.page-form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.page-form :is(textarea, input, select) {
    width: 100%;
    max-width: 500%;
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.page-form .helptext {
  font-style: italic;
}

blockquote > p {
    font-style: italic;
    font-family: "proxima-nova";
    font-size: 1.2em;
    color: #63999a;
}

.blockquote-footer {
    color: #e870b4;
    font-size: 0.7em;
}

.nav-link {
    font-size: 1.2em;
    color: #3a3939;
}

.nav-link:hover {
    color: currentColor;
}

.nav-link.active {
    color: #63999a !important;
}

img.richtext-image.full-width {
    display: block;
    margin: auto;
}

.side-menu li.nav-item:not(ul li ul li) {
    border-bottom: 1px solid #ddd;
}

.side-menu li.nav-item:last-child {
    border-bottom: none;
}

.sub-menu {
    font-size: 0.8rem;
    list-style-type: disc;
}

li.page-item .page-link {
    color: #555;
    border-color: #ccc;
}

li.page-item.active > .page-link {
    color: white;
    border-color: #63999a;
    background-color: #63999a;
}

.card a.stretched-link {
    text-decoration: none;
}

.card .card-footer a.badge, .tags a.badge {
    background-color: #63999a;
    text-decoration: none;
}

.tagcloud {
    color: #999999;
    text-align: justify;
}

.tagcloud a {
    text-decoration: none;
}

.tagcloud-level-1 {
    font-size: 1rem;
}

.tagcloud-level-2 {
    font-size: 1rem;
}

.tagcloud-level-3 {
    font-size: 1.2rem;
}

.tagcloud-level-4 {
    font-size: 1.4rem;
}

.tagcloud-level-5 {
    font-size: 1.6rem;
}

.tagcloud-level-6 {
    font-size: 1.8rem;
}