/* joomla 5.xx */
/* Variables CSS Document */
/******* COLORS *******/
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ArchitectsDaughter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ArchitectsDaughter-Regular.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  color: #1A1818;
  line-height: 24px;
  display: block;
  text-shadow: none;
  display: block; }

html {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  color: #1A1818;
  line-height: 24px;
  display: block;
  text-shadow: none;
  hyphens: auto; }

/* 
::-moz-selection { background: $color-font; color: #fff!important; }
::selection { background: $color-font; color: #fff!important; }
*/
a {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  color: #B11222;
  line-height: 32px; }

h1 {
  font-family: "ArchitectsDaughter";
  font-weight: 500;
  font-size: 2.5rem;
  color: #B11222;
  line-height: 3.2rem;
  display: block;
  text-shadow: none;
  margin-bottom: 40px; }

h2 {
  font-family: "ArchitectsDaughter";
  font-weight: 400;
  font-size: 1.75rem;
  color: #B11222;
  line-height: 2rem;
  margin-bottom: 30px; }

h3 {
  text-transform: uppercase;
  font-family: "ArchitectsDaughter";
  font-weight: 400;
  font-size: 2rem;
  color: #B11222;
  line-height: 2.8rem; }

.padding-top5 {
  padding-top: 5%; }

.padding-top40 {
  padding-top: 40px; }

.padding-top80 {
  padding-top: 80px; }

.padding-bottom40 {
  padding-bottom: 40px; }

.padding-bottom80 {
  padding-bottom: 80px; }

.padding-bottom5 {
  padding-bottom: 5%; }

#contents {
  padding-top: 120px; }

.bild-fullwidth .sppb-addon-content .sppb-addon-single-image-container {
  width: 100%; }
  .bild-fullwidth .sppb-addon-content .sppb-addon-single-image-container img {
    width: 100%; }

.com-content-category-blog__navigation {
  margin-top: 40px; }
  .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li.active a {
    background-color: #B11222;
    color: #ffffff;
    border: 1px solid #B11222; }
  .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li.disabled span {
    background-color: lightgray;
    color: #ffffff;
    border: 1px solid #B11222; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li.disabled span.icon-angle-double-right::before {
      content: ">>" !important;
      display: block !important;
      position: relative !important; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li.disabled span.icon-angle-right::before {
      content: ">" !important;
      display: block !important;
      position: relative !important; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li.disabled span.icon-angle-double-left::before {
      content: "<<" !important;
      display: block !important;
      position: relative !important; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li.disabled span.icon-angle-left::before {
      content: "<" !important;
      display: block !important;
      position: relative !important; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li.disabled span span {
      border: none; }
  .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li a {
    background-color: #ffffff;
    color: #B11222;
    border: 1px solid #B11222;
    padding: 4px 16px; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li a span.icon-angle-left {
      color: #B11222; }
      .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li a span.icon-angle-left::before {
        content: "<" !important;
        display: block !important;
        position: relative !important; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li a span.icon-angle-right::before {
      content: ">" !important;
      display: block !important;
      position: relative !important; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li a span.icon-angle-double-right::before {
      content: ">>" !important;
      display: block !important;
      position: relative !important; }
    .com-content-category-blog__navigation .com-content-category-blog__pagination ul.pagination li a span.icon-angle-double-left::before {
      content: "<<" !important;
      display: block !important;
      position: relative !important; }

header {
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%; }
  header .main-header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 4px 1px #B8B8B8;
    box-shadow: 1px 1px 4px 1px #B8B8B8; }
    header .main-header-wrapper .header-logo {
      padding-left: 50px; }
      header .main-header-wrapper .header-logo .navbar-brand img {
        width: 220px;
        height: auto; }
        @media (max-width: 1200px) {
          header .main-header-wrapper .header-logo .navbar-brand img {
            width: 180px;
            height: auto; } }
    header .main-header-wrapper .header-right {
      padding-right: 50px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      header .main-header-wrapper .header-right ul#dj-megamenu111 li a {
        color: #1A1818;
        text-transform: uppercase; }
      @media (max-width: 1200px) {
        header .main-header-wrapper .header-right {
          padding-top: 10px;
          padding-bottom: 10px; } }

footer {
  background-color: #e9ecef;
  border-top: 3px solid #B11222;
  padding-top: 96px;
  border-bottom: 10px solid #B11222; }
  footer .footer-wrapper {
    background-color: #000000;
    color: #ffffff;
    padding-top: 3rem; }
    footer .footer-wrapper .footer-info2 {
      padding-top: 20px;
      padding-bottom: 20px; }
      footer .footer-wrapper .footer-info2 .footer2row .footer-21 .mod-custom img, footer .footer-wrapper .footer-info2 .footer2row .footer-22 .mod-custom img, footer .footer-wrapper .footer-info2 .footer2row .footer-23 .mod-custom img, footer .footer-wrapper .footer-info2 .footer2row .footer-24 .mod-custom img {
        padding: 20px;
        width: 200px;
        height: auto; }
      footer .footer-wrapper .footer-info2 .footer2row .footer-21 .mod-custom p img, footer .footer-wrapper .footer-info2 .footer2row .footer-22 .mod-custom p img, footer .footer-wrapper .footer-info2 .footer2row .footer-23 .mod-custom p img, footer .footer-wrapper .footer-info2 .footer2row .footer-24 .mod-custom p img {
        padding: 20px;
        width: 200px;
        height: auto; }
    footer .footer-wrapper .footer-fullnav {
      padding-top: 20px;
      padding-bottom: 30px; }
      @media (max-width: 1199px) {
        footer .footer-wrapper .footer-fullnav {
          display: none; } }
      footer .footer-wrapper .footer-fullnav ul.mod-menu li a {
        color: #ffffff;
        text-decoration: none;
        padding-right: 20px;
        padding-left: 20px; }
      footer .footer-wrapper .footer-fullnav ul.mod-menu li span.mod-menu__heading {
        font-weight: bold; }
      footer .footer-wrapper .footer-fullnav ul.mod-menu li ul li {
        margin-right: 0px; }
    footer .footer-wrapper .footer-rechtlich {
      padding-bottom: 18px;
      border-top: 1px solid #ffffff; }
      footer .footer-wrapper .footer-rechtlich .footer2row .footer2-2 .mod-menu {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        footer .footer-wrapper .footer-rechtlich .footer2row .footer2-2 .mod-menu li {
          margin-left: 18px; }
          footer .footer-wrapper .footer-rechtlich .footer2row .footer2-2 .mod-menu li a {
            text-decoration: none; }
