/* bebas-neue-regular - latin */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/bebas-neue-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/bebas-neue-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/bebas-neue-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/bebas-neue-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/bebas-neue-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/bebas-neue-v9-latin-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[1].use[1]!./assets/styles/app.css ***!
  \**************************************************************************************************************/
body {
    background-color: #000000;
    --bs-bg-opacity: 0.9;
    color: #f0efe8;
    font-family: 'Roboto', serif;
    font-weight: 300;
    /*max-width: 1920px;*/
    margin: 0 auto;
    max-width: 420px;
    min-height: 100vh;
}

body > .mainwrapper {
    width: 100vw;
    height: 100vh;
    max-width: 420px;
    overflow-y: scroll;
}

body a {
    color: #898989;
    text-decoration: none;
    cursor: pointer;
}

body a:hover {
    color: silver;
}

/***
  Navbar
 */

.navbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    max-width: 420px;
}

.navbar .container-fluid {
    margin: 5px 15px;
}

.navbar .fa-user,
.navbar .fa-user-times {
    font-size: 22px;
    /*float: right;*/
}

@media (max-width: 991px) {
    .navbar .fa-user,
    .navbar .fa-user-times {
        font-size: 36px;
    }
}

.navbar-brand {
    font-family: 'Bebas Neue', cursive;
    font-size: 32px;
    padding-right: 60px;
}

@media (max-width: 991px) {
    .navbar-brand {
        padding: 0;
        margin: 0 auto;
    }
}

.navbar-brand span {
    font-size: 40px;
}

.navbar-brand img {
    max-width: 15px;
}

.flag-icon {
    width: 20px;
    vertical-align: text-bottom;
}

.nav-link {
    color: #ffffff;
}

.nav-link:hover {
    color: #ffffff;
}

.main-nav {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .main-nav {
        margin: 0 auto;
    }
}

section:not(.container-video) {
    /*overflow: hidden;*/
    padding-bottom: 24px;
}

.player-container {
    border: 1px solid white;
    max-height: 480px;
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.player-container img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.playbar-bot {
    background: rgba(0, 0, 0, 0.95) !important;
    height: 90px;
    width: 100%;
    max-width: 420px;
    position: fixed;
    bottom: 66px;
    /*left: 0;*/
    text-align: center;
    color: grey;
    transition: all .4s ease;
    /*border-top: 8px solid #000000;*/
    /*box-shadow: 0 0 20px 0 #000a;;*/
    overflow: hidden;
    /*box-shadow: 0 0 20px 12px black;*/
    border: 1px solid #111111;


}

.playbar-bot.expand {
    height: 100vh;
    background: #000000;
    /*background: rgb(6, 210, 204) !important;*/
    /*background: linear-gradient(180deg, rgba(6, 210, 204, 1) 39%, rgba(0, 0, 0, 1) 100%) !important;*/
    bottom: 0;
    z-index: 2;
}

.playbar-bot.expand .controls {
    display: block;
}

.playbar-bot.expand .controls .cover-video-container {
    display: block;
    width: 330px;
    height: auto;
    max-height: 330px;
    position: relative;
    margin: 40px auto 0 auto;
}

.playbar-bot .controls .video-playbar-container {
    max-width: 100%;
    height: 50px;
}

.playbar-bot.expand .controls .video-playbar-container {
    max-width: 100%;
    height: 330px;
}

.playbar-bot .controls .video-playbar {
    width: auto;
    height: 70%;
    position: relative;
}

.playbar-bot.expand .controls .video-playbar {
    width: 100%;
    height: 100%;
    position: relative;
}

.playbar-bot.expand .controls .cover-video-container.empty {
    max-width: 50px;
}


.playbar-bot.expand .controls .play-container {
    height: 60px;
    line-height: 60px;
}

.playbar-bot.expand .controls .play-container i {
    background: #ffffff;
    color: #000000;
    padding: 22px 24px;
    border-radius: 100%;
    font-size: 22px;
}

#videoYoutubeMob,
#videoUploadedMob {
    width: 100vw;
    /* margin: 0; */
    height: 90%;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.playbar-bot .close-bot {
    display: none;
}

.playbar-bot.expand .close-bot {
    display: block;
    color: white;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 1em;
    height: 1em;
    z-index: 14;
    /*background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;*/
}

.modal .close-bot {
    position: absolute;
    top: 15px;
    right: 15px;
}

.playbar-bot .silh {
    height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.playbar-bot.expand .silh {
    height: 0;
}

#suchbegriff {
    background: black;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    padding: 2px 5px;
    font-size: 16px;
}

#suchbegriff::placeholder {
    color: rgba(255, 255, 255, .5);
}

#suchbegriff:hover,
#suchbegriff:active,
#suchbegriff:focus {
    outline: none;
    box-shadow: none;
}

/***
  Carousel
 */
.carousel {
    padding: 0;
}

.slick-track:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: red;
}

.slider-nav {
    margin-top: 48px;
    display: none;
}

.slider-artist {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
}

/***
 Teaser Container
 */

.teaser {
    padding: 5px;
    color: #000000;
}

.teaser-inner {
    /*background-color: rgba(240, 239, 232, .9);*/
    background: #000000;
    width: auto;
    /*min-height: 170px;*/
    padding: 0.7em;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg);
    /*-webkit-box-shadow: inset 0px 0px 32px 2px rgb(201 197 171 / 70%);*/
    /*-moz-box-shadow: inset 0px 0px 32px 2px rgb(201 197 171 / 70%);*/
    /*box-shadow: inset 0px 0px 32px 2px rgb(201 197 171 / 70%);*/
    /*margin: 1em;*/
    transition: all .6s ease;
    color: #ffffff;
}

.teaser-inner:before {
    content: "";
    float: left;
    padding-top: 45px; /* initial ratio of 1:1*/
}

.teaser-artist {
    height: 170px;
    margin: 3px;
}

.teaser-artist h6 {
    text-align: center;
    padding: 0 12px;
}

.teaser-artist .teaser-inner {
    background: rgba(42, 100, 120, 0.7);
    padding: 8px 0 0 0;
    margin: 10px -10px;
}

.teaser-artist .teaser-inner:before {
    float: none;
    padding-top: 0;
}

/*.teaser-inner:hover {*/
/*    !*transform: rotate(1deg);*!*/
/*}*/

.teaser-inner .cost {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    transform: rotate(12deg);
}

.teaser .fa-play,
.teaser .fa-lock,
.teaser .fa-download,
.teaser .fa-check,
.teaser .fa-whatsapp {
    transition: all .6s ease;
    color: white;
    font-size: 12px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}

.teaser:hover .fa-play,
.teaser:hover .fa-lock,
.teaser:hover .fa-download,
.teaser:hover .fa-check,
.teaser:hover .fa-whatsapp {
    transform: scale(1.2);
}

.slick-track h6 {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    width: 85%;
}

.slick-track h5 {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;

}

.teaser-inner .teaser-thumbnail {
    margin: 10px;
    max-height: 80px;
}

.teaser-inner .category {
    position: absolute;
    top: 5px;
    left: 5px;
}

.showAll-btn {
    float: right;
    font-size: 12px;
    margin-top: 8px;
    margin-right: 5px;
}

.teaser-list-link {
    font-size: 14px;
}

.teaser-disabled {
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
}

.teaser-disabled .fa-ellipsis-h {
    color: rgba(255, 255, 255, .3);
}

/***
  Footer
 */

footer {
    min-height: 130px;
    background: rgb(33, 37, 41);
    font-family: 'Bebas Neue', cursive;
}

@media (max-width: 768px) {
    footer {
        margin-bottom: 90px;
    }
}

footer img {
    width: 10px;
    margin-left: 5px;
}

footer ul {
    list-style: none;
}

footer ul li {
    display: inline-block;
    margin-right: 15px;
}

/***
   Buttons
 */

.btn {
    transform: rotate(-.4deg);
    transition: all .6s ease;
}

.btn-primary {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 100;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #fcfcfc;
    color: #000000;
    border: none;
    box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active {
    transform: rotate(.4deg) scale(1.02);
}

/***
    Tables
 */
table.dataTable tbody tr {
    background: none;
}

/***
    Modal
 */
.modal {
    background: rgba(0, 0, 0, 0.95);
}

.modal-content {
    background: none;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close-mtop {
    margin-top: -100px !important;
    /*background-color: #fff;*/
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

/***
    Video BG
 */
.elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none;
}

.elementor-background, .elementor-background-holder, .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    direction: ltr;
}

.elementor-background-video, .elementor-background-video-embed, .elementor-background-video-hosted {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1080px;
    opacity: 0.4;
}

/***
    Audio Player
 */

.audio-player,
.player-bot {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 20px 0 #000a;
    color: white;
    font-size: 0.75em;
    overflow: hidden;
    display: grid;
    grid-template-rows: 6px auto;
}

.audio-player .timeline,
.player-bot .timeline {
    background: white;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 #0008;
    height: 5px;
}


.playbar-bot.expand .player-bot .timeline {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.audio-player .timeline .progress,
.player-bot .timeline .progress {
    border-radius: 0;
    background: #111111;
    width: 0%;
    height: 5px;
    transition: 0.25s;
    position: relative;
}

.expand .timeline .dot {
    position: absolute;
    background: #111111;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 2;
    bottom: -5px;
    cursor: pointer;
    border: 3px solid white;
}

.audio-player .controls,
.player-bot .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
    position: relative;
}

.audio-player .controls > *,
.player-bot .controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-player .controls .toggle-play.play,
.player-bot .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 0;
    height: 0;
    width: 0;
    border: 7px solid #0000;
    border-left: 13px solid white;
}

.audio-player .controls .toggle-play.play:hover,
.player-bot .controls .toggle-play.play:hover {
    transform: scale(1.1);
}

.audio-player .controls .toggle-play.pause,
.player-bot .controls .toggle-play.pause {
    height: 15px;
    width: 20px;
    cursor: pointer;
    position: relative;
}

.audio-player .controls .toggle-play.pause:before,
.player-bot .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:after,
.player-bot .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:hover,
.player-bot .controls .toggle-play.pause:hover {
    transform: scale(1.1);
}

.audio-player .controls .time,
.player-bot .controls .time {
    display: flex;
}

.audio-player .controls .time > *,
.player-bot .controls .time > * {
    padding: 2px;
}

.audio-player .controls .volume-container,
.player-bot .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-player .controls .volume-container .volume-button,
.player-bot .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}

.audio-player .controls .volume-container .volume-button .volume,
.player-bot .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider,
.player-bot .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage,
.player-bot .controls .volume-container .volume-slider .volume-percentage {
    background: coral;
    height: 100%;
    width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider,
.player-bot .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
}

.playbar-bot .controls {
    order: 2;
}

.playbar-bot .timeline {
    order: 1;
}

.playbar-bot .timeline .time {
    display: none;
}

.playbar-bot.expand .timeline .time {
    display: block;
}

.playbar-bot.expand .player-bot {
    display: block;
}

.playbar-bot.expand .player-bot .timeline {
    margin-top: 32px;
}

.playbar-bot.expand .player-bot .timeline .time .current {
    display: inline-block;
    float: left;
    margin: 4px 8px;
}

.playbar-bot.expand .player-bot .timeline .time .length {
    display: inline-block;
    float: right;
    margin: 4px 8px;
}


.bg-dark {
    background: rgba(0, 0, 0, 0.95) !important;
}

.table > :not(caption) > * > * {
    background: #000000 !important;
}

.muhabbet-hero {
    height: 210px;
    -moz-box-shadow: inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    box-shadow: inset 0 0 20px #000000;
    position: relative;
    display: block;
    border-radius: 16px;
    margin-top: 5px !important;
}

.muhabbet-hero.outofviewport {
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #000000;
    z-index: 2;
}

.muhabbet-below-hero {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
    height: 40px;
    position: relative;
    background: #000000;
    z-index: 2;
}

.muhabbet-below-hero img {
    width: 40%;
    position: absolute;
    left: 25px;
    top: 10px;
}


.player-cover {
    height: 100%;
}

.expand .player-cover {
    max-width: 100%;
    height: 330px;
    max-height: 320px;
    max-width: 320px;
}

.muhabbet-below-hero.outofviewport {
    height: 60px;
}

.controls .cover-video-container {
    height: 50px;
    margin: 20px 0;
    opacity: 1;
}

.controls .player-cover.hide,
.controls .video-playbar-container.hide {
    position: absolute !important;
    top: -150% !important;
    height: 50px !important;
    margin: 20px 0 !important;
    opacity: 0 !important;
}

.controls .time {
    display: none !important;
}

.controls .name {
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 60%;
    position: absolute;
    left: 50%;
    top: 40%;
    padding: 0 20px;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

.playbar-bot.expand .controls .name {
    position: relative;
    left: inherit;
    top: inherit;
    -webkit-transform: none;
    transform: none;
    padding: 24px 0;
    text-align: center;
    max-width: 100%;
    font-size: 1.8em;
    /*transition: 1s all ease;*/
    height: 150px;
}

.playbar-bot.expand .controls .name.video {
    position: relative;
    left: inherit;
    top: inherit;
    -webkit-transform: none;
    transform: none;
    /*padding-top: 360px;*/
    text-align: center;
    width: 100%;
    font-size: 1.8em;
}

.artist-brand {
    font-family: 'Bebas Neue', cursive;
    position: absolute;
    left: 25px;
    top: 0;
    color: white;
    font-size: 36px;
    line-height: 65px;
}

.artist-brand span {
    font-size: 42px;
}

i {
    cursor: pointer;
}

.equalizer {
    position: relative;
    width: 14px !important;
    height: 24px !important;
    margin-right: 4px;
}

.bar.bar1 {
    animation: bar1 1.2s infinite linear;
}

.bar.bar2 {
    animation: bar2 0.8s infinite linear;
}

.bar.bar3 {
    animation: bar3 1s infinite linear;
}

.bar.bar4 {
    animation: bar4 0.7s infinite linear;
}

.bar.stopped {
    animation: none;
}

@keyframes bar1 {
    0% {
        height: 2px;
    }
    50% {
        height: 7px;
    }
    100% {
        height: 2px;
    }
}

@keyframes bar2 {
    0% {
        height: 5px;
    }
    40% {
        height: 1px;
    }
    80% {
        height: 7px;
    }
    100% {
        height: 5px;
    }
}

@keyframes bar3 {
    0% {
        height: 7px;
    }
    50% {
        height: 0;
    }
    100% {
        height: 7px;
    }
}

@keyframes bar4 {
    0% {
        height: 2px;
    }
    50% {
        height: 7px;
    }
    100% {
        height: 2px;
    }
}

.dropdown-menu {
    min-width: 0;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, .25);
}

.playbar-bot .fullscreen {
    display: none;
}

.playbar-bot.expand .fullscreen {
    display: block;
    font-size: 20px;
    position: absolute;
    z-index: 4;
    right: 10px;
    bottom: 110px;
}

.player-control-btn {
    display: none;
}

.playbar-bot.expand .player-control-btn {
    display: inline-block;
    padding: 16px !important;
    background: transparent !important;
    color: #ffffff !important;
}

.table-playlist {
    margin-bottom: 130px;
    -webkit-overflow-scrolling: touch;
}

.table-playlist tr:not(:first-child) td{
    padding: 0.2rem;
    border-top: 1px solid grey!important;
}

.playbar-bot.expand .player-control-btn.active
{
    color: #007b77!important;
}

@media screen and (min-width: 300px) and (max-width: 840px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

    body {
        max-width: 100vw;
        min-height: 100vh;
    }

    body > .mainwrapper {
        width: 100vh;
        height: 100vw;
        max-width: 420px;
        overflow-y: scroll;
    }

    .playbar-bot.expand {
        height: 100vw;
    }

    .playbar-bot.expand .controls .video-playbar-container {
        width: 100vh;
    }
}

a,
a:focus,
a:hover,
a:active {
    outline: none;
}

.dropdown-menu li a {
    color: #ffffff;
    font-weight: 300;
}

.dropdown-menu li a i {
    width: 15px;
    text-align: center;
    padding-right: 5px;
    font-size: 12px;
}

.modal#productinfo {
    text-align: center;
}

.modal-cover {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 24px;
}

input,
.form-control {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
}

#cookieBanner {
    display: none;
    position: absolute;
    width: 100%;
    padding: 16px 16px;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #2a6478;
    border-top: 3px solid white;
}

#cookieBanner a {
    color: #ffffff;
}

.nav-tabs {
    /*border: none;*/
    font-size: 13px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-radius: 6%;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    background: none;
    color: #ffffff;
    border: none;
    /*border-top: 1px solid white;*/
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.focus {
    border-top: 5px solid #007b77;
    margin-top: -5px;
    border-radius: 50%;
}

.tab-content-video {
    padding-bottom: 100px;
}

.teaser-video,
.teaser-video h6 {
    font-size: 14px;
}

.home_category_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding-bottom: 150px;
}

.home_category_wrapper.video {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 150px;
}

.home_category_kachel {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* creates a square aspect ratio */
    overflow: hidden;
    border-radius: 14px;
}

.home_category_kachel a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.home_category_kachel span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    color: white;
    text-align: center;
    box-sizing: border-box;
}

.home_category_kachel_video {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 14px;
}

.home_category_kachel_video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.home_category_kachel_video span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    color: white;
    text-align: center;
    box-sizing: border-box;
}

.category_menu {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 14px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
}

.category_menu span {
    margin: 0 5px;
    padding: 0 5px;
    cursor: pointer;
}

.category_menu span.active {
    border-bottom: 2px solid #007b77;
}

.category-music,
.category-video {
    padding-bottom: 150px;
}


.teaser-row {
    display: flex;
    flex-wrap: wrap;
}

.teaser-row.teaser-row-video {
    display: block;
}

.teaser {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    white-space: nowrap; /* Prevent line breaks */
    overflow: hidden; /* Hide any overflow */
    text-overflow: ellipsis; /* Add an ellipsis (...) at the end if the text overflows */

}

.teaser.teaser-video {
    flex-basis: 100%;
    border-radius: 14px;
}

.teaser img {
    border-radius: 14px;
    width: 100%;
    height: auto;
}

.teaser .teaser-title {
    color: white;
    font-size: 14px;
    padding: 2px;
    text-align: left;
    width: 100%;
    white-space: nowrap; /* Prevent line breaks */
    overflow: hidden; /* Hide any overflow */
    text-overflow: ellipsis; /* Add an ellipsis (...) at the end if the text overflows */
}

.teaser .teaser-title span {
    color: grey;
}

#playlist table {
    width: 100%;
}

#playlist table tr td {
    padding: 10px 5px;
    border-bottom: 1px solid white;
    text-align: right;
}

#playlist table tr td:first-child a {
    height: 50px;
    width: 90px;
    display: block;
    border-radius: 12px;
}

#playlist table tr td img {
    height: 60px;
    float: left;
}
.dataTables_wrapper .dataTables_length select{
    color: #fff !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate .dataTables_wrapper .dataTables_paginate .paginate_button .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #fff !important;
}
