@charset "UTF-8";
@font-face {
font-family: Lusitana;
src: url(../../../fonts/Lusitana.ttf);
}

@font-face {
font-family: Markazi Text;
src: url(../../../fonts/MarkaziText.ttf);
}

@font-face {
font-family: Comforter;
src: url(../../../fonts/Comforter.ttf);
}
/*
 *
 * Page
 *  - page layout additions and overrides.
 ============================================================================ */
.page {
  position: relative;
  min-height: 100%;
  min-width: 100%;
}

.page-top, .page-bottom {
  padding: 0;
  margin: 0;
}

.l-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-rw {
  padding: 0 0.625em;
}

.l-r {
  -webkit-transition: all, 225ms, ease-in-out;
  -o-transition: all, 225ms, ease-in-out;
  transition: all, 225ms, ease-in-out;
}


.l-leaderboard .slick-slider {

}

.l-leaderboard .slick img {
  height: 60vh;
  /*width: auto;*/
  object-fit: cover;
  filter: blur(0px);
}

.l-leaderboard .slide__caption {
  padding: 0;
}



/**
 * Elements
 * - set element global styles, basically whenever this element appears
 *   it should look like this by default.
 ============================================================================ */
html {
  font-size: 1.2rem;
  line-height: 1.3em;
  margin-top: 60px;
}

body {
  font-family: sans-serif;
  font-family: 'Lusitana', 'Markazi Text', fantasy;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

[dir="rtl"] body {
  text-align: right;
}

html,
body {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 45.0625em) {
  html {
    font-size: 1.3rem;
    line-height: 1.3em;
    margin-top: 0;
    margin-right: 80px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol,
dd,
dl,
figure,
pre,
table,
hr,
form,
fieldset {
  margin: 0 0 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: .6rem 0 .1rem;
  line-height: 1.125;
}

h1, h2, h3, h5 {
  font-weight: 400;
}

h4, h6 {
  font-weight: 400;
}

h1, .h1 {
  font-size: 1.6rem;
  /*font-family: 'IM Fell Double Pica SC', serif;*/
  font-family: 'Markazi Text', serif;
  /*text-transform: uppercase;*/
  font-variant: small-caps;
}

h1#page-title,
#block-views-block-frontpage-header-block-1 .slide__link *{
  font-family: 'Markazi Text', serif;
  line-height: 2.8rem;
  font-size: 2.3rem;
  text-decoration: none;
  text-align: right;
}

h2, .h2 {
  font-size: 1.625rem;
  font-family: 'Markazi Text', serif;
}

h3, .h3 {
  font-size: 1.4rem;
}

/*h3::after, .h3::after {
  content: '';
  display: block;
  position: relative;
  transform: skew(20deg);
  top: -1rem;
  left: -2rem;
  width: 20rem;
  height: 1rem;
  background: rgba(182, 207, 89, 0.8);
  z-index: -1;
}*/

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  /*margin: 1rem 0 0rem;*/
  font-family: 'Markazi Text', serif;
}

h4, .h4,
h5, .h5 {
  font-size: 1.3rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

h1 small, .h1 small {
  font-size: 1.625rem;
}

h2 small, .h2 small {
  font-size: 1.25rem;
}

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 1rem;
}

@media screen and (min-width: 60.0625em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h4, .h4,
  h5, .h5 {
    font-size: 1.525rem;
  }
  h6, .h6 {
    font-size: 1.3rem;
  }
  h1 small, .h1 small {
    font-size: 2rem;
  }
  h2 small, .h2 small {
    font-size: 1.625rem;
  }
  h3 small, .h3 small {
    font-size: 1.25rem;
  }
  h4 small, .h4 small {
    font-size: 1rem;
  }
}

@media screen and (min-width: 45.0625em) {
  h1#page-title {
    font-size: 6rem;
    line-height: 4rem;
  }
}

p {
  text-align: justify;
  margin-bottom: .4rem;
  margin-top: 0.4rem;
  /*text-indent: 1rem;*/
}

p:empty {
  display: none;
}

small {
  font-size: 0.75rem;
}

img {
  height: auto;
  line-height: 0;
  display: inline-block;
}

img,
embed,
object,
video {
  max-width: 100%;
}

video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

img,
audio,
canvas,
video {
  vertical-align: middle;
}

svg {
  max-height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.5rem 0;
  margin: auto;
}

.page a {
  text-decoration: none;
  text-decoration-color: transparent;
  cursor: pointer;
  /*border-left: 3px solid;
  padding-left: 0.2em !important;
  border-radius: 4px;*/

  text-shadow: 0px 0px 0px rgba(17, 72, 78, .6);/*, 0.6px 0px 2px rgba(17, 72, 78, .3)*/;
  /*transition: text-shadow 4s, text-decoration 1.4s 0.6s;*/
  transition-property: text-shadow, text-decoration;
  transition-duration: 4s, 1.4s;
  transition-delay: 0s, 0.6s;

}



/*.page a:first-letter {
  text-decoration: underline overline;
  letter-spacing: 1px;
}*/

/*.page a:before {
  content: "\f0c1 \00a0";
  font-family: 'FontAwesome';
  font-size: 80%;
}

.page h1 a:before,
.page h2 a:before,
.page h3 a:before,
.page h4 a:before,
.page h5 a:before,
.page h6 a:before {
  content: none;
}*/


.page a:hover,.page a:focus {
  text-decoration: underline;
  text-decoration-color: currentColor;
  /*text-shadow: 4px 0px 6px, 8px 0px 8px, 70px 0px 14px;*/
  text-shadow: 0px 0px 4px;
}

.page a:active {
  /*text-decoration: underline;
  border-left: 6px solid;
  padding-left: 0 !important;*/
}

a.custom_brand__logo-link, a.custom_brand__name-link,
a.custom_brand__logo-link:hover, a.custom_brand__name-link:hover,
a.custom_brand__logo-link:focus, a.custom_brand__name-link:focus,
a.custom_brand__logo-link:active, a.custom_brand__name-link:active {
  text-shadow: none;
  border: none;
}

a img {
  border: 0;
}

.more-link a {
  font-weight: bold;
}

ul,
ol {
  padding-left: 3.25rem;
  padding-right: 0;
}


dt {
  font-weight: 600;
}

/*dd {
  margin-left: 1rem;
}*/

[dir="rtl"] dd {
  margin-left: 0;
  margin-right: 1rem;
}

dl.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid dt {
  width: 6rem;
}

.grid dd {
  width: calc(100% - 6rem);
}

blockquote {
  padding: 1rem;
  margin-left: 3.25rem;
  margin-right: 0;
  border-left: 5px solid;
}

blockquote.simple-quote {
  border: 0 none;
  padding: 0;
  margin: 0;
}

blockquote p {
  font-weight: 300;
}

@media screen and (min-width: 60.0625em) {
  blockquote p {
    font-size: 1.25rem;
  }
}

blockquote p:first-child {
  margin-top: 0;
}

blockquote p:first-child:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0 0.3125rem 0 0;
  margin: 0;
  text-align: left;
  width: 1.25rem;
  display: none;
}

.fa-loaded blockquote p:first-child:before {
  display: inline-block;
}

[dir="rtl"] blockquote p:first-child:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote small {
  display: block;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-left: 0;
  border-right: 5px solid;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

code,
pre,
var,
kbd,
samp {
  font-family: "Courier New", Courier, monospace;
  overflow-x: auto;
}

pre {
  padding: 1rem;
}

[hidden],
template {
  display: none !important;
}

/**
 * Media
 * - styles for media objects such as iframe, video, embedding codes etc.
 ============================================================================ */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * List Styles
 ============================================================================ */
ul.inline, ul.links.inline {
  padding: 0;
}

ul.inline:before, ul.inline:after, ul.links.inline:before, ul.links.inline:after {
  content: " ";
  display: table;
}

ul.inline:after, ul.links.inline:after {
  clear: both;
}

ul.inline li {
  display: inline-block;
  margin: 0 0 0 0;
  list-style: none;
}

ul.inline li ul,
ul.inline li ol {
  display: inline-block;
}

[dir="rtl"] ul.inline li {
  margin-right: 0;
  margin-left: 0;
}

.no-bullets li {
  list-style: none;
}

.no-padding {
  padding: 0;
}

/*.item-list__title {
  font-weight: 700;
}*/

.item-list__list {
  padding: 0;
}

.item-list__item {
  list-style: none;
  line-height: 1.1em;
  margin-bottom: 0.7em;
}

.item-list a {
  padding: 0.125rem 0;
  margin: 0.125rem 0;
}

.item-list--comma-list {
  display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
  margin: 0;
}

.list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-horizontal li {
  margin: 0 1rem 0 1rem;
  list-style: none;
}

[dir="rtl"] .list-horizontal li {
  margin-right: 16px;
  margin-left: 16px;
}

.list-multicolumn {
  padding: 0;
}

.list-multicolumn:before, .list-multicolumn:after {
  content: " ";
  display: table;
}

.list-multicolumn:after {
  clear: both;
}

.list-multicolumn > li {
  font-weight: 700;
  list-style: none;
}

.list-multicolumn ul, .list-multicolumn ol {
  font-weight: 400;
  padding: 0;
}

@media screen and (max-width: 60em) {
  .list-multicolumn:before, .list-multicolumn:after {
    content: " ";
    display: table;
  }
  .list-multicolumn:after {
    clear: both;
  }
  .list-multicolumn > li {
    width: 12em;
    float: left;
    list-style: none;
  }
  .list-multicolumn ul, .list-multicolumn ol {
    padding: 0;
  }
  .list-multicolumn a {
    display: block;
  }
}

@media screen and (max-width: 60em) {
  .dl-horizontal dt {
    float: left;
    clear: left;
    text-align: left;
    width: 11em;
  }
  .dl-horizontal dt:after {
    content: ":";
  }
  .dl-horizontal dd {
    margin-left: 12em;
    overflow: hidden;
  }
}

.list-group {
  padding-left: 0;
  margin-left: 0;
}

/**
 * Skip link
 *  - Allows keyboard users to quickly skip to the main content of the page.
 ============================================================================ */
.skip-link {
  color: #fff;
  background-color: #444;
  border-radius: 0 0 2px 2px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  padding: 0.375rem 1rem;
}

@media screen and (max-width: 45em) {
  .skip-link {
    left: 10%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.skip-link:visited, .skip-link:active, .skip-link:focus {
  color: #fff;
}

.skip-link:focus {
  text-decoration: none;
  opacity: 1;
}

.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  width: 11.25rem;
}

@media screen and (max-width: 45em) {
  .skip-link.visually-hidden.focusable:focus {
    width: 80%;
  }
}

/**
 * Feed Icons
 *  - icons are SVG, SEE feed-icon.html.twig in AT Core templates directory.
 ============================================================================ */
.feed-icon {
  display: block;
  width: 1rem;
  height: 1rem;
}

/**
 * Links
 * Links are used on node and comments, e.g. read more. They're also used by
 * blocks such as the language switcher and Devel modules switch user block.
 ============================================================================ */
.links {
  list-style: none;
  padding: 0;
}

.links.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.links.inline li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 16px 0 0;
}

.links.inline li[class*='hidden'] {
  display: none;
}

[dir="rtl"] .links.inline li {
  margin: 0 0 0 16px;
}

/**
 * Node previews
 *  - style the preview bar a little better than default.
 ============================================================================ */
.node-preview-container {
  position: relative;
  z-index: 499;
  width: 100%;
  min-width: 100%;
  background-color: #d1e8f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1e8f5), to(#d3e8f4));
  background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: -o-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1.25rem 0;
}

.node-preview-container form {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.node-preview-container form:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width: 45em) {
  .node-preview-container .form-item-view-mode {
    display: block !important;
  }
}

.node-preview-backlink {
  float: left;
  margin-right: 1.25rem;
}

@media screen and (max-width: 45em) {
  .node-preview-backlink {
    float: none;
    display: block;
    margin: 0 0 0.75rem;
  }
}

.node-preview-backlink:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0 0.5rem 0 0;
  margin: 0;
  display: none;
}

.fa-loaded .node-preview-backlink:before {
  display: inline-block;
}

[dir="rtl"] .node-preview-backlink:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.node-preview-form-select {
  margin: 1.25rem 0;
  padding: 0 1.25rem;
}

.node-preview-form-select .form-select {
  min-width: 10rem;
}

/**
 * CK Editor
 * - classes and styles set by CK Editor.
 ============================================================================ */
.text-align-justify {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/**
 * States.
 ============================================================================ */
/**
 * AT attribution message
 *  - a toggle setting in the theme settings, you can turn it on/off using
 *    the Markup overrides extension.
 ============================================================================ */
.l-attribution {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.attribution .l-rw {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2rem;
  text-align: right;
}

.attribution__link {
  text-decoration: none;
  font-size: 0.75rem;
}

/**
 * Utility
 * - useful classes to be used anywhere.
 ============================================================================ */
.is-flexposition-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

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

.is-vertical-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.is-vertical-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.is-horizontal-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-horizontal-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.is-horizontal-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=base.css.map */

/*.slick--view--frontpage-header {
  height: 60vh;
}
*/

.rm-block__inner button[aria-expanded = "true"],
.rm-block__inner button[aria-expanded = "false"] {
  transition: transform 0.3s;
}

.rm-block__inner button[aria-expanded = "true"]:hover,
.rm-block__inner button[aria-expanded = "false"]:hover {
  transform: rotate(90deg);
}

/*.rm-block__inner .rm-toggle button[aria-expanded = "false"]:hover {
  transform: skew(-18deg);
  
}*/

/*li.tel::before {
  content:"tel";
  font-family: 
}*/

/*ul.custom li {
  list-style-type: none;
  margin-left: 24px;
  margin-bottom: 6px;
  text-indent: -24px;
}

ul.custom li:before {
  font-family: Awesome;
  content: "\f0c8";
  font-size: 14px;
  text-decoration: none;
  color: #8eac1a;
  margin-right: 10px;
}

ul.custom ul li:before {
  font-family: Awesome;
  content: "\f111";
  font-size: 14px;
  text-decoration: none;
  color: #8eac1a;
  margin-right: 10px;
}

ul.custom ul ul li:before {
  font-family: Awesome;
  content: "\f096";
  font-size: 13px;
  text-decoration: none;
  color: #8eac1a;
  margin-right: 10px;
}

ul.custom ul ul ul li:before {
  font-family: Awesome;
  content: "\f10c";
  font-size: 11px;
  text-decoration: none;
  color: #8eac1a;
  margin-right: 10px;
}*/


/*.field-node--field-ansprechpartner>.field__items {
  display: flex;
  flex-wrap: wrap;
}*/

.slick--field-ansprechpartner .slick-list {

  margin: 0 0 !important;
}

.business-card {
  /*background-color: rgba(102,0,0,.9);*/
  background-color: rgba(41,53,54,.9);
  width: 450px;
  height: 250px;
  border-radius: 2px;
  box-shadow: 4px 4px 6px rgba(20,0,0,.6),
              -3px -3px 6px rgba(20,0,0,.4);
  color: rgba(254, 254, 248, 1);
  margin: 20px;
  margin-left: 0;
}

.business-card .field,
.business-card .field__item,
.business-card .item-list__item {
  margin: 0 !important;
  padding: 0 !important;
}

.business-card .bc-inner {
  position: relative;
  padding: 16px;
  height: 100%;
  width:100%;
}

.business-card .bc-content {
  padding: 12px;
  height: 100%;
  width:100%;
}

.business-card .name-ansprechpartner {
  text-transform: uppercase;
  text-align: right;
  font-size: 110%;
  line-height: 95%;
}

.business-card .funktion {
  text-transform: uppercase;
  text-align: right;
  font-size: 80%;
  line-height: 90%;
  letter-spacing: 6px;
}

.business-card .kontakt-ansprechpartner {
  position: absolute;
  left:30px;
  bottom:0;
}

.business-card .kontakt-ansprechpartner * {
  text-shadow: none !important;
}

.business-card .kontakt-ansprechpartner *:before {
  color: rgb(254, 254, 248) !important;
  font-size: 90%;
}


.business-card .corner {
  border-right: 2px solid rgba(254, 254, 248, 1);
  border-top: 2px solid rgba(254, 254, 248, 1);
  height: 12px;
  position: absolute;
  width: 12px;
}
            
.business-card .corner:nth-of-type(5) {
  right: 16px;
  top: 16px;
}
            
.business-card .corner:nth-of-type(2) {
  left: 16px;
  top: 16px;
  transform: rotateZ(-90deg);
}
            
.business-card .corner:nth-of-type(3) {
  bottom: 16px;
  left: 16px;
  transform: rotateZ(180deg);
}
            
.business-card .corner:nth-of-type(4) {
  bottom: 16px;
  right: 16px;
  transform: rotateZ(90deg);
}

/*@media screen and (max-width: 450px) {
  .business-card {
    transform:scale(.8,.8) translate(-10%);
  }
}*/

li.address {
/*  display: inline-block;
  padding-left: 20px;*/
}

.view-frontpage .views-row {
  margin: 1rem 0 1rem 0;
  border-bottom: groove 3px rgba(17, 72, 78, .2)
}

@media screen and (min-width: 60.0625em) {
  .view-frontpage .views-row {
    margin-right: 4vw;
  }
}

#block-browserhinweis {
  padding: 10px;
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #block-browserhinweis {
    display: block;
  }
}

#block-startseitekategorielinks {
  display: none;
}

@media screen and (min-width: 60.0625em) {
  #block-startseitekategorielinks {
    display: block;
  }
}

#block-picanski-nagled-page-title h1 {
  padding-right: 6rem;
}

#column-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

#column-wrapper #column-left {
  width:60%;
}

#column-wrapper #column-right {
  width: 40%;
  min-width: 400px;
}

#org-heading {
  display: flex;
}

#org-heading .field-node--field-logo {
  margin-right: 0.4em;
}

#org-heading h1#title {
 margin-top: 0;
 line-height: .8em;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*One-Page-Settings*/

body.onepage .l-rw,
body.onepage #rid-content,
body.onepage main {
  width: 100%;
  max-width: initial;
  padding: 0;
  margin: 0;
}

body.onepage article > div > div:last-child {
  margin-bottom: 0;
}


#rid-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}