main {
    min-height:300px;
}


    .carousel .item {
        height: 300px;
    }

    @media (min-width: 768px) {
        .carousel .item {
            height: 300px;
        }
    }

body > header#page-header {
    padding-block: 1em !important;
}
.navbar-mainnavigation.navbar-fixed-top {
    padding-block: 2em;
}

.navbar-mainnavigation .nav-link-dropdown:hover,
.navbar-mainnavigation .nav-link-dropdown.active {
    background-color: var(--bs-primary);
    color:#fff;
}

.topcontent * {
    color:#fff;
}

.topcontent a {
    text-decoration: none;
}

.topcontent {
    display:flex;
    justify-content:end;
    align-items:center;
 grid-template-columns: repeat(3, 1fr);
padding:5px 10px;
gap:30px;
    color: #fff;
}

.social {
    display:grid;
    align-items: center;

}

.navbar-mainnavigation .nav-link:not(.nav-link-toggle):before {
    content: unset;

}

.footer-menu-section+.footer-info-section {
    margin-top: 0;
}

.navbar-mainnavigation.navbar-fixed-top.navbar-transition {
    padding-block:1em;
    border-bottom: 1px solid #fff;
    -moz-box-shadow: 0px 1px 8px rgb(100, 100, 100);
    -webkit-box-shadow: 0px 1px 8px rgb(100, 100, 100);
    box-shadow: 0px 1px 8px rgb(100, 100, 100);
}

@media (min-width: 992px) {
    .navbar-mainnavigation .nav-link.nav-link-main:before {

        height: 6px !important;

    }
}

.subnav-nav
{
    border-top:10px solid var(--bs-primary);
    font-size: 1.1rem;
}


.subnav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    color: rgba(0, 0, 0, 0.55);
    border: none;
    transition: all 0.15s ease-in-out;
    text-decoration: none;
    gap: 0.25em;
}

.nav-main-top-container {
    display:grid;
    align-items:center;
    grid-template-areas:
    "logo mainmenu";
    gap:20px;
    justify-content: space-between;
}

.text-white-on-blue {
    display:inline-block;
    background-color: var(--bs-primary);
    line-height:1.3;
    color:#fff;
    padding: 0 5px;
    margin-bottom: 5px;
}

.text-blue-on-yellow {
    display:inline-block;
    color: var(--bs-primary);
    background-color:#FED808;
    line-height:1.3;
    padding: 0 5px;
    margin-bottom: 5px;
  }

.carousel-header.none {
    display:none;
}

.text-bigger {
    font-size: clamp(1.5rem, 1vw + 1.4rem, 4rem);
}

.language-menu {
    margin: 0;
    list-style: none;
    padding-left: 13px;
    display:flex;
    gap:20px;
    grid-area: langmenu;
    font-weight: 300;
}

.language-menu li.active a {
    text-decoration: none;
    font-weight: 700;
}

.top-menu {
    display:none;
}
a.navbar-brand {
    transition: all 0.2s ease-in-out;
    transform: scale(1.3);
}

.navbar-mainnavigation.navbar-fixed-top.navbar-transition a.navbar-brand {
    transform: scale(1);
    }

    .bg-white, .navbar-default, .navbar-default-transition, .navbar-default-transition.navbar-transition {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), .9) !important;
    }

a.navbar-brand img {
    padding-inline:10px;
}
a.navbar-brand:hover {
    transform: scale(1.4);
    }



.navbar-brand.navbar-brand-image{
    grid-area: logo;
}

.nav-link-main.active {
    font-weight: 600 !important;
    color: var(--bs-primary) !important;
}

.navbar-mainnavigation .nav-link:not(.nav-link-toggle).show:hover::before, .navbar-mainnavigation .nav-link:not(.nav-link-toggle):hover::before {
    opacity: 1;
    height:4px;
}

.navbar-mainnavigation .nav-link:not(.nav-link-toggle).show:before, .navbar-mainnavigation .nav-link:not(.nav-link-toggle).active:before {
    opacity: 1;
    height:4px;
    background-color: var(--bs-primary);
}

.footer-copyright p {
    margin-bottom: 0;
    font-size: .85rem;
}

@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 992px) {
/* .nav-link-indicator {
    display:none;
} */


    .navbar-mainnavigation .navbar-collapse {
        display: flex;
        justify-self: end;
    }

    .top-menu {
        list-style:none;
        display:block;
        display:flex;
        margin: 0;
        padding: 0;
        gap:20px;
    }

    .top-menu .nav-link {
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        color: rgba(0,0,0,.7);
        font-weight: 300;
    }

    .top-menu li.active .nav-link {
        font-weight: 600 !important;
        color: var(--bs-primary) !important;
    }

    .nav-main-top-container {
        grid-template-areas:
        "logo mainmenu ";
        column-gap:40px;
        grid-template-columns: auto 1fr;
        row-gap:20px;
        justify-content: space-between;
    }

    .nav-main-top-container nav {
        grid-area: mainmenu; ;
    }

    .nav-main-top-container .top-menu {
        grid-area: topmenu;
        justify-self: center;
    }

}

/* News */

.news-list-view .list-group.mb-3{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 30px;
}

.news-list-view li .news-list-item {
    display: grid;
    grid-template-areas: "newsstack";
}

.news-list-view li.list-group-item {
padding: 0;
}

.news-list-view li.list-group-item img.img-fluid {
    padding: 0;
    grid-area: newsstack;
}

.contentcontainer-column {
    display: grid;
    align-content: start;

}

.contentcontainer-column:has(.frame-header) {
    padding: 0;
}

.list-group-item {
    border:none;
    transition: all 0.2s ease-in-out;

}

.newsboxtext {
    display: grid;
        align-content: center;
        justify-content: flex-start;
        padding: 8px 13px;
        grid-area: newsstack;
        background-color: rgba(255, 255, 255, .7);
        max-height: fit-content;
        align-self: end;

}

.list-group-item a {

    text-decoration: none;
    color: var(--bs-body-color) !important;

}

.list-group-item a:hover h3 {
    text-decoration: none;
    color: var(--bs-primary) !important;

}

.list-group-item:has(a:hover) {
    -webkit-box-shadow: -3px 4px 15px 0px #ddd;
    box-shadow: -3px 4px 15px 0px #ddd;
}

.news h3 {
    font-size: 160%;
    font-weight: 400;
    font-size:clamp(.9rem, 1vw + .7rem, 1rem);
}

.news-more {
    display:flex;
    align-items: center;
    gap: 10px;
    font-size:.9rem;
}


.btn-lg, .btn-group-lg > .btn, .frame-type-felogin_login .btn-group-lg > input[type="submit"], .btn-group-lg > .cc-btn {
    --bs-btn-padding-y: .7rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0;
  }


  .contentcontainer[data-container-identifier="container_4_columns"] {
    gap: 8px;
}


  .texticon {
    transition: all 0.2s ease-in-out;
  }

  .texticon-content h2 {
    color: var(--bs-body-color);
    font-weight: 400;
    font-size: 1.4rem;
  }

  .texticon-content h2 a {
    color: var(--bs-body-color) !important;
    text-decoration: none;


  }

  .texticon:has(a:hover) {
    -webkit-box-shadow: -3px 4px 15px 0px #ddd;
    box-shadow: -3px 4px 15px 0px #ddd;
  }

  .texticon-icon .texticon-inner-icon, .texticon-icon .texticon-inner-icon svg, .texticon-icon .texticon-inner-icon img {
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 4em;
    width:100%;
}

.texticon {
    background-color: #fff;
    padding:1em 1.2em;
}

.carousel-wrapper {
    display:grid;
    height:100%;
}

.carousel-item-type-text .carousel-text-inner {
    margin-right:0;
}

.carousel-item-header.none {
    display:none;
}


.carousel .carousel-item h1, .carousel .carousel-item .h1, .carousel .carousel-item h2, .carousel .carousel-item .h2, .carousel .carousel-item h3, .carousel .carousel-item .h3, .carousel .carousel-item h4, .carousel .carousel-item .h4, .carousel .carousel-item h5, .carousel .carousel-item .h5, .carousel .carousel-item h6, .carousel .carousel-item .h6 {
    color: var(--bs-primary);
}

.btn-lg, .btn-group-lg > .btn, .frame-type-felogin_login .btn-group-lg > input[type="submit"], .btn-group-lg > .cc-btn {
    --bs-btn-padding-y: 1rem !important;
    --bs-btn-padding-x: 1.5rem !important;
    --bs-btn-font-size: 1.25rem !important;
    --bs-btn-border-radius: 0 !important;
  }

  .footer-section-content {
    background: var(--bs-primary);
    --frame-color: #ffffff;
    --frame-background:var(--bs-primary);
    --frame-link-color: #fff;
    --frame-link-hover-color: #fff;
    font-weight: 300;
  }

  .footer-section.footer-section-content a {
    color: #fff;
  }

  @media (min-width: 768px) {
    .footer-section-content-column-left, .footer-section-content-column-middle, .footer-section-content-column-right {
        --section-gaps: 2;
        --section-colspan: 4;
    }
}

.footer-section-meta {
    background: var(--bs-secondary);
    color: var(--bs-body-color);
}

.footer-navigation-list-level-1 {
    justify-content: start;
}

.footer-info-section>*:not(:first-child) {
    margin-top: .4rem;
    text-align: left;
}


@media (min-width: 576px) {
    .footer-sociallinks .sociallinks-list {
        display:none;
    }
}

footer h4 {
    font-weight: 600;
}
footer * {
    color:#fff;
}

footer ul {
    list-style:none;
    padding: 0;margin: 0;
}

footer ul a {
    text-decoration: none;
}

footer .frame-size-default.frame-background-none.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded)+.frame-size-default.frame-background-none.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .frame-size-default.frame-background-primary.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded)+.frame-size-default.frame-background-primary.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .frame-size-default.frame-background-secondary.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded)+.frame-size-default.frame-background-secondary.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .frame-size-default.frame-background-tertiary.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded)+.frame-size-default.frame-background-tertiary.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .frame-size-default.frame-background-quaternary.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded)+.frame-size-default.frame-background-quaternary.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .frame-size-default.frame-background-light.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded)+.frame-size-default.frame-background-light.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .frame-size-default.frame-background-dark.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage):not(.frame-layout-embedded)+.frame-size-default.frame-background-dark.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage):not(.frame-layout-embedded), .frame-layout-embedded.frame-space-after-none:not(.frame-option-ruler-after)+.frame-layout-embedded.frame-space-before-none:not(.frame-option-ruler-before), .frame-layout-embedded.frame-space-after-none:not(.frame-option-ruler-after)+.frame-size-default.frame-background-none.frame-space-before-none:not(.frame-option-ruler-before):not(.frame-has-backgroundimage), .frame-size-default.frame-background-none.frame-space-after-none:not(.frame-option-ruler-after):not(.frame-has-backgroundimage)+.frame-layout-embedded.frame-space-before-none:not(.frame-option-ruler-before) {
    --frame-outer-spacing-before: 0;
}

footer .frame {
    position: relative;
    margin-top: var(--frame-outer-spacing-before);
    margin-bottom: 0;
    color: var(--frame-color);
    background: var(--frame-background);
    --frame-spacing: var(--frame-spacing-xs);
}

.thumbnail {
	margin-bottom: 1em;
}
