@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-warning-border: #f5e505;
    --bs-danger-border: rgb(247, 22, 6);
    --bs-light: #6f7d8b;
    --bs-body: #2b3e50;
    --bs-navbar-brand-color: #ff6600;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

/*// ==== Start Style Radiotweety default ==== /*/
body {
    font-family: 'Urbanist', sans-serif;
    overflow: scroll;
    overflow-x: hidden;
}

/*// ==== Eind Style Radiotweey default ==== /*/

/*// ========================================== /*/

/*// ==== Start Top Mini Header Menu ==== /*/

.fa-li {
    position: relative;
    left: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #ff6600;
    /* Houd de standaard hover-kleur van Bootstrap */
    text-decoration: none;
    font-weight: 600;
}

.dropdown-menu .nav-link:hover {
    color: #ff6600;
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

/*// ==== End Top Mini Header Menu ==== /*/

/*// ========================================== /*/

/*// ==== Start Offcanvas navbar /*/

.navbar-brand {
    border-radius: 5px 5px 5px 5px;
    width: 110px;
    text-align: center;
    justify-items: center;
    justify-content: center;

}

.navbar-brand:hover {
    background-color: black;
}

.navbar {
    background: linear-gradient(rgba(252, 2, 2, 0.39), black);
    border-top: 1px solid rgba(223, 211, 30);
    border-bottom: 1px solid rgba(223, 211, 30);
    display: flex;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(223,211,30)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
    border-color: rgb(247, 22, 6);
    border: 2px solid rgb(247, 22, 6);
}

.btn-group:hover {
    background-color: black;
}

.dropdown-toggle::after {
    color: #f5e505;
}

.nav-link {
    color: #ff6600 !important;
    font-weight: 500;
    position: relative;
}

.navbar-brand:hover,
.nav-link:hover,
.nav-link.active {
    color: #f5e505 !important;
}

.dropdown-toggle::after {
    color: transparent;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle::before {
    color: transparent;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

a.dropdown-toggle {
    text-decoration: none;
    text-align: center;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(223, 211, 30);
    /* Rand onder header */
}

/*// ==== Eind Offcanvas navbar ==== /*/

/*// ========================================== /*/

/*// ==== Start Card body & Footer ==== /*/

.card-header,
.card-header-gastenboek,
.card-header-verzoekbox,
.card-header-chat,
.card-header-djaanvraag,
.card-header-draaischema,
.card-header-sponsers,
.card-header-login,
.card-header-registratie {
    border-top: 2px solid var(--bs-warning-border);
    border-left: 2px solid var(--bs-warning-border);
    border-right: 2px solid var(--bs-warning-border);
    background: linear-gradient(0deg, rgba(252, 2, 2, 0.39), black);
}

.card-footer-bottom {
    border-top: 2px solid var(--bs-warning-border);
    border-left: 2px solid var(--bs-warning-border);
    border-right: 2px solid var(--bs-warning-border);
    border-bottom: 2px solid var(--bs-warning-border);
    border-radius: 0 0 5px 5px;
    background: linear-gradient(0deg, black, rgba(252, 2, 2, 0.39));
}

.card-body {
    border-top: 2px solid var(--bs-warning-border);
    border-left: 2px solid var(--bs-danger-border);
    border-right: 2px solid var(--bs-danger-border);
    border-bottom: 2px solid var(--bs-danger-border);
    background-color: rgb(4, 19, 52);
    border-radius: 0 0 5px 5px;
}

.card-body a {
    text-decoration: none;
}

.card-img-top {
    border-top: 2px solid var(--bs-warning-border);
    border-left: 2px solid var(--bs-danger-border);
    border-right: 2px solid var(--bs-danger-border);
    border-bottom: 2px solid var(--bs-danger-border);
}

.On-Air-kader-box,
avatar {
    display: flex;
    justify-content: center;
    align-items: center
}

.On-Air-box,
avatar img {
    background: url(/Avatar/Avatar-Nonstop-Radio-tweety.v2.png);
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.On-Air-box,
avatar {
    width: 275px;
}

.Onair-kader-box,
.luister-kader-box,
.Online-player-kader-box,
.Sponsor-kader-box, 
.Recente-tracks-kader-box,
.Social-media-kader-box, 
.Weer-kader-box,
.Artiesten-box,
Artiest img {
    margin: 0;
    padding: 25px;
    border-style: groove;
    border-width: 10px;
    border-color: rgb(247, 22, 6);
    background: rgb(4, 19, 52);
    border-radius: 0 0 5px 5px;
}

.accordion,
.Sponsors-banners,
.On-Air-box,
.card-img,
.card-img-top,
.card-img-bottom {
    margin: 0;
    border: 2px solid rgb(0, 80, 253);
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(0, 80, 253) 0px 1px 2px 0px, rgba(0, 80, 253) 0px 1px 5px 1px;
}


/*// ==== Eind Card body & Footer ==== /*/

/*// ========================================== /*/

/*// ==== Start Footer Selection ==== /*/

.licentie-box {
    justify-content: start;
    align-items: center;
}

.licentie-box h6,
.menu-box h6,
.privacy-box h6,
.algemeen-box h6 {
    color: #0050fd;
}

.menu-box,
.privacy-box,
.algemeen-box p {
    font-weight: 600;
    color: #ff6600;
    text-decoration: none;
    font-size: 13px;
}

.menu-box ul,
.privacy-box ul {
    list-style: none;
    padding: 0;
    text-decoration: none;
    font-size: 13px;
}

.menu-box ul li a,
.privacy-box ul li a {
    list-style: none;
    text-decoration: none;
    color: #ff6600;
}

.privacy-box ul li a:hover {
    color: rgb(48, 255, 144);
}

.menu-box ul li a:hover {
    color: #f5e505;
}

/*// ==== Eind Footer Selection ==== /*/

/*// ========================================== /*/

/*// ==== Start Mobile Settings ==== /*/

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1399.98px) {

    .navbar-nav li a {
        border-bottom: none;
    }

    .navbar-brand img {
        display: none;
    }

    .header-img {
        display: none;
    }

    .logo-RT {
        display: none;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1199.98px) {

    .navbar-nav li a {
        border-bottom: none;
    }

    .navbar-brand img {
        display: none;
    }

    .logo-RT {
        display: none;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 991.98px) {

    .navbar-nav li a {
        border-bottom: none;
    }

    .navbar-brand img {
        display: none;
    }
}

/*// Medium devices (tablets, 767px and up)*/
@media (min-width: 766.98px) {
    header h1 {
        font-size: 4rem;
    }

    .navbar-nav {
        border-bottom: none;
    }

    .col-md-6 {
        width: 50%;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 575.98px) {}

/*// Small devices (landscape phones, 380px and up)*/
@media (min-width: 379.98px) {
    .navbar-nav {
        border-bottom: none;
    }
}

/*// ==== Eind Mobiel instelling ==== /*/

/*// ========================================== /*/

/*// ==== Start Style gastenboek ==== /*/

.card-header-guestbook {
    border-top: 2px solid rgba(245, 229, 5);
    border-left: 2px solid rgba(245, 229, 5);
    border-right: 2px solid rgb(245, 229, 5);
    background: linear-gradient(0deg, rgba(252, 2, 2, 0.39), black);
    border-radius: 5px;
}


/*// ==== Eind Style Navbar Login ==== /*/

/*// ========================================== /*/

/*// ==== Start lichtbalk footer ==== /*/

.seperator-wrapper {
    width: 100%;

    .seperator {
        width: 100%;
        height: 4px;
        animation: rotate 3s infinite linear;
        -webkit-animation: rotate 3s infinite linear;
    }

}

@-webkit-keyframes rotate {
    from {
        background-position: -3000px;
    }

    to {
        background-position: 0px;
    }
}

@keyframes rotate {
    from {
        background-position: -3000px;
    }

    to {
        background-position: 0px;
    }
}

.gradient {
    background: rgb(48, 255, 144);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(48, 255, 144, 1)), color-stop(25%, rgba(237, 45, 237, 1)), color-stop(50%, rgba(201, 152, 38, 1)), color-stop(75%, rgba(48, 255, 230, 1)), color-stop(100%, rgba(48, 255, 144, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30ff90', endColorstr='#30ff90', GradientType=1);
    /* IE6-9 */

}

/*// ==== Eind lichtbalk footer ==== /*/

/*// ========================================== /*/

/*// ==== Start Carousel ==== /*/

Artiesten-slider {
    padding: 0px;
    overflow: hidden;
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.my-imgs {
    display: flex;
    position: relative;
    animation: marquee-content 400s linear infinite;

}

.my-imgs-2 {
    display: flex;
    position: relative;
    animation: marquee-content 265s linear infinite;


}


img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, white, rgba(white, 0) 80px, rgba(white, 0) calc(100% - 80px), white);
}

@keyframes marquee-content {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*// ==== Eind Carousel ==== /*/