﻿.carousel-indicators {
    position: static;
    margin: 0 auto;
}

    .carousel-indicators [data-bs-target] {
        width: 150px;
        height: 100%;
        opacity: 0.8;
    }

.uebersicht-carousel-container {
    margin: 0 auto;
}

.uebersicht-carousel-container #carouselExampleIndicators {
    height: 500px
}

.uebersicht-carousel-container img {
    object-fit: contain;
}

.carousel-indicators img {
    max-height: 57px;
    object-fit: contain;
}

.flex-container-reise{
    display:flex;
    flex-wrap: wrap;    
    width: 100%;
}

.carousel-inner {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.flex-item-reise ul {
    list-style-type: none;
    background: #f2f2f2;
    width: 200px;
    padding: 5px;
}

.flex-item-reise ul button {
   background: none;
   border: none;
}

.flex-item-reise ul li {
   padding: 5px;
}

    .flex-item-reise ul li a {
        color: white !important;
        background: #337ab7;
        padding: 5px;
        width: 100%;
        display: block;
        text-align: center;
    }

.reise-beschreibung{
    padding: 50px;
}

.reise-ortsplan {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}

#reise-ortsplan {
    display: none;
}

.reise-ortsplan img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    height: 2000px;
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
}

.reise-ortsplan button {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #337ab7;
    font-weight: 900;
    border: none;
    background: #f2f2f2;
}