@charset "UTF-8";
/*!
* Start Bootstrap - Grayscale v7.0.6 (https://startbootstrap.com/theme/grayscale)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-grayscale/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/*
braun          #CCC6B8 rgba(204,198,184,0.8)
blau            #909AB7
dunkelbraun     #543C2C
*/

::selection {
    background: #909AB7;
    color: #ffffff;
    text-shadow: none;
}
:root{
    --bs-font-sans-serif: Helvetica, Arial, sans-serif;
    --bs-font-monospace: Helvetica, Arial, sans-serif;
    --bs-body-font-family: Helvetica, Arial, sans-serif;
    --bs-link-color: #ffffff;
    --bs-link-hover-color: #212529;
    --bs-border-color: #909AB7;
    --bs-accordion-bg: #909AB7;
    --bs-accordion-active-color:#909AB7;
    --bs-accordion-active-bg: #909AB7;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-color: #909AB7;
    --bs-accordion-btn-bg: #909AB7;
    --bs-primary-rgb:rgba(144,154,183,1);
}
/*@media (max-width: 500px){*/
/*    * :not(h1) {*/
/*        hyphens: auto;*/
/*    }*/
/*}*/
.border-primary {
    border: 1px solid rgba(144,154,183,1) !important;
}
body {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6em;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, .h1{
     font-family: Helvetica, Arial, sans-serif;
     font-weight: 500;
     color: #543C2C;
     text-transform: uppercase;
}
h2, .h2{
    font-family: Helvetica, Arial, sans-serif;;
    font-weight: 400;
    color: #543C2C;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #212529;
}
h3, .h3 {
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    h2.light {
        font-size: 1.6rem;
        color: #212529;
        font-weight: 300;
    }
    h3, .h3 {
        text-transform: uppercase;
        font-size: 1.6rem;
    }
}
em{
    font-style: normal;
    padding: 2px;
    border-bottom: 1px solid rgba(144,154,183,0.5);
}
.lead {
    font-size: 1.3rem;
    font-weight: 300;
}
small, .small {
    font-size: 0.8em;
    line-height: 1.3em;
}
.lh-14 {
    line-height: 1.5em;
}
p{
    color: #000000;
}
@media (min-width: 992px) {
    .lead {
        font-size: 1.4rem;
        font-weight: 300;
    }
}
section a{
    background-color: #909AB7;
    background-color: rgba(144,154,183,0.8);
    padding: 2px 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
section a:hover {
    background-color: rgba(144,154,183,0.3);
}

/* ====== Sections ====== */
.projects-section .mb-lg-5 {
    margin-bottom: 5rem !important;
}
.contact-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.m-top-3{
    margin-top: 3rem;
}
.p-header{
    padding-top: 10rem;
    padding-bottom:0;
}
.bn_legal h2{
    font-size: 24px;
    text-transform: none;
    margin-top: 2rem;
}
.bn_legal h3{
    font-size: 22px;
    margin-top: 1.5rem;
}

/* ====== Nav ====== */
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.navbar-brand {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    margin: auto;
    padding: 0.5rem 0;
    z-index: 5;
    background-color: #e0ddd3;
}
#mainNav .navbar-toggler {
    margin: 60px auto 0 auto;
    color: #CCC6B8;
    border-radius: 0;
    border: 1px solid #97bec4;
    z-index: 10;
    background-color: #ffffff;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.05rem;
}
#mainNav {
    min-height: 6rem;
    background-color: #e0ddd3 !important;
}
#mainNav .navbar-brand img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
#mainNav .navbar-brand img.d-lg-none{
    max-width: 95%;
}
#mainNav.navbar-shrink .navbar-brand img{
    max-width: 90%;
    transition: all 0.3s ease-in-out;
}
#mainNav.navbar-shrink{
    box-shadow: 0 0 0 0.03rem rgba(144,154,183, 0.25);
}
.navbar-collapse.collapse,
.navbar-collapse,
.navbar-collapse.collapse.show {
    z-index: 1;
    padding: 0 30px;
    transition: all 0.3s ease-in-out;
}
.navbar-collapse.collapse.show{
    background-color: #ffffff;
}
@media (min-width: 510px) {
    #mainNav .navbar-toggler {
        margin: 80px auto 0 calc(50% - 30px);
    }
    #mainNav .navbar-nav {
        margin: 17rem auto 0 auto;
    }
    #mainNav .navbar-brand img {
        margin-bottom: 10px;
        max-width: 500px;
    }
    .p-header{
        padding-top: 12rem;
        padding-bottom:0;
    }
    .img-fluid.high {
        max-width: 100%;
        height: auto;
        max-height: 500px;
        margin: 2rem auto;
    }
    blockquote {
        font-size: 1.6rem;
        padding: 1rem 0 1rem 2rem;
        border-left: 0.2rem solid rgba(144,154,183,0.5);
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .desktop{
        display: flex;
    }
    .mobile{
        display: none;
    }
    .p-header{
        padding-top: 16em;
        padding-bottom:0;
    }
    #mainNav {
        padding-top: 20px;
        border-bottom: none;
        background-color: #e0ddd3 !important;
        transition: background-color 0.3s ease-in-out;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #909AB7;
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #909AB7;
        border-bottom: 0.25rem solid #909AB7;
    }
    #mainNav .px-lg-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .navbar-collapse.collapse,
    .navbar-collapse {
        padding: 0 10px;
        transition: all 0.3s ease-in-out;
    }
    #mainNav .navbar-brand img{
        max-width: 90%;
        margin: 0 auto;
        height: auto;
        transition: all 0.3s ease-in-out;
    }
    #mainNav.navbar-shrink .navbar-brand img{
        max-width: 75%;
        height: auto;
        transition: all 0.3s ease-in-out;
    }
    #mainNav .navbar-brand{
        left: 0;
        background-color: #e0ddd3;
    }
    #mainNav .nav-link.active {
        color: #ffffff;
        outline: none;
        border-bottom: 0.25rem solid #909AB7;
        font-weight: 400;
    }
    #mainNav.navbar-shrink{
        background-color: white !important;
        padding-bottom: 0;
    }
    #mainNav .navbar-nav{
        margin: 8rem auto 0 auto;
    }
    #mainNav.navbar-shrink .navbar-nav{
        margin: 5rem auto 0 auto;
    }
    #mainNav .nav-link {
        transition: none;
        padding: 2rem 1.5rem;
        color: #543C2C;
    }
    #mainNav .nav-link:hover {
        color: #ffffff;
    }
    #mainNav .nav-link:active {
        color: #ffffff;
    }
    #mainNav.navbar-shrink .nav-link {
        color: #000;
        padding: 1.25rem 1.5rem 1rem;
        border-bottom: 0.25rem solid transparent;
    }
}
@media (min-width: 1200px) {
    #mainNav.navbar-shrink .navbar-nav{
        margin: 8rem auto 0 auto;
    }
}

/* ====== Start Section ====== */

h1 span.bn_bg-featured{
    font-size: 80%;
}
.start-claim h2 {
    font-size: 20px;
    color:#ffffff;
    font-weight: 300;
}
hr {
    margin: 0.5rem;
}
@media (min-width: 1024px) {
    .start-claim {
        margin-top: -150px!important;
    }
    .start-claim h2 {
        font-size: 30px;
    }
}
.bn_bg-featured-block{
    color: #ffffff;
    background-color: #909AB7;
    padding: 5px;
    display: block;
}

/* List */
section ul {
    padding-left: 20px;
}
section ul li{
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    section ul li:not(.nav-item) {
        list-style: none;
        padding-left: 1rem;
        margin-bottom: 14px;
        line-height: 1.4;
    }

    li:not(.nav-item)::marker {
        content: '- ' !important;
    }
}
section .bn_link-list li a{
    margin-bottom: 1rem;
    line-height: 1.8;
}
/* Blockquote */
blockquote{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    color: #543C2C;
    padding: 1rem 0 1rem 1.5rem;
    border-left: 0.1rem solid rgba(144,154,183,0.5);
    margin-top: 2rem;
    margin-bottom: 1rem;
    background-color: rgba(255,255,255,0.5);
}

/* Button */
.btn {
    box-shadow: none !important;
    padding: 0.75rem 2rem;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 80%;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #ffffff;
    border-radius: 0;
    background-color: #909AB7;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    color: #ffffff;
    background-color: rgba(144, 154, 183, 1);
}
.carousel-inner .ratio{
    background-color: #CCC6B8!important;
}

/* ===== Info-Boxes / Cards ===== */
.card {
    --bs-card-border-radius: 0;
}
@media (min-width: 992px){
    .card {
        padding: 1.5rem;
    }
}
.bg-light-blue p{
    color: #000000;
}
/* ===== Backgrounds ===== */
.bg-light {
    background-color: rgba(204, 198, 184,0.3) !important;
}
.bg-light-blue{
    background-color: rgba(144,154,183,0.2);
}
.bg-mid-blue{
    background-color: rgba(144,154,183,0.3);
}
.bg-blue{
    background-color: rgba(144,154,183,1);
}

/* ====== Services ====== */
.projects-section {
    padding: 0;
}
@media (min-width: 992px) {
    .projects-section .featured-text-left {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid #cccad4;
    }
    .projects-section .featured-text-right {
        padding: 0 2rem 0 0;
        border-right: 0.5rem solid #cccad4;
    }
}

/* ====== Accordion ====== */
/* Custom style +/- instead of chevrons
*/
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion {
    --bs-accordion-color: #543C2C;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235a918d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #b2d0ce;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(144,154,183, 0.25);
    --bs-accordion-body-padding-x: 1rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #543C2C;
    --bs-accordion-bg: #ffffff;
    --bs-accordion-active-bg: rgba(204, 198, 184, 0.3);
}
@media (min-width: 992px) {
    .accordion{
        --bs-accordion-body-padding-x: 3rem;
        --bs-accordion-body-padding-y: 3rem;
    }
}
.accordion-button {
    font-size: 1.5rem;
}
.accordion-item{
    margin-bottom: 1rem;
}

/* ====== Footer ====== */
footer, footer p strong{
    color: #ffffff;
    line-height: 1.3;
}
footer p{
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.6;
}
footer address{
    font-size: 0.8em;
    line-height: 1.6;
}
footer ul li{
    font-size: 0.8em;
    line-height: 1.6;
}
footer .navbar-nav{
    display: inline-block;
}
footer .nav-link {
    padding: 0.2rem 0;
}
footer a {
    border-bottom: 1px solid rgba(255,255,255,0);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
footer a:hover,  footer a:focus, footer .nav-link.active{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
footer h4{
    color: #ffffff;
}