/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
/*.button, .button:visited {
	border: 1px solid darken(@bones-pink, 13%);
	border-top-color: darken(@bones-pink, 7%);
	border-left-color: darken(@bones-pink, 7%);
	padding: 4px 12px;
	color: @white;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0,0,0, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	.transition();
	.border-radius(4px);
	.css-gradient(@bones-pink,darken(@bones-pink, 5%));

	&:hover, &:focus {
		color: @white;
	  border: 1px solid darken(@bones-pink, 13%);
	  border-top-color: darken(@bones-pink, 20%);
	 	border-left-color: darken(@bones-pink, 20%);
		.css-gradient(darken(@bones-pink, 5%),darken(@bones-pink, 10%));
	}
	
	&:active {
		.css-gradient(darken(@bones-pink, 5%),@bones-pink);
	}	
}
*/
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Kunsthaus Dresden
Author: Fuchs Borst
******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
body {
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  padding: 0 3%;
  -moz-osx-font-smoothing: grayscale;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap,
.navigationcolumn {
  width: 100%;
  margin: 0 auto;
}
.navigationcolumn {
  margin-bottom: 2.8em;
}
#container {
  margin-top: 30px;
  margin-bottom: 20px;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #000;
  /* on hover */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #000;
  text-decoration: underline;
}
a:hover img,
a:visited:hover img,
a:focus img,
a:visited:focus img {
  outline: solid 1px #000;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a.mobile_nav,
a:visited.mobile_nav {
  color: #BBB;
  display: block;
  text-decoration: none;
  text-align: right;
}
a.mobile_nav:hover,
a:visited.mobile_nav:hover,
a.mobile_nav:focus,
a:visited.mobile_nav:focus {
  color: #000;
}
a.mobile_nav,
a:visited.mobile_nav {
  margin-top: -2em;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 0.9em;
}
h1.name,
.h1.name,
h2.name,
.h2.name,
h3.name,
.h3.name,
h4.name,
.h4.name,
h5.name,
.h5.name {
  font-size: 1em;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
#logo a:hover,
#logo a:focus {
  text-decoration: none;
}
.sans_XS,
.sans_S,
.sans_M,
.sans_L,
.sans_XL,
.location {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.sans_XS,
.caption,
input[type=submit],
input[type=button],
select {
  font-size: 11px !important;
  line-height: 1.2;
  font-weight: normal;
  font-family: Verdana, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.sans_S,
.location {
  font-size: 0.9em;
}
.sans_M {
  font-size: 1.25em;
}
.sans_L {
  font-size: 1.6em;
}
.sans_XL {
  font-size: 2.2em;
}
.title {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  line-height: 1;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
}
.name {
  font-family: Times New Roman, Times, serif;
  font-weight: bold;
  text-align: left;
}
.category .selected {
  background: yellow;
}
.caption {
  margin: 8px 0 0;
  /*
	color: @gray;
	font-size: 0.9em;
	font-family: @sans-serif;
	a {
		color: @gray;
	}
	*/
}
.location {
  line-height: 1.2;
}
.page_section_title {
  width: 100%;
  text-align: center;
}
.subheadline {
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 1.4em;
  margin-top: 2.8em;
}
.subheadline.tight {
  margin-top: 1.4em;
  margin-bottom: 0.7em;
}
.description_header {
  margin-bottom: 2.8em;
}
.description_header p {
  margin: 0;
}
.description_main,
.description_footer {
  margin-bottom: 2.8em;
}
.description_main i,
.description_main em {
  font-style: italic;
}
ul.hide-list {
  display: none;
}
p {
  margin-top: 0;
}
.today {
  font: normal 11px Verdana, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #000;
  padding: 1px 10px 2px;
  border-radius: 20px;
  text-align: center;
  margin-right: 10px;
}
.mc_merge_var {
  margin-top: 1em;
}
.mc_merge_var label,
.mc_merge_var input {
  display: inline-block;
  margin-right: 10px;
}
.mc_merge_var #mc_mv_EMAIL {
  width: 250px;
}
.mc_merge_var .mc_header_email:after {
  content: ':';
}
.mc_interests_header {
  display: none;
}
.mc_signup_submit {
  text-align: left !important;
}
.mc_signup_submit #mc_signup_submit {
  margin-top: 1em !important;
  width: auto !important;
}
.filter-reset {
  display: none;
  margin-right: 15px;
}
input[type="text"],
input[type="email"] {
  border-radius: 0;
}
input[type="text"] {
  border: none;
  border-bottom: 1px solid;
}
.formError .formErrorContent {
  background: #ff3b3b;
  border: none;
  width: auto;
}
.mpoet_profile_edit th {
  text-align: left;
  padding: 0.5em 0;
}
.mpoet_profile_edit label {
  font-weight: normal;
  margin-right: 1em;
}
.mpoet_profile_edit input[type="submit"] {
  margin-top: 1em;
}
/*********************
06. HEADER STYLES
*********************/
.header {
  border-top: solid 1px #000;
}
.header #inner-header .mpoet_profile_edit {
  display: none;
}
.header #logo {
  border-bottom: solid 1px #000;
  padding: 1px 0 2px 0;
}
.header #logo a {
  display: inline-block;
  width: 100%;
}
.header .contact,
.header .extra_info {
  white-space: nowrap;
}
.header .contact p,
.header .extra_info p {
  border-bottom: solid 1px #000;
  margin: 1px 0;
}
.header .contact a,
.header .extra_info a {
  text-decoration: none;
}
.header .contact {
  margin-bottom: 3em;
}
.header .extra_info {
  border-top: solid 1px #BBB;
  margin-bottom: 3em;
  display: none;
}
.header .extra_info p {
  border-color: #BBB;
  color: #BBB;
}
.header .language {
  color: #BBB;
  display: none;
}
.header .language a {
  text-decoration: none;
  color: #BBB;
}
.header .language a.active {
  color: #000;
}
.header .dresden-logo {
  display: none;
}
.header .quick_links {
  /* löschen ? */
  display: none;
  width: 100%;
  height: 150px;
}
.header nav {
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.page_contents h2 {
  color: #BBB;
}
.page_contents li {
  line-height: 1.2;
}
.page_contents li a {
  text-decoration: none;
  color: #BBB;
}
.page_contents li a:hover {
  color: #000;
}
/*********************
07. NAVIGATION STYLES
*********************/
.nav {
  margin: 0 0 3em;
  border-top: solid 3px #BBB;
}
.nav li a {
  text-decoration: none;
  border-bottom: solid 3px #BBB;
  display: block;
  color: #BBB;
}
.nav li a:hover,
.nav li a:focus {
  color: #000;
}
.nav li.current-menu-item,
.nav li.current_page_item,
.nav li.current_page_ancestor {
  margin-top: -3px;
}
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a {
  color: #000;
  border-bottom: solid 3px #000;
  border-top: solid 3px #000;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
.section_header h2 {
  padding-bottom: 10px;
  line-height: 1;
}
.section_header .filter {
  display: none;
}
.section_header .filter select {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  /* iPhone zoom prevention */
}
.section_header .filter input {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.section_header .filter.visible {
  display: block;
}
.big-filter {
  display: none;
}
.top_row {
  width: 100%;
  margin: 0 0 6px;
  border: 0;
  display: table;
  height: auto;
  min-height: 10px;
}
.top_row .category,
.top_row .location {
  display: table-cell;
  width: auto;
  padding-top: 0;
}
.top_row .location {
  text-align: right;
}
.top_row .location span {
  padding-top: 3px;
  padding-bottom: 4px;
  display: inline-block;
}
.top_row .category {
  padding-right: 5px;
  padding-top: 0;
}
.location_extern span {
  background: black;
  color: white;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.location_extern span i {
  font: normal 11px Verdana, sans-serif;
}
#archive,
#current,
#important-info {
  margin: 0 auto 100px auto;
  width: 100%;
  border-bottom: solid 2px #000;
}
#archive.article-selected article,
#current.article-selected article,
#important-info.article-selected article {
  display: none;
}
#archive.article-selected article.selected,
#current.article-selected article.selected,
#important-info.article-selected article.selected,
#archive.article-selected article.child-selected,
#current.article-selected article.child-selected,
#important-info.article-selected article.child-selected {
  display: block;
}
#archive.article-selected article.selected li,
#current.article-selected article.selected li,
#important-info.article-selected article.selected li,
#archive.article-selected article.child-selected li,
#current.article-selected article.child-selected li,
#important-info.article-selected article.child-selected li {
  display: none;
}
#archive.article-selected article.selected li.selected,
#current.article-selected article.selected li.selected,
#important-info.article-selected article.selected li.selected,
#archive.article-selected article.child-selected li.selected,
#current.article-selected article.child-selected li.selected,
#important-info.article-selected article.child-selected li.selected {
  display: block;
}
#archive.article-selected article.child-selected .article-header .name,
#current.article-selected article.child-selected .article-header .name,
#important-info.article-selected article.child-selected .article-header .name {
  display: none;
}
#archive.article-selected article.child-selected.selected .name,
#current.article-selected article.child-selected.selected .name,
#important-info.article-selected article.child-selected.selected .name,
#archive.article-selected article.child-selected.selected .title a,
#current.article-selected article.child-selected.selected .title a,
#important-info.article-selected article.child-selected.selected .title a,
#archive.article-selected article.child-selected.selected .date,
#current.article-selected article.child-selected.selected .date,
#important-info.article-selected article.child-selected.selected .date,
#archive.article-selected article.child-selected.selected .category,
#current.article-selected article.child-selected.selected .category,
#important-info.article-selected article.child-selected.selected .category {
  color: #000;
}
#archive.article-selected article.child-selected.selected .name,
#current.article-selected article.child-selected.selected .name,
#important-info.article-selected article.child-selected.selected .name {
  display: block;
}
#archive article,
#current article,
#important-info article {
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  border-right: solid 2px #000;
  padding: 0 0 5px 5%;
  position: relative;
}
#archive article .article-header,
#current article .article-header,
#important-info article .article-header {
  margin: 0;
}
#archive .top_row,
#current .top_row,
.single .top_row,
#important-info .top_row {
  display: block;
}
#archive .top_row .location,
#current .top_row .location,
.single .top_row .location,
#important-info .top_row .location,
#archive .top_row .category,
#current .top_row .category,
.single .top_row .category,
#important-info .top_row .category {
  display: block;
  width: 50%;
  float: left;
}
#archive .top_row .location,
#current .top_row .location,
.single .top_row .location,
#important-info .top_row .location {
  position: relative;
  margin-right: -7px;
}
#archive .top_row .location span,
#current .top_row .location span,
.single .top_row .location span,
#important-info .top_row .location span {
  padding-right: 9px;
}
#archive .top_row .location.location_extern span,
#current .top_row .location.location_extern span,
.single .top_row .location.location_extern span,
#important-info .top_row .location.location_extern span {
  outline: solid 1px #000;
  /* Work-Around für den Glitch am rechten Rand der schwarzen Box */
  margin-right: -5px;
}
#archive .top_row .category,
#current .top_row .category,
.single .top_row .category,
#important-info .top_row .category {
  padding-left: 7px;
  padding-top: 4px;
  line-height: 1;
}
#archive article,
#current article,
.single article,
#important-info article {
  padding-right: 5px;
}
#archive ul.child_events,
#current ul.child_events,
.single ul.child_events,
#important-info ul.child_events {
  padding-right: 0;
  margin: 4px 0 0;
  border-top: solid 2px #000;
}
#archive ul.child_events li,
#current ul.child_events li,
.single ul.child_events li,
#important-info ul.child_events li {
  border: solid 2px #000;
  border-top: none;
  padding: 0 0 4px;
  position: relative;
}
#archive ul.child_events li .location,
#current ul.child_events li .location,
.single ul.child_events li .location,
#important-info ul.child_events li .location {
  margin: 0 !important;
}
#archive ul.child_events li .location span,
#current ul.child_events li .location span,
.single ul.child_events li .location span,
#important-info ul.child_events li .location span {
  padding-right: 7px !important;
}
#archive ul.child_events li .location.location_extern span,
#current ul.child_events li .location.location_extern span,
.single ul.child_events li .location.location_extern span,
#important-info ul.child_events li .location.location_extern span {
  margin-right: 0;
}
#archive ul.child_events li .category,
#current ul.child_events li .category,
.single ul.child_events li .category,
#important-info ul.child_events li .category {
  padding-left: 5px !important;
}
#archive ul.child_events li .date,
#current ul.child_events li .date,
.single ul.child_events li .date,
#important-info ul.child_events li .date {
  padding-right: 7px;
}
#archive .meta,
#current .meta,
.single .meta,
#important-info .meta {
  margin: 0;
}
#archive .title,
#current .title,
.single .title,
#important-info .title,
#archive .name,
#current .name,
.single .name,
#important-info .name {
  width: 100%;
}
#archive .title,
#current .title,
.single .title,
#important-info .title {
  margin-bottom: 7px;
  padding: 0 5px;
}
#archive .date,
#current .date,
.single .date,
#important-info .date {
  text-align: center;
  margin-bottom: 7px;
}
#archive .name,
#current .name,
.single .name,
#important-info .name,
#archive .excerpt.info,
#current .excerpt.info,
.single .excerpt.info,
#important-info .excerpt.info {
  padding-left: 7px;
  line-height: 1.2;
}
.logo-row {
  display: flex;
  flex-wrap: wrap;
}
.logo-row li {
  max-width: 15%;
  height: 60px;
  margin-right: 5%;
  margin-bottom: 5%;
}
.logo-row li.w-caption {
  display: flex;
  max-width: 100%;
  margin-right: 0;
}
.logo-row li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.logo-row li .caption {
  padding-left: 1rem;
  margin: 0;
}
.single article {
  padding-right: 0;
}
#current figure,
#important-info figure,
#current .excerpt,
#important-info .excerpt {
  padding: 4px 5px 0 7px;
  margin-bottom: 10px;
  width: 100%;
}
#current figure img,
#important-info figure img,
#current .excerpt img,
#important-info .excerpt img {
  display: block;
}
#current .name,
#important-info .name {
  margin-bottom: 0;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
#current ul.child_events,
#important-info ul.child_events {
  margin: 7px 0 0;
}
#current ul.child_events li,
#important-info ul.child_events li {
  padding: 0 0 7px;
}
#current article,
#important-info article {
  overflow: hidden;
}
#important-info .title {
  margin-top: 10px;
}
#important-info ul.child_events {
  background: white;
}
#important-info ul.child_events li h2 {
  text-align: left;
  padding-left: 1em;
}
.single article header .meta {
  margin: 0;
  padding: 0;
}
.single article header .meta.name {
  width: 100%;
  text-align: center;
}
.single article header .meta.category {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
  padding-top: 3px;
}
.single article header .meta.location {
  text-align: right;
  padding-top: 2px;
}
.single article header .meta.date {
  text-align: right;
}
.single article header .top_row {
  position: relative;
}
.single article header .top_row .location {
  bottom: 5px;
}
.single article .entry-content {
  margin-bottom: 2em;
}
.single article .events {
  margin-bottom: 3em;
}
.single article .events h3 {
  margin-bottom: 1em;
}
.single article .events .location {
  top: 0;
}
.single article footer .pdf-links {
  margin-bottom: 3em;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16 : 9 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.article-header {
  margin-bottom: 2em;
  position: relative;
}
.article-images {
  margin-bottom: 2.8em;
}
.quick_help {
  margin-bottom: 2.8em;
}
.quick_help iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 5px;
  border: dashed 2px #000;
}
.quick_help .prices {
  border: solid 1px #000;
  padding: 5px 10px;
}
.quick_help .prices h2 {
  margin-bottom: 1.5em;
}
.page_section {
  margin-bottom: 2.8em;
}
.page_section li {
  margin: 0;
  display: list-item;
}
.publication_teaser {
  width: 25%;
  float: left;
}
.publication_specs {
  width: 72%;
  margin-left: 3%;
  float: right;
}
.publication_specs h1 {
  margin-top: -3px;
}
.publication_specs .title {
  margin-bottom: 7px;
}
.publication_specs .name {
  margin-bottom: 10px;
}
article.publication {
  margin-bottom: 2em;
}
#publications_list .title,
#publications_list .name {
  text-align: left;
}
#publications_list .meta {
  margin: 0;
}
.child_event_description {
  margin: 14px 7px 0;
}
.child_event_description p {
  margin: 0;
  display: list-item;
}
.child_event_description p i,
.child_event_description p em {
  font: bold 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.prices {
  margin-bottom: 3em;
}
.prices table {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 7px;
}
.prices table thead {
  height: 24px;
}
.prices table td {
  padding: 3px 6px;
}
.prices table td.price {
  width: 20%;
}
.prices table tbody tr td {
  border: 1px solid #000;
}
.prices table tbody tr td.price {
  text-align: right;
  font-family: "Andale Mono", Menlo, monospace;
}
.directions .description {
  margin-bottom: 2.8em;
}
.directions .description h3 {
  text-transform: none;
}
.directions .google_map {
  margin-bottom: 2em;
}
.directions .google_map iframe {
  width: 100%;
  height: 300px;
  border: 1px solid black;
}
.directions .google_map p {
  margin: 0;
}
.team {
  margin-bottom: 5em;
}
.team .team_member {
  margin-bottom: 38px;
}
.team h1,
.team p {
  margin: 0;
}
.team h1 a,
.team p a {
  text-decoration: none;
}
.team h1.name {
  text-align: left;
  padding-left: 0;
  padding-top: 2px;
}
.team .name,
.team .position,
.team .contact p,
.team .about {
  margin: 0;
}
.team .about a.show_about {
  color: #BBB;
}
.team .about .text_about {
  display: none;
  padding: 1em 0;
}
.team .about .text_about p {
  border: none;
}
.team_past p {
  margin: 0;
}
.about-history,
.kunstbegriffe-archive {
  border-bottom: solid 2px #000;
  margin-bottom: 5em !important;
}
.about-history .history_section,
.kunstbegriffe-archive .history_section {
  border: solid 2px #000;
  border-bottom: none;
  padding: 5px 7px 4px;
}
.kunstbegriffe-archive .name {
  padding-left: 0;
}
.kunstbegriffe-archive .text {
  margin-top: 1em;
}
.about-history .history_section {
  font-weight: normal;
  font-size: 13px;
}
#link-groups {
  margin: 0 0 2.8em;
}
#link-groups .link-group {
  margin: 0 0 2.8em;
}
#link-groups .link-group .subheadline {
  margin-top: 0;
}
#link-groups .link-group .links {
  margin: 0;
}
.credits hr {
  border: none;
  border-top: 1px solid black;
  margin-top: 1.4em;
}
.credits .subheadline {
  margin-top: 1.4em;
  margin-bottom: 0.7em;
}
.credits p {
  margin-bottom: 0.7em;
}
.creditcolumn {
  display: flex;
  flex-direction: column;
}
.credits-link {
  margin-top: 4em;
  text-align: left;
  position: relative;
}
.credits-link a {
  color: #BBB;
  text-decoration: none;
  display: inline-block;
}
.credits-link a:hover {
  color: #000;
}
.credits-link a.back_to_top {
  margin-top: 1em;
}
.social-links a {
  text-decoration: none;
}
.social-links--desktop {
  display: none;
}
.bttn-social:hover .path {
  fill: #000000 !important;
}
/*********************
XX. FLEXSLIDER STYLES
*********************/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 180px;
}
.flexslider .loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0;
  text-align: center;
  margin: 25px 0 0;
  width: 100%;
  border: dashed 3px #BBB;
  color: #BBB;
}
.flexslider.loading .loader {
  display: block;
}
.flexslider .slides > li {
  display: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
img.flexslider-next:hover {
  cursor: e-resize;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center;
  height: 25px;
}
.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #BBB;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #000;
}
.flex-control-paging li a.flex-active {
  background: #000;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.footer h2 {
  padding-bottom: 10px;
}
.footer nav ul.nav {
  margin: 0;
}
.footer nav ul.nav li a {
  padding: 3px 0;
}
.footer .extra_info {
  white-space: nowrap;
  border-top: solid 1px #BBB;
  margin: 3em 0 2em 0;
}
.footer .extra_info p {
  border-bottom: solid 1px #000;
  margin: 1px 0;
  border-color: #BBB;
  color: #BBB;
}
.footer .extra_info a {
  text-decoration: none;
}
.footer .language {
  color: #BBB;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.footer .language a {
  text-decoration: none;
  color: #BBB;
}
.footer .language a.active {
  color: #000;
}
/*********************
XX. TEMPORARY INTERVENTIONS
*********************/
#current #newsticker {
  margin: 0;
  padding: 0;
}
#current #newsticker h4.widgettitle {
  display: none;
}
#current #newsticker ul {
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#current #newsticker ul li {
  display: inline-block;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 1.25em;
  padding: 5px 0;
}
#current #newsticker ul li a {
  text-decoration: none;
}
#current #newsticker ul li a:hover {
  text-decoration: underline;
}
#current #newsticker ul li .newsticker-title {
  text-transform: uppercase;
}
#current #presseschau {
  padding-top: 1em;
  padding-bottom: 1em;
}
#current #presseschau .hide {
  display: none;
}
#current #presseschau.opened {
  background: #ef0;
}
#current #presseschau.opened .hide {
  display: block;
}
#current #presseschau:hover {
  background: #ef0;
}
#current #presseschau header h1 {
  text-transform: uppercase;
  padding-left: 4.32em;
}
#current #presseschau header h1 a:hover {
  cursor: pointer;
}
#current #presseschau header p {
  margin: 0.5em 0 1em;
  padding-left: 5.4em;
}
#current #presseschau ul {
  display: table;
  margin: 0 0 0.1em;
}
#current #presseschau ul li {
  display: table-row;
}
#current #presseschau ul li .publishing-date,
#current #presseschau ul li a {
  display: table-cell;
}
#current #presseschau ul li .publishing-date {
  min-width: 6em;
  padding-left: 7px;
}
#current #presseschau ul li a {
  text-decoration: none;
}
#current #presseschau ul li .headline {
  text-transform: uppercase;
}
/************************
SHOWROOM
************************/
#showroom-overlay {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5vh 5vw;
}
#showroom-overlay.closed {
  display: none;
}
#showroom-overlay figure {
  margin-bottom: 8px;
}
#showroom-overlay figure img {
  max-height: 30vh;
  max-width: 80vw;
  display: block;
  height: auto;
  width: auto;
  margin: 0 auto;
}
#showroom-overlay .wrapper {
  position: relative;
  color: black;
  margin: 0 0 2em;
}
#showroom-overlay button#close-showroom {
  position: absolute;
  top: -60px;
  right: -16px;
  font-size: 80px;
  font-weight: normal;
  line-height: 0.5;
  font-family: Helvetica, Arial, sans-serif;
  background: none;
  border-radius: 0;
  border: none;
  padding: 8px;
  color: black;
}
@media all and (orientation: landscape) {
  #showroom-overlay {
    flex-direction: row;
  }
  #showroom-overlay figure img {
    max-height: 50vh;
    max-width: 40vw;
  }
}
#showroom-overlay .name,
.single .showroom-archive .name {
  white-space: nowrap;
  font-family: Helvetica, Arial, sans-serif;
}
#showroom-overlay h1,
.single .showroom-archive h1,
#showroom-overlay h2,
.single .showroom-archive h2 {
  text-align: center;
  line-height: 1;
  padding-top: 8px;
  margin: 0;
}
#showroom-overlay h1,
.single .showroom-archive h1 {
  font-size: 24px;
}
#showroom-overlay h2,
.single .showroom-archive h2 {
  font-size: 16px;
}
.showroom-archive article {
  margin-bottom: 3em;
}
.showroom-archive article figure {
  margin-bottom: 8px;
}
.showroom-archive article figure img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.single.showroom {
  font-size: 14px;
}
.single.showroom article #showroom-back-to-home {
  display: none;
}
.single.showroom article .block {
  margin: 0 0 3em 0;
}
.single.showroom article .block.block-headline {
  text-align: center;
}
.single.showroom article .block.block-headline h1,
.single.showroom article .block.block-headline h2 {
  text-transform: uppercase;
  line-height: 1;
}
.single.showroom article .block.block-headline h1 span,
.single.showroom article .block.block-headline h2 span {
  text-transform: none;
}
.single.showroom article .block.block-headline h1 {
  font-size: 28px;
}
.single.showroom article .block.block-headline h2 {
  font-size: 20px;
}
.single.showroom article .block.block-about {
  border: 1px solid black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  padding: 8px 12px;
}
.single.showroom article .block.block-text.normal {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.single.showroom article .block.block-text.wide {
  line-height: 1.2;
}
.single.showroom article .block.block-text blockquote {
  border: 1px solid black;
  padding: 8px 24px;
  line-height: 1.5;
  margin: 2em;
}
.single.showroom article .block.block-text blockquote p:last-child {
  margin-bottom: 0;
}
.single.showroom article .block.block-video .video-wrapper {
  position: relative;
  width: 100%;
  background: black;
}
.single.showroom article .block.block-video .video-wrapper iframe,
.single.showroom article .block.block-video .video-wrapper embed,
.single.showroom article .block.block-video .video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single.showroom article .block.block-audio iframe,
.single.showroom article .block.block-audio audio {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  min-width: 100%;
}
.single.showroom article .block figcaption {
  font-size: 12px;
  padding-top: 0.8em;
}
.single.showroom article .block figure.table {
  display: table;
  margin: 0 auto;
  width: auto;
}
.single.showroom article .block figure.table .table-row {
  display: table-row;
}
.single.showroom article .block figure.table .table-row .table-cell {
  display: table-cell;
  width: auto;
}
.single.showroom article .block figure.table figcaption.table-cell {
  max-width: 20px;
}
.pswp__bg {
  background-color: rgba(255, 255, 255, 0.8);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: transparent;
}
.pswp__button,
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  background-size: 528px 176px;
  background-color: transparent;
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before,
.pswp__button--close,
.pswp__button--zoom {
  height: 60px;
  width: 60px;
}
.pswp__button--arrow--right::before {
  background-position: -188px -88px;
}
.pswp__button--arrow--left::before {
  background-position: -276px -88px;
}
.pswp__button--close {
  background-position: -11px -99px;
}
.pswp__button--zoom {
  background-position: -188px -11px;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -276px -11px;
}
.pswp__counter,
.pswp__caption,
.pswp__caption__center {
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  figure.table {
    width: 100% !important;
  }
}
/************************
WELTOFFENES DRESDEN
************************/
#weltoffen-index:hover {
  background: #FE0;
  /* not working, let's see some red */
}
#weltoffen-index header .name {
  font-weight: normal;
}
#weltoffenes-dresden .article-header {
  margin: 0 0 1.2em;
}
#weltoffenes-dresden .article-header h1 {
  margin: 0 0 1.8em;
}
#weltoffenes-dresden .article-header h2 {
  margin: 0;
}
#weltoffenes-dresden .article-header .date {
  text-align: right;
}
#weltoffenes-dresden ul {
  margin: 0;
}
#weltoffenes-dresden .hidden-on-mobile {
  display: none;
}
#weltoffenes-dresden #weltoffen-intro {
  margin-bottom: 4.8em;
}
#weltoffenes-dresden #weltoffen-intro a.read-more {
  text-decoration: none;
  margin-bottom: 3.6em;
  color: #BBB;
}
#weltoffenes-dresden #weltoffen-intro #locations {
  margin-bottom: 4.8em;
}
#weltoffenes-dresden #weltoffen-intro #locations .subheadline {
  margin-top: 0;
}
#weltoffenes-dresden #weltoffen-intro #locations li {
  margin-bottom: 1.2em;
}
#weltoffenes-dresden #weltoffen-intro #locations li p {
  margin: 0;
}
#weltoffenes-dresden #weltoffen-intro #locations li p.address {
  margin-bottom: 0.8em;
}
#weltoffenes-dresden #weltoffen-intro #locations li p.address span {
  width: 100%;
}
#weltoffenes-dresden #weltoffen-intro #locations li p.container {
  display: table;
}
#weltoffenes-dresden #weltoffen-intro #locations li p.container .table-row {
  display: table-row;
}
#weltoffenes-dresden #weltoffen-intro #locations li p.container .table-row span {
  display: table-cell;
}
#weltoffenes-dresden #weltoffen-intro #locations li p.container .table-row span.container-number {
  padding: 0 1.2em;
  width: 9em;
  text-align: right;
}
#weltoffenes-dresden i.sans_S {
  font-style: normal;
  text-transform: uppercase;
}
#weltoffenes-dresden .days {
  margin-bottom: 70px;
  border-bottom: 2px solid #000;
  background: yellow;
  /* not working, let's see some red */
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 15%, #00ff00 30%, #00ffff 50%, #0000ff 65%, #ff00ff 80%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(15%, #ffff00), color-stop(30%, #00ff00), color-stop(50%, #00ffff), color-stop(65%, #0000ff), color-stop(80%, #ff00ff), color-stop(100%, #ff0000));
}
#weltoffenes-dresden .days .day {
  border: 2px solid #000;
  border-bottom: none;
  padding: 5px;
}
#weltoffenes-dresden .days .day .anchor {
  position: relative;
  top: -70px;
  height: 1px;
  visibility: hidden;
}
#weltoffenes-dresden .days .day .date {
  text-align: center;
  margin: 0.2em 0 0.4em;
}
#weltoffenes-dresden .days .day .date .today {
  background: yellow;
}
#weltoffenes-dresden .days .day .daily-events {
  border-bottom: 2px solid #000;
}
#weltoffenes-dresden .days .day .daily-events li {
  border: 2px solid #000;
  border-bottom: none;
  min-height: 1em;
  background: white;
}
#weltoffenes-dresden .days .day .daily-events li .top_row {
  position: relative;
  text-align: right;
}
#weltoffenes-dresden .days .day .daily-events li .top_row .location {
  float: right;
  margin: 0;
}
#weltoffenes-dresden .days .day .daily-events li .top_row .location.location_extern span {
  outline: 1px solid #000;
}
#weltoffenes-dresden .days .day .daily-events li .txt {
  padding: 5px;
}
#weltoffenes-dresden #text {
  margin-bottom: 3.6em;
}
.mailpoet_paragraph .mailpoet_text_label,
.mailpoet_paragraph .mailpoet_select_label {
  margin-right: 1em;
}
.mailpoet_paragraph .mailpoet_checkbox_label {
  display: block;
}
.overlay-video {
  position: fixed;
  width: 320px;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.overlay-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.close-button {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: rgba(23, 35, 34, 0.75);
  border-radius: 5px;
  cursor: pointer;
}
.close-button:before,
.close-button:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 14px;
  height: 3px;
  background: white;
}
.close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-button:hover {
  background: #000000;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 
******************************************************************/
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Stylesheet: 768up
******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    padding: 0 1.5%;
  }
  .sans_XL {
    font-size: 1.6em;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  #container {
    margin-top: 70px;
    margin-bottom: 15px;
  }
  .filter-by-location {
    display: none;
  }
  .big-filter {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .big-filter > div {
    cursor: pointer;
    margin-right: 1em;
    color: #BBB;
    white-space: nowrap;
  }
  .big-filter > div.active {
    color: #000;
  }
  .big-filter.visible {
    display: flex;
  }
  .section_header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 70px;
    margin-top: -70px;
    position: relative;
    width: 100%;
  }
  .section_header h2 {
    white-space: nowrap;
  }
  .section_header .filter {
    text-align: right;
    width: 100%;
    padding-bottom: 10px;
  }
  .section_header .filter select {
    font-size: 1em;
  }
  .section_header .filter input {
    font-size: 11px;
  }
  #archive,
  #current,
  #important-info {
    margin: 0 auto 180px auto;
    width: 100%;
  }
  #archive article:hover.sonstiges,
  #current article:hover.sonstiges,
  #important-info article:hover.sonstiges {
    background: #FFCCCC;
  }
  #archive article:hover.notes_from_the_empire,
  #current article:hover.notes_from_the_empire,
  #important-info article:hover.notes_from_the_empire {
    background: #FFB950;
  }
  #archive article:hover.wireless,
  #current article:hover.wireless,
  #important-info article:hover.wireless {
    background: #00CCFF;
  }
  #archive article:hover.geschichte,
  #current article:hover.geschichte,
  #important-info article:hover.geschichte {
    background: #7e1fff;
  }
  #archive article:hover.solo_exhibition,
  #current article:hover.solo_exhibition,
  #important-info article:hover.solo_exhibition {
    background: #FFFF99;
  }
  #archive article:hover.kunst_bildung,
  #current article:hover.kunst_bildung,
  #important-info article:hover.kunst_bildung {
    background: #009999;
  }
  #archive article:hover.various_stages,
  #current article:hover.various_stages,
  #important-info article:hover.various_stages {
    background: #D98000;
  }
  #archive article:hover.das_gute_leben,
  #current article:hover.das_gute_leben,
  #important-info article:hover.das_gute_leben {
    background: #008000;
  }
  #archive article:hover.white_cube_black_box,
  #current article:hover.white_cube_black_box,
  #important-info article:hover.white_cube_black_box {
    background: #cccccc;
  }
  #archive article:hover.kunstbegriffe,
  #current article:hover.kunstbegriffe,
  #important-info article:hover.kunstbegriffe {
    background: #d5b254;
  }
  #archive article:hover.nachbarschaften,
  #current article:hover.nachbarschaften,
  #important-info article:hover.nachbarschaften {
    background: #94b7b0;
  }
  #archive article:hover.stadtraum,
  #current article:hover.stadtraum,
  #important-info article:hover.stadtraum {
    background: #9baed1;
  }
  #archive article:hover ul.child_events li,
  #current article:hover ul.child_events li,
  #important-info article:hover ul.child_events li {
    background: #fff;
  }
  #archive article:hover .today,
  #current article:hover .today,
  #important-info article:hover .today {
    background: yellow;
  }
  #current {
    margin-top: 94px;
  }
  #archive,
  #current,
  #important-info {
    border: none;
    position: relative;
  }
  #archive .border-frame-clone,
  #current .border-frame-clone,
  #important-info .border-frame-clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 2px solid #000;
  }
  #archive .border-frame,
  #current .border-frame,
  #important-info .border-frame {
    border: 2px solid #000;
    border-bottom: none;
  }
  #archive article,
  #current article,
  #important-info article {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 2px #000;
  }
  #current .flex-rows {
    display: flex;
    flex-wrap: wrap;
  }
  #current article {
    width: 100%;
  }
  #current .index-column {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  #current .index-column h1,
  #current .index-column h2,
  #current .index-column h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
  }
  #current .index-column article {
    border-bottom: 2px solid;
  }
  #current .index-column article:last-child {
    flex-grow: 1;
  }
  #current .index-column article .date,
  #current .index-column article .title,
  #current .index-column article .name,
  #current .index-column article .name.withoutteaser,
  #current .index-column article figure {
    position: relative;
    clear: both;
    width: 100%;
  }
  #current .index-column-left {
    border-right: 1px solid #000;
  }
  #current .index-column-right {
    border-left: 1px solid #000;
  }
  /* nur 3 spalten auf dem tablet */
  .navigationcolumn {
    width: 30%;
    margin: 0;
  }
  .contentcolumn {
    width: 65%;
  }
  .creditcolumn {
    width: 65%;
  }
  .navigationcolumn,
  .contentcolumn {
    position: relative;
    float: left;
    margin-left: 5%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  a.mobile_nav {
    display: none;
  }
  .prices table td.price {
    width: 15%;
  }
  .mobile-only {
    display: none;
  }
  .single section.article-images.top .flex_control_nav_custom {
    margin-top: -25px;
  }
  /*********************
HEADER STYLES
*********************/
  .header .quick_links,
  .header .extra_info,
  .header nav {
    display: block;
  }
  .header .language {
    text-align: left;
    display: none;
    margin-bottom: 15px;
  }
  .header .language.visible {
    display: block;
  }
  .header .language .language-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header .language.fixed {
    position: fixed;
    bottom: 0;
    left: 1.5%;
    width: 29.1%;
  }
  .header .dresden-logo {
    display: block;
    margin: 0 0 2em;
  }
  .header .dresden-logo figure {
    margin: 0;
  }
  .header .dresden-logo figure img {
    display: block;
    max-width: 90px;
    height: auto;
  }
  .header.fixed {
    position: fixed;
    top: 70px;
    left: 1.5%;
    width: 29.1%;
  }
  .footer nav,
  .footer h2,
  .footer .back_to_top {
    display: none;
  }
  .footer .credits-link {
    margin-bottom: 0;
  }
  .footer .credits-link .language {
    display: none;
  }
  .social-links {
    margin-top: 0;
  }
  .social-links--mobile {
    display: none;
  }
  .social-links--desktop {
    display: block;
  }
  /************************
SHOWROOM
************************/
  #showroom-overlay {
    padding-top: 50px;
  }
  #showroom-overlay:hover {
    cursor: pointer;
  }
  #showroom-overlay h1 {
    font-size: 32px;
  }
  #showroom-overlay h2 {
    font-size: 24px;
  }
  .showroom-archive {
    display: flex;
    flex-flow: row wrap;
    align-items: top;
    justify-content: space-between;
  }
  .showroom-archive article {
    margin-bottom: 7.69230769%;
    width: 46.15384615%;
  }
  .showroom-archive .fill-white-space {
    height: 1px;
  }
  .single.showroom article {
    position: relative;
  }
  .single.showroom article #showroom-back-to-home {
    display: block;
    text-decoration: none;
    color: #bbb;
    position: absolute;
    top: -32px;
    left: 0;
  }
  .single.showroom article #showroom-back-to-home:hover {
    color: black;
  }
  .single.showroom article .block.block-headline h1 {
    font-size: 48px;
  }
  .single.showroom article .block.block-headline h2 {
    font-size: 24px;
  }
  .single.showroom article .block.block-about {
    max-width: 300px;
  }
  .single.showroom article .block.block-gallery {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
  .single.showroom article .block.block-gallery .gallery-image,
  .single.showroom article .block.block-gallery .fill-white-space {
    display: block;
    margin-bottom: 7.69230769%;
    width: 46.15384615%;
  }
  .single.showroom article .block.block-gallery .gallery-image figure,
  .single.showroom article .block.block-gallery .fill-white-space figure {
    margin: 0 auto;
  }
  .single.showroom article .block.block-gallery .gallery-image img,
  .single.showroom article .block.block-gallery .fill-white-space img {
    display: block;
  }
  .single.showroom article .block.block-gallery .fill-white-space {
    height: 1px;
    margin-bottom: 0;
  }
  .single.showroom article .block.block-two-columns {
    display: flex;
  }
  .single.showroom article .block.block-two-columns .column {
    width: 50%;
  }
  .single.showroom article .block.block-two-columns .column.left-column {
    padding-right: 8px;
  }
  .single.showroom article .block.block-two-columns .column.right-column {
    padding-left: 8px;
  }
  .single.showroom article .block.block-two-columns .column .block-text {
    margin-top: -5px;
  }
  .single.showroom article .block.block-audio iframe {
    min-width: none;
  }
  .single.showroom article .block.block-audio audio {
    min-width: 350px;
  }
  .logo-row li {
    max-width: 12%;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Stylesheet: 1030up
******************************************************************/
  .sans_XL {
    font-size: 2.2em;
  }
  #archive,
  #current,
  #important-info {
    margin: 0 auto 150px auto;
  }
  #archive article,
  #current article,
  #important-info article {
    padding: 0 5px 5px 30px;
  }
  #archive article .title,
  #current article .title,
  #important-info article .title,
  #archive article .name,
  #current article .name,
  #important-info article .name,
  #archive article .date,
  #current article .date,
  #important-info article .date,
  #archive article .excerpt.info,
  #current article .excerpt.info,
  #important-info article .excerpt.info {
    width: 66.666%;
  }
  #archive article .date,
  #current article .date,
  #important-info article .date {
    position: absolute;
    top: 0;
    padding-top: 2px;
  }
  #current {
    margin-top: 74px;
  }
  #current .index-column-left,
  #important-info .index-column-left {
    width: 66.666%;
  }
  #current .index-column-right,
  #important-info .index-column-right {
    width: 33.333%;
  }
  #current .index-column-right .sans_XL,
  #important-info .index-column-right .sans_XL {
    font-size: 1.6em;
  }
  #current article figure,
  #important-info article figure,
  #current article .excerpt,
  #important-info article .excerpt {
    width: 65.666%;
    float: left;
    margin-right: 0%;
  }
  #current article .excerpt,
  #important-info article .excerpt {
    width: 100%;
  }
  #current article .name,
  #important-info article .name,
  #current article .excerpt.info,
  #important-info article .excerpt.info {
    width: 33.333%;
    float: left;
  }
  #current article .name.withoutteaser,
  #important-info article .name.withoutteaser,
  #current article .excerpt.info.withoutteaser,
  #important-info article .excerpt.info.withoutteaser {
    width: 66.666%;
    float: none;
  }
  #important-info ul.child_events li h2 {
    padding-left: 3em;
  }
  .flex_header {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .section_header {
    height: 70px;
    margin-top: -70px;
  }
  .section_header .filter select,
  .section_header .filter input {
    width: auto;
    margin-bottom: 0;
  }
  .section_header .filter input[value="Reset"] {
    margin-left: 1rem;
  }
  /* nur 3 spalten auf dem tablet */
  .navigationcolumn {
    width: 22%;
  }
  .contentcolumn {
    width: 74%;
  }
  .contentcolumn.single,
  .contentcolumn.publications,
  .contentcolumn.weltoffen-column {
    width: 48%;
  }
  .contentcolumn.single.showroom,
  .contentcolumn.publications.showroom,
  .contentcolumn.weltoffen-column.showroom {
    width: 74%;
  }
  .creditcolumn {
    width: 74%;
  }
  .navigationcolumn,
  .contentcolumn {
    position: relative;
    float: left;
    margin-left: 4%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .header .language.fixed {
    width: 21.34%;
  }
  .header.fixed {
    width: 21.34%;
  }
  .showroom-archive article {
    margin-bottom: 8.34%;
    width: 45.83;
  }
  .single.showroom article .block.block-gallery .gallery-image,
  .single.showroom article .block.block-gallery .fill-white-space {
    margin-bottom: 5.40540541%;
    width: 29.72972973%;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1400px) {
  /******************************************************************
Stylesheet: 1240up
******************************************************************/
  .navigationcolumn {
    width: 16.8%;
  }
  .contentcolumn {
    width: 58.4%;
  }
  .contentcolumn.single,
  .contentcolumn.publications {
    width: 37.6%;
  }
  .contentcolumn.showroom {
    width: 79.2%;
  }
  .creditcolumn {
    width: 58.4%;
  }
  .navigationcolumn,
  .contentcolumn {
    position: relative;
    float: left;
    margin-left: 4%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .single section.article-images,
  .single section.showroom-archive {
    position: absolute;
    top: 0;
    left: -110.5%;
    width: 100%;
  }
  .single section.article-images .flex_control_nav_custom,
  .single section.showroom-archive .flex_control_nav_custom {
    margin-top: -25px;
  }
  .directions header {
    margin: 0;
    height: 2.6em;
    margin-top: -2.6em;
  }
  .directions header h1 {
    margin-bottom: 1em;
  }
  .directions header .subheadline {
    margin: 0;
  }
  .header.fixed {
    width: 16.296%;
  }
  .header .language.fixed {
    width: 16.296%;
  }
  .subheadline.top {
    margin-top: 0;
  }
  /************************
WELTOFFENES DRESDEN
************************/
  .contentcolumn.weltoffen-column {
    width: 79.2%;
  }
  #weltoffenes-dresden .article-header {
    position: relative;
  }
  #weltoffenes-dresden .article-header .date {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #weltoffenes-dresden .hidden-on-mobile {
    display: list-item;
  }
  #weltoffenes-dresden #text,
  #weltoffenes-dresden #weltoffen-intro,
  #weltoffenes-dresden #maps {
    width: 47.5%;
  }
  #weltoffenes-dresden #weltoffen-intro {
    margin-left: 52.5%;
    /*
		#locations {
			float: left;
		}
		#weltoffen-intro-text {
			float: right;
		}
		*/
  }
  #weltoffenes-dresden .days {
    border-bottom: 2px solid #000;
  }
  #weltoffenes-dresden .days .day {
    border: 2px solid #000;
    border-bottom: none;
    padding: 5px;
    position: relative;
    /*
			&.table-header {
				background: @white;
				padding: 0 5px;
				border: none;
				.table-wrap {
					min-height: 0;
				}
				.daily-events {
					li {
						border: none;
						.top_row {
							display: inline-block;
							.location {
								display: inline-block;
								float: none;
								width: 100%;
								text-align: left !important;
								padding: 0 5px;
								span { 
									display: inline-block;
								}
							}
							.location_extern {
								span {
									//background: @white;
									//color: @black;
									padding: 0;
								}
							}
						}
					}
				}
			} */
  }
  #weltoffenes-dresden .days .day .date {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0.5%;
    float: left;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  #weltoffenes-dresden .days .day .date span {
    display: block;
    min-width: 8em;
    margin-left: -3.7em;
  }
  #weltoffenes-dresden .days .day .table-wrap {
    display: table;
    border-collapse: collapse;
    border: none;
    padding: none;
    width: 97%;
    float: right;
    min-height: 8em;
  }
  #weltoffenes-dresden .days .day .daily-events {
    border: none;
    display: table-row;
  }
  #weltoffenes-dresden .days .day .daily-events li {
    display: table-cell;
    border: none;
    width: 16.7%;
    border: 2px solid #000;
  }
  #weltoffenes-dresden .days .day .daily-events li .top_row {
    display: none;
  }
  #weltoffenes-dresden .days .day .daily-events li:first-child {
    width: 16.5%;
  }
  #weltoffenes-dresden .days .day .daily-events li.hidden-on-mobile {
    display: table-cell;
  }
  #weltoffenes-dresden .days .day:first-child .daily-events li {
    vertical-align: top;
  }
  #weltoffenes-dresden .days .day:first-child .daily-events li .top_row {
    display: block;
  }
  #weltoffenes-dresden .days .day:first-child .daily-events li .top_row .location_extern span {
    text-align: left;
  }
  #weltoffenes-dresden #text {
    float: right;
  }
  #weltoffenes-dresden #maps {
    float: left;
  }
  .single.showroom article .block.block-gallery .gallery-image,
  .single.showroom article .block.block-gallery .fill-white-space {
    margin-bottom: 5.05050505%;
    width: 21.21212121%;
  }
  .showroom-archive article {
    margin-bottom: 10.64%;
    width: 44.68%;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .mobile_nav {
    display: none;
  }
  .header {
    float: none;
    position: relative !important;
    margin-bottom: 8em;
  }
  .navigationcolumn {
    width: 100% !important;
  }
}
