@import "basket.css";

html, body {
    font-family: NotoSans, sans-serif;
}

.logo-img{
    width: 13rem;
    height: auto;
    margin: 0 79px 0 0;
    object-fit: contain;
}

footer {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--sprengel-light-grey);
    background-color: var(--sprengel-dark-grey);
    padding: 40px 15px 20px 15px;
}

footer .group-header {
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 15px;
    color: var(--sprengel-white);
}

footer a.group-link,
footer .footer-location-link,
footer a.group-link a {
    font-weight: normal;
    letter-spacing: normal;
    color: var(--sprengel-light-grey);
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
}

footer a.group-link:hover,
footer .footer-location-link:hover,
footer a.group-link a:hover {
    color: var(--sprengel-red);
    text-decoration: none;
}

footer ul li {
    margin: 0 0 8px 0;
}

.social-link {
    display: inline-block;
    width: auto;
    margin: 8px 15px 8px 0;
    color: var(--sprengel-light-grey);
}
.social-link:hover {
     color: var(--sprengel-red);
}

.social-link .fab, .social-link .far {
    font-size: 20px;
}

.footer-bottom-links {
    border-top: 1px solid var(--sprengel-medium-grey);
    padding-top: 15px;
    margin-top: 20px;
    font-size: 11px;
    color: var(--sprengel-medium-grey);
}

.footer-bottom-links a {
    color: var(--sprengel-light-grey);
    text-decoration: none;
    margin-left: 15px;
}

.footer-bottom-links a:hover {
    color: var(--sprengel-red);
}

.standard-link > *:not(:last-child)::after {
    content: " | ";
    line-height: 1.36;
    letter-spacing: 0.08rem;
    margin: 0 5px;
    color: var(--greys-grey-11);
}

.cookie {
    font: normal normal 400 12px/18px NotoSans, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(59, 68, 77, .9);
    z-index: 2018;
    display: none;
}

.cookie--visible > div {
    transition: 350ms 250ms ease-out;
    transform: translateY(0);
}

.cookie__wrap {
    max-width: 940px;
    color: #fff;
    margin: 18px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: .5px;
}

.cookie__buttons {
    display: flex;
    justify-content: space-between;
}

.cookie__buttons a {
    text-decoration: none;
    border: none;
    color: var(--primary-dark-blue);
    padding: 7px 14px 8px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    white-space: nowrap;
}

a.cookie__btn--more:hover {
    color: var(--primary-dark-blue);
}

a.cookie__btn--more {
    background-color: var(--greys-grey-09);
    margin: 0 8px;
}

a.cookie__btn--ok {
    background-color: var(--primary-light-blue);
}

p.cookie__text {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.active{
    opacity: 1;
    font-weight: bold;
}

.div.accordion-item{
    background-color: transparent;
}

.badge{
    font-size: 0.85rem;
    cursor: pointer;
}

.card {
    background-color: var(--sprengel-light-grey);
    border: 1px solid var(--sprengel-border-grey);
    border-radius: 4px;
    margin-bottom: var(--spacing-20);
}

.accordion-button{
    background-color: #FFFFFF !important;
}

#traveldata .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button:not(.collapsed) {
    color:var(--greys-grey-15);
 }

.nav-link.active{
    background: var(--greys-grey-14) !important;
}

.nav-link {
    color: var(--greys-grey-12);
}

.accordion-button{
    font-weight: bold;
}

.maincontent a{
    color: var(--sprengel-red);
}

footer a{
    color: var(--sprengel-white) !important;
}