
:root {
    --bs-link-color: #5c2483;
    --bs-link-hover-color: #5c2483;
    --bs-primary: #5c2483;
    --bs-primary-rgb: rgb(92, 36, 131);
    --bs-blue: #5c2483;
}

body {
    font-size: 16px;
    font-family: "Open Sans", Arial;
}

p {
    font-size: 18px;
}

h1 {
    font-size: 2.6rem;
    color: #5c2483;
}

h2 {
    font-size: 2.2rem;
    color: #5c2483;
}

h3 {
    font-size: 1.5rem;
    color: #5c2483;
}

.form-control {
    border: 2px solid #5c2483;
    border-radius: 12px;
}

.form-check-input:checked {
    background-color: #5c2483;
    border-color: #5c2483;
}

.carousel-indicators button.active {
    background-color: #5c2483;
    border: 1px solid #5c2483;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.carousel-indicators button:not(.active) {
    border: 1px solid #5c2483;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.mwg-text-lila {
    color: #5c2483;
}

.mwg-text {
    color: #444444;
}

.mwg-headline {
    color: #5c2483;
}

.mwg-bestattungsvorsorge {
    color: #706359;
}

.mwg-grabmalvorsorge {
    color: #9c1252;
}

.mwg-dauergrabpflege {
    color: #5c2483;
}

.mwg-button-bestattungsvorsorge {
    background: #706359;
    background: linear-gradient(rgba(112, 99, 89, 1), rgba(112, 99, 89, 0.5));
}

.mwg-button-grabmalvorsorge {
    background: #9c1252;
    background: linear-gradient(rgba(156, 18, 82, 1), rgba(156, 18, 82, 0.5));
}

.mwg-button-dauergrabpflege {
    background: #5c2483;
    background: linear-gradient(rgba(92, 36, 131, 1), rgba(92, 36, 131, 0.5));
}

.mwg-background {
    background-color: #dddddd;
}

.mwg-background-dark-gray {
    background-color: #b7b7b7;
}

.mwg-background-gray {
    background-color: #c4c4c4;
}

.mwg-background-dark-gray {
    background-color: #b7b7b7;
}

.mwg-wave-1 {
    color: #a78bc0;
}

.mwg-wave-2 {
    color: #5c2483;
}

.mwg-wave-3 {
    color: #3b1151;
}

.mwg-nav-text {
    font-size: 1.3rem;
    color: #5c2483;
}

.nav-link.mwg-nav-text.active {
    color: #5c2483;
}

.mwg-navbar {
    border-bottom: 5px solid lightgray;
}

@media (max-width: 575px) {
    .mwg-navbar .nav-link {
        font-size: 1rem;
    }
}

.mwg-footer-spacer {
    margin-top: 70px;
}

@media (min-width: 1200px) {
    .mwg-footer-spacer {
        margin-top: 200px;
    }
}

.mwg-footer {
    position: relative;
}

.mwg-footer-headline {
    font-size: 1.3rem;
    color: #5c2483;
}

.mwg-footer-text {
    font-size: 1.3rem;
    color: #3d3d3d;
}

.mwg-footer-icon {
    color: #5c2483;
}

.w-20 {
    width: 20% !important
}

.mwg-footer-address {
    max-width: 500px;
    background-color: white;
    border: 3px solid #dddddd;
    padding: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #706359;
}

@media (min-width: 1200px) {
    .mwg-footer-address {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

.mwg-footer-side {
    position: absolute;
    right: 0;
    bottom: 300;
    background-color: white;
    border: 3px 3px 3px 0 solid #dddddd;
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #706359;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mwg-banner-text {
    font-size: 2.4rem;
}

@media (max-width: 767px) {
    .mwg-banner-text {
        font-size: 1rem;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .mwg-banner-text {
        font-size: 1.4rem;
    }
}

.mwg-banner-text-highlight {
    font-weight: bold;
    color: #5c2483;
}

.mwg-welle-oben {
    background-image: url("../img/mwg-welle-hoizontal-2400px.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 351px;
}

.mwg-headline-text {
    font-size: 3.0rem;
}

.mwg-card {
    border-radius: 20px;
    border: 3px solid #9e9e9e;
}

.mwg-card .card-img-top {
    background-color: #c4c4c4;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.mwg-card .card-body {
    margin-top: -20px;
    border-radius: 18px;
    background-color: #5c2483;
    color: white;
}

.mwg-card .card-body .card-title {
    margin-bottom: 1rem !important;
}

.mwg-card-bestattungsvorsorge {
    border-radius: 20px;
    border: 3px solid #706359;
}

.mwg-card-bestattungsvorsorge .card-body {
    margin-top: -20px;
    border-radius: 16px;
    background-color: #706359;
    color: white;
}

.mwg-card-bestattungsvorsorge .card-img-top {
    background-color: #706359;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.mwg-card-grabmalvorsorge {
    border-radius: 20px;
    border: 3px solid #9c1252;
}

.mwg-card-grabmalvorsorge .card-body {
    margin-top: -20px;
    border-radius: 16px;
    background-color: #9c1252;
    color: white;
}

.mwg-card-grabmalvorsorge .card-img-top {
    background-color: #9c1252;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}


.mwg-card-dauergrabpflege {
    border-radius: 20px;
    border: 3px solid #5c2483;
}

.mwg-card-dauergrabpflege .card-body {
    margin-top: -20px;
    border-radius: 16px;
    background-color: #5c2483;
    color: white;
}

.mwg-card-dauergrabpflege .card-img-top {
    background-color: #5c2483;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.mwg-card-testimonial {
    border-radius: 20px;
    border: 2px solid #5c2483;
    font-size: 1.4rem;
    line-height: 2rem;
    font-style: italic;
    color: #5c2483;
    font-weight: 600;
    padding: 20px;
    text-align: left;
}

/*
Seite: Angebot
 */
.mwg-card-small {
    max-width: 310px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mwg-card-small .card-body {
    border-radius: 16px;
}

.mwg-card-small .card-img-top {
    border-radius: 16px;
    padding: 20px;
}

.mwg-card-small-button {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    border-radius: 18px;
    color: white;
    font-size: 1.5rem;
    text-align: center;
}

@media (max-width: 992px) {
    .mwg-card-small-button {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .mwg-card-small-button {
        width: 100%;
    }
}

.mwg-bestattungsvorsorge-button {
    background: linear-gradient(rgba(112, 99, 89, 1), rgba(112, 99, 89, 0.5));
}

.mwg-bestattungsvorsorge-background {
    background-color: #706359;
}

.mwg-bestattungsvorsorge-text {
    color: #706359;
}

.mwg-grabmalvorsorge-button {
    background: linear-gradient(rgba(156, 18, 82, 1), rgba(156, 18, 82, 0.5));
}

.mwg-grabmalvorsorge-background {
    background-color: #9c1252;
}

.mwg-grabmalvorsorge-text {
    color: #9c1252;
}

.mwg-dauergrabpflege-button {
    background: linear-gradient(rgba(92, 36, 131, 1), rgba(92, 36, 131, 0.3));
}

.mwg-dauergrabpflege-background {
    background-color: #5c2483;
}

.mwg-dauergrabpflege-text {
    color: #5c2483;
}

.mwg-modal .modal-dialog .modal-content {
    border-radius: 20px;
}

.mwg-accordion-item {

}

.mwg-accordion-item:first-of-type {

}

.mwg-accordion-item:last-of-type {

}

.mwg-accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: white;
    background: linear-gradient(rgba(92, 36, 131, 1), rgba(92, 36, 131, 0.3));
}
