body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main{
    /* take as much space as possible */
    flex-grow: 1;
}


.sidebar {
    top: 0;
    bottom: 0;
    left: 0;
    width: 265px;
    display: block;
    color: #fff;
    font-weight: 200;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(69, 65, 78, .06);
    -moz-box-shadow: 4px 4px 10px rgba(69, 65, 78, .06);
    box-shadow: 4px 4px 10px rgba(69, 65, 78, .06);
    transition: all .3s;
}

.tox-promotion {
    display: none;
}

.bg-sbd {
    background-color: #96e4ee;
}

.nav-link {
    color: black;
}

.form-control-dark {
    border-color: var(--bs-gray);
}

.form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle:not(:focus) {
    outline: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }


}

.bg-image {
    height: 400px;
}

/* responsive image and home-card design */

.kastl {
    height: 50vh;
    width: 50vh;
    font-size: 20px;
}

@media screen and (max-width: 576px) {
    .kastl {
        height: 25vh;
        width: 25vh;
        /*background-size: contain !important;*/
    }

    .kastl-text {
        font-size: 1.2em !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
    .kastl {
        height: 33vh;
        width: 33vh;
        font-size: 1.2em;
        /*background-size: 100% auto !important;*/
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .kastl {
        height: 30vh;
        width: 30vh;
    }
}


@media (max-width: 768px) {
    .bg-image {
        height: 20vh;
    }

    .home-img {
        height: 70vh;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {

    .home-img {
        height: 10rem !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}

@media screen and (max-width: 800px) {

    .home-img {
        background-repeat: no-repeat !important;
        background-size: 100% auto;
    }

    .element {
        padding: 10% 10% 0% 10% !important;
    }
}


.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow:
        inset 0 0.5em 1.5em #0000001a,
        inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: #075f6d;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .bi {
    width: 1em;
    height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.nav-link:hover,
.nav-link:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    /*border-bottom: 3px solid #118b9b;*/

}


.topmenu:hover,
.topmenu:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    /*border-bottom: 3px solid #118b9b;*/

}

/* für die Kärtchen auf der Startseite */
.box {
    padding: 60px 0px;
}

.box-part {
    background: #FFF;
    border-radius: 0;
    padding: 60px 10px;
    margin: 30px 0px;
}

/* Termine-Seite */
.event-title a {
    color: #075f6d;
    text-decoration: none;
}

.event-title {
    color: #075f6d;
}

.element a {
    color: inherit;
    text-decoration: none;

}

.home-img {
    height: 302px;
}


/*
.element a:hover{
    text-decoration: underline;
}
*/

.sb-blue {
    color: #075f6d !important;
}

/* flyout menu */

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.1s ease-in;
}


.navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #3e4149;
}

.navbar-toggler,
.navbar-brand {
    z-index: 1;
}



.navbar-brand {
    font-size: 1.8em;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-collapse .nav-link {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #fff;
}


.navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link.active {
    color: darkseagreen;
}

.nav-item:not(:last-child) {
    border-bottom: 1px solid gray;
    padding: 0.2em 4em;
}

@media screen and (min-width: 768px) {
    .nav-item:not(:last-child) {
        padding: 0.5em 8em;
    }
}

.navbar-collapse.show {
    transition: all 0.5s;
}

/**/

/*.navbar-collapse ul {height: 100vh;}*/


/* for hero banner */
.hero-mask {
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, .40);
}

/* calendar icons */


.calendar {
    position: relative;
    width: 260px;
}

.calendar:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    /*box-shadow: 206px 208px #ffc300, -35px 70px #FF5733;*/
    /*box-shadow: -35px 70px #075f6d, 140px 35px #075f6d;*/
    border-radius: 50%;
}

.calendar .calendar-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-bottom: 6px solid #075f6d;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 15%);
}

.calendar .calendar-body .month-name {
    color: #fff;
    background: #075f6d;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    font-weight: 400;
    padding: 5px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.calendar .calendar-body .day-name {
    /*color: #fff;*/
    font-size: 1em;
    font-weight: 400;
    margin-top: 20px;
}

.calendar .calendar-body .date-number {
    /*color: #fff;*/
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
}

.calendar .calendar-body .year {
    /*color: #fff;*/
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 20px;
}


.event-card-basic-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #051320;*/
}

.event-card-basic {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* test */

.event-left {
    margin-right: 40px;
}

.calendar .calendar-body-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    background: #075f6d;
    backdrop-filter: blur(15px);
    border-bottom: 6px solid #075f6d;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 15%);
}

.calendar .calendar-body-1 .month-name {
    color: #fff;
    background: #075f6d;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    font-weight: 400;
    padding: 5px 0;
    border-top-left-radius: 8px;
}

.calendar .calendar-body-1 .day-name {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin-top: 20px;
}

.calendar .calendar-body-1 .date-number {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
}

.calendar .calendar-body-1 .year {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 20px;
}


.home-box-img {
    border-radius: 15%;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    height: 300px;
    width: 300px;
}

.home-box-text {
    font-size: 1.2em;
    word-wrap: break-word;
}

@media (max-height: 460px) {
    .home-box-img {
        height: 150px;
        width: 150px;
        background-size: 100% auto;

    }
}

/* bigger text for larger screens */
@media only screen and (min-device-width: 1000px) {
    .home-box-text {
        font-size: 1.5em !important;
    }
}

/* for ipads etc */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .home-box-img {
        height: 150px;
        width: 150px;
        background-size: 100% auto;
    }
}

/* ipad mini */
@media only screen and (min-device-width : 740px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .home-box-img {
        height: 150px;
        width: 150px;
        background-size: 100% auto;
    }


}

/* Image Gallery */

@media (hover: hover) and (pointer: fine) {
    .element {
      transition: transform .4s;
    }
  
    .element:hover {
      transform: scale(1.02);
    }  
  }

/* Progress Bar */

.progress-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    font-size: 14px;
    display: none;
}
