@charset "utf-8";

/* SAMSUNG SHIT */
#scroll-btn {
  display: none;
}

/* CSS Document */

@font-face {
  font-family: 'medium';
  src: url('../../assets/fonts/agmedgood.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
/*
@font-face {
  font-family: 'medium';
  src: url('../../assets/fonts/neueSerie57.otf') format('woff2');
  font-style: normal;
  font-weight: 400;
}
*/
body {
  --font-size: 20px;
  --font-size-big: 35px;
  --font-size-small: 15px;
  --line-height: 1.3em;
  --main-padding:
    calc(var(--line-height) * 0.5);
  --ci-color-rgb: 0, 150, 180;
  --ci-color:
    rgb(var(--ci-color-rgb));
  --color: white;
  --color-strong: white;
  --bg-color: #1a1a1a;
  --bg-color-strong: black;
  --bg-color-trans: rgb(0 0 0 / 80%);
  --em-color: #758a93;
  --color-1: var(--em-color);
  --color-2: red;
  --color-3: blue;
  --color-4: green;
  --color-5: yellow;
  --hint-color: #76e3ff;
  --hover-color: #76e3ff;
  --hover-bg-color: black;
  --overlay-background: rgb(0 0 0 / 50%);
   --bg-gradient-color-top: rgb(157 170 176);
  --bg-gradient-color-bottom: rgb(120 142 151);
  --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: currentColor;
  --text-selection-color: inherit;
  --text-selection-bg-color:
    var(--ci-color);
  --border-radius: 15px;
  --padding: 15px;
  --btwh: 1em;
  --small-gap: 6px;
  --margin-big: 160px;
  --margin-normal: 60px;
  --margin-medium: 90px;
  --maincentered-left: calc((100% - min(calc(100% - 30px), calc(1280px - 30px)))/2);
}
body[is-easyread] {
  --bg-color:white;
  --color: black;
}

body[device-mode="mobile"] {
  --margin-normal: 40px;
  --margin-big: 80px;
  --margin-medium: 50px;
}

body[device-mode="mobile"] {
  --font-size: 17px;
}

body[url-firstpart="startseite"]>.page,
body[device-mode="tablet"] .menubar,
body[device-mode="mobile"] .menubar {
  filter: none;
}

html[disable-scrolling] body {
  /* border-right: solid var(--bg-color) var(--scrollbar-disabled-width); */
  /* overflow:
    hidden; */
  /* box-sizing: border-box; */
  --scrollbar-handlerbg: transparent;
}

::-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;
}

ff-quote {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 30px;
  font-size: 1.25em;
  line-height: var(--line-height);
  /* color: var(--em-color); */
}

ff-quote:before {
  position: absolute;
  left: 0;

  font-size: 2em;
}

ff-quote+ff-quote {
  padding-top: 0px;
}

html {
  scroll-behavior: smooth;
  touch-action: pan-y;
  overflow-y: auto;
}

body {
  font-size: var(--font-size);
  color: var(--color);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--bg-color);
  outline: solid 1024px var(--bg-color);
  scroll-margin-top: 60px;
}

body[ffs-is-called] {
  opacity: 1;
  pointer-events: initial;
}

/*
body[is-black] {
 
  color: var(--color);
  background: var(--bg-color);
  outline: solid 1024px var(--bg-color);
  scroll-margin-top: 60px;
}
*/
html,
body {
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: medium, serif;
  font-weight: 400;
  line-height: 1.27em;
  letter-spacing: 0;
  vertical-align: top;
  font-synthesis: none;
  font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
}




body:after,
body .topbar:after{
  content: " ";
  position:fixed;
  top: 0;
  left:0;
  background: #00000000;
  width: 100%;
  height:100%;
  pointer-events:none;
  transition: background 0.6s;
}
body[menubox-opened]:after,
body[menubox-opened] .topbar:after {
  background: rgb(0 0 0 / 33%);
}
input,
textarea,
select,
button {
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: inherit;
  color: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  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: 'medium', serif;
  font-weight: 400;
  hyphens: none;
  margin: 0;
}

em {
  font-style: 'medium', serif;
  font-weight: 400;
}

h1,
h2 {
  text-decoration: none;
  margin-bottom: 0.2em;
  line-height: 1.15em;
}

h1 {
  font-size: 60px;
  line-height: 1em;
}

body[device-mode="tablet"] h1 {
  font-size: 40px;
  line-height: 1em;
}

body[device-mode="mobile"] h1 {
  font-size: 30px;
  line-height: 1em;
}

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;
}
.richtextfield a{
   text-decoration: underline;
}
/************ FF STYLES ***************/
*[ff-style="maincenteredtitle"] {
  font-size: 35px;
  line-height: 1em;
  margin-top: 40px;
  width: min(calc(1280px - 30px), calc(100% - 30px));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.maincentermedium {
  margin-top: 40px;
  width: min(calc(1024px - 30px), calc(100% - 30px));
  margin-left: auto;
  margin-right: auto;
}

/***************************************/

.overlaylink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
/* CI BT */
.cibt {
  background: rgba(var(--ci-color-rgb), 75%);
  color: var(--color);
  border-radius: 16em;
  display: flex;
  padding: 0.25em 1em;
  width: fit-content;
  width: -moz-fit-content;
  cursor: pointer;
  margin-right: 0.5em;
  font-size: 15px;
  transition: background 0.6s;
  height: fit-content;
  height: -moz-fit-content;
}
.mpopoutbt.cibt {
  border-radius: 0;
  padding: 0.125em 0.5em
}
.cibt:hover {
  background: rgba(var(--ci-color-rgb), 100%);
}

.cibt:last-child {
  margin-right: 0;
}

.cibt>*:first-child {
  margin: auto;
}
/* FORM */
.overlay .mailform{
  --color: white;
  color: white;
}
/* FORM BT*/
.formbt{
  --form-bt-hover-color: black;
  --form-bt-hover-bg: white;
  --color: white;
  color: white;
  display: flex;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  outline: 1px solid white;
  transition: background 0.3s, color 0.3s;
  background: transparent;
}
.formbt:hover{
  color: var(--form-bt-hover-color);
   background: var(--form-bt-hover-bg);
}

/* SCROLL BOUNCE DETECTOR  BUTTON */
.scrollbouncedectorbottom {
  height: 4px;
  width: 100%;
  pointer-events: none;
  flex-shrink: 0;
  background-image: linear-gradient(to bottom, black, black);
}

*[is-scroll-end]>.scrollbouncedectorbottom {
  height: 90px;
  background-image: linear-gradient(to bottom, #141414, black);
}

/* ICON BBT */
.iconbt {
  width: var(--btwh);
  height: var(--btwh);
  cursor: pointer;
}

.iconbt .svgicon {
  background: currentColor;
  transition: background 0.3s;
}

.iconbt:hover .svgicon {
  background: var(--hover-color);
}


/* 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(--em-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;
}

button-1 {
  padding: 0.125em 0.75em;
  border-radius: 999px;
  background: var(--em-color);
  color: var(--bg-color);
  font-size: 0.75em;
}

button-1 a {
  text-decoration: none !important;
}

strong {
  font-family: medium;
  font-weight: 400;
}


small {
  /* display: block; */
  font-size: 0.75em;
  line-height: 1.2em;
}

sup {
  /* display: block; */
  font-size: 0.75em;
  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;
}

.placeholdersection {
  width: 100%;
  text-align: center;
  display: none;
}

img.mediafootage[src$="/placeholder.jpg"] {
    display: none;
}

body[is-compagnie] .expandbutton {
    width: fit-content;
    width: -moz-fit-content;
}