article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
html,
body {
  margin: 0;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
img {
  border: 0;
  max-width: 100%;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.anim {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
@media (min-width: 768px) {
  .md-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list * {
  outline: none !important;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.blueimp-gallery-single .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-single .play-pause {
  display: none !important;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.6;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.6;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.6;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.6;
}
.test_class {
  width: 10px;
  display: block;
  top: 0;
  left: 10px;
  margin: 0 auto;
}
.hidescrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.hidescrollbar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.anim_shake {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.flexvc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.flexsb {
  display: flex;
  justify-content: space-between;
}
.uc {
  text-transform: uppercase;
}
button {
  background: none;
  border: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  font-variant-ligatures: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
  letter-spacing: 0 !important;
}
.fs05 {
  font-size: 3vw;
}
@media (max-width: 767px) {
  .fs05 {
    font-size: 1.8rem;
  }
}
.fs1 {
  font-size: 1.8rem;
}
.fs2 {
  font-size: 1.5rem;
}
.fs3 {
  font-size: 1.25rem;
}
.fs4 {
  font-size: 1rem;
}
.fs5 {
  font-size: 0.8rem;
}
.fs6 {
  font-size: 0.7rem;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-weight: normal;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child,
.stdtxt h6:first-child {
  margin-top: 0;
}
.stdtxt h1 {
  font-size: 1.8rem;
}
.stdtxt h2 {
  font-size: 1.5rem;
}
.stdtxt h3 {
  font-size: 1.25rem;
}
.stdtxt h4 {
  font-size: 1.25rem;
}
.stdtxt h5 {
  font-size: 1.25rem;
}
.stdtxt h6 {
  font-size: 1.25rem;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1rem 0;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  vertical-align: top;
  padding: 8px 0;
  padding-right: 1rem;
}
.stdtxt table td:last-child {
  padding-right: 0;
}
.stdtxt table.logotable td {
  padding-bottom: 1rem;
}
.stdtxt table.logotable tr:last-child td {
  padding-bottom: 0;
}
.stdtxt table.logotable .l {
  width: 200px;
  padding-right: 1rem;
}
.stdtxt table.logotable .l img {
  margin: 0 !important;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table,
.stdtxt .contentblock {
  margin-bottom: 1rem;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child,
.stdtxt .contentblock:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a,
.stdtxt .contentblock a {
  text-decoration: underline;
  text-decoration-color: gray;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover,
.stdtxt .contentblock a:hover {
  text-decoration-color: currentColor;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 1rem;
  width: 100% !important;
  font-size: 0.7rem;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.font0 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font1 {
  font-family: "inter", sans-serif;
}
.font2 {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
}
html {
  height: 100%;
  font-size: 20px;
}
body {
  font-family: "inter", sans-serif;
  font-size: 1rem;
  overflow-y: scroll;
  line-height: 1.4;
  background: #fff9f3;
  background: #e0e0e0;
  background: #fff;
}
.modal-search {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  line-height: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  display: none;
}
.modal_open-search .modal-search {
  display: flex;
}
.modal-search > .in {
  text-align: right;
  width: 50%;
  font-size: 1.8rem;
  margin-top: -2rem;
}
@media (max-width: 1023px) {
  .modal-search > .in {
    width: 90%;
    font-size: 1rem;
  }
}
.modal-search button {
  font: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-search button.closeb {
  position: relative;
  top: -0.25rem;
  right: -1.5rem;
}
.modal-search form {
  position: relative;
  width: 100%;
}
.modal-search form input {
  display: block;
  width: 100%;
  border: black solid 1px;
  border-radius: 6px;
  font: inherit;
  background: none;
  padding: 0.5rem 1rem;
}
.modal-search form input:focus {
  outline: none;
}
.modal-search form button {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.modal-search form button:focus {
  outline: none;
  opacity: 0.5;
}
.modal-search button {
  background: none;
  padding:  0;
  margin: 0;
  border: none;
}
.romb {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.block-region_header {
  margin-left: -2.25rem;
}
@media (max-width: 1023px) {
  .block-region_header {
    padding-left: 1rem;
    padding-top: 3rem;
  }
}
.block-region_header h1 {
  display: flex;
  align-items: center;
  margin: 0 0 0.75rem;
  font-size: 3vw;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  line-height: 1.1;
  margin-left: -2.25rem;
}
@media (max-width: 767px) {
  .block-region_header h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .block-region_header h1 {
    font-size: 1.5rem;
  }
}
.block-region_header h1 a {
  display: inline-block;
  vertical-align: top;
}
.block-region_header h1 a:hover .txt {
  text-decoration: underline;
}
.block-region_header h1 img {
  vertical-align: top;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  height: 3.5rem;
  width: 3.5rem;
  margin-right: 1rem;
}
.block-region_header h1:first-child {
  margin-left: 2.25rem;
}
.block-region_header nav.block-region_header__nav {
  line-height: 1;
  font-size: 0.8rem;
  padding-left: 2.25rem;
}
.block-region_header nav.block-region_header__nav a {
  margin-right: 2em;
  margin-bottom: 0.4em;
  display: inline-block;
}
@media (max-width: 1023px) {
  .block-region_header nav.block-region_header__nav a {
    display: block;
  }
}
.block-region_header nav.block-region_header__nav a:last-child {
  margin-right: 0;
}
.block-region_header nav.block-region_header__nav a img,
.block-region_header nav.block-region_header__nav a .nopix {
  display: inline-block;
  vertical-align: middle;
  height: 1.5em;
  width: 1.5em;
  object-fit: cover;
  margin-right: 0.3em;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.block-region_header nav.block-region_header__nav a .nopix {
  background: #e0e0e0;
}
.block-region_header nav.block-region_header__nav a .txt {
  display: inline-block;
  vertical-align: middle;
}
.block-region_header nav.block-region_header__nav a.active {
  font-weight: bold;
}
.block-region_header nav.block-region_header__nav a.active .nopix {
  background: #00cf3f;
}
.block-region_header nav.block-region_header__nav a:hover .txt {
  text-decoration: underline;
}
main {
  max-width: 100%;
}
.layout-region {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .block-content {
    font-size: 0.8rem;
    padding: 0 1rem;
  }
}
.block-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-weight: bold;
  margin: 0 0 0.75rem;
}
.block-content .main {
  margin-bottom: 1rem;
}
.block-content .floatpix {
  width: 33.333%;
  clear: both;
  text-decoration: none !important;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .block-content .floatpix {
    width: 100%;
    float: none;
    padding: 1rem 0 1rem !important;
  }
}
.block-content .floatpix img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
}
.block-content .floatpix .txt {
  display: block;
  font-size: 0.7rem;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  margin-top: 5px;
  text-align: center;
}
.block-content .floatpix.mod-left {
  float: left;
  padding-right: 2rem;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.block-content .floatpix.mod-right {
  float: right;
  padding-top: 0.1rem;
  padding-left: 2rem;
  padding-bottom: 0.1rem;
}
.octogon {
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
}
.but {
  font: inherit;
  line-height: 1;
  font-size: 1.25rem;
  padding: 0.6rem 2rem;
  text-align: center;
  background: #00cf3f;
  color: white;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
}
.but .when-on,
.but .when-off {
  padding-left: 0.5em;
}
.but .when-on {
  display: none;
}
.but .when-off {
  display: inline-block;
}
.but.open .when-on {
  display: inline-block;
}
.but.open .when-off {
  display: none;
}
.but:hover {
  background: #00d441;
}
.but:active {
  background: #00b637;
  color: currentColor;
}
.colset-2-1 {
  display: flex;
  padding: 1rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .colset-2-1 {
    display: block;
    padding: 1rem 0;
  }
}
.colset-2-1.mod-novpad {
  padding-top: 0;
  padding-bottom: 0;
}
.colset-2-1.mod-novpad > * {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.colset-2-1 .col-2 {
  padding: 1rem;
  width: 66.666%;
}
@media (max-width: 1023px) {
  .colset-2-1 .col-2 {
    width: 100%;
    padding: 0 0 2rem !important;
  }
}
.colset-2-1 .col-1 {
  width: 33.333%;
  padding: 1rem;
}
@media (max-width: 1023px) {
  .colset-2-1 .col-1 {
    width: 100%;
    padding: 0;
  }
}
.colset-full {
  padding: 1rem;
}
@media (max-width: 1023px) {
  .colset-full {
    padding: 1rem 0;
  }
}
.colset-full .col-1 {
  padding: 1rem;
}
@media (max-width: 1023px) {
  .colset-full .col-1 {
    padding: 0;
  }
}
.colset-full .col-1.mod-outline {
  outline: rgba(0, 0, 0, 0.05) solid 1px;
}
.block-homeselektor {
  text-align: center;
  border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
  padding-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .block-homeselektor {
    border: none;
  }
}
.block-homeselektor button {
  font: inherit;
  line-height: 1;
  font-size: 1.25rem;
  padding: 0.6rem 2rem;
  text-align: center;
  background: #00cf3f;
  color: white;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
}
.block-homeselektor button .when-on,
.block-homeselektor button .when-off {
  padding-left: 0.5em;
}
.block-homeselektor button .when-on {
  display: none;
}
.block-homeselektor button .when-off {
  display: inline-block;
}
.block-homeselektor button.open .when-on {
  display: inline-block;
}
.block-homeselektor button.open .when-off {
  display: none;
}
.block-homeselektor button:hover {
  background: #00d441;
}
.block-homeselektor button:active {
  background: #00b637;
  color: currentColor;
}
.block-homeselektor button.open {
  background: black;
  color: #00cf3f;
}
.block-buttonlinks {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .block-buttonlinks {
    font-size: 0.8rem;
    padding: 0 1rem;
  }
}
.block-buttonlinks a {
  font: inherit;
  line-height: 1;
  font-size: 1.25rem;
  padding: 0.6rem 2rem;
  text-align: center;
  background: #00cf3f;
  color: white;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
  display: block;
  margin-top: 0.5rem;
}
.block-buttonlinks a .when-on,
.block-buttonlinks a .when-off {
  padding-left: 0.5em;
}
.block-buttonlinks a .when-on {
  display: none;
}
.block-buttonlinks a .when-off {
  display: inline-block;
}
.block-buttonlinks a.open .when-on {
  display: inline-block;
}
.block-buttonlinks a.open .when-off {
  display: none;
}
.block-buttonlinks a:hover {
  background: #00d441;
}
.block-buttonlinks a:active {
  background: #00b637;
  color: currentColor;
}
.block-miniheader {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-size: 1rem;
  text-align: center;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.block-postlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media (max-width: 1023px) {
  .block-postlist {
    margin: 0;
  }
}
.block-postlist .block-postlink {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  flex-basis: 33.333%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1rem;
}
@media (max-width: 1023px) {
  .block-postlist .block-postlink {
    font-size: 0.8rem;
    flex-basis: 100%;
  }
}
.block-postlist .block-postlink a {
  display: block;
}
.block-postlist .block-postlink .pix {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
  background-color: #f0f0f0;
}
.block-postlist .block-postlink .pix.empty {
  opacity: 0.5;
  background-image: url(/wp-content/uploads/2021/11/strojelogo.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.block-postlist .block-postlink .pix.ikona {
  background-color: transparent;
}
.block-postlist .block-postlink .pix.ikona .rr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20%;
}
.block-postlist .block-postlink .pix.ikona .r {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.block-postlist .block-postlink .pix.ikona img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: block;
  object-fit: cover !important;
}
.block-postlist .block-postlink .pix img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center top;
}
.block-postlist .block-postlink .txt {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
}
.block-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
.block-slider .item {
  outline: none !important;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .block-slider .item {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .block-slider .item {
    border-radius: 0 !important;
  }
}
.block-slider .item .itemin {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1023px) {
  .block-slider .item .itemin {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.block-slider .item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 1023px) {
  .block-slider .item img {
    object-position: center top;
    flex-shrink: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.block-slider .item .podpis {
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.8rem;
  background: white;
  width: 20%;
  min-width: 280px;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  text-align: left;
}
.block-slider .item .podpis.moving {
  transition-duration: 0.1s;
  opacity: 0;
}
.block-slider .item .podpis p {
  margin-top: 0.5em;
}
.block-slider .item .podpis p:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .block-slider .item .podpis {
    font-size: 0.7rem;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 420px) {
  .block-slider .item .podpis {
    font-size: 11px;
  }
}
.block-slider .msz_slickarr {
  line-height: 1;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: white;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-slider .msz_slickarr.next {
  right: 0;
  transform: translate(-50%, -50%);
}
.block-slider .msz_slickarr.prev {
  left: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 1023px) {
  .block-slider .msz_slickarr {
    display: none !important;
  }
}
.block-slider .msz_slickarr:hover {
  filter: invert(1);
}
.block-slider .slick-dots {
  position: absolute;
  bottom: 0.45rem;
  left: 0%;
  line-height: 1;
  list-style-type: none;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}
.block-slider .slick-dots li {
  padding: 0;
}
@media (max-width: 1023px) {
  .block-slider .slick-dots {
    display: none !important;
  }
}
.block-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0.1rem;
  position: relative;
}
.block-slider .slick-dots li .dymek {
  width: 400%;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-25%, 0%);
  margin-bottom: 0.5rem;
  opacity: 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.block-slider .slick-dots li .dymek img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1023px) {
  .block-slider .slick-dots li .dymek {
    display: none !important;
  }
}
.block-slider .slick-dots li:hover .dymek {
  opacity: 1;
}
.block-slider .slick-dots li button {
  font: inherit;
  font-size: 0;
  letter-spacing: 0 !important;
  border-radius: 100%;
  background: white;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.block-slider .slick-dots li button:hover {
  background: #00cf3f;
}
.block-slider .slick-dots li button:after {
  font-size: 1rem;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transform: scale(0);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.block-slider .slick-dots li.slick-active button:after {
  opacity: 1;
  transform: scale(0.5);
}
.block-slider_home {
  position: relative;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
  background: #f0f0f0;
}
.block-slider_home .item {
  outline: none !important;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1023px) {
  .block-slider_home .item {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .block-slider_home .item {
    border-radius: 0 !important;
  }
}
.block-slider_home .item .itemin {
  height: 100%;
  position: relative;
  display: block;
}
.block-slider_home .item img {
  width: auto;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.block-slider_home .item .podpis {
  padding: 1rem 1rem;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(#ffffff, #f0f0f0);
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.7rem;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.block-slider_home .item .podpis.moving {
  transition-duration: 0.1s;
  opacity: 0;
}
.block-slider_home .item .podpis p {
  display: none;
}
.block-slider_home .item .podpis p:first-child {
  display: block;
}
.block-slider_home .msz_slickarr {
  line-height: 1;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: white;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-slider_home .msz_slickarr.next {
  right: 0;
  transform: translate(-25%, -50%);
}
.block-slider_home .msz_slickarr.prev {
  left: 0;
  transform: translate(25%, -50%);
}
@media (max-width: 1023px) {
  .block-slider_home .msz_slickarr {
    display: none !important;
  }
}
.block-slider_home .msz_slickarr:hover {
  filter: invert(1);
}
.block-slider_home .slick-dots {
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 1;
  list-style-type: none;
  padding: 0;
}
.block-slider_home .slick-dots li {
  padding: 0;
}
.block-slider_home .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.1rem;
  position: relative;
}
.block-slider_home .slick-dots li .dymek {
  width: 400%;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-25%, 0%);
  margin-bottom: 0.5rem;
  opacity: 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.block-slider_home .slick-dots li .dymek img {
  width: 100%;
  height: auto;
  display: block;
}
.block-slider_home .slick-dots li:hover .dymek {
  opacity: 1;
}
.block-slider_home .slick-dots li button {
  font: inherit;
  font-size: 0;
  letter-spacing: 0 !important;
  border-radius: 100%;
  background: white;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.block-slider_home .slick-dots li button:hover {
  background: #00cf3f;
}
.block-slider_home .slick-dots li button:after {
  font-size: 1rem;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transform: scale(0);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.block-slider_home .slick-dots li.slick-active button:after {
  opacity: 1;
  transform: scale(0.5);
}
.block-slider_czywiesz {
  position: relative;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
  background: #f0f0f0;
  background: linear-gradient(45deg, #f0f0f0, #ffffff, #f0f0f0);
}
.block-slider_czywiesz .msz_slickarr {
  opacity: 0;
  transition: opacity 0.5s;
}
.block-slider_czywiesz:hover .msz_slickarr {
  opacity: 1;
}
.block-slider_czywiesz .item {
  outline: none !important;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 50vh;
  min-height: 400px;
}
@media (max-width: 1023px) {
  .block-slider_czywiesz .item {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .block-slider_czywiesz .item {
    border-radius: 0 !important;
  }
}
.block-slider_czywiesz .item .itemin {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.8rem;
  text-align: center;
}
@media (max-width: 1600px) {
  .block-slider_czywiesz .item .itemin {
    font-size: 0.7rem;
  }
}
.block-slider_czywiesz .msz_slickarr {
  line-height: 1;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: white;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-slider_czywiesz .msz_slickarr.next {
  right: 0;
  transform: translate(-25%, -50%);
}
.block-slider_czywiesz .msz_slickarr.prev {
  left: 0;
  transform: translate(25%, -50%);
}
@media (max-width: 1023px) {
  .block-slider_czywiesz .msz_slickarr {
    display: none !important;
  }
}
.block-slider_czywiesz .msz_slickarr:hover {
  filter: invert(1);
}
.block-slider_czywiesz .slick-dots {
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 1;
  list-style-type: none;
  padding: 0;
}
.block-slider_czywiesz .slick-dots li {
  padding: 0;
}
.block-slider_czywiesz .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.1rem;
  position: relative;
}
.block-slider_czywiesz .slick-dots li .dymek {
  width: 400%;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-25%, 0%);
  margin-bottom: 0.5rem;
  opacity: 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.block-slider_czywiesz .slick-dots li .dymek img {
  width: 100%;
  height: auto;
  display: block;
}
.block-slider_czywiesz .slick-dots li:hover .dymek {
  opacity: 1;
}
.block-slider_czywiesz .slick-dots li button {
  font: inherit;
  font-size: 0;
  letter-spacing: 0 !important;
  border-radius: 100%;
  background: white;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.block-slider_czywiesz .slick-dots li button:hover {
  background: #00cf3f;
}
.block-slider_czywiesz .slick-dots li button:after {
  font-size: 1rem;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transform: scale(0);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.block-slider_czywiesz .slick-dots li.slick-active button:after {
  opacity: 1;
  transform: scale(0.5);
}
button {
  cursor: pointer;
}
.block-topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.block-topbar .logo {
  display: block;
  pointer-events: initial;
  margin-top: 0rem;
  padding-left: 0.5rem;
  background: linear-gradient(#ffffff 80%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1023px) {
  .block-topbar .logo {
    background: none;
  }
}
.block-topbar .logo:hover {
  margin-top: -0.5rem;
}
.block-topbar .logo img {
  width: auto;
  display: block;
}
@media (max-width: 1023px) {
  .block-topbar .logo img {
    width: 60px;
    height: auto;
  }
}
.block-topbar .js-hamb {
  pointer-events: initial;
  position: fixed;
  top: 0;
  right: 0;
  padding: 2rem 2rem 2rem 1rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .block-topbar .js-hamb {
    padding: 0.5rem;
  }
}
.block-topbar .js-hamb img {
  height: 1.5rem;
}
.block-topbar .js-hamb .h {
  display: block;
}
.block-topbar .js-hamb .x {
  display: none;
}
.block-topbar .js-hamb.open .x {
  display: block;
}
.block-topbar .js-hamb.open .h {
  display: none;
}
.block-topbar .js-hamb:hover {
  opacity: 0.8;
}
.block-topbar .js-togglesearch {
  pointer-events: initial;
  position: fixed;
  top: 0;
  padding: 2rem;
  right: 4rem;
  padding-right: 1rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .block-topbar .js-togglesearch {
    right: 2.5rem;
    padding: 0.5rem;
  }
}
.block-topbar .js-togglesearch img {
  height: 1.5rem;
}
.block-topbar .js-togglesearch:hover {
  opacity: 0.8;
}
.block-mainmenu {
  position: fixed;
  line-height: 1;
  z-index: 1;
  top: 0.5rem;
  right: 0.5rem;
  width: 480px;
  font-size: 1.25rem;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  display: none;
}
@media (max-width: 1023px) {
  .block-mainmenu {
    width: auto;
    font-size: 1rem;
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    text-align: center;
  }
}
.block-mainmenu .in {
  background: white;
  background: #f0f0f0;
  color: black;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
  padding: calc(1rem - 5px) 0;
  padding: 2rem 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
@media (max-width: 1023px) {
  .block-mainmenu .in {
    background: #00cf3f;
    color: white;
  }
}
@media (max-width: 1023px) {
  .block-mainmenu .in {
    padding: 1rem 0;
  }
}
.mobile_menu_open .block-mainmenu {
  display: block;
}
.csstransforms3d .block-mainmenu {
  display: block;
  pointer-events: none;
  opacity: 0;
}
.csstransforms3d .block-mainmenu .in {
  transform: translate(0, -100%);
  transform-origin: 100% 0%;
}
.csstransforms3d.mobile_menu_open .block-mainmenu {
  opacity: 1;
  pointer-events: initial;
}
.csstransforms3d.mobile_menu_open .block-mainmenu .in {
  transform: none;
}
.block-mainmenu ul {
  align-items: center;
  list-style-type: none;
  padding: 0;
}
.block-mainmenu ul li {
  padding: 0;
}
.block-mainmenu ul li {
  display: block;
}
.block-mainmenu ul li.kreska {
  opacity: 0.1;
  padding: 8px 0 0;
}
.block-mainmenu ul li.kreska a {
  pointer-events: none;
  font-size: 0;
  letter-spacing: 0 !important;
  border-top: currentColor solid 1px;
}
.block-mainmenu ul li a {
  display: block;
  padding: 5px 3rem;
}
@media (max-width: 1023px) {
  .block-mainmenu ul li a {
    padding: 5px 0.5rem;
  }
}
.block-mainmenu ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
  background: #00cf3f;
}
.block-mainmenu .wrap-fb {
  padding: 5px 3rem;
  margin-left: -2px;
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .block-mainmenu .wrap-fb {
    padding: 5px 0.5rem;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
#mainwrap .leftbar {
  background: linear-gradient(#ffffff, #f0f0f0);
  color: black;
  font-size: 0.8rem;
  position: fixed;
  z-index: 1;
  width: 180px;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 2rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  #mainwrap .leftbar {
    display: none !important;
  }
}
#mainwrap .leftbar a {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  margin: 1rem 0;
}
#mainwrap .leftbar a.open {
  font-weight: bold;
}
#mainwrap .leftbar a .pix {
  margin: 0 auto;
  width: 60%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
#mainwrap .leftbar a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#mainwrap .leftbar a .txt {
  margin-top: 5px;
  display: block;
  text-align: center;
}
#mainwrap .leftbar a:hover .pix {
  transform: rotate(90deg);
}
#mainwrap .leftbar a:nth-child(odd):hover .pix {
  transform: rotate(-90deg);
}
#mainwrap .colmain {
  flex-grow: 2;
  margin-left: 180px;
}
@media (max-width: 1023px) {
  #mainwrap .colmain {
    margin-left: 0;
  }
}
.layout-home {
  padding: 3rem 3rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .layout-home {
    padding: 3rem 1rem 1rem;
  }
}
.block-homelist {
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-bottom: 1rem;
}
.block-homelist a.link {
  width: 14.285%;
  font-size: 0.8rem;
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  padding: 1rem 1rem 0;
}
@media (max-width: 1600px) {
  .block-homelist a.link {
    width: 16.6667%;
    font-size: 0.8rem;
  }
}
@media (max-width: 1023px) {
  .block-homelist a.link {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .block-homelist a.link {
    width: 33.333%;
  }
}
@media (max-width: 420px) {
  .block-homelist a.link {
    width: 50%;
    font-size: 0.7rem;
  }
}
.block-homelist a.link .pix {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.block-homelist a.link img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-homelist a.link .txt {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  margin-top: 0.5rem;
  display: block;
  text-align: center;
}
.block-homelist a.link:hover .pix {
  transform: rotate(90deg);
}
.block-homelist a.link:nth-child(odd):hover .pix {
  transform: rotate(-90deg);
}
.block-home_header h1 {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.1;
  font-size: 3vw;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
}
.block-home_header h1.noflex {
  display: block;
}
@media (max-width: 1023px) {
  .block-home_header h1.noflex {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block-home_header h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .block-home_header h1 {
    font-size: 1.8rem;
    text-align: center;
    justify-content: center;
  }
}
.block-home_header h1 img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  height: 3.5rem;
  width: 3.5rem;
}
.block-home_header .txt {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
.block-home_header .txt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.block-home_header .txt h1,
.block-home_header .txt h2,
.block-home_header .txt h3,
.block-home_header .txt h4,
.block-home_header .txt h5,
.block-home_header .txt h6 {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-weight: normal;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.block-home_header .txt h1:first-child,
.block-home_header .txt h2:first-child,
.block-home_header .txt h3:first-child,
.block-home_header .txt h4:first-child,
.block-home_header .txt h5:first-child,
.block-home_header .txt h6:first-child {
  margin-top: 0;
}
.block-home_header .txt h1 {
  font-size: 1.8rem;
}
.block-home_header .txt h2 {
  font-size: 1.5rem;
}
.block-home_header .txt h3 {
  font-size: 1.25rem;
}
.block-home_header .txt h4 {
  font-size: 1.25rem;
}
.block-home_header .txt h5 {
  font-size: 1.25rem;
}
.block-home_header .txt h6 {
  font-size: 1.25rem;
}
.block-home_header .txt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1rem 0;
}
.block-home_header .txt table {
  border-collapse: collapse;
}
.block-home_header .txt table td {
  vertical-align: top;
  padding: 8px 0;
  padding-right: 1rem;
}
.block-home_header .txt table td:last-child {
  padding-right: 0;
}
.block-home_header .txt table.logotable td {
  padding-bottom: 1rem;
}
.block-home_header .txt table.logotable tr:last-child td {
  padding-bottom: 0;
}
.block-home_header .txt table.logotable .l {
  width: 200px;
  padding-right: 1rem;
}
.block-home_header .txt table.logotable .l img {
  margin: 0 !important;
}
.block-home_header .txt p,
.block-home_header .txt blockquote,
.block-home_header .txt ul,
.block-home_header .txt ol,
.block-home_header .txt table,
.block-home_header .txt .contentblock {
  margin-bottom: 1rem;
}
.block-home_header .txt p:last-child,
.block-home_header .txt blockquote:last-child,
.block-home_header .txt ul:last-child,
.block-home_header .txt ol:last-child,
.block-home_header .txt table:last-child,
.block-home_header .txt .contentblock:last-child {
  margin-bottom: 0;
}
.block-home_header .txt p a,
.block-home_header .txt blockquote a,
.block-home_header .txt ul a,
.block-home_header .txt ol a,
.block-home_header .txt table a,
.block-home_header .txt .contentblock a {
  text-decoration: underline;
  text-decoration-color: gray;
}
.block-home_header .txt p a:hover,
.block-home_header .txt blockquote a:hover,
.block-home_header .txt ul a:hover,
.block-home_header .txt ol a:hover,
.block-home_header .txt table a:hover,
.block-home_header .txt .contentblock a:hover {
  text-decoration-color: currentColor;
}
.block-home_header .txt iframe {
  width: 100% !important;
}
.block-home_header .txt .wp-caption {
  margin-bottom: 1rem;
  width: 100% !important;
  font-size: 0.7rem;
}
.block-home_header .txt .wp-caption a {
  display: block;
  width: 100% !important;
}
.block-home_header .txt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.block-home_header .txt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .block-home_header .txt .alignnone {
    margin-left: 0;
  }
}
.block-home_header .txt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.block-home_header .txt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.block-home_header .txt .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.block-home_header .txt .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.block-home_header .txt img {
  max-width: 100% !important;
  height: auto;
}
@media (max-width: 1023px) {
  .block-home_header .txt {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .block-home_header .txt {
    font-size: 0.8rem;
  }
}
@media (max-width: 1023px) {
  .home .block-mapa {
    margin: 0 -1rem;
  }
}
.block-mapa .mapa {
  overflow: hidden;
  position: relative;
}
.block-mapa .mapa > img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.5;
}
.block-mapa .dot {
  position: absolute;
}
.block-mapa .dot .in {
  transform: translate(-50%, -5px);
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: black;
  display: block;
}
.block-mapa .dot .pix {
  position: relative;
  width: 40px;
  height: 40px;
  transform: translate(-50%, 0);
  margin-top: -20px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.block-mapa .dot .pix img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .block-mapa .dot .pix {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.block-mapa .dot .txt {
  display: block;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 11px;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  max-width: 120px;
  padding: 2px 10px;
  margin-top: 3px;
  border-radius: 3px;
  background: white;
}
@media (max-width: 1023px) {
  .block-mapa .dot .txt {
    display: none !important;
  }
}
.block-mapa .dot:hover {
  z-index: 1000;
}
.block-mapa .dot:hover .in {
  background: #00cf3f;
}
.block-mapa .dot:hover .txt {
  background: black;
  color: white;
}
.block-mapa .dot:hover .pix {
  transform: translate(-50%, 0) rotate(90deg);
}
.block-slownik {
  margin-top: -0.5rem;
}
.block-slownik .pytanie {
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Libre Caslon Text', serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.block-slownik .pytanie::before {
  font-weight: normal;
  content: '↓';
  margin-right: 0.5rem;
  border-radius: 4px;
  text-decoration: none !important;
  font-family: "inter", sans-serif;
  background: #00cf3f;
}
.block-slownik .pytanie.open::before {
  background: #00cf3f;
  font-weight: normal;
  content: '↑';
  font-family: "inter", sans-serif;
  margin-right: 0.5rem;
  border-radius: 4px;
  text-decoration: none !important;
}
.block-slownik .pytanie:hover span {
  text-decoration: underline;
  text-underline-position: under;
}
.block-slownik .odpowiedz {
  margin-bottom: 0.5rem;
}
.block-wykroje {
  border: 0;
  border-collapse: collapse;
}
.block-wykroje td {
  vertical-align: top;
  padding-bottom: 2rem;
}
.block-wykroje td.txt {
  padding-right: 2rem;
}
.block-wykroje td img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.block-wykroje td.pix {
  text-align: center;
}
.logos {
  border-top: #eee solid 1px;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .logos {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .logos ._item {
    margin-bottom: 1rem;
  }
}
.logos ._item h4 {
  width: 100%;
  font: inherit;
  font-size: 10px;
  text-align: center;
}
.logos ._item ._item_in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logos ._item ._item_in a {
  margin: 0 1rem;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: top;
}
.logos ._item ._item_in img {
  display: block;
}
.logos ._item ._subline {
  margin-top: 10px;
  text-align: center;
  opacity: 0.7;
}
.partnerzy h2 {
  font: inherit;
  font-weight: bold;
  border-top: black solid 1px;
  padding-top: 0.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.partnerzy h2 small {
  font-weight: normal;
  display: block;
}
.partnerzy table {
  border: none;
  border-collapse: collapse;
}
.partnerzy table td {
  vertical-align: top;
  padding: 0.5em 0;
  padding-bottom: 2em;
}
.partnerzy table td._pix {
  min-width: 100px;
  width: 200px;
  text-align: center;
  padding-right: 2em;
}
.partnerzy table td._pix img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: center center;
  display: inline-block;
  vertical-align: top;
}
.partnerzy table td._txt {
  font-size: 0.8rem;
}
.partnerzy table td._txt h3 {
  font: inherit;
  font-weight: bold;
}
.partnerzy table td._txt h3 a {
  text-decoration: none !important;
}
.partnerzy table td._txt h3 a:hover {
  text-decoration: underline !important;
}
.partnerzy table td._txt h3 + .stdtxt {
  margin-top: 1em;
}
.block-zalaczniki ul {
  list-style-type: none;
  padding: 0;
}
.block-zalaczniki ul li {
  padding: 0;
}
.block-zalaczniki li {
  line-height: 1;
  display: block;
}
.block-zalaczniki li a {
  display: flex;
  text-decoration: none !important;
  margin-bottom: 3px;
}
.block-zalaczniki li a .title {
  flex-grow: 2;
  padding-left: 1ex;
}
.block-zalaczniki li a .ik {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.block-zalaczniki li a:hover .ik {
  transform: translate(0, 10%);
}
.block-zalaczniki li a:hover .title {
  text-decoration: underline;
}
.block-zalaczniki li a:hover .size {
  opacity: 1;
}
.block-zalaczniki .size {
  transition: all 0.5s;
  font-size: 80%;
  border: currentColor solid 1px;
  padding: 0.15em 0.5em 0;
  display: inline-flex;
  border-radius: 0.2em;
  opacity: 0.5;
}
.mszcookies {
  font-size: 12px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
}
.mszcookies .mszcookies__in {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 1rem 10px;
  border-radius: 3px;
}
@media (max-width: 1023px) {
  .mszcookies .mszcookies__in {
    padding-top: 10px;
  }
  .mszcookies .mszcookies__in > div {
    display: block;
  }
  .mszcookies .mszcookies__in > div a,
  .mszcookies .mszcookies__in > div button {
    display: block;
    margin: 0 !important;
  }
}
.mszcookies button {
  color: white;
  background: white;
  color: black;
  padding: 0.5em 1em;
  border-radius: 3px;
  margin-left: 1rem;
  cursor: pointer;
  font-weight: bold;
  border: white solid 1px;
}
.mszcookies button:hover {
  opacity: 0.8;
}
.mszcookies button:active {
  transform: scale(0.9);
}
.mszcookies button.mszcookies__in--x {
  border: rgba(255, 255, 255, 0.4) solid 1px;
  color: white;
  background: transparent;
}
.mszcookies button.mszcookies__in--x:hover {
  border-color: white;
}
.mszcookies a {
  color: white;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  margin-left: 1rem;
  border-bottom: ;
}
.mszcookies a:hover {
  color: white;
  text-decoration: none;
}
.skip-to-content-link {
  background: black;
  color: white;
  height: 50px;
  left: 0;
  top: -1000px;
  padding: 10px;
  line-height: 30px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  z-index: 100000;
  display: block;
  transition: all 0.4s;
}
.skip-to-content-link:focus {
  top: 0;
}
