/* open-sans-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: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
    font-family: 'Open Sans'
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h4,
h3 {
    color: #283583;
    font-weight: 700;
}

h5 {
    font-size: 1em;
    margin-bottom: 0.3em
}

.anker{transform:translateY(-70px);position:absolute}
.brand-logo {
    width: 50px;
    height: auto;
    border:1px solid white;
}

.header {
    background-image: url(../assets/Haus.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 3/1;
    display: flex;
    align-items: flex-end;
    margin-top:90px;

}

.header-text {
    background: #283583bb;
    color: #fff;
    display: inline-block;
    padding: 2rem;
    margin: 2rem
}

.equal-height>div>div{height:100%}


@media (max-width: 991px) {
    .equal-height .col-lg-4 {
   padding:1rem 0 !important;
    }
    .header{
     aspect-ratio: 1/1;}
}

.bg-blue{  background: #283583; color: #fff;}

footer a{color:white;}


