@charset 'UTF-8';
@import url(//fonts.googleapis.com/css?family=Rokkitt:700,400);
/**
 * (c) 2014 Higi Bigler (nullnulleins.ch). All rights reserved.
 */

* { margin: 0; padding: 0; }
html, body { height: 100%; }
/*          italic small-caps bold */
body { font: normal normal normal 1em/1.2em Rokkitt, Times, serif; margin: 0; padding: 0; -webkit-text-size-adjust: none; color: #19171C; overflow-y: scroll; background-color: #FFF; }

/* structure */
#container { margin: 0 auto; letter-spacing: /*1px*/ .04em; position: relative; }
header { background-image: url(./../img/header.png); background-repeat: no-repeat; background-position: center top; background-size: 96% auto; }
#logo { width: 100%; height: 0; padding: 0 0 12.21303948576676%; position: relative; }
#logo a { display: block; height: 60%; width: 100%; top: 41%; position: absolute; }

#navigation { background-color: #19171C; margin: 2% 2.3666361136571952% 0 2.5499541704857929%; padding: 0 .5%; font-family: Rokkitt, serif; font-weight: bold; font-size: 120%; }
#navigation ul { margin: 0; display: table; width: 100%; padding: 0; }
#navigation ul li { margin: 0; padding: 0; display: table-cell; text-align: center; }
#navigation a { color: #FFF; text-decoration: none; text-transform: uppercase; display: inline-block; padding: 0; line-height: 1.6em; margin: 0 2%; position: relative; }
#navigation a span { padding: .2em .4em 0; display: inline-block; /*width: 100%;*/ }
#navigation a span.front, #navigation a span.back { position: absolute; z-index: 90; -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotateY(0deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .4s ease-in-out; transition: /*all*/ transform .4s ease-in-out; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
#navigation a span.front { color: #FFF; transform-origin: 0 100%; }
#navigation a span.back { padding-bottom: .2em; background-color: #FFF; color: #19171C; z-index: 80; -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .4s ease-in-out; transition: /*all*/ transform .4s ease-in-out; -webkit-transform-origin: 0 0; transform-origin: 0 0; }
#navigation a span.placeholder { visibility: hidden; }
#navigation a.active span.front, #navigation a:hover span.front { z-index: 90; -webkit-transform: rotateX(-180deg); -moz-transform: rotateX(-179deg);  transform: rotateX(-179deg); }
#navigation a.active span.back, #navigation a:hover span.back { z-index: 91; -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotateY(0deg); }

#smartnavigation { margin: 0 2.3666361136571952% 0 2.5499541704857929%; font-family: Rokkitt, serif; font-weight: bold; font-size: 120%; letter-spacing: 1px; display: none; }
#smartnavigation ul { list-style: none; padding: 0; margin: 0; }
#smartnavigation li.active { display: none; }
#smartnavigation a { display: block; background-color: #19171C; color: #FFF; padding: 0 2.5%; margin: 2% 0 0; text-transform: uppercase; text-decoration: none; height: 30px; line-height: 32px; }
#smartnavigation a:hover { background-color: #FFF; color: #19171C; border: 2px solid #19171C; height: 26px; line-height: 28px; }
#smartnavigation a span { display: inline; padding: 0 .4em; }

#smartbutton, #smartsubbutton { width: 25px; height: 18px; float: right; cursor: pointer; background-color: #FFF; margin: 6px 2% 5px; display: none; }
#smartbutton div, #smartsubbutton div { background-color: #19171C; height: 3px; margin: 4px 0; width: 100%; }
.open #smartbutton, .open #smartsubbutton { background-color: #19171C; }
.open #smartbutton div, .open #smartsubbutton div { width: 26px; background-color: #FFF; height: 4px; }
.open #smartbutton div:first-child, .open #smartsubbutton div:first-child { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 10px 4px 0; transform-origin: 10px 4px 0; opacity: 1; }
.open #smartbutton div:last-child, .open #smartsubbutton div:last-child { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 7px -1px 0; transform-origin: 7px -1px 0; opacity: 1; }

#subnavigation ul { list-style: none; margin: 0; padding: 0; border-top: 2px solid #19171C; border-bottom: 2px solid #19171C; }
#subnavigation ul li { list-style: none; margin: 0; padding: 0; }
#subnavigation ul li:first-child { margin-top: -2px; }
#subnavigation ul li:last-child { margin-bottom: -2px; }
#subnavigation a { text-decoration: none; color: #19171C; font-weight: bold; display: block; padding: .5em .75em .4em; position: relative; }
#subnavigation a.active, #subnavigation a:hover { background-color: #19171C; color: #FFF; }

#smartsubnavigation { background-color: #19171C; text-transform: uppercase; margin: 0; font-family: Rokkitt, serif; font-weight: bold; display: none; }

#content { margin: 2% 1.4% 2% 1.55%; }

h1 { font-size: 150%; line-height: 100%; margin: .35em 0; }
p { margin: .375em 0; }
a { outline: none; color: #777; text-decoration: none; }
a:visited { color: #999; }
a:hover { color: #000; }
a img { border: none; }

table.contact { border-collapse: collapse; padding: 0; margin: 5.25% 0 0; border: none; }
table td { text-align: left; vertical-align: top; padding: 0; margin: 0; }
table.contact td:first-child { font-weight: bold; padding-right: .5em; }

ul.tiles { list-style: none; }
ul.tiles > li { display: block; float: left; clear: none; width: 18%; margin: 1%; padding: 0; position: relative; }
ul.tiles > li.rightcolumn { float: right; width: 38%; }
ul.tiles > li div.front figure { display: block; width: 100%; height: 0; margin: 0%; padding: 0 0 100%; background-position: center; background-size: cover; }
.event figure { position: relative; padding-bottom: 47.5%; width: 47.5%; background-size: cover; float: left; }
.event div.text { width: 43.5%; float: right; padding: 2% 4% 0 0; }
.event .bright { color: #FFF; }
.event .bright a:hover { color: #FFF; }
.event h1 { margin: 0; }
.event.songkick { background-image: url(./../img/songkick.png); background-repeat: no-repeat; background-position: -7px 0; min-height: 50px; }

.fourfifthhalf.basedata { position: relative; }
.fourfifthhalf ul.tiles { margin: 0 -1.8%; width: 103.6%; }
.fourfifthhalf ul.tiles li { width: 46%; margin: 2%; }

#videowrapper { background-color: #19171C; width: 100%; height: 0; padding: 0 0 47.5%; margin: 0 0 5.25%; }
#videowrapper .gvideoembed { padding-bottom: 47.5% !important; }
#socialswrapper { height: 35px; background-color: #19171C; text-align: right; margin: 0; padding: 0; }
#socialswrapper a { display: inline-block; width: 25px; height: 35px; background-size: auto 100%; background-image: url(./../img/socials.2.png); background-position: center; background-repeat: no-repeat; margin: 0 5px 0 0; background-color: #FFF; transition: background-color .2s linear; }
#socialswrapper #facebook { background-position: 44.5% center; }
#socialswrapper #facebook:hover { background-color: #45619D; }
#socialswrapper #youtube { background-position: 55.5% center; }
#socialswrapper #youtube:hover { background-color: #CC181E; }
#socialswrapper #bandcamp { background-position: 77.5% center; }
#socialswrapper #bandcamp:hover { background-color: #629AA9; }
#socialswrapper #soundcloud { background-position: 66.5% center; }
#socialswrapper #soundcloud:hover { background-color: #FF5600; }
#socialswrapper #twitter { background-position: 33.5% center; }
#socialswrapper #twitter:hover { background-color: #55ACEE; }
#socialswrapper #website { background-position: 89% center; }
#socialswrapper #website:hover { background-color: #999; }
#socialswrapper #instagram { background-position: 100% center; }
#socialswrapper #instagram:hover { background-color: #39688E; }
#socialswrapper #deezer { background-position: 0% center; }
#socialswrapper #deezer:hover { background-color: #007FEB; }
#socialswrapper #itunes { background-position: 11.5% center; }
#socialswrapper #itunes:hover { background-color: #B35DDB; }
#socialswrapper #spotify { background-position: 22.5% center; }
#socialswrapper #spotify:hover { background-color: #1ED760; }

#facebookwrapperli { border: 2px solid #19171C; border-top: none; padding: 0; margin: 0; height: 0; padding: 0 0 calc(205% - 35px); position: relative; overflow: hidden; }
#facebookwrapperli iframe { border: none; overflow: hidden; width: 100%; height: 100%; padding: 0; margin: 0; position: absolute; }
.songkickwrapper { border: 2px solid #19171C; border-top: none; margin: -5.25% 0 5.25%; }
.eventwrapper { border: 2px solid #19171C; border-top: none; margin: 0; background-image: url(./../img/songkick.png); background-repeat: no-repeat; background-position: right bottom; }
.eventwrapper ul { list-style: none; padding: .65em .65em 1.95em; }
.eventwrapper ul li { margin: 0 0 .65em 0; }
.releasewrapper { border: 2px solid #19171C; /*border-top: none;*/ margin: 0; padding: 0 0 .65em; }
.releasewrapper h2 { background-color: #19171C; color: #FFF; font-size: 100%; padding: .55em .65em .45em; margin: 0; text-transform: uppercase; }
.releasewrapper .release { display: table; width: 100%; }
.releasewrapper .release div { display: table-cell; vertical-align: middle; text-align: left; padding: .65em .65em 0 .65em; }
.releasewrapper .release div.cover { vertical-align: top; width: 60px; padding-right: 0; height: 60px; }
.releasewrapper .release img { display: block; margin: 0; }
.presswrapper { border: 2px solid #19171C; margin: 0; }
.presswrapper ul { list-style: none; padding: .65em .65em 0; }
.presswrapper ul li { margin: 0 0 .65em 0; }

.audiowrapper { /*border: 2px solid #19171C;*/ margin: 5.25% 0 0; }
.audiowrapper:first-child { margin: 0; }
.audiowrapper iframe { width: 100% !important; }

.rightcolumn .pagecontent { height: 0px; padding: 0 0 100%; position: relative; }
.rightcolumn .pagecontent > div { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 2px solid #19171C; padding: 2% 4%; overflow-y: auto; }

.ontour:before { background-image: url("./../img/ontour.png"); background-position: left top; background-repeat: no-repeat; background-size: contain; content: ''; display: block; height: 30%; margin: -1.5% 0 0 -2%; position: absolute; width: 30%; }
#socialswrapper.ontour:before { width: 54px; height: 54px; margin: -3px 0 0 -4px; }

/* */
.panel { width: 100%; padding-bottom: 100%; position: relative; -webkit-perspective: 900px; -moz-perspective: 900px; perspective: 900px;}
.panel .front { float: none; position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; } 
.rotatable .panel .front { -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotateY(0deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .4s ease-in-out; transition: /*all*/ transform .4s ease-in-out; }
.rotatable .panel:hover .front { z-index: 90; -webkit-transform: rotateX(-180deg); -moz-transform: rotateX(-179deg); transform: rotateX(-179deg); }
.rotatable .panel .back { float: none; position: absolute; top: 0; left: 0; z-index: 80; width: 100%; height: 100%; -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .4s ease-in-out; transition: /*all*/ transform .4s ease-in-out; }
.rotatable .panel:hover .back { z-index: 91; -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotateY(0deg); }

.textwrapper { display: table; table-layout: fixed; height: inherit; width: 100%; }
div.text { display: table-row; height: 50%; }
div.text div { font-size: 180%; line-height: 100%; text-align: center; display: table-cell; vertical-align: middle; padding: 7.5% 2.5% 2%; color: #19171C; }
.textwrapper.double div.text div { vertical-align: top; }
.textwrapper.double div.text:first-child div { vertical-align: bottom; position: relative; }
.textwrapper.double div.text:first-child div:after { content: ''; height: 0; width: 75%; border-bottom: 2px solid #19171C; position: absolute; bottom: -1px; left: 12.5%; }
.textwrapper.double div.text.bright:first-child div:after { border-bottom-color: #FFF; }
div.text.bright div { color: #FFF; }
div.text span { overflow-y: hidden; /*max-width: 95%; margin-left: 2.5%; margin-right: 2.5%;*/ display: inline-block; }

hr { margin: 1em 0; height: 1px; background-color: #000; border: none; }

/* columns */
.fifth { width: 18%; margin: 1%; float: left; }
.fourfifth { margin: 1% 0 1% 20%; }
.fourfifthhalf { width: 47.5%; float: left; margin: 0 1.25% 2.625%; }
/*.fourfifthhalf:first-child { float: left; }*/
.fourfifthhalf .cover { height: 0; padding-bottom: 100%; margin: 0; }
.fourfifthhalf .cover img { max-width: 100%; height: auto; display: block; }

.columnwrapper { margin: 0 -1.00875%; }
.column { width: 97.9825%; margin: 1.00875%; padding: 0; float: left; }
.column2th { width: 47.9825%; }
.column3th { width: 31.31583333333333%; }
.column4th { width: 22.9825%; }

/* gvideoembed */
div.videowrapper { margin: 5.25% 0 0; }
div.videowrapper:first-child { margin: 0; }
span.gvideoembed { display: block; background-size: cover; background-position: center; position: relative; max-width: 100% !important; padding-bottom: 56.25%; height: 0 !important; overflow: hidden; transition: all .25s; cursor: pointer; background-color: #000; }
span.gvideoembed:hover { opacity: .9; }
span.gvideoembed a.gvideoembed { display: none; }
span.gvideoembed:before { opacity: .5; content: ''; display: block; border-radius: 5px; width: 44px; height: 44px; background-color: #FFF; position: absolute; left: 50%; top: 50%; margin: -22px 0 0 -22px; padding: 0; transition: all .25s; }
span.gvideoembed:after { opacity: .9; content: ''; position: absolute; left: 50%; top: 50%; margin: -12px 0 0 -9px; width:0; height:0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 22px solid #000; transition: all .25s; }
span.gvideoembed:hover:before, span.gvideoembed:hover:after { opacity: .85; }
span.gvideoembed.loaded, span.gvideoembed.loaded:hover { opacity: 1; cursor: wait; }
span.gvideoembed.loaded:after, span.gvideoembed.loaded:before { display: none; }
.gvideoembed iframe, .gvideoembed object, .gvideoembed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; }

#newsletterform { margin: 10.5% 0 0; }
#container form { margin: 0; padding: 0; }
#container form ul { list-style: none; margin: 0; padding: 0; }
#container form ul li { float: left; width: 100%; }
#container form ul li.error label:after { content: ' *'; }
#container form ul li.errormsg { margin: 0 0 5%; padding: 2%; background-color: red; width: 96%; color: #FFF; }
#container form ul li.errormsg a:hover { color: #FFF; }
#container input, #container button { font-family: inherit; color: #FFF; font-size: 100%; float: right; border-radius: 0; -webkit-appearance: none; border: none; background-color: #19171C; width: 50%; margin: 0 0 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 4px; }
#container input:hover, #container input:focus { background-color: #000; }
#container button, #container input.submit { background-color: transparent; color: #777; width: auto; border: none; cursor: pointer; padding: 8px 0 0; width: 50%; text-align: left; }
#container button:hover, #container input.submit:hover, #container button:focus, #container input.submit:focus { text-decoration: underline; }

.clearfix:before, .clearfix:after { content: ' '; display: table; }
.clearfix:after { clear: both; }

@media only screen {
	body { min-width: 320px; }
	#container { max-width: 1137px; width: auto; }
}

@media only screen and (max-width: 980px) {
	#navigation ul li:first-child { display: none; }
}

/* four columns */
@media only screen and (min-width: 901px) {
	#smartsubnavigation { display: none !important; }
	#subnavigation ul { display: block !important; }
	#smartnavigation { display: none !important; }
	#navigation { font-size: 100%; }
	#navigation a { line-height: 1.95; }
}
@media only screen and (max-width: 900px) {
	ul.tiles > li { width: 23%; }
	ul.tiles > li.rightcolumn { width: 48%; }
	#videowrapper { padding: 0 0 47.75%; margin: 0 0 4.25%; }
	#videowrapper .gvideoembed { padding-bottom: 47.75% !important; }
	.fourfifth { margin-left: 0%; }
	.fourfifthhalf { width: 48%; float: left; margin: 0 1% 2.625%; }
	.fifth { float: left; margin-bottom: 2%; width: 98%; float: none; }
	#subnavigation { font-size: 120%; margin: 0 0 3.125%; }
	#smartsubnavigation { height: 30px; display: block; padding: 0 2.125%; }
	#smartsubbutton { display: block; margin-right: .5%; }
	#smartsubnavigation span { padding: 0 .4em; line-height: 32px; display: inline-block; background-color: #FFF; }
	#subnavigation ul { display: none; border: none; }
	#subnavigation ul li:first-child { margin-top: 0; }
	#subnavigation a { min-height: 16px; line-height: 16px; background-color: #19171C; color: #FFF; margin: 2% 0 0; padding: 8px 2.5%; }
	#subnavigation a span { padding: 0 .4em; display: inline-block; }
	#subnavigation a:hover { background-color: #FFF; border: 2px solid #19171C; color: #19171C; min-height: 16px; padding-top: 6px; padding-bottom: 6px; }
	#subnavigation li.active { display: none; }
	#content { margin-left: 1.65%; }
	#navigation { height: 30px; }
	#smartbutton { display: block; }
	#navigation a { line-height: 24px; }
	#navigation ul { display: block; float: left; width: 80%; }
	#navigation ul li { display: none; text-align: left; }
	#navigation ul li.active { display: block; }
	/*body { font-size: 80%; line-height: 0.96em; }
	.panel { -webkit-perspective: 1200px; -moz-perspective: 1200px; perspective: 1200px; }
	.eventwrapper { background-size: 104px auto; }
	ul.tiles.events figcaption { padding-bottom: 1%; }
	ul.tiles.events figcaption span.date { font-size: 176%; line-height: 85%; }
	ul.tiles.events figcaption span.text { padding-bottom: 1px; }
	ul.tiles.events li.songkick div.panel { background-size: 104px auto; }
	*/
}
@media only screen and (max-width: 680px) {
	.fourfifthhalf { width: 98%; margin-bottom: 5.25%; }
}
/* two columns */
@media only screen and (max-width: 520px) {
	ul.tiles > li { width: 48%; }
	ul.tiles > li.rightcolumn { width: 98%; float: left; }
	#videowrapper { margin: 0 0 2%; }
	#facebookwrapper { display: none; }
	#socialswrapper.ontour:before { width: 40px; height: 40px; margin: -2px 0 0 -3px; }
}
