/******************************************************************
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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
  -moz-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
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  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: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #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:
Author:

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* min-height: 100%; */
}
body {
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  padding: 0 3%;
}
/*********************
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: #000000;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #000000;
  text-decoration: underline;
}
a:hover img,
a:visited:hover img,
a:focus img,
a:visited:focus img {
  outline: solid 1px #000000;
}
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: #bbbbbb;
  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: #000000;
}
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 */
  word-wrap: break-word;
}
.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 #000000;
  padding: 1px 10px 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  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;
}
/*********************
06. HEADER STYLES
*********************/
.header {
  border-top: solid 1px #000000;
}
.header #logo {
  border-bottom: solid 1px #000000;
  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 #000000;
  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 #bbbbbb;
  margin-bottom: 2em;
  display: none;
}
.header .extra_info p {
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.header .language {
  color: #bbbbbb;
  display: none;
}
.header .language a {
  text-decoration: none;
  color: #bbbbbb;
}
.header .language a.active {
  color: #000000;
}
.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: #bbbbbb;
}
.page_contents li {
  line-height: 1.2;
}
.page_contents li a {
  text-decoration: none;
  color: #bbbbbb;
}
.page_contents li a:hover {
  color: #000000;
}
/*********************
07. NAVIGATION STYLES
*********************/
.nav {
  margin: 0 0 3em;
  border-top: solid 3px #bbbbbb;
}
.nav li a {
  text-decoration: none;
  border-bottom: solid 3px #bbbbbb;
  display: block;
  color: #bbbbbb;
}
.nav li a:hover,
.nav li a:focus {
  color: #000000;
}
.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: #000000;
  border-bottom: solid 3px #000000;
  border-top: solid 3px #000000;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
.section_header h2 {
  padding-bottom: 10px;
  line-height: 1;
}
.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;
}
.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 {
  margin: 0 auto 150px auto;
  width: 100%;
  border-bottom: solid 2px #000000;
}
#archive.article-selected article,
#current.article-selected article {
  display: none;
}
#archive.article-selected article.selected,
#current.article-selected article.selected,
#archive.article-selected article.child-selected,
#current.article-selected article.child-selected {
  display: block;
}
#archive.article-selected article.selected li,
#current.article-selected article.selected li,
#archive.article-selected article.child-selected li,
#current.article-selected article.child-selected li {
  display: none;
}
#archive.article-selected article.selected li.selected,
#current.article-selected article.selected li.selected,
#archive.article-selected article.child-selected li.selected,
#current.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 {
  display: none;
}
#archive.article-selected article.child-selected.selected .name,
#current.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,
#archive.article-selected article.child-selected.selected .date,
#current.article-selected article.child-selected.selected .date,
#archive.article-selected article.child-selected.selected .category,
#current.article-selected article.child-selected.selected .category {
  color: #000000;
}
#archive.article-selected article.child-selected.selected .name,
#current.article-selected article.child-selected.selected .name {
  display: block;
}
#archive article,
#current article {
  border-top: solid 2px #000000;
  border-left: solid 2px #000000;
  border-right: solid 2px #000000;
  padding: 0 0 5px 30px;
  position: relative;
}
#archive article .article-header,
#current article .article-header {
  margin: 0;
}
#archive .top_row,
#current .top_row,
.single .top_row {
  display: block;
}
#archive .top_row .location,
#current .top_row .location,
.single .top_row .location,
#archive .top_row .category,
#current .top_row .category,
.single .top_row .category {
  display: block;
  width: 50%;
  float: left;
}
#archive .top_row .location,
#current .top_row .location,
.single .top_row .location {
  position: relative;
  margin-right: -7px;
}
#archive .top_row .location span,
#current .top_row .location span,
.single .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 {
  outline: solid 1px #000000;
  /* 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 {
  padding-left: 7px;
  padding-top: 4px;
  line-height: 1;
}
#archive article,
#current article,
.single article {
  padding-right: 5px;
}
#archive ul.child_events,
#current ul.child_events,
.single ul.child_events {
  padding-right: 0;
  margin: 4px 0 0;
  border-top: solid 2px #000000;
}
#archive ul.child_events li,
#current ul.child_events li,
.single ul.child_events li {
  border: solid 2px #000000;
  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 {
  margin: 0 !important;
}
#archive ul.child_events li .location span,
#current ul.child_events li .location span,
.single 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 {
  margin-right: 0;
}
#archive ul.child_events li .category,
#current ul.child_events li .category,
.single 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 {
  padding-right: 7px;
}
#archive .meta,
#current .meta,
.single .meta {
  margin: 0;
}
#archive .title,
#current .title,
.single .title,
#archive .name,
#current .name,
.single .name {
  width: 100%;
}
#archive .title,
#current .title,
.single .title {
  margin-bottom: 7px;
  padding: 0 5px;
}
#archive .date,
#current .date,
.single .date {
  text-align: center;
  margin-bottom: 7px;
}
#archive .name,
#current .name,
.single .name {
  padding-left: 7px;
  line-height: 1.2;
}
.single article {
  padding-right: 0;
}
#current figure,
#current .excerpt {
  padding: 4px 5px 0 7px;
  margin-bottom: 10px;
  width: 100%;
}
#current figure img,
#current .excerpt img {
  display: block;
}
#current .name {
  margin-bottom: 0;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
#current ul.child_events {
  margin: 7px 0 0;
}
#current ul.child_events li {
  padding: 0 0 7px;
}
#current article {
  overflow: hidden;
}
.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 #000000;
}
.quick_help .prices {
  border: solid 1px #000000;
  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 #000000;
}
.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-left: 1px solid #2771f4;
  border-top: 1px solid #db4632;
  border-right: 1px solid #fec70a;
  border-bottom: 1px solid #009958;
}
.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: #bbbbbb;
}
.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 #000000;
  margin-bottom: 5em !important;
}
.about-history .history_section,
.kunstbegriffe-archive .history_section {
  border: solid 2px #000000;
  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;
}
.page-template-page-credits-php .credits-link {
  display: none;
}
.credits-link {
  margin-top: 4em;
  text-align: left;
  position: relative;
}
.credits-link a {
  color: #bbbbbb;
  text-decoration: none;
  display: inline-block;
}
.credits-link a:hover {
  color: #000000;
}
.credits-link a.back_to_top {
  position: absolute;
  right: 0;
  top: 0;
}
.credits-link .language {
  margin-right: 20px;
}
/*********************
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 #bbbbbb;
  color: #bbbbbb;
}
.flexslider.loading .loader {
  display: block;
}
.flexslider .slides > li {
  display: none;
  -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: #bbbbbb;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #000000;
}
.flex-control-paging li a.flex-active {
  background: #000000;
  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: .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 #bbbbbb;
  margin: 3em 0 2em 0;
}
.footer .extra_info p {
  border-bottom: solid 1px #000000;
  margin: 1px 0;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.footer .extra_info a {
  text-decoration: none;
}
.footer .language {
  color: #bbbbbb;
}
.footer .language a {
  text-decoration: none;
  color: #bbbbbb;
}
.footer .language a.active {
  color: #000000;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*********************
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;
}
/************************
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: #bbbbbb;
}
#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 #000000;
  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 #000000;
  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 #000000;
}
#weltoffenes-dresden .days .day .daily-events li {
  border: 2px solid #000000;
  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 #000000;
}
#weltoffenes-dresden .days .day .daily-events li .txt {
  padding: 5px;
}
#weltoffenes-dresden #text {
  margin-bottom: 3.6em;
}
/*
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.
*/
/*
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) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    padding: 0 1.5%;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  #container {
    margin-top: 70px;
    margin-bottom: 15px;
  }
  .section_header {
    height: 70px;
    margin-top: -70px;
    display: table;
    position: relative;
    width: 100%;
  }
  .section_header h2 {
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
  }
  .section_header .filter {
    position: absolute;
    right: 0;
    bottom: 13px;
  }
  .section_header .filter select {
    width: 100px;
    margin-bottom: 0;
    font-size: 1em;
  }
  .section_header .filter input {
    width: auto;
    margin-bottom: 0;
    font-size: 11px;
  }
  #archive,
  #current {
    width: 100%;
  }
  #archive article:hover.sonstiges,
  #current article:hover.sonstiges {
    background: #FFCCCC;
  }
  #archive article:hover.notes_from_the_empire,
  #current article:hover.notes_from_the_empire {
    background: #FFB950;
  }
  #archive article:hover.wireless,
  #current article:hover.wireless {
    background: #00CCFF;
  }
  #archive article:hover.geschichte,
  #current article:hover.geschichte {
    background: #7e1fff;
  }
  #archive article:hover.solo_exhibition,
  #current article:hover.solo_exhibition {
    background: #FFFF99;
  }
  #archive article:hover.kunst_bildung,
  #current article:hover.kunst_bildung {
    background: #009999;
  }
  #archive article:hover.various_stages,
  #current article:hover.various_stages {
    background: #D98000;
  }
  #archive article:hover.das_gute_leben,
  #current article:hover.das_gute_leben {
    background: #008000;
  }
  #archive article:hover.white_cube_black_box,
  #current article:hover.white_cube_black_box {
    background: #cccccc;
  }
  #archive article:hover.kunstbegriffe,
  #current article:hover.kunstbegriffe {
    background: #d5b254;
  }
  #archive article:hover ul.child_events li,
  #current article:hover ul.child_events li {
    background: #ffffff;
  }
  #archive article:hover .today,
  #current article:hover .today {
    background: yellow;
  }
  /* nur 3 spalten auf dem tablet */
  .navigationcolumn {
    width: 30%;
    margin: 0;
  }
  .contentcolumn {
    width: 65%;
  }
  .home .contentcolumn.single.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;
  }
  .header .language.fixed {
    position: fixed;
    bottom: 15px;
    left: 1.5%;
  }
  .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 !important;
  }
}
/*
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) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  #archive article .title,
  #current article .title,
  #archive article .name,
  #current article .name,
  #archive article .date,
  #current article .date {
    width: 66.666%;
  }
  #archive article .date,
  #current article .date {
    position: absolute;
    top: 0;
    padding-top: 2px;
  }
  #current article figure,
  #current article .excerpt {
    width: 65.666%;
    float: left;
    margin-right: 0%;
  }
  #current article .name {
    width: 33.333%;
    float: left;
  }
  #current article .name.withoutteaser {
    width: 66.666%;
    float: none;
  }
  .section_header .filter select {
    width: 170px;
  }
  /* nur 3 spalten auf dem tablet */
  .navigationcolumn {
    width: 22%;
  }
  .contentcolumn {
    width: 74%;
  }
  .contentcolumn.single,
  .contentcolumn.publications,
  .contentcolumn.weltoffen-column {
    width: 48%;
  }
  .home .contentcolumn.single.creditcolumn {
    width: 74%;
  }
  .navigationcolumn,
  .contentcolumn {
    position: relative;
    float: left;
    margin-left: 4%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .header.fixed {
    width: 21.34%;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1400px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .navigationcolumn {
    width: 16.8%;
  }
  .contentcolumn {
    width: 58.4%;
  }
  .contentcolumn.single,
  .contentcolumn.publications {
    width: 37.6%;
  }
  .home .contentcolumn.single.creditcolumn {
    width: 58.4%;
  }
  .navigationcolumn,
  .contentcolumn {
    position: relative;
    float: left;
    margin-left: 4%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .single section.article-images {
    position: absolute;
    top: 0;
    left: -110.5%;
    width: 100%;
  }
  .single section.article-images .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%;
  }
  .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 #000000;
  }
  #weltoffenes-dresden .days .day {
    border: 2px solid #000000;
    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;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -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 #000000;
  }
  #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;
  }
}
/*
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.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
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;
    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;
  }
}
