﻿@charset utf-8;

@font-face {
    font-family: 'Splendid Plan 9 Regular';
    src: url('Splendid Plan 9 Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Splendid Plan 9 Italic';
    src: url('Splendid Plan 9 Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Instant Nirvana';
    src: url('InstantNirvana.ttf') format('truetype');
}

.inline-list, .inline-list li {
	display: inline;
    margin: 0;
	margin-right: 10px;
    padding: 0;
}

@media screen and (max-width: 370px) {
    .button {
        font-size: 24px;
    }
}

@media screen and (min-width: 371px) {
    .button {
        font-size: 38px;
    }
}

@media screen and (max-width: 500px) {
    .button {
        padding: 0px 12px;
    }
}

@media screen and (min-width: 501px) {
    .button {
        padding: 0px 24px;
		padding-top: 6px;
		padding-bottom: 3px;
    }
}

body {
    background-color: #000;
	background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
	background-attachment: scroll, local;
	background-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 12px;
    /* text-size-adjust: 100%; */
    /* -webkit-text-size-adjust: 100%; */
    /* -moz-text-size-adjust: 100%; */
    /* -ms-text-size-adjust: 100%; */
}
a:link {
    text-decoration: underline;
    font-weight: 700;
    color: #777;
}
a:visited {
    text-decoration: none;
    font-weight: 700;
    color: #777;
}
a:active {
    text-decoration: none;
    font-weight: 700;
    background-color: #cff;
}
a:hover {
    text-decoration: underline;
    font-weight: 700;
    color: #888;
}

nav {
	display: inline;
}

.nav-main {
	display: inline;
}

.nav-main ul,
.nav-main li {
    display: inline;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 600px) {
	.nav-main ul,
	.nav-main li {
		display: list-item;
	}
}

.icon {
	margin-left: 10px;
	transition-duration: 0.33s;
	transition-property: filter;
	margin-bottom: -8px;
}

.icon:hover {
    -webkit-filter: invert(100%);
	filter: invert(100%);
}

.navbar {
	background-color: #FFF;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);	
	z-index: 1;
	display: inline;
}

@media screen and (max-width: 600px) {
	.navbar {
		position: absolute;
	}
}

.button {
    text-align: center;
    display: inline-block;
	font-family: 'Instant Nirvana';
    transition-duration: 0.33s;
	transition-property: background-color, color;
	text-decoration: none;
    cursor: pointer;
	border: 0px solid #FFFFFF;
	margin: 0;
    text-decoration: none !important;
    font-weight: normal !important;
    color: #000 !important;
}


.button:hover {
    background-color: black;
    color: white !important;
}


.button.buttonLeft {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.button.buttonRight {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.nav-social {
	display: inline;
	white-space: nowrap;
}

@media screen and (max-width: 860px) {
	.nav-social {
		display: none;
	}
}

#nav-container {
    text-align:center;
    margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
	#nav-container {
		text-align: left;
	}
}

#logo-container {
	text-align: center;
}

#logo {
    margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
}

#buy {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 10px;
}

.album-header {
	font-family: 'Splendid Plan 9 Regular';
	font-size: 36px;
	text-align:center;
}

.album-wrap {
	display: flex;
    justify-content: center;
	align-items: center;
}

@media screen and (max-width: 600px) {
	.album-wrap {
		flex-direction: column;
	}
}

.album-cover {
	border-style: solid;
	border-width: 1px;
	max-width:300px;
	width:100%;
	height:100%;
	object-fit: containt;
}

.album-tracklist {
	font-family: 'Splendid Plan 9 Regular';
	font-size: 24px;
	text-align:left;
}

.album-tracklist li {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.buy-here {
	font-family: 'Instant Nirvana';
	font-size: 30px;
	color: black !important;
	font-weight: normal !important;
	text-decoration: none !important;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu {
    opacity: 0.95;
    margin-bottom: 3%;
}
.bigheader {
    font-family: 'Splendid Plan 9 Regular';
    color: #FFF;
    font-size:48px;
}
.content-main {
    background-color: #fff;
	background-color: rgba(255,255,255,0.95);
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
	padding-bottom: 20px;
    max-width: 980px;
    margin: 0 auto;
}
.bottom-nav {
    margin: 0 auto;
    display: table;
    margin-top: 15px;
    margin-bottom: 15px;
}
.social-media {
    padding-top: 10px;
    padding-bottom: 10px;
}
.nt1 {
    opacity: 0.91;
    background-image: url(nav/nav-o.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
.nb1 {
    background-position: top;
    background-image: url(nav/nav-u.gif);
    background-repeat: no-repeat;
    opacity: 0.91;
}
.td1 {
    color: #000;
    vertical-align: top;
    position: relative;
}
td { vertical-align: top }
#menuebox {
    z-index: 100;
    height: 30px;
    width: 144px;
    border: none;
    visibility: visible;
    position: absolute;
}
#menue .aussen {
    overflow: hidden;
    width: 144px;
    height: 30px;
    background-color: transparent;
    position: absolute;
}
#menue .aussen:hover {
    height: auto;
    position: absolute;
}
a.innen,
a.innen-1 {
    display: block;
    width: 144px;
    position: absolute;
    padding: 2px 0;
}
.nav-left { border-bottom-left-radius: 15px }
.nav-right { border-bottom-right-radius: 15px }

#contact-form {
    max-width: 450px;
    margin-left: 20px;
    margin-right: 20px;
}

#contact-form label, input {
    display: inline-block;
}

#contact-form label {
    width: 20%;
    text-align: right;
}

#contact-form label + input[type="text"] {
    width: 75%;
}

#contact-form label + textarea {
    width: 75%;
}

#contact-form .textarea-label {
    height: 100%;
    vertical-align: top;
}

#contact-form input[type="radio"] + label {
    width: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #contact-form select,
    #contact-form textarea,
    #contact-form input[type="text"],
    #contact-form input[type="submit"],
    #contact-form input[type="reset"] {
        font-size: 16px;
        background: #eee;
    }

    #contact-form label {
        font-size: 16px;
        width: auto !important;
    }
}

/* Base */
.fb-wall {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    color: #333333;
}

@media screen and (max-width: 450px) {
    .fb-wall {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 4px;
    }
}

@media screen and (min-width: 451px) {
    .fb-wall {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
}

.fb-wall a {
    text-decoration: none;
    color: #3B5998;
}

.fb-wall h2 {
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

.fb-wall a:hover { text-decoration: underline }
.fb-wall.loading {
    height: 300px;
    background: url(images/loader-small.gif) no-repeat center center;
}
.fb-wall-box {
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.fb-wall-box-first {
    border: 0;
    padding-top: 0;
}
.fb-wall-avatar {
    float: left;
    border: 1px rgb(204, 204, 204) solid;
}

@media screen and (max-width: 400px) {
    .fb-wall-avatar {
        max-width: 25px;
    }
}

@media screen and (min-width: 401px) {
    .fb-wall-avatar {
        max-width: 45px;
    }
}

.fb-wall-avatar:hover { border: 1px solid #3B5998 }
.fb-wall-data { 
    margin-right: 6%;
}

@media screen and (max-width: 400px) {
    .fb-wall-data {
        margin-left: 40px;
    }
}

@media screen and (min-width: 401px) {
    .fb-wall-data {
        margin-left: 60px;
    }
}

.fb-wall-media {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}
.fb-wall-border-left {
    border-left: 2px solid #CCCCCC;
    padding: 0 0 3px 8px;
}
.fb-wall-media-container { display: table }
.fb-wall-media-link {
    border: 1px solid #ccc;
    display: inline-block;
    color: #3B5998;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}
.fb-wall-media-link:hover { border: 1px solid #3B5998 }
.fb-wall-picture {
    margin-right: 10px;
    border: 0;
    display: block;
    margin: 3px;
    max-height: 100px;
}
.fb-wall-name {
    display: block;
    font-weight: bold;
    color: #3B5998;
}
.fb-wall-caption {
    display: block;
    color: #3B5998;
}
.fb-wall-description {
    display: block;
    color: #777;
    line-height: 1.2em;
}
.fb-wall-icon {
    float: left;
    margin-right: 5px;
}
.fb-wall-date {
    font-size: 11px;
    color: #777;
    clear: left;
    display: block;
    margin-bottom: 5px;
}
.fb-wall-message {
    display: block;
    margin-bottom: 5px;
}
.fb-wall-message-from {
    font-weight: bold;
    color: #3B5998;
}
.fb-wall-link {
    color: #333;
    font-size: 11px;
    text-decoration: none;
}
/* Likes*/
.fb-wall-likes {
    border-bottom: 1px solid #E5EAF1;
    margin-bottom: 2px;
    display: block;
    font-size: 11px;
    background: url(images/like.gif) no-repeat 0 0 #FFF;
    padding-top: 5px;
}
.fb-wall-likes div {
    margin: 0;
    background: url(images/like.gif) no-repeat 0 -5px #EDEFF4;
    padding: 5px 5px 4px 24px;
}
.fb-wall-likes div span { color: #3B5998 }
/* Comments */
.fb-wall-comments {
    margin-top: 2px;
    font-size: 11px;
}
.fb-wall-comment {
    background-color: #EDEFF4;
    border-bottom: 1px solid #E5EAF1;
    margin-top: 2px;
    padding: 5px 5px 4px;
    display: block;
    overflow: hidden;
}
.fb-wall-comment-message { display: table }
.fb-wall-comment-from-name {
    font-weight: bold;
    color: #3B5998;
}
.fb-wall-comment-from-date {
    color: #777;
    clear: left;
    display: block;
}
.fb-wall-comment-avatar {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
}
.fb-wall-comment-avatar img {
    width: 32px;
    height: 32px;
}
/* Clearfix */
.fb-wall:after,
.fb-wall-media:after,
.fb-wall-clean {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.fb-wall-pagination {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
}