.parallax{
    background-image:url('../images/Mood.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover !important;
    width: 100% !important;
    height: 100vh;
}
.parallax2{
    background-image:url('../images/peralax-2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover !important;
    width: 100% !important;
    height: 100vh;
}
.parallax-entw{
    background-image:url('../images/entwicklunm-bg-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover !important;
    width: 100% !important;
    height: 100vh;
    top: 20%;
}
.swiper-pagination-bullet{
    background-color: #D9D9D9 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background: transparent !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #D9D9D9 !;
}
.swiper-button-prev{
    left: var(--swiper-navigation-sides-offset,25px);
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,25px);
    left: auto;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,25px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}

.border-t-c{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-c{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.border-b-cd{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
