html, body, .wrapper {
    height: 100%;
    margin: 0;
}

@font-face {
font-family: "Open Sans Condensed";
src: url("https://dfhs.band/assets/OpenSans-CondLight.ttf");
}

body {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    /*font-family: 'IM Fell English', serif;*/
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15pt;
}

div {
    box-sizing: border-box;
}

a {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: none;
}

.link {
    cursor: pointer;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
    text-align: right;
}

.center {
    text-align: center;
}

.bottommarge {
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}

.button {
    margin-top: 20px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid white;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    box-sizing: content-box;
    text-decoration: none;
    font-weight: bold;    
    font-family: inherit;
    font-size: 20px;
    text-transform: uppercase;
    background: none;
    color: white;
    
}

.button:hover {
    background-color: white;
    color:rgba(0,0,0,1);
    text-decoration: none;
}

input {
    height: 40px;
    font-size: 20px;
    font-family: inherit;
    border-radius: 3px;
    border: 1px solid white;
}

input#password {
    width: 1px;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

/* HEADER */
.logo {
    margin-top: 100px;
    width: 100%;
}

.logo img {
    width: 30%;
    display: block;
    margin-left: 35%;
}

#color {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 90px;
    left: 30px;
    border-radius: 25px;
    border: 2px solid white;
    z-index:999
}

/*sections*/
section {
    display: block;
    width: 80%;
    margin: 30px auto 0 auto;
    background-color: rgba(0%,0%,0%,0.3);
    border-radius: 3px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

section:last-of-type {
    padding-bottom: 80px;
}

@media(min-width:1600px){
    section {
        width: 60%;
    }
}

@media(max-width:800px){
    section {
        width: 100%;
    }
}

.start-block, .more-block {
    width: 100%;
    overflow: hidden;
}

.more-block {
    display: none;
}

.block-nav {
    height: 45px;
    margin-bottom: 20px;
}

.headline {
    font-size: 24pt;
    font-weight: bold;
    width: 50%;
    margin: 0;
}

.more, .back {
    width: 50%;
    line-height: 45px;
}

.info {
    margin-top: 20px;
    width: 100%;
}

.block-content {
    width: 100%;
    float: left;
}

.block-nav{
    width: 100%;
    float: left;
}

/*Aktuell*/
.cover {
    margin: auto;
    width: 90%;
    max-width: 220px;
    max-height: 220px;
    border-radius: 3px;
    background: white;
    padding: 10px;
    margin-top: 20px;
}

.cover img {
    width: 100%;
}

/*Live*/
.gig-table-field {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15pt;
}

.gig-table-row {
    margin-bottom: 10px;
}

.gig-datum {
    font-weight: bold;
}

.gig-datum:after {
    padding-left: 10px;
    padding-right: 10px;
    content: '|';
    font-weight: normal;
}

.gig-uhrzeit {
    font-weight: bold;
}

.gig-uhrzeit:after {
    padding-left: 10px;
    padding-right: 10px;
    content: '|';
}

.gig-stadt {
    font-weight: bold;
}

.gig-stadt:after {
    padding-left: 10px;
    padding-right: 10px;
    content: '|';
}

.gig-location {
    font-weight: bold;
}

.gig-location:after {
    padding-left: 10px;
    padding-right: 10px;
    content: '|';
}

.gig-info {
    font-size: 15pt;
}

/*Musik*/
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-big {
    width: 100%;
}

.video-small {
    margin-top: 10px;
    width: 48%;
    float: left;
}

.video-small.marge {
    margin-right: 4%;
}

.video-small iframe, .video-big iframe {
    width: 100%;
    height: 100%
}

@media(max-width:800px){
    .video-small {
        width: 100%;
    }

    .video-small.marge {
        margin-right: 0;
    }
}


.music-info {
    width: 100%;
    margin-bottom: 10px;
}

.music-info img {
    width: 100%;
}

.music-right {
    padding: 10px;
    display: inline-block;
    margin-left: 20px;
}

.music-cover-ba {
    width: 200px;
    height: 200px;
    background-image: url('releases/ba_front.webp');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.music-cover-ba:hover {
    background-image: url('releases/ba_back.webp');
}

.music-cover-split {
    width: 200px;
    height: 200px;
    background-image: url('releases/split_front.webp');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.music-cover-split:hover {
    background-image: url('releases/split_back.webp');
}

.music-content iframe {
    margin-top: 40px;
    margin-bottom: 10px;
}


hr {
    margin: 30px 0;
}



/* Social */
.links {
    text-align: center;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 10px;
}

.social-link {
    margin-top: 5px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
    background-color: rgba(0,0,0,0.5);
    border: 4px solid rgba(0,0,0,0);
    border-radius: 5px;
}


.social-link:last-of-type {
    margin-right: 0 !important;
}

.social-bfr {
    background-image: url('links/bfr_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.social-bfr:hover {
    background-image: url('links/bfr.png');
}

.social-fb {
    background-image: url('links/fb_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.social-fb:hover {
    background-image: url('links/fb.png');
}

.social-sp {
    background-image: url('links/spot_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.social-sp:hover {
    background-image: url('links/spot.png');
}

.social-ig {
    background-image: url('links/ig_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.social-ig:hover {
    background-image: url('links/ig.png');
}

.social-yt {
    background-image: url('links/yt_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.social-yt:hover {
    background-image: url('links/yt.png');
}

.social-bc {
    background-image: url('links/bc_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.social-bc:hover {
    background-image: url('links/bc.png');
}


.impressum-link {
    font-size: 10pt;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.navi {
    position: fixed;
    width: 100%;
    text-align: center;
    height: 40px;
    top: 20px;
    z-index: 998;
    font-weight: bold;
        text-shadow: 5px 5px 5px black;
}

.navi ul {
    list-style: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 40px;
}

.navi ul li {
    display: inline-block;
    margin: 0 20px;
}

.navi ul li a {
    text-decoration: none;
}

.navi ul li a:hover {
    text-decoration: underline;
}


@media(max-width:800px){
    .navi {
        top: 25px;
        font-size: 30px;
    }

    .navi ul {
        font-size: 30px;
    }
    
    .navi ul li {
        margin: 0 10px;
    }
}


.hide {
    display: none;
}

.visible {
    display: block;
}


.cookieman {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	overflow: scroll;
}

.cookieman-fenster {
	margin: 20% auto;
	width: 50%;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid black;
	padding: 0 20px 20px;
	color: black;
}

@media(max-width:800px){
	
	.cookieman-fenster {		
		margin: auto;
		width: 90%;	
	}
}

.cookieman-fenster .button {
	border-color: black;
	height: auto;
}

#feed ul {
    list-style: none;
    padding: 0;
}

#feed li {
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

#feed time {
    font-size: 18px;
    display: block;
}

#feed content {
    display: block;
}