/*
Theme Name: mital-u
Theme URI: http://www.mital-u.ch/
Author: Tanja Volk
Author URI: http://volk-webdesign.de
Description: mobile first Theme for mital-u.ch
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mital-u
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mital-u is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Shortcodes
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Images
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
	vertical-align: top;
}
#cookie-notice .cn-button {
    background-color: #AD3636;
    background-image: none;
}
.cn-button.bootstrap{
	font-weight: lighter;
	color:#111;
}
.cn-button.bootstrap:hover,
.cn-button.bootstrap:active{
    color: #111;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-size: 1rem;
    font-weight: 700;
}
.site-main > h2,
.site-main .entry-content > h2{
	margin-top:50px;
}
#main > h2:nth-child(1){
	margin-top:0px;
}
p {
	margin-bottom: 1.5em;
}
.page-id-418 p{
	clear:both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	font-size: small;
	padding:10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
.xsmall{
	font-size: .655rem;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size:100%
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background-color:#000;
	background-image:url('img/wall.jpg');
	color:#aaa;
	font-family: 'courier new', courier, monospace, sans-serif;
	font-size: 14px;
	font-size: .875rem;
}

.container-fluid{
	margin-top:23px;
}

/* Header-Elemente */

.site-header{
	padding-right: 40px;
	position: relative;
}
	
.site-description{
	display:none;
}
.site-header .site-branding .site-title a{
	display:inline-block;
	padding:.2em 0;
	
}

/* Main-Elemente */

.site-main{
	padding:0 3px;
}
.home .site-main {
    min-height: 400px;
    margin: 50px 0;
}

/* Footer-Elemente */

.site-footer .textwidget p{
	margin:0;
}
footer .site-info{
	display:none;
}
#lang_sel_click ul{
	margin:0;
	padding:0;
	float:left;
}
#lang_sel_click ul li{
	list-style: none;
	padding-right: 20px
}
.site-footer li{
	display:inline;
}
.site-footer .subpages li:before{
	content: '| ';
	color:#fff;
	margin:0px;
}
.site-footer .subpages li:first-child:before{
	content: '';
}
.site-footer .subpage{
	list-style: none;
	margin: 0;
	padding: 0;
}


/*------------------------------
Pages 
-------------------------------*/

/* Indie Label */

.parent-pageid-420 a,
.parent-pageid-915 a{
	color: #cc3333 ;
}
.parent-pageid-3649 a,
.parent-pageid-3693 a{
	color: #cc3333 ;
}
.parent-pageid-420 .site-footer a,
.parent-pageid-915 .site-footer a,
.parent-pageid-3649 .site-footer a,
.parent-pageid-3693 .site-footer a,
.term-swiss-kult-hits .site-footer a{
	color: #cc3333 ;
}
/* Grauzone */
.page-id-446 a,
.parent-pageid-446 a,
.parent-pageid-446 a:hover, 
.parent-pageid-446 a:focus{
	color: #aadddd ;
}
.page-id-950 a,
.parent-pageid-950 a,
.parent-pageid-950 a:hover, 
.parent-pageid-950 a:focus{
	color:#aadddd;
}
.term-grauzone a{
	color:#aadddd;
}
.page-id-446 .site-footer a,
.parent-pageid-446 .site-footer a,
.parent-pageid-446 .site-footer a:hover, 
.parent-pageid-446 .site-footer a:focus,
.page-id-950 .site-footer a,
.parent-pageid-950 .site-footer a,
.parent-pageid-950 .site-footer a:hover, 
.parent-pageid-950 .site-footer a:focus{
	color:#aadddd;
}

/* mittageisen */
.page-id-448 a,
.parent-pageid-448 a,
.parent-pageid-448 a:hover, 
.parent-pageid-448 a:focus{
	color:#d9ac37;
}
.page-id-1022 a,
.parent-pageid-1022 a,
.parent-pageid-1022 a:hover, 
.parent-pageid-1022 a:focus{
	color:#d9ac37;
}
.term-mittageisen a{
	color:#d9ac37;
}
.page-id-448 .site-footer a,
.parent-pageid-448 .site-footer a,
.parent-pageid-448 .site-footer a:hover, 
.parent-pageid-448 .site-footer a:focus,
.page-id-1022 .site-footer a,
.parent-pageid-1022 .site-footer a,
.parent-pageid-1022 .site-footer a:hover, 
.parent-pageid-1022 .site-footer a:focus{
	color:#d9ac37;
}

/* mev2 */
.page-id-1044 a,
.parent-pageid-1044 a,
.parent-pageid-1044 a:hover, 
.parent-pageid-1044 a:focus{
	color:#cc3333;
}
.page-id-1040 a,
.parent-pageid-1040 a,
.parent-pageid-1040 a:hover, 
.parent-pageid-1040 a:focus{
	color:#cc3333;
}
.term-mev2 a{
	color:#cc3333;
}
.page-id-1044 .site-footer a,
.parent-pageid-1044 .site-footer a,
.parent-pageid-1044 .site-footer a:hover, 
.parent-pageid-1044 .site-footer a:focus,
.page-id-1040 .site-footer a,
.parent-pageid-1040 .site-footer a,
.parent-pageid-1040 .site-footer a:hover, 
.parent-pageid-1040 .site-footer a:focus{
	color:#cc3333;
}
.wp-image-826, .wp-image-814{margin-bottom: 10px}

/* The Vyllies */
.page-id-450 a,
.parent-pageid-450 a,
.parent-pageid-450 a:hover, 
.parent-pageid-450 a:focus{
	color: #aabbdd;
}
.page-id-1097 a,
.parent-pageid-1097 a,
.parent-pageid-1097 a:hover, 
.parent-pageid-1097 a:focus{
	color: #aabbdd;
}
.term-the-vyllies a{
	color:#aabbdd;
}
.page-id-450 .site-footer a,
.parent-pageid-450 .site-footer a,
.parent-pageid-450 .site-footer a:hover, 
.parent-pageid-450 .site-footer a:focus,
.page-id-1097 .site-footer a,
.parent-pageid-1097 .site-footer a,
.parent-pageid-1097 .site-footer a:hover, 
.parent-pageid-1097 .site-footer a:focus{
	color: #aabbdd;
}
/* Crazy */
.page-id-3588 a,
.parent-pageid-3588 a,
.parent-pageid-3588 a:hover, 
.parent-pageid-3588 a:focus,
.page-id-10773 a,
.parent-pageid-10773 a,
.parent-pageid-10773 a:hover, 
.parent-pageid-10773 a:focus,
.page-id-10799 a,
.parent-pageid-10799 a,
.parent-pageid-10799 a:hover, 
.parent-pageid-10799 a:focus{
	color: #eeeeee;
}
.page-id-3596 a,
.parent-pageid-3596 a,
.parent-pageid-3596 a:hover, 
.parent-pageid-3596 a:focus{
	color: #eeeeee;
}
.term-crazy a{
	color:#eeeeee !important;
}
.page-id-3588 .site-footer a,
.parent-pageid-3588 .site-footer a,
.parent-pageid-3588 .site-footer a:hover, 
.parent-pageid-3588 .site-footer a:focus,
.page-id-10773 .site-footer a,
.parent-pageid-10773 .site-footer a,
.parent-pageid-10773 .site-footer a:hover, 
.parent-pageid-10773 .site-footer a:focus,
.page-id-10799 .site-footer a,
.parent-pageid-10799 .site-footer a,
.parent-pageid-10799 .site-footer a:hover, 
.parent-pageid-10799 .site-footer a:focus,
.page-id-3596 .site-footer a,
.parent-pageid-3596 .site-footer a,
.parent-pageid-3596 .site-footer a:hover, 
.parent-pageid-3596 .site-footer a:focus{
	color: #eeeeee;
}
/* Wire */
.page-id-6862 a,
.parent-pageid-6862 a,
.parent-pageid-6862 a:hover, 
.parent-pageid-6862 a:focus{
	color: #889cbb;
}
.page-id-6865 a,
.parent-pageid-6865 a,
.parent-pageid-6865 a:hover, 
.parent-pageid-6865 a:focus{
	color: #889cbb;
}
.term-wire a{
	color:#889cbb !important;
}
.page-id-6862 .site-footer a,
.parent-pageid-6862 .site-footer a,
.parent-pageid-6862 .site-footer a:hover, 
.parent-pageid-6862 .site-footer a:focus,
.page-id-6865 .site-footer a,
.parent-pageid-6865 .site-footer a,
.parent-pageid-6865 .site-footer a:hover, 
.parent-pageid-6865 .site-footer a:focus{
	color: #889cbb;
}

/* Front-Page */

/* Flexbox */
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex-item{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: center;
}
.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: center;
}
.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: center;
}
.flex-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: center;
}
.flex-item img{
	margin-bottom: 50px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
    color: #aaa;
    width: 100%;
    margin: 5px 0;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}
ul.post{
	margin-left:0;
}
ul.post li{
	list-style: none;
	margin-bottom:2rem;
}
ul.post li a.title{
	color:#fff;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}
/* 
------------------
Tables
------------------*/
table{
	width:100%;
}
.table-bordered {
    border: 1px solid transparent;
	border-collapse: separate;
  	border-spacing: 0.15em 0.15em;
	font-size: small;
}
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td{
    border: 0px solid transparent;
	line-height: 124%;
	vertical-align:top;
	padding:4px;
}
.table > tbody > tr > td{
    border: 0px solid transparent;
	line-height: 100%;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td{
	background-color:#333333;
}
#mitalwareOnline-shops .table-bordered tr td:nth-child(1){
	min-width:225px;
}
#mitalwareOnline-shops .table-bordered tr td:nth-child(2){
	min-width:320px;
}
.four_cols > tbody > tr > td:nth-child(1){
	width:10%;
}
.four_cols > tbody > tr > td:nth-child(2){
	width:40%;
}
.four_cols > tbody > tr > td:nth-child(3){
	width:30%;
}
.four_cols > tbody > tr > td:nth-child(4){
	width:20%;
}
.three_cols > tbody > tr > td:nth-child(1){
	width:10%;
}
.three_cols > tbody > tr > td:nth-child(2){
	width:70%;
}
.three_cols > tbody > tr > td:nth-child(3){
	width:20%;
}
.three_cols,
.four_cols,
.table > tbody > tr > td{
	padding:0;
}
.compilation > tbody > tr > td:first-child{
	width: 260px;
	padding-right: 20px;
	text-align:right;
}
.two_cols{
	margin:25px 0 75px;
	vertical-align:top;
	width:100%;
}
.two_cols  > tbody > tr > td{
	padding:7px 5px;
	line-height: 140%;
	vertical-align: top;
}
.two_cols td:nth-child(1){
	text-align:right;
	width:25%;
}
.two_cols td:nth-child(2){
	width:75%;
}
.compilation td {
	padding:10px 0 !important;
}
.compilation td:nth-child(2){
	width: 300px;
}
img.cover{
	max-width: 100px !important;
	width: 100px !important;
	margin-right: 20px;
	margin-bottom:20px;
}
/* tablepress */
.tablepress tfoot th, 
.tablepress thead th {
    background-color: transparent !important;
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #575757;
}
.table > thead > tr > th {
    border-bottom: 0px;
}

#tablepress-40 .column-1, #tablepress-40 .column-3 {
  white-space: nowrap;
}
@media screen and (min-width: 992px){
	.page-template-page-mittageisen .col-md-2 img{
	  margin-left:25%;
	}
}
/* books */
.table.books {
    width: 70%;
}
.books .row-1 .column-1,
.books tr:first-child > td{
	padding-right: 20px;
}
.books .column-1,
.books .column-2,
.books .column-3{
	width:30%;
}
.books td{
	width:30%;
}
.ind_01 img {
    padding: 5px;
}
#tablepress-40 td{
	padding:20px 0;
}
#tablepress-95 td{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
}
#tablepress-96 td{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 2px;
}
#tablepress-97 td{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 2px;
}
#tablepress-109 td{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #AD3636;
}
.parent-pageid-8595 a,
.parent-pageid-8596 a{
    color: #d9ac37;
}
.parent-pageid-8595 a:hover,
.parent-pageid-8596 a:hover{
    color: #d9ac37;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #AD3636;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# WPML
--------------------------------------------------------------*/
.wpml-ls-sidebars-footer-2 {
    background-color: transparent;
}
.wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent;
	  padding:0px;
}
.wpml-ls-sidebars-footer-2 .wpml-ls-current-language > a,
.wpml-ls-sidebars-footer-2 a{
    background-color: transparent;
	color:#fff;
}
.wpml-ls-sidebars-footer-2 a:hover, 
.wpml-ls-sidebars-footer-2 a:focus {
    color:#fff;
    background-color: transparent;
}
.lang_sw{
	margin-bottom:25px;
}
li.wpml-ls-current-language{
	display: none !important;
}
.lang_sel_sel .wpml-ls-native.icl_lang_sel_native,
.lang_sel_other > span:nth-child(1){
    display: none;
}
.icl-en .lang_sel_other::after {
    content: 'change to the english-language-version';
}
.icl-de .lang_sel_other::after {
    content: 'Wechseln zur deutsch-sprachigen Version';
}
.wpml-ls-legacy-list-horizontal a{
	padding:0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pagelink{
	text-align: center;
}
.page-id-1233 .flex-container .flex-item .aligncenter,
.page-id-1256 .flex-container .flex-item .aligncenter{
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/

.box {
    padding: 2px 10px;
    border: 1px solid #444444;
	margin-bottom:20px;
}
.box img {
    float: left;
	margin-right: 10px;
	max-width: 300px;
}
.box.black {
    background: #222222;
}
.box .white{
    background: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Images */

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display:inline-block;
}
img.flex-item{
	margin-bottom:50px;
}
#addthis {
    height: 11px;
}
.brand{
	height: 80px;
  	width: auto;
	margin:1.5em 0;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 220px;
    width: 220px;
}
@media screen and (min-width:992px){
	.brand{
		margin:0;
	}
}


@media screen and (min-width:1060px){
	.wp-image-2426{
		margin-left: -95px;
	}
}
/* Logos */

#logoMital-u, 
#logoIndieLabelPresents{
   margin-top: 0px;
}

#logoKuenstler, #logoLabel, #logoNews, #logoProduktionen, #logoPromotion, #logoSwisskulthits, #logoBezugsquellen, #logoGrauzone, #logoMittageisen, #logoTheVyllies, #logoCrazy, #logoWire, #logoSiouxsie {
    max-height: 70px;
    margin-top: 0px;
}
#logoPunkWave,
#logoDada{
	margin-top:0px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Images Frontpage */
#img01, #img02, #img03 {
    margin-bottom: 50px;
}

/* CD-Cover */
.tax-kuenstler .attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    float: left;
	margin-bottom:15px
}
@media screen and (min-width:992px){
	.tax-kuenstler .attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
	.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    float: right;
  }
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* Gallery */

.gallery a {
	cursor: default;
}

.gallery {
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
	margin: auto;
}

.gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
	padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
	margin: 0;
}

.gallery .gallery-caption {
	font-size: 13px;
	margin: 4px 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.665%;
}

.gallery-columns-7 .gallery-item {
	width: 14.285%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
}
.grid-box{
	min-width: 250px;
	text-align: center;
	margin:25px 0;
	min-height: 210px;
}

/* Media Queries 
	child01 The Vyllies 
	child02 A7 Plakat 'the vyllies 1983-1988 remastered'
	child03 GRAUZONE
	child04 A9 Plakat 'grauzone 1980-1982 remastered'
	child05 mittageisen
	child06 A8 Plakat 'mittageisen 1981-1986 remastered'
	child07 mev2
	child08 toini
	child09 Swiss-KultHits
	child10 crazy
	child11 wire
*/

@media screen and (min-width:400px){

	/* indie-label - kuenstler/artists */
	.page-id-3649 .child01,
	.page-id-3693 .child01{
		max-width: none;
		/*! margin-top: -50px; */
  	}
	.page-id-3649 .child03,
	.page-id-3693 .child03{
		max-width: none;
		/*! margin-top: -22px; */
	}
	.page-id-3649 .child05,
	.page-id-3693 .child05{
		max-width: none;
		/*! margin-top: -30px; */
	}
	.page-id-3649 .child07,
	.page-id-3693 .child07{
		max-width: none;
		/*! margin-top: -100px; */
	}
	.page-id-3649 .child08,
	.page-id-3693 .child08{
		max-width: none;
		margin-top: 0px;
	}
	.page-id-3649 .child09,
	.page-id-3693 .child09{
		max-width: none;
		/*! margin-top: -20px; */
	}
	.page-id-3649 .child10,
	.page-id-3693 .child10{
		max-width: none;
		/*! margin-top: -176px; */
	}
	.page-id-3649 .child11,
	.page-id-3693 .child11{
		max-width: none;
		margin-top: 0px;
	}
}

@media screen and (min-width:600px){

	header{
		margin:5px 0 25px;
	}
	
	/* indie label kuenstler/artists */
	.page-id-3649 main,
	.page-id-3693 main{
		position: relative;
	}
	.page-id-3649 main a,
	.page-id-3693 main a{
		margin-bottom: 18px;
		display: block;
	}
	.page-id-3649 .child02,
	.page-id-3693 .child02{
		position: absolute;
		right: 28%;
		top:100px;
	}
	.page-id-3649 .child04,
	.page-id-3693 .child04{
		position: absolute;
		right: 0%;
		top:175px;
	}
	.page-id-3649 .child06,
	.page-id-3693 .child06{
		position: absolute;
		right: 28%;
		top:300px;
	}
  
}

@media screen and (min-width:660px){
  
	.flex-container{
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.flex-item:nth-child(1),
	.flex-item:nth-child(2),
	.flex-item:nth-child(3){
		align-self: auto;
	}
	.wp-image-2493{
		position:relative;
		bottom:-140px;
		left:25px;
	}	
	.wp-image-2426{
		position:relative;
		bottom:-120px;
		left:50px;
	}

@media screen and (min-width:850px){

	/* indie-label - kuenstler/artists */
	
	.page-id-3649 main .child01,
	.page-id-3693 main .child01{
		margin-left: 4%;
	}
	.page-id-3649 main .child03,
	.page-id-3693 main .child03{
		margin-left: 11%;
	}
	.page-id-3649 main .child05,
	.page-id-3693 main .child05{
		margin-left: 25%;
	}
	.page-id-3649 main .child07,
	.page-id-3693 main .child07{
		margin-left: 75%;
	}
	.page-id-3649 .child08,
	.page-id-3693 .child08{
		margin-left: 60%;
	}
	.page-id-3649 .child09,
	.page-id-3693 .child09{
		margin-left: 16%;
	}
	.page-id-3649 .child10,
	.page-id-3693 .child10{
		margin-left: 57%;
	}
	.page-id-3649 .child11,
	.page-id-3693 .child11{
		margin-left: 10%;
	}
}

@media screen and (min-width:992px){

  .footer .row div:nth-child(2){
    text-align:right;
  }
  
  /* indie label - kuenstler/artists */
  .page-id-3649 .child02,
  .page-id-3693 .child02{
    left:35%;
  }
  .page-id-3649 .child04,
  .page-id-3693 .child04{
    left:55%;
  }
  .page-id-3649 .child06,
  .page-id-3693 .child06{
    left:75%;
  }
}
@media screen and (min-width:1200px){

	body {
		background-attachment:fixed;
	}
}