/* CSS Document */
/* Responsvie-Stylesheet "TMM-Juntos" */
/* Datum: 15.06.2016 / Oli J. */
/* Letzte Änderung: 31.10.2023 */

/* ----------------------------------------------------- Changelog: */
/* 21.01.2019 - Style für Newsletter */
/* 12.02.2019 - Style für Band-Portraits */
/* 20.02.2019 - Ergänzung Style für Band-Portraits */
/* 31.10.2023 - Cleanup and remove J2Store, newsletter, Vinyl-Code and Webmail rules */



/* ----------------------------------------------------- Browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for shitty browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
a {
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
/* ----------------------------------------------------- Webfontss */
@font-face {
  	font-family: 'typicons';
  	src: url("../font/typicons.eot");
  	src: url("../font/typicons.eot?#iefix") format('embedded-opentype'),
       	 url("../font/typicons.woff") format('woff'),
         url("../font/typicons.ttf") format('truetype'),
         url("../font/typicons.svg#typicons") format('svg');
  	font-weight: normal;
 	font-style: normal;
}
@font-face {
  	font-family: 'socialico';
  	src: url("../font/socialico-webfont.eot");
  	src: url("../font/socialico-webfont.eot?#iefix") format('embedded-opentype'),
       	 url("../font/socialico-webfont.woff") format('woff'),
         url("../font/socialico-webfont.ttf") format('truetype'),
         url("../font/socialico-webfont.svg#typicons") format('svg');
  	font-weight: normal;
 	font-style: normal;
}
@font-face {
  	font-family: 'socialicoplus';
  	src: url("../font/socialico_plus-webfont.eot");
  	src: url("../font/socialico_plus-webfont.eot?#iefix") format('embedded-opentype'),
       	 url("../font/socialico_plus-webfont.woff") format('woff'),
         url("../font/socialico_plus-webfont.ttf") format('truetype'),
         url("../font/socialico_plus-webfont.svg#typicons") format('svg');
  	font-weight: normal;
 	font-style: normal;
}
@font-face {
  	font-family: 'yanone-kaffeesatz';
  	src: url("../font/yanonekaffeesatz-bold-webfont.eot");
  	src: url("../font/yanonekaffeesatz-bold-webfont.eot?#iefix") format('embedded-opentype'),
       	 url("../font/yanonekaffeesatz-bold-webfont.woff") format('woff'),
         url("../font/yanonekaffeesatz-bold-webfont.ttf") format('truetype'),
         url("../font/yanonekaffeesatz-bold-webfont.svg#typicons") format('svg');
  	font-weight: bold;
 	font-style: normal;
}
@font-face {
  	font-family: 'marketing-script';
  	src: url("../font/marketingscript-webfont.eot");
  	src: url("../font/marketingscript-webfont.eot?#iefix") format('embedded-opentype'),
       	 url("../font/marketingscript-webfont.woff") format('woff'),
         url("../font/marketingscript-webfont.ttf") format('truetype'),
         url("../font/marketingscript-webfont.svg#typicons") format('svg');
  	font-weight: bold;
 	font-style: normal;
}
/* ----------------------------------------------------- Allgemeine Styles */
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 120%;
}
h1, h2 {
	font-family: 'marketing-script';
	font-size: 3em;
	padding: 5px 0 10px 0.6%;
	color: #ffffff;
	text-shadow: 0.06em 0.06em #333333;
}
h3 {
	font-size: 1.8em;
	font-weight: 700;
	padding: 0 0 10px 0;
}
a {
	color: #333333;
	font-weight: 700;
}
a:hover, a:focus {
	color: #ff3333;
}
a:hover .move-pfeile, a:focus .move-pfeile {
	padding-left: 2px;
	transition: padding-left 0.2s ease 0s;
	 -moz-transition: width 2s; /* Firefox 4 */
	 -webkit-transition: width 2s; /* Safari and Chrome */
	 -o-transition: width 2s; /* Opera */
}
b {
	font-weight: 700;
}
i {
	font-style: italic;
}
p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	vertical-align: middle;
}
hr {
	border: none;
	border-bottom: solid 1px #333333;
}
input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9rem;
	padding: 10px;
	border: #333333 solid 1px;
	background-color: #FFFFFF;
}
input[type="checkbox"], input[type="radio"] {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 10px;
	padding: 0;
	border: #CCCCCC solid 1px;
	background-color: transparent;
}
select {
	font-family: Verdana, Geneva, sans-serif;
}
button, input[type="button"], input[type="submit"] {
	min-width: 100px;
	width: auto;
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9rem;
	background-color: #333333;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #ff3333;
}
label {
	display: none;
	width: auto;
	font-size: 16px;
	padding-bottom: 5px;
}
/* ----------------------------------------------------- Struktur */
.desktop, .tablet {
	display: inline;
}
.mobile {
	display: none;
}
#wrapper {
	background-color: #3e54a0;
	width: 100%;
	margin: 0 auto;
}
#bg_nav {
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	overflow: visible;
	 -webkit-box-shadow: 0px 2px 5px #333333;
	 -moz-box-shadow: 0px 2px 5px #333333;
	box-shadow: 0px 2px 5px #333333;
}
#wrapper_nav {
	width: 1800px;
	margin: 0 auto;
}
nav.navigation {
	width: 50%;  /* (100% / 12 * 6) */
	margin-left: 25%;
	float: left;
}
.language {
	width: 8%;  /* (100% / 12 * 1) - PR: 0.3333% */
	padding: 25px 0.3333333% 0 16.6666666667%;
	float: left;
}
.social {
	width: 8.3333333%;  /* (100% / 12 * 1) */
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 20;
}
header {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
}
#bg_main {
	width: 100%;
	position: relative;
}
main {
	width: 1800px;
	padding-top: 100px;
	padding-bottom: 50px;
	min-height: 30em;
	margin: 0 auto;
}
.col0 {
	width: 66.6666667%; /* (100% / 12 * 8) - (PR: 2.08333% + PL: 2.08333%)*/
	padding: 0 2.083333333%;
	margin-left: 16.6666667%;
	float: left;
}
.col1 {
	width: 35.416666667%; /* (100% / 12 * 5) - (PR: 4.16667% + PL: 2.08333%) */
	padding: 20px 4.16666667% 20px 2.083333333%;
	margin-left: 16.6666667%;
	float: left;
}
.col2 {
	width: 29.16666667%; /* (100% / 12 * 4) - (PR: 2.08333% + PL: 2.08333%) */
	padding: 0 2.083333333%;
	float: left;
}
.col4 {
	width: 22.916666667%; /* (100% / 12 * 3) - PR: 2.08333% */
	padding: 0 2.083333333% 0 0;
	float: left;
}
.left {
	margin: 0 0 0 16.6666667%;
}
.right {
	margin: 0 16.6666667% 0 0;
}
.sidebar {
	width: 22.916666667%; /* (100% / 12 * 3) - PR: 2.08333% */
	margin-top: 4rem;
	margin-right: 16.6666667%;
	padding: 20px 2.083333333% 50px 0;
	float: left;
}
.sidebar > *:not(:last-child) {
	margin-bottom: 50px;
}
.item-page ~ div,
.blog ~ div {
	margin-top: 1rem;
}
#bg_footer {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	 -webkit-box-shadow: 0px 0px 5px #333333;
   -moz-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}
footer {
	width: 1725px; /* 100% - PL: 4.16666667%) */
	padding: 0 0 30px 75px; /* 4.16666667%; */
	margin: 0 auto;
}
/* ----------------------------------------------------- Button Juntos */
a.home_sticker img {
	width: 200px; /* (100% / 12 * 3) - (PR: 8% + PL: 8%) */
	padding: 0 8% 0 7%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 31;
}
/* ----------------------------------------------------- Header (Nav & Language) */
nav.navigation ul {
	width: 100%;
	font-family: 'yanone-kaffeesatz', Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: 0.05em;
}
nav.navigation a, nav.navigation a:link, nav.navigation a:active, nav.navigation a:link, nav.navigation a:visited {
	width: 16.6666667%; /* (100% / 6) */
	float: left;
	color: #333333;
	text-align: center;
	padding: 15px 0;
}
nav.navigation a:hover, nav.navigation a:focus {
	background-color: #ff6666;
	color: #ffffff;
	transition: all 0.2s ease-in; /* explorer 10 */
		-webkit-transition: all 0.2s ease-in; /* chrome & safari */
		-moz-transition: all 0.2s ease-in; /* firefox */
		-o-transition: all 0.2s ease-in; /* opera */
}
nav.navigation li.active a {
	text-decoration: underline;
}
.mod-languages select {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #999999;
	background: transparent;
  border: 1px solid #CCCCCC;
}
/* ----------------------------------------------------- Social Links */
.social a {
	display: block;
	width: 50%;
	float: left;
	background-color: #FFFFFF;
	margin: 0 0 15% 50%;
	padding: 8px 0;
	font-family: 'socialico';
	font-weight: 100;
	font-size: 60px;
	color: #333333;
	text-align: center;
	 -webkit-box-shadow: 0px 0px 8px #333333;
   -moz-box-shadow: 0px 0px 8px #333333;
	box-shadow: 0px 0px 8px #333333;
}
.social a.socialicoplus {
	font-family: 'socialicoplus';
}
.social a:hover, .social a:focus {
	width: 60%;
	margin-left: 40%;
	background-color: #ff6666;
	transition: all 0.2s ease-in; /* explorer 10 */
   -webkit-transition: all 0.2s ease-in; /* chrome & safari */
   -moz-transition: all 0.2s ease-in; /* firefox */
   -o-transition: all 0.2s ease-in; /* opera */
}
/* ----------------------------------------------------- Inhalt "Home"*/
.banner {
	width: 70%;
	margin: 0 15%;
	padding-top: 20px;
}
.banner iframe, .news iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 1.6;
}
.banner a.link_hide_banner {
	display: block;
	margin-top: 1.6em;
}
.banner a.button_banner {
	position: absolute;
	z-index: 21;
	top: 9em;
	width: 200px;
	height: 200px;
	margin-left: 20px;
	background: url(../images/button_banner.png) 0 0 no-repeat;
	background-size: 200%;
}
.banner a.button_banner:hover {
	background-position: 100% 0;
}
.news img {
	max-width: 100%;
}
.article-info-term {
	display: none;
}
.news h4 {
	padding: 1em 0 0.6em 0;
}
/* ----------------------------------------------------- Inhalt Allgemein */
.icon {
	font-size: 1.4em;
}
.socialicon {
	font-family: 'socialico';
	font-size: 1.8em;
	font-weight: 100;
}
.socialiconplus {
	font-family: 'socialicoplus';
	font-size: 1.8em;
	font-weight: 100;
}
.absatz_1-5 {
  padding-bottom: 0.6em;
}
article, .moduletable .custom {
 	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
 	padding: 0.6em 2%;
}
/* ----------------------------------------------------- Inhalt "Band" */
.band-portraits {
	width: 80%;
	padding: 0 10%;
}
.band-portraits li {
	width: 16.6666667%; /* (100% / 6) */
	float: left;
	margin-bottom: 2em;
	display: block;
	background: url(https://themusicmonkeys.ch/images/bild_band_portrait.png) 0 0 no-repeat;
	background-size: 620%;
}
.band-portraits img {
	width: 100%;
}
.band-portraits .portrait-matthias {
	background-position-x: 0;
}
.band-portraits .portrait-pascal {
	background-position-x: 20%;
}
.band-portraits .portrait-stefan {
	background-position-x: 40%;
}
.band-portraits .portrait-oliver {
	background-position-x: 60%;
}
.band-portraits .portrait-dominik {
	background-position-x: 80%;
}
.band-portraits .portrait-david {
	background-position-x: 100%;
}
.band-portraits .hover-portrait, .band-members .hover-portrait {
	background-position-y: 100%;
	color: #ff3333;
}
ol {
	list-style: decimal-leading-zero inside;
}
ol li {
	width: 100%;
	font-size: 0.8em;
}
ol figcaption {
	display: block;
	width: 55%;
	float: left;
}
ol p {
	font-size: 0.9em;
	padding-bottom: 0.2em;
}
ol img {
	width: 40%;
	float: left;
	padding: 0 5% 10px 0;
}
ol .links_shop a {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 5% 10px 0;
	font-size: 1.6em;
}
ol li a, ul li a.band_social {
	display: block;
	float: right;
	width: 7%;
	text-align: right;
	font-size: 0.9em;
}
.placeholder_band_social {
  display: block;
	float: right;
	width: 7%;
	text-align: right;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0);
}
audio {
	width: 100%;
  display: block;
}
/* ----------------------------------------------------- Inhalt "Live" */
article.event {
 	width: 96%;
	padding: 0.6em 2% 0.01em 2%;
}
.event .date {
	width: 12%;
	float: left;
	padding: 0 0.5%;
	margin: 0 2% 10px 0;
	text-align: center;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
}
.event .location {
	width: 60%;
	float: left;
}
.event h3 {
	padding-bottom: 0;
}
.location h4 {
	margin-bottom: 10px;
}
.event a.dropdown {
	width: 20%;
	float: left;
	text-align: right;
	padding-top: 2em;
}
.event img {
	width: 30%;
	float: left;
	padding: 0 5% 2% 0;
}
.event p {
	padding-bottom: 0.5em;
}
.event-typ {
	font-size: 1.2em;
	font-weight: 700;
}
.event hr {
	margin-bottom: 10px;
}
.past-event, .past-event a {
	color: #666666;
}
.past-event a:hover, .past-event a:focus {
	color: #ff3333;
}
/* ----------------------------------------------------- Inhalt "Gallery" */
.col0 .span12 {
	margin: 0;
}
.col0 .ba-gallery {
	padding: 0;
}
/* ----------------------------------------------------- Inhalt "Store" */
#mod-custom130 {
	display: none;
}
.store h3 {
	width: 100%;
	float: left;
}
.store h4 {
	font-weight: 700;
	padding-bottom: 10px;
}
.store img {
	width: 40%;
	float: left;
	padding: 0 5% 10px 0;
}
.store .article_beschreibung {
	width: 55%;
	float: left;
}
.store p.p_preis {
	float: left;
}
.store hr {
	margin-bottom: 0;
}
/* --- Text nach der Bestellung -- */
.row .col-md-12 h3, .row .col-md-12 .note {
	display: none;
}
/* ----------------------------------------------------- Inhalt "Contact" */
.contact_contact img {
	max-width: 45%;
	float: left;
	padding-right: 5%;
	padding-bottom: 0.5em;
}
.contact_downloads img {
	max-width: 25%;
	float: left;
	padding-right: 5%;
	padding-bottom: 1.5em;
}
.contact_downloads h4 {
	padding-bottom: 1.2em;
	font-weight: 700;
}
.contact_downloads p {
	padding-bottom: 0.8em;
}
/* ----------------------------------------------------- Inhalt Form "Anmeldung Event Manager" */
.col1 .logincol1 input, .col1 .logincol1 button {
	margin-bottom: 20px;
}
.col1 .logincol1 label {
	display: inline;
}
/* ----------------------------------------------------- Sidebar */
.sidebar .mod-custom.custom {
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.6em 2% 0.6em 2%;
}
.sidebar iframe {
	width: 100%;
	height: 100%;
	padding-top: 10px;
	aspect-ratio: 1.6;
}
.sidebar ul {
	width: 91.6666667%;
	margin: 0 0 20px 0;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	padding: 1em 4.16666667%; /*2.083333333%;*/
}
.sidebar ul li {
	width: 100%;
	border-bottom: solid 1px #333333;
	padding: 5px 0 5px 5px;
	font-weight: 700;
}
.mod-articles-category-date {
	font-size: 0.8em;
	padding-top: 0.2em;
	font-weight: 100;
}
a.link_more {
	display: block;
	padding-left: 4.16666667%;
}
/* ----------------------------------------------------- Footer */
footer h2 {
	font-size: 2em;
	padding: 30px 0 20px 0;
	color: #ff3333;
	text-shadow: none;
}
footer p {
	font-size: 0.9em;
}
footer button {
	background-color: #ff3333;
	margin-top: 10px;
}
footer button:hover, footer button:focus {
	background-color: #333333;
}
.footline {
	width: 100%;
	float: left;
	font-size: 0.6em;
	padding-top: 20px;
}
/* ----------------------------------------------------- Allgemeine Classen */
.box-white {
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.6em 2%; /*2.083333333%;*/
}
.ie-fallback {
	display: none;
}
a.dropdown, a.readmore {
	display: block;
	cursor: pointer;
	padding: 2px;
}
.hidden_div, .hidden_text {
	overflow: hidden;
}
.clearall {
	clear: both;
}
/* ----------------------------------------------------- breack-point 1802px (desktop) */

@media only screen and (max-width: 1802px) {
	#wrapper_nav {
		width: 100%;
		margin: 0;
	}
	main {
		width: 100%;
		margin: 0;
	}
	footer {
		width: 95.83333334%; /* 100% - PL: 4.16666667%) */
		padding-left: 4.16666667%;
		margin: 0;
	}
	a.home_sticker img {
		width: 10%;
	}
	.banner a.button_banner {
		width: 12%;
		height: 11em;
	}
}
/* ----------------------------------------------------- breack-point 1400px (desktop small) */

@media only screen and (max-width: 1400px) {
	body {
		font-size: 100%;
	}
	h2 {
		padding-top: 15px;
	}
	nav.navigation {
		width: 60%; /* (100% / 10 * 6) */
		margin-left: 20%;
	}
	.language {
		width: 9%; /* (100% / 10 * 1) - PR: 1% */
		padding-left: 10%;
		padding-right: 1%;
	}
	.social {
		width: 10%; /* (100% / 10 * 1) */
	}
	main {
		min-height: 36em;
	}
	.col0 {
		width: 75%;
		padding: 0 2.5%;
		margin-left: 10%;
	}
	.col1 {
		width: 42.5%;
		padding: 0 5% 0 2.5%;
		margin-left: 10%;
	}
	.col2 {
		width: 35%;
		padding: 0 2.5%;
	}
	.col4 {
		width: 22.5%;
		padding-right: 2.5%;
	}
	.left {
		margin-left: 10%;
	}
	.right {
		margin-right: 10%;
	}
	.sidebar {
		width: 27.5%; /* (100% / 10 * 3) - PR: 2.5% */
		margin-right: 10%;
		padding-right: 2.5%;
		padding-top: 0;
		float: left;
	}
	footer {
		width: 95%; /* 100 - PL: 2.5% - PR: 2.5% */
		padding-inline: 2.5%;
	}
	a.home_sticker img {
		width: 10%; /* (100% / 10 * 2) - (PR: 5% + PL: 5%) */
		padding: 0 5% 0 5%;
	}
	nav.navigation ul {
		font-size: 32px;
		letter-spacing: 0.03em;
	}
	.banner {
		width: 80%;
		margin: 0 10%;
	}
	.banner a.button_banner {
		top: 10em;
	}
	.footline {
		text-align: right;
		font-size: 0.7em;
	}
}

/* ----------------------------------------------------- breack-point 1000px (tablet) */

@media only screen and (max-width: 1000px) {
	.desktop {
		display: none;
	}
	body {
		font-size: 90%;
	}
	nav.navigation {
		width: 60%;
		margin-left: 20%;
	}
	.language {
		width: 14%; /* (100% / 10 * 2) - PR: 1% */
		padding-left: 5%;
		padding-right: 1%;
	}
	.social {
		width: 20%; /* (100% / 10 * 2) */
	}
	main {
		min-height: 30em;
	}
	.col0, .col1, .col2 {
		width: 60%;
		padding: 0;
		margin: 0 20%;
	}
	.col4 {
		width: 45%;
		padding-right: 5%;
	}
	.sidebar {
		display: none;
	}
	footer {
		width: 88.5%; /* 100% - PL: 11.5% */
		padding-left: 11.5%;
	}
	a.home_sticker img {
		width: 15%; /* (100% / 10 * 2) - (PR: 2.5% + PL: 2.5%) */
		padding: 0 2.5% 0 2.5%;
	}
	.banner {
		padding-top: 10px;
	}
	.banner a.button_banner {
		top: 10.5em;
	}
	#hide_banner {
		margin: 2em 0;
	}
	nav.navigation ul {
		font-size: 26px;
		letter-spacing: 0.03em;
	}
  #mod-custom130 {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
  }
	.footline {
		text-align: left;
		font-size: 0.8em;
	}
}

/* ----------------------------------------------------- breack-point 800px (tablet small) */

@media only screen and (max-width: 800px) {
	.language {
		padding-top: 20px;
	}
	.col0, .col1, .col2 {
		width: 70%;
		padding: 0;
		margin: 0 20% 0 10%;
	}
	nav.navigation ul {
		font-size: 20px;
		letter-spacing: 0.01em;
	}
  .band-portraits {
		width: 90%;
		padding: 0 5% 2em 5%;
	}
  .six_imageGallery {
  	padding-top: 10px;
	}
	.title_gallery {
  	margin-top: 10px;
    text-align: left;
	}
}

/* ----------------------------------------------------- breack-point 540px (mobile) */

@media only screen and (max-width: 540px) {
	.mobile {
		display: inline;
	}
	.tablet {
		display: none;
	}
  .typcn:before {
    padding-bottom: 0.3em
	}
	#bg_nav {
		position: relative;
		z-index: 0;
		height: 0.2em;
		overflow: hidden;
		background-color: #333333;
	}
	nav.navigation {
		width: 90%;
		padding: 0 5%;
		margin: 0;
	}
	.language {
		width: 90%;
		padding: 0 5%;
		margin: 10px 0 0 0;
	}
	.social {
		position: relative;
		z-index: 0;
		top: 0;
		width: 90%;
		padding: 0 5%;
		margin: 0;
	}
	header {
		display: table;
		 -webkit-box-shadow: 0px 2px 5px #333333;
     -moz-box-shadow: 0px 2px 5px #333333;
		box-shadow: 0px 2px 5px #333333;
	}
	main {
		padding-top: 40px;
	}
	.col0, .col1, .col2, .col4 {
		width: 90%;
		padding: 0 5%;
		margin: 0;
	}
	footer {
		width: 97.5%; /* 100 - (PR: 1.25% + PL: 1.25%) */
		padding-left: 1.25%;
		padding-right: 1.25%;
	}
	nav.navigation ul {
		font-size: 36px;
		letter-spacing: 0.05em;
	}
	nav.navigation a, nav.navigation a:link, nav.navigation a:active, nav.navigation a:link, nav.navigation a:visited {
		display: block;
		width: 100%; /* (100% / 6) */
		float: none;
		color: #FFFFFF;
	}
	.mod-languages select {
		width: 40%;
		margin: 0 30%;
		font-size: 1.2em;
		color: #FFFFFF;
	}
	.social a {
		display: block;
		width: 25%;
		float: left;
		margin: 30px 0;
		font-size: 80px;
		color: #FFFFFF;
		background-color: #333333;
		 -webkit-box-shadow: none;
     -moz-box-shadow: none;
		box-shadow: none;
	}
	.social a:hover, .social a:focus {
		width: 25%;
		margin-left: 0;
		transition: none; /* explorer 10 */
     -webkit-transition: none; /* chrome & safari */
     -moz-transition: none; /* firefox */
     -o-transition: none; /* opera */
	}
	a.home_sticker img {
		display: none;
		position: relative;
		z-index: 0;
		width: 25%; /* (100% / 10 * 3) - (PR: 5% + PL: 5%) */
		padding: 0 5% 0 0;
		float: left;
	}
	a.navigation_mobile {
		width: 40%; /* (100% / 10 * 4) */
		margin: 0 30% 0.2em 30%;
		padding-top: 0.2em;
		text-align: center;
		float: left;
		font-family: 'yanone-kaffeesatz', sans-serif;
		font-size: 36px;
		letter-spacing: 0.1em;
	}
  a.navigation_mobile .typcn:before {
    padding-bottom: 0.13em;
  }
	a.open {
		display: block;
	}
	a.close {
		display: none;
	}
	#menu_open:target a.open {
		display: none;
	}
	#menu_open:target a.close {
		display: block;
	}
	#menu_open:target #bg_nav {
		height: 46em;
		transition: all 0.5s; /* explorer 10 */
     -webkit-transition: all 0.5s; /* chrome & safari */
     -moz-transition: all 0.5s; /* firefox */
     -o-transition: all 0.5s; /* opera */
	}
	.banner {
		width: 90%;
		margin: 0 5%;
	}
	.banner a.button_banner {
		display: none;
	}
  .band-portraits {
		width: 100%;
		padding: 0 0 2em 0;
	}
  audio {
		padding: 1.2em 0;
	}
	.footline {
		margin-left: 5%;
	}
}

/* ----------------------------------------------------- breack-point 430px (mobile small) */

@media only screen and (max-width: 430px) {
	.store img.store_img_margin_kurz {
		padding-bottom: 52px;
	}
}
/* ----------------------------------------------------- Print */
/*!
* print.css v1.0.0
* http://printstylesheet.com/
*
* Copyright (c) 2011 David Bushell
* Dual licensed under the BSD or MIT licenses: http://printstylesheet.com/license.txt
* Author: David Bushell
* http://dbushell.com/
*/
@media only print{
	body * {
		display: none !important;
	}
	body:after {
		content: "Don't waste paper!";
	}
}
