/*
Theme Name: Greenport Gelderland
Theme URI: http://greenportgelderland.nl
Description: Wordpress thema voor Greenport Gelderland
Author: Comceptum - Michael Doorneweerd
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: greenportgelderland
*/




:root  {
    --base: 15px;
    --massive: calc(var(--base) * 24);
    --extrahuge: calc(var(--base) * 14);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: calc(var(--base) * 2.5);
    --smallmedium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(7.5px, calc(var(--base) * 0.675));

    --massive-negative: calc(var(--base) * -24);
    --extrahuge-negative: calc(var(--base) * -14);
    --huge-negative: calc(var(--base) * -8);
    --extralarge-negative: calc(var(--base) * -6);
    --largehuge-negative: calc(var(--base) * -5);
    --large-negative: calc(var(--base) * -4);
    --mediumlarge-negative: calc(var(--base) * -3);
    --medium-negative: calc(var(--base) * -2.5);
    --smallmedium-negative: min(-22.5px, calc(var(--base) * -2));
    --small-negative: min(-15px, calc(var(--base) * -1.5));
    --extrasmall-negative: min(-10px, calc(var(--base) * -1));
    --tiny-negative: min(-7.5px, calc(var(--base) * -0.75));

    --color1: #5B89B4;
    --color2: #131735;
    --borderradius: 22.5px;
    

}


@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('fonts/FontAwesome6Brands-Regular.eot');
    src: url('fonts/FontAwesome6Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Brands-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Brands-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Brands-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Brands-Regular.svg#FontAwesome6Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--extrasmall);
    margin-top: 0;
    line-height: 1.125;
    position: relative;
    display: block;
    font-weight: bold;
    text-wrap: balance;
}


h1,
.h1 {
    font-size: 60px;
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
h3 {
    font-size: 30px;
    font-weight: 600;
}

.h4,
h4 {
    font-size: 24px;
    letter-spacing: -0.48px;
    font-weight: 600;
}

.h5,
h5 {
    font-size: 20px;
    font-weight: 600;
}

.h6,
h6 {
    font-size: 20px;
    color: var(--color1);
    font-weight: 600;
}

body {
    font-size: 16px;
    font-weight: 400;

    font-family: "work-sans", sans-serif;
    overflow-x: hidden;
    line-height: 1.675;

    color: var(--color2);
    margin: 0 var(--small);
}

body.overflow-hidden {
    overflow-y: hidden;
    overflow-x: hidden;
}

main {

}

main section:first-child,
main article:first-child {
    margin-top: 0
}


p {
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

a {
    color: currentColor;
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 2.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: var(--extrasmall);
    list-style-position: outside;
    line-height: 1.675;
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}

.labels {
    display: flex;
    flex-wrap: wrap;
    gap: 0 7.5px;
    margin-bottom: var(--extrasmall)
}

.label {
   border-radius: 30px;
    border: 1px solid rgba(91, 137, 180, 0.10);
    background: rgba(255, 255, 255, 0.75);
    padding: 7.5px 15px;
    line-height: 1.25;
    letter-spacing: -0.32px;
    display: inline-block;
    margin-bottom: var(--extrasmall);
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0.5px solid rgb(0 0 0 / 50%);
    width: 100%;
}

blockquote {
    font-size: 24px;
    margin: 0
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    padding: 12.5px 20px;
    font-weight: 300;
    border-radius: 15px;
    background: transparent;
    border: 1px solid var(--color1);

}

input:active,input:focus {
    border-color: #000000
}

select {
    background-image: linear-gradient(45deg,transparent 50%,var(--color2) 50%),linear-gradient(135deg,var(--color2) 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

::-webkit-input-placeholder {
    color: var(--color2);
}

::-moz-placeholder {
    color: var(--color2);
}

:-ms-input-placeholder {
    color: var(--color2);
}

::-moz-selection {
    background-color: var(--color1);
}

::selection {
    background-color: var(--color1);
}

::-moz-selection {
    background-color: var(--color1);
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}



table tr th {
   

}

table tr th,
table tr td {
    padding: 2.5px 7.5px;
    border-bottom: 0.5px solid rgb(0 0 0 / 50%);
}

table tr th:first-child,
table tr td:first-child {
    padding-left: 0
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 0
}


table tr:last-child th,
table tr:last-child td {
    border-bottom: 0;
}

b,
strong,
.strong,
.bold {
    font-weight: 600;

}

.light {
    font-weight: 400
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}



.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 5px 5px 22.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    border-radius: 60px;
    background: var(--color1);
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.125;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 22.5px;
    overflow: hidden;
    max-width: max-content;
}

.btn:before {
      content: '';
    line-height: 1;
    background: #ffffff;
    opacity: 0.08;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
     -webkit-transition: all 0.45s;
    transition: all 0.45s;
}

.btn:hover:before {
    -webkit-transform: scale(15);
    transform: scale(15);
}

.btn:after {
    content: '';
    line-height: 1;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13.4990234 12.1669922"><path d="M13.4420776,5.796875c-.0380249-.0916748-.0927124-.1745605-.1618042-.2436523L7.9467773.2197266c-.2929688-.2929688-.7675781-.2929688-1.0605469,0s-.2929688.7675781,0,1.0605469l4.0532227,4.0532227H.75c-.4140625,0-.75.3359375-.75.75s.3359375.75.75.75h10.1894531l-4.0532227,4.0532227c-.2929688.2929688-.2929688.7675781,0,1.0605469.1464844.1464844.3383789.2197266.5302734.2197266s.3837891-.0732422.5302734-.2197266l5.3334961-5.3334961c.0690918-.0690918.1237793-.1520386.1618042-.2436523.0759277-.1833496.0759277-.3898926,0-.5732422Z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: 15px;
    mask-position: center center;
    background: #ffffff;
    background-repeat: no-repeat;
    border-radius: 60px;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.btn.btn--white {
    background: #ffffff;
    color: var(--color2);
}


.btn.btn--white:before {
     background: var(--color1);
}
.btn.btn--white:after {
    background: var(--color2);
}

/* Header */

header {
    position: relative;

}

header nav.navigation {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0 var(--medium);
    padding: var(--small) 0;
}



header nav.navigation .navigation-brand {
    width: 100%;
    max-width: 210px; 
    position: relative;
    margin: 0;
    z-index: 1;
    line-height: 0;
    margin-right: auto;
}

header nav.navigation .navigation-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--small);
        flex: 1;
}



header nav.navigation .navigation-menu > ul {
       display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--small);
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


header nav.navigation .navigation-menu > ul > li {
   

}

header nav.navigation .navigation-menu > ul > li > a {
    position: relative;
    text-decoration: none;
}

header nav.navigation .navigation-menu > ul > li.current-menu-item > a,
header nav.navigation .navigation-menu > ul > li > a:hover {
    color: var(--color1)
}


header nav.navigation .navigation-toggler {
    position: relative;
    margin: 0;
    z-index: 1;
    line-height: 1.25;
    cursor: pointer;
    color: #000000;
    display: none;
    border-radius: 50%;
}


header nav.navigation .navigation-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    transition: all 500ms ease-in-out;
    position: relative;
    background: currentColor;
}


header nav.navigation .navigation-toggler span + span {
    margin-top: 4px;
}

header nav.navigation .navigation-toggler span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navigation .navigation-toggler span:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navigation .navigation-toggler span:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navigation .navigation-toggler.open span {
    position: relative;
    background-color: currentColor;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}


/* header */

section.header {
    min-height: calc(60vh);
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}


section.header .header-image {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}



section.header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.header .header-content {
    padding: var(--massive) 0 var(--extralarge) 0;
    position: relative;
    color: #ffffff;
    margin-top: auto
}

section.header .header-content :is(h1, h2, h3, h4, h5, h6) {
   max-width: 600px;
   text-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
}

section.header .header-content *:last-child {
    margin-bottom: 0;
}

section.header .header-content .header-content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--tiny);
}

/* Intro */

section.intro {
    overflow: hidden
}

section.intro .intro-content {
    /* padding-bottom: var(--medium); */
    display: flex;
    flex-direction: column;
    /* max-width: 480px */
}

section.intro .intro-content p:not(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):last-of-type {
    margin-bottom: 0
}

section.intro .intro-content .menu {
    margin-top: 0;
    margin-bottom: var(--medium);
}

section.intro .intro-content .breadcrumbs {
    margin-bottom: auto;
    padding-bottom: var(--extrasmall);
}



section.intro .intro-content .intro-content__buttons {
    margin-top: var(--small);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

section.intro .intro-content .intro-content__buttons:first-child {
    margin-top: 0
}
section.intro .intro-content > ul li:before {
    content: '';
    width: 7.5px;
    height: 7.5px;
    background: #87C97D;
    display: inline-block;
    border-radius: 50%;
    top: -1.5px;
    position: relative;
    margin-right: 7.5px;
}

section.intro .intro-image {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 15px;
    overflow: hidden;
    width: calc(100% + var(--extralarge));
}


section.intro .intro-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* Article */

article.article {
    position: relative;
    margin: var(--extralarge) 0;
}

article.article.article--background {
    background: #F6F2E9;
    border-radius: var(--borderradius);
    padding: var(--extralarge) 0;
}

article.article.article--background:has(+ .article--backgroundhalf) {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

article.article.article--backgroundhalf {
    margin-top: 0;
}

article.article.article--backgroundhalf:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background: #F6F2E9;
    border-bottom-right-radius: var(--borderradius);
    border-bottom-left-radius: var(--borderradius);
}



article.article .article-header {
    margin-bottom: 0;
}

article.article .article-header *:last-child {
    margin-bottom: 0;
}

article.article .article-content {
    position: relative;
}

article.article .article-content img {
    width: auto;
    max-width: 100%;
}

article.article .article-content iframe[src*='youtube'] {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border-radius: var(--borderradius);
}

article.article .article-content ul li {
    list-style: inherit;
}

article.article .article-content ol li {
   list-style: inherit;
}

article.article .article-content p:last-child {
    margin-bottom: 0;
}

article.article .article-content .article-content__text ul li {
    list-style: none;;
}

article.article .article-content .article-content__buttons {
    margin-top: var(--small);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

article.article .article-content .article-content__logos {
   margin-top: var(--mediumlarge);

}

article.article .article-content .article-content__logos img {
    width: 100%;
    height: 105px;
}

article.article .article-image {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
   border-radius: var(--borderradius);
   overflow: hidden;
}

article.article .article-image.article-image--square {
     aspect-ratio: 1 / 1;
}

article.article .article-image.article-image--landscape {
     aspect-ratio: 16 / 9;
}


article.article .article-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* Cards */

section.cards {
    margin: var(--extralarge) 0;
    position: relative;
}

section.cards.cards--background {
    padding: var(--extralarge) 0;
    background: #F6F2E9;
    position: relative;
    border-radius: var(--borderradius)
}

section.cards .cards-header {
    margin-bottom: var(--mediumlarge)
}


section.cards .cards-header p {
    max-width: 600px;
}

section.cards .cards-header *:last-child {
    margin-bottom: 0
}
  
section.cards .card {
    display: grid;
    gap: var(--small);
}

section.cards .card .card-image {
    display: block;
    position: relative;
   aspect-ratio: 4 / 3;
   border-radius: var(--borderradius);
   overflow: hidden;
}

section.cards .card.card--horizontal .card-image {
    aspect-ratio: 2 / 1;
}

section.cards .card.card--horizontallandscape .card-image {
     aspect-ratio: 2 / 0.75;
}

section.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .card .card-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.cards .card .card-image .card-image__arrow {
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: var(--extrasmall);
    right: var(--extrasmall);
    z-index: 1;
    background: var(--color1);
    cursor: pointer;
}

section.cards .card .card-image .card-image__arrow:after{
     content: '';
    line-height: 1;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13.4990234 12.1669922"><path d="M13.4420776,5.796875c-.0380249-.0916748-.0927124-.1745605-.1618042-.2436523L7.9467773.2197266c-.2929688-.2929688-.7675781-.2929688-1.0605469,0s-.2929688.7675781,0,1.0605469l4.0532227,4.0532227H.75c-.4140625,0-.75.3359375-.75.75s.3359375.75.75.75h10.1894531l-4.0532227,4.0532227c-.2929688.2929688-.2929688.7675781,0,1.0605469.1464844.1464844.3383789.2197266.5302734.2197266s.3837891-.0732422.5302734-.2197266l5.3334961-5.3334961c.0690918-.0690918.1237793-.1520386.1618042-.2436523.0759277-.1833496.0759277-.3898926,0-.5732422Z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: 15px;
    mask-position: center center;
    background: #ffffff;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.cards .card .card-image .card-image__title {
    position: absolute;
    bottom: var(--medium);
    right: var(--medium);
    left: var(--medium);
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--small);
    align-items: end;
    
}

section.cards .card .card-image .card-image__title :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.cards .card .card-image .card-image__title * {
    margin-bottom: 0;

}

section.cards .card .card-image .card-image__labels {
       display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
    position: absolute;
    top: var(--small);
    left: var(--small);
    margin-bottom: 0;
}


section.cards .card .card-image .card-image__labels li {
    border-radius: 50px;
    border: 1px solid rgba(91, 137, 180, 0.10);
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 15px;
    line-height: 1;
    letter-spacing: -0.32px;
}

section.cards .card .card-content *:last-child {
   margin-bottom: 0
}


/* projects */

section.projects {
    margin: var(--extralarge) 0;
    position: relative;
}

section.projects.projects--background {
    padding: var(--extralarge) 0;
    background: #F6F2E9;
    position: relative;
    border-radius: var(--borderradius)
}

section.projects .projects-header {
    margin-bottom: var(--mediumlarge)
}

section.projects .projects-header p {
    max-width: 600px;
}


section.projects .projects-header *:last-child {
    margin-bottom: 0
}
  
section.projects .project {
   display: grid;
    gap: var(--smallmedium);
    background: #F6F2E9;
    padding: var(--smallmedium);
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-radius: var(--borderradius);
        margin: 0 var(--extralarge) !important;
}


section.projects .project .project-content {
    padding: 0 var(--small);
}

section.projects .project .project-content .project-content__buttons {
    margin-top: var(--small);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

section.projects .project .project-image {
    display: block;
    position: relative;
   aspect-ratio: 1 / 1;
   border-radius: var(--borderradius);
   overflow: hidden
}

section.projects .project .project-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* Calendar */

.calendars {

}

.calendars .calendars-header {

}

.calendars .calendars-header *:last-child {
    margin-bottom: 0
}

.calendars .calendar {
    background: var(--color1);
    color: #ffffff;
    padding: var(--small);
    padding-right: calc(var(--extrasmall) + var(--extrasmall) + 45px);
    border-radius: var(--borderradius);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.calendars .calendar .calendar-arrow {
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: var(--extrasmall);
    right: var(--extrasmall);
    z-index: 1;
    background: var(--color1);
    cursor: pointer;
}

.calendars .calendar .calendar-arrow:before {
    content: '';
    line-height: 1;
    background: #ffffff;
    opacity: 0.08;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
}

.calendars .calendar:hover .calendar-arrow:before {
    -webkit-transform: scale(20);
    transform: scale(20);
}

.calendars .calendar .calendar-arrow:after{
     content: '';
    line-height: 1;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13.4990234 12.1669922"><path d="M13.4420776,5.796875c-.0380249-.0916748-.0927124-.1745605-.1618042-.2436523L7.9467773.2197266c-.2929688-.2929688-.7675781-.2929688-1.0605469,0s-.2929688.7675781,0,1.0605469l4.0532227,4.0532227H.75c-.4140625,0-.75.3359375-.75.75s.3359375.75.75.75h10.1894531l-4.0532227,4.0532227c-.2929688.2929688-.2929688.7675781,0,1.0605469.1464844.1464844.3383789.2197266.5302734.2197266s.3837891-.0732422.5302734-.2197266l5.3334961-5.3334961c.0690918-.0690918.1237793-.1520386.1618042-.2436523.0759277-.1833496.0759277-.3898926,0-.5732422Z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: 15px;
    mask-position: center center;
    background: #ffffff;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.calendars .calendar .calendar-date {
    font-size: 14px;
    font-weight: 600;
}

.calendars .calendar *:last-child {
    margin-bottom: 0
}

.calendars .calendars-footer {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
    justify-content: end;
}

.downloads {
    display: grid;
    gap: var(--small)
}

.downloads li {
    list-style: none !important;
}

/* Slick slider */

.slick-prev,
.slick-next {
    background: var(--color1);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.slick-prev:hover,
.slick-next:hover {
    background: var(--color2);
}

.slick-prev {
    -webkit-transform: scaleX(-1) translate(65%, -50%);
    transform: scaleX(-1) translate(65%, -50%);
    left: var(--extralarge);

}

.slick-next {
    right: var(--extralarge);
    -webkit-transform: translate(65%, -50%);
    transform: translate(65%, -50%);
}

.slick-prev:after,
.slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    line-height: 1;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13.4990234 12.1669922"><path d="M13.4420776,5.796875c-.0380249-.0916748-.0927124-.1745605-.1618042-.2436523L7.9467773.2197266c-.2929688-.2929688-.7675781-.2929688-1.0605469,0s-.2929688.7675781,0,1.0605469l4.0532227,4.0532227H.75c-.4140625,0-.75.3359375-.75.75s.3359375.75.75.75h10.1894531l-4.0532227,4.0532227c-.2929688.2929688-.2929688.7675781,0,1.0605469.1464844.1464844.3383789.2197266.5302734.2197266s.3837891-.0732422.5302734-.2197266l5.3334961-5.3334961c.0690918-.0690918.1237793-.1520386.1618042-.2436523.0759277-.1833496.0759277-.3898926,0-.5732422Z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: 15px;
    mask-position: center center;
    background: #ffffff;
}


.slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
    line-height: 0;
    margin-bottom: 0;
    margin-top: var(--medium);
}

.slick-dots li button{
    background: #D9D9D9;
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    font-size: 0;
    aspect-ratio: 1 / 1;
    line-height: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: var(--color1);
}


/* Page numbers */


.page-numbers {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
        margin-top: var(--small);
}

.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

.page-numbers li:last-child {
    margin-right: 0
}

.page-numbers li :is(a, span) {
       border: 1.5px solid var(--color1);
    color: var(--color1);
    display: inline-block;
    line-height: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 45px;
    height: 45px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%
}

.page-numbers li :is(a, span).current,
.page-numbers li :is(a, span):hover {
    background: var(--color1);
    color: #ffffff;
}



/* Footer*/

footer {
   
}

footer .footer-newsletter {
    position: relative;
}

footer .footer-newsletter .grid {
    background: #ffffff;
    border-radius: var(--borderradius);
}

footer .footer-newsletter:before {
    content: '';
    background: red;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F6F2E9;
    border-top-left-radius: var(--borderradius);
    border-top-right-radius: var(--borderradius);

}



footer .footer-newsletter .footer-newsletter__image {
    display: block;
    position: relative;
   aspect-ratio: 1 / 1;
   border-radius: var(--borderradius);
   overflow: hidden
}

footer .footer-newsletter .footer-newsletter__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


footer .footer-newsletter .footer-newsletter__content {
    padding: var(--large);
}

footer .footer-newsletter .footer-newsletter__content *:last-child {
    margin-bottom: 0
}

footer .footer-newsletter .footer-newsletter__content form label {
    margin-bottom: 7.5px
} 

footer .footer-newsletter .footer-newsletter__content form button {
    margin-top: var(--small)
}

footer .footer-main {
    padding: var(--extralarge) 0;
    position: relative;
    background-color: #F6F2E9;
    border-bottom-left-radius: var(--borderradius);
    border-bottom-right-radius: var(--borderradius);
}

footer .footer-main .footer-main__content .footer-main__logo {
        margin-top: var(--large);
    position: relative;
    width: calc(100% + var(--medium));
}

footer .footer-main .footer-main__content .footer-main__menu {
    line-height: 1.875;
    margin-bottom: 0
}

footer .footer-main .footer-main__content .footer-main__menu.footer-main__menu--columns {
    -webkit-column-gap: var(--small);
    column-gap: var(--small);
    -webkit-column-count: 2;
    column-count: 2;
}

footer .footer-main .footer-main__content .footer-main__menu li a {
    text-decoration: none;
}

footer .footer-main .footer-main__content .footer-main__menu li a:hover,
footer .footer-main .footer-main__content .footer-main__menu li.current-menu-item a {
    font-weight: 500;
    text-decoration: underline
}

footer .footer-copyright {
    padding: var(--smallmedium) 0
}

footer .footer-copyright ul.footer-copyright__menu  {
    margin-bottom: 0;
    display: flex;
        flex-wrap: wrap;
    gap: var(--tiny) var(--extrasmall);
}

footer .footer-copyright ul.footer-copyright__menu li {
    list-style: none;
    display: inline-block;
}

footer .footer-copyright ul.footer-copyright__menu li:nth-child(2) {
    margin-right: auto;
}

footer .footer-copyright ul.footer-copyright__menu li:not(:nth-child(2),:last-child):after {
    content: '|';
    margin-left: var(--extrasmall)
}

footer .footer-copyright ul.footer-copyright__menu  li a {
    text-decoration: none;;
}


/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: auto;
}

.social-media li a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    background: #000000;
    color: #ffffff;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-media li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.social-media li a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 6 Brands';
}








/* Responsive */


@media (max-width: 1600px) {
    
}   

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
    }

   
}

@media (max-width: 1200px) {
    :root  {
        --base: 10px;
    }
}

@media (max-width: 992px) {

    :root  {
        --base: 7.5px;

        --extralarge: calc(var(--base) * 4.5);
        --largehuge: calc(var(--base) * 4.5);
            --borderradius: 15px;
    }
        
    h1,
    .h1 {
        font-size: 32px;
       
    }

    .h2,
    h2 {
        font-size: 26px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    body {
        margin: 0;
    }

    .btn {
        zoom: 0.9
    }

    header nav.navigation .navigation-toggler {
        display: grid;
    }

    
    header nav.navigation .navigation-menu {
        position: fixed;
        overflow-x: scroll;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
               padding: var(--large) var(--small);
        z-index: 9;
        top: var(--headerheight);
        left: 0;
        right: 0;
        background: var(--color2);
            background: #F6F2E9;
        bottom: 0;
        flex-direction: column;
        border-radius: var(--borderradius)
    }

    header nav.navigation .navigation-menu.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

  
    header nav.navigation .navigation-menu > ul {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: left;
        align-items: start;
        padding: 0;
        width: 100%;
    }

    header nav.navigation .navigation-menu > ul > li:not(:last-child) {
        padding-bottom: var(--small);
        width: 100%;
        position: relative;
    }

    header nav.navigation .navigation-menu > ul > li:not(:last-child):after {
        content: '';
        border-bottom: 1px solid var(--color2);
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.25;
    }
    
    header nav.navigation .navigation-menu > .btn {
        margin-top: auto;
    }
    

    section.cards .card.card--horizontal .card-image,
    section.cards .card.card--horizontallandscape .card-image {
            aspect-ratio: 4 / 3;
    }
   

    section.cards .card .card-image .card-image__title {
            grid-template-columns: 1fr;
    }
  
   

    footer .footer-main .footer-main__content .footer-main__logo {
       width: 100%;
        max-width: 240px;
    }

    footer .footer-copyright ul.footer-copyright__menu  {
        font-size: 14px
    }

  
    
   

}   

@media (max-width: 768px) {
    section.projects .project {
        margin: 0 !important;
        grid-template-columns: 1fr;
    }

    section.projects .project .project-content {
        padding: 0
    }

    section.projects .project .project-image {
            order: -1;
    }

    .slick-prev {
        left: var(--small);
    }
    .slick-next {
        right: var(--small);
    }
}