body {
    background-color: white;
    color: #00171f;/* - very dark blue ,
    blue #293241
    sienna orange #ee6c4d
    blue 2 #003459
    blue3 #007ea7
    blue 3 #00a8e8
    ultra light blue #caf0f8
    ultra light blue2 #e0fbfc
    light blue #90e0ef */
}
.image-hero{
    background-image: url("../images/hno-5c2f090b7719fdf29d1f52e2a2aae1c6.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 400px;
}
.invert-contrast{
    filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
.plusTop{
    /*top: -50px;*/
    position: relative;
    background-color: white;
}
.blueLight{
    /*margin-top: -30px;*/
}
.separator{
    border-top: #bac0f7 solid 1px;
    width: 45%;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 5px hsl(226deg 98.82% 79.59%);
}
li.check{
    background-image: url("../images/chevron-compact-right-5e3741c07467dd5a0a458befe46c0707.svg");
    background-repeat: no-repeat;
    padding: 0px 0px 15px 20px;
    line-height:1em;
}

.separator-left{
    border-left: #bac0f7 solid 1px;
    opacity: 1;
    margin-top: auto;
    margin-bottom: auto;
}
.separator-right{
    border-right: #bac0f7 solid 1px;
    opacity: 1;
    margin-top: auto;
    margin-bottom: auto;
}

.full-width{
    max-width: 100%;
}
.h1, h1 {
    font-size: calc(1rem + 1.5vw);
}
.h2, h2 {
    font-size: calc(1rem + 0.9vw);
}
.h3, h3 {
    font-size: calc(1rem + 0.6vw);
}
.h4, h4 {
    font-size: calc(1rem + 0.3vw);
}

h2.lead{
    line-height: 1.5;
}
.lead {
    font-size: 1.2rem;
    font-weight: 300;
}
.list::before{
    content: url('../images/check.svg');
    display: inline-block;
    height: 0;
    width: 25px;
    margin: 0px 15px;
    top: 5px;
    position: relative;
}
.acupuncture::before{
    content: url('../images/acupuncture.svg');
    display: block;
    height: 0px;
    margin: 0 0px 15px 0;
    position: relative;
    float: left;
    top: -15px;
    overflow: visible;
    z-index: 0;
    width: 0;
    padding: 5px;
}
.allergy::before{
    content: url('../images/allergies.svg');
    display: block;
    margin: 0 -15px 5px 0;
    float: left;
    top: 0px;
    width: 0;
    padding: 5px;
}
.natur::before{
    background-color: #0a58ca;
    margin: 8px;
    border-radius: 15px;
    content: "";
    position: relative;
    display: block;
    height: 40px;
    width: 43px;
    top: -10px;
    float: left;
    clear: both;
}
.natur::after{
    content: url('../images/nature.svg');
    display: block;
    top: -13px;
    position: relative;
    padding: 5px;
    float: left;
    margin-left: -61px;

}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    background: #003459;
    text-align: center;
    padding: 25px;
    color: white;
}
.small-length-bottom::after{
    content:"";
    background: #003459;
    width: 60%;
    border-bottom: black;
    border-bottom-width: thin;
    border-bottom-style: solid;
    display: inline-block;
    top: -5px;
    position: relative;

}
.footer{
    color:white;
    background-color: #003459;
}

.padding{
     padding-top: 30px;
     text-align: center;
 }
.linebreak{
    border-bottom-style: solid;
    width: 80%;
    border-bottom-color: white;
    height: 5px;
    position: relative;
    display: inline-block;
    border-bottom-width: thin;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .container {
        display: flex;
        flex-flow: column;
    }

    .bild-praxis {
        order: 1;
    }

    .text-praxis {
        order: 2;
    }

    .acupuncture::before {
        margin: 0 15px 15px -15px;
        position: relative;
        float: left;
        top: -20px;
    }

    .small-length-bottom::after {
        display: block;
        top: 15px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .allergy::before {
        margin: 0 -15px 15px 0;
        width: 0;
        padding: 5px;
        top: -15px;
        position: relative;
    }
}
    @media screen and (max-width: 380px) {
        .natur::before{
            background-color: #0a58ca;
            margin-left: -15px;
            border-radius: 15px;
            content: "";
            position: relative;
            display: block;
            height: 40px;
            width: 43px;
            top: -10px;
            float: left;
            clear: both;
        }
        .natur::after{
            content: url('../images/nature.svg');
            display: block;
            top: -13px;
            position: relative;
            padding: 5px;
            float: left;
            margin-left: -61px;
        }
        .padding{
            padding-top: 25px;
        }

}