/* you can add your own custom css here if you don't want to worry about SASS/SCSS */

.center .footer1, .center .footer2 {
    text-align:center;
}

.newsslider {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom:20px;
}

.mygradient {
    background: linear-gradient(to right, rgba(255, 255, 0, 1), rgba(0, 0, 255, 1));
}

a {
    color: rgba(0, 0, 255, 0.7); /* Standardfarbe */
    text-decoration: none; /* optional: entfernt Unterstreichung */
}

a:hover {
    color: rgba(0, 0, 255, 1); /* z. B. ein dunkleres Blau beim Hover */
}

a:active {
    color: rgba(0, 0, 255, 1); /* z. B. Orange beim Klicken */
}

a:visited {
    color: rgba(0, 0, 255, 0.7); /* z. B. Lila für besuchte Links */
}

#mainmenu a {
    color: rgba(255, 255, 255, 0.7); /* Standardfarbe */
    text-decoration: none; /* optional: entfernt Unterstreichung */
}

#mainmenu a:hover {
    color: rgba(255, 255, 255, 1); /* Standardfarbe */
}

#mainmenu a:active {
    color: rgba(255, 255, 255, 1); /* Standardfarbe */
}

#mainmenu a:visited {
    color: rgba(255, 255, 255, 0.7); /* Standardfarbe */
}


.navbar-brand img {
    height:80px;
    margin-right:20px;
}

a.navbar-brand {
    color: rgba(255, 255, 0, 1); /* Standardfarbe: Gelb, 70 % sichtbar */
    text-decoration: none; /* optional: entfernt Unterstreichung */
}

a.navbar-brand:hover {
    color: rgba(255, 255, 0, 1); /* Voll sichtbar beim Hover */
}

a.navbar-brand:active {
    color: rgba(255, 255, 0, 1); /* Voll sichtbar beim Klicken */
}

a.navbar-brand:visited {
    color: rgba(255, 255, 0, 1); /* Wie normal */
}

.bannergroup {
    max-width:30%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.carouselbanner .banneritem {
    height: auto !important;
}

.carouselbanner .banneritem-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    height: 100px;
    overflow: visible !important; /* wichtig: verhindert das Abschneiden */
}

.carouselbanner .banneritem-inner img {
    max-height: 100px;  /* skaliert das Bild korrekt */
    height: auto;
    width: auto;
    display: block;
}

#digi_showcase_carousel .slick-dots li button::before {
    display:none !important;
}

#digi_showcase_carousel .slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid blue !important;     /* blauer Ring */
    background-color: yellow !important;   /* gelber innerer Kreis */
    border-radius: 50%;         /* runde Punkte */
    transition: all 0.3s ease;
}

/* Aktiver Dot – ganz blau */
#digi_showcase_carousel .slick-dots li.slick-active button {
    background-color: blue !important;     /* komplett blau */
    border-color: blue !important;         /* Ring ebenfalls blau */
}
.carousel-container-horizontal {
    background:#fff;
    margin-left:15px;
    margin-right:15px;
    margin-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
}

div.cat-children > h3 {
    display:none;
}

div.com-contact-categories__items > h3 {
    font-size:16px !important;
}

div.com-content-category__children > h3 {
    font-size:16px !important;
}

.marging_top {
    margin-top:15px;
}

a.readmore.btn.btn-secondary > span.icon-chevron-right {
    margin-right: 0.4em; /* Abstand nach rechts */
}

.btn-sm {
    background-color: blue !important;
    border-color: blue !important;
}

@media (max-width: 992px) {
    #mainmenu ul {
        background: #fff !important;
        color: #00f !important;
        padding-left: 10px !important;
    }

    #mainmenu a {
        color: rgba(0, 0, 255, 0.7); /* Standardfarbe */
        text-decoration: none; /* optional: entfernt Unterstreichung */
    }

    #mainmenu a:hover {
        color: rgba(0, 0, 255, 1); /* Standardfarbe */
    }

    #mainmenu a:active {
        color: rgba(0, 0, 255, 1); /* Standardfarbe */
    }

    #mainmenu a:visited {
        color: rgba(0, 0, 255, 0.7); /* Standardfarbe */
    }

    .navbar-toggler {
        background-color:rgba(255,255,255,1);
        border-color:#0000ff !important;
    }

    .navbar-toggler-icon {
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
}

table {
    width:100% !important;
}