/* VARIABLEN */
/* GENERELL */
body {
  font-family: "IBM Plex Sans", sans-serif;
  padding-top: 60px;
  background-color: #F0EBE5;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #D3D3D3;
  clear: both;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #751F2A;
  color: #fff;
}
time {
  display: block;
  font-size: 0.737em;
  text-transform: uppercase;
  font-weight: 700;
}
.under {
  display: inline-block;
  border-bottom: 2px solid;
  border-bottom-color: inherit;
  padding-bottom: 6px;
}
.year {
  opacity: 0.33;
}
.img-darken {
  filter: brightness(60%);
}
.carousel-caption {
  background-color: rgba(255, 255, 255, 0.8);
  color: #E0DFDB;
  left: 0;
  right: 0;
  padding-bottom: 0;
  bottom: 0;
}
.card {
  background-color: #fff;
}
.card-footer {
  border: 0;
  background-color: #fff;
}
a {
  color: #751F2A;
  font-weight: 700;
}
/* TYPO */
h1 {
  font-size: 2.3em;
  font-weight: 700;
  padding: 30px 0;
  color: #751F2A;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
h2, h3, h4, h5 {
  font-weight: 400;
}
h2 {
  font-size: 1.3em;
  line-height: 1.5;
}
h3 {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
p, ul, ol {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}
/* BEREICHE */
.hinweiser {
  padding: 30px 0;
}
.dreier {
  padding: 60px 0;
}
.dreier .bi {
  color: #751F2A;
  font-size: 2.1em;
}
.dreier h3 {
  padding-top: 30px;
}
.headliner {
  padding: 30px 0;
}
.inhalt {
  padding: 30px 0;
}
.vierer {
  background-color: #751F2A;
  padding: 60px 0;
}
.vierer h3, .vierer p, .vierer a {
  color: #F0EBE5;
}
.vierer h3 {
  padding-bottom: 30px;
}
.vierer .bi {
  color: #F0EBE5;
  font-size: 2.1em;
}
.fuss {
  background-color: #4d141c;
  padding: 30px 0;
}
.fuss h3 {
  color: #E2E7BF;
}
.fuss p, .fuss a {
  color: #fff;
}
/* BUTTON */
.btn {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.btn-bd {
  background-color: #751F2A;
  color: #fff;
  font-weight: 400;
}
.btn-primary {
  background-color: #751F2A;
  color: #fff;
  font-weight: 400;
}
/* NAVI */
.bg-dark {
  background-color: #751F2A !important;
}
.dropdown-menu {
  background-color: #751F2A !important;
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
