:root{
    --swiper-theme-color: #000 !important;
}
.swiper-pagination-bullet{
    width: 14px !important;
    height: 14px !important;
}
html,
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.image-col {
    padding: 0;
    min-height: 20vh;
}


 @media screen and (max-width: 768px) {
   
    .fahrzeug.image-col {

        min-height: 31vh;
    }
}


.logo {
    width: 100px;
}

.overview-item {
    height: 3rem;
}

.cities hr,
.cities p {
    margin: 0;
    padding: 0;
}

.info-text {
    padding-left: 2rem;
    padding-right: 2.5rem;
}
.fce_tdm_sec_grey h2,.fce_tdm_sec_day h2{
    font-size:medium;
    color: black;
}
.info-text>p, .fce_tdm_sec_grey p,.fce_tdm_sec_day p {
    color: black;
    font-size: medium;
}

.image-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
}
.fce_tdb_content_grey table{border:0;width:100%}
.fce_tdb_content_grey table td{padding:7px;border-right:1px solid #b6b6b6}
.fce_tdb_content_grey table td.last_col{border-right:none}
.fce_tdb_content_grey table tr.odd td{color:#5e5e5e}
.fce_tdb_content_grey table tr.even td{/*color:#000e3d;*/color:#000;background:#fff}
.visible-mobile {

    /* only visible on devices with <768 */
    @media screen and (min-width: 768px) {
        display: none;
    }
}

.not-visible-mobile {

    /* only visible on devices with >=768 */
    @media screen and (max-width: 768px) {
        display: none;
    }
}

#pin {
    position: fixed;
    left: 0;
    width: 50vw;
    z-index: 1;
}

.image {
    position: absolute;
    /* This allows the images to overlap each other */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .8s;
}

.image-mobile {
    background: url('assets/images/special-2.jpg') no-repeat center center;
    background-size: cover;
    height: 40vh;
}
.slideshow {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
}
.slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s;
}
.slideshow img.active{opacity:1;}
#scrollToShow {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width:768px){
    #pin{width: 100vw !important;position:inherit}
    .slideshow{
        height:80vw;
    }
    .info-text {padding-right: 2rem;}
}

#rightSide {
    margin-left: 50%;
    /* Start from the middle of the screen */
    overflow-y: auto;
     @media screen and (max-width: 768px) {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    #rightSide {
       overflow-y: initial;
    }
    .overview-item{
        margin-top:-50px;
    }
    .overview-item img{
        z-index:999;
    }
}

@media (min-width: 768px) {
    #rightSide {
        overflow-x: hidden;
     }
}

/* Reiseberater Box - Sticky */
.reiseberater-box {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.reiseberater-box .card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: var(--bs-border-radius);
}

@media (max-width: 991px) {
    .reiseberater-box {
        position: relative;
        margin-top: 2rem;
        top: 0;
    }
}

/* Sprungmarken Navigation */
.sprungmarken-nav-wrapper {
    position: sticky;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sprungmarken-nav {
    background-color: #f5f5f5;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin: 0;
    display: block;
}

.sprungmarken-nav .container {
    padding-left: 0;
    padding-right: 0;
}

.sprungmarken-nav-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    padding: 0;
    width: 100%;
}

.sprungmarke-link {
    display: inline-block;
    padding: 1rem 2rem;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    position: relative;
    white-space: nowrap;
}

.sprungmarke-link:hover {
    color: #333;
    background-color: rgba(0,0,0,0.05);
}

.sprungmarke-link.active {
    color: #000;
    background-color: rgba(0,0,0,0.08);
    border-bottom-color: var(--main-color);
    font-weight: 600;
}

@media (max-width: 768px) {
    .sprungmarken-nav-inner {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .sprungmarken-nav-inner::-webkit-scrollbar {
        display: none;
    }
    
    .sprungmarke-link {
        padding: 1rem 1.5rem;
        font-size: 0.85rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Scroll Offset für fixierte Header */
@media (min-width: 992px) {
    #map_canvas,
    #reiseverlauf,
    #leistungen,
    #highlights {
        scroll-margin-top: 100px;
    }
}

/* Highlights Carousel */
#highlightsCarousel {
    position: relative;
}

#highlightsCarousel .carousel-item {
    padding: 0;
}

#highlightsCarousel .carousel-item .row {
    margin: 0;
}

#highlightsCarousel .carousel-item .row > [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.highlights-carousel-container {
    position: relative;
}

.highlights-carousel-container .carousel-item {
    padding: 0 1rem;
}

.highlights-carousel-container .carousel-control-prev,
.highlights-carousel-container .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    opacity: 0.8;
}

.highlights-carousel-container .carousel-control-prev:hover,
.highlights-carousel-container .carousel-control-next:hover {
    opacity: 1;
    background-color: rgba(0,0,0,0.7);
}

.highlights-carousel-container .carousel-control-prev {
    left: -25px;
}

.highlights-carousel-container .carousel-control-next {
    right: -25px;
}

.highlights-carousel-container .carousel-indicators {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 0;
    bottom: auto;
}

@media (max-width: 768px) {
    .highlights-carousel-container .carousel-control-prev,
    .highlights-carousel-container .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    .highlights-carousel-container .carousel-control-prev {
        left: -20px;
    }
    
    .highlights-carousel-container .carousel-control-next {
        right: -20px;
    }
    
    .highlights-carousel-container .carousel-item {
        padding: 0 0.5rem;
    }
}

/* Sticky Request Bar */
.sticky-request-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    z-index: 10000;
    padding: 1rem 0;
    border-top: 1px solid #e0e0e0;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.sticky-request-bar.hidden {
    transform: translateY(100%);
}

.sticky-request-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.sticky-request-bar-info h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.sticky-request-bar-price {
    font-size: 0.9rem;
    color: var(--main-color);
    font-weight: 600;
}

.sticky-request-bar-btn {
    white-space: nowrap;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 6px;
    background-color: var(--main-color);
    border: none;
    transition: all 0.3s ease;
}

.sticky-request-bar-btn:hover {
    background-color: var(--main-color);
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .sticky-request-bar-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .sticky-request-bar-info {
        width: 100%;
    }
    
    .sticky-request-bar-info h5 {
        font-size: 1rem;
    }
    
    .sticky-request-bar-btn {
        width: 100%;
        padding: 1rem 2rem;
    }
}
