/* Sidebar Banner CSS */
.announcement-banner-wrapper {
    display: block;
    position: fixed;
    z-index: 10;
    right: 0; 
    top: 29vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.announcement-banner-wrapper.closed {
    right: -235px;
}

.announcement-banner-btn {
    display: block;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.announcement-banner-btn:hover {
    cursor: pointer;
}

.announcement-banner-btn .fas {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition:    -moz-transform 1s ease-out;
    -o-transition:      -o-transform 1s ease-out;
    transition:         transform 1s ease-out;
}

.announcement-banner-wrapper.closed .announcement-banner-btn .fas {
    transform: rotate(-180deg);
}

.announcement-banner {
    position: relative;
    height: 480px;
}

.announcement-banner img {
    height: 100%;
}

.dirck_announcement a.level-top.aanbiedingen-nav {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
}

.dirck_announcement li.nav-item.level0.level-top.right {
    margin-bottom: 0;
}

ul.dirck_announcement {
    margin-bottom: 0;
}

ul.dirck_announcement  .aanbiedingen-nav:hover {
    box-shadow: none !important;
    transform: none;
    background: #000;
}

@media screen and (max-width: 991px) {
    .announcement-banner-wrapper {
        display: none;
    }
}


/* Mobile Banner CSS */
.mobile-announcement-banner-wrapper {
    display: none;
    background: #fcf4e8;
    text-align: center;
    font-family: 'Dirty Headline';
    text-transform: uppercase;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.mobile-announcement-banner-wrapper a.level-top.aanbiedingen-nav {
    color: #fff;
    background: #cc0100;
}
.mobile-announcement-banner-wrapper h3 {
    display: inline-block;
    font-size: 35px;
    line-height: 40px;
    margin: 0;
}


@media screen and (max-width: 991px) {
    .mobile-announcement-banner-wrapper {
        display: block;
        position: relative;
    }
}

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

}

@media screen and (max-width: 480px) {
    .mobile-announcement-banner-wrapper h3 {
        font-size: 24px;
    }
}
