html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 180px;
}
.icon-circle {
    width: 140px;
    height: 140px;
    background-color: var(--bs-secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle i {
    font-size: 4rem;      /* Größe des Icons */
    color: white;         /* Icon-Farbe */
}                


.img-lightbox {
    cursor: pointer;
    transition: transform .2s ease;
}

.img-lightbox:hover {
    transform: scale(1.03);
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* wie background-size: cover */
    object-position: center;                    
}

.reise-such-intro-container {
    padding-top: 140px !important;
}

.search-box-form {
  border-radius: .5rem;
}

.reise-box {
    top: 50px; 
    right: 50px; 
    z-index: 1000; 
}

.reise-box:hover {
    background-color: rgba(220,220,220, 1.0);
    transition: 700ms ease all;
    cursor: pointer;
}