:root {
    --orange: #f0852d;
    --green: #8e947a;
    --sand: #dbc69a;
    --black: #000000;
    --brown: #39312b;
    --white: #ffffff;
    --bs-body-color: var(--black);
    --bs-link-color: var(--orange);
    --bs-body-font-family: 'Roboto';
    --top-line: 30px;
    --header-pull: -25px;
    --logo-border: 10px;
    --hero-image: 250px;
    --heading-font-size: 25pt;
    --icon-size: 30px;
    --icon-font-size: 16px;
    --icon-gap: 1rem;
    --quote-size: 24pt;
    --motto-quote-size: 32pt;
    --home-article-width: 100%;
    --home-image-width: 100%;
    --home-image-height: 200px;
    --home-image-position: static;
    --partners: 2;
    --courses: 1;
}

@media (min-width: 576px) {
    :root {
        --top-line: 50px;
        --logo-border: 20px;
        --hero-image: 250px;
        --icon-size: 40px;
        --icon-font-size: 20px;
        --icon-gap: 2rem;
        --partners: 3;
        --courses: 2;
    }
}

@media (min-width: 768px) {
    :root {
        --hero-image: 300px;
        --home-article-width:50%;
        --home-image-width: 45%;
        --home-image-height: 100%;
        --home-image-position: absolute;
        --partners: 4;
    }
}

@media (min-width: 992px) {
    :root {
        --bs-body-font-size: 14pt;
        --heading-font-size: 35pt;
        --hero-image: 400px;
        --quote-size: 30pt;
        --motto-quote-size: 40pt;
        --partners: 5;
        --courses: 3;
    }
}

@media (min-width: 1200px) {
    :root {
        --hero-image: 500px;
        --partners: 6;
        --courses: 4;
    }
}

@media (min-width: 1400px) {
    :root {
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-ExtraLightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-ExtraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-SemiBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-ExtraBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: 'SofiaSansExtraCondensed';
    src: url('../fonts/SofiaSansExtraCondensed-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 5px;
    --bs-btn-border-radius: 10px;
    --bs-btn-font-weight: 900;
    --bs-btn-font-family: 'SofiaSansExtraCondensed';
}

.btn-primary {
    --bs-btn-color: var(--black);
    --bs-btn-bg: var(--orange);
    --bs-btn-border-color: var(--orange);
    --bs-btn-hover-color: var(--black);
    --bs-btn-hover-bg: var(--green);
    --bs-btn-hover-border-color: var(--green);
    --bs-btn-active-color: var(--black);
    --bs-btn-active-bg: var(--green);
    --bs-btn-active-border-color: var(--green);
}

a {
    text-decoration: none;
    color: var(--bs-link-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--orange);
    color: var(--black);
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
}

.icon:hover {
    background-color: var(--green);
    color: var(--black);
}

.icon i {
    font-size: var(--icon-font-size);
}

h1, .h1 {
    font-family: 'SofiaSansExtraCondensed';
    font-weight: 900;
    font-size: var(--heading-font-size);
    text-transform: uppercase;
    letter-spacing: 5px;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Montserrat';
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

.module-title.underline {
    position: relative;
}

.module-title.underline::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: var(--underline-color);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-title {
    color: var(--module-title);
    font-weight: 800;
}

.page-header {
    hyphens: auto;
}

#system-message-container:not(:empty) {
    margin-bottom: 60px;
}

div:not(.page-hero) > .page-header h1 {
    margin-bottom: 2rem;
}

div:not(.page-hero) > .page-header h2 {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .btn {
        --bs-btn-font-size: 16pt;
        --bs-btn-line-height: 1.6;
    }
    h2, .h2 {
        font-size: 30pt;
    }
    h3, .h3 {
        font-size: 24pt;
    }
    h4, .h4 {
        font-size: 20pt;
    }
}

.control-group {
    margin-bottom: 1rem;
}

form h3 {
    font-weight: 800;
}

.darken {
    position: relative;
}

.darken::after {
    content: " ";
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(41, 32, 62, 0.7);
}


/****************************************************************
** Header **
****************************************************************/

.t3-header {
    border-top: var(--top-line) solid var(--green);
    padding-top: 0;
    padding-bottom: 0;
}

.t3-header .logo {
    margin-top: var(--header-pull);
    margin-bottom: var(--header-pull);
    border: var(--logo-border) solid var(--white);
    border-radius: 50%;
    z-index: 1;
    background: var(--white);
}

.t3-header .head {
    align-items: end;
}

@media (min-width: 1200px) {
    .t3-header .head {
        align-items: center;
        justify-content: end;
    }
}

.moduletable.social .fields-container {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    gap: 1rem;
}


/****************************************************************
** Menu **
****************************************************************/

.navbar-nav {
    gap: 1rem;
    align-items: center;
}

.nav-link {
    --bs-nav-link-font-size: 12pt;
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-color: var(--black);
    --bs-nav-link-hover-color: var(--orange);
    font-family: 'Roboto';
}

.active .nav-link {
    --bs-nav-link-color: var(--orange);
}

.off-canvas-toggle {
    letter-spacing: normal;
}


/****************************************************************
** Footer **
****************************************************************/

.t3-footer {
    background-color: var(--brown);
    color: var(--white);
    --module-title: var(--orange);
}

.t3-footer a {
    --bs-link-color: var(--white);
}

.t3-footer .icon {
    background-color: var(--white);
    color: var(--black);
}

.t3-footer .moduletable.social .fields-container {
    justify-content: center;
}

.t3-footer .t3-footnav {
    row-gap: 2rem;
}

.t3-footer .t3-copyright {
    background-color: var(--green);
    color: var(--black);
    padding: var(--footer-pad) 0;
    margin-bottom: 0;
    font-size: 80%;
}

.t3-footer .mod-menu {
    flex-direction: column;
    gap: 1rem;
}

.t3-footnav > div:nth-child(1) {
    order: 1;
}

.t3-footnav > div:nth-child(2) {
    order: 0;
}

.t3-footnav > div:nth-child(3) {
    order: 2;
}

@media screen and (min-width: 576px) {
    .t3-footnav > div:nth-child(1) {
        order: 2;
    }

    .t3-footnav > div:nth-child(2) {
        order: 0;
    }

    .t3-footnav > div:nth-child(3) {
        order: 1;
    }
}

@media screen and (min-width: 768px) {
    .t3-footnav > div:nth-child(1) {
        order: 0;
    }

    .t3-footnav > div:nth-child(2) {
        order: 1;
    }

    .t3-footnav > div:nth-child(3) {
        order: 2;
    }
}


/****************************************************************
** Home **
****************************************************************/

.home .t3-sl-1 {
    padding-bottom: 0;
    padding-top: 0;
}

.moduletable.slideshow .darken::after {
    z-index: -1;
}

.moduletable.slideshow .mod-articles-item {
    height: var(--hero-image);
}

.moduletable.slideshow .item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.moduletable.slideshow .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moduletable.slideshow .mod-articles-item-content,
.moduletable.slideshow .mod-articles-title a {
    color: var(--white);
}

.moduletable.slideshow .readmore {
    margin-top: 1rem;
}

.moduletable.slideshow .carousel-indicators {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .moduletable.slideshow .readmore {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .moduletable.slideshow .readmore {
        margin-top: 3rem;
    }
    .moduletable.slideshow .carousel-indicators {
        margin-bottom: 2rem;
    }
}

.moduletable.slideshow .carousel-indicators button[data-bs-target] {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 50%;
}

.moduletable.slideshow .carousel-indicators button[data-bs-target].active {
    --bs-carousel-indicator-active-bg:  var(--orange);
}

.moduletable.slideshow .carousel-control-prev-icon,
.moduletable.slideshow .carousel-control-next-icon {
    width: 12rem;
    height: 12rem;
}

.home .t3-sl-2 {
    background-color: var(--sand);
    --underline-color: var(--orange);
    padding-bottom: 0;
}

.moduletable.courses .mod-articles-grid {
    --grid-layout-gap: 0rem;
}

.moduletable.courses .mod-articles-item {
    position: relative;
    aspect-ratio: 1;
}

.moduletable.courses .mod-articles-title,
.moduletable.courses .readmore {
    position: relative;
    z-index: 1;
}

.moduletable.courses .mod-articles-title a {
    font-family: 'SofiaSansExtraCondensed';
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--white);
}

.moduletable.courses .item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.moduletable.courses .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moduletable.courses .mod-articles-title {
    hyphens: auto;
}

@media (min-width: 576px) {
    .moduletable.courses .mod-articles-title a {
        font-size: 25pt;
    }
}

.moduletable.coursetext .item-image {
    max-width: 250px;
}

@media (min-width: 992px) {
    .moduletable.coursetext > .row {
        align-items: center;
    }

    .moduletable.coursetext .item-image {
        margin-bottom: 0;
    }

    .moduletable.coursetext .trainings-text {
        column-count: 2;
        column-gap: 6rem;
        column-rule: solid 3px var(--orange);
    }
}

.home .t3-sl-4 {
    background-color: var(--green);
    --underline-color: var(--white);
}

.moduletable.reviews .mod-articles-item {
    color: var(--white);
    position: relative;
    padding-left: calc(var(--quote-size) + 6px);
}

.moduletable.reviews .mod-articles-item::before {
    font: var(--fa-font-solid);
    content: "\f10d";
    font-size: var(--quote-size);
    position: absolute;
    left: 0;
    color: var(--black);
}

.moduletable.reviews .mod-articles-title {
    color: var(--black);
}

.home .t3-sl-5 {
    background-color: var(--brown);
    color: var(--orange);
    --module-title: var(--white);
}

.moduletable.counter .item-image img {
    width: 60px;
}

.home .t3-sl-6 {
    padding: 0;
    background-color: var(--orange);
    --underline-color: var(--white);
    color: var(--black);
}

.moduletable.about {
    --bs-link-color: var(--white);
}

.moduletable.about .mod-custom {
    position: relative;
}

.moduletable.about .mod-custom:before {
    content: "";
    position: var(--home-image-position);
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    width: var(--home-image-width);
    height: var(--home-image-height);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.moduletable.about .mod-custom .article-container {
    padding: var(--spotlight-pad) 0;
    width: var(--home-article-width);
}

.moduletable.about .readmore {
    text-align: center;
    margin-top: 2rem;
}

.moduletable.about .btn-primary {
    --bs-btn-color: var(--white);
    --bs-btn-bg: var(--black);
    --bs-btn-border-color: var(--black);
    --bs-btn-hover-color: var(--black);
    --bs-btn-hover-bg: var(--green);
    --bs-btn-hover-border-color: var(--green);
    --bs-btn-active-color: var(--black);
    --bs-btn-active-bg: var(--green);
    --bs-btn-active-border-color: var(--green);
}

.home .t3-sl-7 {
    --underline-color: var(--orange);
}

.moduletable.partners .weblinks {
    grid-template-columns: repeat(var(--partners), 1fr);
    grid-gap: 2rem;
}

.moduletable.partners .weblinks img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.moduletable.partners .weblinks img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.home .t3-sl-8 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    --module-title: var(--white);
}

.moduletable.motto .module-title {
    position: relative;
    padding-left: calc(10px + var(--motto-quote-size));
}

.moduletable.motto .module-title::before {
    font: var(--fa-font-solid);
    content: "\f10d";
    font-size: var(--motto-quote-size);
    color: var(--orange);
    position: absolute;
    left: 0;
    top: 0;
}

.home .t3-sl-9 {
    --underline-color: var(--orange);
}

.moduletable.blog .mod-articles-grid {
    --grid-layout-gap: 0rem;
    row-gap: 2rem;
}

.moduletable.blog .item-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.moduletable.blog .mod-articles-title {
    font-weight: 800;
    --bs-link-color: var(--black);
}

.moduletable.blog .mod-articles-date {
    font-size: 80%;
    color: var(--orange);
}


/****************************************************************
** Contact **
****************************************************************/

.com-contact.contact .dl-horizontal dt {
    display: none;
}

.com-contact.contact .dl-horizontal dd {
    margin-left: 0;
}

.com-contact.contact .fields-container {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    gap: var(--icon-gap);
}


/****************************************************************
** Content **
****************************************************************/

.page-hero {
    min-height: var(--hero-image);
    position: relative;
    margin-top: -40px;
}

.page-hero .item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-hero .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero .page-header {
    color: var(--white);
    position: relative;
    z-index: 1;
}

.com-content-article__body {
    max-width: 600px;
}

.item-page .fields-container {
    margin-top: 2rem;
    list-style-type: none;
    padding-left: 0;
}

.blog-items {
    display: grid;
    grid-template-columns: repeat(var(--courses), 1fr);
}

.blog-items .blog-item .item-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.blog-items .blog-item .page-header h4 {
    font-weight: 800;
    --bs-link-color: var(--black);
    margin-bottom: 10px;
}

.article-info .published {
    font-size: 80%;
    color: var(--orange);
}

.blog-items.gallery {
    gap: 2rem;
}

.blog-items.gallery .blog-item {
    position: relative;
    aspect-ratio: 1;
}

.blog-items.gallery .blog-item .item-image {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    filter: brightness(70%);
}

.blog-items.gallery .blog-item .item-content {
    position: relative;
    z-index: 1;
}

.blog-items.gallery .blog-item .page-header h4 {
    --bs-link-color: var(--white);
}


/****************************************************************
** jReg **
****************************************************************/

@media (min-width: 768px) {
    .jreg .event .image img {
        position: absolute;
    }
}

.jreg .events .event h4 { 
    font-weight: 800;
    margin-bottom: 10px;
}

.jreg .events .event .date {
    color: var(--orange);
}


/****************************************************************
** Webshop **
****************************************************************/

.zuzu > * {
    margin-top: 2rem;
}

.zuzu.products .categories {
    display: grid;
    grid-template-columns: repeat(var(--courses), 1fr);
    grid-gap: 1rem;
}

.zuzu.products .category {
    position: relative;
    aspect-ratio: 1;
}

.zuzu.products .category .item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.zuzu.products .category .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zuzu.products .category h4 {
    position: relative;
    z-index: 1;
    font-family: 'SofiaSansExtraCondensed';
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--white);
    hyphens: auto;
}
