/*
 * Schriftarten, welche das Standard-Design überschreiben.
 * Kundenspezifische Änderungen sollten NUR HIER (in dieser css) vorgenommen werden.
*/

@font-face {
    font-family: 'Minion';
    src: url('../fonts/MinionPro-Bold.otf') format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: 'Minion';
    src: url('../fonts/MinionPro-Bold.otf') format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: 'Inclusive Sans';
    src: url('../fonts/InclusiveSans-Regular.eot');
    src: local('Inclusive Sans Regular'), local('InclusiveSans-Regular'), url('../fonts/InclusiveSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/InclusiveSans-Regular.woff2') format('woff2'), url('../fonts/InclusiveSans-Regular.woff') format('woff'), url('../fonts/InclusiveSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inclusive Sans';
    src: url('../fonts/InclusiveSans-Italic.eot');
    src: local('Inclusive Sans Italic'), local('InclusiveSans-Italic'), url('../fonts/InclusiveSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/InclusiveSans-Italic.woff2') format('woff2'), url('../fonts/InclusiveSans-Italic.woff') format('woff'), url('../fonts/InclusiveSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




/*
 * Weitere Stile, welche das Standard-Design überschreiben.
 * Kundenspezifische Änderungen sollten NUR HIER (in dieser css) vorgenommen werden.
*/




/* --------------------------------------------------------------*/
/* --------------------- Basis ----------------------------------*/

.btn-dark {
    border: none !important;
}

input {
    border-color: #999999;
}



/* --------------------------------------------------------------*/
/* --------------------- Navigation -----------------------------*/

.logo-text a {
    color: #999999;
}

/* small devices (phones, 576px and up) */
@media (min-width: 576px) {
    .header-logo img {
        margin-top: -11px;
    }
}

nav.navbar.shrink .header-logo img {
    margin-top: 0px;

}

#id-logo-main-container {
    overflow: visible;
}

/* --------------------------------------------------------------*/
/* --------------------- Suchergebnis----------------------------*/
/* --------------------------------------------------------------*/
/* --------------------- Startseite -----------------------------*/
#teaserCarousel .carousel-caption {
    position: absolute;
    width: fit-content;
    max-width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    font-family: var (--dc-font-family-accent);
}

#teaserCarousel .carousel-caption p {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    margin-left: 9px;
}

/* Highlighter */
#teaserCarousel .carousel-caption mark {
  margin: 0 -0.4em;
  padding: 0.3em 0.4em;
  background: transparent;
  background-color: white;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 40px;
}


@media only screen and (min-width: 768px) {
    #teaserCarousel .carousel-caption {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        padding: 20px;
        padding-top: 28px;
        margin-left: unset !important;
        margin-right: unset !important;
        top: unset;
        left: unset;
        bottom: 50px;
        right: 15%;
        text-align: left;
    }
}



#teaserCarousel .carousel-caption .btn {
    width: fit-content;
    border-color: white !important;
    border-width: 2px !important;
    border-style: solid !important;
    background-color: black;
}

#teaserCarousel .carousel-indicators {
    display: none;
}

/* 
 * Die Pfeile überlappen in header schmalen mobilen Anischt die Kästchen mit dem text (text ist länger als üblich)
 * Die Pfeile werden deshalb für die schmale mobile Anicht nach oben gesetzt.
*/
#teaserCarousel .carousel-control-next, #teaserCarousel .carousel-control-prev {
    align-items: flex-start;
    margin-top: 45px;
}

@media only screen and (min-width: 768px) {
    #teaserCarousel .carousel-control-next, #teaserCarousel .carousel-control-prev {
        align-items: center;
        margin-top: 0;
    }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: var(--dc-dark-accent-color);
    border: 10px solid;
    border-color: var(--dc-dark-accent-color);
    border-radius: 24px;
}

/* Highlighter */
/*#id-dc-kollektionen .jumbo-card-container  mark {
    margin: 0 -0.4em;
    padding: 0.3em 0.4em;
    background: transparent;
    background-color: white;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 40px;
}*/

#id-dc-kollektionen .jumbo-card-container {
    /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/Content/images/collection-background-platzhalter.jpg'); */
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url('/Content/images/collection-background-platzhalter.jpg');
    
}

 #id-dc-entdecken-ueber-btn {
    display: none;
}


#id-dc-unsere-sammlungen {
    padding-top: 6rem;
}


#aboutDaphneCollectionImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aboutDaphneCollectionRow {
    gap: 1rem;
}

/* --------------------------------------------------------------*/
/* --------------------- Detailseite ----------------------------*/



/* --------------------------------------------------------------*/
/* --------------------- Suche ----------------------------------*/
/* Suche-Sektion datalist sehr klein, und das sieht doof aus mit dem bunten footer, da dann unterhalb desc Footers noch weißer Rand ist.
    Daher wird die Suche-Sektion hier auf die Bildschrim-Größe - Header - Footer gesetzt. Durch min-height statt height wird automatisch
    auch der Fall abgefangen (bei kleinen Displays), wenn die Suchesketion sonst zu klein werden würde.
*/
#id-section-search {
    min-height: calc(100vh - 526px);
}


/* --------------------------------------------------------------*/
/* --------------------- Footer ---------------------------------*/

footer {
    background-color: var(--dc-dark-accent-color);
    color: white;
    padding-bottom: 0;
}

footer a {
    color: white;
}

footer .footer-top {
    padding-bottom: 30px;
}

    footer .footer-bottom {
        background-color: #999999;
        display: flex;
        padding: 30px;
    }
