#bw-navigation-mobile {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: row;
    min-height: 80px;
    align-items: flex-end;
    justify-content: space-between;
}
#bw-navigation-mobile .bw-hamburger {
    background: radial-gradient(transparent 50%,rgb(160, 160, 160) 51%);
    background-size: 100% 150px;
    background-position: 50% -80px;
    background-repeat: no-repeat;
    min-width: 140px;
}
@media screen and (max-width: 600px) {
    #bw-navigation-mobile .bw-hamburger {
        background: radial-gradient(transparent 50%,rgb(160, 160, 160) 5%);
        background-size: 120px 146px;
        background-position: 50% -80px;
        background-repeat: no-repeat;
        min-width: 110px;
   }
}
#bw-navigation-mobile .bw-hamburger:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: rgb(160, 160, 160);
    transform: translateX(-50%);
}
#bw-navigation-mobile .midsep {
    flex-grow: 10;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150%;
    transition: font-size 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#bw-navigation-mobile .midsep i {
    display: flex;
    font-size: 2.5rem;
    font-weight: bolder;
    background: #e72b2b;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: white;
    transform: translateY(-60px);
    transition: 0.2s cubic-bezier(0.26, 0.67, 0.57, 0.76);
}
@media screen and (max-width: 600px) {
    #bw-navigation-mobile .midsep i {
        font-size: 2rem;
        width: 2rem;
        height: 2rem;
        padding: 30px;
        transform: translateY(-40px);
   }
}
#bw-navigation-mobile .midsep i:before {
    font-family: 'FontAwesome';
    content: '\f0c9';
    font-style: normal;
}

#bw-navigation-mobile span{
    width: 90%;
    line-height: 1rem;
    margin: auto auto;
}
/* .boeken::before{
    font-family: 'FontAwesome';
    font-style: normal;
    content: '\f0c9';
}
.tickets::before{
    font-family: 'FontAwesome';
    font-style: normal;
    content: '\f1ea';
}
.arrangementen::before{
    font-family: 'FontAwesome';
    font-style: normal;
    content: '\f1ea';
} */
#bw-navigation-mobile .midsep.bw-hamburger-active i {
    font-size: 2.5rem;
    transition: 500ms cubic-bezier(0.85, -1.2, 0.4, 1.18);
}
#bw-navigation-mobile .midsep.bw-hamburger-active i:before {
    content: '\f00d';
}
#bw-navigation-mobile a {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
}
@media screen and (max-width: 600px) {
    #bw-navigation-mobile a {
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        width: 0px;
   }
}
@media screen and (max-width: 450px) {

}
#bw-navigation-mobile a:not(.bw-hamburger) {
    flex-grow: 2;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(160, 160, 160);;
    height: 100%;
    padding: 10px;
    cursor: pointer;
}
#bw-navigation-mobile a:not(.bw-hamburger) a:last-of-type {
    min-width: 19%;
}
@media screen and (max-width: 768px) {
    #bw-navigation-mobile a:not(.bw-hamburger) {
        padding: 0% 0%;
   }
}
@media screen and (max-width: 600px) {
    #bw-navigation-mobile a:not(.bw-hamburger) {
        justify-content: center;
   }
}
#bw-navigation-mobile a:not(.bw-hamburger) i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    #bw-navigation-mobile a:not(.bw-hamburger) i {
        font-size: 1.5rem;
        margin-bottom: 0;
   }
    #bw-navigation-mobile a:not(.bw-hamburger) i.fa-pills {
        font-size: 2.25rem;
   }
}
#bw-navigation-mobile a:not(.bw-hamburger) img {
    max-height: 2rem;
    min-width: 8vw;
}
@media screen and (max-width: 600px) {
    #bw-navigation-mobile a:not(.bw-hamburger) img {
        max-height: 2.25rem;
   }
}
#bw-navigation-mobile a:not(.bw-hamburger) span {
    width: 70%;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    #bw-navigation-mobile a:not(.bw-hamburger) span {
        width: 90%;
        font-size: 0.8rem;
        line-height: 1rem;
        margin: auto auto;
        /* display: none; */
   }
}
#bw-mobile-navigation, #bw-secondary-mobile-navigation {
    display: flex;
    position: fixed;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
    top: 0;
    transform: translateY(100vh);
    height: 100vh;
    width: 100vw;
    background: white;
    padding: 10% 0%;
    flex-direction: column;
    transition: transform 500ms cubic-bezier(0.63, 1.3, 0.35, 1.1);
}
#bw-mobile-navigation:before, #bw-secondary-mobile-navigation:before {
    content: '';
    height: 10px;
    /* background: linear-gradient(90deg,#fff 11%,#f4524d 11%,#f4524d 24%,#fff 24%,#fff 37%,#000 37%,#000 50%,#f4524d 50%,#f4524d 63%,#fff 63%,#fff 76%,#000 76%,#000 89%,#f4524d 89%,#f4524d 100%); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
#bw-mobile-navigation a.bw_mobile_primary, #bw-secondary-mobile-navigation a.bw_mobile_primary {
    display: flex;
    padding: 4% 0;
    border: 1px solid #222 2;
    margin: 2% 0;
    width: 100%;
}
#bw-mobile-navigation .bw_mobile_primary, #bw-secondary-mobile-navigation .bw_mobile_primary {
    margin-top: 30px;
}
#bw-mobile-navigation .bw_mobile_primary i, #bw-secondary-mobile-navigation .bw_mobile_primary i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    font-size: 1rem;
    border: 2px solid #0096d6;
    border-radius: 100%;
    height: 1.5rem;
}
#bw-mobile-navigation .bw_mobile_primary h5, #bw-secondary-mobile-navigation .bw_mobile_primary h5 {
    display: inline-block;
    padding-left: 10px;
}
#bw-mobile-navigation .bw_mobile_primary:hover, #bw-secondary-mobile-navigation .bw_mobile_primary:hover {
    text-decoration: none !important;
}
#bw-mobile-navigation .bw_mobile_secondary, #bw-secondary-mobile-navigation .bw_mobile_secondary {
    display: none;
}
#bw-mobile-navigation li, #bw-secondary-mobile-navigation li {
    margin-left: 10%;
    list-style-type: none;
    color: black;
    margin-top: 10px;
}
#bw-mobile-navigation li i, #bw-secondary-mobile-navigation li i {
    color: blue;
    margin-right: 10px;
}
#bw-secondary-mobile-navigation ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
}
#bw-secondary-mobile-navigation ul a {
    padding: 2% 0px;
    font-size: 2rem;
    color: black;
    border-bottom: 1px solid grey;
    margin: 0;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #bw-secondary-mobile-navigation ul a {
        font-size: 1.2rem;
   }
}
.bw-show-nav {
    transform: translateY(0) !important;
    pointer-events: all !important;
}
.bw-show-nav-stop-scroll {
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #bw-navigation-mobile {
        display: flex;
   }
    #content {
        padding-bottom: 50px;
   }
}
