/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"sl; */
/* @import "theme-B.css"; */


/**page
 * @license
 * MyFonts Webfont Build ID 3012504, 2015-04-20T18:05:27-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: UniversLTPro-Condensed by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/univers/pro-57-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2008 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3012504
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2df798");

  
@font-face {font-family: 'UniversLTPro-Condensed';src: url('/fonts/webfonts/2DF798_0_0.eot');src: url('/fonts/webfonts/2DF798_0_0.eot?#iefix') format('embedded-opentype'),url('/fonts/webfonts/2DF798_0_0.woff2') format('woff2'),url('/fonts/webfonts/2DF798_0_0.woff') format('woff'),url('/fonts/webfonts/2DF798_0_0.ttf') format('truetype');}


/* ADMIN */



/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
margin:0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	letter-spacing: 0.01em;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Reset styles
   ========================================================================== */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
/*	vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========  PREVENT PADDING FROM ADDING  ======== */

article, footer, .article {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* ==== CLEARFIX ====  */

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


/* ==========================================================================
   Fonts
   ========================================================================== */
   
@font-face {
    font-family: 'open_sanslight';
    src: url('/fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('/fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('/fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('/fonts/opensans_lightitalic_macroman/OpenSans-LightItalic-webfont.eot');
    src: url('/fonts/opensans_lightitalic_macroman/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans_lightitalic_macroman/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('/fonts/opensans_lightitalic_macroman/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('/fonts/opensans_lightitalic_macroman/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.eot');
    src: url('/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.woff') format('woff'),
         url('/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/fonts/opensans_italic_macroman/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_bold';
    src: url('/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot');
    src: url('/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

em, i {
	font-family: 'open_sansitalic', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.07rem;
}

u {
	text-decoration: none;
	border-bottom: 0.07rem solid #CCC;
}

b, strong {
	font-family: 'open_bold', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

html {
	height:100%;
}

body {
	margin: 0 0 0 0;
	font-family: 'open_sansregular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.92rem;
	color: #222;	
	background-color: #fff;
	height:100%;
	overflow:auto;
	line-height:1.5rem;
}

.start .container {
}

/* ==========================================================================
/* Ausstellungen Anpassungen 
========================================================================== */

.page-node-824 .zeitraum .txt,
.page-node-890 .zeitraum .txt,
.page-node-841 .zeitraum .txt,
.page-node-889 .zeitraum .txt {
	display: none;
}

.page-node-890 .zeitraum .fallback:before {
	content: 'März bis Juni 2021 (voraussichtlich)';
}

.page-node-824 .zeitraum .fallback:before {
	content: 'März bis August 2021 (voraussichtlich)';
}

.page-node-841 .zeitraum .fallback:before {
	content: 'March to August 2021 (preliminary)';
}

.page-node-889 .zeitraum .fallback:before {
	content: 'March to June 2021 (preliminary)';
}

/* ==========================================================================
   custom styles
   ========================================================================== */
   
   
.front h1 {
	display:none;
}

.front .view {
	margin-top:3.2rem;
}

.front .view.view-ding-des-monats-top,
.front .view.view-ding-des-monats-start-en {
	margin-top:0rem;
}
   
.page__title, .node__title,
h1, h2, h3, h4 {
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.8rem;
	line-height:2.2rem;
    letter-spacing: 0.02rem;
    margin: 3.85rem 3rem 1.8rem 2rem;
	max-width:600px;
}

h3 {
	font-size:1.1rem;
	line-height:1.24rem;
	margin: 0.4rem 0rem 0.4rem 0rem;
}

#block-block-1,
#block-block-2,
#block-block-4 {
	padding:0;
}

a:link,
a:visited {
	color: #000;
	text-decoration:none;
}

.field-item a:link,
.field-item a:visited {
	color: #900;
	text-decoration:none;
}



.pflegedinge #content {	
}

p a:link,
p a:visited {
	border-bottom:#ddd 1px solid;
}

.dingpflege #content a:link,
.dingpflege #content a:visited {
	border-bottom:none;
}

button, input, select, textarea {
	border:1px solid #bababa;
}
form input.error-msg,
form textarea.error-msg {
		border:1px solid #990000;
}

form label.error-msg,
div.error-msg {
	color:#990000;
}


a:hover {
	color:#777;
	cursor: pointer;
}

a:active {
	color:#999;
}

#header {
	display:inline-block;
	padding:0;
	float:left;
	clear:both;
}

/* logo */

h2.logo {
	width:280px;
	height:280px;
	margin:1.8rem 0 1.5rem 20px;
	background: url("/sites/all/themes/wbamdd015/images/LOGO_museum-der-dinge-geschlossen.jpg");
	background: url("/sites/all/themes/wbamdd015/images/logo-gr-3.png");
	
	background-size: 100% 100%;	
}

h2.logo a {
	display:block;
	width:280px;
	height:280px;
}

h2.logo span {
  display: none;
}

.front hr.logo.nav {
	display:none;
}

.sidebar hr.logo.nav {
	margin-left:26px;
	margin-top:0.3rem;
}

.sidebar hr.logo.nav.block-block-5 {
	display:none;
}

article p,
#content .field-name-field-zeitraum,
#content table,
div.time,
article iframe {
	margin:0 32px 1rem 32px;
}

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

article iframe {
	width: 480px !important;
	height:270px !important;
}

}


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

article iframe {
	width: 360px !important;
	height:202px !important;
}

}

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

article iframe {
	width: 480px !important;
	height:270px !important;
	margin:0 20px 1rem 20px;
}

}


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

article iframe {
	width: 360px !important;
	height:202px !important;
}

}

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

article iframe {
	width: 320px !important;
	height:180px !important;
}

}

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

article iframe {
	width: 240px !important;
	height:135px !important;
}

}


article ul {
	margin:-0.75rem 32px 1rem 32px;
}

.node-type-newsletter td p {
	margin-bottom:16px;
}

#content p,
#content h4,
article.teaser div,
.ausstellung.teaser div,
.protagonisten.teaser div {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
-webkit-hyphenate-limit-lines: 3;
        hyphenate-limit-lines: 3;
-webkit-hyphenate-character: 4;
        hyphenate-character: 4;
}

#content h3 {
	font-size:1.2rem;
	line-height:1.6rem;
	margin:2rem 32px 1rem 32px;
}

#content h3.intro {
	font-size:1.2rem;
	line-height:1.6rem;
	margin:0 32px 1rem 32px;
}

#content h3.inline {
	font-size:1.2rem;
	line-height:1.6rem;
	margin:2rem 32px 1rem 32px;
	display:block;
}

#content h4 {
    font-size: 1.05rem;
    line-height: 1.6rem;
    margin: -0.5rem 32px 1.5rem;
}

#content h4.label {
    margin: 1.6rem 32px 0.2rem;
}

.logged-in #edit-body {
	width:960px;
	margin:0 0 2rem 0;
}
	
#content hr {
	margin:2.4rem 32px 2rem 32px;
	height:3px;
	color:#eee;
	background-color:#eee;
	width:80px;
	border:none;
}

.field-collection-view {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
#content .field-name-field-hit-text p {
	margin:0 32px 1rem 32px;
}

#content article ul {
	list-style:square;
	margin-left:48px;
}

#content .field-name-scald-tags {
	/* display:none; */
}

.field-name-field-hit-img-caption,
.field-name-field-hit-img {
	clear: both;
    float: right;
    margin: 0 -320px 1.6rem 0;
    width: 280px;
}

/* Node Image Styles */

.context-inline_full_size {
	width:auto;
	margin:1.6rem 20px 1.6rem 20px;
}

.context-inline_intro {
	width:auto;
	margin:0.4rem 20px 1.6rem 20px;
}

.context-inline_hochformat {
	width:100%;
	display:block;
    margin: 1.6rem 0 1.6rem 0;
}

.context-seitenleiste {
	width:280px;
	clear: both;
    float: right;
    margin: 0.6rem -300px 1.6rem 0;
}

.context-seitenleiste_hochformat {
	width:200px;
	clear: both;
    float: right;
    margin: 0 -220px 1.6rem 0;
}

.context-eingerueckt {
	width:460px;
	clear: both;
    float: right;
    margin: 0 -320px 1.6rem 40px;
}

.context-partner_logo_inline,
.context-partner_logo_200px,
.context-partner_logo_120px {
	display:inline-block;
	height:auto!important;
	margin:1.6rem 0 1.6rem 32px;
}

.context-drei_bilder_inline {
	display:inline-block;
	width:180px;
	margin:1.6rem 5px 1.6rem 20px;
}


/* DINGPFLEGE */

.context-inline_full_size img,
.context-seitenleiste img,
.context-eingerueckt img,
.context-seitenleiste_hochformat img,
.context-drei_bilder_inline img {
	width:100%!important;
	height:auto!important;
}

.context-eingerueckt img {
	margin-top:-2.4rem;
}

.page-node-192 .context-eingerueckt img,
.page-node-193 .context-eingerueckt img,
.page-node-82 .context-eingerueckt img, /* Anfahrt */
.page-node-83 .context-eingerueckt img { /* Öffnungszeiten */
    margin-top: -2rem;
}

/* Files */

.context-inline_full_size.type-file img,
.context-inline_full_size.type-file a {
	display:none;
}

.context-inline_full_size.type-file {
	display:block;
	margin:0 32px 1rem 32px;
	padding:0.6rem 0 0 0;
	overflow:auto;
}

.context-inline_full_size.type-file .field-items a {
		display:inline-block;
}

.context-inline_full_size.type-file img.file-icon {
	display:inline-block;
	width:32px!important;
	margin:8px 16px 0 0;
	float:left;
}

.type-file .dnd-legend-wrapper, .type-file .dnd-caption-wrapper {
    margin: 0 0 0 0;
    text-align: left;
	float:left;
}

.context-inline_hochformat .dnd-atom-rendered {
	text-align:center;
}

.context-inline_hochformat img {
	height:320px!important;
	width:auto!important;
	margin:0 auto 0 auto!important;
}

.dnd-legend-wrapper,
.dnd-caption-wrapper {
	font-family: 'open_sanslight_italic', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
    font-size: 0.8rem;
	letter-spacing:0.03rem;
    line-height: 1.32rem;
	margin: 0.5rem 0 0 12px;
    text-align: left;
}

.context-inline_full_size .dnd-legend-wrapper,
.context-inline_full_size .dnd-caption-wrapper {
    margin: 0.5rem 0 0 12px;
}

/* --- FILE DOWNLOADS CAPTIONS --- */
.context-inline_full_size.type-file .dnd-legend-wrapper,
.context-inline_full_size.type-file .dnd-caption-wrapper {
    margin: 0 0 0 0;
}

.context-eingerueckt .dnd-legend-wrapper,
.context-eingerueckt .dnd-caption-wrapper {
    color: #777;
    font-size: 0.78rem;
	letter-spacing:0.03rem;
	margin: 0.5rem auto 0 auto;
	display:block;
	width:300px;
}

.context-seitenleiste .dnd-caption-wrapper,
.context-seitenleiste_hochformat .dnd-caption-wrapper {
	margin: 0.5rem 0 0 0;
}

.context-inline_hochformat .dnd-caption-wrapper {
	text-align:center;
	margin: 0.5rem auto 0 auto;
}

#content .dnd-legend-wrapper p,
#content .dnd-caption-wrapper p {
	margin:0;
}

/* ARTICLE */

article .links.inline {
	color:#222;
	display:block;
	margin:2rem 0 0 32px;
}

.links.inline a:link,
.links.inline a:visited,
.links.inline a:hover {
	color:#222;
	text-decoration:none;
}

/* Ausstellungen Teaser – an Node */

#page article.teaser .img {
	width:260px;
	float:left;
	margin:20px 0 20px 20px;
}

#page .view-ding-des-monats-top1-en article.teaser .img,
#page .view-ding-des-monats-top1 article.teaser .img {
	width:260px;
	float:left;
	margin:0;
}

#page article.teaser.image h2 {
	margin:1.2rem 1.2rem 1.2rem 300px;
	width:280px;
}

#page article.teaser.image .zeitraum,
#content article.teaser.image p,
#page article.teaser.image p {
	margin:1rem 1.2rem 1.2rem 300px;
	width:280px;
}

.field-name-field-verwandte-seite article.ausstellung.teaser,
.field-name-field-verwandte-seite article.teaser,
article.teaser {
	padding:0;
}

/* Verwandte Seiten / ding des monats */

.view-ding-des-monats-top1,
.view-ding-des-monats-top1-en,
.view-ding-des-monats-liste,
.view-ding-des-monats-liste-en {
	max-width:640px;
}

.node-type-ding-des-monats-landingpage .context-eingerueckt img,
.node-type-ding-des-monats-landingpage-en  .context-eingerueckt img,
.node-type-ding-des-monats .context-eingerueckt img {
	margin-top:-6rem;
}

.node-type-ding-des-monats-landingpage #content .context-eingerueckt p,
.node-type-ding-des-monats-landingpage-en #content .context-eingerueckt p,
.node-type-ding-des-monats #content .context-eingerueckt p {
-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}

.view-ding-des-monats-archiv-de,
.view-ding-des-monats-archiv-en {
	max-width:960px;
}


.view-ding-des-monats-liste article,
.view-ding-des-monats-top1 article,
article.node-ding-des-monats.node-teaser,
.view-ding-des-monats-archiv-de article {
	box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.15);
	margin: 0 20px 2.4rem;
    padding: 0 32px 0 0;
	clear:both;
}

.field-name-field-verwandte-seite article /* kw */
 {
	box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.15);
	margin: 0 20px 2.4rem;
    padding: 0 32px 1rem 32px;
	clear:both;
}

article.teaser {
	box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.15);
	margin: 0 20px 2.4rem;
    padding: 0;
	clear:both;
	width:600px;
	overflow:hidden;
}

/* Variante "Lueckenlos */

.no-clearfix-list .field-name-field-verwandte-seite article {
	clear:none;
}

.no-clearfix-list .field-name-field-verwandte-seite article.clearfix::after {
	clear:none;
}

/* --- */

article.node-ding-des-monats.node-teaser {
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
	margin: 0 20px 2.4rem;
    padding: 0 32px 0 0;
	clear:both;
}

.field-name-field-verwandte-seite h2 /* kw */ {
	font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 1.2rem 0 0.8rem 0;
    text-align: left;
}

.related-pages article.teaser h2 {
	font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 1.2rem 20px 1.4rem 20px;
    text-align: left;
}

.related-pages article.teaser p {
    margin: 1.2rem 20px 1.4rem 20px;
}

h2.inline {
	font-size: 1.35rem;
    line-height: 1.35rem;
    margin: 2.4rem 20px 0rem 32px;
    text-align: left;
	clear:both;
	display:block;
}

article.teaser.image h2,
article.teaser.image p,
article.teaser.image p /* KW */ {
	    margin: 1.2rem 24px 1.4rem 300px;
}

.field-name-field-verwandte-seite a:link,
.field-name-field-verwandte-seite a:visited {
	text-decoration:none;
}

article.teaser.ding-des-monats h2 {
    text-align: left;
/*	width:360px; 	float:right;
*/
}

.view-ding-des-monats-start-en article.teaser,
.view-ding-des-monats-top1-en article.teaser,
.view-ding-des-monats-top1 article.teaser {
	margin-top:1rem;
}

.view-ding-des-monats-top1-en article.teaser.ding-des-monats h2,
.view-ding-des-monats-top1 article.teaser.ding-des-monats h2 {
    text-align: left;
	width:300px;
	float:right;
}

h2.ding .monat {
	display: block;
	font-size: 1rem;
	letter-spacing: 0.03rem;
    line-height: 1.3rem;
	color: #999;
	margin: 0 0 0.4rem;
}


.view-ding-des-monats-start-en article.teaser h2.ding,
.view-ding-des-monats-top article.teaser h2.ding,
.view-ding-des-monats-start-vorschau-de h2.ding,
.view-ding-des-monats-start-vorschau-en h2.ding {
    font-size: 1.42rem;
    letter-spacing: 0.02rem;
	margin: 0.5rem 0 0.8rem;
    line-height: 1.6rem;
    padding: 0;
}

#block-views-dff088e107f4639ebd5115adeed38b20 h2, /* Vorschau */
#block-views-55e2caa56e39d49311f85bbd2dbe9bee h2, /* Vorschau */
.view-ding-des-monats-start-en article.teaser h2.ding,
.view-ding-des-monats-top article.teaser h2.ding,
.view-ding-des-monats-start-vorschau-de h2.ding,
.view-ding-des-monats-start-vorschau-en h2.ding {
    padding: 0 20px 1rem;
	margin:0;
}

.view-ding-des-monats-start-en article.teaser h2.ding,
.view-ding-des-monats-top article.teaser h2.ding,
.view-ding-des-monats-start-vorschau-de h2.ding,
.view-ding-des-monats-start-vorschau-en h2.ding {
	    margin: 0.5rem 0 0 0;
		padding: 0.5rem 20px 1rem;

}

#block-views-dff088e107f4639ebd5115adeed38b20 h2, /* Vorschau */
#block-views-55e2caa56e39d49311f85bbd2dbe9bee h2 { /* Vorschau */
	margin:0.5rem 0 0 0;
}

article.teaser.ding-des-monats {
	padding-right:0;
}

article.teaser.ding-des-monats div {
	margin:0;
}

article.teaser.ding-des-monats .field-name-field-teaserbild {
	width:180px;
	margin:0 0 0 0;
	float:left;
}

.field-name-field-verwandte-seite .field-name-field-teaserbild {
	width:280px;
	margin:0 20px 12px 0;
	float:left;
}

.field-name-field-verwandte-seite .field-name-field-teaserbild img {
	width:100%!important;
	height:auto!important;
}

/* Ding des Monats */

.node-type-ding-des-monats h1.page__title,
.node-type-ding-des-monats-landingpage h1.page__title,
.node-type-ding-des-monats-landingpage-en h1.page__title {
	display:none;
}

/* --- ma2 // ma3 --- */

.field-name-body {
	width:640px;
	margin:0 0 0.2rem 0;
}

.field-name-body p:last-of-type {
/*	margin-bottom:1.6rem!important; */
}

.field-name-body .field-items {
	margin-bottom:1.6rem!important;
}

/* --- FILE DOWNLOADS --- */
.field-name-body .type-file p:last-of-type {
	margin-bottom:0!important;
}

.related-pages {
	margin:0.4rem 0 0 0;
}

/*article.ma3 */

.related-pages {
	width:640px;
}

.related-pages.ma3 {
	width:960px;
}

.view-ding-des-monats-top article.teaser,
.view-ding-des-monats-start-en article.teaser,
.view-ding-des-monats-archiv-de article.teaser,
.view-ding-des-monats-archiv-en article.teaser,
.ma2 article.teaser,
.ma3 article.teaser {
    width: 280px;
}

#page .view-ding-des-monats-top article.teaser .img,
#page .view-ding-des-monats-start-en article.teaser .img,
#page .view-ding-des-monats-archiv-de article.teaser .img,
#page .view-ding-des-monats-archiv-en article.teaser .img,
#page .ma2 article.teaser .img,
#page .ma3 article.teaser .img {
	width:280px;
	float:none;
	margin:0 0 0 0;
}

/* KW */
#page article.teaser.veranstaltung h2,
#page .ma2 article.teaser h2,
#page .ma2 article.teaser.image h2,
#page .ma3 article.teaser h2,
#page .ma3 article.teaser.image h2 {
	margin:1.2rem 20px 1.2rem 20px;
	width:240px; 
}

article.teaserbox p,
#page article.veranstaltung.teaser .zeitraum,
#page article.veranstaltung.teaser p,
#page .masonry-item article p, /* masonry teaser ohne bild */
#page .article.teaser.image p,
#page .ma2 article.teaser.image p,
#page .ma3 article.teaser.image p,
#page .ma2 article.teaser.image .zeitraum,
#page .ma3 article.teaser.image .zeitraum {
	margin:0.8rem 20px 1.2rem 20px;
	width:240px;
}

/* --- ma3 --- */

/* Matrix Archiv Teaser */

.view .ausstellung.teaser,
.view .veranstaltung.teaser,
.protagonisten.teaser {
	float: left;
    margin: 0 20px 40px;
    width: 280px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
	padding:0;
	font-size: 0.86rem;
    letter-spacing: 0.02rem;
    line-height: 1.32rem;
}

.protagonisten.teaser {
    width: 200px;
}

.view-ausstellungen .view-header,
.view-protagonisten .view-header {
	margin:0 0 2rem 0;
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2rem;
	line-height:2.2rem;
    letter-spacing: 0.02rem;
}

.veranstaltung.teaser a:link,
.veranstaltung.teaser a:visited,
.ausstellung.teaser a:link,
.ausstellung.teaser a:visited, 
.protagonisten.teaser a:link,
.protagonisten.teaser a:visited {
	color:#000;
	text-decoration:none;
}

.veranstaltung.teaser a:hover,
.ausstellung.teaser a:hover,
.protagonisten.teaser a:hover {
	color:#777;
	cursor: pointer;
}

.ausstellung.teaser a:active,
.protagonisten.teaser a:active {
	color:#999;
}

article.teaser h2,
#page article.teaser.veranstaltung.image h2,
.ausstellung.teaser h2,
.protagonisten.teaser h2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.02rem;
    margin: 1rem 20px 1rem 20px;
}

article.teaser div,
.ausstellung.teaser div,
.protagonisten.teaser div {
	font-size: 0.86rem;
    letter-spacing: 0.02rem;
    line-height: 1.32rem;
    margin: 0 20px 1rem 20px;
}

article.teaser div.ding,
article.teaser div.ding .view,
article.teaser div.ding .view-content,
article.teaser div.ding .views-row {
    margin: 0;
}

article.teaser div.zeitraum,
article.teaser div.zeitraum div {
	font-size: 0.94rem;
	letter-spacing:0.05rem;
	color:#888;
	margin-bottom:1rem;
}

.veranstaltung.teaser div.image,
.ausstellung.teaser div.image,
.ausstellung.teaser div.image div,
.protagonisten.teaser div.image,
.protagonisten.teaser div.image div {
   margin: 0;
}
.ausstellung.teaser div.image div
.protagonisten.teaser div.image div {
   margin-bottom: 1.2rem;
}

/* SIDEBAR NAVIGATION */

.sidebar a:link,
.sidebar a:visited {
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.05rem;
	color:#000;
	display:block;
	text-decoration:none;
	letter-spacing: 0.01rem;
    line-height: 1.3rem;
	padding-bottom:0.5rem;
}

.sidebar a.is-active-trail:link,
.sidebar a.is-active-trail:visited {
	color:#777;
}

.sidebar #block-views-dff088e107f4639ebd5115adeed38b20 a:link, /* Vorschau */
.sidebar #block-views-dff088e107f4639ebd5115adeed38b20 a:visited, /* Vorschau */
.sidebar #block-views-55e2caa56e39d49311f85bbd2dbe9bee a:link, /* Vorschau */
.sidebar #block-views-55e2caa56e39d49311f85bbd2dbe9bee a:visited, /* Vorschau */
.sidebar #block-views-ding-des-monats-top-block a:link,
.sidebar #block-views-ding-des-monats-top-block a:visited,
.sidebar #block-views-ding-des-monats-start-en-block a:link,
.sidebar #block-views-ding-des-monats-start-en-block a:visited {
	padding-bottom:0rem;
}

.sidebar #block-views-ding-des-monats-start-en-block {
}

.sidebar a:hover {
	color: #777;
	cursor: pointer;
}

.sidebar a:active {
	color: #999;
}

.block-title {
	font-size: 1.5rem;
    letter-spacing: 0.03rem;
	margin-bottom:1.5rem;
}

.sidebar .menu {
	margin:0 0 0 0;
}

.sidebar .menu .menu .last {
	margin:0 0 0.3rem 0;
}

.sidebar .menu .menu .menu .last {
	margin:0 0 0 0;
}

.sidebar .menu .menu a:link,
.sidebar .menu .menu a:visited {
	margin:0.5rem 0 0.5rem 0;
	padding:0 0 0 1rem;
    border-left: 2px solid #eee;
}

.sidebar .menu li {
	list-style:none;
	padding:0.2rem 0;
	clear:both;
	display:block;
}

.sidebar .menu .menu li a:link,
.sidebar .menu .menu li a:visited {
	list-style:none;
	display:block;
}

.sidebar .menu .menu .menu a:link,
.sidebar .menu .menu .menu a:visited {
	margin:0.5rem 0 0.5rem 1.2rem;
	padding:0 0 0 1rem;
    border-left: 2px solid #eee;
}

/* Startseite */

.sidebar-first.page-start-teaser #content {
    margin-top: 38px;
}

.page-start-teaser #content p {
    margin: 0 20px 1rem;
}

.view-teaser-start img {
	width:280px!important;
}

.teaserbox {
	width:280px;
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
	margin: 0 20px 40px;
}

#block-views-dff088e107f4639ebd5115adeed38b20, /* Vorschau */
#block-views-55e2caa56e39d49311f85bbd2dbe9bee, /* Vorschau */
#block-views-ding-des-monats-top-block article.teaser,
#block-views-ding-des-monats-start-en-block article.teaser {
	width:280px;
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
	margin: 1.2rem 40px 40px 0;
}

#block-views-dff088e107f4639ebd5115adeed38b20, /* Vorschau */
#block-views-55e2caa56e39d49311f85bbd2dbe9bee, /* Vorschau */
.sidebar-first .region-sidebar-first #block-views-ding-des-monats-top-block.block,
#block-views-ding-des-monats-start-en-block {
    padding: 0 0 0 0;
}

#block-views-dff088e107f4639ebd5115adeed38b20, /* Vorschau */
#block-views-55e2caa56e39d49311f85bbd2dbe9bee { /* Vorschau */
	margin-bottom:6rem;
}

.view-teaser-start .page__title, 
.view-teaser-start .node__title, 
.view-teaser-start h2,
.teaserbox h2,
/*#page .ma3 article.teaser h2, #page .ma3 article.teaser.image h2, */
.front h2.ding {
    font-size: 1.42rem;
    letter-spacing: 0.03rem;
    line-height: 1.7rem;
    margin: 0;
/*    padding: 0.5rem 20px 1rem; */
}

.front .teaserbox h2,
.view-startseite-vorschau .teaserbox h2,
.view-startseite-vorschau-en .teaserbox h2 {
	padding: 1rem 20px 1rem;
}


#content .teaserbox h3 {
    font-size: 1.1rem;
    letter-spacing: 0.02rem;
    margin: 0.1rem 20px 0.8rem;
	line-height: 1.4rem;
}

#content hr.ref {
	height:3px;
	color:#eee;
	background-color:#eee;
	width:80px;
	margin:1rem 0 1rem 0;
	border:none;
}

hr.nav {
	height:3px;
	color:#eee;
	background-color:#eee;
	width:60px;
	margin:1.8rem 0 1.8rem 1.65rem;
	border:none;
}

.node .ausstellung.teaser p,
article.teaser p,
article.teaserbox p {
	font-size: 0.86rem;
	letter-spacing: 0.02rem;
	line-height: 1.32rem;
}

.teaserbox p,
.node .ausstellung.teaser p {
	margin:0 1.2rem 1rem;
}

#content .teaserbox .ref,
.teaserbox .ref {
	margin:0 0 1rem 0;
}

#content p.teaser-info-wba-mdd {
	margin:0 0 0.6rem 1rem;
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.98rem;
}

#content p.teaser-info {
	margin:0 0 0.5rem 1rem;
	font-size: 0.82rem;
}

#content p.teaser-info-mail {
	margin:0 0 1.1rem 1rem;
	font-size: 0.82rem;
}

article .zeitraum {
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.15rem;
	letter-spacing:0.04rem;
	color:#888;
	margin:0 24px 2rem 24px;
}


.page878 .zeitraum,
.page880 .zeitraum {
	display: none;
}

article .time { /* Inline-zeitraum-Formatierung */
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.15rem;
	letter-spacing:0.04rem;
	color:#888;
	margin-bottom:1.25rem;
}

.node-type-veranstaltung article .zeitraum,
.node-type-ausstellung article .zeitraum,
.node-type-protagonist article .zeitraum {
	margin:0 32px 2rem 32px;
}


article.teaserbox .zeitraum,
.front article .zeitraum {
	font-size: 0.9rem;
	letter-spacing:0.04rem;
	color:#888;
	margin:0 20px 1rem 20px;
}

article.teaser .zeitraum,
#content .node-type-ausstellung .field-name-field-zeitraum,
#content .field-name-field-zeitraum {
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.15rem;
	letter-spacing:0.04rem;
	color:#888;
	margin-bottom:2rem;
}

article.teaser .zeitraum div {
	margin:0;
}

.meta {
	margin:2rem 0 2rem 32px;
}

.meta a:link,
.meta a:visited {
	color:#888;
	font-size:0.86rem;
}

.meta img {
	margin:-2px 6px 0 2px;
}

.meta .archiv {
	margin-left:12px;
	padding-left:12px;
	border-left:2px #ccc solid;
}

/* online tickets */

.front .node-274 a:first-of-type .teaserbox,
.front .node-332 a:first-of-type .teaserbox,
.front .node-274 a:first-of-type:visited .teaserbox,
.front .node-332 a:first-of-type:visited .teaserbox {
	color: #d34609;
}

.front .node-274 a:first-of-type:hover .teaserbox,
.front .node-332 a:first-of-type:hover .teaserbox {
	color: #777;
}


/* überflüssig */
.view-teaser-start .views-field-field-verlinkte-inhalte .field-name-field-teaserbild {
	display:none;
}

.view-teaser-start a:link,
.view-teaser-start a:visited,
.teaserbox a:link,
.teaserbox a:visited {
	text-decoration:none;
}

/* Ausstellungen / Zeitraum Chooser */

.start-date-wrapper.date-no-float {
    clear: none;
    float: left;
    width: 24%;
}
.date-no-float.end-date-wrapper {
    clear: none;
    float: left;
    width: 24%;
}

#field-zeitraum-add-more-wrapper .form-item-field-zeitraum-und-0-show-todate,
#field-zeitraum-add-more-wrapper .form-item-field-zeitraum-und-0-value2 label[for=edit-field-zeitraum-und-0-value2] {
	display:none;
}

#field-zeitraum-add-more-wrapper .form-item-field-zeitraum-und-0-value-date label:after {
    content: '(Beginn)';
}

#field-zeitraum-add-more-wrapper .form-item-field-zeitraum-und-0-value2 label:after {
    content: '(Ende)';
}

/* Navigation */

.jumper.txt {
	display:none;
}

#block-system-navigation ul ul {
	    margin: 0.2rem 0 0.4rem 0;
		padding:0 0 0 1rem;
		border-left:2px solid #CCC;
}

#block-menu-menu-pflegschaften h2,
#block-menu-menu-sammlungen h2,
#block-menu-menu-institution h2,
#block-menu-menu-ausstellungen h2,
#block-menu-menu-veranstaltungen-vermittlung h2,
#block-menu-menu-collection h2,
#block-menu-menu-exhibitions h2,
#block-menu-menu-institution-en h2,
#block-menu-menu-events-education h2 {
	display:none;
}

/* Menu-Bar NAVIGATION */

#navigation {
	height: 2.6rem;
	background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
/*	z-index:9999; */
}

.logged-in #navigation {
    top: 32px;
}
#navigation .region {
	margin: 0 auto;
    padding: 0 40px 0 0;
    right: 0;
    text-align: right;
    top: 0;
    width: 1280px;
}

#navigation .menu a:link,
#navigation .menu a:visited {
	color:#d34609;
}

#navigation .menu a:hover {
	color: #000;
	cursor: pointer;
}

#navigation .menu a:active {
	color: #888;
}

#navigation .info a:link,
#navigation .info a:visited {
	color:#777;
}

#navigation .menu .active .menu-btn,
#navigation .menu a:link.active,
#navigation .menu a:visited.active,
#navigation .menu a:link.active-trail,
#navigation .menu a:visited.active-trail {
	color: #222;
}

#navigation .info a:hover {
	color: #000;
	cursor: pointer;
}

#navigation .info a:active {
	color: #888;
}

#navigation .links li, 
#navigation .menu li, 
.block-menu .menu .menu li {
	display: table-cell;
    float: left;
    font-family: "UniversLTPro-Condensed","Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 0.94rem;
    letter-spacing: 0.06rem;
    margin:0;
	padding:0;
}

#navigation .menu li a,
#navigation .menu .menu-btn,
#navigation .menu .menu-jump {
    border-left: 2px solid #eee;
    box-sizing: border-box;
    clear: both;
    color: #777;
    display: inline-block;
	height:2.6rem;
    margin: 0;
    padding: 0.5rem 0.92rem 0.8rem 1rem;
    text-decoration: none;
}

#navigation .menu li.language a {
    padding: 0.5rem 0 0.8rem 1rem;
}


.i18n-en #navigation .menu li.language a {
    padding: 0.5rem 0.92rem 0.8rem 1rem;
}


#navigation .menu li.language a.leichte-sprache {
    padding: 0.5rem 0.92rem 0.8rem 0;
    border-left: none;
}


#navigation .menu li.fb a {
	padding: 0.5rem 0.40rem 0.8rem 0.90rem;
}

#navigation .menu li.tw a {
	padding: 0.5rem 0.45rem 0.8rem 0.450rem;
    border-left: none;
}

#navigation .menu li.ig a {
	padding: 0.5rem 1rem 0.8rem 0.50rem;
    border-left: none;
}

#navigation .menu li.search a {
    padding: 0.5rem 0.97125rem 0.8rem 0.86rem;
}

#navigation .menu .menu-btn:hover {
	color: #000;
}


#navigation .menu.navi .menu-btn,
#navigation .menu.jump .menu-jump {
   padding: 0.6rem 0 0.8rem 1rem;
}

#navigation .menu.burger.jump {
	display:none;
}

#navigation .menu .menu-btn,
#navigation .menu .menu-jump {
	cursor:pointer;
}

#navigation .fb.icon .imgbox {
	display:block;
	width:15px;
	height:15px;
	margin:5px 0 0 0;
	background: url("/sites/all/themes/wbamdd015/images/fb.png");
	background-size: 100% 100%;	
}

#navigation .tw.icon .imgbox {
	display:block;
	width:15px;
	height:15px;
	margin:5px 0 0 0;
	background: url("/sites/all/themes/wbamdd015/images/tw.png");
	background-size: 100% 100%;	
}

#navigation .ig.icon .imgbox {
	display:block;
	width:15px;
	height:15px;
	margin:5px 0 0 0;
	background: url("/sites/all/themes/wbamdd015/images/ig.png");
	background-size: 100% 100%;	
}



#navigation .search.icon .imgbox {
	display:block;
	width:18px;
	height:18px;
	margin:5px 0 0 0;
	background: url("/sites/all/themes/wbamdd015/images/suche.png");
	background-size: 100% 100%;	
}

#navigation .search.icon .imgbox,
#navigation .fb.icon .imgbox,
#navigation .tw.icon .imgbox,
#navigation .ig.icon .imgbox {
	filter:alpha(opacity=45);
	-ms-filter: "alpha(opacity=45)"; /* IE 8 */
	-moz-opacity:0.45;
	-khtml-opacity:0.45;
	opacity:0.45;
}

#navigation .search.icon a:hover > .imgbox,
#navigation .fb.icon a:hover > .imgbox,
#navigation .tw.icon a:hover > .imgbox,
#navigation .ig.icon a:hover > .imgbox,
#navigation .search.icon .imgbox.active {
	filter:alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)"; /* IE 8 */
	-moz-opacity:0.95;
	-khtml-opacity:0.95;
	opacity:0.95;
}


#navigation .fb.icon .imgbox .txt,
#navigation .tw.icon .imgbox .txt,
#navigation .ig.icon .imgbox .txt,
#navigation .ig.icon .imgbox .txt,
#navigation .nl.icon .imgbox .txt,
#navigation .search.icon .imgbox .txt,
#manual-footer .fb.icon .imgbox .txt,
#manual-footer .nl.icon .imgbox .txt,
#manual-footer .tw.icon .imgbox .txt,
#manual-footer .ig.icon .imgbox .txt {
	display:none;
}

#navigation .nl.icon .imgbox {
	font-size:1.25rem;
	margin:0.15rem 0.4rem 0 0.5rem;
}
#manual-footer .nl.icon .imgbox {
	font-size:1.45rem;
	margin:0 0 0 0.5rem;
}

#navigation .fb.icon .imgbox {
}

/* .. */

		#navigation .width {
			width:1240px;
			margin:0 auto;
			text-align:right;
		}
		
		#navigation .container {
			float:right;
		}
		
		#navigation .container ul li {
			display: table-cell;
			float: left;
		}
		
		#navigation .menu li.language a:link,
		#navigation .menu li.language a:visited {
			color:#777;
		}

		#navigation ul {
			float: left;
			height: 2.6rem;
		}
		
		/* HAMBURGER */
		
		#navigation .burger {
			width:39px;
			display: table-cell;
			float: left;
		}
		
		ul.responsive-menu.info {
			margin:42px 0 0 636px;
			height:auto;
			box-shadow: 5px 12px 20px rgba(0, 0, 0, 0.12);
			display:none;
			font-family: "UniversLTPro-Condensed","Lucida Sans Unicode","Lucida Grande",sans-serif;
    		font-size: 0.94rem;
    		letter-spacing: 0.06rem;
			text-align: left;
			float:right;
			position:fixed;
			top:0;
		}
		
		ul.responsive-menu.info a {
			border-left: 2px solid #eee;
			box-sizing: border-box;
			clear: both;
			color: #333;
			display: inline-block;
			height:2.6rem;
			margin: 0;
			padding: 0.5rem 0.92rem 0.8rem 1rem;
			text-decoration: none;
}
		
		ul.responsive-menu.info.expand {
			display:block;
		}

	.responsive-menu.info li {
			display:block;
			width:220px;
			background-color:#FFF;
			border-top: 2px solid #eee;
		}
		
		.responsive-menu.info.en li {
			width:290px;
		}
		ul.responsive-menu.info.en {
			margin:42px 0 0 503px;
		}
		
		ul.responsive-menu {
			float:right;
		}
		
		ul.responsive-menu li {
			float:none;
		}
		
		ul.responsive-menu li a:link,
		ul.responsive-menu li a:visited {
			border:none;
			color:#777;
		}
		
		ul.responsive-menu li a:hover {
			color:#000;
		}
		
		.responsive-menu.info li.menu-1219,
		.responsive-menu.info li.menu-1260,
		.responsive-menu.info li.menu-1321,
		.responsive-menu.info li.menu-1322,
		/* .responsive-menu.info li.menu-1323, /* english */
		.responsive-menu.info.en li.menu-1339,
		.responsive-menu.info.en li.menu-1340,
		.responsive-menu.info.en li.menu-1341,
		.responsive-menu.info.en li.menu-1342,
		.responsive-menu.info.en li.menu-1343,
		.responsive-menu.info li.menu-1687,
		.responsive-menu.info li.menu-1688 {
			display:none;
		}
		
		#navigation .menu.burger {
			display:none; 
		}
		
		.lang-off {
			color:#777;
			text-decoration:none;
		}
		
		.lang-off:hover {
			color:#000;
		}
		
		.lang-off:active {
			color:#222;
		}
		
		.lang-on {
			color:#000;
			text-decoration:none;
		}
		
		.lang-on:hover {
			color:#000;
		}
		
		.lang-on:active {
			color:#000;
		}
		
		li.language a:hover > .lang-off {
			color:#000;
		}
		
		li.language a:hover > .lang-on {
			color:#777;
		}

		
		/* --- HAMBURGER --- */
		
		.mobile-nav {
			right:20px;
			right:1.25rem;
			top:8px;
			top:0.5rem;
			text-align:right;
			z-index:99;
		}
		
		.menu-btn div,
		.menu-jump div {
			position: absolute;
			left: 100%;
			top: 64%;
			padding-right: 2px;
			margin-top: -0.50em;
			line-height: 1.2;
			font-size: 18px;
			font-weight: 200;
			vertical-align: middle;
			z-index: 99;
			padding:6px;
			cursor:pointer;
		}
		 
		.menu-btn span,
		.menu-jump span {
			display: block;
			width: 24px;
			height: 2px;
			margin: 4px 0;
			background:#888;
		}

#menu-btn-jump {
	display:none;
}

.language span.txt {
	display:none;
}

.page-admin-startseite-vorschau-en #page-title,
.page-admin-startseite-vorschau-en .breadcrumb,
.page-admin-startseite-vorschau-en .messages,
.page-admin-startseite-vorschau-en.logged-in .messages.error,
.page-admin-startseite-vorschau-en hr.logo.nav,
.page-admin-startseite-vorschau-de #page-title,
.page-admin-startseite-vorschau-de .breadcrumb,
.page-admin-startseite-vorschau-de .messages,
.page-admin-startseite-vorschau-de.logged-in .messages.error,
.page-admin-startseite-vorschau-de hr.logo.nav,
hr.info.nav {
	display:none;
}

.page-admin-startseite-vorschau-en.page-node-edit.sidebar-first #content, 
.page-admin-startseite-vorschau-en.page-admin.sidebar-first #content
.page-admin-startseite-vorschau-de.page-node-edit.sidebar-first #content, 
.page-admin-startseite-vorschau-de.page-admin.sidebar-first #content {
	margin-top:3.6rem;
}

/* Ding des Monats */

.node-type-ding-des-monats .group-status {
	margin:1.8rem 0;
}

.node-type-ding-des-monats #edit-field-monat {
	margin:1.8rem 0 1rem 0;
	clear:both;
}
.node-type-ding-des-monats .group-status legend,
.node-type-ding-des-monats .group-status .fieldset-wrapper,
.node-type-ding-des-monats .group-status .fieldset-wrapper #edit-field-preview,
.node-type-ding-des-monats .group-status .fieldset-wrapper #edit-field-online,
.node-type-ding-des-monats #edit-field-monat legend,
.node-type-ding-des-monats #edit-field-monat #field-monat-add-more-wrapper.form-wrapper,
.node-type-ding-des-monats #edit-field-monat .fieldset-wrapper,
.node-type-ding-des-monats #edit-field-monat .date-clear,
.node-type-ding-des-monats #edit-field-monat select,
.node-type-ding-des-monats #edit-field-monat .form-item div,
.node-type-ding-des-monats #edit-field-monat .form-item {
	display:inline;
	float:left;
	clear:none;
}


.node-type-ding-des-monats #edit-field-monat label {
	display:none;
}

.node-type-ding-des-monats #edit-field-monat .date-padding {
	padding:0;
	margin-left:1rem;
}

.node-type-ding-des-monats  #field-monat-add-more-wrapper .fieldset-wrapper {
	width:300px;
}

.node-type-ding-des-monats .group-status .fieldset-wrapper #edit-field-preview,
.node-type-ding-des-monats .group-status .fieldset-wrapper #edit-field-online {
	margin-left:1rem;
}

.node-type-ding-des-monats .group-status .fieldset-wrapper .form-item {
    margin: 0;
}


/* ================= */

#navigation-2 {
	display:none;
}

/* ================= */


/* SUCHE | SEARCH */

.myForm label, /* Newsletter */
#search-form #edit-basic label {
	color:#000;
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2rem;
	letter-spacing:0.03rem;
	margin-left:32px;
	margin-right:0.5rem;
	display:block;
}

.myForm label { /* Newsletter */
	margin-left:0px;
}


.myForm {
	margin-left:32px;
}

.myForm input, /* Newsletter */
#search-form input#edit-keys,
#search-form input#edit-submit {
	margin-top:1rem;
	padding:0.5rem 0.7rem;
	display:block;
	float:left;
	height:42px;
}

#search-form input#edit-keys,
.myForm input {
	color:#000;
	margin-left:32px;
	margin-top:1rem;
	margin-bottom:1rem;
	border:3px solid #EEE;
	letter-spacing:0.02rem;
}

.myForm input {
	margin-left:0;
}

iframe .mailpoet_submit,
.myForm #submit, /* Newsletter */
#search-form input#edit-submit {
	color:#000;
	float:left;
	margin-left:12px;
	border:3px solid #EEE;
	background-color:#EEE;
	font-family: 'UniversLTPro-Condensed',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9rem;
	text-transform:uppercase;
	letter-spacing:0.05rem;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.02);
}

.myForm #submit:hover, /* Newsletter */
#search-form input#edit-submit:hover {
	border:3px solid #666;
	background-color:#666;
	color:#FFF;
}
#search-form fieldset.collapsible {
	margin-left:32px;
	margin-top:1rem;
	clear:both;
}

.search-results .search-snippet-info,
.page-search-node #content ul,
.page-search-search-by-page #content ul {
    padding-left: 32px;
	margin-bottom: 1.5rem;
	max-width:640px;
}

.page-search-search-by-page form#search-form,
.page-search-node form#search-form {
	overflow:auto;
}

.page-search-node #content h2,
.page-search-search-by-page #content h2 {
    margin-top: 3rem;
	clear:both;
	display:block;
}

/* 

.page-search-node hr.logo.nav {
	display:none;
}
*/

ul.tabs-primary {
    padding-left: 32px;
}

.messages.error {
	display:none;
}

.logged-in .messages.error {
	display:block;
}


/* ================ ADMIN ==============  */


.admin-menu .node-type-list {
	margin:0 0 0 32px;
}

.admin-menu .node-type-list dd {
	margin-bottom:0.6rem;
}

.page-node-edit.sidebar-first #content,
.page-admin.sidebar-first #content {
    box-sizing: border-box;
    float: left;
    margin: 0 -100% 60px 340px;
    padding: 0;
    width: 940px;
}

.page-admin.sidebar-first.page-admin-startseite-vorschau-en #content,
.page-admin.sidebar-first.page-admin-startseite-vorschau-de #content {
    margin: 3.6rem -100% 60px 320px;
    width: 640px;
}

.page-admin .views-table td {
	padding:8px;
}
.page-admin .views-table td .image {
	text-align:center;
}

.page-admin .views-table .teaser {
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.2rem;
}

.page-admin #content form h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0 0 0 0;
}

.page-admin .views-table th {
	padding:5px;
}

.page-admin .views-table .views-field-status,
.page-admin .views-table .views-field-field-archivieren {
	text-align:center;
}

.page-admin #draggableviews-table-veranstaltungen-archiv-bearbeiten-page .image {
	margin-left:30px;
}

.page-admin .admin-list {
	padding-left:32px;
}

.page-admin .admin-list a:link,
.page-admin .admin-list a:visited {
	border-bottom:1px solid #ccc;
}

.page-admin .admin-list dd {
	margin-bottom:1rem;
}

#content table#field-teaser-values {
    margin: 0 0 1rem 0.2rem;
}

table td.views-field-field-online,
table td.views-field-field-preview {
	text-align:center;
}

#content table#field-teaser-values .field-label label {
	margin-bottom:0.5rem;
}

#edit-field-teaser .tabledrag-toggle-weight-wrapper {
	display:none;
}

/* Online-Datum */

#edit-field-online-datum-und-0-value {
	padding: 0;
}

.form-item-field-online-datum-und-0-value-date label,
.form-item-field-online-datum-und-0-value-date .description {
	display:none;
}

/* Scald Atom Resource Manager */

.mee-wrap-editor-library {
	display:none;
}

/* Headline / Layout */
.page-node-edit .title {
	display:block;
	font-size:1.1rem;
	margin:2rem 0 2.4rem 0.2rem;
}

/* Editor */
.cke_contents {
	min-height:400px!important;
}

#newsletter-node-form .cke_contents {
	min-height:200px!important;
}

.node-newsletter-form .cke_reset {
    width: 640px;
}

#content form .field-multiple-table {
    margin: 0;
}

#edit-body-und-0-format,
.field-name-field-nl-text .filter-wrapper.form-wrapper {
	display:none;
}
tr.odd .form-item, tr.even .form-item {
	margin: 1rem 0;
}
/* SUbmit Button */


.logged-in .button,
.logged-in .form-submit,
.page-node-edit .form-submit, 
.view-header div#new-user a,
.view-scald-atoms .action-links a /* Add Media Button */
 {
    background-color: #f1f1f1;
    border: 1px solid #555;
    border-radius: 2px;
    margin: 0.8rem 0.6rem 0.8rem 0;
    padding: 0.5rem 1.2rem 0.4rem;
    text-shadow: 1px 1px 0 white;
}

.view-scald-atoms .action-links a /* Add Media Button */
 {
	 display:inline-block;
    margin: 1.6rem 0.6rem 1.8rem 0;
 }

	

.logged-in .button {
	display:inline-block;
}


.logged-in .edit-message {
	margin-left:32px;
}


.logged-in .form-submit:hover,
.page-node-edit .form-submit:hover, 
.view-header div#new-user a:hover {
	    border: 1px solid #222;
	    color: #d34609;
}

.form-actions #edit-delete {
    color: #500;
    float: right;
    margin: 0.8rem 0;
}

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

/* -- Listen -- */

#block-views-list-detail-pages-block h2,
#block-views-list-rubrik-pages-block h2 {
	font-size:1.5rem;
    line-height: 1.8rem;
	margin:0;
}

#block-views-list-detail-pages-block h2.red,
#block-views-list-rubrik-pages-block h2.red {
	margin:0 0 1.5rem 0;
}

#block-views-list-detail-pages-block .view-header,
#block-views-list-rubrik-pages-block .view-header
 {
	margin-bottom:0.6rem;
}

#block-views-list-detail-pages-block,
#block-views-list-rubrik-pages-block {
	margin-bottom:2rem;
}

#block-views-list-detail-pages-block .views-row,
#block-views-list-rubrik-pages-block .views-row{
	margin: 0 0 0.4rem 0;
}

#block-views-list-detail-pages-block .views-row a:link,
#block-views-list-detail-pages-block .views-row a:visited,
#block-views-list-detail-pages-child-block .views-row a:link,
#block-views-list-detail-pages-child-block .views-row a:visited,
#block-views-list-detail-pages-child-block h2 a:link,
#block-views-list-detail-pages-child-block h2 a:visited {
	text-decoration:none;
}

#block-views-list-detail-pages-block .views-row a:hover
#block-views-list-detail-pages-child-block .views-row a:hover {
	text-decoration:underline;
}

/* hide draggable field collection from newsletter form */
#newsletter-node-form .field-multiple-drag,
#newsletter-node-form .tabledrag-toggle-weight-wrapper {
	display:none;
}
#newsletter-node-form tr.even, 
#newsletter-node-form tr.odd {
    background-color: #fff;
    border-bottom: 3px solid #ccc;
    padding: 0.1rem 0.6rem 1rem 0.6rem;
    margin: 0.51rem 0 1rem 0;
}

.logged-in #newsletter-node-form .draggable .form-submit {
	    margin: 1.6rem 0 2.4rem 0;
}

#field-content-block-values .field-label:first-of-type {
	font-weight:bold;
}

/* Tables */

.page-admin table {
	min-width:600px;
	margin:0 0 0 32px;
}

.page-admin td {
	padding:2px 4px 2px 4px;
}

/* Newsletter */

.node-type-newsletter .export {
	margin-left:32px;
}


/* footer-banner */


.footer-banner {
	display:flex;
	margin:2rem 0 0 0;
	padding:0 0 1.5rem 0;
}

.footer-banner .column {
	width: 300px;
	margin: 1.2rem 40px 40px 20px;
}

.footer-banner .column:nth-of-type(2) {
	width: 320px;
	margin: 1.2rem 60px 40px 20px;
}

.footer-banner .column:nth-of-type(3) {
	width: 280px;
	padding:0 0 0 20px;
}

.footer-banner .topLink {
    bottom:2.4rem;
    position: fixed;
    margin: 0 auto;
    display: none;
    text-align: right;
    width: 100%;
}

.footer-banner .topLink.show {
    display: block;
}

.footer-banner .topLink a {
    background: rgba(0, 0, 0, 0) url("../images/up.png") no-repeat scroll 0 0;
    background-size: auto auto;
    background-size: 40px 40px;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 54px 0 auto;
    float: right;
}


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

.footer-banner {
	display:block;
}

.column.first-column {
	display:none;
}

.footer-banner .column {
	max-width: 420px;
	margin: 0.2rem 40px 40px 20px;
	padding:20px 20px 0 20px;
}

}

.footer-banner h3.title {
	margin:2rem 0 0.4rem 0;
}


#manual-footer li {
		display:inline-block;
}


.footer-banner .info-block {
	margin:3.2rem 0 0 0;
}

.footer-banner .social-buttons {
	margin:0 0 1rem 0;
}
	
#manual-footer .fb.icon .imgbox {
	display:inline-block;
	width:18px;
	height:18px;
	margin:5px 0 0 0;
	background: url("/sites/all/themes/wbamdd015/images/fb.png");
	background-size: 100% 100%;	
}

#manual-footer .tw.icon .imgbox {
	display:inline-block;
	width:18px;
	height:18px;
	margin:5px 0 0 6px;
	background: url("/sites/all/themes/wbamdd015/images/tw.png");
	background-size: 100% 100%;	
}

#manual-footer .ig.icon .imgbox {
	display:inline-block;
	width:18px;
	height:18px;
	margin:5px 0 0 8px;
	background: url("/sites/all/themes/wbamdd015/images/ig.png");
	background-size: 100% 100%;	
}

#manual-footer {
/*	background-color:#e1e1e1; */
	box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
}
/*  */


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


.responsive-menu.info li.menu-1321,
.responsive-menu.info li.menu-1322,
.responsive-menu.info li.menu-1323,
.responsive-menu.info.en li.menu-1341,
.responsive-menu.info.en li.menu-1342,
.responsive-menu.info.en li.menu-1343,
.responsive-menu.info li.menu-1687,
.responsive-menu.info li.menu-1688  {
	display:block;
}
	
#page, .region-bottom {
    margin-left: auto;
    margin-right: auto;
	width:100%;
    max-width: 960px;
}

#navigation .width {
	margin:0 auto 0 auto;
	width:930px;
}

#navigation .menu .info,
#navigation .menu .language {
	display:none;
}

ul.responsive-menu.info {
    margin: 42px 0 0 720px;
}

ul.responsive-menu.info.en {
    margin: 42px 0 0 655px;
}

.responsive-menu.info li.menu-1260,
.responsive-menu.info li.menu-1261,
.responsive-menu.info li.menu-1270,
.responsive-menu.info.en li.menu-1339,
.responsive-menu.info.en li.menu-1340 {
	display:block;
}

#navigation .menu.burger.navi {
	display:block;
}

/* --- */

.context-eingerueckt,
.context-seitenleiste_hochformat,
.context-seitenleiste {
    clear: none;
    float: right;
    margin: 0 20px 1rem 20px;
}

.context-eingerueckt,
.context-eingerueckt .dnd-legend-wrapper, 
.context-eingerueckt .dnd-caption-wrapper {
    width: 260px;
}

.node-type-ding-des-monats-landingpage .context-eingerueckt img, 
.node-type-ding-des-monats-landingpage-en .context-eingerueckt img, 
.node-type-ding-des-monats .context-eingerueckt img {
    margin-top: 0rem;
}

.context-seitenleiste_hochformat,
.context-seitenleiste_hochformat .dnd-legend-wrapper, 
.context-seitenleiste_hochformat .dnd-caption-wrapper {
    width: 160px;
}

.context-seitenleiste,
.context-seitenleiste .dnd-legend-wrapper, 
.context-seitenleiste .dnd-caption-wrapper {
    width: 250px;
}

.context-eingerueckt img {
    margin-top: 0;
}

/* Lueckenlos */

.no-clearfix-list .field-name-field-verwandte-seite article {
    box-shadow:none;
	padding: 0 12px 1rem;
}

.no-clearfix-list .field-name-field-verwandte-seite article h2 {
	padding-left: 18px;
	background-image: url(/sites/all/themes/wbamdd015/images/link.png);
	background-repeat: no-repeat;
	background-position: 0 0.72rem;
	background-size:10px 10px;
}

.view-protagonisten .view-content {
/*	width:645px; */
}

/*.ausstellung.teaser,*/
.protagonisten.teaser {
    width: 175px;
	margin-left:20px;
	margin-right:15px;
	margin-bottom:35px;
}

.related-pages.ma2,
.related-pages.ma3 {
    width: 100%;
}


}



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

#navigation .container {
	margin-right:20px;
}

#page, .region-bottom {
    margin-left: auto;
    margin-right: auto;
	width:100%;
    max-width:none;
}

#navigation .width {
    margin: 0 auto 0 0;
    width: 100%;
	padding:0 -32px;
}

.related-pages,
article.teaser.ding-des-monats {
	width:auto;
}

.view-ding-des-monats-top1-en article.teaser.ding-des-monats h2,
.view-ding-des-monats-top1 article.teaser.ding-des-monats h2 {
	width: 50%; /* fallback if needed */
  	width: calc(100% - 300px);
}

/*.ausstellung.teaser,*/
.protagonisten.teaser {
    width: 140px;
}


.field-name-body {
	width:auto;
}

/* Stratseite */
.front .teaserbox,
article.teaser.item, 
article.teaser.item .img, 
#page article.teaser .img,
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img, 
.view .ausstellung.teaser,
.view .veranstaltung.teaser, 
.view .ausstellung.teaser .img,
.view .veranstaltung.teaser .img {
    width: 260px;
}

/*
.ma2 article.teaser, 
.ma3 article.teaser,
.ma2 article.teaser img, 
.ma3 article.teaser img {
    width: 260px;
}
*/

article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.teaser.image h2,
#page article.teaser.image p,
#page .ma2 article.teaser.image h2,
#page .ma2 article.teaser.image p,
#page .ma3 article.teaser.image h2,
#page .ma3 article.teaser.image p,
#page article.veranstaltung.teaser h2, 
#page article.veranstaltung.teaser .zeitraum, 
#page article.veranstaltung.teaser p {
    margin: 1.2rem 20px;
    width:  220px;
}

#page article.teaser .img,
#page .view-ding-des-monats-top article.teaser .img, 
#page .view-ding-des-monats-start-en article.teaser .img {
    float: none;
    margin: 0 0 0 0;
    width: 260px;
}

#block-views-ding-des-monats-top-block article.teaser, 
#block-views-ding-des-monats-start-en-block article.teaser {
    width: 260px;
	margin-left:-20px;
}


ul.responsive-menu.info,
ul.responsive-menu.info.en {
	right:30px;
	margin-left:0;
	
}

.context-drei_bilder_inline {
	display:inline-block;
	width:180px;
	width:calc(33% - 25px);
	margin:1.6rem 0 1.6rem 20px;
}

}

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

	
/* Stratseite */
.front .teaserbox,
article.teaser.item, 
article.teaser.item .img, 
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img, 
.view .ausstellung.teaser,
.view .veranstaltung.teaser, 
.view .ausstellung.teaser .img,
.view .veranstaltung.teaser .img {
    width: 240px;
}


article.teaser.item,
article.teaser.item .img,
#page article.teaser .img, 
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img,
#page .view-ding-des-monats-archiv-en article.teaser .img,
#page .view-ding-des-monats-archiv-de article.teaser .img
 {
    width: 240px;
}

article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2,
#page article.teaser.image p, 
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p,
#page article.veranstaltung.teaser .zeitraum, 
#page article.veranstaltung.teaser p {
	    width: 210px;
		margin-right:10px;
}


}

@media only screen and (max-width : 960px) {
/* Stratseite */
.front .teaserbox,
article.teaser.item, 
.view .ausstellung.teaser,
.view .veranstaltung.teaser {
    width: 230px;
	margin: 0 10px 24px 20px;
}

article.teaser.item, 
article.teaser.item .img, 
#page article.teaser .img,
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img,
#page .view-ding-des-monats-archiv-en article.teaser .img,
#page .view-ding-des-monats-archiv-de article.teaser .img, 
.view .ausstellung.teaser .img,
.view .veranstaltung.teaser .img {
    width: 230px;
}


#navigation .container ul li.language,
#navigation .container ul li.search.icon,
#navigation .container ul li.fb.icon,
#navigation .container ul li.tw.icon,
#navigation .container ul li.ig.icon {
	display:none;
}

#navigation .language,
#navigation .fb,
#navigation .tw,
#navigation .ig,
#navigation .search {
	display:none;
}



article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2, 
#page article.teaser.image p,  
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p, 
#page article.ausstellung.teaser.image p,
#page article.veranstaltung.teaser p, 
#page article.ausstellung.teaser.image .zeitraum,
#page article.veranstaltung.teaser .zeitraum {
    margin-right: 10px;
    width: 200px;
}

#block-views-ding-des-monats-top-block article.teaser, 
#block-views-ding-des-monats-start-en-block article.teaser,
#block-views-ding-des-monats-top-block, 
#block-views-ding-des-monats-start-en-block {
    width: 240px;
}

#page .view-ding-des-monats-top article.teaser .img, 
#page .view-ding-des-monats-start-en article.teaser .img {
    width: 240px;
}


h2.logo {
    height: 260px;
    margin: 1.8rem 0 1.5rem 20px;
    width: 260px;
}
}

@media only screen and (max-width : 840px) {
.myForm #submit, #search-form input#edit-submit {
	float:none;
	clear:left;
	margin-left:0;
}

#search-form input#edit-submit {
	margin-left:32px;
}


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

.context-eingerueckt,
.context-eingerueckt .dnd-legend-wrapper, 
.context-eingerueckt .dnd-caption-wrapper,
.context-seitenleiste_hochformat,
.context-seitenleiste_hochformat .dnd-legend-wrapper, 
.context-seitenleiste_hochformat .dnd-caption-wrapper,
.context-seitenleiste,
.context-seitenleiste .dnd-legend-wrapper, 
.context-seitenleiste .dnd-caption-wrapper {
	width:180px;
}

#block-views-ding-des-monats-top-block article.teaser, 
#block-views-ding-des-monats-start-en-block article.teaser {
    margin: 0.2rem 40px 40px 0;
    width: 260px;
}


.sidebar-first .region-sidebar-first {
    float: left;
    margin-left: 0;
    padding: 0 0 0 20px;
    width: 33.3333%;
}

h2.logo {
    height: 250px;
    margin: 1.8rem 0 1.5rem 20px;
    width: 250px;
}

/* Protagonisten */

.protagonisten.teaser {
    width: 190px;
}

/* Startseite */

.front .teaserbox,
article.teaser.item, 
.view .ausstellung.teaser,
.view .veranstaltung.teaser {
    width: 220px;
	margin: 0 10px 25px 15px;
}

article.teaser.item, 
article.teaser.item .img, 
#page article.teaser .img,
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img,
#page .view-ding-des-monats-archiv-en article.teaser .img,
#page .view-ding-des-monats-archiv-de article.teaser .img {
    width: 220px;
}


article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.veranstaltung.teaser p,
#page article.veranstaltung.teaser .zeitraum,
#page article.teaser.image h2,
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2, 
#page article.teaser.image p, 
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p {
    margin-right: 10px;
    width: 190px;
}

#block-views-ding-des-monats-top-block article.teaser, 
#block-views-ding-des-monats-start-en-block article.teaser {
    width: 240px;
}




/* Navi */

.sidebar-first .region-sidebar-first .block-menu {
    margin-left: 20px;
}

}

/* --- */
@media only screen and (max-width : 780px) {

/* Startseite */
.front .teaserbox,
article.teaser.item,
.view .ausstellung.teaser, 
.view .veranstaltung.teaser {
    width: 215px;
	margin: 0 10px 25px 15px;
}

article.teaser.item .img, 
#page article.teaser .img, 
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img,
#page .view-ding-des-monats-archiv-en article.teaser .img,
#page .view-ding-des-monats-archiv-de article.teaser .img {
	    width: 215px;
}

article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2, 
#page article.teaser.image p, 
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p,
#page article.veranstaltung.teaser p,
#page article.veranstaltung.teaser .zeitraum {
    width: 185px;
}

#block-views-ding-des-monats-top-block, 
#block-views-ding-des-monats-start-en-block {
    width: 224px;
	margin: 0.2rem 40px 40px -5px;
}

h2.logo {
    height: 240px;
    margin: 1.8rem 0 1.5rem 20px;
    width: 246px;
}

}

/* --- */
@media only screen and (max-width : 750px) {

/* Startseite */
.front .teaserbox,
article.teaser.item,
.view .ausstellung.teaser, 
.view .veranstaltung.teaser  {
    width: 210px;
	margin: 0 5px 20px 15px;
}


article.teaser.item .img, 
#page article.teaser .img, 
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img,
#page .view-ding-des-monats-archiv-en article.teaser .img,
#page .view-ding-des-monats-archiv-de article.teaser .img {
	    width: 210px;
}

article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2, 
#page article.teaser.image p, 
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p,
#page article.veranstaltung.teaser p,
#page article.veranstaltung.teaser .zeitraum {
    width: 180px;
}

}

/* --- */
@media only screen and (max-width : 720px) {

/* Startseite */
/*
.front .teaserbox,
article.teaser.item {
    width: 280px;
	margin: 0 5px 32px 20px;
}

article.teaser.item .img, 
#page article.teaser .img, 
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img {
	    width: 280px;
}

article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2, 
#page article.teaser.image p, 
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p {
    width: 240px;
	margin-right:20px;
	margin-left:20px;
}
*/
#block-views-ding-des-monats-top-block article.teaser, 
#block-views-ding-des-monats-start-en-block article.teaser{
    width: 210px;
	margin: 0 20px 40px -10px;
}

#page .view-ding-des-monats-top article.teaser .img, 
#page .view-ding-des-monats-start-en article.teaser .img {
    width: 210px;
}

#navigation {
	padding:0;
}

}

/* --- */
@media only screen and (max-width : 720px) {

h2.logo {
    height: 210px;
    margin: 2.2rem 0 1rem 12px;
    width: 210px;
}

.context-eingerueckt, 
.context-seitenleiste_hochformat, 
.context-seitenleiste {
    margin: 0 12px 1rem 20px;
}

#block-views-ding-des-monats-top-block, 
#block-views-ding-des-monats-start-en-block {
    margin: 1.2rem 20px 40px 0;
    width: 190px;
}

.sidebar-first #content {
    margin-left: 30%;
    width: 70%;
}

}

/* --- */
@media only screen and (max-width : 659px) {
	
	
	
.sidebar-first #content {
    margin-left: auto;
    margin-right: auto;
    width: 580px;
}

.front .teaserbox, 
article.teaser.item,
.view .ausstellung.teaser, 
.view .veranstaltung.teaser {
    margin: 0 15px 32px 15px;
    width: 260px;
}


article.teaser.item .img, 
#page article.teaser .img, 
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img,
#page .view-ding-des-monats-archiv-en article.teaser .img,
#page .view-ding-des-monats-archiv-de article.teaser .img {
	    width: 260px;
}

article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2, 
#page article.teaser.image p, 
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p,
#page article.veranstaltung.teaser p, 
#page article.veranstaltung.teaser .zeitraum {
    width: 220px;
	margin-right:20px;
	margin-left:20px;
}

	
/* -- */
#content {
	padding:0;
}

hr.info.nav {
	display:block;
	margin: 1.4rem 0 1.4rem 1.65rem;
}

hr.logo.nav {
	display:none;
}

#block-block-5 {
	display:none;
}


#navigation,
#navigation ul,
#navigation .container ul li,
#navigation .menu li a {
	box-shadow: none;
	height:auto;
	display:block;	
    float: none;
	border:none;
	background-color:transparent;
	overflow:hidden;
}

#navigation .menu li a, 
#navigation .menu .menu-btn, 
#navigation .menu .menu-jump {
	border:none;
    padding: 0.5rem 0.92rem 0.8rem 24px;
	line-height:1.5rem;
}

hr.logo.nav,
.sidebar hr.logo.nav {
    display: block;
	margin: 1.4rem 0 1.4rem 1.65rem;
}


#navigation .menu.burger.navi {
	display:none;
}

#navigation .menu.burger.jump {
	display:inline-block;
}

.sidebar-first .region-sidebar-first .block-menu,
ul.responsive-menu.info {
    margin: 10px 0;
}

.sidebar-first .block-title {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    margin: 1rem 24px;
}

.sidebar-first .region-sidebar-first .block-menu ul ul {
	margin-left:24px;
}

ul.responsive-menu.info,
ul.responsive-menu.info.en {
		display:block;
		position:relative;
		text-align:left;
		float:none;
		right:0px;
		border:none;
	    box-shadow:none;
}

.responsive-menu.info li {
	border:none;
	width:auto;
}

.sidebar a:link, 
.sidebar a:visited,
.responsive-menu.info a:link, 
.responsive-menu.info a:visited {
    color: #000;
    display: block;
    font-family: "UniversLTPro-Condensed","Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.01rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.92rem 0.8rem 24px;
    text-decoration: none;
}

.responsive-menu.info a:hover {
	color: #777;
	cursor: pointer;
}

.sidebar li,
.responsive-menu.info li {
	padding:0;
}

.sidebar a, 
.responsive-menu.info  a {
	padding:0.4rem 1rem;
}

#navigation .container {
    float: none;
}

#navigation .links li, #navigation .menu li, .block-menu .menu .menu li {
	font-size:1.05rem;	
}

.sidebar-first .region-sidebar-first {
	padding:0;
}

#main-menu {
	position:fixed;
	top:0;
	left:0;
	height: 48px;
    margin: 0 0 0 0;
    width: 100%;
	z-index:99;
}

#menu-btn-jump {
	display:block;
	position:fixed;
	top:11px;
	right:20px;
}

#block-menu-menu-pflegschaften h2,
#block-menu-menu-sammlungen h2, 
#block-menu-menu-institution h2, 
#block-menu-menu-ausstellungen h2, 
#block-menu-menu-veranstaltungen-vermittlung h2,
#block-menu-menu-collection h2,
#block-menu-menu-exhibitions h2,
#block-menu-menu-institution-en h2,
#block-menu-menu-events-education h2 {
    display: block;
}

#main-menu {
	height:50px;
	background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);	
}
h2.logo,
h2.logo a {
    height: 48px;
    width: 48px;
}
h2.logo {
	margin:2px 0 0 16px;
}


#navigation {
	position:relative;
}

#navigation .container .menu {
/*	display:none; */
}

#navigation .container .menu.burger.jump {
	display:inline-block;
}



/* Startseite */

#block-views-ding-des-monats-top-block article.teaser, 
#block-views-ding-des-monats-start-en-block article.teaser {
    width: auto;
	box-shadow:none;
	margin: 0 40px 0 0;
}

#block-views-ding-des-monats-top-block img, 
#block-views-ding-des-monats-start-en-block img {
	display:none;
   /* width: 60px!important; */
}

.front .view-ding-des-monats-top .view-content,
.front .view-ding-des-monats-start-en .view-content,
#block-views-ding-des-monats-top-block, 
#block-views-ding-des-monats-start-en-block {
    margin:0;
    width: auto;
}


#block-views-ding-des-monats-top-block a, 
#block-views-ding-des-monats-start-en-block a {
	padding:0;
}


.front #block-views-ding-des-monats-top-block, 
.front #block-views-ding-des-monats-start-en-block {
	margin:0;
}

.view-ding-des-monats-top article.teaser h2.ding,
.view-ding-des-monats-start-en article.teaser h2.ding {
    font-size: 1.05rem;
    letter-spacing: 0.06rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0.5rem 20px 0.8rem 24px;
}

.front hr.logo.nav, .front hr.info.nav  {
	display:none;
}

.front hr.info.nav.top  {
	display:block;
	margin-top:4rem;
}

ul.responsive-menu.info.en,
ul.responsive-menu.info {
	margin-top:0;
	margin-bottom:16px;
	margin-bottom:1rem;
	padding-bottom:16px;
	padding-bottom:1rem;
}

.front #navigation .container {
    margin-bottom: 0;
}

/* Burger */

.menu-btn span, .menu-jump span {
    height: 3px;
    margin: 5px 0;
    width: 28px;
}

.menu-jump span.txt {
	display:none;
}

#navigation .menu .menu-jump {
    border-left: none;	
}

#navigation .container {
	margin-bottom:10px;
    margin-right: 10px;
}

.page__title, .node__title, h1, h2, h3, h4 {
    margin: 4.2rem 20px 1.8rem 20px;
}

#content h3 {
    margin: 2rem 20px 1rem;
}

#content hr {
    margin: 2.4rem 20px 2rem;
}

.context-inline_full_size.type-file {
	    margin: 0 20px 1rem;
}

#content h3.intro {
    margin: 0 20px 1.8rem 20px;
}

#content p, #content .field-name-field-zeitraum, #content table {
    margin: 0 20px 1rem;
}

.context-inline_full_size .dnd-legend-wrapper, 
.context-inline_full_size .dnd-caption-wrapper {
    margin: 0.5rem 0 0 0;
}

#content h3.inline {
    margin: 2rem 20px 1rem;
}

#content h4.label {
    margin: 1.6rem 20px 0.2rem;
}

#content article ul {
    margin-left: 36px;
}

/* Newsletter */

.node-type-newsletter #content table td p,
.node-type-newsletter #content h3 {
	margin-left:0;
	margin-right:20px;
}

.node-type-newsletter #content table td img {
	margin-left:0;
	margin-right:20px!important;
	width:calc(100% - 20px)!important;
}

/* Navi Footer */ 
.sidebar-first .region-sidebar-first,
.front .region-sidebar-first .view-content {
    float: left;
    margin-left: 0;
    padding: 0;
    width: 100%;
	line-height:1.5rem;
}

.sidebar .menu li {
    clear: both;
    display: block;
    list-style: outside none none;
    padding: 0;
}


	

/* ================= */

#navigation-2 {
   display: block;
}
#navigation-2 a:link {
	color: #000;
    display: block;
    font-family: "UniversLTPro-Condensed","Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.01rem;
    line-height: 1.3rem;
    padding-bottom: 0.65rem;
    text-decoration: none;
}
#navigation-2 .container {
	margin:0 0 2rem 40px;
}

/* SUCHE | SEARCH */

.myForm #submit,
.myForm input,
.myForm label { /* Newsletter */
	margin-left:12px;
}

#search-form #edit-basic label, 
#search-form input#edit-submit,
#search-form input#edit-keys {
	margin-left:20px;
}

.myForm {
	margin-left:10px;
	margin-bottom:4rem;
}

.context-drei_bilder_inline {
	display:inline-block;
	width:180px;
	width:30%;
	width:calc(32.5% - 25px);
	margin:1.6rem 0 1.6rem 20px;
}

}

/* ================= */

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

.front .view-content,
.view-ding-des-monats-archiv-de .view-content,
.view-ding-des-monats-archiv-en .view-content,
.view-veranstaltungen-archiv .view-content,
.view-ausstellungen .view-content,
.related-pages.ma3,
.related-pages.ma2 {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

.sidebar-first #content {
    width: auto;
}

.front .teaserbox, 
article.teaser.item,
.view .ausstellung.teaser, 
.view .veranstaltung.teaser {
    margin: 0 15px 32px;
    width: 220px;
}

article.teaser.item .img, 
#page article.teaser .img, 
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img,
#page .view-ding-des-monats-archiv-en article.teaser .img,
#page .view-ding-des-monats-archiv-de article.teaser .img {
	   width: 220px;
}

#content article.teaserbox p,
#content article.teaserbox h3,
#content article.teaserbox .zeitraum,
article.teaserbox p,
#page article.teaser.image .zeitraum,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2,
#page .ma2 article.teaser.image p, 
#page article.teaser.image p, 
#page .ma3 article.teaser.image p {
	margin-left:15px;
	margin-right:15px;
    width:  190px;
}

#content article.teaserbox h2 {
	padding-left:16px;
}

}

/* ================= */


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

.front .view-content,
.view-veranstaltungen-archiv .view-content,
.view-ausstellungen .view-content,
.view-ding-des-monats-archiv-de .view-content,
.view-ding-des-monats-archiv-en .view-content,
.related-pages.list,
.related-pages.ma3,
.related-pages.ma2 {
	width:460px;
	margin-left:auto;
	margin-right:auto;
}

.front .teaserbox, 
article.teaser.item,
.view .ausstellung.teaser, 
.view .veranstaltung.teaser {
    margin: 0 10px 20px;
    width: 210px;
}

article.teaser.item img {
    width: 210px;
}

#content article.teaserbox p,
#content article.teaserbox h3,
#content article.teaserbox .zeitraum,
article.teaserbox p,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2,
#page article.teaser.image p, 
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p {
	margin-left:15px;
	margin-right:15px;
    width:  180px;
}

#content article.teaserbox h2 {
	padding-left:16px;
}

article .meta {
	width:280px;
	margin:2rem auto 2rem auto;
}

}

/* ================= */

@media only screen and (max-width : 470px) {
	
.front .view-content,
.view-veranstaltungen-archiv .view-content,
.view-ausstellungen .view-content,
.view-ding-des-monats-archiv-de .view-content,
.view-ding-des-monats-archiv-en .view-content,
.related-pages.list,
.related-pages.ma3,
.related-pages.ma2 {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
}

.node-type-veranstaltung article .zeitraum, 
.node-type-ausstellung article .zeitraum, 
.node-type-protagonist article .zeitraum {    
	margin: 0 20px 2rem;
}

.front .teaserbox, 
article.teaser.item, 
article.teaser,
article.ding-des-monats.teaser,
.view .veranstaltung.teaser,
.view .ausstellung.teaser
 {
    margin: 0 auto 32px;
    width: 280px;
}

	
		
.slideshow .caption.details,
.slideshow .item:first-of-type .caption.details {
	display: none !important;
}
	
.slideshow {
    box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.15);
}
	
	
article.teaser.item .img, 
#page article.teaser .img, 
#page .ma2 article.teaser .img, 
#page .ma3 article.teaser .img {
	width: 280px;
}

/* ding des monats */

#page .view-ding-des-monats-top1-en article.teaser .img, 
#page .view-ding-des-monats-top1 article.teaser .img {
	width: 280px;
	margin-right:0;
	float:left;
}


.view-ding-des-monats-top1-en article.teaser.ding-des-monats h2,
.view-ding-des-monats-top1 article.teaser.ding-des-monats h2 {
	float:none;
    width: auto;
	padding:0;
}

h2.ding {
    font-size: 1.2rem;
    letter-spacing: 0.02rem;
    line-height: 1.44rem;
}

h2.ding .monat {
    color: #999;
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
    line-height: 1.24rem;
    margin: 0 0 0.36rem;
}

article.teaser.item img {
    width: 280px;
}

article.teaser.ding-des-monats {
    padding-right: 0;
}

#content article.teaserbox p,
#content article.teaserbox h3,
#content article.teaserbox .zeitraum,
article.teaserbox p,
#page article.teaser.image h2, 
#page .ma2 article.teaser.image h2, 
#page .ma3 article.teaser.image h2,
#page article.teaser.image p, 
#page .ma2 article.teaser.image p, 
#page .ma3 article.teaser.image p {
	margin-left:20px;
	margin-right:20px;
    width:  240px;
}

#content article.teaserbox h2 {
	padding-left:16px;
}

#search-form input#edit-keys, .myForm input {
	width:90%;
	width:calc(100% - 30px);
}

}

/* --- */
@media only screen and (max-width : 420px) {

.context-drei_bilder_inline {
	display:block;
	width:180px;
	margin:1.6rem auto 1.6rem auto;
}

}

/* --- */
@media only screen and (max-width : 360px) {
	
.context-eingerueckt, 
.context-seitenleiste_hochformat, 
.context-seitenleiste {
    clear: both;
    float: none;
    margin: 0 auto 1.6rem auto;
}

/* .context-eingerueckt, */
.context-eingerueckt .dnd-legend-wrapper, 
.context-eingerueckt .dnd-caption-wrapper, 
/* .context-seitenleiste_hochformat, */
.context-seitenleiste_hochformat .dnd-legend-wrapper, 
.context-seitenleiste_hochformat .dnd-caption-wrapper, 
/* .context-seitenleiste, */ 
.context-seitenleiste .dnd-legend-wrapper, 
.context-seitenleiste .dnd-caption-wrapper {
    width: 100%;
	margin:0 12px;
}
}
	
	
