/* STYLESHEET */

/* FONTS ADDENDUM */

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

/* <style> ================================================================================================================== */
/* ================================================================================================================== */
/* INLINE VARS */ 
/* ================================================================================================================== */

:root {
    
    --clr-primary:          #97814e;
    --clr-primary-darker:   #57410e;

    --font-primary:         'Hanken Grotesk', Arial, sans-serif; 
    --font-secondary:       'Hanken Grotesk', Arial, sans-serif; 

    --main-border-radius:               10px;
    --main-border-radius-outspoken:     40px;
    
    --theme-accent1:    #97814e;
    --theme-accent2:    #b1a07a;
    
    --theme-text:       #030303;
    --theme-muted:      #b7c2de;
    
    --theme-bg:         #ffffff;
    --theme-bg-alt:     #f3eddb;
    --theme-card:       #ffffff;
    --theme-card-alt:   #f1f1f1;
}


/* ================================================================================================================== */
/* BASIC SETTINGS */
/* ================================================================================================================== */

html, body 
{ 
    font-family: var(--font-primary);
    font-weight: 300;
    background: var(--clr-primary);
    color: var(--theme-text);
    position: relative;
}

/* ================================================================================================================== */
/* BASIC TYPO */
/* ================================================================================================================== */

body { 
    font-size: 16px; 
    line-height: 1.4em; 
} 

@media only screen and (min-width : 768px)
{
    body { font-size: 17px; line-height: 1.4em; } 
}

@media only screen and (min-width : 992px)
{
    body { font-size: 18px; line-height: 1.4em; } 
}

h1 { font-size: 2.5em; }
h2 { font-size: 1.6em; color: var(--theme-accent1); }
h3 { font-size: 1.4em; color: var(--theme-accent2); }
h1, h2, h3 { line-height: 1.2em; margin: 0 0 0.5em; font-weight: 500; font-family: var(--font-secondary); }

p { margin-bottom: 1.3em; }
.contentwrapper p:last-child { margin-bottom: 0 }
.lead { font-size: 1.2em; line-height: 1.4em; font-family: var(--font-secondary); font-weight: 400;  }

b, strong { font-weight: 600; }

h1 .ico {
    height: 22px;
    margin-right: 10px;
}

.jumbotron h1 { margin-bottom: 15px; }
.jumbotron p { margin-bottom: 15px; }

.contactwell {
    border-radius: 40px;
    padding: 30px; 
}

/* ================================================================================================================== */
/* BOOTSTRAP OVERWRITES */
/* ================================================================================================================== */

a { color: #97814e;}
a:hover, a:focus { color: #57410e; }

hr { margin: 40px 0; }


/*===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A
            /*  PRIMARY COLOR OVERWRITES { overwrites bootstrap 3 primary color settings } 
            /*===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A*/

            .bs-primary-border { border-color: #97814e; }
            .bs-primary-background { background-color: #97814e; }
            .bs-primary-color { color: #97814e; }

            .text-primary { color: #97814e; }

            .bg-primary, .bg-brand  {
                color: #FFF;
                background-color: #97814e;
            }

            .progress-bar-primary {
                color: #FFF;
                background-color: #97814e;
            }

            a.bg-primary:hover,
            a.bg-primary:focus {
                background-color: #57410e;
            }

            .btn-primary, .btn-primary:link, .btn-primary:visited {
                color: #FFF;
                background-color: #97814e;
                border-color: #8a7441;
            }

            .btn-primary:focus,
            .btn-primary.focus,
            .btn-primary:hover,
            .btn-primary:active,
            .btn-primary.active,
            .open > .dropdown-toggle.btn-primary {
                color: #FFF;
                background-color: #7d6734;
                border-color: #715b28;
            }

            .btn-primary:active:hover,
            .btn-primary.active:hover,
            .open > .dropdown-toggle.btn-primary:hover,
            .btn-primary:active:focus,
            .btn-primary.active:focus,
            .open > .dropdown-toggle.btn-primary:focus,
            .btn-primary:active.focus,
            .btn-primary.active.focus,
            .open > .dropdown-toggle.btn-primary.focus {
                color: #FFF;
                background-color: #715b28;
                border-color: #644e1b;
            }

            .btn-primary:active,
            .btn-primary.active,
            .open > .dropdown-toggle.btn-primary {
                background-image: none;
            }

            .btn-primary.disabled:hover,
            .btn-primary[disabled]:hover,
            fieldset[disabled] .btn-primary:hover,
            .btn-primary.disabled:focus,
            .btn-primary[disabled]:focus,
            fieldset[disabled] .btn-primary:focus,
            .btn-primary.disabled.focus,
            .btn-primary[disabled].focus,
            fieldset[disabled] .btn-primary.focus {
                background-color: #97814e;
                border-color: #8a7441;
            }

            .btn-primary:not(:disabled):not(.disabled):active {
                color: #FFF;
                background-color: #77612e;
                border-color: #715b28;
            }
            
            .btn-primary .badge {
                color: #97814e;
                background-color: #FFF;
            }

            .label-primary {
                background-color: #97814e;
            }

            .label-primary[href]:hover,
            .label-primary[href]:focus {
                background-color: #4a3401;
            }

            .panel-primary {
                border-color: #97814e;
            }

            .panel-primary > .panel-heading {
                color: #FFF;
                background-color: #97814e;
                border-color: #97814e;
            }

            .panel-primary > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #97814e;
            }

            .panel-primary > .panel-heading .badge {
                color: #97814e;
                background-color: #FFF;
            }

            .panel-primary > .panel-footer + .panel-collapse > .panel-body {
                border-bottom-color: #97814e;
            }

            .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
                background-color: #97814e;
                border-color: #97814e;
            }

            .pagination>li>a, .pagination>li>span {
                color: #97814e;
            }
            
            .page-link:hover {
                color: #7d6734;
            }
            

.center-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.center-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.select2-selection__rendered {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    user-select: none;
    -webkit-user-select: none;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 991px)  {
    #mainmenucollapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
    }
}


/* ================================================================================================================== */
/* BASIC BUILDING BLOX */
/* ================================================================================================================== */

.topbar {
    padding: .5rem 0;
}

#header {
    color: #fff;
    background-color: hsl(from #97814e h s 37% / 1);
    background-color: var(--clr-primary-darker);
    background-image: url('../../uploads/editables/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    // overflow: hidden;
    min-height: 300px; 
}

#header.homepage {
    height: 100vh;
    overflow: hidden;
}

#header h1 {
    font-size: 2.6em;
    line-height: 1.1em;
    font-weight: 600;
}

#header .labeltitle {
    margin: 15px 0 5px;  
}

#navbar-main {
    position: absolute;
    width: 100%;
    background-color: rgb(255 255 255 / .75);
}

#navbar-main.stuck {
    // background-color: hsl(from #97814e h s 37% / 1);
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;    
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #cecece;
}

.brand-logo {
    height: 3.5rem;
}

.navbar-header {
    padding: 0.8em 0;
}

#header .center-outer {
    min-height: 100px;
    transition: all 0.3s;
}

#header.homepage .center-outer {
    min-height: 60vh;
    transition: all 0.3s;
}

.searchbar {
    position: relative;
    padding: 7em 0 2em 0;
    color: white;
    z-index: 5;
}

#header .themas, #header h1 {
    margin-bottom: 25px;
}

.searchbars { overflow: hidden; }
.searchbars .btn-cancel { float: right; width: calc(15% - 10px); }
.innerbar { width: calc(50% - 10px); float: left; }
.innerbar p { margin: 0 0 5px 0; }
.search-region { float: right; }
.innerbar.active { width: 85%; float: left; }

#filterbar { margin-bottom: 15px; gap: 15px; }
#filterbar .d-flex { gap: 15px; }
#sortbar { margin-top: 30px; }
#sortbar p { margin: 0; }

.bigsearch { width: 100%; overflow: hidden; }
.bigsearch .btn-cancel { float: right; width: calc(15% - 10px); }
.bigsearch .form-group { transition: all 0.3s; }
.bigsearch.active .form-group { width: 85%; float: left; transition: all 0.3s; }

.show-search, .d-flex.show-search { display: none; }
.inline-form { width: auto; display: inline-block; }

.btn.btn-secondary:not(:has(a)),
.btn.btn-secondary > a {
    border: 2px solid #dedede; 
    color: #97814e;
    background-color: #ffffff;
    padding: 8px 15px;
}

.btn.btn-secondary:not(:has(a)):hover,
.btn.btn-secondary > a:hover {
    color: #ffffff;
    background-color:   #77612e;
}

.hide-search {
    padding-left: 1rem;
}

/* =================================================================================== */
/* == HELPERS */

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-grow-true {
  gap: 10px;
}

.flex-grow-true  > * {
  flex-grow: 1; 
}

.mb-2r {
  margin-bottom: 2rem;
}

/* =================================================================================== */
/* == THEMAS */

.thema { 
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    margin-right: 15px;
}

.thema .ico {
    height: 15px;
}

.thema a {
    color: black;
    display: block;
    padding: 4px 6px 3px;
    border-radius: 3px;
    transition: all 0.5s;
}

.thema a:hover {
    background-color: rgba(255,255,255,0.8);
    color: black;
    transition: all 0.5s;
}

.thema span {
    padding-left: 6px;
    display: block;
    float: right;
}

.thema-lg {
    font-size: 20px;
    line-height: 20px;
    margin-right: 20px;
}

.thema-lg a {
    color: white;
}

.thema-lg .ico {
    height: 20px;
}

.thema-lg span {
    padding-left: 10px;
}

.thema-black a {
    color: black;
}

.thema a:hover {
    background-color: rgba(220,220,220,0.8);
}


/* =================================================================================== */
/* == HEROIMAGE */

#hero {
    position: relative;
    height: 100vh;
}

#hero .header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
}

#hero .title {
    font-weight: 500;
    font-family: var(--font-secondary);
    font-size: clamp(2.75em, calc(2vw + 2em), 4em);
    line-height: 1.2em;
    max-width: 600px;
    display: inline-block;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#hero .video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hero .video iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}


/* =================================================================================== */
/* == PORTALS */

.portalblobs, .hotelblobs, .regios {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.portalblob, .hotelblob, .regio {
    width: 100%;
    padding: 15px;
    position: relative;
}

.regio {
    width: 25%;
}

.portalblob .border, .hotelblob .border, .regio .border {
    border: 1px solid #efefef;
    padding: 15px;
    height: 100%;
}

.regio .border { 
    text-align: center;
}

.portalblob .teller {
    text-align: right;
}

.portalblob .nr {
    display: inline-block;
    font-size: 14px; 
    line-height: 30px;
    color: white;
    height: 30px;
    width: 26px;
    background-image: url('../img/hotelportalpro-emblem.svg');
    text-align: center; 
    margin-right: 5px;
}

.portalblob img { margin: 10px 0; }
.portalblob .row { margin: 0; }
.portalblob .row .col { padding: 5px; float: left; }


.portalblob a.blob {
    position: relative;
    display: flex;
    text-align: center;
}

.portalblob a.blob span.name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.5rem;
    font-size: clamp(0.75rem, calc(1.25rem + 5vw), 1.75rem);
    width: 80%;
    background-color: white;
    padding: 2px;
    font-weight: 200;
}


.hotelblob h2 {
    margin: 0;
    color: #97814e;
}

.hotelblob .themas {
    margin: 15px 0;
    padding: 15px 0 0;
    border-top: 1px solid #efefef;
}

.hotelblob .sterren {
    color: #97814e;
    margin-bottom: 10px;
}

.hotelblob .regioblob a { color: #999; }

.hotelblobs-full .hotelblob { width: 100%; }
.hotelblobs-full .border { overflow: hidden; padding: 0; }

/*.portalpart { width: 20%; height: 100%; padding: 20px; float: left; border-right: 1px solid #efefef; }*/
.portalpart { 
  padding: 10px; 
  border-right: 1px solid #efefef;
  align-items: flex-start;
  display: flex;
}

.hotelpart { 
  width: 80%; 
  float: right; 
  padding: 20px; 
}

.hotelblob .border {
  display: grid;
  grid-template-columns: 30% auto;
}

@media only screen and (min-width : 992px)  { 
  .hotelblob .border {
    display: grid;
    grid-template-columns: 20% auto;
  }
  .portalpart { padding: 20px;  }
}



.portalpart > a {
    position: relative;
    display: flex;
    text-align: center;
}

.portalpart span.name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.5rem;
    font-size: clamp(0.25rem, calc(0.25rem + 2vw), 0.5rem);
    width: 100%;
    line-height: 1;
    background-color: white;
    padding: 2px;
    font-weight: 200;
}

.no-grid .border {
  display: block !important;
}

/* RESPONSIVE */ 
@media only screen and (min-width : 768px)  { .portalblob, .hotelblob, .regio { width: 50%; } }
@media only screen and (min-width : 992px)  { .portalblob, .hotelblob, .regio { width: 33.33%; } }
@media only screen and (min-width : 1200px) { .portalblob, .hotelblob, .regio { width: 33.33%; } }
/*@media only screen and (min-width : 1600px) { .portalblob, .regio { width: 25%; } .hotelblobs-full .hotelblob { width: 50%; } .portalpart { width: 30%; } .hotelpart { width: 70%; } }*/
@media only screen and (min-width : 1600px) { .portalblob, .regio { width: 25%; } .hotelblobs-full .hotelblob { width: 50%; } }

.months {
    display: flex;
    border: 1px solid #eee; 
    margin: 10px 0;
}

.month {
    width: calc(100% / 12);
    text-align: center;
    font-size: 10px; 
    text-transform: uppercase;
}

.month.open { background-color: #d4eed2;  }
.month.closed { background-color: #eee; }

.month + .month {
    border-left: 1px solid #eee;
}

/* =================================================================================== */
/* == MENU/NAVBAR */

#menublok { background-color: transparent; }

#menublok .navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border: 0;
}

/*
@media only screen and (max-width : 1199px) {
    .navbar-default .navbar-nav > li > a 
    {
        border: 2px solid #dedede; 
        color: #97814e;
        background-color: #ffffff;
        padding: 8px 15px;
        margin: 10px;
    }

    .navbar-default .navbar-nav > li.active > a 
    {
        border: 2px solid #ffffff; 
        color: #ffffff;
        background-color:  #97814e;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus, 
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a:focus 
    {
        color: #ffffff;
        background-color:   #77612e;
    }
}
*/
@media only screen and (min-width : 1200px) {
    #navbar-main.navbar-default .navbar-nav > li > a 
    {    
        color: #000000;
    }
    
    .navbar-default .navbar-nav>.open>a, 
    .navbar-default .navbar-nav>.open>a:focus, 
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: transparent;
    }
    
    #navbar-main.stuck.navbar-default .navbar-nav > li > a 
    {    
        color: var(--clr-primary);
    }
    
    .navbar-default .navbar-nav > li.active > a 
    {
        color: #d7c18e;
        text-decoration: underline;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus, 
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a:focus 
    {
        color: #d7c18e;
        text-decoration: underline;
        background-color: transparent;
    }
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.navbar-container-inner {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    position: relative;
}

.btn,
input[type=text],
#filterbar select {
    border-radius: 10000px;
}

/* ================================================================================================================== */
/* CONTENT */
/* ================================================================================================================== */

#content {
    padding: 5em 0 4em;
    background-color: white;
}

#content:has(.contentblock__block_1x1) {
    padding: 0 0 0 0;
}

.container--video {
    position: relative;
    max-height: 50vh;
    z-index: 1;
    overflow: hidden;
    border-radius: 40px;
}

.container--video .content {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, rgb(0 0 0 / .5), transparent);
}

img {
    border-radius: 10px;
}

.mainkal .dagnaam {
    background-color: var(--theme-accent2);
}
.eventmarker {
    background-color: var(--clr-primary);
}

/* ================================================================================================================== */
/* CONTENTBLOCK */
/* ================================================================================================================== */

.contentblock {
    padding-top: 3em;
    padding-bottom: 3em;
}

@media (min-width: 992px) {
    .contentblock {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.contentblock.contentblock__block_2x1 {
    background-color: hsl(from var(--clr-primary) h s 37% / 1);
    background-color: var(--clr-primary-darker);
    color: #ffffff;
}

.contentblock.contentblock__block_2x1 a {
    color: #ffffff;
    text-decoration: underline;
}

.grid__3 {
    display: grid;
    gap: 3rem;
}

@media (min-width: 992px) {
    .grid__3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.linkBlock p {
    margin: .5rem 0 0 .5rem;
    color: var(--theme-text);
}

.linkBlock p.lead {
    margin: 1em 0 0 .5rem;
    color: var(--theme-accent1);
}

.linkBlock a {
    text-decoration: none;
    display: block;
    border-radius: 10px;
}
.linkBlock a img {
    transition: box-shadow .1s;
}

.linkBlock a:hover img,
.linkBlock a:active img {
    box-shadow: 0 0 0 2px #97814e;
    transition: box-shadow .2s;
}

.gridBlock__news {
    margin-bottom: 1rem;
}

.gridBlock__news > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: #000000;
    text-decoration: none;
    transition: all 250ms;
    border-radius: 10px;
}

.gridBlock__news > a > img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.gridBlock__news > a:hover,
.gridBlock__news > a:active {
    background-color: hsl(from #97814e h s 37% / 1);
    color: #ffffff;
}

.gridBlock__news > a > div {
    padding: 3rem 2rem 2rem;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    height: 100%;
    line-height: 1.3em;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.gridBlock__news > a > div p.title {
    font-size: 1.3em;
    font-weight: 400;
    margin: 5px 0 10px 0;
}

.gridBlock__news > a > div p {
    margin: 0rem;
}

.gridBlock__news > a > div p.floaties {
    position: absolute;
    display: inline-block;
    top: -1.8rem;
    right: 1.5rem;
}

.gridBlock__news > a > div p.floaties span {
    font-size: .9em; 
    display: inline-block;
    padding: .6rem 1.2rem;
    background-color: var(--clr-primary);
    color: #ffffff;
    border-radius: 10000px;
}

/* ================================================================================================================== */
/* SUBMENU */
/* ================================================================================================================== */

.nav.nav-pills {
    margin-bottom: 20px;
}

.nav-pills > li {
    margin: 0;
    padding: 0;
}

.nav-pills > li > a {
    color: #acacac;
    background-color: transparent;
    border-radius: 0;
    padding: 0.6em 5px;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #dadada;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.nav-pills > li.active > a {
    color: #97814e;
    font-weight: 500;
    background-color: transparent;
}

.nav-pills > li > a:focus, 
.nav-pills > li > a:hover,
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
    color: #000;
    background-color: transparent;
}


/* =================================================================================== */
/* == FOOTER */

#footer {
    padding: 1em 0 0;
    background-image: url("/sites/HPP/templates/img/patroon.png");
    background-repeat: repeat;
    background-color: #97814e;
    color: white;
    overflow: hidden;
}

#footer p {
    font-size: 0.8em;    
    margin-top: 10px;
}

#footer a {
    color: #fff;
}

.footer-logo {
    max-height: 30px;
    border-radius: 0; 
}

#footer a:hover {
    color: #d7c18e;
    text-decoration: none;
}

.footer-left, .footer-right { text-align: center; }
    
@media only screen and (min-width : 768px) 
{
    .footer-left { text-align: left; }
    .footer-right { text-align: right; }
}

.filterbalk {
  display: flex; 
  flex-wrap: wrap; 
  margin-bottom: 15px;
}

.filterbalk > div {
  margin-right: 5px;
}

.file-overview {
  margin-top: 15px;
  padding: 15px;
  background: #var(--clr-primary);
}

/*FEATHERLIGHT*/
.lightbox-featherlight {
    display: none;
}

.border {
  padding: 1rem; 
  margin-bottom: 1rem;
  border: 1px solid grey;
}

.grid {
  display: grid;
  gap: 0;
}

@media only screen and (min-width : 992px) {
  .grid__myportalpro {
    grid-template-columns: 200px auto;
    gap: 2rem;
  }
  
  .btn-group {
    margin-left: 0 !important;
    display: flex !important;
    float: none !important;
  }
  
  .flex-column {
    flex-direction: column;
  }
    
  .side__nav .btn {
    display: block;
    margin-bottom: 0.25rem;
    float: none;
    text-align: left;
  }
  
  .side__nav .btn i {
    margin-right: 0.25rem;
  }
  
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio--video {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
    width: 250vw;
}

.ratio {
    position: relative;
    width: 100%;
}


.ratio--video iframe {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    border: 0;
}

.swiper-wrapper article {
    display: flex;
    height: 100%;
    flex-direction: column;
    border: 1px solid #cecece;
    padding: 1rem;
    border-radius: 10px;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    z-index: 50;
    height: 6px;
    width: min(500px, 100%);
}


.swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

/*
.swiper-button-next, .swiper-button-prev {
    --swiper-navigation-size: 2rem;
    position: relative;
    top: auto;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: auto;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
*/

.specialhighlight {
    display: flex;  
    flex-direction: column;
    column-gap: 5rem;
    row-gap: 5rem;
}

@media only screen and (min-width : 768px) {

    .specialhighlight {
        flex-direction: row;
        align-items: center;
    }

    .specialhighlight > img {
        width: 40%;
    }
}

@media only screen and (min-width : 1200px) {

    .specialhighlight > img {
        width: 33%;
    }
}