@import url(http://fast.fonts.net/t/1.css?apiType=css&projectid=ee84c1e5-79d6-48ba-b437-e88bc371b885);
@charset "UTF-8";
:root {
  --app-height: 100%;
  --header-height: 100px;
  --header-height-mobile: 80px;
  --primary-color: #000000;
  --grey-color: #707070;
  --white-color: #ffffff;
  --secondary-color: #f9b038;
  --secondary-color-hover: #e2910f;
  --border-color: #EDEDED;
  --green-color: #BCCF00;
  --green-color-hover: #c9da31;
  --btn-color: var(--primary-color);
  --btn-bg-color: var(--secondary-color);
  --btn-bg-color-hover: var(--secondary-color-hover);
  --btn-bg-color-active: var(--secondary-color-hover);
  --btn-text-color: var(--white-color);
  --btn-text-color-hover: var(--white-color-hover);
  --btn-text-color-active: var(--white-color-hover);
  --btn-border-color: var(--primary-color);
  --btn-border-color-hover: var(--primary-color-hover);
  --btn-border-color-active: var(--primary-color-hover);
  --link-color: var(--primary-color);
  --link-color-hover: var(--primary-color);
  --link-white-color: var(--white-color);
  --link-white-color-hover: var(--white-color);
  --bg-color: #ffffff;
  --bg-green: rgba(157, 164, 126, 1);
  --bg-blue: rgba(217, 239, 250, 1);
  --bg-violet: #A77B95;
  --bg-green-glow: #BCCF00;
  --bg-tirquoise: #00B4D5;
  --bg-orange: #F9B039;
  --box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --transition-in: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  --transition-out: 0.15s cubic-bezier(0.65, 0.05, 0.36, 1);
  --transition-in-slow: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  --transition-out-slow: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  --font-familly: 'Trade Gothic', sans-serif;
  --font-familly-light: 'Trade Gothic', sans-serif;
  --font-familly-heading: 'Trade Gothic Bold', sans-serif;
  --font-familly-heading-bold: 'Trade Gothic Bold', sans-serif;
  --font-familly-serif: 'Times New Roman', Times, Georgia, serif;
  --font-weight-regular: 400;
  --font-weight-medium: 600;
  --font-weight-bold: 600;
  --padding: 20px;
  --padding-sm: 10px;
  --padding-xl: 30px;
  --padding-xxl: 40px;
  --padding-xxxl: 60px;
  --text-spacing: 20px;
  --text-spacing-lg: 32px;
  --block-margin: 40px;
  --gap: 40px;
  --grid-gutter: 27px;
  --grid-gutter-mobile: 16px;
  --grid-headline-padding: 20px 20px 30px;
  --border-radius: 9px;
  --h1-spacing: 30px;
  --h2-spacing: 25px;
  --h3-spacing: 20px;
  --h4-spacing: 20px;
  --h5-spacing: 15px;
  --h6-spacing: 15px;
  --max-width: 1651px;
  --max-width-narrow: 1167px;
  --font-size: 16px;
  --font-size-s: 14px;
  --font-size-m: 16px;
  --font-size-l: 18px;
  --font-size-xl: 30px;
  --font-size-responsive-large: clamp(1rem, 1rem + 1vw, 1.5rem);
  --font-size-responsive-larger: clamp(1.4rem, 1rem + 1.3vw, 3rem);
  --font-size-responsive-largest: clamp(2rem, 2rem + 2vw, 5rem);
  --font-size-margue: clamp(2.4rem, 3rem + 5vw, 106rem);
  --font-size-page-title: clamp(3rem, 4rem + 4vw, 13rem);
  --font-size-section-title: clamp(3rem, 3rem + 4vw, 11rem);
  --font-size-h1: clamp(2.4rem, 2rem + 3vw, 6rem);
  --font-size-h2: clamp(2rem, 1.6rem + 1.4vw, 3.5rem);
  --font-size-h3: clamp(1.6rem, 1.4rem + 0.8vw, 2.5rem);
  --font-size-h4: clamp(1.4rem, 1.2rem + 0.5vw, 2rem);
  --font-size-h5: clamp(1.4rem, 1rem + 0.3vw, 2rem);
  --font-size-h6: clamp(0.8rem, 0.8rem + 0.1vw, 1.2rem);
  --section-padding: 35px;
  --section-padding-bottom: 35px;
  --grid-gap: 16px;
  --grid-image-height: 380px;
  --grid-image-height-md: 580px;
  --grid-image-half-height: 282px;
  --arrow-height: 44px;
  --logo-height: 60px;
  --menu-top-padding: 80px;
  --menu-bottom-padding: 80px;
}

@media (min-width: 768px) {
  :root {
    --font-size: 16px;
    --font-size-m: 18px;
    --font-size-l: 24px;
    --font-size-xl: 26px;
    --section-padding: 45px;
    --section-padding-bottom: 45px;
    --padding-xl: 40px;
    --padding-xxl: 55px;
    --block-margin: 80px;
    --arrow-height: 88px;
    --logo-height: 90px;
    --menu-top-padding: 0px;
  }
}
@media (min-width: 1024px) {
  :root {
    --text-spacing: 32px;
    --padding-xxxl: 85px;
    --gap: 80px;
    --block-margin: 80px;
    --h4-spacing: 32px;
    --logo-height: 200px;
    --menu-top-padding: 60px;
  }
}
@media (min-width: 1600px) {
  :root {
    --logo-height: 254px;
    --menu-top-padding: 84px;
    --gap: 100px;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
main,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

html,
body {
  min-height: 100%;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul li {
  list-style: none;
}

ol {
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:focus, a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-style: italic;
  font-weight: var(--font-weight-bold);
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: 0;
}

label,
button,
select,
input[type=submit] {
  cursor: pointer;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  font: inherit;
  color: inherit;
  border: none;
  outline: 0;
}

select {
  border-radius: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=submit] {
  outline: 0 !important;
}

*,
*:before,
*:after,
* * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}

.nod {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
.transition {
  transition: var(--transition-out);
}
.transition:hover {
  transition: var(--transition-in);
}

dl:before, dl:after {
  content: "";
  display: table;
  clear: both;
}

.portrait-image-wrap, .square-image-wrap {
  position: relative;
}
.portrait-image-wrap:after, .square-image-wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.portrait-image-wrap img, .square-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

.portrait-image-wrap img, .square-image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.companion-current-issue__image img, .companion-author__image-inner, .companion-full-width-image .wp-block-image img, .companion-image-text .wp-block-image img {
  transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
}

.companion-location .wp-block-image img, .companion-image-text.companion-image-text--right .wp-block-image img {
  transform: matrix(1, 0.09, -0.09, 1, 0, 0);
}

.companion-location .wp-block-image img, .companion-author__image-inner, .companion-full-width-image .wp-block-image img, .companion-image-text .wp-block-image img {
  box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.1607843137);
}

.companion-location .wp-block-image img, .companion-author__image-inner, .companion-full-width-image .wp-block-image img, .companion-image-text .wp-block-image img {
  border: 8px solid var(--white-color);
}

.companion-location .wp-block-image, .companion-author__image-inner, .companion-full-width-image .wp-block-image, .companion-image-text .wp-block-image {
  position: relative;
  z-index: 2;
}
.companion-location .wp-block-image:after, .companion-author__image-inner:after, .companion-full-width-image .wp-block-image:after, .companion-image-text .wp-block-image:after {
  content: "";
  display: block;
  background: url("../../img/Pin.png") center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: calc(50% - 15px);
}
@media (min-width: 768px) {
  .companion-location .wp-block-image:after, .companion-author__image-inner:after, .companion-full-width-image .wp-block-image:after, .companion-image-text .wp-block-image:after {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
  }
}

.companion-location .wp-block-image:after, .companion-image-text.companion-image-text--right .wp-block-image:after {
  left: calc(54% - 15px) !important;
}
@media (min-width: 768px) {
  .companion-location .wp-block-image:after, .companion-image-text.companion-image-text--right .wp-block-image:after {
    left: calc(54% - 30px) !important;
  }
}

.companion-full-width-image .wp-block-image:after, .companion-image-text .wp-block-image:after {
  left: calc(48% - 15px);
}
@media (min-width: 768px) {
  .companion-full-width-image .wp-block-image:after, .companion-image-text .wp-block-image:after {
    left: calc(48% - 30px);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAndOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeup {
  transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.fadeup[data-delay] {
  transition-delay: var(--delay, 0s);
}
.fadeup.animate {
  opacity: 1;
  transform: translateY(0px);
}

.fadein {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.fadein[data-delay] {
  transition-delay: var(--delay, 0s);
}
.fadein.animate {
  opacity: 1;
}

@font-face {
  font-family: "Trade Gothic";
  src: url("../font/4a10911a-c25d-4efa-b155-59d533f0e0c2.woff2") format("woff2"), url("../font/ac62393e-80e8-42f0-a6d7-fb566b94e567.woff") format("woff");
}
@font-face {
  font-family: "Trade Gothic Bold";
  src: url("../font/520ed712-50ad-4591-aa63-b242b83a3694.woff2") format("woff2"), url("../font/c9083b7e-ba26-4e45-8f1b-34ad32e924e5.woff") format("woff");
}
body {
  min-height: 100%;
  font-size: var(--font-size);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--primary-color);
  line-height: 1.45;
  font-weight: var(--font-weight-regular);
}
@media (min-width: 1024px) {
  body {
    height: 100%;
  }
}

.larger-text {
  font-size: var(--font-size-l);
}

a {
  color: var(--link-color);
  text-decoration: none;
  transition: all var(--transition-out);
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}
a:hover {
  color: var(--link-color-hover);
  transition: all var(--transition-in);
}

.tdu a,
a.tdu {
  text-decoration: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}
.tdu a:hover,
a.tdu:hover {
  text-decoration: underline;
}

.white-text {
  color: var(--white-color);
}
.white-text a {
  color: var(--link-white-color);
}
.white-text a:hover {
  color: var(--link-white-color-hover);
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px 0px 0px 0px;
  font-weight: var(--font-weight-medium);
}
* + h3 {
  margin-top: var(--text-spacing);
}

.headline {
  font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

.large-headline {
  text-align: center;
  font-size: var(--font-size-section-title);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--block-margin);
}

.wp-block-post-title,
.post-header__title {
  font-size: var(--font-size-page-title);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--text-spacing);
  line-height: 1.19;
  text-align: center;
}

.post-header__title {
  margin: calc(-0.7 * var(--font-size-page-title)) 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  -webkit-margin-before: 0px;
  display: block;
  width: 100%;
  position: relative;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-familly-heading);
  margin-bottom: var(--text-spacing);
  line-height: 1.19;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  text-decoration: underline;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
}

h1,
.h1 {
  font-size: var(--font-size-h1);
  margin-bottom: var(--h1-spacing);
}
h1.has-subheading,
.h1.has-subheading {
  margin-bottom: 10px;
}
h2,
.h2 {
  font-size: var(--font-size-h2);
  margin-bottom: var(--h2-spacing);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
  margin-bottom: var(--h3-spacing);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
  margin-bottom: var(--h4-spacing);
}

h5,
.h5,
h6,
.h6 {
  font-size: var(--font-size-h5);
  margin-bottom: var(--h5-spacing);
}

.text-block {
  max-width: 755px;
}
.text-block.wider {
  max-width: 1060px;
}

.ttu {
  text-transform: uppercase;
}

hr {
  margin: 12px 0px 20px;
  border: 1px solid var(--light-grey-color);
  clear: both;
}

.readable {
  max-width: 800px;
}

blockquote {
  font-weight: var(--font-weight-regular);
}
dl {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
dl dt,
dl dd {
  display: inline;
}

dt {
  padding: 0;
  margin: 0;
}

dd {
  padding: 0;
  margin: 0;
  font-weight: var(--font-weight-medium);
}
dd:after {
  content: "\a";
  white-space: pre;
}

sup {
  vertical-align: super;
  font-size: 12px;
}

.excerpt {
  max-width: 700px;
  font-weight: var(--font-weight-medium);
}

b,
strong,
.bold {
  font-weight: var(--font-weight-bold);
}

.alignnone {
  width: 100%;
  margin-top: var(--text-spacing);
}

.alignleft {
  float: left;
  border-right: 20px solid transparent;
  margin-bottom: 30px;
  max-width: 50%;
}

.alignright {
  float: right;
  border-left: 20px solid transparent;
  margin-bottom: 30px;
  max-width: 50%;
  /* Omezit šířku na 50% kontejneru */
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 30px;
  /* Obrázek na střed */
}

/* Responzivní chování pro mobilní zařízení */
@media (max-width: 767px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    margin: 0 auto 20px;
    max-width: 100%;
    /* Obrázky přes celou šířku */
  }
}
.text-content,
.editor-styles-wrapper {
  font-size: var(--font-size-l);
}
.text-content a:not(.btn):not(.phone),
.editor-styles-wrapper a:not(.btn):not(.phone) {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.text-content a:not(.btn):not(.phone):hover,
.editor-styles-wrapper a:not(.btn):not(.phone):hover {
  color: var(--link-color);
}
.text-content p + h1,
.text-content p + h2,
.text-content p + h3,
.text-content p + h4,
.text-content p + h5,
.text-content p + h6,
.text-content p + .h1,
.text-content p + .h2,
.text-content p + .h3,
.text-content p + .h4,
.text-content p + .h5,
.text-content p + .h6,
.text-content ul + h1,
.text-content ul + h2,
.text-content ul + h3,
.text-content ul + h4,
.text-content ul + h5,
.text-content ul + h6,
.text-content ul + .h1,
.text-content ul + .h2,
.text-content ul + .h3,
.text-content ul + .h4,
.text-content ul + .h5,
.text-content ul + .h6,
.text-content ol + h1,
.text-content ol + h2,
.text-content ol + h3,
.text-content ol + h4,
.text-content ol + h5,
.text-content ol + h6,
.text-content ol + .h1,
.text-content ol + .h2,
.text-content ol + .h3,
.text-content ol + .h4,
.text-content ol + .h5,
.text-content ol + .h6,
.text-content table + h1,
.text-content table + h2,
.text-content table + h3,
.text-content table + h4,
.text-content table + h5,
.text-content table + h6,
.text-content table + .h1,
.text-content table + .h2,
.text-content table + .h3,
.text-content table + .h4,
.text-content table + .h5,
.text-content table + .h6,
.text-content blockquote + h1,
.text-content blockquote + h2,
.text-content blockquote + h3,
.text-content blockquote + h4,
.text-content blockquote + h5,
.text-content blockquote + h6,
.text-content blockquote + .h1,
.text-content blockquote + .h2,
.text-content blockquote + .h3,
.text-content blockquote + .h4,
.text-content blockquote + .h5,
.text-content blockquote + .h6,
.editor-styles-wrapper p + h1,
.editor-styles-wrapper p + h2,
.editor-styles-wrapper p + h3,
.editor-styles-wrapper p + h4,
.editor-styles-wrapper p + h5,
.editor-styles-wrapper p + h6,
.editor-styles-wrapper p + .h1,
.editor-styles-wrapper p + .h2,
.editor-styles-wrapper p + .h3,
.editor-styles-wrapper p + .h4,
.editor-styles-wrapper p + .h5,
.editor-styles-wrapper p + .h6,
.editor-styles-wrapper ul + h1,
.editor-styles-wrapper ul + h2,
.editor-styles-wrapper ul + h3,
.editor-styles-wrapper ul + h4,
.editor-styles-wrapper ul + h5,
.editor-styles-wrapper ul + h6,
.editor-styles-wrapper ul + .h1,
.editor-styles-wrapper ul + .h2,
.editor-styles-wrapper ul + .h3,
.editor-styles-wrapper ul + .h4,
.editor-styles-wrapper ul + .h5,
.editor-styles-wrapper ul + .h6,
.editor-styles-wrapper ol + h1,
.editor-styles-wrapper ol + h2,
.editor-styles-wrapper ol + h3,
.editor-styles-wrapper ol + h4,
.editor-styles-wrapper ol + h5,
.editor-styles-wrapper ol + h6,
.editor-styles-wrapper ol + .h1,
.editor-styles-wrapper ol + .h2,
.editor-styles-wrapper ol + .h3,
.editor-styles-wrapper ol + .h4,
.editor-styles-wrapper ol + .h5,
.editor-styles-wrapper ol + .h6,
.editor-styles-wrapper table + h1,
.editor-styles-wrapper table + h2,
.editor-styles-wrapper table + h3,
.editor-styles-wrapper table + h4,
.editor-styles-wrapper table + h5,
.editor-styles-wrapper table + h6,
.editor-styles-wrapper table + .h1,
.editor-styles-wrapper table + .h2,
.editor-styles-wrapper table + .h3,
.editor-styles-wrapper table + .h4,
.editor-styles-wrapper table + .h5,
.editor-styles-wrapper table + .h6,
.editor-styles-wrapper blockquote + h1,
.editor-styles-wrapper blockquote + h2,
.editor-styles-wrapper blockquote + h3,
.editor-styles-wrapper blockquote + h4,
.editor-styles-wrapper blockquote + h5,
.editor-styles-wrapper blockquote + h6,
.editor-styles-wrapper blockquote + .h1,
.editor-styles-wrapper blockquote + .h2,
.editor-styles-wrapper blockquote + .h3,
.editor-styles-wrapper blockquote + .h4,
.editor-styles-wrapper blockquote + .h5,
.editor-styles-wrapper blockquote + .h6 {
  margin-top: var(--text-spacing-lg);
}
.text-content p,
.editor-styles-wrapper p {
  margin-bottom: var(--text-spacing);
}
.text-content p:last-child,
.editor-styles-wrapper p:last-child {
  margin-bottom: 0;
}
.text-content p + ol,
.text-content p + blockquote,
.text-content p + .wp-caption,
.text-content p + ul,
.editor-styles-wrapper p + ol,
.editor-styles-wrapper p + blockquote,
.editor-styles-wrapper p + .wp-caption,
.editor-styles-wrapper p + ul {
  margin-top: var(--text-spacing);
}
.text-content ul,
.text-content ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 1.25rem;
  position: relative;
  overflow: hidden;
  list-style-position: inside;
}
.text-content ul li,
.text-content ol li,
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  padding: 0px 0px 0px 0.25rem;
}
.text-content ul + figure,
.text-content ul + p,
.text-content ul + ul,
.text-content ul + ol,
.text-content ol + figure,
.text-content ol + p,
.text-content ol + ul,
.text-content ol + ol,
.editor-styles-wrapper ul + figure,
.editor-styles-wrapper ul + p,
.editor-styles-wrapper ul + ul,
.editor-styles-wrapper ul + ol,
.editor-styles-wrapper ol + figure,
.editor-styles-wrapper ol + p,
.editor-styles-wrapper ol + ul,
.editor-styles-wrapper ol + ol {
  margin-top: var(--text-spacing);
}
.text-content ul,
.editor-styles-wrapper ul {
  list-style-type: circle;
}
.text-content ul li,
.editor-styles-wrapper ul li {
  list-style: square;
  position: relative;
  display: list-item;
}
.text-content ol,
.editor-styles-wrapper ol {
  list-style-type: decimal;
}
.text-content ol li,
.editor-styles-wrapper ol li {
  list-style: decimal;
  display: list-item;
}
.text-content ul ul,
.text-content ol ul,
.editor-styles-wrapper ul ul,
.editor-styles-wrapper ol ul {
  list-style-type: circle;
  margin-left: 15px;
}
.text-content ol ol,
.text-content ul ol,
.editor-styles-wrapper ol ol,
.editor-styles-wrapper ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}
.text-content hr,
.editor-styles-wrapper hr {
  display: block;
  clear: both;
  height: 1px;
  background: var(--line-color);
  margin: var(--text-spacing) 0px;
}
.text-content img,
.editor-styles-wrapper img {
  height: auto;
  display: inline-block;
}
.text-content a img,
.editor-styles-wrapper a img {
  display: inline-block;
}
.text-content figure,
.text-content blockquote,
.editor-styles-wrapper figure,
.editor-styles-wrapper blockquote {
  display: block;
  margin-bottom: var(--text-spacing);
}
.text-content figure:last-child,
.text-content blockquote:last-child,
.editor-styles-wrapper figure:last-child,
.editor-styles-wrapper blockquote:last-child {
  margin-bottom: 0;
}
.text-content figcaption,
.text-content .caption,
.editor-styles-wrapper figcaption,
.editor-styles-wrapper .caption {
  display: block;
  font-size: var(--font-size-m);
}
.text-content p + ul,
.editor-styles-wrapper p + ul {
  margin-top: 0px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
* {
  box-sizing: border-box;
  outline: 0;
  -webkit-tam-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
}

html,
body {
  scroll-behavior: smooth;
  font-family: var(--font-familly);
}

html {
  height: 100%;
}
.editor-styles-wrapper {
  font-family: var(--font-familly);
}

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-items: center;
  z-index: 9;
  flex-grow: 1;
  flex: 1;
  margin: 0;
  overflow-x: hidden;
}
#content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin: 0px auto;
  padding-bottom: var(--block-margin);
}
header,
footer,
section,
main {
  z-index: 5;
  position: relative;
  margin: 0px auto;
  width: 100%;
  display: block;
}

footer,
section,
main {
  padding: 0 var(--padding-xl) 0 var(--padding-xl);
}
.wrap {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--max-width);
}
.wrap.align-center {
  align-items: center;
}
.wrap.space-between {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .wrap.cols {
    justify-content: space-between;
    flex-direction: row;
  }
}
img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}

.portrait-image-wrap:after {
  padding-bottom: 56.25%;
}

.has-bg,
.bg-block {
  position: relative;
}
.has-bg::before,
.bg-block::before {
  background: var(--bg-color) url("../../img/dots.webp") repeat;
  content: "";
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.bg-block {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200vw;
  left: -50vw;
  z-index: 0;
}
.bg-spacer {
  height: 100px;
}

.has-bg-fixed::before {
  background-attachment: fixed;
}

.bg-green {
  background: var(--bg-green);
}

.bg-green-glow {
  background: var(--bg-green-glow);
}

.bg-blue {
  background: var(--bg-blue);
}

.bg-violet {
  background: var(--bg-violet);
}

.bg-tirquoise {
  background: var(--bg-tirquoise);
}

.bg-orange {
  background: var(--bg-orange);
}

.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 50;
  padding-bottom: var(--padding-xxxl);
}
.map-container .large-headline {
  padding: var(--padding-xxxl) 0;
  margin-bottom: 0;
}

.map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 1;
}

.map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../../img/25h_Companion-Website_Weltkarte.svg") no-repeat center center;
  background-size: cover;
}

.map-region {
  position: absolute;
  z-index: 20;
}
.map-region-europe {
  top: 35%;
  left: 48%;
}
.map-region-middle_east {
  top: 45%;
  left: 50%;
}
.map-region-australia {
  top: 75%;
  left: 84%;
}
.map-region .btn {
  position: relative;
  white-space: nowrap;
  font-size: var(--font-size-responsive-large);
  text-transform: lowercase;
}
.map-region.is-active {
  z-index: 30;
}
@media (max-width: 767px) {
  .map-region-europe {
    top: 33%;
  }
  .map-region-middle_east {
    top: 46%;
  }
  .map-region-australia {
    top: 70%;
    left: auto;
    right: 1%;
  }
  .map-region > .btn {
    font-size: var(--font-size);
    padding: 3px 8px;
    border-radius: 8px;
  }
}

.map-submenu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-left: 10px;
  z-index: 10;
  min-width: 140px;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--padding-sm);
  z-index: 100;
}
.map-submenu.is-active {
  display: grid;
}
.map-submenu .btn {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: var(--font-size-responsive-large);
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .map-submenu {
    position: fixed;
    left: 50% !important;
    right: auto !important;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: var(--border-radius);
    padding: var(--padding);
    box-shadow: var(--box-shadow);
  }
  .map-submenu .btn {
    font-size: var(--font-size);
  }
}

.map-region-middle_east .map-submenu,
.map-region-australia .map-submenu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
}

.btn,
.wp-block-button__link {
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--btn-bg-color);
  border: 2px solid transparent;
  border-color: var(--btn-border-color);
  border-radius: 999px;
  color: var(--btn-color);
  font-family: var(--font-familly);
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-bold);
  line-height: 1 !important;
  padding: 1rem 3rem 1.2rem 3rem;
  position: relative;
  text-decoration: none;
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out, text-shadow 0.1s ease-out;
  text-decoration: none !important;
}
.btn:hover,
.wp-block-button__link:hover {
  background-color: var(--btn-bg-color-hover);
  box-shadow: var(--box-shadow);
}
.btn:active,
.wp-block-button__link:active {
  background-color: var(--btn-bg-color-active);
  box-shadow: var(--box-shadow);
}
.btn.btn-green,
.wp-block-button__link.btn-green {
  background-color: var(--green-color);
  border-color: var(--primary-color);
}
.btn.btn-green:hover,
.wp-block-button__link.btn-green:hover {
  background-color: var(--green-color-hover);
}
.btn.btn-green:active,
.wp-block-button__link.btn-green:active {
  background-color: var(--green-color-hover);
}

.has-btn-green .btn,
.has-btn-green .wp-block-button__link {
  background-color: var(--green-color);
  border-color: var(--primary-color);
}
.has-btn-green .btn:hover,
.has-btn-green .wp-block-button__link:hover {
  background-color: var(--green-color-hover);
}
.has-btn-green .btn:active,
.has-btn-green .wp-block-button__link:active {
  background-color: var(--green-color-hover);
}

.flip-book {
  margin-top: var(--padding-xl);
}

.is-marquee {
  color: transparent;
  text-stroke-width: 1px;
  text-stroke-color: var(--grey-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--grey-color);
  display: block;
  line-height: 1.2 !important;
  overflow: hidden;
  white-space: nowrap;
  width: 200vw;
  will-change: transform;
}

.large-text {
  font-size: var(--font-size-margue);
  letter-spacing: 0.03em;
}

.city-walk-header__inner {
  padding: var(--block-margin) 0;
  max-width: 800px;
}
.city-walk-header__city {
  display: block;
  margin-bottom: var(--padding-sm);
}
.city-walk-header__title {
  margin-bottom: var(--padding);
}
.city-walk-header__description {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-bold);
  max-width: 930px;
}

.post-header {
  /*
      margin-bottom: var(--block-margin, 2rem);

      &.more-space {
          padding-top: var(--block-margin, 4rem);
      }

      &.has-description {
          margin-bottom: 0;
      }
  */
}
.post-header__image {
  margin-left: calc(-1 * var(--padding-xl));
  width: calc(100% + 2 * var(--padding-xl));
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000000;
}

.hamburger-box {
  width: 70px;
  height: 44px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 70px;
  height: 6px;
  background-color: #000000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -19px;
}
.hamburger-inner::after {
  bottom: -19px;
}

@media (max-width: 767px) {
  .hamburger-box {
    height: 32px;
  }
  .hamburger-inner {
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 4px;
  }
  .hamburger-inner::before {
    top: -14px;
  }
  .hamburger-inner::after {
    bottom: -14px;
  }
}
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: var(--section-padding) var(--padding-xl) var(--section-padding-bottom) var(--padding-xl);
  z-index: 99;
}
#header > .wrap {
  flex-direction: row;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  #header {
    justify-content: center;
  }
  #header > .wrap {
    justify-content: center;
  }
  #header .wrap {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (max-width: 767px) {
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 50px;
  }
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 100%;
  max-height: var(--logo-height);
}

.menu-trigger {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

#main-menu {
  font-size: var(--font-size-h2);
  display: flex;
  flex-direction: column;
  gap: var(--padding-sm);
  font-weight: var(--font-weight-bold);
  text-transform: lowercase;
}

.menu-overlay-content {
  padding-top: var(--menu-top-padding);
  padding-bottom: var(--menu-bottom-padding);
}

.menu-item.active a {
  text-decoration: underline;
}

#menu-overlay {
  padding: var(--section-padding) var(--padding-xl) var(--section-padding-bottom) var(--padding-xl);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-out);
  box-shadow: var(--box-shadow);
}
.mopen #menu-overlay {
  opacity: 1;
  pointer-events: all;
  transition: opacity var(--transition-in);
}

#footer {
  z-index: 1;
  padding: var(--section-padding) var(--padding-xl) var(--section-padding-bottom) var(--padding-xl);
}
#footer a {
  color: wh;
}

.footer {
  font-size: var(--font-size-responsive-large);
}
.footer-logo {
  width: 100%;
  max-width: 450px;
  grid-row: 1;
}
.footer-logo svg {
  width: 100%;
  height: auto;
}
.footer-navs {
  display: flex;
  flex-direction: row;
  gap: var(--padding-xxl);
}
.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav ul li {
  display: block;
}
.footer-copyright {
  font-weight: var(--font-weight-medium);
  grid-row: 2;
  align-self: end;
}
@media (min-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: end;
    row-gap: var(--padding-xxl);
  }
  .footer-navs {
    grid-column: 2;
    grid-row: 1/3;
    align-self: end;
    justify-content: end;
    gap: var(--padding-xxxl);
  }
}
@media (max-width: 767px) {
  .footer {
    display: flex;
    gap: var(--padding-xxl);
    flex-direction: column;
    max-width: 90vw;
    margin: 0 auto;
  }
  .footer-logo {
    max-width: 445px;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-navs {
    width: 100%;
    justify-content: space-between;
  }
}

.social {
  display: flex;
  gap: var(--padding);
}
.social img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .social img {
    width: 40px;
    height: 40px;
  }
}

.page-404::before {
  content: "404";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--border-color);
  z-index: -1;
  font-size: 30vh;
  text-align: center;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper {
  width: 100%;
}
.swiper.oveflow {
  overflow: visible;
}
@media (min-width: 1024px) {
  .swiper:hover .swiper-navigation.centered {
    opacity: 1;
    transition: opacity var(--transition-in);
  }
}

.swiper-slide {
  height: auto;
}
.swiper-slide section,
.swiper-slide .wrap {
  height: 100%;
}

.swiper-pagination {
  display: block;
  font-size: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0;
  bottom: var(--padding);
  text-align: center;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--white-color);
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 5px;
  transition: all var(--transition-in);
  pointer-events: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination.black {
  bottom: calc(-1 * var(--padding));
}
.swiper-pagination.black .swiper-pagination-bullet {
  background: var(--black-color);
}
@media (min-width: 1024px) {
  .swiper-pagination {
    bottom: var(--padding-xl);
  }
}

.swiper-navigation {
  display: flex;
  align-items: center;
  position: absolute;
  right: var(--padding);
  top: var(--padding);
  z-index: 9;
  gap: var(--padding);
}
.swiper-navigation button {
  width: 25px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-decoration: none !important;
  display: block;
  transition: all var(--transition-out);
  background: transparent url(../../img/MEPK-W-R-Arrow.svg) no-repeat center center;
  background-size: contain;
  opacity: 1;
  font-size: 0;
  color: transparent;
  pointer-events: pointer;
}
.swiper-navigation button.swiper-button-disabled {
  opacity: 0;
}
.swiper-navigation button.swiper-button-disabled:hover {
  opacity: 0;
}
.swiper-navigation button:hover {
  transition: all var(--transition-in);
  opacity: 1;
}
.swiper-navigation .swiper-btn-prev {
  transform: rotate(180deg);
  margin: 0px 20px 0px 0px;
}
.swiper-navigation.black button {
  transition: all var(--transition-out);
  background: transparent url(../../img/MEPK-Bl-R-Arrow.svg) no-repeat center center;
  background-size: contain;
}
.swiper-navigation.offset {
  right: 0;
  top: auto;
  bottom: calc(100% + var(--h2-spacing));
}
.swiper-navigation.centered {
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .swiper-navigation.centered {
    opacity: 0;
    transition: opacity var(--transition-out);
  }
  .swiper-navigation button {
    width: 45px;
    height: 66px;
  }
  .swiper-navigation.offset {
    top: auto;
    bottom: calc(100% + var(--h2-spacing) + 1px);
  }
}

.grid-sizer {
  width: 33.33%;
}

.articles-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gutter);
}
.articles-list__grid {
  display: block;
}
.articles-list__item {
  position: relative;
  overflow: hidden;
}
.articles-list__item-title {
  margin: 0;
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-bold, 700);
  color: #fff;
}
.articles-list__item[data-colspan="4"] .articles-list__item-title {
  font-size: var(--font-size-h2);
}
.articles-list__item[data-colspan="6"] .articles-list__item-title {
  font-size: var(--font-size-h1);
}
.articles-list__item-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.articles-list__item-link--no-image {
  min-height: 200px;
  background: var(--bg-color, #f5f5f5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles-list__item-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.articles-list__item-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.articles-list__item-overlay {
  position: absolute;
  padding: var(--grid-headline-padding);
  color: #fff;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.articles-list__item-overlay--tl {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  text-align: left;
  max-width: 90%;
}
.articles-list__item-overlay--tr {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  text-align: right;
  max-width: 90%;
}
.articles-list__item-overlay--tc {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.articles-list__item-overlay--bl {
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  text-align: left;
  max-width: 90%;
}
.articles-list__item-overlay--br {
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
  text-align: right;
  max-width: 90%;
}
.articles-list__item-excerpt-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 3;
}
.articles-list__item-excerpt-overlay p {
  margin: 0;
  font-size: var(--font-size-responsive-large);
}
.articles-list__item-link:hover .articles-list__item-image img {
  transform: scale(1.05);
}
.articles-list__item-link:hover .articles-list__item-excerpt-overlay {
  opacity: 1;
}
.articles-list__item--sp-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-gutter, 27px);
}
.articles-list__item--sp-group .articles-list__group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: var(--grid-gutter, 27px);
}
.articles-list__item--sp-group .articles-list__item-sp {
  flex: 1 1 calc(50% - var(--grid-gutter, 27px) / 2);
  overflow: hidden;
}
.articles-list__item--sp-group .articles-list__item-title {
  font-size: var(--font-size-h3) !important;
}
@media (min-width: 768px) {
  .articles-list {
    grid-template-columns: 4fr 6fr;
  }
}

.articles-list__mobile {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gutter);
}
@media (min-width: 768px) {
  .articles-list__mobile {
    display: none;
  }
}

.articles-list__column {
  display: none;
}
@media (min-width: 768px) {
  .articles-list__column {
    display: flex;
    flex-direction: column;
    gap: var(--grid-gutter);
  }
}
.post-header {
  /*
      margin-bottom: var(--block-margin, 2rem);

      &.more-space {
          padding-top: var(--block-margin, 4rem);
      }

      &.has-description {
          margin-bottom: 0;
      }
  */
}
.post-header__image {
  margin-left: calc(-1 * var(--padding-xl));
  width: calc(100% + 2 * var(--padding-xl));
}
.post-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-l);
  position: relative;
  top: -2rem;
}
.post-info__date, .post-info__author, .post-info__issue {
  color: var(--primary-color);
  font-weight: var(--font-weight-regular);
}

.companion-block {
  position: relative;
  padding-top: var(--block-margin);
  padding-bottom: var(--block-margin);
}

.is-layout-flex {
  gap: 1.5em;
}

.wp-block-columns.is-layout-flex {
  gap: var(--gap);
}

.companion-full-width-text h2,
.companion-full-width-text .h2 {
  margin-bottom: var(--h2-spacing);
}
.companion-full-width-text p {
  margin-bottom: var(--text-spacing);
}
.companion-full-width-text p:last-child {
  margin-bottom: 0;
}

.companion-intro {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--font-size-responsive-larger);
  font-weight: var(--font-weight-bold);
}

.companion-image-text .wp-block-columns {
  gap: var(--grid-gap);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .companion-image-text .wp-block-columns {
    gap: var(--gap);
  }
  .companion-image-text .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 40%;
  }
  .companion-image-text .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 60%;
  }
}
.companion-image-text .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.companion-image-text .wp-block-image {
  margin-bottom: 0;
}
.companion-image-text .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.companion-image-text .wp-block-image figcaption {
  margin-top: var(--text-spacing);
}
.companion-image-text--left .wp-block-image figcaption {
  margin-top: calc(20px + var(--text-spacing-lg));
}
.companion-image-text h2,
.companion-image-text .h2 {
  margin-bottom: var(--h2-spacing);
}
.companion-image-text p {
  margin-bottom: var(--text-spacing);
}
.companion-image-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .companion-image-text.companion-image-text--right .wp-block-columns {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .companion-image-text .wp-block-columns {
    flex-direction: column;
  }
  .companion-image-text .wp-block-column:first-child {
    margin-bottom: var(--text-spacing);
  }
}
.companion-full-width-image {
  text-align: center;
}
.companion-full-width-image .wp-block-image {
  margin-bottom: var(--text-spacing);
  display: block;
}
.companion-full-width-image .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.companion-full-width-image .companion-image-caption {
  font-size: var(--font-size-m);
  color: var(--tertiary-color);
  margin-bottom: 0;
  max-width: 100%;
  margin: 0;
  position: relative;
  top: -1rem;
}
.companion-full-width-image .wp-block-image:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .companion-full-width-image .wp-block-image img {
    width: 80%;
  }
}

.companion-quote {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--text-spacing);
}
.companion-quote__text {
  font-size: var(--font-size-h2);
  font-family: var(--font-familly-heading);
  font-weight: var(--font-weight-medium);
  max-width: 800px;
  margin: 0 auto var(--h2-spacing);
}
.companion-quote__author {
  font-size: var(--font-size-l);
  margin-bottom: 0;
}

.companion-author__inner {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .companion-author__inner {
    flex-direction: row;
  }
  .companion-author__inner.image-position-right {
    flex-direction: row-reverse;
  }
  .companion-author__inner.image-position-right figcaption {
    display: none;
  }
  .companion-author__inner.image-position-right .companion-author__image-inner {
    transform: matrix(1, 0.09, -0.09, 1, 0, 0) !important;
    max-width: 500px;
  }
}
.companion-author__image {
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.companion-author__image-inner {
  width: 100%;
  max-width: 650px;
}
.companion-author__image figcaption {
  text-align: right;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .companion-author__image {
    width: 45%;
  }
  .companion-author__image figcaption {
    right: 0;
    position: absolute;
    bottom: -10px;
  }
}
.companion-author__content {
  width: 100%;
}
@media (min-width: 768px) {
  .companion-author__content {
    width: 55%;
  }
}
.companion-author__name {
  margin-bottom: var(--h2-spacing);
}
.companion-author__text p {
  margin-bottom: var(--text-spacing);
}
.companion-author__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .companion-author__text {
    padding-right: var(--padding-xxl);
  }
}

.companion-featured-article__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: var(--gap);
}
@media (min-width: 768px) {
  .companion-featured-article__inner {
    grid-template-columns: 55% 1fr;
    align-items: flex-end;
  }
}
.companion-featured-article__image img {
  width: 100%;
  max-width: 500px;
}
.companion-featured-article__image a {
  display: block;
}
@media (min-width: 768px) {
  .companion-featured-article__image {
    justify-self: end;
    align-self: end;
  }
}
.companion-featured-article__content a {
  text-decoration: none;
}
.companion-featured-article__title {
  margin: 0;
}
.companion-featured-article__excerpt {
  margin-top: -0.5rem;
  padding: var(--text-spacing) 0 var(--text-spacing) 0;
}
.companion-featured-article--image-left .companion-featured-article__inner {
  flex-direction: row;
}
@media (max-width: 767px) {
  .companion-featured-article--image-left .companion-featured-article__inner {
    flex-direction: column;
  }
}
.companion-featured-article--image-right .companion-featured-article__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .companion-featured-article--image-right .companion-featured-article__inner {
    flex-direction: column;
  }
}

.companion-current-issue__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.companion-current-issue__image {
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companion-current-issue__image img {
  width: 100%;
  max-width: 550px;
}
.companion-current-issue__headline {
  margin-bottom: 0;
}
.companion-current-issue__edition {
  font-weight: var(--font-weight-medium);
}
.companion-current-issue__description {
  margin: var(--text-spacing) 0 var(--text-spacing) 0;
}
.companion-current-issue__buttons {
  display: flex;
  gap: var(--padding-xl);
  flex-wrap: wrap;
  margin-top: auto;
}
@media (min-width: 768px) {
  .companion-current-issue__inner {
    grid-template-columns: 1fr 1fr;
  }
  .companion-current-issue__image {
    position: relative;
  }
}

.companion-issues-list {
  padding: var(--block-margin) 0px;
}
.companion-issues-list__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
}
.companion-issues-list__item {
  display: flex;
  flex-direction: column;
  gap: var(--text-spacing);
}
.companion-issues-list__image {
  width: 100%;
  height: auto;
  margin: 0;
}
.companion-issues-list__image img {
  width: 100%;
}
.companion-issues-list__content {
  display: flex;
  flex-direction: column;
  gap: var(--padding);
  text-align: center;
}
.companion-issues-list__date {
  font-size: var(--font-size-sm);
}
.companion-issues-list__name {
  margin: 0;
  font-weight: var(--font-weight-medium);
}
.companion-issues-list__buttons {
  display: flex;
  flex-direction: column;
  gap: var(--padding-sm);
}
.companion-issues-list__buttons .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .companion-issues-list__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

.companion-route-showcase iframe {
  width: 100%;
  height: 50vh;
  border: 0;
  display: block;
}
.companion-route-showcase__preview iframe {
  width: 100%;
  height: 50vh;
  border: 0;
  display: block;
}

.companion-latest-articles__swiper {
  position: relative;
  overflow: visible;
}
.companion-latest-articles__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.companion-latest-articles__item.clicked .companion-latest-articles__content {
  height: auto;
  opacity: 1;
  max-height: 400px;
  transition: opacity var(--transition-in), max-height var(--transition-in);
}
.companion-latest-articles__image {
  display: block;
  width: 100%;
  height: auto;
}
.companion-latest-articles__title {
  padding: var(--grid-headline-padding);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-bold, 700);
}
.companion-latest-articles__content {
  opacity: 0;
  height: 0;
  max-height: 0px;
  overflow: hidden;
  transition: opacity var(--transition-out), max-height var(--transition-out);
  margin: 0;
}
.companion-latest-articles__excerpt {
  margin: 0;
  font-size: var(--font-size-responsive-large);
  padding: var(--text-spacing) 0 var(--text-spacing) 0;
}
.companion-location .wp-block-image {
  margin-bottom: var(--text-spacing);
  display: block;
}
.companion-location .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .companion-location.companion-location--right .wp-block-columns {
    flex-direction: row-reverse;
  }
}

.blocks {
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-l);
}

.filtering {
  margin-bottom: var(--block-margin);
}

.inp {
  font-weight: var(--font-weight-medium);
  font-family: var(--font-familly);
  font-size: var(--font-size-m);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out, text-shadow 0.1s ease-out;
  border: 2px solid var(--primary-color);
  overflow: hidden;
  background-color: var(--white-color);
  font-family: var(--font-familly);
  font-size: var(--font-size-m);
  color: var(--primary-color);
  outline: none;
}
.inp::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inp::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.filter-form {
  display: flex;
  flex-direction: column;
  gap: var(--padding);
  align-items: center;
}
.filter-form__row {
  display: flex;
  gap: var(--padding-sm);
  flex-wrap: wrap;
}
.filter-form__select {
  flex: 0 1 auto;
  min-width: 150px;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  color: var(--primary-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 40px;
  cursor: pointer;
}
.filter-form__select:hover, .filter-form__select:focus, .filter-form__select:active {
  box-shadow: var(--box-shadow);
}
.filter-form__select option {
  padding: 8px;
  background-color: var(--white-color);
  color: var(--primary-color);
}
.filter-form__search-wrapper {
  display: flex;
  flex: 1 1 auto;
  min-width: 250px;
  border-radius: 999px;
  border: 2px solid var(--primary-color);
  overflow: hidden;
  background-color: var(--white-color);
}
.filter-form__search-wrapper:hover {
  box-shadow: var(--box-shadow);
}
.filter-form__search {
  flex: 1;
  padding: 10px 20px;
  border: none;
  background-color: transparent;
}
.filter-form__submit {
  flex: 0 0 auto;
  padding: 10px 20px;
  background-color: #D0E7F5;
  border: none;
  border-left: 2px solid var(--primary-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  color: var(--primary-color);
}
.filter-form__submit:hover {
  background-color: #B8D9EB;
}
.filter-form__submit:active {
  background-color: #A0CBE1;
}
.filter-form__submit svg {
  width: 20px;
  height: 20px;
  display: block;
}
@media (min-width: 768px) {
  .filter-form__search-wrapper {
    min-width: 550px;
  }
  .filter-form__search {
    padding: 1rem 2rem;
  }
}
