/* single-rss */

.rss-info-fakta {
    display: block;
}

.right hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.right img#rssicon {
    display: inline;
    width: 1.1em !important;
    height: 1.1em !important;
    margin-right: 0.2rem;
}

/* program rss */

.info-item img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
    margin-left: -5px;
}

@media only screen and (max-width: 600px) {
    .info-item {
        margin-top: 5px;
    }
}

/* peertube */

.c-s-2 .peertube-embed {
    height: calc( 200px - 20px );
}

.peertube-embed {

}

/*

body {
    margin: 0 !important;
    max-width: unset !important;
}
*/

.right .info-wrapper .title .title,
.right .urklipp-wrapper > .content > .title {
    font-weight: bold;
}

.tabs .tab.active {
    background-color: #eee !important;
    box-shadow: inset 0 0 10px #0001;
}

.arkivbox a {
    display: block;
}

.arkivbox .real {
    margin: -10pt;
    padding: 10pt;
    line-height: 100%;
    width: initial !important;
    height: initial !important;
    box-sizing: content-box;
}


/* gallery */

.content .gallery .galleryhidden {
    display: none;
}

.content .gallery {
    position: relative;
}

.content .gallery span {
    position: absolute;
    top: 2rem;
    background: #076633;
    color: white;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    line-height: 100%;
    padding: 5px;
    font-size: xx-large;
    box-shadow: 0 0 10px #0008;
    transition: 0.5s;
}

.content .gallery span.nextgallery {
    right: -5px;
}

.content .gallery span.prevgallery {
    left: -5px;
}

.content .gallery span.gallerystatus {
    font-size: medium;
    right: 10px;
    top: -5px;
}

@media only screen and (min-width: 800px) {
    .content .gallery:hover span.nextgallery {
        right: -25px;
    }
    
    .content .gallery:hover span.prevgallery {
        left: -25px;
    }
    
    .content .gallery:hover span.gallerystatus {
        top: -10px;
    }
}