/*
Theme Name: Verfassungsblog 2015
Theme URI: http:/playnary.de/
Author: Playnary (Design by Happy Little Accidents)
Author URI: http://playnary.de/
Description: 2015 version of verfassungsblog.eu
License: Copyright protected, Use only with permission
Tags: two-columns, three-columns, fixed-layout, responsive-layout, custom-menu, full-width-template


If you want to use this theme in any way, please contact: ms@verfassungsblog.eu
You are NOT permitted to use parts of this code without permission.
*/

/**
 * Table of Contents:

 * 1.0 - Font-Face & Fontstandards
 * 2.0 - Reset (except Fonts)
 * 3.0 - Repeating Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.0.1 - Advertising
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Widgets, Calender & Plugins
 * 8.0 - Footer
 * 9.0 - Media Queries
 * 10.0 - Print

 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */






/**
 * 1.0 Font-Face & Font Standards
*/

@import "fonts/fonts.css";






/**
 * 2.0 Reset (except Fonts)
 * Taken from Twentyfourteen & Modified
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-transition: all .2s ease-in; /* Safari 3.2+, Chrome */
    -moz-transition: all .2s ease-in; /* Firefox 4-15 */
    -o-transition: all .2s ease-in; /* Opera 10.5–12.00 */
    transition: all .2s ease-in; /* Firefox 16+, Opera 12.50+ */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

a, a span {
	text-decoration: none;
	position: relative;
	z-index: 0;
}

a:hover, a:hover span {
	opacity: 0.5;
	filter: alpha(opacity=50); /* internet explorer */
}

a:focus {
	outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

p {
	margin-bottom: 40px;
	margin-bottom: 3.125vw;
}

code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

*, *:before, *:after {

      -webkit-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      -ms-box-sizing: border-box !important;
      box-sizing: border-box !important;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 19px;
	margin-bottom: 1.4843vw;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 19px;
	margin-bottom: 1.4843vw;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 19px;
	margin-bottom: 1.4843vw;
}

ul,
ol {
	list-style: none;
	margin: 0 0 19px 19px;
	margin: 0 0 1.4843vw 1.4843vw;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 19px;
	margin: 0 0 0 1.4843vw;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 19px;
	margin: 0 0 1.4843vw;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	position: relative;
	-webkit-appearance: textfield;
	-webkit-user-select: text;
	-moz-focus-appearance: textfield;
	-moz-focus-user-select: text;
	z-index: 9999999;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	margin-bottom: 19px;
	margin-bottom: 1.4843vw;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

td {
	margin-bottom: 40px;
    margin-bottom: 3.125vw;
}

del {
	color: #767676;
}

hr {
	background-color: rgb(69,68,65);
	border: 0;
	height: 1px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: rgb(54,53,49);
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: rgb(54,53,49);
	color: #fff;
	text-shadow: none;
}







/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea,
.search-field {
	border: none;
	padding: 5px 8px 6px;
	padding: 0.390625vw 0.925vw 0.390625vw 0.925vw;
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
}

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0);
	outline: 0;
}
input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: solid 1px rgb(219,219,219);
	border-radius: 1px;
	text-transform: uppercase;
	vertical-align: center;
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	opacity: 0.5;
	filter: alpha(opacity=50); /* internet explorer */
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgb(140,140,140);
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
}

:-moz-placeholder {
	color: rgb(140,140,140);
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
}

::-moz-placeholder {
	color: rgb(140,140,140);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
}

:-ms-input-placeholder {
	color: rgb(140,140,140);
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 19px;
	margin-bottom: 1.4843vw;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote,
.site-content blockquote {
    padding-left: 30px;
    padding-left: 2.34375vw;
    font-family: 'pt_serifitalic', 'Times New Roman', Georgia, serif;
    font-style: italic;
}

.site-content blockquote p,
.site-content blockquote p {
	font-family: 'pt_serifitalic', 'Times New Roman', Georgia, serif;
    font-style: italic;
	margin-bottom: 19px;
	margin-bottom: 1.4843vw;

}

.wp-caption {
	margin-bottom: 19px;
	margin-bottom: 1.4843vw;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-family: 'pt_serifitalic';
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 19px;
	padding-right: 1.4843vw;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 19px;
	padding-left: 1.4843vw;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

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

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}






/**
 * 4.0 Basic Structure
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.site {
	background-color: transparent;
	min-height: 100vh;
	position: relative;
}

#main {
	position: relative;
	margin-bottom: 36px;
	margin-bottom: 2.8125vw;
}

.main-content {
	width: 100%;
}

.left_column {
	float: left;
	width: 31.25%;
}
	.color_back_left {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 31.25%;
		z-index: -999;
	}

.right_column {
	float: right;
	width: 68.75%;
}

.site-footer {
	position: absolute;
	bottom: -288px;
	bottom: -22.5vw;
	height: 288px;
	height: 22.5vw;
	width: 100%;
	z-index: 3;
}





/**
 * 4.0 Header
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#masthead {
	width: 100%;
	position: relative;
	background-color: #fff;
}
#masthead a, #masthead a span {
	text-decoration: none;
}
#masthead a:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* internet explorer */
}

/* Open // Skrolls out of the viewport */
#top-navi-scroller {
	position: relative;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	height: 130px;
	height: 10.15625vw;
	overflow: hidden;
	top: 0;
	-webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s ease; /* Firefox 4-15 */
    -o-transition: all 0.5s ease; /* Opera 10.5–12.00 */
    transition: all 0.5s ease;
}
.fixed #top-navi-scroller {
	top: -11vw;
}
#top-navi-scroller .site-description {
	position: absolute;
	float: left;
	left: 31.25%;
	margin-top: 29px;
	margin-top: 2.2656vw;
	margin-left: 65px;
	margin-left: 5.078125vw;
}
#top-navi-scroller .site-description .headline {
	display: block;
	font-size: 62px;
	font-size: 4.84375vw;
	line-height: 51px;
	line-height: 4vw;
}
#top-navi-scroller .site-description .subline,
#top-navi-scroller .site-description .subline2 {
	font-family: 'pt_serifbold', 'Times New Roman', Georgia, serif;
	font-weight: 600;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-size: 1.09375vw;
	line-height: 16px;
	line-height: 1.25vw;
	margin-top: 8px;
	margin-top: 0.6vw;
	letter-spacing: 0.1vw
}
#top-navi-scroller .site-description .subline {
	margin-left: 10px;
	margin-left: 0.78125vw;
}
#WZB_logo{
	float: left;
	margin-left: 40px;
	margin-left: 3.125vw;
}
#RechtImKontext_logo {
	float: right;
	margin-right: 40px;
	margin-right: 3.125vw;
}
#WZB_logo,
#RechtImKontext_logo {
	height: 60px;
	height: 4.6875vw;
	width: auto;
	margin-top: 40px;
	margin-top: 3.125vw;
}

/* Closed - is sitting behind the open Header */
#top-navi {
	position: fixed;
	top: 0;
	z-index: 998;
	height: 60px;
	height: 4.6875vw;
	width: 100%;
	/* overflow: hidden; */
	background-color: #363531;
	color: #fff;
}
.customize-support #top-navi { /* Adminbar reposition */
	top: 28px;
}
#top-navi div,
#top-navi span,
#top-navi a, #top-navi ul,
#top-navi li {
	background-color: #363531;
	color: #fff;
}
#top-navi .site-description {
	max-height: 60px;
	max-height: 4.6875vw;
	padding: 19px 0 17px 0px;
	padding: 1.59vw 0 1.2vw 0vw;
	width: 31.25%;
	float: left;
}
#top-navi .site-description .headline {
	float: left;
	font-size: 31px;
	font-size: 2.421875vw;
	margin-left: 19px;
	margin-left: 1.4843vw;
}
#top-navi .site-description .subline,
#top-navi .site-description .subline2 {
	font-family: 'pt_serifbold', 'Times New Roman', Georgia, serif;
	font-weight: 600;
	display: inline-block;
	float: right;
	font-size: 12px;
	font-size: 0.9375vw;
	line-height: 14px;
	line-height: 1.09375vw;
	letter-spacing: 1px;
	letter-spacing: 0.078vw;
}
#top-navi .site-description .subline {
	margin-top: -7px;
	margin-top: -0.3vw;
	margin-right: 52px;
	margin-right: 4.0625vw;
}
#top-navi .site-description .subline2 {
	margin-right: 10px;
	margin-right: 0.78125vw;
	margin-top: 0.08vw;
}
#top-navi li {
	list-style: none;
}
#top-navi #top-nav-links {
 	float: right;
 	display: block;
}

/* Event & Debates */
.debates {
	background-color: #AA3377;
	padding: 0px 40px 0px 65px;
	padding: 0vw 3.125vw 0vw 5.078125vw;
}
.events {
	background-color: #006eb9;
	padding: 0px 40px 0px 40px;
	padding: 0vw 3.125vw 0vw 3.125vw;
}
.eventdebates {
	position: relative;
	z-index: 1;
	min-height: 2.817421875vw
}
.customize-support.fixed .eventdebates { /* Adminbar reposition */
	margin-top: 28px;
}
.eventdebates,
.eventdebates div,
.eventdebates span,
.eventdebates p,
.eventdebates a,
.eventdebates .entry-title a {
	color: #fff;
}
.eventdebates hr {
	background-color: #fff;
	margin-top: 30px;
	margin-top: 2.34375vw;
}
.eventdebates li,
.eventdebates ol {
	display: inline;
	list-style: none;
	margin: 0;
}
.events .meta {
	margin-top: 30px;
	margin-top: 2.34375vw;
	line-height: 24px;
	line-height: 1.875vw;
}
.events .meta span,
.events .meta a,
.events .meta {
	font-family: 'pt_monoregular', 'Courier', serif !important;
}
.events h4 a,
.events h4 {
	font-family: 'pt_serifitalic', 'Times New Roman', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    font-size: 1.40625vw;
    line-height: 25px;
    line-height: 1.953125vw;
    margin-top: 10px;
    margin-top: 0.78125vw;
}
.schwerpunkt_left,
.schwerpunkt_left .title {
	float: left;
    max-width: 520px;
    max-width: 40.625vw;
    display: block;
	line-height: 40px;
    line-height: 3.125vw;
    font-size: 32px;
    font-size: 2.5vw;
}
.schwerpunkt_left {
	margin-top: 30px;
	margin-top: 2.34375vw;
	margin-bottom: 40px;
	margin-bottom: 3.125vw;
}
.schwerpunkt_right {
	float: right;
    max-width: 255px;
    max-width: 19.921875vw;
    margin-bottom: 40px;
	margin-bottom: 3.125vw;
	margin-top: -22px;
    margin-top: -1.71875vw;
	padding-left: 20px;
    padding-left: 1.5625vw;
}
.schwerpunkt_right .more {
	font-size: 12px;
	font-size: 0.9375vw;
}
.schwerpunkt_right p {
	margin-bottom: 20px;
	margin-bottom: 1.5625vw;
}
/* Event & Debates OPEN // Transform via scrollfader.js */
.js .events,
.js .debates {
	max-height: 75vh;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.5s ease-in; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s ease-in; /* Firefox 4-15 */
    -o-transition: all 0.5s ease-in; /* Opera 10.5–12.00 */
    transition: all 0.5s ease-in; /* Firefox 16+, Opera 12.50+ */
	-webkit-transition: width 0s ease-in; /* Safari 3.2+, Chrome */
    -moz-transition: width 0s ease-in; /* Firefox 4-15 */
    -o-transition: width 0s ease-in; /* Opera 10.5–12.00 */
    transition: width 0s ease-in; /* Firefox 16+, Opera 12.50+ */
}
	.js .events_active {
		position: relative;
		margin: 40px 0;
		margin: 3.125vw 0;
	}
	.js .schwerpunkt_active {
		position: relative;
		margin-top: 40px;
		margin-top: 3.125vw;
		margin-bottom: 0px;
		margin-bottom: 0vw;
	}
	.js .schwerpunkt_content,
	.js .vcalendar div,
	.js .vcalendar span,
	.js .vcalendar a,
	.js .vcalendar hr {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.js .vcalendar a:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.unfixed .left_column .events,
	.unfixed .right_column .debates {
		position: relative;
		z-index: 998;
	}
	.debates_active_a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.debates_active:hover{
		cursor: pointer;
	}
	.debates_active_a:hover .schwerpunkt_active {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.debates_active:hover .schwerpunkt_active a:hover,
	.debates_active:hover .schwerpunkt_active span {
		opacity: inherit;
	}
	.debates_active_a,
	.debates_active_a span,
	.debates_active_a div {
		z-index: 1;
	}

/* Event & Debates CLOSED */
.no-js .left_column .events,
.no-js .right_column .debates {
	width: 100%;
	max-height: 2.817421875vw; /* 2.8125vw; */
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s ease-in; /* Firefox 4-15 */
    -o-transition: all 0.5s ease-in; /* Opera 10.5–12.00 */
    transition: all 0.5s ease-in; /* Firefox 16+, Opera 12.50+ */
	-webkit-transition: max-height .5s ease-out; /* Safari 3.2+, Chrome */
    -moz-transition: max-height .5s ease-out; /* Firefox 4-15 */
    -o-transition: max-height .5s ease-out; /* Opera 10.5–12.00 */
    transition: max-height .5s ease-out; /* Firefox 16+, Opera 12.50+ */
}
	.no-js .events_active,
	.events_not_active {
		position: relative;
		margin: 10px 0;
		margin: 0.55vw 0;
	}
	.no-js .schwerpunkt_active,
	.schwerpunkt_not_active {
		position: relative;
		margin-top: 10px;
		margin-top: 0.55vw;
		margin-bottom: 10px;
		margin-bottom: 0.55vw;
	}
	.no-js .schwerpunkt_content,
	.no-js .vcalendar div,
	.no-js .vcalendar span,
	.no-js .vcalendar a,
	.no-js .vcalendar hr {
		opacity: 0;
		filter: alpha(opacity=0); /* internet explorer */
	}
	.fixed .debates_active_a {
		position: inherit;
	}
	.fixed .left_column .events,
	.fixed .right_column .debates {
		position: fixed;
		top: 60px;
		top: 4.6875vw;
	}
	.fixed .left_column .events {
		float: left;
		width: 31.25%;
	}
	.fixed .right_column .debates {
		float: right;
		width: 68.75%;
	}

/* Head-Room for main content*/
.site-main {
	-webkit-transition: margin-top 0s; /* Safari 3.2+, Chrome */
    -moz-transition: margin-top 0s; /* Firefox 4-15 */
    -o-transition: margin-top 0s; /* Opera 10.5–12.00 */
    transition: margin-top 0s; /* Firefox 16+, Opera 12.50+ */
}
.js .site-main {
	margin-top: 0px;
	margin-top: 0vw;
}
.no-js .site-main {
	margin-top: 36px; /* + Eventdebates */
	margin-top: 2.8125vw;
}




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

.menu-secondary-items a,
.menu-primary a,
#magnify a,
#primary_menu_sandwich a,
#en_only_switch a {
 	font-size: 24px;
 	font-size: 1.875vw;
 	line-height: 60px;
	line-height: 4.6875vw;
 }

/* Secondary (Navbar) Menu */
.menu-secondary-items li a,
#magnify a,
#en_only_switch .no_en,
#en_only_switch .en:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.menu-secondary-items li a:hover,
#magnify a:hover,
#en_only_switch .no_en:hover,
#en_only_switch .en {
	opacity: 1;
	filter: alpha(opacity=100); /* internet explorer */
}
#menu-secondary-items {
	float: left;
	margin: 0;
}
.menu-secondary-items li,
#en_only_switch {
	border-left: #8c8c8c solid 1px;
}
.menu-secondary-items li,
#magnify,
#primary_menu_sandwich,
#en_only_switch {
	float: left;
	display: inline-block;
	height: 60px;
	height: 4.6875vw;
	padding-left: 19px;
	padding-left: 1.4843vw;
	padding-right: 19px;
	padding-right: 1.4843vw;
}
#magnify a,
#primary_menu_sandwich a {
	font-family: 'vb_icons';
	cursor: pointer;
}
#search {
	position: fixed;
	top: 60px;
	top: 4.6875vw;
	bottom: 0;
	right: 0;
	left: 100%;
	margin-left: 19px;
	margin-left: 1.4843vw;
	padding: 40px;
	padding: 3.125vw;
	display: block;
	-webkit-transition: background-color 0s !important; /* Safari 3.2+, Chrome */
    -moz-transition: background-color 0s !important; /* Firefox 4-15 */
    -o-transition: background-color 0s !important; /* Opera 10.5–12.00 */
    transition: background-color 0s !important; /* Firefox 16+, Opera 12.50+ */
}
.customize-support #search { /* Adminbar reposition */
	margin-top: 28px;
}
#search form input {
	width: 100%;
	background-color: #8c8c8c;
	border: #fff solid 1px;
	line-height: 36px;
	line-height: 2.8125vw;
	color: #fff;
}
#search form ::-webkit-input-placeholder {
	color: #fff;
}
#search form :-moz-placeholder {
	color: #fff;
}
#search form ::-moz-placeholder {
	color: #fff;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
#search form :-ms-input-placeholder {
	color: #fff;
}
#magnify:hover,
#magnify:hover a,
#primary_menu_sandwich:hover,
#primary_menu_sandwich:hover a  {
	background-color: #8c8c8c;
	opacity: 1;
	filter: alpha(opacity=100); /* internet explorer */
}

/* Primary / Sandwichmenü */
#menu-primary {
	position: fixed;
	top: 60px;
	top: 4.6875vw;
	bottom: 0;
	right: 0vw;
	left: 100%;
	margin-left: 19px;
	margin-left: 1.4843vw;
	padding: 40px;
	padding: 3.125vw;
	display: block;
	z-index: 999;
	-webkit-transition: background-color 0s; /* Safari 3.2+, Chrome */
    -moz-transition: background-color 0s; /* Firefox 4-15 */
    -o-transition: background-color 0s; /* Opera 10.5–12.00 */
    transition: background-color 0s; /* Firefox 16+, Opera 12.50+ */
    letter-spacing: 0.15vw;
}
.customize-support #menu-primary { /* Adminbar reposition */
	margin-top: 28px;
}
#menu-primary-items,
.menu-primary-items,
#top-navi .menu-primary-items li,
.menu-primary-items li a,
#primary_menu_sandwich .menu-primary-items a {
	background-color: #8c8c8c;
	font-family: 'pt_serifregular', 'Times New Roman', Georgia, serif;
	line-height: 40px;
	line-height: 3.125vw;
	margin: 0;
}
#menu-primary-items {
	margin-top: -16px;
	margin-top: -1.25vw;
}
#primary_menu_sandwich .menu-primary-items a:hover {
	color: #363531;
}

/* Search and Primary (Sandwich) Menu visible on Hover */
#magnify a:hover #search,
#magnify:hover #search,
#primary_menu_sandwich a:hover #menu-primary,
#primary_menu_sandwich:hover #menu-primary {
	background-color: #8c8c8c;
}
#magnify a:hover #search,
#magnify:hover #search {
	/* Einfahren-Effekt vs. Einblenden-Effekt
	left: 885px;
	left: 69.140625vw; */
	left: auto;
}
#primary_menu_sandwich a:hover #menu-primary,
#primary_menu_sandwich:hover #menu-primary {
	left: auto;
}
#nav-below,
.nav-next,
.nav-previous {
	float: left;
}
.nav-next {
	margin-left: 1.953vw;
}
#sidebar .nav-next {
	margin: 0;
}
.top-jump {
	float: right;
	margin-right: 24.5vw;
}



/**
 * 6.0 Content
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.right_column article,
.single #content,
.editorial-single #content {
	margin-top: 40px;
	margin-top: 3.125vw;
	padding: 0px 40px 0px 65px;
	padding: 0px 3.125vw 0px 5.078125vw;
}

.right_column .authors-index {
	padding-left: 25px;
	padding-left: 1.953125vw;
	padding-right: 0;
}

#sidebar {
	padding: 40px;
	padding: 3.125vw;
}

.editorial #sidebar,
.editorial .color_back_left  {
	background-color: rgb(219,219,219);
}

.focal .left_column,
.focal .left_column span,
.focal .left_column div,
.focal .left_column h3,
.focal .left_column p,
.focal .left_column a {
	border: 0;
	background-color: #AA3377;
	color: #fff;
}

.event-index .left_column,
.event-index .left_column span,
.event-index .left_column div,
.event-index .left_column h3,
.event-index .left_column p,
.event-index .left_column a {
	border: 0;
	background-color: rgb(0,110,185);
	color: #fff;
}

.left_column article {
	margin-top: 30px;
	margin-top: 2.34375vw;
}

.single article,
.archive .left_column,
.archive .right_column,
.focal .left_column,
.focal .right_column,
.editorial .left_column,
.editorial .right_column,
.event-index .left_column,
.event-index .right_column,
.blog_index .left_column,
.blog_index .right_column {
	position: relative;
	padding-top: 26px;
	padding-top: 2.03125vw;
}

.archive .color_back_left {
	border-right: solid 1px #000;
}

.single .left_column,
.blog_index .left_column,
.event-index .left_column {
	position: relative;
	min-height: 100%;
}

.single .left_column,
.single #sidebar,
.single #sidebar a,
.single #sidebar div,
.single #sidebar span,
.single #sidebar p,
.single #sidebar b,
.single #sidebar strong,
.single #sidebar em,
.single #sidebar h1,
.single #sidebar h3,
.blog_index .left_column,
.blog_index #sidebar,
.blog_index #sidebar a,
.blog_index #sidebar div,
.blog_index #sidebar span,
.blog_index #sidebar p,
.blog_index #sidebar h3 {
	background-color: rgb(140,140,140);
	color: #fff;
	word-wrap: break-word;
	word-break: break-word;
}

.focal-single .left_column,
.focal-single #sidebar,
.focal-single #sidebar a,
.focal-single #sidebar div,
.focal-single #sidebar span,
.focal-single #sidebar p,
.focal-single #sidebar b,
.focal-single #sidebar strong,
.focal-single #sidebar em,
.focal-single #sidebar h3,
.focal-single #sidebar h1 {
	border: 0;
	background-color: #AA3377;
	color: #fff;
}

.single .color_back_left,
.blog_index .color_back_left {
	background-color: rgb(140,140,140);
}

.single #sidebar hr,
.blog_index hr {
	background-color: #fff;
}

.focal .entry-title a,
.focal-headline,
.focal-headline a,
.focal .color_back_left {
	color: #AA3377;
}

.focal-headline a {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
	font-size: 0.9375vw;
	line-height: 16px;
	line-height: 1.25vw;
	-moz-hyphens: none;
   	-o-hyphens: none;
   	-webkit-hyphens: none;
   	-ms-hyphens: none;
   	hyphens: none;
   	padding: 4px;
   	padding: 0.3125vw;
   	margin-bottom: 25px; /* 30px; */
   	margin-bottom: 1.953vw; /* 2.34375vw; */
   	border-top: 1px solid #AA3377;
   	border-bottom: 1px solid #AA3377;
   	vertical-align: middle;
}

.event-index .entry-title,
.event-index .entry-title a,
.event-index-headline,
.event-index-headline a,
.event-index-headline span,
.event-index .color_back_left {
	color: rgb(0,110,185);
}

.event-index-headline {
	display: inline-block;
	width: 100%;
   	padding: 4px;
   	padding: 0.3125vw;
   	margin-bottom: 25px; /* 30px; */
   	margin-bottom: 1.953vw; /* 2.34375vw; */
   	border-top: 1px solid rgb(0,110,185);
   	border-bottom: 1px solid rgb(0,110,185);
   	vertical-align: middle;
}

.event-index-headline,
.event-index-headline a,
.event-index-headline span {
	text-transform: uppercase;
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
	font-size: 0.9375vw;
	line-height: 16px;
	line-height: 1.25vw;
	-moz-hyphens: none;
   	-o-hyphens: none;
   	-webkit-hyphens: none;
   	-ms-hyphens: none;
   	hyphens: none;
}

.event-headline-right {
	float: right;
}

.content_left {
	float: left;
    max-width: 520px;
    max-width: 40.625vw;
    display: block;
    padding-right: 19px;
    padding-right: 1.484375vw;
}
.content_right {
	float: left;
    max-width: 180px;
    max-width: 14.0625vw;
    padding-left: 20px;
    padding-left: 1.5625vw;
    border-left: rgb(69,68,65) solid 1px;
}

.hentry {
	margin: 0 auto 0;
}

.by-author-head {
	margin-top: 40px;
	margin-top: 3.125vw;
	padding-left: 65px;
	padding-left: 5.078125vw;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	margin-bottom: -10px;
	margin-bottom: -0.78125vw;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 40px;
	margin-bottom: 3.125vw;
}

article p {
	margin: 0;
	padding: 0;
}



/**
 * 6.0.1 Advertising
 * -----------------------------------------------------------------------------
 */

.ad {
	position: relative;
	height: auto;
	width: 710px;
	width: 55.46875vw;
	background-color: rgb(0,110,185);
	margin: 35px 0 40px 65px;
	margin: 2.734375vw 0 3.125vw 5.078125vw;
	padding-bottom: 1.5625vw;
}
	.ad div,
	.ad a,
	.ad h1,
	.ad em,
	.ad li  {
		color: #fff;
	}
	.ad hr {
		background-color: #fff;
	}
	.ad img {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
		margin: 0 0 1.5625vw 0;
	}
	.ad h1 {
		font-size: 24px;
		line-height: 30px;
		font-size: 1.875vw;
		line-height: 2.34375vw;
		text-transform: uppercase;
	}

.ad_left {
	position: absolute;
	left: 20px;
	left: 1.5625vw;
	height: 100%;
	width: 140px;
	width: 10.9375vw;
	padding: 20px 0 20px 0;
	padding: 1.5625vw 0 1.5625vw 0;
}

.ad_left, .ad a {
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
	font-size: 0.9375vw;
	line-height: 16px;
	line-height: 1.25vw;
}

.ad_right {
	position: relative;
	left: 200px;
	left: 15.625vw;
	height: 100%;
	width: 510px;
	width: 39.84375vw;
	padding: 20px 20px 20px 0;
	padding: 1.5625vw 1.5625vw 1.5625vw 0;
}

.ad_links a {
	float: right;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 fixed;
	display: block;
	width: 100%;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

article .entry-title,
.element-title,
.page-title .vcard a {
	margin-bottom: 15px; /* 30px; */
   	margin-bottom: 1.17vw; /* 2.34375vw; */
   	display: inline-block;
}

article .focal-index .entry-title {
	margin-bottom: 25px; /* 30px; */
   	margin-bottom: 1.953vw; /* 2.34375vw; */
}

article .entry-title,
article .entry-title a,
.element-title,
.page-title .vcard a {
	text-decoration: none;
	font-size: 32px;
	font-size: 2.5vw;
	line-height: 40px;
	line-height: 3.125vw;
}

article .entry-title a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.element-title,
.page-title .vcard a {
	margin: 30px 0;
	margin: 2.34375vw 0;
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta,
.entry-meta a,
.entry-meta span,
.entry-meta em,
.entry-meta p,
.entry-meta li,
.entry-meta strong,
.entry-meta b,
.author-info,
.author-info p,
.author-info em,
.author-info a,
.author-info strong,
.author-info b,
.author-link,
.also-interesting,
.also-interesting h3,
.also-interesting a,
.comments-link a,
.appendix,
.appendix a,
.citate-sign,
.cat-links,
.cat-links a  {
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
	font-size: 0.9375vw;
	font-weight: normal;
	line-height: 16px;
	line-height: 1.25vw;
	-moz-hyphens: none;
   	-o-hyphens: none;
   	-webkit-hyphens: none;
   	-ms-hyphens: none;
   	hyphens: none;
}

.entry-header .entry-meta {
	clear: both;
	margin-bottom: 25px; /* 30px; */
	margin-bottom: 1.953vw; /* 2.34375vw; */
}

.entry-meta p {
	margin-bottom: 10px;
	margin-bottom: 0.78125vw;
}

.event-index .entry-meta a {
	text-decoration: underline;
}

.citate,
.citate em {
	font-size: 12px;
	font-size: 0.9375vw;
	line-height: 16px;
	line-height: 1.25vw;
}

.sticky .entry-date {
	display: none;
}

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

.tag-links a {
	display: inline-block;
}

.comments-link a,
.print_links a,
.license a,
.paging-navigation a,
#submit,
#searchsubmit {
	display: inline-block;
	border: solid 1px;
	vertical-align: middle;
	padding: 5px;
	padding: 0.390625vw;
	margin-top: 20px;
	margin-top: 1.5625vw;
	background-color: transparent;
	text-transform: uppercase;
}
.comments-link a,
.print_links a,
.license a,
.paging-navigation a,
#submit,
#searchsubmit,
.paging-navigation span {
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
    font-size: 0.9375vw;
    font-weight: normal;
    line-height: 16px;
    line-height: 1.25vw;
}

#submit {
	margin: 0 0 20px 0;
	margin: 0 0 1.5625vw 0;
}

.entry-meta-pics img,
.entry-meta-pics a {
	width: 75px;
	width: 5.859375vw;
	height: auto;
    margin-bottom: 10px;
    margin-bottom: 0.78125vw;
    /*margin-right: 10px;
    margin-right: 0.78125vw;*/
}

.event-index .entry-meta-pics img,
.event-index .entry-meta-pics a {
	width: 120px;
	width: 9.375vw;
	margin-top: 30px;
    margin-top: 2.34375vw;
}

#sidebar .entry-meta-pics img,
#sidebar .entry-meta-pics a {
	width: 100px;
	width: 7.8125vw;
}

.archive #sidebar .entry-meta-pics img,
.archive #sidebar .entry-meta-pics a,
.single #sidebar .entry-meta-pics img,
.single #sidebar .entry-meta-pics a,
.editorial-single #sidebar .entry-meta-pics img,
.editorial-single #sidebar .entry-meta-pics a  {
	width: 200px;
	width: 15.625vw;
}

.entry-meta-pics {
	margin-bottom: 10px;
	margin-bottom: 0.78125vw;
}

.author-info,
.author-link,
.also-interesting h3 {
	margin: 20px 0; /* 20px 0; */
	margin: 1.5625vw 0; /* 1.5625vw 0; */
}

.author-url {
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 20px;
	margin-bottom: 1.5625vw;
}

.citate {
	margin-top: 25px;
	margin-top: 1.953125vw;
}
.social_share_privacy {
	margin-bottom: 0;
	margin-top: 2vw;
}
.social_share_privacy .twoclick-facebook {
	margin-top: 0 !important;
}

.mobil .entry img.vgwort_pixel,
img.vgwort_pixel,
.social_share_privacy div.help_info {
	margin: 0 !important;
	padding: 0;
	border: 0;
}

.print_links {
	float: left;
	margin-right: 20px;
	margin-right: 1.5625vw;
}

.rp4wp-related-posts ul>li {
	padding-bottom: 10px !important;
	padding-bottom: 0.78125vw !important;
}



/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content,
.appendix,
.comments {
	word-wrap: break-word;
}

.entry-summary p {
	display: inline;
	margin-right: 0.4em;
}

.entry p,
#comments p,
.entry img {
	margin-bottom: 20px;
	margin-bottom: 1.5625vw;
}

.entry h1 {
	margin-bottom: 20px;
	margin-bottom: 1.5625vw;
	font-family: 'pt_serifbold', 'Times New Roman', Georgia, serif;
	font-weight: 600;
	font-size: 120%;
}

.entry h2,
#comments h2 {
	margin-bottom: 20px;
	margin-bottom: 1.5625vw;
	font-family: 'pt_serifbold', 'Times New Roman', Georgia, serif;
	font-weight: 600;
}

.entry-summary .read_more {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.9375vw;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-bottom: none;
}

.wpcf7-form {
	margin-top: 20px;
	margin-top: 1.5625vw;
	width: 100%;
	background-color: rgb(219,219,219);
	padding: 20px;
	padding: 1.5625vw;
}
.wpcf7-form p {
	margin-bottom: 20px;
	margin-bottom: 1.5625vw;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.content_left .entry p a {
	text-decoration: none;
    border-bottom: 1px solid #666;
}

.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	text-transform: uppercase;
}

.entry-content .more-link {
	white-space: nowrap;
}

.read-more {
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

.about_left {
	float: left;
	width: 366px;
	width: 28.59375vw;
	vertical-align: top;
}

.about_right {
	float: right;
	width: 366px;
	width: 28.59375vw;
	margin-right: 20px;
   	margin-right: 1.5625vw;
   	vertical-align: top;
}

.entry table {
	border: 0;
	margin: 0;
}

/* Mediaelements */

#single_main_pic {
	margin-bottom: 30px;
   	margin-bottom: 2.34375vw;
}

.content_left img {
	max-width: 39.140625vw;
}

.about_left img {
	max-width: 366px;
	max-width: 28.59375vw;
	width: 20vw;
	margin: 0;
}

.post-tn-copyright,
.post-tn-copyright a {
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
	font-size: 0.9375vw;
	line-height: 16px;
	line-height: 1.25vw;
	-moz-hyphens: none;
   	-o-hyphens: none;
   	-webkit-hyphens: none;
   	-ms-hyphens: none;
   	hyphens: none;
   	word-break: keep-all;
   	display: inline-block;
   	opacity: 0.5;
   	filter: alpha(opacity=50); /* internet explorer */
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

.hentry .mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #000;
	height: 36px;
	margin-left: -24px;
	width: 48px;
}

.hentry .mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: absolute;
	top: 1px;
	left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus {
	outline: none;
}

.hentry .mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.hentry .mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}

.hentry .mejs-fullscreen-button button:before {
	content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

/* Paging Navigation */
.paging-navigation {
	margin-left: 5.078125vw;
}
	.top-jump {
		margin-left: 0;
	}
	.meta-nav {
		/* font-family: 'pt_monoregular', 'Courier', Georgia, serif !important; */
	}

.paging-navigation .loop-pagination {
	/* margin-top: -5px; */
	text-align: center;
}

.paging-navigation .page-numbers {
	display: inline-block;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation .assistive-text {
	display: none;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}

/**
 * 6.9 Archives & Search
 * -----------------------------------------------------------------------------
 */


 .archive #searchform {
 	margin-top: 20px;
 	margin-top: 1.5625vw;
 }

 #searchform label,
 #searchform .field {
	margin-right: 20px;
	margin-right: 1.5625vw;
	display: block;
	border: solid 1px rgb(219,219,219);

}

 #searchform label {
 	display: none;
 }

.authorlist_column {
	float: left;
	width: 163px;
	width: 12.734375vw;
	margin-left: 40px;
	margin-left: 3.125vw;
}

.authorlist_letter {
	display: inline-block;
	font-size: 32px;
	font-size: 2.5vw;
	line-height: 40px;
	line-height: 3.125vw;
	border-bottom: 1px solid #000;
	width: 100%;
}

.authorlist_name {
	display: block;
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
	font-size: 0.9375vw;
	line-height: 16px;
	line-height: 1.25vw;
	font-style: normal;
}



/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin-top: 20px;
	margin-top: 1.5625vw;
	width: 100%;
}

.comments-title {
	background-color: rgb(54,53,49);
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	padding: 0.390625vw;
}

.comments-title,
.comment-author a,
.comment-author cite,
#reply-title,
.comment-notes,
.comment-notes span,
#commentform label,
#commentform input,
#commentform span {
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
	font-size: 0.9375vw;
	line-height: 16px;
	line-height: 1.25vw;
	font-style: normal;
}

#reply-title {
	margin-bottom: 20px;
	margin-bottom: 1.5625vw;
}

.comment-list {
	list-style: none;
}

.comments-area ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment article,
.comment-list .pingback,
.comment-list .trackback,
#respond {
	margin: 0 0 5px 0;
	margin: 0 0 0.390625vw 0;
	padding: 20px 20px 0 20px;
	padding: 1.5625vw 1.5625vw 0 1.5625vw;
	background-color: rgb(219,219,219);
}

.comment-author {
	position: relative;
	margin-bottom: 5px;
	margin-bottom: 0.390625vw;
}

.bypostauthor article {
	padding-left: 40px;
	padding-left: 3.125vw;
}

.says {
	display: none;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-notes {
	display: none;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

#comments .avatar {
	display: none;
}









/**
 * 7.1 Widgets & Plugins
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	width: 100%;
	word-wrap: break-word;
}

.widget mark,
.widget ins {
	color: #000;
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	line-height: 1.5;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 1px 2px 2px 4px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

/* Two-Click-Social-Media-Buttons */

.social_share_privacy li.settings_info {
	display: none;
}

/* Related Posts */

.rp4wp-related-posts h3 {
	text-transform: uppercase;
}

/* Newsletter */

	.newsletter table,
	.newsletter th,
	.newsletter td {
		border: 0;
	}

	/* Footer */

	.footer-social-holder .newsletter {
		margin-top: 1.25vw;
	}
	.footer-social-holder .newsletter th {
		display: none;
	}
	.footer-social-holder .newsletter-email,
	.footer-social-holder .newsletter-submit,
	.footer-social-holder .newsletter-options,
	#popslide .newsletter-email,
	#popslide .newsletter-submit,
	#popslide .button
	 {
		font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
		font-size: 12px;
		font-size: 0.9375vw;
		font-weight: normal;
		line-height: 16px;
		line-height: 1.25vw;
	}
	.footer-social-holder .newsletter-email {
		width: 18.2vw;
		border: 0;
	}
	.footer-social-holder .newsletter-options {
		color: rgb(219, 219, 219);
		margin-top: 1.7vw;
		display: inline-block;
	}
	.footer-social-holder .newsletter-options input[type="checkbox"] {
		vertical-align: initial;
		position: relative;
		top: -.05vw;
		left: .1vw;
	}
	.footer-social-holder .newsletter-submit {
		color: rgb(219, 219, 219);
		display: inline-block;
		border: solid 1px;
		vertical-align: middle;
		padding: 5px;
		padding: 0.390625vw 2.2vw;
		margin-top: 1.25vw;
		background-color: transparent;
		text-transform: uppercase;
		float: right;
	}

	.footer-social-holder .newsletter .tooltiptext {
		visibility: hidden;
	    width: 23vw;
	    border: 1px solid;
	    border-radius: 0px;
	    padding: 1.7vw;
	    position: absolute;
	    top: 3.1vw;
    	right: 22.931vw;
	    z-index: 1;
	    letter-spacing: 0;
	    transition: all 0s;
	}
	.footer-social-holder .newsletter:hover .tooltiptext {
		visibility: visible;
	}
	.footer-social-holder .newsletter .tooltiptext a {
		transition: all 0s;
	}



	/* Page Forms */

	.pages .newsletter-email {
		border: solid 1px;
	}
	.pages .newsletter-submit {
		display: inline-block;
		border: solid 1px;
		vertical-align: middle;
		padding: 5px;
		padding: 0.390625vw 2.2vw;
		margin-top: 1.25vw;
		background-color: transparent;
		text-transform: uppercase;
	}


/* Popslide Pop Up Plugin für News, Cookies und Newsletter */

#popslide {
	height: auto;
	padding: 1.4843vw;
}
.popslide-content,
.popslide-content span,
.popslide-content p,
.popslide-content a {
	color: rgb(219, 219, 219);
	display: inline;
}
.popslide-content::before {
	display: none;
}
.popslide-close,
.popslide-close span {
	color: rgb(219, 219, 219);
}
.popslide-close {
	position: absolute;
    top: 1.25vw;
    right: 1.4843vw;;
}
#popslide .popslide-close .dashicons::before  {
	font-size: 2vw !important;
}
#popslide input[type=checkbox]
{
	transform: translate(0vw, -0.18vw) scale(1.3,1.3);
	-ms-transform: translate(0vw, -0.18vw) scale(1.3,1.3); /* IE */
	-moz-transform: translate(0vw, -0.18vw) scale(1.3,1.3); /* FF */
	-webkit-transform: translate(0vw, -0.18vw) scale(1,1); /* Safari and Chrome */
	-o-transform: translate(0vw, -0.18vw) scale(1.3,1.3); /* Opera */
}
#popslide .beforeform {
	float: left;
    /*width: 31.25vw;*/
    width: calc(30.9vw - 1.4843vw);
    position: relative;
    top: .3vw;
}
#popslide form {
	display: inline;
	margin: 0 auto;
	color: inherit;
}
#popslide .ownform2,
#popslide .middle-form {
	position: relative;
	float: left;
    padding-left: 5.078125vw;
    top: .3vw;
}
#popslide .newsletter-email,
#popslide .middle-left {
	display: inline-block;
	width: 11.5vw;
	border: 0;
}
#popslide .newsletter-submit,
#popslide .button {
	color: rgb(219, 219, 219);
	display: inline-block;
	border: solid 1px;
	vertical-align: middle;
	padding: 5px;
	padding: 0.5vw 2.2vw 0.3vw 2.2vw;
	background-color: transparent;
	text-transform: uppercase;
	margin-left: 1.125vw;
	width: 10.5vw;
    text-align: center;
    float: right;
}
#popslide .afterform {
	position: relative;
    display: inline-block;
    width: 36vw;
    padding-left: 1.125vw;
    /* left: 30.8vw; */
    /* top: -0.2vw; */
    /* width: 100%; */
}
#popslide .afterform, #popslide .afterform2,
#popslide .afterform a, #popslide .afterform2 a {
	color: rgb(219, 219, 219);
	font-family: 'pt_monoregular', 'Courier', Georgia, serif !important;
	font-size: 12px;
	font-size: 0.9375vw;
	font-weight: normal;
	line-height: 16px;
	line-height: 1.25vw;
}


/* Steady (Button) */
#steady-widget-button {
	z-index: 5 !important;
}


/* ManFisher footnotes plugin */

.footnote_plugin_tooltip_text {
    vertical-align: initial !important;
    top: initial !important;
}





/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer,
.site-info,
.site-info div,
.site-info li,
.site-info span,
.site-info a {
	color: rgb(219, 219, 219);
	background-color: rgb(54,53,49);
}

.site-info {
	padding: 52px 40px 40px 40px;
	padding: 4.0625vw 3.125vw 3.125vw 3.125vw;
}

.site-info hr {
	background-color: rgb(219, 219, 219);
	margin: 20px 0 20px 0;
	margin: 1.5625vw 0 1.5625vw 0;
}

.footer-left {
	float: left;
	max-width: 450px;
	max-width: 35.15625vw
}

.footer-right {
	float:right;
	/* max-width: 450px; Was only without Newsletter-Plugin necessary
	max-width: 35.15625vw; */
	letter-spacing: 2px;
	letter-spacing: 0.2vw;
}

.footer-social {
	font-family: 'vb_icons';
	-webkit-transition: all 0s; /* Safari 3.2+, Chrome */
    -moz-transition: all 0s; /* Firefox 4-15 */
    -o-transition: all 0s; /* Opera 10.5–12.00 */
    transition: all 0s; /* Firefox 16+, Opera 12.50+ */
}

.footer-left .footer-social {
	font-size: 50px;
	font-size: 3.90625vw;
	float: left;
}

.footer-text {
	margin-left: 70px;
	margin-left: 4.56875vw;
	margin-top: -12px;
	margin-top: -0.94vw;
}

#RechtImKontext_logo_footer,
#WZB_logo_footer {
	float: left;
	max-height: 52px;
	max-height: 4.0625vw;
}
#WZB_logo_footer {
	margin-right: 40px;
	margin-right: 3.125vw;
}

.footer-menu {
	float: left;
}

.footer-menu #menu-primary-items,
.footer-menu .menu-primary-items,
.site-info .menu-primary-items li,
.site-info .menu-primary-items li a,
.site-info .menu-primary-items a {
	background-color: transparent;
	line-height: 26px;
	line-height: 2.03125vw;
	list-style: none;
}
.footer-menu #menu-primary-items {
	margin-top: -12px;
	margin-top: -0.94vw;
	padding-right: 60px;
	padding-right: 4.6875vw;
	border-right: solid 1px rgb(219, 219, 219);
}

.footer-social-holder {
	margin-top: -12px;
	margin-top: -0.94vw;
	float: right;
	margin-left: 20px;
	margin-left: 1.5625vw;
}
.footer-social-holder .footer-social {
	font-size: 30px;
	font-size: 3.125vw;
	display: inline-block;
	margin-top: 16px;
	margin-top: 1.25vw;
	letter-spacing: .390625vw;
}
.footer-social-holder .align-bottom {
	position: absolute;
	bottom: 3.125vw;
}
#footer-searchform {
	display: none;
}





/**
 * 9.0 Media Queries
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1024px) {

}

/* Phones */
@media screen and (max-width: 690px) {

	/* 9.1 Mobil HEAD */

	#top-navi {
		position: fixed;
		height: 18.75vw;
		z-index: 99;
	}
	#top-navi .site-description {
		padding: 0;
		margin: 3.125vw 0 0 6.25vw;
		width: 66%;
	}
	#top-navi .site-description .headline {
		font-size: 8.125vw;
    	line-height: 9.625vw;
		margin: 0;
	}
	#top-navi .site-description .subline,
	#top-navi .site-description .subline2 {
		float: none;
	    font-size: 1.875vw;
	    line-height: 2.1875vw;
	    margin: 0;
	    letter-spacing: .07em;
	}
	#top-navi .site-description .subline {
		float: left;
		margin-left: 1.875vw;
	}
	#primary_menu_sandwich a {
		font-size: 7vw;
		line-height: 10.625vw;
	}
	.menu-primary-items li a,
	#primary_menu_sandwich .menu-primary-items a {
		font-size: 6.25vw;
		line-height: 9.5vw;
		/* line-height: 7.5vw; */
		letter-spacing: .2em;
	}
	.menu-secondary-items,
	#en_only_switch,
	#magnify {
		display: none;
	}

	#top-navi-scroller {
		position: relative;
		margin-top: 18.75vw;
		height: 25vw;
		z-index: 0;
	}
	.fixed #top-navi-scroller {
		top: initial;
	}
	#top-navi-scroller .site-description {
		display: none;
	}
	#WZB_logo,
	#RechtImKontext_logo {
		height: 13.125vw;
		margin-top: 6.25vw;
	}
	#WZB_logo {
		margin-left: 6.25vw;
	}
	#RechtImKontext_logo {
		margin-right: 6.25vw;
	}


	/* 9.2 Mobil MENU */

	#menu-primary {
		/* left: initial; */
		padding: 10.9375vw;
		top: 18.75vw;
	}
	#top-nav-links {
		margin: 0;
		padding: 3.75vw 3.625vw 0 3.625vw;
    	height: 100%;
    	background-color: transparent;
	}
	#top-nav-links:hover {
		background-color: #8c8c8c;
	}
	#top-nav-links a:hover #menu-primary, /* Fix für Klick daneben */
	#top-nav-links:hover #menu-primary {
		left: auto;
		background-color: #8c8c8c;
		-webkit-transition: none;
		/* Safari 3.2+, Chrome */
		-moz-transition: none;
		/* Firefox 4-15 */
		-o-transition: none;
		/* Opera 10.5–12.00 */
		transition: none;
	}
	#top-nav-links:hover #primary_menu_sandwich,
	#top-nav-links:hover #primary_menu_sandwich a {
		left: auto;
		background-color: #8c8c8c;
	}


	/* 9.3 Mobil EVENTS + DEBATES */

	.no-js .site-main, .js .site-main,
	.js .events, .js .debates,
	.events, .debates {
		margin: 0;
		padding: 0;
		-webkit-transition: none;
		/* Safari 3.2+, Chrome */
		-moz-transition: none;
		/* Firefox 4-15 */
		-o-transition: none;
		/* Opera 10.5–12.00 */
		transition: none;
	}

	.eventdebates {
		min-height: 9.375vw;
		text-align: center;
	}
	.js .schwerpunkt_active,
	.schwerpunkt_active {
		margin: 0;
		padding: 6.25vw;
	}
	.js .events_active,
	.no-js .events_active,
	.events_not_active,
	.schwerpunkt_not_active {
		margin: 0;
		padding: 2.8125vw 6.25vw;
	}
	.eventdebates div,
	.eventdebates a {
		font-size: 3.75vw;
		line-height: 5vw;
	}
	.schwerpunkt_right {
		display: none;
	}
	.schwerpunkt_left {
    	margin-top: 4.5vw;
    	margin-bottom: 0;
	}
	.schwerpunkt_left, .schwerpunkt_left .title {
		max-width: none;
		float: none;
		font-size: 6.25vw;
		line-height: 7.5vw;
	}
	.no-js .schwerpunkt_active, .schwerpunkt_not_active {
		margin: 0;
	}
	.no-js .schwerpunkt_content,
	.no-js .vcalendar div,
	.no-js .vcalendar span,
	.no-js .vcalendar a,
	.no-js .vcalendar hr {
		opacity: 1;
		filter: alpha(opacity=100); /* internet explorer */
	}


	/* 9.4 Mobil CONTENT */

	/* Index + Archives + Search + Author */
	.color_back_left,
	.focal_article .content_right {
		display: none;
	}
	.left_column,
	.right_column,
	.content_left,
	.content_right,
	.authorlist_column,
	.about_right,
	.about_left {
		float: none;
		width: 100%;
		max-width: 100%;
		border: 0;
	}
	.about_left{
		width: 40%;
	}
	.about_right {
		padding-bottom: 6.25vw;
	}
	.focal_index .page-title,
	.left_column,
	.mobil .editorial_index,
	.mobil .author_mobile {
		margin-top: 18.75vw;
	}
	.archive .right_column,
	.event-index .right_column,
	.blog_index .right_column,
	#sidebar,
	.right_column article,
	.content_right {
		padding: 0;
		margin: 0;
	}
	.mobil .focal_index,
	.mobil .focal_index a,
	.mobil .focal_index div,
	.mobil .focal_index span,
	.mobil .focal_index p {
		background-color: #AA3377;
		color: #fff;
	}
	.mobil .editorial_index,
	.mobil .editorial_index a,
	.mobil .editorial_index div,
	.mobil .editorial_index span,
	.mobil .editorial_index p {
		background-color: rgb(140,140,140);
		color: #fff;
	}
	.content_mobil,
	.focal_index,
	.archive .left_column,
	.event-index .left_column,
	.blog_index .left_column,
	.focal_article article,
	.event-index article,
	.right_column .authors-index,
	.mobil .editorial_index,
	.mobil .author_mobile {
		padding: 6.25vw 6.25vw 0.01vw 6.25vw;
	}
	.no-results {
		padding: 6.25vw 6.25vw 0.01vw 6.25vw !important;
	}
	.mobil .editorial {
		background-color: rgb(219,219,219);
		margin-top: 6.25vw;
		padding-bottom: 6.25vw;
	}
	.editorial_index .editorial {
	    /* background-color: transparent; */
	    margin-top: 0;
	    border-bottom: solid 1px #000;
	}
	.element-title,
	.page-title .vcard a,
	.focal-index .read_more {
	   	margin: 6.25vw 0;
	}
	.by-author-head {
		margin: 0;
		margin: 0 6.25vw;
		padding: 0;
	}
	.entry-meta-pics img,
	.entry-meta-pics a {
    	width: 64.0625vw;
    	margin-bottom: 6.25vw;
	}
	.entry img {
		margin: 0;
		width: 64.0625vw;
	}
	.focal-index .read_more {
		display: block;
	}
	.event-index .entry-meta-pics img,
	.event-index .entry-meta-pics a {
		width: auto;
		height: 15.625vw;
		margin: 6.25vw 6.25vw 0 0;
	}
	.authorlist_column {
    	margin: 0;
	}
	.content_mobil hr {
		background-color: rgb(69,68,65);
	}
	.mobil .element-title {
		margin-top: 0;
	}


	/* Mobil Single-Ansichten */

	.mobil .single {
		margin-top: 18.75vw;
		padding-bottom: 0;
		background-color: transparent;
	}
	.mobil .single .entry-header,
	.mobil .single .entry-header a,
	.mobil .single .entry-header div,
	.mobil .single .entry-header span {
		background-color: rgb(140,140,140);
		color: #fff;
	}
	.mobil .focal_single .entry-header,
	.mobil .focal_single .entry-header a,
	.mobil .focal_single .entry-header div,
	.mobil .focal_single .entry-header span {
		background-color: #AA3377;
	}
	.mobil .single .entry-header,
	.mobil .single .entry,
	.wpcf7-form {
		padding: 6.25vw;
	}
	.mobil .single .appendix,
	.mobil .single #comments {
		padding: 0 6.25vw 6.25vw 6.25vw;
	}
	.mobil .single .appendix hr,
	.mobil .single .print_links,
	.mobil .single .license,
	.mobil .comment-author,
	.mobil #reply-title,
	.mobil .entry p,
	.event-index p,
	.mobil #comments p,
	.mobil .page-header p,
	.mobil .entry img,
	.content_single_mobil h2,
	.event-index-headline,
	.about_left hr,
	.mobil .wpcf7-form {
		margin-bottom: 6.25vw;
	}
	.event-headline-right {
		float: none;
		display: block;
	}
	.mobil .single .entry-meta,
	.mobil #submit,
	.paging-navigation a {
		margin: 0;
	}
	.mobil .comment time {
		display: block;
	}
	.comment article,
	.comment-list .pingback,
	.comment-list .trackback,
	#respond {
		margin-bottom: 1.5625vw;
		padding: 6.25vw 6.25vw 0.01vw 6.25vw;
	}
	.ajax-loader {
		width: 0 !important;
	}
	.social_share_privacy {
		margin: 0;
	}
	.social_share_privacy li {
		width: 100% !important;
	}
	.social_share_privacy .twoclick-gplus {
		margin-bottom: 0 !important;
	}


	/* Mobil Generell */

	.comments-link a,
	.comments-title,
	.print_links a,
	.license a,
	.paging-navigation a,
	#submit,
	#searchsubmit {
		padding: 2vw 2.1875vw 1.5vw 2.1875vw;
	}

	h2, h3, h4, em, tr, td, th,
	.content_mobil,
	.content_mobil p,
	.content_mobil div,
	.content_mobil a,
	.content_mobil h2,
	.content_single_mobil,
	.content_single_mobil p,
	.content_single_mobil div,
	.content_single_mobil span,
	.content_single_mobil a,
	.content_single_mobil h2,
	.editorial-headline,
	.editorial-headline a,
	.focal-headline,
	.focal-headline a,
	.entry-meta,
	.entry-meta a,
	.entry-meta span,
	.entry-meta p,
	.entry-meta li,
	.entry strong,
	.entry b,
	.author-info,
	.author-info a,
	.author-link,
	.entry-meta strong,
	.entry-meta b,
	.author-info strong,
	.author-info b,
	.also-interesting,
	.also-interesting h3,
	.also-interesting a,
	.comments-link a,
	.cat-links,
	.cat-links a,
	.entry-summary .read_more,
	.comments-title,
	.comment-author a,
	.comment-author cite,
	#reply-title,
	.comment-notes,
	.comment-notes span,
	#commentform label,
	#commentform input,
	#commentform span,
	.mobil .page-header p,
	.mobil .page-header a,
	.mobil .page-header div,
	.mobil .page-header span,
	.by-author-head,
	.left_column div,
	.left_column,
	.left_column span,
	.left_column a,
	.left_column p,
	.right_column div,
	.right_column,
	.right_column span,
	.right_column a,
	.right_column p,
	.focal-index div,
	.focal-index p,
	.entry li,
	button, input, select, textarea {
		font-size: 4.375vw;
		line-height: 5.625vw;
	}
	.paging-navigation a,
	.paging-navigation span,
	.ad_left,
	.ad a,
	.ad div,
	.ad hr,
	.appendix,
	.appendix a,
	.citate-sign,
	.citate,
	.citate em {
		font-size: 3.75vw !important;
		line-height: 5vw !important;
	}

	.entry a,
	.entry_summary a {
		text-decoration: underline;
	}
	article .entry-title,
	article .entry-title a,
	.element-title,
	.element-title a,
	.page-title .vcard a,
	.authorlist_letter {
		font-size: 6.25vw !important;
		line-height: 7.5vw !important;
	}
	.paging-navigation {
		margin: 6.25vw 0 0 6.25vw;
	}
	.paging-navigation a {
		width: 36vw;
	}

	.entry h2, #comments h2 {
		margin-bottom: 6.25vw;
	}

	.ad {
		margin: 0;
		margin-top: 6.25vw;
		padding: 6.25vw;
		width: 100%;
	}
	.ad_left {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.ad_right {
		display: none;
	}
	.ad_left img {
		width: 40.625vw;
		float: left;
		margin-right: 6.25vw;
	}
	.ad .entry-title,
	.focal-headline a,
	article .entry-title,
	.element-title,
	.page-title .vcard a,
	.entry-header .entry-meta {
		margin-bottom: 6.25vw;
	}
	.author_mobile .author-info,
	.author_mobile .author-link,
	.author_mobile .also-interesting h3,
	.author_mobile .entry-meta-pics img,
	.author_mobile .entry-meta-pics a {
		margin: 0;
	}
	.nav-next,
	.nav-previous {
		float: none;
	}
	.nav-next {
		margin-left: 0;
		margin-top: 6.25vw;
	}
	.top-jump {
		margin-right: 6.25vw;
	}


	/* Mobil popslide POPUP */
	
	#popslide {
	    padding: 6.25vw;
	}
	.popslide-close {
	    top: 3vw;
	    right: 3vw;
	}
		#popslide .popslide-close span {
		    width: 6vw;
		    height: 6vw;
		}
		#popslide .popslide-close .dashicons:before {
			font-size: 6vw !important;
		}
	#popslide .newsletter {
		display: none;
	}
	.popslide-content,
	.popslide-content span,
	.popslide-content p,
	.popslide-content a,
	#popslide .newsletter-submit, #popslide .button {
		font-size: 4.375vw;
    	line-height: 5.625vw;
	}
	#popslide .afterform, #popslide .afterform2, #popslide .afterform a, #popslide .afterform2 a {
		font-size: 3vw;
    	line-height: 4.3vw;
	}
	#popslide .beforeform {
		width: 100%;
		top: 0;
    	margin-bottom: 6.25vw;
    	padding-right: 3vw !important;
	}
	#popslide .ownform2, #popslide .middle-form {
	    padding-left: 0;
	    width: 35%;
	}
	#popslide .newsletter-submit, #popslide .button {
		width: auto;
		padding: 1.4vw 2.2vw 0.3vw 2.2vw;
		margin-left: 0;
		position: relative;
    	left: -2.4vw;
	}
	#popslide .afterform {
		width: 65%;
		padding-left: 3vw;
	}


	/* 9.5 Mobil FOOTER */

	#main {
		padding-bottom: 6.25vw;
	}
	.site-info {
		padding: 0;
		margin: 0;
	}
	.footer-menu,
	.footer-left .footer-social,
	#WZB_logo_footer,
	#RechtImKontext_logo_footer,
	.not-mobile {
		display: none;
	}
	.footer-left,
	.footer-left a,
	.footer-left div,
	.footer-right,
	.footer-social-holder {
		float: none;
		width: 100%;
		max-width: 100%;
		font-size: 3.75vw;
		line-height: 5vw;
	}
	.footer-text,
	.footer-social-holder {
		margin: 0;
		padding: 6.25vw 6.25vw 0 6.25vw;
	}
	.footer-social-holder {
		padding-bottom: 6.25vw;
	}
	.site-info hr {
		margin: 0;
		margin-top: 6.25vw;
	}
	.footer-social-holder a,
	.footer-social-holder .footer-social,
	#footer-searchform,
	#footer-searchform button {
		font-size: 9.375vw;
		line-height: 9.375vw;
	}
	#footer-searchform {
		display: inline-block;
		margin-left: 0;
    	float: right;
    	line-height: 8.9vw;
	}
	#footer-searchform input {
		top: -2.1875vw;
		padding: 0 3.125vw;
	    width: 43vw;
	    height: 6.875vw;
	    font-size: 3.75vw;
	}
	#footer-searchform button {
		border: 0;
		font-family: 'vb_icons' !important;
		color: rgb(219, 219, 219);
		background-color: transparent;
	    padding: 0 0 0 1.5625vw;
    	line-height: inherit;
	}
	.footer-social-holder .footer-social {
	    margin-top: 0;
	    margin-right: 2.1vw;
	}
	.footer-social-holder .align-bottom {
		position: initial;
		bottom: 0;
	}
	.footer-social-holder .newsletter {
		float: right;
	}

}




/**
 * 10.0 Print
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

}
