html {
    -ms-text-size-adjust: none;
}

@font-face {
    font-family: "Segoe UI";
    src: local("Segoe UI Regular"),   
	url('fonts/segoeui.eot'),
	url('fonts/segoeui.woff') format('woff'),
	url('fonts/segoeui.ttf') format('truetype'),
	url('fonts/segoeui.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Segoe UI Light";
    src: local("Segoe UI Light"),
	url('fonts/segoeuil.eot'),
	url('fonts/segoeuil.woff') format('woff'),
	url('fonts/segoeuil.ttf') format('truetype'),
	url('fonts/segoeuil.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Segoe UI Bold";
    src: local("Segoe UI Bold"),  
	url('fonts/segoeuib.eot'),
	url('fonts/segoeuib.woff') format('woff'),
	url('fonts/segoeuib.ttf') format('truetype'),
	url('fonts/segoeuib.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}


/* Allgemein */

body {
    background-color: white;
    color: #bbb;
    font-family: Segoe UI Light;
    font-size: 20px;
    min-width: 830px;
}

table {
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    width: 100%;
}

tr {
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
}

td {
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
}

strong {
    color: hsl(, 42%);
    font-variant: small-caps;
    font-family: Segoe UI Bold;
    font-weight: normal;
}

b {
    font-family: Segoe UI Bold;
    font-weight: normal;
}

h6 {
    font-size: 22px;
    display: inline;
    font-variant: small-caps;
    font-weight: normal;
}

h1 {
    font-size: 40px;
    display: inline;
    font-variant: small-caps;
    font-family: Segoe UI;
    font-weight: normal;
}

h2 {
    font-size: 30px;
    font-family: Segoe UI;
    font-weight: normal;
    display: inline;
    color: #1a1a1a;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #1a1a1a;
}

ul {
    margin: 0;
    padding: 0px 25px;
}

img {
    border: none;
}


/* Links */

a:link {
    transition: all .20s linear;
    -o-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px dotted #1a1a1a;
}

a:visited {
    color: #1a1a1a;
}

a:hover {
    color: #bbb;
    border-bottom: 1px solid #bbb;
}

a.menue {
    color: hsl(, 42%);
    text-decoration: none;
    border-bottom: none;
    font-variant: small-caps;
    font-weight: normal;
    font-family: Segoe UI;
}

a.menue:hover {
    color: hsl(, 85%);
}

a.release {
    text-decoration: none;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 5px solid white;
    border-radius: 100px;
}

a.release:hover {
    text-decoration: none;
    border: 5px solid hsl(, 42%);
    border-radius: 15px;
}


/* Header & Footer */

table.head {
    background-color: #161616;
    height: 100px;
    padding: 10px;
}

.foot {
    background-color: #1a1a1a;
    padding: 15px;
    border-top: 2px solid hsl(, 42%);
    border-bottom: 2px solid hsl(, 42%);
    box-shadow: 0px 0px 20px 5px hsl(, 13%);
}

#menue,
#menuefix {
    font-size: 22px;
    white-space: nowrap;
    width: 100%;
    background-color: hsl(, 13%);
    padding-bottom: 5px;
    border-bottom: 2px solid #1a1a1a;
}

#menuefix {
    position: fixed;
    top: 0px;
    display: none;
    box-shadow: 0px 0px 20px 5px hsl(, 13%);
    border-radius: 0px 0px 8px 8px;
}

td.verticalTd {
    background-color: #bbb;
    width: 1px;
}

div.titel {
    color: white;
    background-color: hsl(, 42%);
    padding: 13px 25px 22px 25px;
    white-space: nowrap;
    border-bottom: 2px solid #1a1a1a;
    box-shadow: 0px 0px 20px 3px hsl(, 13%);
}


/* Content */

div.intro {
    border-radius: 8px;
    padding: 15px;
    background-color: hsl(, 85%);
    background-image: linear-gradient(to bottom, hsl(, 13%) 55px, hsl(, 85%) 60px);
    color: black;
    max-width: 30%;
    float: right;
    box-shadow: 0px 0px 20px 5px hsl(, 13%);
}

img.showcase {
    box-shadow: 0px 0px 10px 2px hsl(, 13%);
    border-radius: 8px;
    width: 100%;
}

.scaled-frame {
    zoom: 0.5;
    -moz-transform: scale(0.50);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.50);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.50);
    -webkit-transform-origin: 0 0;
    box-shadow: 0px 0px 40px 8px hsl(, 13%);
    border-radius: 32px;
    width: 200%;
    height: 2000px;
    margin-bottom: -1000px;
    margin-right: -100%;
}

.soundcloud {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 2px hsl(, 13%);
}

table.content {
    margin-top: 30px;
    padding: 20px;
    color: #1a1a1a;
    max-width: 1400px;
    min-width: 760px;
}

.releases {
    width: auto;
    padding-right: 20px;
}

.releases td {
    padding: 10px;
}

.releases td:first-child div {
    font-size: 40px;
    color: hsl(, 42%);
    font-family: Georgia, Serif;
    text-shadow: 0px 0px 5px 2px hsl(, 42%);
}

.releases audio {
    width: 100%;
}

.releases p {
    background-color: #1a1a1a;
}

.releases strong {
    padding: 5px;
}

.releases img {
    display: block;
    width: 200px;
    border-radius: 8px;
}


/* diverses Design */

#carbon {
    background-position: 0px 5px, 10px 0px, 0px 10px, 10px 5px, 0% 0%, 0% 0%;
    background-image: linear-gradient(27deg, rgb(11, 11, 11) 5px, transparent 5px), linear-gradient(207deg, rgb(11, 11, 11) 5px, transparent 5px), linear-gradient(27deg, rgb(24, 24, 24) 5px, transparent 5px), linear-gradient(207deg, rgb(24, 24, 24) 5px, transparent 5px), linear-gradient(90deg, rgb(17, 17, 17) 10px, transparent 10px), linear-gradient(rgb(19, 19, 19) 25%, rgb(16, 16, 16) 25%, rgb(16, 16, 16) 50%, transparent 50%, transparent 75%, rgb(26, 26, 26) 75%, rgb(26, 26, 26));
    background-repeat: repeat;
    background-size: 20px 20px;
    background-color: rgb(9, 9, 9);
}

.clearfix {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.path1 {
    stroke: hsl(, 42%);
    fill: transparent;
    stroke-width: 8;
}

.path2 {
    stroke: #1a1a1a;
    fill: transparent;
    stroke-width: 16;
}

.path_white {
    stroke: white;
}

.farbwahl {
    width: 80px;
    height: 80px;
    border: none;
    background-color: hsl(, 42%);
    cursor: pointer;
    border-radius: 0px 60px;
    box-shadow: 0px 0px 20px hsl(, 85%);
}

.themewahl {
    width: 80px;
    height: 80px;
    border: none;
    background-color: white;
    cursor: pointer;
    border-radius: 60px 0px;
    box-shadow: 0px 0px 20px hsl(, 85%);
}

.farbe {
    display: inline;
    margin-right: 8px;
}

.svg_fill {
    fill: hsl(, 42%);
}

.svg_viech {
    fill: #1a1a1a;
}

.svg_stroke {
    stroke: hsl(, 42%);
}

.svg_rey_text {
    stroke: #1a1a1a;
    fill: hsl(, 42%);
}

.svg_text {
    fill: hsl(, 42%);
    font-size: 190px;
}
