@charset "UTF-8";
/*
// create media queries for font-sizes
// usage example:
@include responsive-font-size($f-size-map-list, $selector)

// results in...
.selector {
  font-size: first-value-in-list;
}

// repeated for each further bp value...
@media (BP) {
  .selector {
    font-size: nth-value-in-list;
  }
}
*/
/* muli-200 - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/muli-v20-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/muli-v20-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v20-latin-200.woff2") format("woff2"), url("../fonts/muli-v20-latin-200.woff") format("woff"), url("../fonts/muli-v20-latin-200.ttf") format("truetype"), url("../fonts/muli-v20-latin-200.svg#Muli") format("svg"); /* Legacy iOS */
}
/* muli-300 - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/muli-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/muli-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v20-latin-300.woff2") format("woff2"), url("../fonts/muli-v20-latin-300.woff") format("woff"), url("../fonts/muli-v20-latin-300.ttf") format("truetype"), url("../fonts/muli-v20-latin-300.svg#Muli") format("svg"); /* Legacy iOS */
}
/* muli-regular - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/muli-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/muli-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v20-latin-regular.woff2") format("woff2"), url("../fonts/muli-v20-latin-regular.woff") format("woff"), url("../fonts/muli-v20-latin-regular.ttf") format("truetype"), url("../fonts/muli-v20-latin-regular.svg#Muli") format("svg"); /* Legacy iOS */
}
/* muli-500 - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/muli-v20-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/muli-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v20-latin-500.woff2") format("woff2"), url("../fonts/muli-v20-latin-500.woff") format("woff"), url("../fonts/muli-v20-latin-500.ttf") format("truetype"), url("../fonts/muli-v20-latin-500.svg#Muli") format("svg"); /* Legacy iOS */
}
/* muli-600 - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/muli-v20-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/muli-v20-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v20-latin-600.woff2") format("woff2"), url("../fonts/muli-v20-latin-600.woff") format("woff"), url("../fonts/muli-v20-latin-600.ttf") format("truetype"), url("../fonts/muli-v20-latin-600.svg#Muli") format("svg"); /* Legacy iOS */
}
/* muli-700 - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/muli-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/muli-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v20-latin-700.woff2") format("woff2"), url("../fonts/muli-v20-latin-700.woff") format("woff"), url("../fonts/muli-v20-latin-700.ttf") format("truetype"), url("../fonts/muli-v20-latin-700.svg#Muli") format("svg"); /* Legacy iOS */
}
*, *::after, *::before {
  box-sizing: border-box;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 16px;
  font-family: "Muli", sans-serif;
}
input:focus,
label:focus,
select:focus,
button:focus,
textarea:focus {
  outline: 0;
}

label {
  cursor: pointer;
}

input[type=file] {
  height: auto;
}

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
  white-space: pre-line;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
  display: none;
}

form,
fieldset {
  padding: 0;
  margin: 0;
}

input:-webkit-autofill, input:-internal-autofill-previewed, input:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 10px #ffffff inset;
  -webkit-text-fill-color: #000000;
}

:root {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

body {
  color: #000000;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
  }
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
}
@media (min-width: 1024px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
  }
}

.align-right {
  text-align: right;
}

.text--nowrap {
  white-space: nowrap;
}

.text--margin-down {
  margin-bottom: 20px;
  display: block;
}

body {
  min-width: 375px;
  overflow-x: hidden;
  margin: 0 auto;
}

.page-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  font-family: "Muli", sans-serif;
  overflow: hidden;
}

.hidden {
  display: none;
}

.mobile--show {
  display: block;
}
@media (min-width: 1024px) {
  .mobile--show {
    display: none;
  }
}
.mobile--hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile--hide {
    display: block;
  }
}
.mobile--inlineShow {
  display: inline;
}
@media (min-width: 1024px) {
  .mobile--inlineShow {
    display: none;
  }
}
.mobile--inlineHide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile--inlineHide {
    display: inline;
  }
}
.mobile--inlineBlockShow {
  display: inline-block;
}
@media (min-width: 1024px) {
  .mobile--inlineBlockShow {
    display: none;
  }
}
.mobile--inlineBlockHide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile--inlineBlockHide {
    display: inline-block;
  }
}

.uppercase {
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.image {
  transition: transform 0.2s ease-out;
}
@media (min-width: 1024px) {
  .image {
    height: 450px;
  }
}
.image:hover {
  transform: scale(1.1);
}

a {
  cursor: pointer;
  text-decoration: none;
}

.link {
  color: #9e0e21;
  transition: filter 0.2s ease-out;
}
.link:hover {
  filter: brightness(120%);
}

ul {
  list-style: none;
  font-size: 18px;
  padding-left: 20px;
  margin: 0;
}
ul li {
  line-height: 1.9;
  position: relative;
  margin-bottom: 10px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
ul li::before {
  content: "\A7";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  color: #9e0e21;
}

iframe {
  border: 0;
}

h1,
.h1,
.header--h1 {
  margin: 0;
  letter-spacing: 0.28px;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
}
@media (min-width: 1024px) {
  h1,
  .h1,
  .header--h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  h1,
  .h1,
  .header--h1 {
    letter-spacing: 0.36px;
  }
}
h1 a,
.h1 a,
.header--h1 a {
  display: inline-block;
}

h2,
.h2,
.header--h2 {
  margin: 0;
  letter-spacing: 0.28px;
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
}
@media (min-width: 1024px) {
  h2,
  .h2,
  .header--h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  h2,
  .h2,
  .header--h2 {
    letter-spacing: 0.36px;
  }
}
h2 a,
.h2 a,
.header--h2 a {
  display: inline-block;
}

.h1 {
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
.h1--content {
  margin-bottom: 0;
}
.h1--home {
  margin: 20px 0 40px;
}
@media (min-width: 1024px) {
  .h1--home {
    margin: 20px 0 60px;
  }
}

.h2 {
  color: #9e0e21;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
  }
}
.h2--contact {
  margin-bottom: 20px;
}
.h2--center {
  text-align: center;
  margin: 20px 0 30px;
}
.h2--imprint {
  margin-bottom: 20px;
}

.h3--centered {
  margin-top: 0;
  text-align: center;
}

.header--red {
  color: #a51f26;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .container--image .container--inner {
    justify-content: center;
  }
}
.container--flex, .container--flex-reverse-header, .container--flex-header {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .container--flex, .container--flex-reverse-header, .container--flex-header {
    flex-direction: row;
  }
}
.container--flex-header {
  justify-content: space-between;
  padding-top: 20px;
  flex-direction: row;
}
.container--flex-reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .container--flex-reverse {
    flex-direction: row;
  }
}
.container--flex-reverse-header {
  justify-content: space-between;
  padding-top: 20px;
  flex-direction: row;
}
.container--flex-reverse .container--inner:first-of-type {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .container--flex-reverse .container--inner:first-of-type {
    margin-top: 0;
  }
}
.container--flex-reverse .container--inner:last-of-type {
  margin-top: 0 !important;
}
.container--wrapper {
  padding: 20px;
}
@media (min-width: 768px) {
  .container--wrapper {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.container--wrapper > * {
  max-width: 1366px;
  margin: 0 auto;
}
.container--wrapper > header + section {
  margin-top: 40px;
}
@media (min-width: 480px) {
  .container--wrapper > header + section {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .container--wrapper > header + section {
    margin-top: 100px;
  }
}
.container--inner p:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .container--contact {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1366px) {
  .container--contact {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.container--contact span {
  display: block;
}
.container--contact .opening-times {
  display: flex;
  justify-content: space-between;
  max-width: 290px;
}
.container > * {
  max-width: 1366px;
  margin: 0 auto;
}
.container--error {
  background: linear-gradient(270deg, #cc4929 0%, #cc4929 100%);
  padding-top: 20px;
  padding-bottom: 20px;
}
.container--lightgray {
  background-color: #cccccc;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
.container--lightgray:last-of-type {
  margin-bottom: 0;
}
.container--white {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 80px;
}
.container--h1 {
  margin-top: 20px;
}
.container--topSpace {
  margin-top: 20px;
}
@media (min-width: 1600px) {
  .container--downloads {
    padding-left: 300px;
    padding-right: 300px;
  }
}
.container--innerImage {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .container--justify {
    flex-direction: row !important;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .container--center {
    justify-content: center;
  }
}
.container--center .container--inner {
  width: auto !important;
  text-align: center;
}
@media (min-width: 1024px) {
  .container--center .container--inner {
    margin-right: 80px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .container--center .container--inner:first-of-type {
    margin-right: 80px;
  }
}
.container--standing {
  margin: 30px 0 80px;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .container--standing {
    flex-direction: row;
  }
}
@media (min-width: 1666px) {
  .container--standing {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.container--standing .container--50-50, .container--standing .container--66-33, .container--standing .container--33-66 {
  flex-direction: column;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.container--standing .container--50-50:first-of-type, .container--standing .container--66-33:first-of-type, .container--standing .container--33-66:first-of-type {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .container--standing .container--50-50, .container--standing .container--66-33, .container--standing .container--33-66 {
    width: 49%;
  }
}
.container--standing .container--50-50 .container--inner, .container--standing .container--66-33 .container--inner, .container--standing .container--33-66 .container--inner {
  width: 80%;
}
@media (min-width: 1366px) {
  .container--standing .container--50-50 .container--inner, .container--standing .container--66-33 .container--inner, .container--standing .container--33-66 .container--inner {
    width: 60%;
  }
}
.container--fullWidth .container--inner {
  width: 100%;
}
.container--introduce .container--text {
  padding: 0 40px !important;
}
@media (min-width: 1600px) {
  .container--introduce .container--text {
    padding: 0 120px !important;
  }
}
.container--introduce .image {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  .container--introduce .image {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .container--introduce .image {
    margin: 0;
    height: 550px;
  }
}
.container--text {
  padding: 0 !important;
  margin-top: 0 !important;
}
.container--text h2 {
  margin: 20px 0 !important;
}

.container--50-50 .container--inner + .container--inner, .container--66-33 .container--inner + .container--inner, .container--33-66 .container--inner + .container--inner {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .container--50-50 .container--inner, .container--66-33 .container--inner, .container--33-66 .container--inner {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .container--50-50 .container--inner > *:last-child, .container--66-33 .container--inner > *:last-child, .container--33-66 .container--inner > *:last-child {
    flex-grow: 1;
  }
  .container--50-50 .container--inner + .container--inner, .container--66-33 .container--inner + .container--inner, .container--33-66 .container--inner + .container--inner {
    margin-top: 0;
  }
  .container--50-50 .container--inner:nth-child(1), .container--66-33 .container--inner:nth-child(1), .container--33-66 .container--inner:nth-child(1) {
    padding-right: 50px;
  }
  .container--50-50 .container--inner:nth-child(2), .container--66-33 .container--inner:nth-child(2), .container--33-66 .container--inner:nth-child(2) {
    padding-left: 50px;
  }
  .container--50-50 .container--inner .heading, .container--66-33 .container--inner .heading, .container--33-66 .container--inner .heading {
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .container--50-50 .container--inner, .container--66-33 .container--inner, .container--33-66 .container--inner {
    width: 50%;
  }
  .container--50-50 .container--inner:nth-child(1), .container--66-33 .container--inner:nth-child(1), .container--33-66 .container--inner:nth-child(1) {
    padding-right: 50px;
  }
  .container--50-50 .container--inner:nth-child(2), .container--66-33 .container--inner:nth-child(2), .container--33-66 .container--inner:nth-child(2) {
    padding-left: 50px;
  }
}
.container--50-50 .container--innerImage, .container--66-33 .container--innerImage, .container--33-66 .container--innerImage {
  padding: 0 !important;
}

@media (min-width: 1024px) {
  .container--33-66 .container--inner {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .container--33-66 .container--inner > *:last-child {
    flex-grow: 1;
  }
  .container--33-66 .container--inner:nth-child(1) {
    padding-right: 20px;
  }
  .container--33-66 .container--inner:nth-child(2) {
    padding-left: 20px;
  }
}
@media (min-width: 1920px) {
  .container--33-66 .container--inner:nth-child(1) {
    width: 33.33%;
    padding-right: 30px;
  }
  .container--33-66 .container--inner:nth-child(2) {
    width: 66.66%;
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .container--66-33 .container--inner {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .container--66-33 .container--inner > *:last-child {
    flex-grow: 1;
  }
  .container--66-33 .container--inner:nth-child(1) {
    padding-right: 20px;
  }
  .container--66-33 .container--inner:nth-child(2) {
    padding-left: 20px;
  }
}
@media (min-width: 1920px) {
  .container--66-33 .container--inner:nth-child(1) {
    width: 66.66%;
    padding-right: 30px;
  }
  .container--66-33 .container--inner:nth-child(2) {
    width: 33.33%;
    padding-left: 30px;
  }
}

.container--75-25 .container--inner + .container--inner {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .container--75-25 .container--inner {
    display: flex;
    flex-direction: column;
  }
  .container--75-25 .container--inner > *:last-child {
    flex-grow: 1;
  }
  .container--75-25 .container--inner + .container--inner {
    margin-top: 0;
  }
  .container--75-25 .container--inner:nth-child(1) {
    padding-right: 20px;
    flex: 0 0 75%;
    overflow-x: hidden;
  }
  .container--75-25 .container--inner:nth-child(2) {
    min-width: 260px;
    max-width: 260px;
    padding-left: 20px;
  }
  .container--75-25 .container--inner .heading {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .container--33-33-33 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .container--33-33-33 .container--inner {
    width: 30.75%;
    display: flex;
    flex-direction: column;
  }
  .container--33-33-33 .container--inner > *:last-child {
    flex-grow: 1;
  }
  .container--33-33-33 .container--inner--reducedGap {
    width: 32.3%;
  }
}
.container--33-33-33 .container--inner + .container--inner {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .container--33-33-33 .container--inner + .container--inner {
    margin-top: 0;
  }
  .container--33-33-33 .container--inner + .container--inner .heading {
    margin-top: 0;
  }
}

.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-container--half {
  height: 50vh;
}
.swiper-slide:active {
  cursor: grabbing;
}
.swiper-slide__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.swiper-slide__infobox {
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  color: #ffffff;
  line-height: 1;
  border-radius: 3px;
  transform: translateX(60px);
  opacity: 0;
  animation: boxFadeOut 0.65s ease-out forwards;
  font-weight: 200;
  bottom: 100px;
  left: 20px;
  margin-right: 40px;
  text-shadow: 1px 1px 1px #999999;
  filter: drop-shadow(0px 0px 4px #4d4d4d);
}
@media (min-width: 768px) {
  .swiper-slide__infobox {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .swiper-slide__infobox {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media (min-width: 1366px) {
  .swiper-slide__infobox {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) {
  .swiper-slide__infobox {
    left: 40px;
  }
}
@media (min-width: 1024px) {
  .swiper-slide__infobox {
    bottom: 140px;
    left: 70px;
    max-width: 1200px;
    margin-right: 140px;
  }
}
@media (min-width: 1366px) {
  .swiper-slide__infobox {
    left: 100px;
  }
}
@media (min-width: 1666px) {
  .swiper-slide__infobox {
    left: 140px;
  }
}
.swiper-slide__infobox--activated {
  animation: boxFadeIn 0.65s ease-out forwards;
}
.swiper-slide-active .swiper-slide__infobox {
  animation: boxFadeIn 0.65s ease-out forwards 0.25s;
}
.swiper__scrollDownWrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 12px #000000);
  z-index: 999;
}
.swiper__scrollDown {
  animation: arrow-scroll 1.7s infinite ease;
}

@keyframes boxFadeIn {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes boxFadeOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes arrow-scroll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  55% {
    transform: translateY(-15px);
  }
}
.navigation {
  z-index: 9000;
  position: fixed;
  background-color: #9e0e21;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  top: 0;
  right: 0;
  transition: transform 0.4s ease-out, background-color 0.4s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
@media (min-width: 1366px) {
  .navigation {
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: auto;
    transform: none;
    flex-direction: row;
    overflow: hidden;
    justify-content: space-between;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, padding 0.2s ease-out, box-shadow 0.2s ease-out;
    padding: 10px 40px 10px;
  }
}
.navigation--mobile {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 20;
  width: 100%;
  padding: 15px 10px 5px 15px;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, padding 0.2s ease-out, box-shadow 0.2s ease-out;
}
.navigation--mobile.navigation--scrolled {
  padding: 15px 10px 5px 15px;
}
@media (min-width: 1366px) {
  .navigation--mobile {
    display: none;
  }
}
.navigation--scrolled {
  background-color: #ffffff;
  padding: 10px 40px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.navigation--scrolled .navigation__item {
  color: #000000;
  filter: none;
  text-shadow: none;
}
.navigation__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1366px) {
  .navigation__links {
    display: inline-block;
  }
}
.navigation__item {
  font-size: 24px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s ease-out, filter 0.2s ease-out, text-shadow 0.2s ease-out;
  color: #ffffff;
  font-weight: 200;
  margin: 15px 0;
}
@media (min-width: 1366px) {
  .navigation__item {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1920px) {
  .navigation__item {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1366px) {
  .navigation__item {
    margin: 0 10px;
    color: #000000;
  }
}
.navigation__item:hover {
  color: #b3b3b3;
}
@media (min-width: 1366px) {
  .navigation__item:hover {
    color: #9e0e21;
  }
}
.navigation__item--language {
  position: relative;
  display: inline-block;
  width: 46px;
  margin-top: 45px;
}
@media (min-width: 1366px) {
  .navigation__item--language {
    margin-top: 0;
  }
}
.navigation__item--active {
  border: 1px solid #ffffff;
  padding: 10px;
  transition: border 0.2s ease-out;
}
.navigation__item--active:hover {
  color: #ffffff;
}
@media (min-width: 1366px) {
  .navigation__item--active {
    border: 1px solid #000000;
  }
  .navigation__item--active:hover {
    color: #000000;
  }
}
.navigation__button {
  width: 50px;
  height: 44px;
  position: fixed;
  top: 20px;
  right: 20px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 99999;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navigation__button {
    top: 25px;
  }
}
@media (min-width: 1366px) {
  .navigation__button {
    display: none;
  }
}
.navigation__button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000;
  border-radius: 4px;
}
.navigation__button span:nth-of-type(1) {
  top: 0;
}
.navigation__button span:nth-of-type(2) {
  top: 20px;
}
.navigation__button span:nth-of-type(3) {
  bottom: 0;
}
.navigation__button--active {
  transform: rotate(360deg);
}
.navigation__button--active span {
  background-color: #ffffff;
}
.navigation__button--active span:nth-of-type(1) {
  width: 20px;
  transform: translate(-1px, 13px) rotate(-45deg);
}
.navigation__button--active span:nth-of-type(3) {
  width: 20px;
  transform: translate(-1px, -13px) rotate(45deg);
}
.navigation--open {
  transform: translateX(0) !important;
}
@media (max-width: 1365px) {
  .navigation--open.navigation--scrolled {
    background-color: #9e0e21;
  }
  .navigation--open.navigation--scrolled a {
    color: #ffffff !important;
  }
}
.navigation__language {
  fill: #ffffff;
  position: absolute;
  left: 0;
  top: -30px;
  transition: fill 0.2s ease-out;
}
@media (min-width: 1366px) {
  .navigation__language {
    fill: #000000;
  }
}
.navigation__language:hover {
  fill: #b3b3b3;
}
@media (min-width: 1366px) {
  .navigation__language:hover {
    fill: #9e0e21;
  }
}

.fixed {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  display: block;
}

.footer {
  padding-top: 120px;
  width: 100%;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 200px;
  }
}
.footer--lightgray {
  background-color: #cccccc;
}
.footer--red {
  background-color: #9e0e21;
}
.footer::before {
  background-color: #9e0e21;
  width: 150%;
  height: 500px;
  content: "";
  display: block;
  position: absolute;
  bottom: -90px;
  left: -50px;
  z-index: 1;
  transform: rotate(-4deg);
}
@media (min-width: 480px) {
  .footer::before {
    height: 370px;
  }
}
@media (min-width: 768px) {
  .footer::before {
    height: 440px;
  }
}
.footer__inner {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .footer__inner {
    flex-direction: row;
    align-items: normal;
  }
}
.footer__item {
  display: flex;
  flex-direction: column;
  font-weight: 200;
  position: relative;
  z-index: 10;
}
.footer__item--left {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .footer__item--left {
    margin-right: 80px;
    margin-bottom: 0;
  }
}
.footer__headline {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.footer__link {
  color: #ffffff;
  transition: color 0.2s ease-out;
}
.footer__link:hover {
  color: #b3b3b3;
}
.footer__copyright {
  display: block;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  font-weight: 200;
}
.footer__logo {
  position: absolute;
  top: 0;
  left: 100px;
}

.team__section {
  width: 100%;
  padding: 100px 3% 40px;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .team__section {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .team__section {
    padding: 40px 12%;
  }
}
@media (min-width: 1800px) {
  .team__section {
    flex-direction: row;
  }
}
@media (min-width: 1800px) {
  .team__section {
    padding: 40px 9% 60px;
  }
}
.team__section::before {
  display: block;
  position: absolute;
  text-transform: uppercase;
  height: 40px;
  width: 100px;
  color: #666666;
  left: 3%;
  font-size: 30px;
}
@media (min-width: 768px) {
  .team__section::before {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .team__section::before {
    transform: rotate(-90deg);
    left: 1.5%;
  }
}
@media (min-width: 1366px) {
  .team__section::before {
    left: 3%;
  }
}
.team__section--notary {
  background-color: #e6e6e6;
}
.team__section--notary::before {
  content: "Notar";
  top: 60px;
}
@media (min-width: 1024px) {
  .team__section--notary::before {
    top: 190px;
  }
}
.team__section--lawyer {
  background-color: #cccccc;
}
.team__section--lawyer::before {
  content: "Anw\E4lt*innen";
  top: 60px;
}
@media (min-width: 1024px) {
  .team__section--lawyer::before {
    top: 380px;
  }
}
.team__section--office .team__infocard {
  background-color: #e6e6e6;
}
.team__section--office::before {
  content: "Mitarbeiter*innen";
  top: 60px;
}
@media (min-width: 1024px) {
  .team__section--office::before {
    top: 490px;
  }
}
.team__item {
  display: flex;
  flex: 0 0 100%;
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .team__item {
    flex-direction: row;
  }
}
@media (min-width: 1800px) {
  .team__item {
    flex: 0 0 49%;
  }
}
@media (min-width: 1800px) {
  .team__item:nth-child(odd) {
    margin-right: 1%;
  }
}
.team__avatarWrapper {
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .team__avatarWrapper {
    width: 300px;
    height: 380px;
  }
}
.team__avatarWrapper--100 {
  width: 100%;
}
@media (min-width: 768px) {
  .team__avatarWrapper--100 {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .team__avatarWrapper--100 .team__avatar {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.team__blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(6px);
}
.team__avatar {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease-out;
  margin: 0 auto;
  position: relative;
  max-height: 380px;
}
@media (min-width: 768px) {
  .team__avatar {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}
.team__avatar:hover {
  transform: scale(1.1);
}
.team__name {
  font-size: 24px !important;
  font-weight: 700;
  color: #9e0e21;
}
.team__infocard {
  background-color: #ffffff;
  width: 100%;
  padding: 10px 20px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .team__infocard {
    padding: 5px 20px 0;
  }
}
.team__infocard p, .team__infocard span {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}
.team__morebutton {
  font-size: 12px;
  margin: 10px 0 0 !important;
  padding: 5px 30px !important;
}
@media (min-width: 768px) {
  .team__morebutton {
    margin: 0 !important;
    position: absolute;
    top: 16px;
    right: 20px;
    padding: 5px 20px !important;
  }
}
@media (min-width: 1024px) {
  .team__morebutton {
    padding: 5px 30px !important;
  }
}
.team__mail {
  color: #9e0e21;
  transition: filter 0.2s ease-out;
}
.team__mail:hover {
  filter: brightness(120%);
}
.team__focuslist {
  list-style: none;
  margin: 0;
  font-size: 14px;
  padding-left: 40px;
}
.team__focuslist li {
  line-height: 1.9;
  position: relative;
  margin-bottom: 0;
}
.team__focuslist li::before {
  content: "\A7";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  color: #9e0e21;
}
.team .button {
  width: auto;
}

.logo {
  position: relative;
  left: 20px;
  top: 15px;
  z-index: 99999;
  width: 200px;
  transition: filter 0.2s ease-out, width 0.2s ease-out;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .logo {
    width: 230px;
  }
}
@media (min-width: 1366px) {
  .logo {
    position: relative;
    left: 0;
    top: 0;
  }
}
.logo:hover {
  filter: brightness(110%);
}
.logo--mobile {
  position: relative;
  left: auto;
  top: auto;
  display: inline-block;
}
@media (min-width: 1366px) {
  .logo--mobile {
    display: none !important;
  }
}
.logo--desktop {
  display: none;
}
@media (min-width: 1366px) {
  .logo--desktop {
    display: block;
  }
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, filter 0.2s ease-out;
  color: #ffffff;
  margin: 30px 0;
  display: block;
  flex-grow: 0 !important;
}
.button--link {
  padding: 5px 20px;
  background-color: #9e0e21;
  margin: 10px 0 15px;
}
.button--link:hover {
  filter: brightness(120%);
}
.button--bordered {
  border: 1px solid #ffffff;
  padding: 10px 60px;
}
@media (min-width: 768px) {
  .button--bordered {
    margin-right: 20px;
  }
}
.button--bordered:last-of-type {
  margin-right: 0;
}
.button--bordered:hover {
  background-color: #ffffff;
  color: #9e0e21;
}
.button--red {
  background-color: #9e0e21;
}
.button--red.button--bordered {
  border: 1px solid #9e0e21;
}
.button--red.button--bordered:hover {
  background-color: transparent;
  color: #9e0e21;
}
.button--white {
  background-color: #ffffff;
  color: #9e0e21;
}
.button--white.button--bordered {
  border: 1px solid #9e0e21;
}
.button--white.button--bordered:hover {
  background-color: #9e0e21;
  color: #ffffff;
}

.contactBanner {
  background-color: #9e0e21;
  padding: 40px 30px 40px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .contactBanner {
    margin: 30px 0;
  }
}
@media (min-width: 1024px) {
  .contactBanner {
    margin: 40px 0;
    padding: 50px 100px 40px;
  }
}
.contactBanner__inner {
  text-align: center;
  color: #ffffff;
}
.contactBanner__headline {
  display: block;
  line-height: 1.4;
  font-size: 26px;
}
@media (min-width: 1024px) {
  .contactBanner__headline {
    font-size: 34px;
  }
}
.contactBanner__subline {
  margin: 20px 0 20px;
  display: block;
  line-height: 1.4;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .contactBanner__subline {
    font-size: 28px;
  }
}
.contactBanner__button {
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding: 10px 60px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media (min-width: 768px) {
  .contactBanner__button {
    margin-right: 20px;
  }
}
.contactBanner__button:last-of-type {
  margin-right: 0;
}
.contactBanner__button:hover {
  background-color: #ffffff;
  color: #9e0e21;
}

.downloads__list {
  list-style: none;
  width: 100%;
  background-color: #e6e6e6;
  padding: 0;
}
.downloads__item {
  position: relative;
  min-height: 70px;
  border-bottom: 3px solid #b3b3b3;
  cursor: pointer;
  transition: background-color 0.2s ease-out, border-bottom-color 0.2s ease-out;
  margin-bottom: 0;
}
.downloads__item:before {
  content: none;
}
.downloads__item:last-of-type {
  border-bottom: none;
}
.downloads__item:last-of-type:hover {
  border-bottom: none;
}
.downloads__item:hover {
  background-color: #cccccc;
  border-bottom: 3px solid #999999;
}
.downloads__item:hover .downloads__icon {
  border-right: 3px solid #999999;
}
.downloads__item-inner {
  display: flex;
  flex-direction: row;
}
.downloads__link {
  color: #9e0e21;
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.downloads__icon {
  transition: border-right-color 0.2s ease-out;
  flex: 0 0 70px;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 3px solid #b3b3b3;
  min-height: 70px;
}
.downloads__icon--link {
  background-image: url("../images/icons/link.svg");
  background-size: 70%;
}
.downloads__icon--file {
  background-image: url("../images/icons/file.svg");
  background-size: 75%;
}

.globe {
  z-index: 99;
  width: 35px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
@media (min-width: 768px) {
  .globe {
    right: 20px;
    bottom: 20px;
  }
}

.ImpressionBox {
  margin-top: 20px;
}
.ImpressionBox__gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ImpressionBox__thumbnail {
  flex-basis: 32%;
  flex-grow: 1;
  margin: 2px;
  overflow: hidden;
}
.ImpressionBox__thumbnailImage {
  transition: transform 0.2s ease-out;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.ImpressionBox__thumbnailImage:hover {
  transform: scale(1.1);
  cursor: zoom-in;
}

.pswp {
  z-index: 1000000;
}
.pswp__bg {
  opacity: 0.7 !important;
}
.pswp__button--fs {
  display: none !important;
}
.pswp .pswp__button, .pswp .pswp__button--arrow--left:before, .pswp .pswp__button--arrow--right:before {
  background-image: url("../images/icons/photoswipe-default-skin.png");
}
.pswp .pswp__button--arrow--right, .pswp .pswp__button--arrow--left {
  background-image: none;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #9e0e21 !important;
  border-color: #9e0e21 !important;
  transition: opacity 0.2s ease-out;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: #9e0e21 !important;
  transition: opacity 0.2s ease-out;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-color: #9e0e21 !important;
  transition: opacity 0.2s ease-out;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #9e0e21 !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #9e0e21 !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #9e0e21 !important;
  transition: color 0.2s ease-out;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #9e0e21 !important;
  border-color: #9e0e21 !important;
  transition: opacity 0.2s ease-out;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #9e0e21 !important;
  transition: color 0.2s ease-out;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #9e0e21 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li::before {
  content: none !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #9e0e21 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #9e0e21 !important;
  color: #9e0e21 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #9e0e21 !important;
  transition: color 0.2s ease-out;
}

.container--form {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .container--form {
    margin-top: 100px;
  }
}
.container--form.submitted .form-group, .container--form.submitted h3 {
  display: none;
}
.container--form #security {
  max-width: 290px;
  display: block;
  margin-top: 10px;
}
.container--form li {
  font-size: 14px;
}
.container--form li::before {
  content: none;
}
.container--form .container--inner {
  width: 100%;
}
.container--form #contactForm {
  display: none;
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.container--form h3 {
  color: #9e0e21;
  margin-top: 20px;
}
.container--form .form-group {
  margin-bottom: 40px;
}
.container--form label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
}
.container--form .form-control-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.container--form .form-control-input:focus {
  border-color: rgba(158, 14, 33, 0.35);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(158, 14, 33, 0.35);
}
.container--form .label-control {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #333;
}
.container--form .help-block.with-errors {
  color: #d9534f;
  font-size: 0.875em;
  margin-top: 5px;
}
.container--form .checkbox {
  margin-top: 20px;
  margin-bottom: 10px;
}
.container--form .checkbox + .checkbox {
  margin-top: 10px;
}
.container--form .checkbox input {
  margin-right: 10px;
}
.container--form .checkbox label {
  font-weight: 400;
  color: #333;
}
.container--form .checkbox + .form-group {
  margin-bottom: 20px;
}
.container--form .form-control-submit-button {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #9e0e21;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.container--form .form-control-submit-button:hover {
  background-color: #6f0a17;
}
.container--form .form-message {
  text-align: center;
  font-size: 1.2em;
  margin-top: 20px;
}
.container--form .form-message .h3 {
  font-size: 16px;
  color: #2b773e;
  text-align: left;
}