/*@font-face {
    font-family: 'MatrixIIScriptOT';
    src: url("../fonts/MatrixIIScriptOT-Bold.ttf");
}*/



@font-face {
    font-family: 'Frutiger';
    src: url("../fonts/Frutiger\ Light\ Condensed\ Light\ Cn.ttf");
}

* {
    font-family: 'Frutiger', sans-serif;
}

Peridot Devanagari Regular
{font-family: "peridot-devanagari", sans-serif;
font-weight: 400;
font-style: normal;}

Peridot Devanagari Italic
{font-family: "peridot-devanagari", sans-serif;
font-weight: 400;
font-style: italic;}
	
Peridot Devanagari Bold
{font-family: "peridot-devanagari", sans-serif;
font-weight: 700;
font-style: normal;}
	
Peridot Devanagari Bold Italic
{font-family: "peridot-devanagari", sans-serif;
font-weight: 700;
font-style: italic;}

b, strong {
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5); /* Simuliert Bold */
}

.topbar {
    background: linear-gradient(90deg, #edd6c2, #cfa7aa);
}

.matrix {
    font-family: 'peridot-devanagari', sans-serif;
}

.topbar a {
    font-size: 16px;
    font-family: 'peridot-devanagari', sans-serif;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

.topbar span {
    font-size: 40px;
}

body,
html {
    overflow-x: hidden;
}

.about {
    background-color: #f2eeeb;
}

.text-brown {
    color: #321b18;
}

.text-gray {
    color: #948887;
}

a {
    color: #9f4e55; /* oder jede andere gewünschte Farbe */
    text-decoration: underline; /* optional: entfernt Unterstreichung */
}

a:hover {
    color: #9f4e55; /* Farbe beim Überfahren mit der Maus */
    text-decoration: none; /* oder was dir gefällt */
}

.fs-22 {
    font-size: 18px;
}

.btn-orange {
    background-color: #edd6c2 !important;
    color: #948887 !important;
}

.btn-pink {
    background-color: #cfa7aa !important;
    color: #fff !important;
}

.fs-24 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-40 {
    font-size: 40px;
}

.fs-30 {
    font-size: 30px;
}

.neu-hier {
    background-color: #f2eeeb;
}

.text-light-brown {
    color: #8c7f7c;
}

.text-red {
    color: #9f4e55;
}

.text-orange {
    color: #ce965b;
}

.table-section,
.accordion-section,
.slider-section {
    background-color: #f2eeeb;
}

.item {
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}


.item .overlay {
    position: absolute;
    background-color: #dfc7c7;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.item:hover .overlay {
    opacity: 0.7;
}

/* .slider-card {
    max-width: 300px;
    width: 300px;
    max-height: 300px;
    height: 300px;
    margin: auto 10px;
    border-radius: 50%;
    overflow: hidden;
} */

button.btn.prev-btn.slick-arrow {
    position: absolute;
    left: -7%;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
}

button.btn.next-btn.slick-arrow {
    position: absolute;
    right: -7%;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
}

.footer {
    background-color: #9f4e55;
}

button.accordion-button {
    background: #e6e3e1 !important;
    border: unset !important;
}

.accordion-item {
    margin-bottom: 20px;
    border: unset;
}

.sm-img {
    width: 100px !important;
}

.h-300 {
    height: 300px;
}

.circle.w-100.h-300 {
    background: #dfc7c7;
    border-radius: 50%;
    width: 270px !important;
    height: 270px !important;
    margin: auto;
    padding-top: 60px;
}

img.img-fliud.sm-img {
    margin: auto;
    position: relative;
    top: 50px;
}

.fs-18 {
    font-size: 14px;
}


/* revised */
@media screen and (min-width: 768px) {
    section.topbar.py-2 {
        height: 76px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    body {
        padding-top: 76px;
    }
}

table .fs-30 {
    font-size: 21px;
    margin-bottom: 0;
}

.table h3.matrix {
    font-size: 18px;
}

table p.fs-22 {
    font-size: 14px;
    margin-bottom: 0;
}

#month-1 {
    width: 100% !important;
}

#month-2 {
    display: none;
    width: 100% !important;
}

#month-3 {
    display: none;
    width: 100% !important;
}



@media screen and (max-width: 767px) {
    .topbar .d-flex.justify-content-center.align-items-center.gap-3 {
        flex-direction: column;
    }

    .topbar .d-flex.justify-content-center.align-items-center.gap-3 span {
        display: none;
    }

    section.about.py-5 .row {
        gap: 20px !important;
    }

    .fs-40 {
        font-size: 36px;
    }

    .fs-30 {
        font-size: 21px;
    }

    table p.fs-22 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .topbar .d-flex.justify-content-center.align-items-center.gap-3 {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px !important;
    }

    .topbar a.fw-bold {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .about {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .about .mt-5 {
        margin-top: 1rem !important;
    }

    .about p {
        margin-bottom: 1rem;
    }
} /*Abstände verringern zwischen Texten und Bildern bei Team und Über Uns*/