:root {
    --ptg-shop-highlight: #e4002b;
}

.sitegeist .btn-primary {
    color: #fff;
    background-color: #e4002b;
    border-color:#e4002b;
}

.sitegeist .co-branding {
    background-color: #ffffff;
    color: #e4002b;
}

.sitegeist .main_nav_item:hover a, .sitegeist .main_nav_item.active a {
    color: #e4002b;
}

.sitegeist .main_nav_item.active::after {
    background: #ff0000;
}

.sitegeist #mainnavigation.main_nav .main_nav_list .main_nav_item .dropdown-menu a:hover span {
    color: #e4002b;
}

.sitegeist #mainnavigation.main_nav .main_nav_list .main_nav_item a:hover {
    color: #e4002b;
}

.sitegeist .scroll-top {
    background-color: #e4002b;
}

.sitegeist .footer .footer-section-content .frame-type-menu_subpages ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.sitegeist .floatingNavigation ul li,
.sitegeist .floatingNavigation ul li .floatingNavigation__subOpen {
    background: #e4002b;
}

.sitegeist #statistic-opt-in-toggle, .sitegeist #necessary-opt-in-toggle {
    color: #ffad00;
    border-color: #e4002b;
}

.sitegeist #statistic-opt-in-toggle,#necessary-opt-in-toggle {
    color: #e4002b;
    border-color: #e4002b;
}

/* CookieOptin Styles */

.sitegeist .social-opt-in-wrapper .social-opt-in__button, .sitegeist #all-opt-in-toggle {
    background-color: #e4002b !important;
    color: white !important;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #e4002b;
    -webkit-box-shadow: 0 3px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 13px -6px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.sitegeist .social-opt-in-wrapper a:hover, .sitegeist #all-opt-in-toggle:hover {
    text-decoration: underline !important;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .35), 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .35), 0 0 5px 0 rgba(0, 0, 0, .1);
}

.sitegeist .social-opt-in-wrapper {
    flex: 1 0 0 !important;
}


.sitegeist #social-opt-in {
    position: fixed;
    left: 50%;
    max-width: 1200px;
    top: 89px;
    width: calc(100% - 10px);
    max-height: calc(100% - 150px);
    transform: translateX(-50%);
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999999999999999;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 23px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 5px 23px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 23px -6px rgba(0, 0, 0, 0.75);
    display: none;
}

.sitegeist #social-opt-in.social-opt-in--visible {
    display: block;
}

.sitegeist .social-opt-in-headline {
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #e4002b !important;
    font-size: 18px;
    font-family: Source Sans Pro,sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sitegeist .social-opt-in-subline {
    font-weight: 600;
    margin-bottom: 0;
}

.social-opt-in__buttons {
    display: flex;
    flex-wrap: wrap;
}

.sitegeist .social-opt-in-wrapper {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 5px;
    max-width: 100%;
}

.sitegeist .all-opt-in-wrapper .social-opt-in__button,
.sitegeist .statistic-opt-in-wrapper .social-opt-in__button {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #333;
    -webkit-box-shadow: 0 3px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 13px -6px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
}

.sitegeist .all-opt-in-wrapper .social-opt-in__button:hover,
.sitegeist .statistic-opt-in-wrapper .social-opt-in__button:hover {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .35), 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .35), 0 0 5px 0 rgba(0, 0, 0, .1);
}

.sitegeist .all-opt-in-wrapper .social-opt-in__button--selected,
.sitegeist .statistic-opt-in-wrapper .social-opt-in__button--selected {
    background-color: #eff0ef;
}

.sitegeist .necessary-opt-in-wrapper .social-opt-in__button {
    text-decoration: underline;
}

.sitegeist .necessary-opt-in-wrapper span.social-opt-in__button-description {
    display: block;
    color: #000;
    font-size: 12px;
}

.sitegeist .social-opt-in-wrapper--disabled {
    display: none;
}

.sitegeist #social-opt-in__details-text {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
}

#social-opt-in__details-text.social-opt-in__details-text--visible {
    max-height: 1000px;
    opacity: 1;
}

.sitegeist #social-opt-in__details-toggle {
    padding-left: 15px;
    position: relative;
}

.sitegeist #social-opt-in__details-toggle a {
    display: inline-block;
}

.sitegeist .social-opt-in__details a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    position: absolute;
    top: 7px;
    left: 0;
    transition: all 0.2s ease-in-out;
}

.sitegeist #social-opt-in__details-toggle.social-opt-in__details-link--visible:after {
    transform: rotateZ(180deg);
}

.sitegeist .social-opt-in__nav {
    margin-bottom: 10px;
}

.sitegeist .social-opt-in__buttons {
    margin-left: -5px;
    margin-right: -5px;
}

.sitegeist .social-opt-in__nav ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 20px 0 0 0;
}

.sitegeist .social-opt-in__nav .social-opt-in__details {
    flex-grow: 1;
}

.sitegeist .social-opt-in__nav .social-opt-in__dataprivacy-url,
.sitegeist .social-opt-in__nav .social-opt-in__imprint-url {
    margin-left: 30px;
}

.sitegeist .social-opt-in__nav ul li {
    list-style: none;
}

.sitegeist .social-opt-in__cookieoverview {
    margin-top: 10px;
}

.sitegeist .social-opt-in--visible a {
    color: #e4002b;
}

.sitegeist .floatingNavigation ul li .floatingNavigation__subFeedback, .sitegeist .floatingNavigation ul li .floatingNavigation__subForms, .sitegeist .floatingNavigation ul li .floatingNavigation__subInfos {
    background: #e4002b;
}

.sitegeist .floatingNavigation ul li .myPtg li {
    line-height: 24px;
    max-height: unset;
    height: auto;
    min-height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sitegeist .co-branding .brand-info .info-text a,
.sitegeist .co-branding .brand-info i,
.sitegeist .co-branding .brand-myaccount .info-text>a,
.sitegeist .co-branding .brand-myaccount i {
    color: #00239c;
}

.sitegeist .co-branding .co-brand .brand-prefix {
    float: left;
    line-height: 50px;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #00239c;
}

.sitegeist .hamburger:hover i {
    color: #e4002b;
}

@media (min-width: 600px) {
    .sitegeist .co-branding .co-brand .brand-logo img, .co-branding .co-brand .brand-logo2 img {
        height: 130px;
        margin-top: -65px;
    }
}

@media (max-width: 600px) {
    .sitegeist .co-branding .co-brand .brand-prefix {
        line-height: 18px;
        width: 165px;
        height: 50px;
        font-size: 13px;
        margin-top: 6px
    }

    .sitegeist .co-branding .co-brand .brand-logo img, .co-branding .co-brand .brand-logo2 img {
        height: 130px;
        margin-top: -65px;
    }
}

@media (max-width: 358px) {
    .sitegeist .co-branding .co-brand .brand-prefix {
        line-height: 15px;
        width: 100px;
        height: 50px;
        font-size: 11px;
        margin-top: 0;
    }
}

/* IBE COLORING */

app-root-alibe {
    --alibe-customer-primary: #00239c;
    --alibe-customer-primary-light: #f2f2f2;
    --alibe-customer-primary-dark: #002344;
    --alibe-customer-accent: #e4002b;
    --alibe-customer-accent-light: #ea9e90;
    --alibe-customer-accent-dark: #740d0f;
    --alibe-customer-cta: #007bff;
    --alibe-customer-cta-light: #6eb3e3;
    --alibe-customer-cta-dark: #002e59;
    --alibe-customer-primary-opacity: rgba(0, 35, 156, 0.25);
}

.sitegeist .lib-nbc-accommodation-review .trusted-reviews .header {
    position: relative;
    top: 0;
}

.sitegeist .lib-nbc-accommodation-review-traveler .header {
    position: unset;
}