html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    margin: 0;
}


[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;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}


.img-saucer-container {
    position: relative;
}

.img-wrapper {
    position: relative;
    display: inline-block; 
}

.img-wrapper img {
    display: block;
}

.img-saucer-container-bg {
    position: absolute;
    top: -30px;
    left: 30px;
    right: -30px;
    bottom: -30px;
    background: var(--dark);
    z-index: -1;
}


.bg-section {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax-Effekt */
}

.bg-3 {
    background-image: url("/images/Reisen_Usbekistran_0008_Taschkent Eisenbahnmuseum.jpg");
}

.card-body:hover {
    background: var(--light);
}

.hero {
    padding-top: 5.5rem;
    /* Navbar-Höhe */
}

.large-checkbox {
    transform: scale(1.5);   
    cursor: pointer;
}