/* ----------------------
farbwerte:
rot:  #6F2116
grau: #696C70
fond: #9A9C9E
blau: #10253F
---------------------- */

@font-face {
  font-family: 'calibri_woff';
  src: local('Calibri'),
    url('../fonts/calibri.woff') format('woff'),
    url('../fonts/calibri.ttf') format('woff'),
    local('fallback');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri_woff_italic';
  src: local('Calibri Italic'),
    local('Calibri-Italic'),
    url('../fonts/calibri-italic.woff') format('woff'),
    url('../fonts/calibri-italic.ttf') format('ttf'),
    local('fallback');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri_woff_bold';
  src: local('Calibri Bold'),
    local('Calibri-Bold'),
    url('../fonts/calibri-bold.woff') format('woff'),
    url('../fonts/calibri-bold.ttf') format('ttf'),
    local('fallback');
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'calibri_woff';
  background-color: #111;
}

.full-width {
  width: 1920px;
}

b,
strong {
  font-family: 'calibri_woff_bold';
}

i {
  font-family: 'calibri_woff_italic';
}

.red {
  color: #6F2116;
  fill: #6F2116;
}

.grey {
  color: #696C70;
  fill: #696C70;
}

.white {
  color: #FFF !important;
  fill: #FFF !important;
}

.slogan {
  fill: #000;
}

.SVG-border {
  stroke: #000;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.logo,
.menu,
.navi,
.button {
  position: absolute;
}

h1,
h2 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.bottom {
  bottom: 0;
}

.left {
  left: 0;
}

.click {
  cursor: pointer;
}

.footer,
.footer-menu {
  position: fixed;
  bottom: 9px;
  z-index: 11;
  font-size: 20px;
}

.footer {
  left: 15px;
  color: #6F2115;
}

.footer-menu {
  right: 15px;
  color: #9A9C9E;
}

.footer-menu a {
  margin: 0 10px;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 36px;
}

.background.anim,
.background.content {
  transition: 0.5s;
}

.background.slider {
  transition: 3s;
}

.background.anim.hidden,
.background.slider,
.background.content.hidden {
  opacity: 0;
}

.bottom-line {
  position: fixed;
  background-color: #111;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  overflow: hidden;
  width: 100%;
}

.logo {
  position: absolute;
  left: 40px;
  bottom: 65px;
  height: 175px;
  transform-origin: left bottom;
}

.interface {
  position: fixed;
  top: 40px;
  left: 40px;
  transform-origin: left top;
}

.background.anim .headline {
  position: absolute;
  width: 100%;
}

.background.anim .headline h1 {
  position: absolute;
  font-size: 56px;
  left: 20px;
  bottom: 10px;
}

.navi {
  transform-origin: left top;
  left: 0;
  top: 0;
}

.navi .BG,
.closeButton .BG {
  fill-opacity: .8;
}

.burger-menu.button {
  width: 123px;
  height: 123px;
  left: 0;
  top: 0;
}

.burger-menu {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
}

.burger-menu .menu {
  display: none;
  background: rgba(220, 220, 220, 0.9);
  margin: 0;
  border: solid 3px #6F2115;
  list-style: none;
  font-size: 36px;
  line-height: 36px;
  width: 615px;
  left: 120px;
}

.burger-menu ul {
  list-style: none;
  color: #6A6D71;
  padding: 0;
}

.burger-menu ul li {
  border-top: 1px solid #6A6D71;
  margin: 0;
  padding: 11px 8px 7px 12px;
  cursor: pointer;
  width: 100%;
}

.burger-menu ul ul li {
  padding: 11px 8px 7px 36px;
}

.burger-menu ul ul ul li {
  padding: 11px 8px 7px 62px;
}

.burger-menu li:hover {
  color: #000;
  background-color: #EEE;
}

.burger-menu .menu ul li {
  margin: 8px 0;
}

.burger-menu .menu.show li a {
  cursor: pointer;
  display: inline-block;
  width: 100%
}

.burger-menu.active .menu {
  display: block;
}

.burger-menu .navi .close {
  display: none;
}

.burger-menu.active .navi .burger {
  display: none;
}

.burger-menu.active .navi .close {
  display: block;
}

.content div.animation {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.content div.text-container {
  position: absolute;
  left: 50%;
  top: 40px;
  right: 40px;
  bottom: 40px;
  font-size: 16px;
  color: #10253F;
  overflow: auto;
  display: flex;
  flex-flow: column;
}

.text-container input {
  display: none;
}

.text-container label {
  font-size: 21px;
  display: block;
  padding: 8px 20px;
  margin: 0 0 1px 0;
  cursor: default;
  background: rgba(220, 220, 220, 0.9);
  border-radius: 3px;
  transition: ease .5s;
}

.text-container input:not([disabled]):not(:checked)+label:hover {
  background: rgba(180, 180, 180, 1);
  color: #6F2116;
  cursor: pointer;
}

.text-container input:checked+label,
.text-container input:disabled+label {
  background: #10253F;
  color: #FFF;
}

.text-container .content {
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 1px 0;
  border-radius: 3px;
  position: initial;
  overflow: hidden;
}

.text-container input:not([disabled])+label+.content {
  height: 0;
  padding: 0px 20px;
  transition: ease 1s;
}

.text-container .content.singleton,
.text-container input[disabled]+label+.content,
.text-container input:checked+label+.content {
  flex-grow: 1;
  padding: 0px 20px 20px;
  overflow: auto;
}

.chart {
  margin: 15px 0;
  width: 45%;
}

.content div.text-container img:not(.plus):not(.sail) {
  margin: 20px 20px 3px 0;
  float: left;
}

.content h2,
.content p.text-footer {
  text-align: center;
  font-size: 20px;
  margin: 13px 0 8px;
}

div.background.content h2 img {
  width: 22px;
  margin-right: 10px;
}

div.background.content h2 img.plus {
  height: 22px;
}

div.background.content h2 img.sail {
  height: 56px;
}

.singleton {
  height: 100%;
}

ul {
  list-style: none;
}

.text-container ul {
  margin-block-start: 6px;
  margin-block-end: 12px;
  margin-inline-end: 9px;
  padding-inline-start: 20px;
  position: relative;
}

.text-container div:not(.singleton) ul li::before {
  content: url(../SVGs/sail.svg);
  position: absolute;
  transform: scale(0.25) translate(-75px, 10px);
  transform-origin: top left;
}

.text-container li {
  margin-bottom: 12px;
}

.text-container div:not(.singleton) ul ul li::before {
  content: url(../SVGs/plus.svg);
  transform: scale(0.4) translate(-50px, 8px);
}

.singleton ul {
  margin-block-start: 24px;
  margin-block-end: 48px;
  margin-inline-end: 36px;
  padding-inline-start: 50px;
}

.singleton ul::before {
  position: absolute;
  transform: scale(0.628) translate(-65px, -6px);
  transform-origin: top left;
}

.singleton ul.sail::before {
  content: url(../SVGs/sail.svg);
}

.singleton ul.plus::before {
  content: url(../SVGs/plus.svg);
}

.singleton li {
  line-height: inherit;
  position: relative;
}

.singleton li.headline {
  margin-bottom: 15px;
  font-size: 20px;
}

.singleton ul.plus li.headline {
  transform: translate(0px, -3px);
}

.singleton .content {
  position: absolute;
  left: 62px;
  top: 20px;
}

.singleton li div {
  position: relative;
  top: 0;
  left: 0;
}

.singleton li div:nth-child(1) {
  font-family: 'calibri_woff_bold';
  width: 130px;
}

.singleton li div:nth-child(2) {
  margin-left: 145px;
  top: -20px;
  margin-bottom: -20px;
}

ul.topics {
  list-style: none;
  font-size: 24px;
  margin-bottom: 30px;
}

ul.topics li {
  margin: 0 70px 14px 43px;
}

ul.topics li div {
  display: flex;
  float: left;
  flex-direction: row;
}

.content a {
  text-decoration: underline;
}

.quote {
  font-family: 'calibri_woff_italic';
  text-align: center;
}

::-webkit-scrollbar {
  width: 12px;
  /* for vertical scrollbars */
  height: 12px;
  /* for horizontal scrollbars */
}

.background.slider {
  background: none;
  color: #FFF;
  text-align: center;
  top: 45%;
  height: unset;
  font-size: 72px;
}

::-webkit-scrollbar-track {
  background: rgba(180, 180, 180, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgb(150, 150, 150);
}

@media (orientation: portrait) {
  .background.anim .headline {
    height: 100%;
  }

  .background.anim .headline h1 {
    font-size: 32px;
    left: 20px;
    bottom: 10px;
  }

  @viewport {
    width: 500;
  }

  .chart {
    width: 95%;
  }
  .background.slider {
    background: none;
    margin: 0,10px;
    font-size: 56px;
  }

  .logo {
    right: 5px;
    top: 5px;
    left: unset;
    bottom: unset;
    transform-origin: top right;
    transform: scale(1);
    height: 11.7%;
  }

  .background.anim {
    bottom: inherit;
    height: 30%;
  }

  .background.content {
    top: 30%;
    height: 66%;
  }

  .bottom-line {
    height: 30px;
    width: 500px;
  }

  .footer,
  .footer-menu {
    font-size: 12px;
    bottom: 7px;
  }

  .footer {
    left: 7px;
  }

  .footer-menu {
    right: 2px;
  }

  .footer-menu a {
    margin: 0 5px;
  }

  .background.content .text-container {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
  }

  .text-container label,
  .text-container .content {
    border-radius: unset;
  }

  .interface {
    top: 20px;
    left: 20px;
  }

  .interface .headline {
    left: 0px;
  }

  .interface .headline h1 {
    font-size: 92px;
  }
}