/*
Theme Name: ZKS Web
Theme URI: http://zweikommasieben.ch
Description: Theme ZKS Web
Version: 1.0
Text Domain: zks_web
Domain Path: /languages/

*/


/*
The font softwares linked herebelow are the
property of Swiss Typefaces Sàrl.
You may not download the font softwares.
Purchase and licensing informations are
available at http://www.swisstypefaces.com/
licensing/
Copyright (C) Swiss Typefaces Sàrl
*/
@font-face {
    font-family: 'suisse';
    src: url('fonts/SuisseIntl-SemiBold-WebXL.eot?#iefix') format('embedded-opentype'),
         url('fonts/SuisseIntl-SemiBold-WebXL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'suisse';
    src: url('fonts/SuisseIntl-SemiBoldItalic-WebXL.eot?#iefix') format('embedded-opentype'),
         url('fonts/SuisseIntl-SemiBoldItalic-WebXL.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'suisse-mono';
    src: url('fonts/SuisseIntlMono-Regular-WebXL.eot?#iefix') format('embedded-opentype'),
         url('fonts/SuisseIntlMono-Regular-WebXL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'suisse-works';
    src: url('fonts/SuisseWorks-Book-WebXL.eot?#iefix') format('embedded-opentype'),
         url('fonts/SuisseWorks-Book-WebXL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'suisse-works';
    src: url('fonts/SuisseWorks-BookItalic-WebXL.eot?#iefix') format('embedded-opentype'),
         url('fonts/SuisseWorks-BookItalic-WebXL.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/*@font-face {
    font-family: 'suisse-works';
    src: url('fonts/SuisseWorks-Book-WebXL.eot?#iefix') format('embedded-opentype'),
         url('fonts/SuisseWorks-Book-WebXL.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}*/


body {
	padding: 0;
	margin: 0;
	font: normal 1em/1.43 'suisse-works', Times, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}


a {
	color: inherit;
	text-decoration: none;
	position: relative
}

a:hover {
	color: #0000ff;
}

i, em {

}


h1,h2,h3,p {
	font-size: inherit;
	margin-top: 0;
}

h1,h2,h3 {
	font-weight: normal;
}
h2 {
	font-size: 3em;
	margin-bottom: 1em;
	font-family: 'suisse', sans-serif;
	line-height: 1;
}

h3 {

}

address {
	font-style: normal;
	margin-top: 1em;
}

.accessibility {
	display: none;
}


table {
	width: 100%;
	margin-left: -8px
}

tr, td, th {
	vertical-align: top;
	padding: 6px 8px;
}

th {
	text-align: left;
	font-family: "suisse",sans-serif;
	font-size: 1.15em;
	line-height: 1.15;
	font-weight: normal;
}

td {

}

tbody tr:nth-child(odd) {
	background-color: #f5f5f5;
}


/*
	Layout
------------------------
*/

div, nav, header, footer, article, aside, section, blockquote, cite, ul, ul * {
	box-sizing: border-box;
}

#page {
	width: 950px;
	margin: 0 auto;
}

#header {
	font-family: 'suisse', sans-serif;
	margin-top: 43px;
	position: relative;
	padding-left: 214px;
	margin-bottom: 73px;
}


h1 {
	font-size: 0.95em;
	font-family: inherit;
	text-transform: uppercase;
	display: inline-block;
	margin: 22px 0 0 -218px;
	float: left;
	vertical-align: top;
}

h1 a {
	padding: 0 0 0 26px;
	display: inline-block;
	line-height: 1;
}

#content {
	margin-left: 26px;
	margin-bottom: 100px;
	float: left;
	position: relative;
	z-index: -1;
	width: 710px;
}

.onecol,
.detail {
	padding-top: 20px;
	margin-bottom: 15px;
	clear: both;
	position: relative;
}

.onecol.hasimg {
	margin-bottom: 30px;
}

.onecol:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.info {
	margin-top: -28px;
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
}

.detail .info {
	margin-left: 188px;	
}

.blog-item .teaser-title,
.detail .teaser-title {
	position: relative;
	margin-left: 183px;
	padding-left: 5px;
	padding-right: 25px;
	border-top: 4px ridge #ccc;
	border-right: 4px ridge #ccc;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.detail .teaser-title {
	margin-left: 0;	
	padding-left: 0;
}

.onecol .teaser-title:before {
	border: 4px ridge #ccc;
	content: " ";
	width: 183px;
	height: 100%;
	position: absolute;
	top: -25px;
	left: -191px;
	padding: 0 0 61px 0;
}

.teaser-title h2 {
	margin-bottom:0;
	padding-bottom: 15px;
	padding-top: 20px;
}

.list {
	margin-bottom: 15px
}

.list .teaser-title {
	margin-left: 0 !important;
}

.list .teaser-title h2 {
	padding: 10px 0 8px;
	font-size: 2em;
}

.list .info {
	margin-left: 183px;
}

.list-title {
	border: 4px ridge #ccc;
	margin-bottom: 29px;
	margin-left: 188px;
	padding: 0;
}

.list-title h2 {
	background-color: #f5f5f5;
	font-size: 1.45em;
	margin: 0;
	padding: 8px 7px 4px;
}

.list-title h2 .auszeichnung {
	font-size: .6em;
}

.mag-list {
	margin-top: 2.5em;
}

.mag-list .list .teaser-title h2 {
	font-size: 2em;
}

.lead {
	font-size: 1.125em;
	position: relative;
	border-right: 4px ridge #ccc;
	padding-right: 25px;
	padding-bottom: 2px;
}

.onecol.hasimg .lead {
	padding-bottom: 100px;
}

.lead p {
	margin-bottom: 7px;
}

.dropcap {
	box-sizing: border-box;
	display: inline-block;
	width: 188px;
	height: 35px;
	float: left;
}

.blog-item .dropcap {
	margin-top: 10px;
	font-size: 1.4em;
	line-height: 0;
}

.article-content .dropcap  {
	font-size: 1.5em;
	margin-top: 8px;
	line-height: 0
}

.onecol .img {
	float: left;
	margin-left: 188px;
	width: 495px;
}

.blog-item .img img {
	max-width: 100%;
	max-height: 495px;
}

.taglist {
	border: 4px ridge #ccc;
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
	line-height: 1.15;
	max-width: 470px;
	float: right;
	margin-bottom: 15px
}

.taglist div {
	padding: 3px 7px;
	background-color: #fff;
}

.blog-item.hasimg .taglist {
	position: absolute;
	float: none;
	right: 0;
}

/*		Two Col */

.twocol {
	width: 338px;
	float: left;
	margin-right: 34px;
	margin-bottom: 50px;
	vertical-align: top;
}

.lastel {
	margin-right: 0 !important;
}

.firstel {
    clear: left;
}

.twocol .info {
	margin-top: 5px;
}

.twocol .teaser-title h2 {
    font-size: 2em;
    padding: 3px 0;
}

.twocol .teaser-title {
	margin-left: -8px;
	padding-left: 8px;
}

.twocol .img {
    border-right: 4px ridge #ccc;
    padding-top: 5px;
    margin-left: -8px;
    text-align: right;
}

.twocol .img+.lead {
	padding-top: 5px;
}

.twocol .img img {
	max-height: 400px;
	vertical-align: bottom;
}

.twocol .lead {
	padding-right: 15px;
	font-size: 1em;
}

.twocol .taglist {
	max-width: 353px;
}

/*		Three Col */

.threecol {
	width: 222px;
	float: left;
	margin-right: 26px;
	margin-bottom: 30px;
	vertical-align: top;
	border-right: 4px ridge #ccc;
	border-top: 4px ridge #ccc;
	position: relative;
}

.threecol.firstel {
	margin-left: -8px;
}

.threecol .teaser-title {
	margin-left: 0;
	padding: 0 8px;
	border: 0 none;
}

.threecol .teaser-title h2 {
    font-size: 1.45em;
    padding: 0;
}

.threecol .info {
	margin-top: 5px;
}

.threecol .lead {
	font-size: 1em;
	border-right: 0 none;
	padding: 3px 8px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;

}

.threecol .taglist {
	margin: 0 -4px 0 8px;
	font-size: 1em;
}

.threecol .img {
    padding-top: 5px;
}

.threecol .img img {
	max-height: 400px;
	vertical-align: bottom;
}


.web-banner {
	border: 4px ridge #ccc;
	margin-left: -8px;
	margin-bottom: 35px;
	margin-top: 21px;
}

.web-banner-link {
	display: block;
	height: inherit;
	margin-top: 2px;
	text-indent: -999999px;
}

.web-banner img {
	max-width: 100%;
	height: auto;
	display: block;
}


/*		Detail */

.lead a, .article-content a, #cff a {
    text-decoration: underline;
}

.article-wrapper {
	float: left;
}

.article-content {
	margin-top: 60px;
	position: relative;
	padding-right: 25px;
	clear: both;
}

.article-content:before {
	border: 4px ridge #ccc;
	border-top: 0 none;
	content: " ";
	width: 191px;
	height: 130px;
	position: absolute;
	top: -91px;
	left: -8px;
	box-sizing: border-box;
} 

.article-content.magazin-detail:before,
.dropcap-none:before,
.onecol.list .teaser-title:before {
	content: none;
}

.dropcap-top:before {
	box-sizing: border-box;
	display: inline-block;
	border: 4px ridge #ccc;
	border-bottom: 0 none;
	content: " ";
	width: 191px;
	height: 100px;
	float: left;
	margin-left: -8px;
	margin-right: 5px;
	margin-top: 3px;	
}


/*	Content Styles		*/

p.interview,
p.interview-no-person {
	text-indent: 42px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	margin-bottom: 0;
}

p.first-child.interview {
	text-indent: 0;
	margin-bottom: 1em;
}

p.interview.mono-block {
 	margin: 0;
}

/*p.interview+p:not([class]),
p.interview+p:not([class])+p:not([class]) {
	text-indent: 42px;
	margin-bottom: 0;
}*/

.person {
	min-width: 52px;
	display: inline-block;
	text-indent: 0;
}

blockquote {
	width: 460px;
	border-top: 4px ridge #ccc;
	border-right: 4px ridge #ccc;
	padding: 5px 10px 0 8px;
	margin: 3px 5px 0 -8px;
	float: left;
	font-family: 'suisse', sans-serif;
	font-size: 1.45em;
	line-height: 1.07;
}

blockquote * {
	margin-bottom: 3px;
}

cite {
	border: 4px ridge #ccc;
	float: right;
	margin: 1.1em -14px 0 0;
	font-size: 0.82em;
	padding: 3px 7px;
	font-style: normal;
}

blockquote+.interview {
	text-indent: 0;
}

sup, .auszeichnung, .footnotes, .footnote {
	top: 0;
	font-size: 80%;
	font-family: 'suisse-mono', sans-serif;
	margin-left: 1px;
}

.mono-block {
	font-size: 80%;
	font-family: 'suisse-mono', sans-serif;
	line-height: 1.45;
	margin: 1em 0; 
}

.auszeichnung .footnote,
.mono-block .auszeichnung,
.mono-block .footnote{
	font-size: 100%;
}



.footnote a:before {
	content: "[";
}

.footnote a:after {
	content: "]";
}

.footnote a {
	text-decoration: none;
}


.auszeichnung {
	
}

.footnotes {
	margin-top: 2.8em;
	letter-spacing: 0;
	margin-left: 0;
}
.footnotes ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: item;
}

.footnotes li {
	margin-left: 94px;
}

.footnotes .nr {
	margin-left: -94px;
	width: 94px;
	display: inline-block;
}

.footnotes li:before {
    display: inline-block;
    content: "[" counter(item) "]";
    counter-increment: item;
	margin-left: -52px;
	width: 44px;
}

/*	Images, Slider		*/

.img-slide {
	border: 4px ridge #ccc;
	text-align: right;
	display: inline-block;
	margin: 0 0 10px 0;
	position: relative;
	max-width: 100%
}

p.interview+.img-slide,
p.interview+.slider {
	margin: 1em 0;
}

.img-caption {
	position: absolute;
	bottom: -17px;
	left: 90px;
	border: 4px ridge #ccc;
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
	line-height: 1.07;
}

.img-caption div {
	background-color: #fff;
	padding: 3px 5px;
}

.img-slide img {
	max-width: 100%;
	max-height: 600px;
	display: block;
}

.img-slide[data-caption]:after {
	content: attr(data-caption);
	position: absolute;
	bottom: -17px;
	left: 90px;
	border: 4px ridge #ccc;
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
	line-height: 1.07;
	background-color: #fff;
	padding: 3px 5px;
	white-space: normal;
    max-width: 590px;
    text-align: left;
    display: block;
    box-sizing: border-box;
    }

.img-slide[data-caption=""]:after{
	content: none;
}

.img-slide+p {
	
}

.slider {
	border-top: 4px ridge #ccc;
	border-bottom: 4px ridge #ccc;
	margin: 1em -25px 1em 0;
	position: relative;
	height: auto;
	overflow: hidden;
}

.slider-container {
	height: inherit;
	white-space: nowrap;
	width: auto;
	background-color: #f5f5f5;
    padding-left: 4px;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.slider .img-slide {
	border: 0;
	padding: 45px 45px 0 45px;
	display: inline-block;
	vertical-align: top;
	max-width: none;
    width: 685px;
    margin-left: -4px;
	margin-bottom: 45px;
}

.slider .img-slide:after {
	/*left: 300px;*/
	-webkit-transition: left .8s ease-in-out;
	-moz-transition: left .8s ease-in-out;
	-o-transition: left .8s ease-in-out;
	transition: left .8s ease-in-out;
}

.img-slide.imgactive:after {
	left: 92px;
}


.slider .img-slide img {
	max-height: 400px;
	margin: 0 auto
}

.slider-nav {
	height: 36px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 9999;
}

.slider-nav .label {
	border-bottom: 8px ridge #ccc;
	display: block;
	height: 0;
	margin-top: -28px;
	text-indent: -9999px;
}

.arrow {
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	border-top: 8px ridge #ccc;
	border-right: 8px ridge #ccc;
	display: inline-block;
}

.prev {
	left: 17px;	
}

.next {
	right: 17px;
	text-align: right;	
}

.next .label {
	text-indent: 9999px;	
}

.prev .arrow {
	transform: rotate(225deg) ;
	-webkit-transform: rotate(225deg) ;
	-moz-transform: rotate(225deg) ;
	-o-transform: rotate(225deg) ;
	-ms-transform: rotate(225deg) ;
}

.next .arrow {
	transform: rotate(45deg) ;
	-webkit-transform: rotate(45deg) ;
	-moz-transform: rotate(45deg) ;
	-o-transform: rotate(45deg) ;
	-ms-transform: rotate(45deg) ;
}


.slider-nav:hover .arrow,
.slider-nav:hover .label {
	border-color: #00ff00;
}



/*	Video, Audio	*/

.media-content iframe{
    width: 100%;
}


.media-content[data-attr*="soundcloud"],
.media-content[data-attr*="mixcloud"] {
	margin-bottom: .65em;
}

.media-content iframe[src*="mixcloud"]{

}


.media-content[data-attr*="youtube"] {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.media-content iframe[src*="youtube"],
.media-content iframe[src*="youtube"] object,
.media-content iframe[src*="youtube"] embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

/*
	Magazin
------------------------
*/

.newissue {
	margin-bottom: 50px;
}

.newissue:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


.magazin .blog-item {
	position: relative
}

.magazin .threecol {
	border: 0 none;
}

.onecol .magazin-title {
	border-top: 4px ridge #ccc;
	border-right: 4px ridge #ccc;
	margin-left: 183px;
	height: 200px
}

.onecol .magazin-title:before {
	content: none;
}

.threecol .magazin-title {
	border: 0 none;
	height: inherit;
	margin-left: 0;
}

.magazin-title .nr {
	border: 4px ridge #ccc;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	font-family: "suisse",sans-serif;
	font-size: 3em;
	height: 184px;
	line-height: 290px;
	margin-left: -196px;
	margin-top: -25px;
	padding: 0 0 0 3px;
	width: 191px;
}
/*
.newissue .magazin-title h2 {
	font-size: 1.15em;
	margin-top: -25px;
	height: 25px;
	margin-bottom: 0;
	margin-left: 5px;
	z-index: 100;
}
*/
.threecol .magazin-title h2 {
	font-size: 1.45em;
    margin: 0 0 0 8px;
}

.magazin-title .img {
	margin-left: 5px;
	margin-top: 5px;
}

/*.threecol .magazin-title .img {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 214px;
}*/

.threecol .magazin-title .img {
    border-right: 4px ridge #ccc;
    border-top: 4px ridge #ccc;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 8px 8px;
    vertical-align: top;
    width: 100%;
}

.magazin-title .img img {
	max-width: 100%;
}

.threecol .magazin-title .img img {
	max-width: 100%;
}

.index div {
	background-color: #fff;
	padding: 3px 7px;
}

.index p {
	margin: 0;
}

.newissue .index {
	float: none;
	position: absolute;
	right: 0;
	border: 4px ridge #ccc;
	font-family: "suisse",sans-serif;
	font-size: 1.15em;
	line-height: 1.07;
	margin-bottom: 15px;
	max-width: 222px;
}


/*
	Events
------------------------
*/

.tribe-events-ajax-loading {
	display: none;
}

.tribe-events-address {
	display: inline;
}

.tribe-events-address .delimiter {
	display: none;
}

.event-datum {
	position: absolute;
	bottom: 12px;
	left: -183px;
	font-family: "suisse",sans-serif;
	font-size: 1.45em;
}

.events .onecol .teaser-title:before {
	padding-bottom: 15px;
}


/*
	Infinite Scroll
------------------------
*/

#nav-below {
	display: none;
}

#infscr-loading {
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: -35px;
	width: 60px;
	height: 60px;
	border: 6px ridge #ccc;
	border-radius: 60px;
}

#infscr-loading div {
	background-color: #f5f5f5;
	width: 48px;
	height: 48px;
	border-radius: 30px;
	position: relative;
}

#infscr-loading em,
#infscr-loading img {
	display: none;
}

#infscr-loading div:after {
	background-color: #00ff00;
	border-radius: 10px;
	height: 16px;
	width: 16px;
	position: absolute;
	content: "";
	margin: 5px;
}
	
@-moz-keyframes circle {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes circle {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@-o-keyframes circle {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}
@keyframes circle {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#infscr-loading div {
	-webkit-animation: circle .75s linear infinite;
	-moz-animation: circle .75s linear infinite;
	-o-animation: circle .75s linear infinite;
	animation: circle .75s linear infinite;
	}
	
/*
	Formular
------------------------
*/

form {
	margin-top: 0;
	padding: 0;
}

.wpcf7-form.sent ol, .wpcf7-form.sent .submit {
	display: none
}

form ol {
	margin: 0;
	padding: 0;
}

form li {
	list-style: none;
	margin: 0 0 15px 0;
}

form label, .ausgabe-liste label.prelabel {
	display: inline-block;
	height: 40px;
    line-height: 40px;
	vertical-align: top;
	width: 189px;
	font-size: 80%;
	font-family: 'suisse-mono', sans-serif;
	text-indent: 42px;
}

.ausgabe-liste label.prelabel,
.abo label {
	height: auto;
	line-height: normal;
}

.ausgabe-liste label.prelabel {
	margin-left: -189px;
}

form input, form textarea {
	font: inherit;
	color: #000;
	background-color: #d1d1d1;
	border: 1px solid #d1d1d1;
	width: 400px;
	padding: 3px 7px;
}

form input {
	padding: 0 7px;
	height: 40px;
	line-height: 40px;
}

form input[type=checkbox] {
	width: auto;
	height: auto;
}

#temp-input {
	display:none;
}

.ausgabe-liste, #temp-price {
    margin-left: 189px;
    margin-bottom: 15px;
}

#temp-price {
	font-size: 80%;
	font-family: 'suisse-mono', sans-serif;
}

.abo {
	margin-bottom: 1.5em;
}

.total {
	padding-left: 26px;
	margin-bottom: 1em;
	font-weight: bold;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}
.abo span.wpcf7-list-item,
.abo p label {
	width: 400px
}

.abo p {
	display: inline-block;
}

.abo p label {
	text-indent: 0;	
}

.wpcf7-list-item-label {
	padding-top: 2px;
	padding-left: 5px;
}

.ausgabe-liste label,
.abo span label {
	line-height: normal;
	text-indent: 0;
	width: auto;
	height: 25px;
	display: inline-block;
}

.abo span label {
	height: auto;
}

.anz-wrapper {
	display: none;
	margin-bottom: 15px;
	margin-left: 26px;
	font-size: 80%;
	font-family: 'suisse-mono', sans-serif;
}

.anz-wrapper input {
	height: 30px;
	width: 30px;
}


form input.wpcf7-captchar {
    width: 80px !important;
}

.wpcf7-captchac {
	position: relative;
	top: 6px;
	margin-right: 5px;
}

form input:focus {

}

form textarea {
	height: 200px;
}

form .submit {
	margin: 2em 0 1em 189px;
}

form .submit input {
	width: auto;
	box-sizing: border-box;
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
	height: 45px;
	line-height: 33px;
	cursor: pointer;
	background-color: #d1d1d1;
	border: 6px outset #c1c1c1;
	width: auto;
	padding: 0 10px;
	text-align: center;
	border-radius: 0;
}

div.wpcf7-response-output,
div.wpcf7-validation-errors,
div.mc4wp-alert {
    background-color: #f5f5f5;
    margin: 2em 0 1em;
    padding: 5px 7px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.mc4wp-error {
    border: 4px ridge #ccc;
}

input.wpcf7-not-valid {
	border: 1px solid #000
}
span.wpcf7-not-valid-tip {
    color: #000;
    display: block;
	font-size: 80%;
	font-family: 'suisse-mono', sans-serif;
    padding-left: 189px;
    padding-top: 5px;
}

.form.mc4wp-form {
    margin: 1em 0;
}

.form.mc4wp-form form .submit {
	margin-top: 1em;
	margin-bottom: 1em;
}

	

/*
	Facebook
------------------------
*/

#cff {
    margin-top: 65px;
	border: 4px ridge #ccc;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.cff-date {
	font-family: "suisse",sans-serif;
	font-size: 1.15em;
	line-height: 1.15;
	margin-bottom: 12px;
	margin-left: -11px;
	margin-top: -51px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}


.cff-post-text,
.cff-post-desc {
	font-size: 1em;
}

.cff-expand {
	display: none;
}


.cff-item {
	position: relative;
	padding: 3px 7px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	background-color: #f5f5f5;
}

.cff-item+.cff-item {
	margin-right: 0 !important;
}

.cff-viewpost-facebook, .cff-post-text, .cff-post-desc, .cff-shared-link {
	font-family: "suisse-mono",sans-serif;
	font-size: 80%
}


#cff .cff-viewpost-link, #cff .cff-viewpost-facebook {
/*	font-size: 80%;
	font-family: 'suisse-mono', sans-serif;
	line-height: 1.45;*/
}


/*
	Sidebar
------------------------
*/

#sidebar {
	width: 188px;
	float: left;
	margin-top: -2px;
	margin-left: 26px;
}

#sidebar.sidebar-detail {
	margin-top: 65px;
}

.sidebar-item {
	margin-bottom: 25px;
}

.sidebar-item h3 {
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
	line-height: 1.15;
	margin: 0 0 2px;
}

.sidebar-content {
	border-right: 4px ridge #ccc;
	border-top: 4px ridge #ccc;
	position: relative;
}

.ausgabe .sidebar-content {
	height: 310px
}

.ausgabe-bild {
	height: 260px;
	overflow: hidden;
	margin-top: -310px;
}

.issue-related .ausgabe-bild {
	margin-top: 0;
}

.cover {
	display: inline-block;
	position: relative;
	right: -50%;
}

.cover img {
	left: 50%;
	margin-left: -100%;
	height: 260px;
	position: relative;
	z-index: -1;
}

.ausgabe-bild a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
	z-index: 200;
}

:focus {outline:none;}

.sidebar-item.order {
	margin-top: 22px;
}

.sidebar-detail .sidebar-item.order {
	margin-top: -15px;
}

.sidebar-item.issue-related+.sidebar-item.order {
	margin-top: -25px;
}

.order .button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
	height: 50px;
	line-height: 38px;
	cursor: pointer;
	background-color: #d1d1d1;
	border: 6px outset #c1c1c1;
	width: 188px;
	text-align: center;
}
.order .button:hover {
	color: inherit;
}

.order .button:active {
	color: inherit;
	line-height: 41px;
	border: 6px inset #c1c1c1;
}
.sidebar-item.o-offline {
	margin-top: -25px	
}
.sidebar-detail .sidebar-item.o-offline {
	margin-top: -25px	
}
.sidebar-detail .sidebar-item.o-offline.sb-space {
    margin-top: -11px;
}


.issue-related .ausgabe-bild:hover {
	overflow: visible;
}

.ad {
	text-align: right;
}

.ad .sidebar-content img{
	display: block;
	float: right
}

.ad .sidebar-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.sidebar-item .tag {
	border: 4px ridge #ccc;
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
	padding: 3px 7px;
	display: inline-block;
}

.link-list .sidebar-content ul,
.widget_recent_entries .sidebar-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.link-list .sidebar-content li,
.widget_recent_entries .sidebar-content li {
	border-bottom: 3px ridge #ccc;
}
	
.link-list .sidebar-content li:last-child,
.widget_recent_entries .sidebar-content li:last-child{
	border-bottom: 0 none;
}

.link-list .sidebar-content li a,
.widget_recent_entries .sidebar-content li a {
	padding: 3px 7px;
	display: block;
	background-color: #f5f5f5;
}

.link-list .sidebar-content li a:hover,
.widget_recent_entries .sidebar-content li a:hover {
	background-color: #00ff00;
	color: inherit;
}

.sidebar-text {
	padding: 3px 7px;
	background-color: #f5f5f5;
}

.social {
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
	height: 35px;
/*	text-align: center;*/
}

.social li {
	border: 4px ridge #ccc;
	border-radius: 40px;
	display: inline-block;
	height: 35px;
	overflow: hidden;
	width: 35px;
	margin-left: 2px;
}

.social a {
	display: block;
	background-color: #f5f5f5;
	font-family: 'suisse', sans-serif;
	font-size: 1.15em;
	text-align: center;
	padding-top: 1px;
	padding-left: 1px;
	height: 35px;
}

.social a:hover {
	background-color: #00ff00;
	color: #000;
}


.social a span {
	display: none;
}

.social a:before {
	content: attr(data-icon);
}


/*
	Suche
------------------------
*/

#search input {
	background: none;
	width: 100%;
	box-sizing: border-box;
	height: 26px;
	border: 0 none;
	font: inherit;
	padding: 3px 7px 0;
}

#search input:focus {
	background-color: #fafafa !important;
}

#search input[type="submit"] {
	display: none;
}


/*
	Navigation
------------------------
*/

#mobile {
	display: none;	
}

#meta {
	float: right;
	width: 184px;
	border-left: 3px ridge #ccc;
	height: 54px;
	font-size: 0.95em;
}

#lang {
	border-bottom: 3px ridge #ccc;
	height: 28px;
	padding-top: 3px;
	padding-left: 7px;
}

#lang a {
}

#lang a.l-active {
	text-decoration: underline;
}

#nav {
	position: relative;
	border: 4px ridge #ccc;
	width: 736px;
	height: 62px;
}

#nav:before {
	content: "";
	background-color: #f5f5f5;
	position: absolute;
	width: 736px;
	height: 62px;
	top: -4px;
	left: -4px;
	z-index: -1;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.15em;
	letter-spacing: 0.01em;
}
#nav ul li {
	text-transform:uppercase;
	margin: 0;
	float: left;
	border-right: 3px ridge #ccc;
}

#nav li ul {
	display: none;
} 

nav ul a {
	padding: 0 20px;
	display: inline-block;
	line-height: 56px;
	height: 54px;
}


nav ul li ul a{
	padding: 2px 20px 0;
}

nav ul .active, 
nav ul a:hover,
nav ul li.selected a {
	color: #000;
	background-color: #00ff00;
}


#secondary {
/*	display: none;*/
	float: right;
	margin: -62px 0 0;
	width: 174px;
}

#secondary span:not(:last-child):after {
	content: ", "
}


@media only screen and (max-width:970px){
	#page {
		width: 750px;
	}
	
	#header {
		padding-left: 180px;
	}
	
	#nav, #nav:before {
	    width: 563px;
	}
	
	h1 {
	    margin-left: -193px;
	}
	
	#content {
		width: 525px;
		margin-left: 15px;
	}
	
	.onecol .teaser-title:before {
		width: 162px;
		left: -170px;
	}
	
	.magazin-title .nr {
	    width: 170px;
	    margin-left: -175px;
	}
	
	.magazin-title {
		margin-left: 160px;
	}
	
	.onecol .teaser-title {
		margin-left: 160px;
	}

	.list-title {
		margin-left: 165px;
	}
	
	.list .info {
		margin-left: 160px
	}
		
	.onecol .teaser-title h2 {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.onecol .img {
	    margin-left: 60px;
	    width: 461px;
	}
	
	.magazin .img {
	    margin-left: 5px;
	    width: 328px;
	}
	
	.twocol {
		width: 245px;
	}
	
	.threecol {
		width: 167px;
		margin-right: 15px;
	}
	
	
	.detail .info {
	    margin-left: 0;
	}
	
	.taglist {
		max-width: 362px;
	}
	
	.dropcap-top:before,
	.article-content:before {
		width: 164px;
	}

	.dropcap {
		width: 162px;
	}
	
	.blog-item .dropcap {
		width: 166px;
	}

	
	#sidebar {
		margin-left: 15px;
	}
	
	p.interview,
	blockquote + p.interview {

	}
	
	blockquote {
		margin-bottom: 5px;
		margin-right: 0;
		width: auto;
	}
	
	.footnotes li {
		margin-left: 60px;
	}
	
	.footnotes .nr,
	.footnotes li:before {
		margin-left: -60px;
		width: 52px;
	}
	
	
	.img-slide:after {
		left: 56px;
	}
	
	.img-slide.imgactive:after {
		left: 60px;
	}
	
	.slider .img-slide {
		padding: 20px 25px 0;
	}
	
	.ausgabe-liste {
		margin-left: 162px
	}
	
	form input[type=text],
	form input[type=email],
	form textarea {
		width: 310px;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	
	form .anz-wrapper input {
	    width: 30px;
	}

	
	form label,
	.ausgabe-liste label.prelabel {
		width: 162px;
		text-indent: 0;
	}
	
	.ausgabe-liste label.prelabel {
		margin-left: -162px;
	}
	
	.total {
		padding-left: 0;
	}
	
	.abo span.wpcf7-list-item,
	.abo p label {
	    width: 330px;
	}
	
	form .submit {
	    margin-left: 162px;
	}


}

@media only screen and (max-width:750px){
	
	body {
		overflow-x: auto;
		font-size: 0.95em;
		background-color: #f5f5f5;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	
	.nav-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}

	#page {
	    margin: 0;
	    width: auto;
	}
	
	#header {
	    margin: 0;
	    padding: 15px 0 0;
	}

	#mobile {
		background-color: #d1d1d1;
		border: 4px outset #c1c1c1;
		display: block;
		float: right;
		font-family: "suisse",sans-serif;
		font-size: 0.95em;
		height: 35px;
		margin-right: 25px;
		margin-top: -4px;
		padding: 4px 12px;
		text-transform: uppercase;
	}
	
	.nav-open #mobile {
		border-style: inset;
	}
	
	h1 {
		margin: 0;
		float: none;
	}
	
	h1 a {
		padding: 0 0 0 25px;
	}
	
	#nav {
		border: 0 none;
		height: auto;
		width: auto;
	}
	
	#nav:before {
		content: none;
	}
	
	#meta, #nav ul {

	}
	
	#nav-wrapper {
		letter-spacing: 0.03em;
		overflow-y: hidden;
		pointer-events: none;
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		visibility: hidden;
		z-index: 9999;
		background-color: #f5f5f5;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	
	.nav-open #nav-wrapper {
		overflow-y: auto;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
	
	#meta {
		float: none;
		height: auto;
		margin: 0 15px 20px;
		width: auto;
		border: 0 none;
	}
	
	#lang {
		height: auto;
		margin-bottom: 15px;
		border: 0 none;
		padding-left: 10px;
	}
	
	#secondary {
		width: auto;
		margin: -36px 0 0;
	}
	
	#search input {
		background-color: #fff;
		border: 1px solid #ccc;
		height: auto;
		padding: 5px 9px;
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0;
	}
	
	#nav ul {
		font-size: 2em;
		margin: 0 15px;
		border: 0 none;
	}
	
	#nav ul li {
		float: none;
		border: 0 none;
		display: block;
		margin-bottom: 6px;
		text-align: center;
	}
	
	#nav ul li:first-child {
		border-top: 0 none;
	}
	
	#nav ul a {
		text-transform: none;
		display: block;
		padding: 0;
		border: 8px outset #c1c1c1;
		background-color: #d1d1d1;
		height: 60px;
		line-height: 45px;
	}

	#nav ul a.active, #nav ul a:hover {
		border-style: inset;
		line-height: 49px;
		padding-left: 4px;
	}
	
	#content {
		float: none;
		width: auto;
		margin: 0 15px;
		position: static;
		padding-top: 30px;
	}
	
	.detail {
		margin-bottom: 30px;
		padding-top: 0;
	}
	
	.blog-item,
	.blog-item,.magazin .threecol {
		float: none !important;
		width: auto !important;
		margin-right: 0;
		margin-bottom: 20px;
		padding-top: 0;
		border: 4px ridge #ccc;
		background-color: #fff;
	}
	
	.onecol:after {
		content: none;
	}
	
	.threecol.firstel,
	.threecol,
	.threecol.lastel {
		margin-left: 0;
	}
	
	.onecol .img {
		float: none;
		width: auto;
		margin: 0 -10px 0 0;
	}
	
	.twocol .img {
		margin-left: 0;
		border: 0 none;
	}
	
	.blog-item .img img {
		display: block;
		max-height: none;
		width: 100%;
	}
	
	.lead {
		padding-right: 10px;
		font-size: 1.1em;	
	}
	
	.onecol.hasimg .lead {
		padding-bottom: 0;
	}
	
	.blog-item .lead {
		border: 0 none;
	}
	
	.twocol .img + .lead {
		padding: 0
	}
	
	.blog-item .lead p {
		display: none;
	}
	
	.detail .lead {
		border: 0 none;
		margin: 15px 0 0 -6px;
		padding: 0 0 0 15px;
	}
	
	.dropcap-top:before,
	.onecol .teaser-title:before {
		content: none;
	}
	
	h2,
	.threecol .teaser-title h2,
	.threecol .magazin-title h2,
	.magazin-title .nr {
		font-size: 2em;
	}
	
	.magazin-title .nr {
		border: 0 none;
		margin: 0 0 0 8px;
		padding: 0;	
		float: none;
		width: auto;
		height: auto;
		line-height: 1;
	}
	
	.newissue .index {
		display: none;
	}
	
	.newissue .img {
		margin: 0;
	}
	
	.onecol .magazin-title {
		height: auto;
	}
	
	.list-title {
		margin-left: 0;
		border: 0 none;
	}
	
	.list-title h2 {
		padding: 0 8px;
	}
		
	.info,
	.detail .info {
		margin-top: 5px;
		margin-left: 0 !important;
	}
	
	.blog-item .teaser-title {
		margin-left: 0;
		padding-left: 6px;
		border: 0 none;
	}
	
	.threecol .teaser-title {
		margin-left: 0
	}
		
	.teaser-title h2,
	.threecol .teaser-title h2,
	.twocol .teaser-title h2 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.threecol .img {
		padding-top: 0;
	}

	.threecol .magazin-title,
	.newissue .magazin-title {
		margin: 0;
		padding: 0;
	}
	
	.threecol .magazin-title .img {
		border: 0 none;
		padding: 0;
	}

	
	.detail .teaser-title {
		background-color: #fff;
		margin: 0;
		padding: 0 6px;
		border: 4px ridge #ccc;
	}

	.blog-item .taglist {
		display: none;
	}
	
	.taglist {
		max-width: none;
		float: none;
		margin: 0;
	}
	
	.taglist div {
	    padding: 3px 6px;
	}
	
	.article-content {
		padding-right: 0;
		background-color: #fff;
/*		border-bottom: 4px ridge #ccc;*/
		margin: 50px -15px 0;
		padding: 20px 15px 2em 25px;
	}
	
	.article-content:before {
		border: 4px ridge #ccc;
		background-color: #fff;
		top: -27px;
		height: 85px;
		left: 15px;
		width: 85px;
		z-index: 99;
	}
	
	.article-content>p:first-child:before {
		/*border-bottom: 4px ridge #ccc;
		content: " ";
		display: block;
		margin: -20px -15px 16px -25px;*/
	}
	
	.dropcap {
		padding-left: 2px;
		width: 83px;
		color: #000 !important;
		height: 25px;
	}
	
	.article-content .dropcap {
		position: relative;
		z-index: 100;
	}
	
	.lead .dropcap {
		float: none;
		display: inline;
		padding: 0;
	}
	
	p.interview,
	blockquote + p.interview {
		text-indent: 0;
		text-align: left;
	}
	
	.person {
		min-width: 42px;
	}
		
	.footnotes li {
		margin-left: 40px;
	}
	
	.footnotes .nr,
	.footnotes li:before {
		margin-left: -40px;
		width: 32px;
	}
		
	#sidebar,
	#sidebar.sidebar-detail {
		margin: 0 auto 2em;
		float: none;
		width: auto;
		max-width: 280px;
		clear: both;
	}
	
	.ad .sidebar-content {
	/*	border: 0 none; */
	}
	
	.sidebar-item h3 {
		margin: 0 0 2px 10px;
	}
	
	.link-list .sidebar-content li a {
		padding: 3px 10px;
		background-color: #fff
	}
	
	.img-slide {
		margin-bottom: 15px;
	}

	.img-slide[data-caption]:after {
		left: 40px;
	}
	
	.slider {
		margin: 0 -15px 10px -25px;
	}
	
	.article-content .slider:first-child {
	    margin-top: -20px;
	}
	
	.slider .img-slide {
		padding: 14px 15px 0;
		margin-bottom: 25px;
	}
	
	.slider .img-slide:after {
		left: 50%;
	}

	.img-slide.imgactive:after {
		left: 65px;
	}

	
	.slider .img-slide img {
		max-height: 320px;
	}
	
	.slider-nav {
		top: 100px;
		margin-top: 0;
		width: 40px;
	}
	
	.arrow {
		height: 30px;
		width: 30px;
	}
	
	.slider-nav .label {
		margin-top: -22px;
		border: 0 none;
	}
	
	.next {
	    right: 12px;
	}
	.prev {
	    left: 12px;
	}
	
	#infscr-loading {
		position: relative;
		bottom: 0;
		margin-left: -35px;
		margin-bottom: 10px;
	}
	
	.issue-related .ausgabe-bild:hover {
		overflow: hidden;
}

	.social a {
		background-color: #fff;
	}	
	#cff {
		margin-top: 0;
	}
	
		
	.cff-date {
		margin-bottom: 1em;
		margin-left: 0;
		margin-top: 0;
	}
	
	.cff-item {
		background-color: #fff;
	}
	
	.ausgabe-liste {
		margin-left: 0;
	}

	
	form input[type=text],
	form input[type=email],
	form textarea {
	    box-sizing: border-box;
	    width: 100%;
	}
	
	form label {
		text-indent: 0;
		display: block;
	}
	
	.ausgabe-liste, #temp-price {
		margin-left: 0;
	}
	
	.abo span.wpcf7-list-item,
	.abo p label {
		width: auto;
	}
	
	form .anz-wrapper input {
	    width: 50px;
	}
	
	form .submit {
	    margin-left: 0;
	}
	
	.web-banner {
		margin-left: 0;
		margin-top: 0;
	}
	
	.web-banner .info {
		background-color: #fff;
	    padding-left: 6px;
		margin-top: 0;
		padding-top: 5px;
		padding-bottom: 2px;
	}
	
	.web-banner-link {
		margin-top: 0;
	}



}

@media only screen and (max-height:480px) and (orientation: landscape) {
	
	#nav-wrapper {
		top: 50px;
	}
		
	#nav ul li {
		float: left;
		margin-right: 10px;

	}
	
	#nav ul a {
		padding: 0 10px;
	}
	
	#nav ul a.active, #nav ul a:hover {
		padding: 0 10px;
	}


}