@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'normal';
  src: url('../assets/fonts/akzidenzgroteskbe-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'medium';
  src: url('../assets/fonts/AkzidenzGrotesk-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
body {
  --font-size: 20rem;
  --line-height: 1.27em;
  --main-padding:
  calc(var(--line-height) * 0.5);
  --ci-color-rgb: 233, 30, 99;
  --ci-color:
  rgb(var(--ci-color-rgb));
  --color: black;
  --bg-color: white;
  --bg-color-trans:
  rgb(255 255 255 / 90%);
  --hover-color:
  rgb(233 30 99);
  --hover-bg-color: black;
  --body-scrollbar-width:
  calc(var(--window-inner-width) - var(--body-client-width));
  --scrollbar-disabled-width:
  var(--body-scrollbar-width);
  --svgicon-size: contain;
  --svgicon-position: center;
  --svgicon-color:
  var(--color);
  --text-selection-color: inherit;
  --text-selection-bg-color:
  var(--ci-color);
}
body > *{
	transition: opacity 0.6s;
	/* filter: brightness(var(--fff-brightness))  blur(var(--fff-blur)); */
}
body[url-firstpart="startseite"] > .page,
body[device-mode="tablet"] .menubar, 
body[device-mode="mobile"] .menubar{
	filter: none;
}
html[disable-scrolling] {
  overflow: hidden;
}
html[disable-scrolling] body {
  border-right: solid var(--bg-color) var(--scrollbar-disabled-width);
  overflow:
    hidden;
  box-sizing: border-box;
}
::-moz-selection {
  color: var(--text-selection-color);
  background: var(--text-selection-bg-color);
}
::selection {
  color: var(--text-selection-color);
  background: var(--text-selection-bg-color);
}
*[onclick] {
  cursor: pointer;
}
color-1 {
  color: red;
}
color-3 {
  color: #858685;
}
html {
  font-size: 1px;
  scroll-behavior: smooth;
  touch-action: pan-y;
}
body {
  font-size: var(--font-size);
  color: var(--color);
  background: var(--bg-color);
}
body[is-black] {
  --color: white;
  --bg-color: black;
  --bg-color-trans:
  rgb(0 0 0 / 80%);
  color: var(--color);
  background: var(--bg-color);
  outline: solid 1024px black;
}
html, body {
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: normal, serif;
  font-weight: 400;
  line-height: 1.27em;
  letter-spacing: 0;
  color: black;
  vertical-align: baseline;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
}
input, textarea, select, button {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*[user-select-none] {
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  width: 100%;
}
body, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  border: 0;
  padding: 0;
  margin: 0;
}
p, h1, h2, h3 {
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  height: fit-content;
  height: -moz-fit-content;
}
h1, h2, h3 {
  font-family: 'normal', serif;
  font-weight: 400;
  hyphens: none;
  margin: 0;
}
em {
  font-style: normal;
  font-weight: 400;
}
h1, h2 {
  /* display: inline; */
  margin-right: auto;
  text-decoration: none;
}

strong h2 {
  font-family: 'medium', serif;
}
h1 {
  font-size: 4em;
  line-height: 1em;
  hyphens: auto;
}
body[device-mode="tablet"] h1 {
  font-size: 3em;
  line-height: 1em;
}
body[device-mode="mobile"] h1 {
  font-size: 2em;
  line-height: 1em;
}
h2 {
  font-size: 1.27em;
  line-height: 1.0em;
}

div, section, main, header, footer, img {
  display: block;
  position: relative;
  box-sizing: border-box;
}

p, bullet-point {
  margin-top: 0;
  margin-bottom: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}
a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
}
span[is-premiere] {
  color: var(--logo-color);
}
.overlaylink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cibt {
  background: rgba(var(--ci-color-rgb), 75%);
  color: var(--color);
  border-radius: 16em;
  display: flex;
  padding: 0.5em 1em;
  width: fit-content;
  width: -moz-fit-content;
  cursor: pointer;
  margin-right: 8rem;
  transition: background 0.6s;
}
.cibt:hover {
  background: rgba(var(--ci-color-rgb), 100%);
}
.cibt:last-child {
  margin-right: 0rem;
}
.cibt > *:first-child {
  margin: auto;
}
strong {
  font-family: medium;
  font-weight: 400;
}
*[force-ratio] {
  height: fit-content;
  height: -moz-fit-content;
}
*[force-ratio]:before {
  content: " ";
  display: block;
  position: relative;
  width: 100%;
  background: grey;
}
*[force-ratio="16/9"]:before {
  padding-top: calc(100% * 1/(16/9));
}
*[force-ratio="9/16"]:before {
  padding-top: calc(100% * 16/9);
}
/* ICON */
.svgicon {
  mask-repeat: no-repeat;
  mask-size: var(--svgicon-size);
  mask-position: var(--svgicon-position);
  mask-image: var(--svgicon-url);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: var(--svgicon-size);
  -webkit-mask-position: var(--svgicon-position);
  -webkit-mask-image: var(--svgicon-url);
  background: var(--svgicon-color);
  width: 100%;
  height: 100%;
}
h1.metainfo {
  display: none;
}
color-1 {
  display: inline;
  color: var(--ci-color);
}
color-2 {
  display: inline;
  color: var(--jott-color);
}
b-n {
  position: relative;
  display: block;
  padding-left: 1em;
}
b-n:after {
  content: "+";
  position: absolute;
  display: block;
  top: -0.08em;
  left: 0;
}
small {
  /* display: block; */
  font-size: 0.75em;
  line-height: 1.2em;
}
sup {
  /* display: block; */
  font-size: 12rem;
  line-height: 1.2em;
}
*[jump-target], *[jump-target] {
  display: contents;
}
b {
  font-family: medium;
  font-weight: 400;
}
bullet-point {
  position: relative;
  padding-left: 1em;
  display: block;
}
bullet-point:before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  font-family: 'medium';
}
a[file-type="pdf"] {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  height: auto;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  margin-bottom: 0.25em;
  background: white;
  border-radius: 2em;
  border: solid 1px;
}
a[file-type="pdf"] .pdficon {
  width: 2em;
  height: 2em;
  --scope-icon-image: var(--input-mediainput-file-pdf);
  --scope-icon-size: 65%;
  margin-left: 0.5em;
}
a[file-type="pdf"] .filename {
  line-height: 1em;
  height: 100%;
  width: auto;
  font-size: 0.75em;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 2.5em;
}