/*==========COLOR=========*/

#imprint {
  background-color: #482b1d;
  color: #fef4e9;
}

body {
  background-color: #fef4e9;
  color: #482b1d;
}

a {
  color: inherit;
}

.section-toggle,
.article-toggle {
  color: inherit;
}

/*==========TYPOGRAPHY=========*/

body {
  font-family: Patron, sans-serif;
  font-size: 30px;
}

.article-content,
#imprint {
  font-family: "Times New Roman";
  font-size: 22px;
}

h2 {
  font-size: 54px;
  line-height: 155px; /*fits collapsed container*/
}

h1 {
  line-height: 120%;
}

.bold, strong {
  font-weight: bold;
}

p, ul {
  line-height: 140%;
}

h3 {
  font-size: 30px;
  line-height: 100px; /*fits collapsed container*/
}

@font-face {
  font-family: 'Patron';
  src: url('../fonts/PatronWEB-Light.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Patron';
  src: url('../fonts/PatronWEB-Bold.woff') format('woff');
  font-weight: bold;
}

/*==========*/
#imprint {
  padding: 50px 0;
  box-sizing: border-box;
}

#imprint .inner {
    min-width: 800px;
    width: 50%;
    margin: 0 auto;
    position: relative;
}

/*===================SPACING===================*/

h1 {
  top: 50px;
  left: 50px;
}

.text-container {
  left: 50px;
  right: 50px;
  bottom: 200px;
}

.bottom-bar {
  left: 50px;
  right: 50px;
  bottom: 50px;
}

h2 {
  text-indent: 50px;
}

#imprint .offset-after {
  margin-bottom: 50px;
}

.section-toggle .collapse-indicator {
  right: 50px;
}

.article-toggle .collapse-indicator {
  right: 0px;
}

.section-content {
  margin: 0 50px;
  margin-bottom: 150px;
}

p:not(:last-child) {
  margin-bottom: 30px;
}

.article-content .column-left {
  margin-right: 50px;
  margin-bottom: 50px;
}

.space {
  height: 100px;
}

/*===================GLOBAL===================*/
body {
  overflow-x: hidden;
}

a {
  text-decoration: inherit;
}

.right {
  display: block;
  float: right;
}

.arrow-down {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url("../images/arrow_down.svg") center no-repeat;
}

h1 {
  position: absolute;
}

.border-bottom {
  border-bottom: 2px solid #482b1d;
}

#main {
  background-image: url("../images/video-fallback-01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

video {
  /*z-index: -100 !important;*/
  position: absolute;
  top: 50%; left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.text-container {
  position: absolute;
}

/*===================FULL SCREEN CONTAINER===================*/
.container-full {
  position: relative;
  min-height: 100vh;
  width: 100vw;
}

.safe-area {
  width: 100%;
  height: 600px;
  position: relative;
}

.bottom-bar {
  position: absolute;
}

.bottom-bar nav ul li {
  display: inline-block;
}

.bottom-bar nav ul li:not(:last-child)::after
{
  content: " \2022";
}

section {
  position: relative;
}

section h2 {
  display: block;
  cursor: pointer;
}

.collapse-indicator {
  width: 32px;
  height: 32px;
  display: block;
  background: url('../images/cross.png') center no-repeat;
  transition: all 0.5s ease-in-out;
  transform-origin: center center;
}

#imprint .collapse-indicator {
    background: url('../images/cross_light.png') no-repeat !important;
    position: absolute;
    right: 0px;
}

#imprint .collapse-container {
  height: 32px;
}

.section-toggle .collapse-indicator,
.article-toggle .collapse-indicator {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.open {
  transform: rotate(45deg);
}

.section-toggle,
.article-toggle {
  text-decoration: none;
  display: block;
  position: relative;
}

h2:hover,
h3:hover {
  color: #89503D;
}

article h3 {
  display: block;
  cursor: pointer;
}

.section-content {
  display: none;
}

article {
  border-top: 1px solid #000;
}

article:last-child {
  border-bottom: 1px solid #000;
}

.article-content {
  display: none;
}

.space {
  width: 100%;
  clear: both;
}

.article-content .column-left {
  width: 300px;
  float: left;
}

.article-content .column-right {
  width: 800px;
  float: left;
}

.article-content ul {
  list-style: disc outside;
  margin-left: 25px;
}

.clear {
  clear: both;
  display: none;
}
