/*******       Generelt       *******/
/* Social sharing */
.sfsi_widget {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sfsi_widget .norm_row {
    width: auto !important;
    position: relative !important;
}
.sfsi_wicons:first-child {
    margin-left: 0 !important;
}
.nav-item-child {
    font-size: 3rem !important;
    font-weight: 700;
}
@media (min-width: 1440px) {
    .nav-item-child {
        font-size: 5rem !important;
    }
}
@media (max-width: 993px) {
    .programdag {
        padding-left: 0px !important;
    }
}
.back-to-top-is-visible {
    background: white !important;
}
@media (min-width: 768px) and (max-width: 993px) {
    .tablet-color-white {
        color: white !important;
    }
}
.cbp-nav-controls > div::after {
    border-radius: 6px !important;
}
.cbp-nav-prev::after {
    margin-left: 3px !important;
}
.cbp-nav-next::after {
    margin-right: 3px !important;
}
.back-to-top-is-visible:after {
    color: black !important;
}
.fill:before {
  content: " ";
  position: absolute;
  width: 66%;
  height: 100%;
  background: #E13939;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 250ms ease-in-out;
}
.fill:hover:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
    .fill:before {
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .ffb-btn {
        width: 100%;
    }
    .artistwrapperknap > p {
        margin: 20px 0;
    }
}
table {
    color: white !important;
}
* {
    letter-spacing: 0.4px !important;
}
input, textarea {
    border: 1px solid #393939;
}
textarea {
    resize: none !important;
}
input {
    border-radius: 0 !important;
}
body {
    background-color:#1B1B1B;
}
.ffb-block-button-2-0, .ffb-btn, .theme-icons {
    transition: 0.3s;
}
/*******       Header      *******/
.sidebar-trigger .sidebar-trigger-icon {
    width: 24px;
    height: 3px;
}
.sidebar-trigger .sidebar-trigger-icon:after {
    top: -8px;
}
.sidebar-trigger .sidebar-trigger-icon:before, .sidebar-trigger .sidebar-trigger-icon:after {
    left: unset;
    width: 32px;
    height: 3px;
    right: 0;
}
.sidebar-trigger .sidebar-trigger-icon:before {
    bottom: 16px;
}
nav {
    transition: 0.6s;
}