/* 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 */
}

.marging_top {
    margin-top:15px;
}

#digi_showcase_carousel.carousel-container-horizontal.slick-initialized.slick-slider.slick-dotted  a.readmore.btn.btn-secondary::before
{
    content:">";
}