/* 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: #000000;
  line-height: 24px;
  display: block;
  text-shadow: none;
  display: block;
  background-color: linear-gradient(to top, #dbdbdb 15%, #a6a6a6 75%); }

html {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  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: #db2424;
  line-height: 32px; }

h1 {
  font-family: "ArchitectsDaughter";
  font-weight: 700;
  font-size: 5.3rem;
  color: #db2424;
  line-height: 6.3rem;
  display: block;
  text-shadow: none;
  margin-bottom: 40px;
  text-transform: uppercase; }

h2 {
  font-family: "ArchitectsDaughter";
  font-weight: 400;
  font-size: 2.8rem;
  color: #db2424;
  line-height: 3.2rem; }

h3 {
  text-transform: uppercase;
  font-family: "ArchitectsDaughter";
  font-weight: 400;
  font-size: 2rem;
  color: #db2424;
  line-height: 2.8rem; }

.border-double {
  border-top: 2px solid #db2424;
  border-bottom: 2px solid #db2424; }

.padding-top5 {
  padding-top: 5%; }

.padding-top40 {
  padding-top: 40px; }

.padding-bottom40 {
  padding-bottom: 40px; }

.padding-bottom5 {
  padding-bottom: 5%; }

.bg-grau {
  background-color: #e9ecef; }

.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%; }

header {
  position: absolute;
  top: 20px;
  z-index: 9999;
  left: 0;
  width: 100%; }
  header .main-header-wrapper {
    margin-top: 30px;
    background-color: rgba(219, 36, 36, 0.9); }
    header .main-header-wrapper .header-logo .navbar-brand {
      position: absolute;
      top: -10px; }
      header .main-header-wrapper .header-logo .navbar-brand img {
        width: 300px;
        height: 300px; }
