@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/open-sans-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../webfonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../webfonts/open-sans-v17-latin-regular.woff") format("woff"), url("../webfonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../webfonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/open-sans-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../webfonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../webfonts/open-sans-v17-latin-700.woff") format("woff"), url("../webfonts/open-sans-v17-latin-700.ttf") format("truetype"), url("../webfonts/open-sans-v17-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* Basic SASS Components
-------------------------------------------------- */
/* Hellgraue Linien */
/* Hellgraue Hintergründe */
/* Dunkelgraue Standardschriftfarbe */
/* Hellgrauer Hintergrund */
/* Akzentfarbe */
/* Akzentfarbe */
/* Abgerundete Ecken */
/* Fade */
/* Anzahl Textzeilen */
/* Close Anzahl Textzeilen */
/* Text */
/* Basic Resets 
-------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input:active {
  box-shadow: none !important;
}

:focus {
  outline: none !important;
}

::selection {
  color: #000 !important;
  text-shadow: none;
  background-color: #fff;
}

::-moz-selection {
  color: #000 !important;
  text-shadow: none;
  background-color: #fff;
}

input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a[href] object[type*=svg],
button object[type*=svg],
object[type*=svg] {
  pointer-events: none !important;
}

a:link, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  color: #9c9c9c;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #d20a1b;
  /*text-shadow: 0px 0px 5px #fcea10;*/
}

/* Basic Styles 
-------------------------------------------------- */
html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: auto !important;
  -moz-osx-font-smoothing: greyscale !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-font-size: 18px;
  color: #020204;
  color: #fff;
  line-height: 1.4;
  line-height: 1.4;
  background-color: #000;
  height: 100%;
  padding-top: 140px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 95px;
  }
}

b, strong {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-feature-settings: "liga" 0;
  text-transform: uppercase;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* Header Styles 
-------------------------------------------------- */
nav * {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media (min-width: 1200px) {
  nav .container {
    width: 100%;
    padding: 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav .container {
    width: 100%;
    padding: 0 35px;
  }
}
nav .navbar-header {
  float: right;
}
nav.navbar-default {
  background-color: #000;
  border-bottom: 1px solid rgba(230, 230, 230, 0.2);
  margin-bottom: 0;
  height: 160px;
}
@media (max-width: 1199px) {
  nav.navbar-default {
    height: 125px;
  }
}
@media (max-width: 991px) {
  nav.navbar-default {
    height: 135px;
  }
}
@media (max-width: 767px) {
  nav.navbar-default {
    height: 115px;
  }
}
nav .navbar-toggle {
  border-radius: 0;
  border: none;
  background: #000 !important;
  z-index: 50;
  top: 35px;
  left: 20px;
  width: 44px;
  height: 34px;
}
nav .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav .navbar-header {
    float: none;
  }
}
@media (max-width: 767px) {
  nav .navbar-header {
    float: left;
  }
}
nav .navbar-brand {
  padding: 0px 0 0;
  display: block;
  position: relative;
  width: 325px;
  height: auto;
  text-align: right;
}
@media (max-width: 1199px) {
  nav .navbar-brand {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav .navbar-brand {
    padding: 0;
    width: 240px;
    margin: auto !important;
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  nav .navbar-brand {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    height: 100%;
    margin: auto;
  }
}
nav .navbar-brand img, nav .navbar-brand object {
  max-width: 425px;
  width: 100%;
  /*width: 100% !important;*/
  height: auto !important;
  /*@include fade;*/
}
@media (max-width: 767px) {
  nav .navbar-brand img, nav .navbar-brand object {
    right: 0;
    top: -15px;
    max-height: 150px;
  }
}
nav .navbar-brand img:last-of-type, nav .navbar-brand object:last-of-type {
  max-width: 0;
  opacity: 0;
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  nav div#sidebar {
    float: none !important;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  nav .navbar-nav {
    margin-right: -30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav .navbar-nav {
    margin: auto !important;
    float: none !important;
    text-align: center;
  }
}
nav .navbar-nav > li {
  padding: 56px 0 40px;
}
@media (max-width: 1199px) {
  nav .navbar-nav > li {
    padding: 42px 0 40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav .navbar-nav > li {
    padding: 0px 0 10px;
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  nav .navbar-nav > li {
    padding: 10px 0px;
    display: block;
    float: none;
    text-align: left;
  }
}
nav .navbar-nav > li > a {
  letter-spacing: 0.5px;
  font-feature-settings: "liga" 0;
  font-size: 15px;
  padding: 15px;
  color: #020204 !important;
  color: #fff !important;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  nav .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  nav .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  nav .navbar-nav > li > a {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  nav .navbar-nav > li > a {
    padding: 10px;
    text-shadow: 2px 2px 0px rgb(0, 0, 0), 2px -2px 0px rgb(0, 0, 0), -2px 2px 0px rgb(0, 0, 0), -2px -2px 0px rgb(0, 0, 0);
  }
}
@media (max-width: 767px) {
  nav .navbar-nav > li > a {
    padding: 15px 25px;
  }
}
nav .navbar-nav > li > a:hover {
  color: #d20a1b !important;
}
nav .navbar-nav > li.active > a {
  background-color: #020204 !important;
  color: #fff !important;
}
nav .navbar-nav > li.active > a:hover {
  color: #9c9c9c !important;
}
nav.scrolled {
  box-shadow: 0 1px 10px rgba(156, 156, 156, 0.5);
  border-bottom: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
nav.scrolled * {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
nav.scrolled.navbar-default {
  height: 80px;
}
@media (max-width: 991px) {
  nav.scrolled.navbar-default {
    height: 70px;
  }
}
@media (max-width: 767px) {
  nav.scrolled.navbar-default {
    height: 70px;
  }
}
@media (max-width: 991px) {
  nav.scrolled .navbar-header {
    float: left;
  }
}
nav.scrolled .navbar-toggle {
  top: 23px;
}
@media (max-width: 767px) {
  nav.scrolled .navbar-toggle {
    top: 12px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.scrolled div#sidebar {
    float: right !important;
    margin-top: 0px;
  }
}
nav.scrolled .navbar-nav > li {
  padding: 15px 0px 0;
}
nav.scrolled .navbar-nav > li.active::after {
  border-bottom: 5px solid;
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  bottom: -14px;
  left: 15px;
}
@media (max-width: 767px) {
  nav.scrolled .navbar-nav > li.active::after {
    content: "\f30b";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    border: none;
    bottom: 17px;
    left: 7px;
  }
}
@media (max-width: 991px) {
  nav.scrolled .navbar-nav > li:last-child {
    top: -1px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.scrolled .navbar-nav > li a {
    padding: 10px 5px;
    letter-spacing: 0;
  }
}
nav.scrolled .navbar-brand {
  padding: 0px 0 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.scrolled .navbar-brand {
    width: 80px;
    float: left;
  }
}
@media (max-width: 767px) {
  nav.scrolled .navbar-brand {
    padding: 0px 0 0;
    width: 100px;
    float: left;
  }
}
nav.scrolled .navbar-brand img, nav.scrolled .navbar-brand object {
  max-width: 100px;
  margin-top: -15px;
}
nav.scrolled .navbar-brand img:last-of-type, nav.scrolled .navbar-brand object:last-of-type {
  opacity: 1;
  max-width: 120px;
  display: block;
}
nav.scrolled .navbar-brand img:first-of-type, nav.scrolled .navbar-brand object:first-of-type {
  opacity: 0;
  max-width: 0;
}
nav.inhaltsverzeichnis {
  box-shadow: none;
}

/* IE EDGE HACK */
_:-ms-lang(x),
_:-webkit-full-screen,
nav .navbar-brand img, nav .navbar-brand object {
  width: auto;
}

_:-ms-lang(x),
_:-webkit-full-screen,
body {
  padding-top: 120px;
}

/* CLOSE IE EDGE HACK */
/* Off Canvas 
-------------------------------------------------- */
.row-offcanvas.row-offcanvas-left {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
    height: 100%;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -75%; /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%; /* 6 columns */
    display: block;
    margin: 0;
    width: 100%;
  }
  .row-offcanvas-right.active {
    right: 75%; /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 100%; /* 6 columns */
    position: relative;
  }
  .row-offcanvas-left.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .row-offcanvas-left.active .navbar-collapse.collapse {
    padding: 0;
  }
  .row-offcanvas-left.active nav {
    background-image: none;
  }
  .row-offcanvas-left.active nav .navbar-topright {
    width: auto;
  }
  .row-offcanvas-left.active nav ul.nav.navbar-nav.navbar-right {
    padding-bottom: 100px;
    float: left;
  }
  .row-offcanvas-left.active nav .navbar-brand {
    display: none;
  }
  .row-offcanvas-left.active nav .navbar-nav {
    margin: 7.5px 0px;
  }
  .row-offcanvas-left.active nav.navbar.navbar-default.navbar-fixed-top {
    border-bottom: none;
    box-shadow: none;
  }
  .row-offcanvas-left.active nav.navbar.navbar-default.navbar-fixed-top .navbar-header {
    left: 100%;
    position: relative;
    margin-left: -80px;
  }
  .row-offcanvas-left.active nav.navbar.navbar-default.navbar-fixed-top .navbar-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .row-offcanvas-left.active nav.navbar.navbar-default.navbar-fixed-top .navbar-header span.icon-bar:nth-of-type(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 15px;
  }
  .row-offcanvas-left.active nav.navbar.navbar-default.navbar-fixed-top .navbar-header span.icon-bar:nth-of-type(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 11px;
  }
  .row-offcanvas-left.active nav.navbar.navbar-default.navbar-fixed-top .navbar-header span.icon-bar:nth-of-type(4) {
    display: none;
  }
  .row-offcanvas-left.active nav.navbar.navbar-default.navbar-fixed-top.scrolled {
    box-shadow: none;
  }
  .row-offcanvas-left.active nav.navbar.navbar-default.navbar-fixed-top.scrolled .navbar-header::before {
    height: 70px;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0; /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 75%; /* 6 columns */
  }
  .navbar-collapse.collapse {
    left: 0;
    display: block;
    border: none;
  }
  nav.navbar.navbar-default.navbar-fixed-top {
    max-width: 100vw;
  }
}
/* Footer Styles 
-------------------------------------------------- */
footer {
  padding: 145px 0;
  background-color: #222;
  color: #fff;
  letter-spacing: 0.5px;
  font-feature-settings: "liga" 0;
  position: relative;
  /*position: ABSOLUTE;
     width: 100%;
     bottom: 0;*/
  clear: both;
}
@media (max-width: 991px) {
  footer {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 80px 0;
  }
}
footer * a {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 5;
}
footer h1, footer .h1 {
  margin-top: 0;
  padding-top: 0;
  width: auto;
  text-align: left;
}
@media (min-width: 992px) {
  footer h1, footer .h1 {
    width: 50%;
  }
}
footer h1::after, footer .h1::after {
  content: normal;
}
@media (min-width: 1200px) {
  footer .container {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  footer .pull-left, footer .pull-right {
    /*float: none !important;*/
    text-align: center;
    width: 100%;
    padding: 5px 15px;
  }
}
@media (max-width: 991px) {
  footer .pull-left {
    /*font-weight: 900;*/
  }
}
footer address a {
  width: 100%;
  display: block;
  float: left;
  color: #fff;
}
footer address a[href^="mailto:"] {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.9;
  padding: 15px 0;
  line-height: 1;
  hyphens: auto;
  word-break: break-all;
}
@media (max-width: 991px) {
  footer address a[href^="mailto:"] {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  footer address a[href^="mailto:"] {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  footer address a[href^="mailto:"] {
    font-size: 30px;
  }
}
footer address .text-nowrap {
  display: inline-block;
  width: auto;
  float: none;
}
footer .socialmedia {
  font-size: 30px;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  footer .socialmedia {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  footer .socialmedia {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  footer .socialmedia {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  footer .socialmedia {
    text-align: center;
  }
}
footer .socialmedia a::after {
  content: normal;
}
footer a {
  display: inline-block;
  height: auto;
  /*float: left;*/
  /*
  &:last-child {
  	&::after {
  		padding: 0;
  	}
  }*/
}
footer a:active, footer a:link, footer a:visited {
  color: #020204;
  color: #fff;
}
footer a:hover {
  color: #d20a1b;
}
footer a:hover object, footer a:hover img {
  opacity: 1;
}
@media (max-width: 575.98px) {
  footer a.imprint {
    text-align: center;
    display: block;
    content: none;
    padding: 15px 0 0;
  }
}
footer a.imprint::before {
  content: "·";
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  footer a.imprint::before {
    content: none;
  }
}
footer a object, footer a img {
  width: 60px;
  vertical-align: bottom;
  opacity: 0.6;
}

/* Content Styles 
-------------------------------------------------- */
.backtotop {
  position: fixed;
  display: none;
  bottom: 0px;
  right: 0;
  z-index: 100;
  width: auto;
  height: auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-right: 0;
  /*@media (min-width: 1200px) and (max-width: 1350px) {
  	bottom: 85px;
  }
  @media (min-width: 992px) and (max-width: 1140px) {
  	bottom: 85px;
  }

  @media (max-width: 991px) {
  	height: 55px;
  }
  @media (max-width: 550px) {
  	bottom: 130px;
  }
  @media (max-width: 435px) {
  	bottom: 155px;
  }
  @media (max-width: 370px) {
  	bottom: 180px;
  }*/
}
.backtotop .fas {
  font-size: 30px;
  color: #d20a1b;
  display: block;
  padding: 15px 25px;
}
@media (max-width: 991px) {
  .backtotop .fas {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .backtotop .fas {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .backtotop .fas {
    font-size: 30px;
  }
}

.lead {
  font-size: 20px;
}
@media (max-width: 767px) {
  .lead {
    font-size: 18px;
  }
}

/*.row {
    margin-right: -30px;
    margin-left: -30px;
}
*/
@media (max-width: 767px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 767px) {
  .d-flex {
    display: block !important;
  }
}
.d-flex .pull-right {
  order: 2;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

p {
  margin: 0 0 15px;
}

.mt {
  margin-top: 30px;
}

.mb {
  margin-bottom: 30px;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.color_red {
  color: #d20a1b;
}

.color_green {
  color: #bcd8be;
}

.bg_red {
  background-color: #d20a1b;
}

.bg_green {
  background-color: #bcd8be;
}

.initial-letter p:first-of-type::first-letter {
  /*-webkit-initial-letter: 2;
  initial-letter: 2;*/
  float: left;
  font-size: 3.5em;
  margin: -25px 1px -40px -6px;
  /*margin: 0px 1px 0px -6px;*/
}
@media (max-width: 767px) {
  .initial-letter p:first-of-type::first-letter {
    margin: -20px 1px -40px -3px;
    /*margin: 0px 1px 0px -3px;*/
  }
}

/* Firefox-Hack*/
@-moz-document url-prefix() {
  .initial-letter p:first-of-type::first-letter {
    margin: 0px 1px 0px -6px;
  }
  @media (max-width: 767px) {
    .initial-letter p:first-of-type::first-letter {
      margin: 0px 1px 0px -3px;
    }
  }
}
/* Close Firefox-Hack*/
.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 480px) {
  .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}

.vertical-center {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

picture {
  display: block;
  position: relative;
  z-index: 0;
}
picture::after {
  /*width: calc(100% - 90px);*/
  top: 25px;
  left: -20px;
  z-index: -1;
}
@media (max-width: 991px) {
  picture::after {
    left: -20px;
  }
}
@media (max-width: 767px) {
  picture::after {
    left: -15px;
  }
}
@media (max-width: 480px) {
  picture::after {
    top: 25px;
    left: -15px;
  }
}

main {
  display: inline;
  /*& ul {
  	padding: 0 0 0 20px;
  	margin: 6px 4px;
  	list-style: initial;
  	list-style-type: none;
  	overflow: hidden;

  	& li {
  		&::before {
  			content: "•";
  			position: absolute;
  			margin-left: -15px;
  		}
  	}
  }*/
}
main ul, main ol {
  padding-left: 1.5rem;
}
main ul li, main ol li {
  list-style: none;
  position: relative;
}
main ul li::before, main ol li::before {
  position: absolute;
  color: #d20a1b;
}
main ul li::before {
  content: "■";
  left: -1.5rem;
  font-size: 1.5rem;
  top: 0.125em;
}
main ol {
  counter-reset: section; /* Creates a new instance of the section counter with each ol element */
}
main ol li::before {
  counter-increment: section; /* Increments only this instance of the section counter */
  content: counters(section, ".") ". "; /* Combines the values of all instances of the section counter, separated by a period */
  font-weight: 500;
  margin-left: calc(-40px - 0.5rem);
  width: 40px;
  text-align: right;
  color: #d20a1b;
}
main .datenschutz {
  word-break: break-word;
}

.slider {
  transform: rotate(6deg);
}
@media (max-width: 567px) {
  .slider {
    margin-bottom: 30px;
  }
}
.slider .owl-height img {
  transform: rotate(0deg) !important;
}
.slider .owl-controls {
  transform: rotate(-6deg) !important;
  bottom: -60px;
  position: absolute;
  width: 100%;
}
@media (max-width: 567px) {
  .slider .owl-controls {
    bottom: 0px;
  }
}
.slider .owl-controls .owl-dots {
  bottom: 60px;
}

.fotoslider .owl-controls .owl-dots {
  bottom: 0px;
}

section {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
section.first {
  padding: 0px 0 0px;
  height: 100%;
}
section.pb0 + section {
  padding-top: 220px;
}
@media (max-width: 991px) {
  section.pb0 + section {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  section.pb0 + section {
    padding-top: 100px;
  }
}
section.pb0 + section.pt0 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  section.pb0 + section.pt0 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  section.pb0 + section.pt0 {
    padding-top: 50px;
  }
}
section .container {
  text-align: left;
}
section .container.text-center {
  text-align: center;
}

.datenschutz section, .datenschutz .section {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .datenschutz section, .datenschutz .section {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .datenschutz section, .datenschutz .section {
    padding: 25px 0;
  }
}
.datenschutz section.container, .datenschutz .section.container {
  text-align: left;
}

.container-fluid.p0 {
  padding: 0;
}
.container-fluid .container-fluid {
  max-width: 2000px;
}
@media (min-width: 1200px) {
  .container-fluid .container-fluid {
    padding: 0 5%;
  }
}

.container + section {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .container + section {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .container + section {
    padding-top: 25px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .col-md-7.col-sm-6.col-xs-12,
  .col-md-5.col-sm-6.col-xs-12 {
    width: 50%;
  }
}
.col-md-7.col-sm-6.col-xs-12 img,
.col-md-5.col-sm-6.col-xs-12 img {
  max-width: calc(100% - 15px);
  position: relative;
  display: block;
  border: 15px solid #fff;
  transform: rotate(-6deg);
}
@media (max-width: 567px) {
  .col-md-7.col-sm-6.col-xs-12 img,
  .col-md-5.col-sm-6.col-xs-12 img {
    max-width: calc(100% - 20px);
    margin: 0 5px 55px auto;
  }
}
.col-md-7.col-sm-6.col-xs-12 img::after,
.col-md-5.col-sm-6.col-xs-12 img::after {
  width: calc(100% - 15px);
}
.col-md-7.col-sm-6.col-xs-12.pull-right img,
.col-md-5.col-sm-6.col-xs-12.pull-right img {
  transform: rotate(6deg);
}

h1, .h1 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.9;
  font-size: 96px;
  display: inline-block;
  margin-bottom: 80px;
  margin-top: -160px;
  padding-top: 160px;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    margin-top: -90px;
    padding-top: 90px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    margin-top: -50px;
    padding: 50px 0px 0;
    margin-bottom: 40px;
  }
}
h1:after, .h1:after {
  content: "";
  border-bottom: 5px solid #fff;
  display: block;
  max-width: 165px;
  margin: 15px auto 0;
}

h2, .h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.9;
  font-size: 30px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 30px;
  }
}

.main img {
  width: 100%;
}
.main picture::after {
  content: normal;
}

.social-wall-consent {
  padding: 20px;
  margin: 20px 0;
}
.social-wall-consent p {
  margin: 0 0 12px;
  /*font-size: 14px;
  line-height: 1.5;*/
}
.social-wall-consent button {
  padding: 10px 16px;
  border: 0;
  border-radius: 4px;
  background: #d20a1b;
  color: #fff;
  cursor: pointer;
}

/* PLUGINS */
/* OWL Carousel */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme.owl-loaded {
  overflow: hidden;
  padding-bottom: 55px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0 30px;
  left: 0;
  right: 0;
  margin: auto;
  color: #e6e6e6;
  line-height: 1;
}
@media (max-width: 567px) {
  .owl-theme .owl-dots, .owl-theme .owl-nav {
    width: 100vw;
  }
}
.owl-theme .owl-dots *, .owl-theme .owl-nav * {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.owl-theme .owl-nav {
  z-index: 15;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 8px;
}
@media (max-width: 365px) {
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    bottom: 0px;
  }
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
  color: #d20a1b;
  background: transparent;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-dots .active span {
  background-color: #fff;
}
.owl-theme .owl-dots span {
  /*width: 15px;
  height: 15px;*/
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  /*transition: opacity .2s ease;*/
  border-radius: 0px;
  font-size: 30px;
  color: #e6e6e6;
  border: 1px solid;
  padding: 10px;
  border-radius: 100%;
}
.owl-theme .owl-dots span:hover {
  color: #d20a1b;
}

/*# sourceMappingURL=styles.css.map */
