:root {
    --primary: #2A87B6;
    --secondary: #78635a;
    --tertiary: #727475;
    --quaternary: #f7f6f5;
    --headline: "Oswald", sans-serif;
}


/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/oswald-v53-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-size: 16px;
}

.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
    top: 0px;
}

.erecht24 h1{
    margin: 1.5em 0 1em 0;
}

.erecht24 h2{
    margin: 1.5em 0 1em 0;
}

.erecht24 h3{
    margin: 1.5em 0 1em 0;
}

.erecht24 h4{
    margin: 1.5em 0 1em 0;
}



h2+p {
    margin: 1.5em 0 1em 0;
}

p+h2 {
    margin: 1.5em 0 1em 0;
}

p+h3 {
    margin: 2em 0 1em 0;
    line-height: 1.5;
}

p+h4 {
    margin-top: 1em ;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary)!important;
    font-weight: 700;
    
    letter-spacing: .05em;

    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: var(--headline);
}



h1 strong {
    font-weight: 900;
}


@media (max-width: 991px) {
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    display: block;
}

#header .header-nav-main nav > ul li.active {
    border-bottom: none;
}

}

.dropdown-item.active, .dropdown-item:active {
    background: none;
    color: var(--primary);
}

.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger {
  margin:0;
}

.gdpr-bar .gdpr-bar-actions {
    justify-content: end;
  }  


.gdpr-bar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1031;
    background: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
      
}

.show .gdpr-inner {
    background: #fff;
    padding:  20px;
    width:  95%;
    margin:  0 auto;

}

@media (min-width: 992px){
    .show .gdpr-inner {
        width: 50%;
    }
}


.feature-box-svg svg {
  width: 32px;
  height: 32px;
  color: var(--primary);
  margin-right: 10px;
}

.list.list-icons li > svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

#footer .footer-copyright {
    background: #fff;
}

#footer {
    background: var(--primary);
    border-top: 4px solid var(--primary);
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}

#footer .footer-copyright p {

    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

#footer .footer-copyright nav {
    font-size: 0.9em;
    color: #fff!important;
}

#footer a:not(.btn):not(.no-footer-css) {

    transition: all 0.1s ease-in-out;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    color: var(--default);
}

.font-weight-extrabold, .font-weight-extra-bold {
    font-weight: 400 !important;
}

.text-color-dark, .text-dark {
    color: var(--tertiary)!important;
}

.feature-box.feature-box-style-2 h4 {
    color: var(--tertiary);
}


@media (min-width: 992px){
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: var(--tertiary);
}

.thumb-info .thumb-info-title {
    transition: all 0.3s;
    background: var(--secondary);
    color: var(--light);
}

.btn-light:hover:not(.bg-transparent), .btn-light.hover:not(.bg-transparent) {
    background-color: var(--primary);
    color: var(--light);
}

.btn-blue {
    --hover: var(--primary--200);
    background-color:var(--primary);
    border-color: none;
    color: var(--primary-inverse);
}

.btn:hover {
    color: #fff;
    background-color: var(--tertiary);
    border-color: none;
}

h5 {
    font-weight: 600;
    line-height: 24px;
}

.text-15 {
    font-size: 5em !important;
    line-height: 66px;
}
.text-8 {
    line-height: 66px;
}
.text-13 {
    line-height: 66px;
}

.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: #fff;
    border-color: #fff;
}

.page-header .sub-title {
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
    opacity: 0.8;
    color: var(--light);
}
.page-header h1 {
    color: var(--light);
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 300;
    position: relative;
    top: 1px;
}

@media (min-width: 992px){
#header .header-nav-bar.header-nav-bar-top-border {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;}
}

.owl-carousel {
    margin-bottom: 0px!important;
}

.text-10 {
    font-size: 2.75em !important;
    line-height: 66px;
}


#footer .logo img {
    top: 0px;
}
hr {
    background: rgb(255 255 255 / 100%);
}

.accordion .card-title {

        font-weight: 500;
        line-height: 1.5;
        font-size: 20px; }

.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    background-color: #fff !important;
        transition: all .15sease-out;
        background: var(--grey-100);
        border-left: 3px solid var(--grey-500);
        border-radius: 5px;
        color: var(--grey-500);
        display: block;
        min-height: 20px;
        padding: 12px 20px 12px 15px;
        position: relative;
        cursor: pointer;
        letter-spacing: -0.2px;
        text-decoration: none !important;
    }

    .card {
        --bs-card-cap-bg: #fff!important; }


.card {
    bs-card-bg: #fff!important;
}