/*
Theme Name: Narodowe Muzeum Techniki
Text Domain: nmt
Author: BOARDWALK
Author URI: https://www.boardwalk.pl
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root { --menu-width: 16%; }
@media only screen and (max-width: 1650px) { :root { --menu-width: 18%; } }
@media only screen and (max-width: 1440px) { :root { --menu-width: 20%; } }

*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }

* { margin: 0; }
* + p { margin-top: 2rem; }

html { scroll-behavior: smooth; scroll-padding-top: 2rem; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
@media (-webkit-device-pixel-ratio: 1.25) { html { font-size: calc(62.5% / 1.25); } }
@media (-webkit-device-pixel-ratio: 1.5) { html { font-size: calc(62.5% / 1.25); } }

html, body { height: 100%; }

body { line-height: 1.5; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'], ol[role='list'] { list-style: none; }

/* Set core root defaults */
html:focus-within { scroll-behavior: smooth; }

/* Set core body defaults */
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }

img, picture, video, canvas, svg { display: block; max-width: 100%; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after { -webkit-animation-duration: 0.01ms !important; animation-duration: 0.01ms !important; -webkit-animation-iteration-count: 1 !important; animation-iteration-count: 1 !important; -webkit-transition-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #000; opacity: 1; /* Firefox */ font-size: 1.6rem; }
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #000; opacity: 1; /* Firefox */ font-size: 1.6rem; }
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #000; opacity: 1; /* Firefox */ font-size: 1.6rem; }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #000; opacity: 1; /* Firefox */ font-size: 1.6rem; }

:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000; }

::-ms-input-placeholder { /* Microsoft Edge */ color: #000; }

.video-container { overflow: hidden; position: relative; width: 100%; }
.video-container::after { padding-top: 56.25%; display: block; content: ''; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.grid { display: grid; gap: 5rem; }
.grid-centered { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.grid-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; }

.grid-1 { display: grid; grid-template-columns: repeat(1, 1fr); }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); }

.grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); }

.grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); }

.grid-7 { display: grid; grid-template-columns: repeat(7, 1fr); }

.grid-8 { display: grid; grid-template-columns: repeat(8, 1fr); }

.grid-9 { display: grid; grid-template-columns: repeat(9, 1fr); }

.grid-10 { display: grid; grid-template-columns: repeat(10, 1fr); }

.grid-11 { display: grid; grid-template-columns: repeat(11, 1fr); }

.grid-12 { display: grid; grid-template-columns: repeat(12, 1fr); }

.grid-1-1 { grid-template-columns: 1fr 1fr; }

.grid-2-1 { grid-template-columns: 2fr 1fr; }

.grid-3-1 { grid-template-columns: 3fr 1fr; }

.grid-4-1 { grid-template-columns: 4fr 1fr; }

.grid-5-1 { grid-template-columns: 5fr 1fr; }

.grid-1-2 { grid-template-columns: 1fr 2fr; }

.grid-2-2 { grid-template-columns: 2fr 2fr; }

.grid-3-2 { grid-template-columns: 3fr 2fr; }

.grid-4-2 { grid-template-columns: 4fr 2fr; }

.grid-5-2 { grid-template-columns: 5fr 2fr; }

.grid-1-3 { grid-template-columns: 1fr 3fr; }

.grid-2-3 { grid-template-columns: 2fr 3fr; }

.grid-3-3 { grid-template-columns: 3fr 3fr; }

.grid-4-3 { grid-template-columns: 4fr 3fr; }

.grid-5-3 { grid-template-columns: 5fr 3fr; }

.grid-1-4 { grid-template-columns: 1fr 4fr; }

.grid-2-4 { grid-template-columns: 2fr 4fr; }

.grid-3-4 { grid-template-columns: 3fr 4fr; }

.grid-4-4 { grid-template-columns: 4fr 4fr; }

.grid-5-4 { grid-template-columns: 5fr 4fr; }

.grid-1-5 { grid-template-columns: 1fr 5fr; }

.grid-2-5 { grid-template-columns: 2fr 5fr; }

.grid-3-5 { grid-template-columns: 3fr 5fr; }

.grid-4-5 { grid-template-columns: 4fr 5fr; }

.grid-5-5 { grid-template-columns: 5fr 5fr; }

.grid-gap-0 { grid-gap: 0rem; }

.p-0 { padding: 0rem !important; }

.m-0 { margin: 0rem !important; }

.pt-0 { padding-top: 0rem !important; }

.mt-0 { margin-top: 0rem !important; }

.pb-0 { padding-bottom: 0rem !important; }

.mb-0 { margin-bottom: 0rem !important; }

.pr-0 { padding-right: 0rem !important; }

.pl-0 { padding-left: 0rem !important; }

.grid-gap-1 { grid-gap: 1rem; }

.p-1 { padding: 1rem !important; }

.m-1 { margin: 1rem !important; }

.pt-1 { padding-top: 1rem !important; }

.mt-1 { margin-top: 1rem !important; }

.pb-1 { padding-bottom: 1rem !important; }

.mb-1 { margin-bottom: 1rem !important; }

.pr-1 { padding-right: 1rem !important; }

.pl-1 { padding-left: 1rem !important; }

.grid-gap-2 { grid-gap: 2rem; }

.p-2 { padding: 2rem !important; }

.m-2 { margin: 2rem !important; }

.pt-2 { padding-top: 2rem !important; }

.mt-2 { margin-top: 2rem !important; }

.pb-2 { padding-bottom: 2rem !important; }

.mb-2 { margin-bottom: 2rem !important; }

.pr-2 { padding-right: 2rem !important; }

.pl-2 { padding-left: 2rem !important; }

.grid-gap-3 { grid-gap: 3rem; }

.p-3 { padding: 3rem !important; }

.m-3 { margin: 3rem !important; }

.pt-3 { padding-top: 3rem !important; }

.mt-3 { margin-top: 3rem !important; }

.pb-3 { padding-bottom: 3rem !important; }

.mb-3 { margin-bottom: 3rem !important; }

.pr-3 { padding-right: 3rem !important; }

.pl-3 { padding-left: 3rem !important; }

.grid-gap-4 { grid-gap: 4rem; }

.p-4 { padding: 4rem !important; }

.m-4 { margin: 4rem !important; }

.pt-4 { padding-top: 4rem !important; }

.mt-4 { margin-top: 4rem !important; }

.pb-4 { padding-bottom: 4rem !important; }

.mb-4 { margin-bottom: 4rem !important; }

.pr-4 { padding-right: 4rem !important; }

.pl-4 { padding-left: 4rem !important; }

.grid-gap-5 { grid-gap: 5rem; }

.p-5 { padding: 5rem !important; }

.m-5 { margin: 5rem !important; }

.pt-5 { padding-top: 5rem !important; }

.mt-5 { margin-top: 5rem !important; }

.pb-5 { padding-bottom: 5rem !important; }

.mb-5 { margin-bottom: 5rem !important; }

.pr-5 { padding-right: 5rem !important; }

.pl-5 { padding-left: 5rem !important; }

.grid-gap-6 { grid-gap: 6rem; }

.p-6 { padding: 6rem !important; }

.m-6 { margin: 6rem !important; }

.pt-6 { padding-top: 6rem !important; }

.mt-6 { margin-top: 6rem !important; }

.pb-6 { padding-bottom: 6rem !important; }

.mb-6 { margin-bottom: 6rem !important; }

.pr-6 { padding-right: 6rem !important; }

.pl-6 { padding-left: 6rem !important; }

.grid-gap-7 { grid-gap: 7rem; }

.p-7 { padding: 7rem !important; }

.m-7 { margin: 7rem !important; }

.pt-7 { padding-top: 7rem !important; }

.mt-7 { margin-top: 7rem !important; }

.pb-7 { padding-bottom: 7rem !important; }

.mb-7 { margin-bottom: 7rem !important; }

.pr-7 { padding-right: 7rem !important; }

.pl-7 { padding-left: 7rem !important; }

.grid-gap-8 { grid-gap: 8rem; }

.p-8 { padding: 8rem !important; }

.m-8 { margin: 8rem !important; }

.pt-8 { padding-top: 8rem !important; }

.mt-8 { margin-top: 8rem !important; }

.pb-8 { padding-bottom: 8rem !important; }

.mb-8 { margin-bottom: 8rem !important; }

.pr-8 { padding-right: 8rem !important; }

.pl-8 { padding-left: 8rem !important; }

.grid-gap-9 { grid-gap: 9rem; }

.p-9 { padding: 9rem !important; }

.m-9 { margin: 9rem !important; }

.pt-9 { padding-top: 9rem !important; }

.mt-9 { margin-top: 9rem !important; }

.pb-9 { padding-bottom: 9rem !important; }

.mb-9 { margin-bottom: 9rem !important; }

.pr-9 { padding-right: 9rem !important; }

.pl-9 { padding-left: 9rem !important; }

.grid-gap-10 { grid-gap: 10rem; }

.p-10 { padding: 10rem !important; }

.m-10 { margin: 10rem !important; }

.pt-10 { padding-top: 10rem !important; }

.mt-10 { margin-top: 10rem !important; }

.pb-10 { padding-bottom: 10rem !important; }

.mb-10 { margin-bottom: 10rem !important; }

.pr-10 { padding-right: 10rem !important; }

.pl-10 { padding-left: 10rem !important; }

.grid-gap-11 { grid-gap: 11rem; }

.p-11 { padding: 11rem !important; }

.m-11 { margin: 11rem !important; }

.pt-11 { padding-top: 11rem !important; }

.mt-11 { margin-top: 11rem !important; }

.pb-11 { padding-bottom: 11rem !important; }

.mb-11 { margin-bottom: 11rem !important; }

.pr-11 { padding-right: 11rem !important; }

.pl-11 { padding-left: 11rem !important; }

.grid-gap-12 { grid-gap: 12rem; }

.p-12 { padding: 12rem !important; }

.m-12 { margin: 12rem !important; }

.pt-12 { padding-top: 12rem !important; }

.mt-12 { margin-top: 12rem !important; }

.pb-12 { padding-bottom: 12rem !important; }

.mb-12 { margin-bottom: 12rem !important; }

.pr-12 { padding-right: 12rem !important; }

.pl-12 { padding-left: 12rem !important; }

.grid-gap-13 { grid-gap: 13rem; }

.p-13 { padding: 13rem !important; }

.m-13 { margin: 13rem !important; }

.pt-13 { padding-top: 13rem !important; }

.mt-13 { margin-top: 13rem !important; }

.pb-13 { padding-bottom: 13rem !important; }

.mb-13 { margin-bottom: 13rem !important; }

.pr-13 { padding-right: 13rem !important; }

.pl-13 { padding-left: 13rem !important; }

.grid-gap-14 { grid-gap: 14rem; }

.p-14 { padding: 14rem !important; }

.m-14 { margin: 14rem !important; }

.pt-14 { padding-top: 14rem !important; }

.mt-14 { margin-top: 14rem !important; }

.pb-14 { padding-bottom: 14rem !important; }

.mb-14 { margin-bottom: 14rem !important; }

.pr-14 { padding-right: 14rem !important; }

.pl-14 { padding-left: 14rem !important; }

.grid-gap-15 { grid-gap: 15rem; }

.p-15 { padding: 15rem !important; }

.m-15 { margin: 15rem !important; }

.pt-15 { padding-top: 15rem !important; }

.mt-15 { margin-top: 15rem !important; }

.pb-15 { padding-bottom: 15rem !important; }

.mb-15 { margin-bottom: 15rem !important; }

.pr-15 { padding-right: 15rem !important; }

.pl-15 { padding-left: 15rem !important; }

.grid-gap-16 { grid-gap: 16rem; }

.p-16 { padding: 16rem !important; }

.m-16 { margin: 16rem !important; }

.pt-16 { padding-top: 16rem !important; }

.mt-16 { margin-top: 16rem !important; }

.pb-16 { padding-bottom: 16rem !important; }

.mb-16 { margin-bottom: 16rem !important; }

.pr-16 { padding-right: 16rem !important; }

.pl-16 { padding-left: 16rem !important; }

.grid-gap-17 { grid-gap: 17rem; }

.p-17 { padding: 17rem !important; }

.m-17 { margin: 17rem !important; }

.pt-17 { padding-top: 17rem !important; }

.mt-17 { margin-top: 17rem !important; }

.pb-17 { padding-bottom: 17rem !important; }

.mb-17 { margin-bottom: 17rem !important; }

.pr-17 { padding-right: 17rem !important; }

.pl-17 { padding-left: 17rem !important; }

.grid-gap-18 { grid-gap: 18rem; }

.p-18 { padding: 18rem !important; }

.m-18 { margin: 18rem !important; }

.pt-18 { padding-top: 18rem !important; }

.mt-18 { margin-top: 18rem !important; }

.pb-18 { padding-bottom: 18rem !important; }

.mb-18 { margin-bottom: 18rem !important; }

.pr-18 { padding-right: 18rem !important; }

.pl-18 { padding-left: 18rem !important; }

.grid-gap-19 { grid-gap: 19rem; }

.p-19 { padding: 19rem !important; }

.m-19 { margin: 19rem !important; }

.pt-19 { padding-top: 19rem !important; }

.mt-19 { margin-top: 19rem !important; }

.pb-19 { padding-bottom: 19rem !important; }

.mb-19 { margin-bottom: 19rem !important; }

.pr-19 { padding-right: 19rem !important; }

.pl-19 { padding-left: 19rem !important; }

.grid-gap-20 { grid-gap: 20rem; }

.p-20 { padding: 20rem !important; }

.m-20 { margin: 20rem !important; }

.pt-20 { padding-top: 20rem !important; }

.mt-20 { margin-top: 20rem !important; }

.pb-20 { padding-bottom: 20rem !important; }

.mb-20 { margin-bottom: 20rem !important; }

.pr-20 { padding-right: 20rem !important; }

.pl-20 { padding-left: 20rem !important; }

@media only screen and (max-width: 1150px) { .pb-9 { padding-bottom: 6rem !important; } }

body { font-weight: 400; font-size: 1.6rem; font-family: "Roboto", sans-serif; color: #262626; }

.container { max-width: 1440px; margin: 0 auto; }
.container-fluid { padding: 0 9rem; position: relative; }
@media only screen and (max-width: 1650px) { .container-fluid { padding: 0 6rem; } }
@media only screen and (max-width: 1650px) { .container-fluid { padding: 0 3rem; } }

img { height: auto; }

h1, h2, h3, h4, h5, h6 { font-family: "DM Serif Display", serif; font-weight: 600; line-height: 1.1; }
h1.featured, h2.featured, h3.featured, h4.featured, h5.featured, h6.featured { font-size: 5rem !important; }

main { margin-left: calc(var(--menu-width) + 1px); background: #f2f2f2; }
@media only screen and (max-width: 1150px) { main { margin-left: 0; margin-top: 6rem; } }

a, a:visited { text-decoration: none; color: #1c6579; -webkit-transition: 1s ease all; transition: 1s ease all; }

.d-none { display: none !important; }
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.d-inline-flex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.d-grid { display: grid; }
.d-block { display: block; }
.d-inline-block { display: inline-block; }

.v-hidden { visibility: hidden; }
.v-visibe { visibility: visible; }

.color-text { color: #262626; }

.text { font-size: 1.6rem; line-height: 1.6; }
.text-with-lead, .text--with-lead { font-size: 1.8rem; }
.text-with-lead > p:first-of-type, .text--with-lead > p:first-of-type { line-height: 1.5; font-size: 140%; }
.text p + * { margin-top: 2rem; }
.text * + *:not(li) { margin-top: 2rem; }
.text h2, .text h3, .text h4, .text h5, .text h6 { color: #1c6579; }
.text h2, .text h3 { font-size: 3rem; }
.text .text-header { font-family: "DM Serif Display", serif; }

.buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.buttons .button + .button { margin-top: 0; }
.buttons--spaced { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

* + .buttons { margin-top: 2rem; }

.button { padding: 1rem 3rem; border: 2px transparent; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; border-radius: 50px; font-weight: 600; gap: 1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.button--white { background: #fff; }
.button--accent { color: #fff !important; background-color: #1c6579; }
.button--accent:hover { background: #175464; }
.button--dotted { border: 2px #1c6579 dotted; }
.button--dotted:hover { background: #fff; -webkit-transition: 1s ease all; transition: 1s ease all; }
.button--simple { background: none; border-color: transparent; }
.button--link { padding: 0; }
.button--arrow, .button-arrow { padding-right: 2rem; }
.button--arrow::after, .button-arrow::after { font-family: 'Material Symbols Outlined'; content: "trending_flat"; }
.button--location { gap: .5rem; }
.button--location::before { font-family: 'Material Symbols Outlined'; content: "location_on"; }
.button--download::before { font-family: 'Material Symbols Outlined'; content: "download"; }

* + .button { margin-top: 3rem; }

.color--accent { color: #1c6579; }
.color--white { color: #fff; }
.color--text { color: #262626; }

.sticky { position: -webkit-sticky; position: sticky; }
.sticky--top { top: 11rem; }

.otgs-development-site-front-end { display: none !important; }

.slider-nav { position: absolute; bottom: -4rem; }
.slider-nav.news { position: static; text-align: center; }
.slider-nav.ex { position: static; }
.slider-nav .divider { color: #1c6579; }

.relative { position: relative; }

.ornament1 { position: absolute; fill: #f2f2f2; top: -9rem; right: 0; height: 18rem; }
.ornament1.stroke { fill: transparent; }
.ornament1.stroke--white { stroke: #fff; }
.ornament1.stroke--accent { stroke: #1c6579; }
.ornament1.stroke--bg { stroke: #f2f2f2; }
.ornament1.bg--white { fill: #fff; }
.ornament1.bg--light { fill: #f8f8f8; }

.news-list { overflow: hidden; }
.news-list .ornament1 { width: 60%; height: auto; bottom: -20%; top: auto; right: auto; left: -5rem; z-index: 1; }
.news-list .container-fluid { position: relative; z-index: 2; }

.frontpage-welcome { overflow: hidden; }
.frontpage-welcome .ornament1 { top: auto; bottom: -20%; height: auto; width: 80%; z-index: 0; right: 0; -webkit-transform: scaleX(-1); transform: scaleX(-1); }
.frontpage-welcome .container-fluid { position: relative; z-index: 2; }

.col { overflow: hidden; }
.col .ornament1 { fill: #f2f2f2; bottom: auto; bottom: -20%; top: auto; height: auto; width: 80%; z-index: 0; right: -20%; -webkit-transform: scaleX(-1); transform: scaleX(-1); }
.col .container-fluid { position: relative; z-index: 2; }

.col-fp .card-collection { border-color: #1c6579; }
.col-fp .card-collection:hover { -webkit-box-shadow: none; box-shadow: none; }

.owl-carousel .owl-stage { display: -webkit-box; display: -ms-flexbox; display: flex; }
.owl-carousel .owl-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
.owl-carousel .caption { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.owl-carousel .flex-text { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.owl-carousel .thumbnail { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 15px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { color: red; background: #1c6579; }

.section { padding: 12rem 0; position: relative; }
@media only screen and (max-width: 1150px) { .section { padding: 6rem 0; } }
.section-header h1 { font-size: 9rem; line-height: 1; }
@media only screen and (max-width: 1650px) { .section-header h1 { font-size: 7rem; } }
@media only screen and (max-width: 1440px) { .section-header h1 { font-size: 6rem; } }
@media only screen and (max-width: 1150px) { .section-header h1 { font-size: 5rem; } }
.section-header p { margin-top: 2rem; }
.section-header h2.smaller, .section-header h3.smaller, .section-header h4.smaller, .section-header h5.smaller, .section-header h6.smaller { font-size: 3rem; }
.section-header--large h1, .section-header--large h2, .section-header--large h3, .section-header--large h4, .section-header--large h5, .section-header--large h6 { font-size: 9rem; }
@media only screen and (max-width: 1650px) { .section-header--large h1, .section-header--large h2, .section-header--large h3, .section-header--large h4, .section-header--large h5, .section-header--large h6 { font-size: 7rem; } }
@media only screen and (max-width: 1440px) { .section-header--large h1, .section-header--large h2, .section-header--large h3, .section-header--large h4, .section-header--large h5, .section-header--large h6 { font-size: 5rem; } }
@media only screen and (max-width: 1150px) { .section-header--large h1, .section-header--large h2, .section-header--large h3, .section-header--large h4, .section-header--large h5, .section-header--large h6 { font-size: 4rem; } }
.section-header--medium h1, .section-header--medium h2, .section-header--medium h3, .section-header--medium h4, .section-header--medium h5, .section-header--medium h6 { font-size: 6rem; }
@media only screen and (max-width: 1650px) { .section-header--medium h1, .section-header--medium h2, .section-header--medium h3, .section-header--medium h4, .section-header--medium h5, .section-header--medium h6 { font-size: 5rem; } }
@media only screen and (max-width: 1150px) { .section-header--medium h1, .section-header--medium h2, .section-header--medium h3, .section-header--medium h4, .section-header--medium h5, .section-header--medium h6 { font-size: 3rem; } }
.section-header--small h1, .section-header--small h2, .section-header--small h3, .section-header--small h4, .section-header--small h5, .section-header--small h6 { font-size: 4rem; }
@media only screen and (max-width: 1650px) { .section-header--small h1, .section-header--small h2, .section-header--small h3, .section-header--small h4, .section-header--small h5, .section-header--small h6 { font-size: 3rem; } }
@media only screen and (max-width: 1150px) { .section-header--small h1, .section-header--small h2, .section-header--small h3, .section-header--small h4, .section-header--small h5, .section-header--small h6 { font-size: 2.5rem; } }
.section-header--accent { background: #1c6579; color: #fff; }
.section-header--accent .button { color: #fff; border-color: #fff; }
.section-header--accent * { color: #fff; }
.section-header--white { background: #fff; color: #1c6579; }
.section-header--text { background: #fff; color: #262626; }
.section--white { background: #fff; }
.section--light { background: #f8f8f8; }
.section--accent { background: #1c6579; }
.section--accent .button { color: #fff; border-color: #fff; }
.section--accent .news-item--white { color: #fff; border-color: #fff; }
.section--accent .news-item--white a { color: #fff; }
.section--accent .news-item--accent { color: #1c6579; border-color: #fff; background: #fff; }
.section--accent .news-item--accent a { color: #fff; }
.section--nopadding { padding-top: 0; padding-bottom: 0; }
.section--nopadding-top { padding-top: 0; }
.section--nopadding-bottom { padding-bottom: 0; }

.header { position: fixed; top: 0; left: 0; bottom: 0; height: 100vh; width: var(--menu-width); gap: 3rem; z-index: 8888; }
.header-content { background: #f8f8f8; padding: 5rem 0; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-repeat: no-repeat; background-position: bottom right; }
@media only screen and (max-width: 1650px) { .header-content { padding-bottom: 2rem; } }
.header .logo { padding: 0 3rem; }
.header .logo svg { fill: #1c6579; height: 6rem; -webkit-transition: 1s ease all; transition: 1s ease all; }
.header .logo:hover svg { fill: #175464; -webkit-transition: 1s ease all; transition: 1s ease all; }
.header .menu-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header nav { margin-top: 10rem; }
@media only screen and (max-width: 1650px) { .header nav { margin-top: 6rem; } }
@media only screen and (max-width: 1150px) { .header nav { display: none; } }
.header nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; list-style-type: none; padding: 0; }
.header nav ul li { font-weight: 600; padding: 0 3rem; }
.header nav ul li + li { margin-top: .5rem; }
.header nav ul li:hover > .sub-menu { left: 16%; -webkit-transition: 1s ease all; transition: 1s ease all; visibility: visible; }
@media only screen and (max-width: 1650px) { .header nav ul li:hover > .sub-menu { left: 18%; } }
.header nav ul li.menu-item-has-children { position: relative; }
.header nav ul li.menu-item-has-children::after { font-family: 'Material Symbols Outlined'; content: "add"; position: absolute; right: 3rem; color: #1c6579; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 1s ease all; transition: 1s ease all; }
.header nav ul li.menu-item-has-children:hover::after, .header nav ul li.menu-item-has-children.current-menu-item::after, .header nav ul li.menu-item-has-children.current-menu-parent::after { -webkit-transition: 1s ease all; transition: 1s ease all; content: "arrow_forward"; right: 4rem; }
.header nav ul li a { color: #1c6579; display: block; padding: 1rem 0; border: 2px transparent dotted; }
.header nav ul li:hover > a, .header nav ul li.current-menu-item > a, .header nav ul li.current-menu-parent > a { border: 2px #1c6579 dotted; border-radius: 50px; padding: 1rem 3rem; }
.header nav ul li.menu-item-type-custom > a { pointer-events: none; }
.header nav ul .sub-menu { visibility: hidden; z-index: -1; position: fixed; left: 0; width: 15%; top: 0; bottom: 0; background: #1c6579; border-right: 1px #1c6579 solid; -webkit-transition: 1s ease all; transition: 1s ease all; padding: 21rem 0 5rem; }
.header nav ul .sub-menu li a { color: #fff; }
.header nav ul .sub-menu li:hover a, .header nav ul .sub-menu li.current-menu-item a { border-color: #fff; background: none; }
.header .info { padding: 0 3rem; margin-top: auto; font-size: 1.4rem; color: #737373; }
.header .bip { padding: 0 3rem; margin-top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2rem; }
.header .bip svg { fill: #c00418; height: 2.5rem; }
.header .lang { font-weight: 600; }
.header .menu-burger { display: none; }
.header-additional { position: fixed; right: 9rem; top: 3rem; z-index: 999; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 2rem; }
@media only screen and (max-width: 1650px) { .header-additional { right: 6rem; } }
.header-additional > * { background: #fff; border-radius: 5rem; padding: 0 1rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 1rem; height: 4rem; -webkit-box-shadow: 10px 10px 35px #ddd; box-shadow: 10px 10px 35px #ddd; }
.header-additional .buy { background: #1c6579; color: #fff; font-weight: 600; padding: 0 2rem; }
.header-additional .wcag { gap: 0; cursor: pointer; color: #1c6579; }
.header-additional .wcag-controls { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1rem; display: none; }
.header-additional .wcag-controls.expanded { display: -webkit-box; display: -ms-flexbox; display: flex; }
.header-additional .wcag-controls.reset { display: none; }
.header-additional .wcag-controls.reset.visible { display: block; }
.header-additional .wcag-controls .contrast-control { border-radius: 50%; }
.header-additional .wcag-controls .contrast-control1 { background: #000; color: #fff; }
.header-additional .wcag-controls .contrast-control2 { background: #000; color: yellow; }
.header-additional .wcag-controls .contrast-control3 { background: yellow; color: #000; }
.header-additional .wcag.expanded { -webkit-transition: 0.5s ease all; transition: 0.5s ease all; color: #fff; background: #1c6579; }
.header-additional .search { padding: 0 1rem; width: 4rem; cursor: pointer; -webkit-transition: 1s ease all; transition: 1s ease all; gap: 0; }
.header-additional .search input[type=text] { width: 0; -webkit-transition: 1s ease all; transition: 1s ease all; line-height: 1; padding: 0; border: none; border-bottom: 2px #ccc dotted; }
.header-additional .search button { display: -webkit-box; display: -ms-flexbox; display: flex; background: none; border: none; cursor: pointer; padding: 0; pointer-events: none; }
.header-additional .search.expanded { gap: 1rem; width: auto; padding-right: 1rem; }
.header-additional .search.expanded input[type=text] { width: 150px; visibility: visible; -webkit-transition: 1s ease all; transition: 1s ease all; }
.header-additional .search.expanded span { color: #1c6579; }
.header-additional .search.expanded button { pointer-events: all; }
.header-horizontal .header { bottom: auto; right: 0; height: auto; width: auto; padding: 0 9rem; }
@media only screen and (max-width: 1650px) { .header-horizontal .header { padding: 0 3rem; } }
.header-horizontal .header.scrolled { background: #fff; }
.header-horizontal .header .logo { padding: 0; }
@media only screen and (max-width: 1650px) { .header-horizontal .header .logo svg { height: 5rem; } }
.header-horizontal .header nav { margin: 0; }
.header-horizontal .header nav ul { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 3rem; }
@media only screen and (max-width: 1650px) { .header-horizontal .header nav ul { gap: 2rem; } }
.header-horizontal .header nav ul li { padding: 0; }
.header-horizontal .header nav ul li.menu-item-has-children::after { display: none; }
.header-horizontal .header nav ul li + li { margin: 0; }
.header-horizontal .header nav ul li .sub-menu { visibility: hidden; z-index: -1; position: absolute; left: 0; width: 15%; top: 0; bottom: 0; background: #fff; border-right: 1px #1c6579 solid; -webkit-transition: 1s ease all; transition: 1s ease all; padding: 21rem 0 5rem; }
.header-horizontal .header nav ul li .sub-menu li a { color: #fff; }
.header-horizontal .header nav ul li .sub-menu li:hover a, .header-horizontal .header nav ul li .sub-menu li.current-menu-item a { border-color: #fff; }
.header-horizontal .header .info { display: none; }
.header-horizontal .header .info, .header-horizontal .header .bip { margin: 0; }
.header-horizontal .header .bip { display: none; }
.header-horizontal .header-additional { display: none; }
.header-horizontal .header-additional .wcag, .header-horizontal .header-additional .search { display: none; }
.header-horizontal .header .header-content { background: none; padding: 0; height: 9rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.header-horizontal .header .header-content .header-additional { position: relative; display: block; position: static; }
.header-horizontal main, .header-horizontal footer { margin-left: 0; }
.header-horizontal main { padding-top: 9rem; }
.header-horizontal .frontpage-welcome { padding-top: 3rem; }
.header-horizontal .collection-filters { top: 9rem; }
@media only screen and (max-width: 1150px) { .header { bottom: auto; right: 0; width: 100%; height: auto; }
  .header .header-content { background: #fff; height: auto; padding: 1rem 3rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .header .header-additional { position: static; }
  .header .header-additional .menu-burger { display: block; margin-left: 5rem; padding: 0; background: none; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; }
  .header .header-additional .menu-burger span { font-size: 4rem; }
  .header .logo { padding: 0; }
  .header .logo svg { height: 4rem; }
  .header .info { display: none; }
  .header .bip { display: none; } }
@media only screen and (max-width: 600px) { .header .header-additional .buy { display: none; } }

.alt .header-content { background: #fff; }
.alt .section--white { background: #f2f2f2; }

.card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: 1s ease all; transition: 1s ease all; border: 2px #ccc dotted; border-radius: 30px 30px 40px 40px; padding: 2rem; background: #fff; position: relative; }
.card img { height: auto; }
.card-image { position: relative; }
.card-image figure { overflow: hidden; }
.card-label { position: absolute; top: -1.5rem; left: 1.5rem; font-size: 1.3rem; background: #fff; color: #262626; display: block; border-radius: 8px; padding: 0 1.5rem; line-height: 3rem; -webkit-transition: 1s ease all; transition: 1s ease all; }
.card-content { padding-top: 2rem; }
.card--rounded { border-radius: 20px; }
.card--bordered { border-color: #1c6579; }
.card--bordered-solid { border-style: solid; }
.card--transparent { background: none; }
.card--transparent .card-label { background: #f2f2f2; }
.card--bg { background: #f2f2f2; }
.card--bg .card-label { background: #f2f2f2; }
.card--contact { padding: 3rem; border: 2px #fff solid; }
.card--contact .card-content { padding-top: 0; }
.card--contact .card-label { font-weight: bold; font-size: 1.4rem; }
.card--contact * + .button { margin-top: 2rem; }
.card--contact .card-label + .button { margin-top: 0; }
.card--contact--icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1rem; }
.card--contact--icon + .card--contact--icon { margin-top: .5rem; }
.card--contact--position { font-size: 1.3rem; display: block; }
.card--pricelist { padding: 4rem 3rem 3rem; }
.card--pricelist .card-label { font-size: 1.6rem; background: #1c6579; color: #fff; border: 10px #f2f2f2 solid; top: calc(-1.5rem - 10px); border-radius: 50px; overflow: hidden; }

.archive-collection { padding-bottom: 150px; }

.collection-archive .ornament1 { top: -30%; right: 0; left: auto; width: 70%; height: auto; -webkit-transform: scaleY(-1); transform: scaleY(-1); }
.collection-archive #collections .ornament1 { width: auto; height: 24rem; top: auto; right: 0; left: auto; bottom: -10%; -webkit-transform: none; transform: none; }
.collection-filters { background: #fff; background: #f2f2f2; margin: 0 0 9rem; padding: 1.5rem 0; position: -webkit-sticky; position: sticky; top: 0rem; z-index: 999; }
.collection-filters .select2, .collection-filters select { width: 100%; }
.collection-filters h3 { margin-bottom: 3rem; }
.collection-filters .selection { background: #fff; }
.collection-filters input[type=text] { height: 100%; width: 100%; padding: 1rem; border: none; border-radius: 4px; }
.collection-items { gap: 3rem; }
.collection-items.searching { opacity: .5; }
.collection-items.no-results { grid-template-columns: auto; display: block; }
.collection-items.no-results p { padding: 2rem; border: 2px #f2f2f2 solid; border-radius: 5px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.collection-single-image { border: 2px #ccc dotted; border-radius: 30px 30px 15px 15px; padding: 2rem; }
.collection-single-image img { height: auto; overflow: hidden; border-radius: 15px 15px 10px 10px; }
.collection-single .ornament1 { top: auto; left: 0; bottom: -30%; height: auto; width: 70%; -webkit-transform: scaleX(-1); transform: scaleX(-1); }

.card-collection { border: 2px #ccc dotted; border-radius: 30px 30px 15px 15px; padding: 2rem; background: transparent; }
.card-collection figure { aspect-ratio: 1/1; overflow: hidden; border-radius: 15px 15px 10px 10px; }
.card-collection figure img { height: 100%; -o-object-fit: cover; object-fit: cover; }
.card-collection .card-label { background: #f8f8f8; color: #1c6579; }
.card-collection .card-content { color: #737373; }
.card-collection .card-content h3 { font-family: "Roboto", sans-serif; line-height: 1.3; font-size: 1.5rem; }
.card-collection:hover { border: 2px #1c6579 solid; -webkit-box-shadow: 15px 15px 15px #f2f2f2; box-shadow: 15px 15px 15px #f2f2f2; -webkit-transition: 1s ease all; transition: 1s ease all; }
.card-collection--blank { background: #1c6579; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background: #1c6579; color: #fff; border: none; margin: 0; vertical-align: sub; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #fff; }

.select2-container--default .select2-selection--multiple { background: #fff; border: none; padding: 1rem; }

.select2-container .select2-search--inline .select2-search__field { height: 3rem; margin: 0; line-height: 3rem; color: #000; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: 2px #1c6579 solid; border: none; outline: 2px; outline-color: #1c6579; }

.frontpage-welcome { position: relative; background: #f2f2f2; }
.frontpage-welcome .grid { height: calc(100vh - 24rem); }
@media only screen and (max-width: 800px) { .frontpage-welcome .grid { height: auto; grid-template-columns: 1fr; grid-gap: 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .frontpage-welcome h1 { font-size: 3rem; }
  .frontpage-welcome .ornament1 { display: none; } }
@media only screen and (max-width: 600px) { .frontpage-exhibitions .grid { grid-template-columns: 1fr; } }
.frontpage-news-columns { display: grid; grid-template-columns: 1fr 4fr; }
@media only screen and (max-width: 1440px) { .frontpage-collections aside.grid-3 { grid-template-columns: repeat(2, 1fr); gap: 3rem 2rem; } }
@media only screen and (max-width: 600px) { .frontpage-collections aside.grid-3 { grid-template-columns: repeat(2, 1fr); }
  .frontpage-collections .grid-3-2 { grid-template-columns: 1fr; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
.frontpage-education .ornament1 { height: auto; width: 60%; -webkit-transform: scaleY(-1); transform: scaleY(-1); top: -30%; right: 0%; }

.news-archive .ornament1 { fill: #fff; }
.news-list-carousel .owl-stage-outer { padding-top: 2rem; }
.news-item { position: relative; padding: 3rem; border: 2px #1c6579 dotted; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #f2f2f2; }
.news-item figure img { height: auto; }
.news-item--simple { padding: 0; border: none; }
.news-item--accent { background: #1c6579; color: #fff; }
.news-item--accent a { color: #fff; }
.news-item--accent .news-item-date { color: #1c6579; }
.news-item--white { color: #1c6579; border: none; background: #fff; -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1); box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1); -webkit-transition: 1s ease all; transition: 1s ease all; }
.news-item--white:hover { -webkit-box-shadow: -10px -10px 15px rgba(0, 0, 0, 0.1); box-shadow: -10px -10px 15px rgba(0, 0, 0, 0.1); -webkit-transition: 1s ease all; transition: 1s ease all; }
.news-item--white p { color: #262626; }
.news-item--white--full { background: #fff; }
.news-item--white--noshadow { -webkit-box-shadow: none; box-shadow: none; }
.news-item--text { color: #262626; border-color: #262626; }
.news-item--text a { color: #262626; }
.news-item--plus { position: relative; }
.news-item--plus::after { content: ''; display: -webkit-box; display: -ms-flexbox; display: flex; width: 4rem; height: 4rem; line-height: 4rem; background: #1c6579; font-family: 'Material Symbols Outlined'; content: "add"; color: #fff; font-size: 4rem; position: absolute; right: 2px; bottom: 2px; }
.news-item h2, .news-item h3, .news-item h5 { font-size: 2.5rem; word-wrap: break-word; }
@media only screen and (max-width: 1650px) { .news-item h2, .news-item h3, .news-item h5 { font-size: 2.2rem; } }
.news-item h2 + figure, .news-item h3 + figure, .news-item h5 + figure { margin: 2rem 0; }
.news-item-date { position: absolute; font-size: 1.3rem; padding: 0 2rem; top: calc(-1.5rem - 2px); left: 1rem; line-height: 3rem; background: #fff; background: #f2f2f2; color: #1c6579; }
.news-item .button { margin-top: 1rem; }
.news-item-archive h3 { font-size: 2.5rem; }
.news-item:hover a { color: #262626; }

.news-archive .news-item-date { background: #f2f2f2; }

.education-archive .ornament1 { top: auto; fill: #fff; bottom: -10rem; height: auto; width: 70%; }
.education-item--child { padding: 0; grid-template-columns: 1fr 1fr; background: #fff; }
.education-item--child .card-footer { margin-top: 2rem; }
.education-item--child section { padding: 2rem; }
.education-item--child figure { margin-bottom: 0; }
.education-item--child figure img { width: 100%; }

.exhibition-archive .ornament1 { top: -22rem; right: 0; left: auto; width: 70%; height: auto; -webkit-transform: scaleY(-1); transform: scaleY(-1); }
.exhibition-single-image { margin: 3rem 0; }
.exhibition-single-image img { height: auto; margin: 0 auto; }
.exhibition-single-content { padding-left: 20rem; padding-right: 20rem; padding-top: 10rem; }
.exhibition-single .card-collection { background: #f2f2f2; }
.exhibition-single .card-collection .card-label { background: #f2f2f2; }

.person-archive { overflow: hidden; }
.person-archive .ornament1 { top: auto; right: -20rem; bottom: -10rem; height: auto; width: 70%; }
.person-item section { border-top: none; padding: 2rem 0rem 0rem; }

.publication-archive { overflow: hidden; }
.publication-archive .ornament1 { top: auto; left: -20rem; bottom: -12rem; height: auto; width: 70%; }
.publication-item { background: #f2f2f2; }
.publication-item figure img { height: auto; }
.publication-item section { border-top: none; padding: 2rem 0rem 0rem; }
.publication-single-image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.publication-single-image img { padding: 3rem; border: 2px #1c6579 dotted; border-radius: 20px; }

.card--publication { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 3rem; }
.card--publication .card-image { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; }
.card--publication section { -webkit-box-flex: 3; -ms-flex: 3; flex: 3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.pricelist .ornament1 { top: 0; height: auto; width: 70%; right: -9rem; }
.pricelist table { width: 100%; margin-top: 6rem; }
.pricelist table th { text-align: left; }
.pricelist table td { border: 1px #f2f2f2 solid; }
.pricelist .service { padding: .5rem 1rem; border-radius: 50px; }
.pricelist .service:hover:not(.service-title) { background: #e5e5e5; }
.pricelist .service-set-name { background-color: #1c6579; color: #fff; padding: 2rem; margin-bottom: 3rem; }
.pricelist .service-title { margin-bottom: 1rem; }

.gallery-header { color: #1c6579; padding: 3rem 0; font-size: 2rem; }

#breadcrumbs { font-size: 1.3rem; }

.default-archive--search h1 { font-size: 3rem; font-family: "Roboto", sans-serif; letter-spacing: 0; }
.default-item-type { font-size: 80%; }
.default-item p { margin-top: .5rem; }
.default-item + .default-item { padding-top: 1rem; margin-top: 1rem; }
.default-item--search h3 { font-family: "Roboto", sans-serif; }
.default-item h4 { font-family: "Roboto", sans-serif; font-size: 1.6rem; }

.pagination { margin-top: 6rem; }
.pagination .screen-reader-text { display: none; }
.pagination .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1rem; }
.pagination .nav-links span, .pagination .nav-links a { display: block; border-radius: 50%; line-height: 3rem; width: 3rem; text-align: center; font-weight: bold; }
.pagination .nav-links span:hover, .pagination .nav-links a:hover { background: #fff; }
.pagination .nav-links span.dots, .pagination .nav-links span.next, .pagination .nav-links span.prev, .pagination .nav-links a.dots, .pagination .nav-links a.next, .pagination .nav-links a.prev { background: none; width: auto; }
.pagination .nav-links span.dots:hover, .pagination .nav-links span.next:hover, .pagination .nav-links span.prev:hover, .pagination .nav-links a.dots:hover, .pagination .nav-links a.next:hover, .pagination .nav-links a.prev:hover { background: none; }
.pagination .nav-links span.current, .pagination .nav-links a.current { background: #fff; color: #1c6579; }

.attachments { list-style-type: none; margin: 0; padding: 0; }
.attachments-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1rem; border: 2px #fff solid; padding: 1rem; border-radius: 50px; }
.attachments-item + .attachments-item { margin-top: 1rem; }
.attachments-item > span { background: #1c6579; border-radius: 50%; padding: .5rem; color: #fff; -webkit-transition: 1s ease all; transition: 1s ease all; }
.attachments-item:hover { -webkit-transition: 1s ease all; transition: 1s ease all; border-color: #1c6579; }
.attachments-item a:hover { text-decoration: underline; }
.attachments-item--large { padding: 1rem; }
.attachments-item--large > span { padding: 1rem; }

.footer { padding-top: 6rem; margin-left: calc(var(--menu-width) + 1px); background: #fff; border-top: 3px #fff solid; }
@media only screen and (max-width: 1650px) { .footer { margin-left: 0; } }
.footer-logotypes img { max-height: 8rem; -webkit-transition: 1s ease all; transition: 1s ease all; }
.footer-logotypes img:hover { opacity: .7; -webkit-transition: 1s ease all; transition: 1s ease all; }
.footer-logotypes h6 { font-size: 4rem; color: #1c6579; }
@media only screen and (max-width: 600px) { .footer-logotypes .grid { grid-template-columns: 1fr; gap: 1rem; } }
.footer-content { margin-top: 6rem; }
@media only screen and (max-width: 600px) { .footer-content .grid { grid-template-columns: 1fr; gap: 1rem; } }
.footer-header { font-family: "DM Serif Display", serif; }
.footer-menu { list-style-type: none; padding: 0; margin-top: 1rem; }
.footer-menu .current-menu-item a { text-decoration: underline; color: #262626; }
.footer-menu a:hover { color: #262626; text-decoration: underline; }
.footer-copy { margin-top: 3rem; }
.footer-copy .copy { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1rem; font-size: 80%; }
.footer-copy .copy span { font-size: 2rem; }

.contrast1 { background: #000; color: #fff; }
.contrast1 h1, .contrast1 h2, .contrast1 h3, .contrast1 h5, .contrast1 h5, .contrast1 h6 { color: #fff; }
.contrast1 a { color: #fff; }
.contrast1 a:hover { color: #fff; }
.contrast1 header { background: #000; color: #fff; border-bottom: 1px #fff solid; }
.contrast1 header h2 { color: #fff; }
.contrast1 header .contrast-control1 { border: 1px #fff solid; color: #fff; }
.contrast1 header .contrast-control2 { border: 1px yellow solid; color: yellow; }
.contrast1 header .contrast-control3 { border: 1px yellow solid; color: #000; }
.contrast1 header .contrast-control.reset { color: #fff; }
.contrast1 header .fontsize-control { background: #000; border: 1px #fff solid; }
.contrast1 .button { -webkit-transition: none !important; transition: none !important; }
.contrast1 .button--dotted { border-color: #fff; }
.contrast1 .button--dotted:hover { background: none; text-decoration: none; }
.contrast1 a:hover { text-decoration: underline; }
.contrast1 main { background: #000; color: #fff; }
.contrast1 .section, .contrast1 .news-item, .contrast1 .card, .contrast1 .card-collection { background: #000 !important; border-color: #fff; }
.contrast1 .news-item-date { background: #000; color: #fff; }
.contrast1 .card-label { background: #000 !important; color: #fff !important; }
.contrast1 .frontpage-welcome { background: #000; }
.contrast1 .ornament1 { display: none; }
.contrast1 .header-additional > * { -webkit-box-shadow: none; box-shadow: none; }
.contrast1 .header-additional .wcag, .contrast1 .header-additional .search { background: #000; color: #fff; }
.contrast1 .header-additional .search.expanded span { color: #fff; }
.contrast1 footer { border-color: #fff; }

.contrast2 { background: #000; color: yellow; }
.contrast2 h1, .contrast2 h2, .contrast2 h3, .contrast2 h5, .contrast2 h5, .contrast2 h6 { color: yellow; }
.contrast2 a { color: yellow; }
.contrast2 a:hover { color: yellow; }
.contrast2 header { background: #000; color: yellow; border-bottom: 1px yellow solid; }
.contrast2 header h2 { color: yellow; }
.contrast2 header .contrast-control1 { border: 1px #fff solid; color: #fff; }
.contrast2 header .contrast-control2 { border: 1px yellow solid; color: yellow; }
.contrast2 header .contrast-control3 { border: 1px yellow solid; color: #000; }
.contrast2 header .contrast-control.reset { color: yellow; }
.contrast2 header .fontsize-control { background: #000; border: 1px yellow solid; }
.contrast2 .button { -webkit-transition: none !important; transition: none !important; }
.contrast2 .button--dotted { border-color: yellow; }
.contrast2 .button--dotted:hover { background: none; text-decoration: none; }
.contrast2 a:hover { text-decoration: underline; }
.contrast2 main { background: #000; color: yellow; }
.contrast2 .section, .contrast2 .news-item, .contrast2 .card, .contrast2 .card-collection { background: #000 !important; border-color: yellow; }
.contrast2 .news-item-date { background: #000; color: yellow; }
.contrast2 .card-label { background: #000 !important; color: yellow !important; }
.contrast2 .frontpage-welcome { background: #000; }
.contrast2 .ornament1 { display: none; }
.contrast2 .header-additional > * { -webkit-box-shadow: none; box-shadow: none; }
.contrast2 .header-additional .wcag, .contrast2 .header-additional .search { background: #000; color: yellow; }
.contrast2 .header-additional .search.expanded span { color: yellow; }
.contrast2 footer { border-color: yellow; }

.contrast3 { background: yellow; color: #000; }
.contrast3 h1, .contrast3 h2, .contrast3 h3, .contrast3 h5, .contrast3 h5, .contrast3 h6 { color: #000; }
.contrast3 a { color: #000; }
.contrast3 a:hover { color: #000; }
.contrast3 header { background: yellow; color: #000; border-bottom: 1px #000 solid; }
.contrast3 header h2 { color: #000; }
.contrast3 header .contrast-control1 { border: 1px #fff solid; color: #fff; }
.contrast3 header .contrast-control2 { border: 1px yellow solid; color: yellow; }
.contrast3 header .contrast-control3 { border: 1px yellow solid; color: #000; }
.contrast3 header .contrast-control.reset { color: #000; }
.contrast3 header .fontsize-control { background: yellow; border: 1px #000 solid; }
.contrast3 .button { -webkit-transition: none !important; transition: none !important; }
.contrast3 .button--dotted { border-color: #000; }
.contrast3 .button--dotted:hover { background: none; text-decoration: none; }
.contrast3 a:hover { text-decoration: underline; }
.contrast3 main { background: yellow; color: #000; }
.contrast3 .section, .contrast3 .news-item, .contrast3 .card, .contrast3 .card-collection { background: yellow !important; border-color: #000; }
.contrast3 .news-item-date { background: yellow; color: #000; }
.contrast3 .card-label { background: yellow !important; color: #000 !important; }
.contrast3 .frontpage-welcome { background: yellow; }
.contrast3 .ornament1 { display: none; }
.contrast3 .header-additional > * { -webkit-box-shadow: none; box-shadow: none; }
.contrast3 .header-additional .wcag, .contrast3 .header-additional .search { background: yellow; color: #000; }
.contrast3 .header-additional .search.expanded span { color: #000; }
.contrast3 footer { border-color: #000; }

/*# sourceMappingURL=style.css.map */