@charset "UTF-8";
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* Variablen - Farbcodes */
/* Variablen - Schriften */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 20px; }

.section {
  margin: 100px auto; }

.wrapper-wide {
  margin: 0 auto; }
  @media (min-width: 1400px) {
    .wrapper-wide {
      max-width: 1300px; } }
  @media (min-width: 1600px) {
    .wrapper-wide {
      max-width: 90%; } }

.wrapper-normal {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .wrapper-normal {
      max-width: 880px; } }
  @media (min-width: 1400px) {
    .wrapper-normal {
      max-width: 1000px; } }

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 58rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto; }

.wp-block-group__inner-container {
  max-width: 58rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto; }

.alignwide {
  max-width: 900px;
  position: relative;
  width: calc(100% - 4rem); }
  @media (min-width: 992px) {
    .alignwide {
      max-width: calc(100vw - 8rem);
      width: calc(100vw - 8rem); } }
  @media (min-width: 1400px) {
    .alignwide {
      max-width: 1200px;
      width: 120rem; } }

.alignfull {
  margin-top: 5rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%; }
  @media (min-width: 1400px) {
    .alignfull {
      margin-bottom: 10rem;
      margin-top: 10rem; } }

.alignnone, .aligncenter, .alignleft, .alignright, .alignwide {
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto; }

.transition-200 {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

a {
  color: #bb0000; }

a:hover {
  text-decoration: none;
  color: #ac2a2a; }

strong {
  font-weight: 700; }

p.has-medium-font-size {
  font-size: 28px; }
  @media (min-width: 1600px) {
    p.has-medium-font-size {
      font-size: 32px; } }

h1 {
  font-weight: 300; }

h2 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 60px; }

h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px; }

h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px; }

.wp-block-image img {
  height: auto; }

.totop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px; }
  .totop a {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/icon-totop.png);
    background-size: cover;
    opacity: 0.5; }
    .totop a:hover {
      opacity: 1; }

main.kein-headerbild {
  padding-top: 250px; }
  @media (min-width: 768px) {
    main.kein-headerbild {
      padding-top: 100px; } }

h1.page-title {
  color: #bb0000;
  margin-bottom: 50px; }

main h4 {
  margin: 30px 0 10px; }

.beitraege-wrapper {
  margin: 0; }

/* ----------------------------------------------------------------
   HOME
   ---------------------------------------------------------------- */
.main-row {
  margin: 0 auto; }

/* ----------------------------------------------------------------
   HEADERBILD
   ---------------------------------------------------------------- */
.headerbild {
  height: 400px;
  background-size: cover;
  /*	background-position: 80% 0%;*/
  background-position: center;
  margin-bottom: 40px;
  color: #fff;
  position: relative; }
  @media (min-width: 1400px) {
    .headerbild {
      height: 500px; } }
  @media (min-width: 1600px) {
    .headerbild {
      height: 550px; } }
  .headerbild.nieder {
    height: 200px; }
    @media (min-width: 768px) {
      .headerbild.nieder {
        height: 172px; } }
    @media (min-width: 1200px) {
      .headerbild.nieder {
        height: 180px; } }
    @media (min-width: 1600px) {
      .headerbild.nieder {
        height: 216px; } }
  .headerbild .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%; }
  .headerbild .wrapper {
    padding: 0 15px;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .headerbild .wrapper {
        max-width: 90%;
        margin: 0 auto;
        padding: 0; } }
    @media (min-width: 992px) {
      .headerbild .wrapper {
        max-width: 58rem;
        width: calc(100% - 2rem);
        padding: 0 15px; } }
    @media (min-width: 1400px) {
      .headerbild .wrapper {
        max-width: 1000px; } }
    @media (min-width: 1600px) {
      .headerbild .wrapper {
        max-width: 1200px; } }
  .headerbild .text {
    position: absolute;
    bottom: 90px;
    padding: 0 6%; }
    @media (min-width: 768px) {
      .headerbild .text {
        padding: 0;
        bottom: 130px; } }
    @media (min-width: 1400px) {
      .headerbild .text {
        bottom: 140px; } }
    @media (min-width: 1600px) {
      .headerbild .text {
        bottom: 200px; } }
    .headerbild .text h2 {
      font-size: 24px;
      margin-bottom: 4px; }
      @media (min-width: 768px) {
        .headerbild .text h2 {
          font-size: 28px; } }
      @media (min-width: 1400px) {
        .headerbild .text h2 {
          font-size: 36px; } }
      @media (min-width: 1600px) {
        .headerbild .text h2 {
          font-size: 48px; } }
    .headerbild .text h1 {
      font-size: 24px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .headerbild .text h1 {
          font-size: 28px; } }
      @media (min-width: 1400px) {
        .headerbild .text h1 {
          font-size: 36px; } }
      @media (min-width: 1600px) {
        .headerbild .text h1 {
          font-size: 48px; } }
    .headerbild .text.seitentitel {
      bottom: 50px; }
      .headerbild .text.seitentitel h1 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 36px; }
        @media (min-width: 768px) {
          .headerbild .text.seitentitel h1 {
            font-size: 55px; } }
        @media (min-width: 1200px) {
          .headerbild .text.seitentitel h1 {
            font-size: 60px; } }
        @media (min-width: 1600px) {
          .headerbild .text.seitentitel h1 {
            font-size: 90px; } }

/* Block: Cover */
.wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  right: 0;
  bottom: 20%; }
  @media (min-width: 768px) {
    .wp-block-cover .wp-block-cover__inner-container {
      max-width: 80%; } }
  @media (min-width: 992px) {
    .wp-block-cover .wp-block-cover__inner-container {
      max-width: 60%; } }
  @media (min-width: 1200px) {
    .wp-block-cover .wp-block-cover__inner-container {
      max-width: 700px; } }
  @media (min-width: 1600px) {
    .wp-block-cover .wp-block-cover__inner-container {
      max-width: 1200px; } }
  .wp-block-cover .wp-block-cover__inner-container p {
    background-color: rgba(0, 0, 0, 0.8) !important;
    font-weight: 400;
    text-align: right; }
    @media (min-width: 992px) {
      .wp-block-cover .wp-block-cover__inner-container p {
        font-size: 60px; } }
    @media (min-width: 1600px) {
      .wp-block-cover .wp-block-cover__inner-container p {
        font-size: 90px; } }

/* Block: Image */
.wp-block-image.alignfull {
  margin: 0; }

/* Formulare */
.wpcf7-form {
  margin: 50px 0; }
  .wpcf7-form p {
    margin-bottom: 50px; }
  .wpcf7-form input[type=text] {
    outline: none;
    padding-left: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #383838; }
  .wpcf7-form input[type=email] {
    outline: none;
    padding-left: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #383838; }
  .wpcf7-form input[type=tel] {
    outline: none;
    padding-left: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #383838; }
  .wpcf7-form textarea {
    outline: none;
    padding-left: 10px;
    width: 100%;
    border: none;
    background-color: #eee; }
  .wpcf7-form lable {
    color: #383838;
    font-weight: 300;
    padding-left: 10px;
    margin-bottom: 10px;
    display: inline-block; }
  .wpcf7-form .datenschutz {
    display: inline-block; }
    .wpcf7-form .datenschutz input {
      position: absolute;
      top: 8px;
      left: 0; }
  .wpcf7-form input[type=submit] {
    color: #fff;
    background-image: none;
    background-color: #bb0000;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .wpcf7-form input[type=submit]:hover {
      background-color: #7a1e19; }

/* Cookie Notice */
#cn-accept-cookie {
  background-color: #bb0000;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  #cn-accept-cookie:hover {
    background-color: #7a1e19; }

::-webkit-input-placeholder {
  /* Edge */
  color: #383838;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #383838;
  font-weight: 300; }

::placeholder {
  color: #383838;
  font-weight: 300; }

/* Übersicht */
.news-wrapper article {
  margin-bottom: 80px; }
  @media (min-width: 1200px) {
    .news-wrapper article {
      margin-bottom: 120px; } }
  .news-wrapper article .beitragsbild img {
    width: 100%;
    height: auto; }
  .news-wrapper article .text h2 {
    font-size: 28px; }
    @media (min-width: 768px) {
      .news-wrapper article .text h2 {
        margin-top: 0; } }
.news-wrapper .post-link {
  line-height: 23px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto; }

.pagination .nav-links {
  margin: 0 auto; }
  .pagination .nav-links .page-numbers {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #000; }
    .pagination .nav-links .page-numbers.current {
      color: #bb0000;
      border: 1px solid #bb0000; }
    .pagination .nav-links .page-numbers.next {
      border: none; }
    .pagination .nav-links .page-numbers.prev {
      border: none; }

/* Single */
.header-single {
  background-image: url("../img/header-single.jpg"); }

.single .entry-title {
  color: #bb0000;
  margin-bottom: 30px; }

#header {
  padding: 15px;
  /* ende header right */ }
  @media (min-width: 992px) {
    #header {
      padding: 15px 5%; } }
  @media (min-width: 1400px) {
    #header {
      padding: 15px 10%; } }
  #header .row {
    margin: 0 auto;
    align-items: center; }
  #header .header-left a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    background-size: cover;
    background-position: center; }
    @media (min-width: 1200px) {
      #header .header-left a {
        width: 45px;
        height: 45px; } }
    #header .header-left a.icon-mail {
      background-image: url(../img/icon-mail-schwarz.png); }
    #header .header-left a.icon-tel {
      background-image: url(../img/icon-tel-schwarz.png); }
  #header .logo {
    text-align: center; }
    #header .logo img {
      width: 70px;
      height: auto;
      display: inline-block; }
      @media (min-width: 992px) {
        #header .logo img {
          width: 90px; } }
      @media (min-width: 1200px) {
        #header .logo img {
          width: 110px; } }
  #header .header-right .navbar {
    padding-right: 0;
    padding-left: 0; }
    #header .header-right .navbar .navbar-toggler {
      margin: 0 0 0 auto;
      border: none;
      outline: none;
      width: 55px;
      height: 40px;
      padding: 0;
      z-index: 20; }
      #header .header-right .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url(../img/icon-menu-schwarz-2.png);
        width: 100%;
        height: 100%; }
      #header .header-right .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../img/icon-menu-x-weiss-2.png); }
    #header .header-right .navbar #menu-klappnav {
      position: fixed;
      top: 0;
      background-color: rgba(0, 0, 0, 0.9);
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      text-align: center;
      padding: 12% 10% 10%; }
      #header .header-right .navbar #menu-klappnav .navbar-nav .menu-item .nav-link {
        color: #fff;
        font-size: 28px;
        opacity: 0.6; }
        #header .header-right .navbar #menu-klappnav .navbar-nav .menu-item .nav-link:hover {
          opacity: 0.8; }
      #header .header-right .navbar #menu-klappnav .navbar-nav .menu-item.current-menu-item .nav-link {
        opacity: 1; }

#site-footer .row {
  margin: 0; }
  #site-footer .row .footer-col {
    margin-bottom: 50px; }
    #site-footer .row .footer-col:first-child .inner {
      border-top: 12px solid #bb0000;
      padding-top: 60px;
      margin-top: -6px; }
    @media (min-width: 768px) {
      #site-footer .row .footer-col:nth-child(2) .inner {
        border-top: 12px solid #bb0000;
        padding-top: 60px;
        margin-top: -6px; } }
    @media (min-width: 992px) {
      #site-footer .row .footer-col .inner {
        border-top: 12px solid #bb0000;
        padding-top: 60px;
        margin-top: -6px; }
      #site-footer .row .footer-col:nth-child(3) .textwidget {
        margin-top: 90px; } }
#site-footer .wrapper {
  padding: 0 15px;
  position: relative;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    #site-footer .wrapper {
      max-width: 90%;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 992px) {
    #site-footer .wrapper {
      max-width: 950px;
      width: 100%;
      padding: 0; } }
  @media (min-width: 1400px) {
    #site-footer .wrapper {
      max-width: 1100px; } }
#site-footer .footer-1 {
  background-color: #000;
  padding: 0 50px 30px; }
  #site-footer .footer-1 .textwidget {
    margin: 30px 0; }
    #site-footer .footer-1 .textwidget p {
      margin: 0; }
      #site-footer .footer-1 .textwidget p a {
        color: #bb0000;
        font-size: 30px; }
#site-footer .footer-2 {
  background-color: #bb0000;
  padding: 30px; }
  @media (min-width: 768px) {
    #site-footer .footer-2 {
      text-align: center; } }
  #site-footer .footer-2 p {
    color: #fff;
    font-size: 18px;
    margin: 0; }
    #site-footer .footer-2 p span {
      display: inline-block;
      margin: 0 10px; }
      @media (max-width: 767px) {
        #site-footer .footer-2 p span {
          color: #bb0000;
          display: block;
          height: 1px; } }
#site-footer h4 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300; }
  @media (min-width: 992px) {
    #site-footer h4 {
      font-size: 23px; } }
  @media (min-width: 1400px) {
    #site-footer h4 {
      font-size: 27px; } }
#site-footer .widget_nav_menu ul.menu {
  list-style-type: none;
  padding-left: 0; }
  #site-footer .widget_nav_menu ul.menu .menu-item {
    padding: 0; }
    #site-footer .widget_nav_menu ul.menu .menu-item a {
      font-size: 18px; }
      #site-footer .widget_nav_menu ul.menu .menu-item a:hover {
        color: #bb0000; }
    #site-footer .widget_nav_menu ul.menu .menu-item.current-menu-item > a {
      color: #bb0000; }
    #site-footer .widget_nav_menu ul.menu .menu-item .sub-menu {
      list-style-type: none;
      padding-left: 0px; }
      #site-footer .widget_nav_menu ul.menu .menu-item .sub-menu .menu-item a:before {
        content: '〉';
        opacity: 0.4; }
#site-footer a {
  color: #fff; }

.button-box {
  margin: 6rem auto; }
  .button-box .button {
    border: 2px solid #bb0000;
    color: #000;
    line-height: 23px;
    min-width: 250px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 50px;
    margin: 0 auto;
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-fit-content;
    /* Firefox/Gecko */
    width: -webkit-fit-content;
    width: fit-content; }
    @media (min-width: 768px) {
      .button-box .button {
        min-width: 320px; } }
    .button-box .button .zeile-2 {
      color: #bb0000;
      display: block; }
    .button-box .button:hover {
      background-color: #ac2a2a;
      text-decoration: none; }
      .button-box .button:hover .zeile-2 {
        color: #fff; }
    .button-box .button.full {
      background-color: #bb0000;
      color: #fff; }
      .button-box .button.full .zeile-2 {
        color: #000; }
      .button-box .button.full:hover {
        background-color: #7a1e19;
        border-color: #7a1e19; }
        .button-box .button.full:hover .zeile-2 {
          color: #f08678; }

.collapse-left:after {
  content: ' ';
  border-bottom: 1px solid #000;
  display: block;
  width: 83.333333%;
  margin-left: 16.666667%; }
  @media (min-width: 768px) {
    .collapse-left:after {
      width: 77%; } }
  @media (min-width: 1400px) {
    .collapse-left:after {
      width: 88%;
      margin-left: 12%; } }
.collapse-left .mehr {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px; }
  .collapse-left .mehr .row {
    align-items: center; }
    @media (min-width: 1400px) {
      .collapse-left .mehr .row .col-xxl-1 {
        flex: 0 0 12%;
        max-width: 12%; }
      .collapse-left .mehr .row .col-xxl-11 {
        flex: 0 0 88%;
        max-width: 88%; } }
  .collapse-left .mehr .text {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    margin: 0; }
    @media (min-width: 992px) {
      .collapse-left .mehr .text {
        font-size: 30px; } }
    @media (min-width: 1400px) {
      .collapse-left .mehr .text {
        font-size: 32px; } }
    @media (min-width: 1600px) {
      .collapse-left .mehr .text {
        font-size: 36px; } }
    .collapse-left .mehr .texthover {
      color: #bb0000; }
  .collapse-left .mehr .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../img/plus-rot.png);
    background-size: cover; }
    @media (min-width: 768px) {
      .collapse-left .mehr .icon {
        width: 60px;
        height: 60px;
        margin: 0 0 0 auto; } }
    @media (min-width: 1400px) {
      .collapse-left .mehr .icon {
        width: 70px;
        height: 70px; } }
    @media (min-width: 1600px) {
      .collapse-left .mehr .icon {
        width: 80px;
        height: 80px; } }
  .collapse-left .mehr[aria-expanded="true"] .icon {
    background-image: url(../img/minus-rot.png); }
.collapse-left .collapse {
  padding-left: 17%;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .collapse-left .collapse {
      padding-right: 8%; } }
  @media (min-width: 1400px) {
    .collapse-left .collapse {
      padding-left: 13%;
      padding-right: 2%; } }
.collapse-left .collapsing {
  padding-left: 17%;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .collapse-left .collapsing {
      padding-right: 8%; } }
  @media (min-width: 1400px) {
    .collapse-left .collapsing {
      padding-left: 13%;
      padding-right: 2%; } }

.collapse-middle .mehr {
  display: block;
  text-align: center;
  margin-bottom: 20px; }
  .collapse-middle .mehr .text:before {
    content: ' mehr lesen ';
    font-size: 26px; }
  .collapse-middle .mehr .icon {
    display: block;
    width: 120px;
    height: 65px;
    margin: 0 auto;
    background-image: url(../img/pfeil-unten-gross-rot.png);
    background-size: cover; }
  .collapse-middle .mehr[aria-expanded="true"] .text:before {
    content: ' weniger lesen '; }
  .collapse-middle .mehr[aria-expanded="true"] .icon {
    background-image: url(../img/pfeil-oben-gross-rot.png); }

.downloads {
  margin: 80px 0; }
  .downloads .download-item {
    border: 1px solid #383838;
    padding: 10px;
    margin: 10px 0;
    position: relative; }
    .downloads .download-item:hover {
      background-color: #eee; }
      .downloads .download-item:hover .downloadicon img {
        opacity: 1; }
    .downloads .download-item a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .downloads .download-item .fileicon {
      padding-top: 8px; }
      .downloads .download-item .fileicon img {
        width: 40px;
        height: auto; }
    .downloads .download-item .text p {
      font-weight: 600;
      margin-bottom: 0; }
    .downloads .download-item .text span {
      color: #383838;
      font-weight: 300; }
    .downloads .download-item .downloadicon {
      padding-top: 8px; }
      .downloads .download-item .downloadicon img {
        width: 40px;
        height: auto; }

.hubboxen {
  margin-bottom: 80px;
  margin-top: -170px; }
  @media (min-width: 768px) {
    .hubboxen {
      max-width: 650px;
      margin-top: -200px; } }
  @media (min-width: 992px) {
    .hubboxen {
      max-width: 58rem;
      width: calc(100% - 2rem); } }
  @media (min-width: 1400px) {
    .hubboxen {
      max-width: 1000px; } }
  @media (min-width: 1600px) {
    .hubboxen {
      max-width: 1200px; } }
  .hubboxen .hubbox {
    margin: 0 auto; }
    @media (max-width: 767px) {
      .hubboxen .hubbox {
        max-width: 320px; } }
    .hubboxen .hubbox .hubbox-inner {
      color: #fff;
      margin-bottom: 30px;
      text-align: right;
      position: relative;
      overflow: hidden;
      padding-top: 100%; }
      .hubboxen .hubbox .hubbox-inner.hell {
        background-color: #ac2a2a;
        background: linear-gradient(135deg, transparent 40px, #ac2a2a 0); }
      .hubboxen .hubbox .hubbox-inner.dunkel {
        background-color: #7a1e19;
        background: linear-gradient(135deg, transparent 40px, #7a1e19 0); }
      .hubboxen .hubbox .hubbox-inner:hover {
        opacity: 0.98; }
      .hubboxen .hubbox .hubbox-inner a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2; }
      .hubboxen .hubbox .hubbox-inner .text {
        position: absolute;
        top: 30px;
        right: 30px;
        left: 30px;
        bottom: 30px; }
        .hubboxen .hubbox .hubbox-inner .text h2 {
          margin-bottom: 45px;
          margin-top: 0;
          font-size: 32px; }
          @media (min-width: 1600px) {
            .hubboxen .hubbox .hubbox-inner .text h2 {
              font-size: 38px;
              margin-bottom: 60px; } }
          .hubboxen .hubbox .hubbox-inner .text h2 span {
            display: block; }
            .hubboxen .hubbox .hubbox-inner .text h2 span.mbox {
              font-family: "Arial Narrow", "Roboto", sans-serif; }
            .hubboxen .hubbox .hubbox-inner .text h2 span.verwaltet {
              color: #f08678; }
        @media (min-width: 1600px) {
          .hubboxen .hubbox .hubbox-inner .text p {
            font-size: 24px; } }

.testimonial {
  align-items: center;
  max-width: 930px; }
  .testimonial .foto {
    position: relative; }
    @media (max-width: 767px) {
      .testimonial .foto {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; } }
    .testimonial .foto img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      margin-bottom: 30px;
      display: block; }
      @media (min-width: 992px) {
        .testimonial .foto img {
          width: 230px;
          height: 230px; } }
      @media (min-width: 1200px) {
        .testimonial .foto img {
          width: 280px;
          height: 280px; } }
    .testimonial .foto .schatten {
      width: 120px;
      height: 120px;
      background-color: #bb0000;
      border-radius: 0 0 0 120px;
      display: block;
      z-index: -1;
      position: absolute;
      bottom: -20px; }
      @media (min-width: 992px) {
        .testimonial .foto .schatten {
          width: 130px;
          height: 130px;
          border-radius: 0 0 0 130px;
          bottom: -30px; } }
      @media (min-width: 1200px) {
        .testimonial .foto .schatten {
          width: 170px;
          height: 170px;
          border-radius: 0 0 0 170px;
          bottom: -30px; } }
  @media (max-width: 767px) {
    .testimonial .text-block {
      text-align: center; } }
  @media (min-width: 992px) {
    .testimonial .zitat {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    .testimonial .zitat {
      font-size: 24px; } }
  .testimonial .name {
    margin-bottom: 0; }
  .testimonial .position span {
    font-weight: 700; }
  .testimonial #testimonial-slider {
    padding: 0 40px; }
    @media (min-width: 992px) {
      .testimonial #testimonial-slider {
        padding: 0 70px; } }
    @media (min-width: 1200px) {
      .testimonial #testimonial-slider {
        padding: 0; } }
  .testimonial .carousel-control-next, .testimonial .carousel-control-prev {
    width: 30px; }
    @media (max-width: 767px) {
      .testimonial .carousel-control-next, .testimonial .carousel-control-prev {
        -ms-flex-align: unset;
        align-items: unset;
        padding-top: 90px; } }
    @media (min-width: 992px) {
      .testimonial .carousel-control-next, .testimonial .carousel-control-prev {
        width: 35px; } }
  @media (min-width: 1200px) {
    .testimonial .carousel-control-next {
      right: -85px; } }
  .testimonial .carousel-control-next-icon {
    background-image: url(../img/pfeil-rechts-rot.png);
    width: 22px;
    height: 40px; }
    @media (min-width: 992px) {
      .testimonial .carousel-control-next-icon {
        width: 33px;
        height: 60px; } }
  @media (min-width: 1200px) {
    .testimonial .carousel-control-prev {
      left: -85px; } }
  .testimonial .carousel-control-prev-icon {
    background-image: url(../img/pfeil-links-rot.png);
    width: 22px;
    height: 40px; }
    @media (min-width: 992px) {
      .testimonial .carousel-control-prev-icon {
        width: 33px;
        height: 60px; } }

.vorteilsboxen {
  margin-bottom: 80px;
  margin-top: 60px;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .vorteilsboxen {
      max-width: 1050px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    .vorteilsboxen {
      max-width: 1200px; } }
  @media (min-width: 1400px) {
    .vorteilsboxen {
      max-width: 1400px; } }
  .vorteilsboxen .vorteilsbox {
    margin: 0 auto;
    padding: 0 5px; }
    @media (max-width: 767px) {
      .vorteilsboxen .vorteilsbox {
        max-width: 320px; } }
    .vorteilsboxen .vorteilsbox .vorteilsbox-inner {
      color: #fff;
      margin-bottom: 10px;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-top: 100%; }
      .vorteilsboxen .vorteilsbox .vorteilsbox-inner.hell {
        background-color: #ac2a2a; }
      .vorteilsboxen .vorteilsbox .vorteilsbox-inner.dunkel {
        background-color: #7a1e19; }
      .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text {
        position: absolute;
        top: 30px;
        right: 30px;
        left: 30px;
        bottom: 30px; }
        @media (min-width: 992px) {
          .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text {
            top: 25px;
            right: 20px;
            left: 20px; } }
        @media (min-width: 1200px) {
          .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text {
            top: 30px;
            right: 30px;
            left: 30px; } }
        .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text img {
          width: 60px;
          display: block;
          margin: 0 auto 20px; }
          @media (min-width: 768px) {
            .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text img {
              width: 80px;
              margin-bottom: 25px; } }
          @media (min-width: 992px) {
            .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text img {
              width: 50px;
              margin-bottom: 15px; } }
          @media (min-width: 1200px) {
            .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text img {
              width: 60px;
              margin-bottom: 20px; } }
          @media (min-width: 1400px) {
            .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text img {
              width: 75px;
              margin-bottom: 22px; } }
        @media (min-width: 768px) {
          .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text p {
            font-size: 24px; } }
        @media (min-width: 992px) {
          .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text p {
            font-size: 16px; } }
        @media (min-width: 1200px) {
          .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text p {
            font-size: 19px; } }
        @media (min-width: 1400px) {
          .vorteilsboxen .vorteilsbox .vorteilsbox-inner .text p {
            font-size: 22px; } }

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