:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #ffffff;
    --bs-gray: #6c6c6c;
    --bs-gray-dark: #313131;
    --bs-gray-100: #f8f8f8;
    --bs-gray-200: #e9e9e9;
    --bs-gray-300: #dedede;
    --bs-gray-400: #cecece;
    --bs-gray-500: #ababab;
    --bs-gray-600: #6c6c6c;
    --bs-gray-700: #494949;
    --bs-gray-800: #313131;
    --bs-gray-900: #212121;
    --bs-primary: #2a9d8f;
    --bs-secondary: #e76f51;
    --bs-tertiary: #f4a261;
    --bs-quaternary: #e9c46a;
    --bs-success: #5cb85c;
    --bs-info: #319fc0;
    --bs-warning: #f0ad4e;
    --bs-danger: #d9534f;
    --bs-default: #eaebec;
    --bs-lighter: #f8f8f8;
    --bs-light: #f4f5f6;
    --bs-dark: #313131;
    --bs-darker: #212121;
    --bs-primary-rgb: 42, 157, 143;
    --bs-secondary-rgb: 231, 111, 81;
    --bs-tertiary-rgb: 244, 162, 97;
    --bs-quaternary-rgb: 233, 196, 106;
    --bs-success-rgb: 92, 184, 92;
    --bs-info-rgb: 49, 159, 192;
    --bs-warning-rgb: 240, 173, 78;
    --bs-danger-rgb: 217, 83, 79;
    --bs-default-rgb: 234, 235, 236;
    --bs-lighter-rgb: 248, 248, 248;
    --bs-light-rgb: 233, 233, 233;
    --bs-dark-rgb: 49, 49, 49;
    --bs-darker-rgb: 33, 33, 33;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 33, 33;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212121;
    --bs-body-bg: #ffffff;
}

body {
    background: url(http://www.raiffeisen-warendienst.de.crawler2.rlzp.de/fileadmin/Bilder/giebelkreuz.png) right no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.card-footer {
    display: none;
}

/* Image maximale Breite in Inhaltselementen angleichen */

.carousel .carousel-content-inner {
    max-width: 100%;
}


.carousel .carousel-content-inner {
    align-items: flex-start;
}

.carousel .carousel-item {
    padding-left: 0;
    padding-right: 0;
}

.carousel-item {
    background: none;
}

.carousel:not(#carousel-58, #carousel-295) {
    height: 35vw;
    max-height: 600px;
}

@media (min-width: 992px) {
    .carousel:not(#carousel-58, #carousel-295)::after {
        content: "Vertrauen - Kompetenz - Sicherheit - Kundennähe";
        width: 100%;
        height: 60px;
        padding-top: 10px;
        left: 0 !important;
        background-color: rgba(169, 189, 164, 0.8);
        text-align: center;
        z-index: 201;
        color: #fff;
        font-size: 2em;
        position: absolute;
        bottom: 0;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #51ac42;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

@media (max-width: 992px) {
    .subcontent-wrap {
        display: none;
    }
}

.card-body {
    background-color: #51ac42;
    padding: 10px;
}

.card {
    flex-direction: column-reverse;
}

.card a:not(.btn) {
    color: #ffffff;
    font-size: 30px;
}

.card a:not(.btn):hover {
    color: #ffffff;
}

/* .carousel .carousel-control-icon{
    background-color: #ffffff00;
}
.carousel .carousel-control-icon:before{
    border-top: none;
    border-right: none;
} */
.gallery-item img {
    width: auto;
    height: 100%;
}

.footer-section-meta {
    display: none;
}

#page-header {
    background-color: #9cb29d;
}

#page-header .nav-link {
    color: white;
}

/* SUCHE */
#tx-indexedsearch-searchbox-button-submit,
.control-label,
.indexed_search_adavancedsearch {
    display: none;
}

.tx-indexedsearch-form {
    text-align: right;
    margin: 1rem 0rem;
}

.tx-indexedsearch-form input {
    padding: 0.5rem;
}

#tx-indexedsearch-searchbox-sword {
    border: none;
    border-bottom: 2px solid #51ac42;
    color: #51ac42;
}

.navbar-mainnavigation .navbar-brand-image img {
    max-height: 100%;
}

.navbar-mainnavigation .navbar-brand {
    height: 100%;
}

.subcontent-wrap ul {
    list-style: none;
}

.subcontent-wrap .frame-inner ul li ul li:not(ul li ul li ul li) {

    border-bottom: 1px solid #000;
    color: #000;
    padding: 5px 0 5px 15px;
}

/* --------------- NEWS -------------- */

#c780 .col-md-3,
#c780 .btn-read-more,
#c780 .lead,
#c780 .extra,
#c782 .col-md-3,
#c782 .btn-read-more,
#c782 .lead,
#c782 .extra,
#c784 .col-md-3,
#c784 .btn-read-more,
#c784 .lead,
#c784 .extra {
    display: none;
}

#c778 a,
#c780 a,
#c782 a,
#c784 a {
    text-decoration: underline;
}

.news-list-item h3 {
    font-size: 1.3em;
}

.news-list-item .lead p {
    font-size: 1rem;
    margin-bottom: 0;
}

#c778 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.btn-read-more {
    color: #51ac42;
}

.thumbnail .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-single .thumbnail {
    margin-bottom: 21px;
    border: 1px solid #dddddd;
}

.news-single .caption {
    padding: 10px;
}

.module {
    border: 1px solid #60b55a;
    padding: 10px;
    margin-bottom: 15px;
}
@media (max-width: 992px){
    .tx-indexedsearch-form{
        display: none;

    }
    .navbar-mainnavigation .navbar-brand-image img {
        position: relative;
        top: 50%;
        transform: translate(0, 0);
        width: auto;
    }
        .navbar-brand-image img{
            width: 100%;
            height: 100%;
        }
}

#oberMenu .container{
    max-width: 1600px; 
}

#oberMenu .navbar-brand-logo-normal{
    transform: translate(0, -30%);
}

#page-header .container{
    max-width: 1600px; 
    padding-right: 40px;
}

.frame-container-default{
    max-width: 1600px;
}

.container{
    max-width: 1600px;
}

.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    margin-top: 2px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    color: var(--white);
    background-color: #9cb29d;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
}

.dropdown-item.active, .dropdown-item:active{
    color: #000000;
    text-decoration: none;
    background-color: #f8f8f8;
}

.dropdown-item{
    color: #fff;
}

.dropdown-text .section-column .frame a:not([class]) {
    color: #000;
}


#c878 .frame-inner ul li{
    border-bottom: 1px solid #000;
    padding: 5px 0 5px 15px;
    color: #000;
}

#c878 .frame-inner ul li ul li{
    border-bottom: none;
    padding: 5px 0 5px 15px;
    color: #000;
}

.section-column .frame a:not([class]){
    color:#000;
}

