/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --max-content-width: 1080px;
  --mobile-nav-width: 1023px;
  --base-padding: 2rem;
  --font-text-weight: 400;
  --font-heading-weight: 600;
  --font-family:
    "AvantGardeGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --base-line-height: 1.4;
  --color-text: #595959;
  --color-brand: #595959;
  --font-xxs: clamp(0.625rem, 1vw, 0.875rem);
  --font-xs: 0.875rem;
  --font-sm: clamp(0.875rem, 1.5vw, 1.25rem);
  --font-base: 0.875rem;
  --font-md: clamp(1.125rem, 2vw, 1.625rem);
  --font-lg: clamp(1.25rem, 2.25vw, 1.875rem);
  --font-xl: clamp(1.5rem, 2.75vw, 2.25rem);
  --font-2xl: clamp(1.875rem, 3.5vw, 2.75rem);
  --font-3xl: clamp(2.25rem, 4vw, 3.25rem);
  --font-xxl: clamp(2.75rem, 5vw, 4rem);
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: var(--color-brand);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: var(--color-brand);
  text-decoration: underline;
}

figure {
  margin: 0;
}

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

table {
  border-spacing: 0;
}
table tr {
  vertical-align: top;
}
table td {
  padding-block: 0.5em;
  vertical-align: top;
}
table td:first-child {
  min-width: max-content;
  white-space: nowrap;
  padding-top: 0;
  padding-right: 1.5rem;
}

ul {
  list-style-type: "-";
  padding-left: 0;
}
ul li {
  padding-left: 0.5em;
}

@font-face {
  font-family: "AvantGardeGothic";
  font-weight: 200;
  src: url("../fonts/2df5ba0c-1d4b-4e76-b6a5-1138137b21df.woff2") format("woff2"), url("../fonts/0312a390-01c7-423e-ad0c-b5b4f25229af.woff") format("woff"), format("svg");
}
@font-face {
  font-family: "AvantGardeGothic";
  font-weight: 400;
  src: url("../fonts/7b548f8e-260b-410a-8f30-063714e67342.woff2") format("woff2"), url("../fonts/c68f0543-0caf-4988-b234-355520476b8c.woff") format("woff"), format("svg");
}
@font-face {
  font-family: "AvantGardeGothic";
  font-weight: 500;
  src: url("../fonts/89f8ac18-db47-40c0-933e-6b011a067e06.woff2") format("woff2"), url("../fonts/43b723ac-a6f2-4d5d-9d72-c50aea85ecee.woff") format("woff"), format("svg");
}
@font-face {
  font-family: "AvantGardeGothic";
  font-weight: 600;
  src: url("../fonts/7e915c3f-253c-4ce7-ac60-7feecddafa80.woff2") format("woff2"), url("../fonts/c18aee57-7585-4a8b-9a1c-69d226301d73.woff") format("woff"), format("svg");
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: var(--max-content-width); /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden,
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 125%/1.4 "AvantGardeGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-size: var(--font-base);
}

/**
 * Basic typography style for headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0.5em 0;
}

h1 {
  margin-bottom: 0.5em;
  margin-top: 0;
  font-size: var(--font-base);
  font-weight: 400;
}
h1:first-of-type {
  margin-top: 0;
  margin-bottom: 2em;
}
.page-gallery h1 {
  font-size: var(--font-base);
}

h2 {
  margin-bottom: 0.5em;
  font-size: var(--font-base);
  font-weight: 400;
}
h2:first-of-type {
  margin-top: 0;
  margin-bottom: 2em;
}
h2.gallery-header {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: var(--font-base);
}
@media (min-width: 680px) {
  h2.gallery-header {
    text-align: right;
  }
}

h3 {
  margin-top: 1em;
  font-size: var(--font-base);
  font-weight: 400;
}

h4 {
  font-size: var(--font-sm);
}

h5 {
  font-size: var(--font-xs);
}

h6 {
  font-size: var(--font-xxs);
}

.page-content {
  line-height: 1.6em;
}
@media (min-width: 680px) {
  .page-content .mod_article:first-child h1,
  .page-content .mod_article:first-child h2 {
    text-align: right;
  }
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}
.caption p {
  margin: 0;
  font-size: var(--font-xs);
  color: var(--color-text);
  text-align: right;
}

.page-footer .inside {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-block: var(--base-padding);
  font-size: var(--font-xs);
}

.page-header .inside {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-block: var(--base-padding);
}

.header-title {
  font-size: var(--font-base);
  font-size: var(--font-sm);
}

.header-content {
  line-height: 1.75;
  z-index: 999;
}
.header-content a {
  color: var(--color-text);
  text-decoration: none;
}

.header-subline {
  font-size: var(--font-xs);
  color: var(--color-text);
  text-transform: uppercase;
}

#wrapper {
  margin: 0 auto;
  max-width: min(var(--max-content-width), 100vw - 2 * var(--base-padding));
}

.page-container {
  margin-top: 4rem;
}
@media screen and (min-width: 1023px) {
  .page-container {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
  }
}

main {
  min-width: 0;
  max-width: 100%;
  order: 2;
}
@media screen and (min-width: 680px) {
  main .inside {
    display: grid;
    grid-template-columns: max-content min-content 1fr;
    grid-template-columns: max(280px, 30%) min-content 1fr;
    gap: 3rem;
  }
}
main .inside > div:first-child {
  margin-bottom: 2rem;
}
main .space-divider {
  display: none;
}
@media screen and (min-width: 680px) {
  main .space-divider {
    display: block;
    width: 1px;
    height: 12rem;
    background-color: var(--color-text);
    transform: translateY(-3rem);
  }
}

.page-sidebar--left {
  order: 1;
  padding-top: 3rem;
}

.text-block h2 {
  margin-bottom: 1em;
}
.text-block {
  margin-top: 3em;
  line-height: 1.8em;
}

nav ul {
  list-style: none;
}
nav ul.level_1 {
  margin: 0;
  padding: 0;
}
nav ul.level_2 {
  display: none;
  margin: 0;
  padding-left: 1em;
}
nav .submenu ul {
  margin-block: 0.5em;
}
nav li.active > ul {
  display: block;
}

.nav-is-mobile .nav-header {
  display: none !important;
}
.nav-header ul {
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
}

.nav-mobile {
  --nav-burger-line-color: var(--color-text);
  --nav-mobile-background: #fff;
  --nav-mobile-color: var(--color-text);
  --nav-mobile-active-background: #eee;
  --nav-mobile-active-color: var(--color-text);
  --nav-mobile-icon: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" stroke="%23595959" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"><path d="m9 18 6-6-6-6"/></svg>');
}
.nav-is-desktop .nav-mobile {
  display: none !important;
}

.nav-burger .icon-line,
.nav-burger .icon-line:after,
.nav-burger .icon-line:before {
  height: 0.15rem;
}

.nav-side {
  display: none;
}
@media screen and (min-width: 1023px) {
  .nav-side {
    display: block;
  }
}
.nav-side .level_1 > li {
  margin-bottom: 1.5em;
}
.nav-side .level_2,
.nav-side .level_3 {
  margin-top: 1em;
}
.nav-side .level_2 > li,
.nav-side .level_3 > li {
  margin-bottom: 0.75em;
}
.nav-side .trail ul {
  display: block;
}
.nav-side .page-home,
.nav-side .impressum,
.nav-side .datenschutz {
  display: none;
}

.swiper {
  --swiper-theme-color: var(--color-brand);
  --swiper-navigation-color: #fff;
}
.swiper figure {
  margin: 0;
}

.swiper,
.swiper-wrapper {
  margin: 0 !important;
}

.swiper-pagination {
  display: none;
}

.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  filter: drop-shadow(1px 3px 1px rgba(0, 0, 0, 0.2));
}

.content-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.content-gallery ul li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}
.content-gallery ul img {
  width: 100%;
  height: auto;
  display: block;
}

.caption {
  margin-top: 1.5em;
}

.page-home main .inside {
  display: block;
  zoom: 1;
}

.page-gallery main .inside {
  grid-template-columns: max(280px, 30%) min-content 1fr;
}

.portrait {
  max-width: 320px;
}

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