@font-face {
    font-family: "NotoSerif";
    src: url("assets/fonts/NotoSerif-VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap;
}


:root{
    --bs-body-font-family: "NotoSerif", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    --bs-body-font-size: 1.18rem;
    --bs-btn-bg: #1bad96;
}
h1, h2, h3, h4, h5, h6 { font-weight: 700; }

[id] {scroll-margin-top: 70px;}

nav {
    font-weight: 500;
}

.hero-section {
    background-image:
    radial-gradient(circle at center, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.0) 40%),
    url(assets/images/MLR_geschaeft_blur.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 150px 0;

}

.tshadow {
   text-shadow: #000000 0px 0 10px;
}

.seperator {
    border-top: 3px solid #1bad96;
    width: 250px;
    margin: 0 auto 20px;
}

.icon-list { padding-left: 0; margin: 0; }
.icon-list li {
    list-style: none;
    display: flex;
    align-items: center;
    text-align:left;
    gap: 0.5rem;
    margin: 0.75rem 0;
}
.icon-list svg {
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    color: #1bad96;
}

.fltext {
    line-height:1.7;
}

.btn-mlr {
    background:#1bad96;
    color: white;
    font-weight: 750;
}
.btn-mlr:hover {
    background: #0d6154;
}

.mlslider {
    overflow-x: hidden;
}
