/* ---- Google Fonts
@import url('fonts/font.css');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400italic,700|Oswald:400,300,700');
 ----*/

 /* oswald-300 - latin-ext_latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/oswald/oswald-v16-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('fonts/oswald/oswald-v16-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald/oswald-v16-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald/oswald-v16-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald/oswald-v16-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald/oswald-v16-latin-ext_latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin-ext_latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald/oswald-v16-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('fonts/oswald/oswald-v16-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald/oswald-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald/oswald-v16-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald/oswald-v16-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald/oswald-v16-latin-ext_latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-700 - latin-ext_latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/oswald/oswald-v16-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('fonts/oswald/oswald-v16-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald/oswald-v16-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald/oswald-v16-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald/oswald-v16-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald/oswald-v16-latin-ext_latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* bitter-regular - latin-ext_latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/bitter/bitter-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Bitter Regular'), local('Bitter-Regular'),
       url('fonts/bitter/bitter-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-v13-latin-ext_latin-regular.svg#Bitter') format('svg'); /* Legacy iOS */
}

/* bitter-italic - latin-ext_latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/bitter/bitter-v13-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Bitter Italic'), local('Bitter-Italic'),
       url('fonts/bitter/bitter-v13-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-v13-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-v13-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-v13-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-v13-latin-ext_latin-italic.svg#Bitter') format('svg'); /* Legacy iOS */
}

/* bitter-700 - latin-ext_latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/bitter/bitter-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Bitter Bold'), local('Bitter-Bold'),
       url('fonts/bitter/bitter-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bitter/bitter-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bitter/bitter-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/bitter/bitter-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bitter/bitter-v13-latin-ext_latin-700.svg#Bitter') format('svg'); /* Legacy iOS */
}

/* ---- Resets ----*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* ---- Basics ---- */
body {
	font-family:'Bitter', Georgia, serif;
    font-size: 15px;
    line-height: 1.333;
	color: #34201e;
	text-align: center;
	padding: 0;
	background-color: #FFF !important;
	background-image: none !important;
}

.cookie-box, .cookie-status {
	display: none !important;
}

.screen-reader-text {
	display: none;
}

/* ---- Links ---- */
a {
	color: #7e6a73;
	text-decoration: none;
	outline: none;
}

.a_logo a {
	color: #000;
}

/* ---- Structure ---- */
.a_all {
	text-align: left;
	width: 840px;
	margin: 0 auto;
	position: relative;
}

.a_head {
	width: 100%;
	border-bottom: 1px solid #d1c5c6;
	margin-bottom: 40px;
	padding-bottom: 15px;
}

.a_logo span {
	display: block;
}

.a_logo .logo_text {
	font-family:'Oswald', Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.867em;
	line-height: 1.116;
	margin-bottom: 15px;
	display: block;
}

.a_logo .logo_text strong {
	color: #7e6a73;
}

.a_logo .logo_sign, .a_navi, .a_sidebar, .edit-link, #respond, .button, .navigation, .mobile {
	display: none;
}

.a_wrapper {
	width: 100%;
}

.positioned {
	position: static !important;
}

/* ---- Columns ---- */
.col-2-left {
	width: 59.524%;
	float: left;
}

.col-2-right {
	width: 35.714%;
	float: right;
	font-size: 0.867em;
}

.col-3 {
	width: 30%;
	float: right;
}

.col-3-left {
    float: left;
    margin-right: 5%;
}

.content-bottom {
	margin-top: 30px;
}

/* ---- Container ---- */
.box {
	border: 1px solid #d1c5c6;
	padding: 12px 14px;
	margin-bottom: 10px;
}

/* ---- Post ---- */
.archive-header {
	margin-bottom: 20px;
}

.a_content .post, .a_content .page, .a_content .production, .a_content .attachment {
	margin-bottom: 60px;
	clear: both;
}

.a_content .post, .search .production, .search .page {
	border-top: 1px solid #d1c5c6;
	padding-top: 10px;
}

.a_content .search-title {
	padding-bottom: 30px;
}

.a_content .not-found, .a_content .error-404 {
	border-top: 0;
	padding-top: 0;
}

.single .post {
	border-top: 0;
	padding-top: 0;
}

.post-meta, .post-meta-footer {
	font-size: 0.867em;
	color: #7e6a74;
	margin-bottom: 10px;
}

.single .post-meta, .single .post-meta-footer {
	border-bottom: 1px solid #d1c5c6;
	padding-bottom: 10px;
}

.single .post-meta-footer {
	padding-bottom: 20px;
}

.post-meta {
	border: 0;
	padding: 0;
}

.author-links strong, .cat-links strong, .tag-links strong {
	font-weight: 400;
	color: #34201e;
}

/* ---- Textelements ---- */
h3.archive-title {
	font-family:'Oswald', Arial, sans-serif;
	font-weight: 700;
	font-size: 1.333em;
	letter-spacing: 0.025em;
	color: #000;
	text-transform: uppercase;
}

h2, .post-content h1, .post-content h2 {
	font-family:'Oswald', Arial, sans-serif;
    font-size: 2.467em;
    line-height: 1.135;
    padding: 3px 0;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

h2.post-title, h2.list-heading {
	color: #7e6a73;
}

h2.list-heading {
    font-size: 1.600em;
}

.post-content h3 {
	font-family:'Oswald', Arial, sans-serif;
    font-size: 1.333em;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post-content h4 {
    font-size: 1.200em;
	margin-bottom: 10px;
}

.post-content h5, .post-content h6 {
	color: #7e6a74;
	font-size: 0.867em;
	margin-bottom: 10px;
}

.post-content p, .post-content .button {
	margin-bottom: 10px;
}

.box p {
	margin-bottom: 6px;
}

.widget p  {
	margin-bottom: 10px;
}

.post-meta-footer p  {
	margin-bottom: 0;
}

strong, b {
	font-weight: 700;
}

.sub-title strong {
	font-weight: 400;
}

.post-content h4 strong, .post-type-archive-production h4 strong {
	font-size: 0.889em;
	font-family:'Oswald', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

em, italic, i {
	font-style: italic;
}

blockquote {
	color: #7e6a73;
}

.post-content ul, .post-content ol {
	margin-bottom: 10px;
}

.post-content ul ul, .post-content ol ol {
	margin-bottom: 0px;
}

.post-content ul li {
	position: relative;
	left: 20px;
	list-style: disc;

}

.post-content ol li {
	position: relative;
	left: 20px;
	list-style: decimal;
}

.sep {
	padding: 0 5px;
}

/* ---- Images ---- */
.post-content img, .a_sidebar img, .a_navi img {
	max-width: 100%;
	height: auto;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft, .post-content div.alignleft {
	margin: 4px 20px 10px 0;
}

img.alignright, .post-content div.alignright {
	margin: 4px 0 10px 20px;
}

.wp-caption {
	border: 1px solid #fdf4b2;
	font-size: 0.923em;
}

.wp-caption img {
	padding: 5px;
	margin-left: 0;
	margin-right: 0;
}

.wp-caption p {
	padding: 0px 5px 5px 5px;
	margin-bottom: 0;
}

/* ---- Comments ---- */
#comments {
	font-size: 0.867em;
	color: #7e6a74;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1c5c6;
}

#comments h3 {
    font-size: 1.429em;
	margin-bottom: 10px;
}

#comments p {
	margin-bottom: 10px;
}

.commentlist .comment_inner {
	margin-bottom: 20px;
}

.commentlist .children {
	margin: 0 0 30px 75px;
}

.comment-gravatar img {
	width: 60px;
	float: left;
	margin-right: 15px;
}

.comment-data {
	overflow: hidden;
}

#cancel-comment-reply-link {
	font-weight: normal;
	margin-left: 10px;
}

/* ---- Forms ---- */
form {
	display: none;
}

/* ---- Divider ---- */
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.line {
	margin: 20px 0;
	background-color: #7e6a74;
}

hr {
	display: none;
}

.gallery .clear {
	height: auto;
}

/* ---- Calendar Table ---- */
.calendar .production {
	border-bottom: 1px solid #d1c5c6;
	padding: 6px 0 10px 0;
	margin-bottom: 0;
}

.calendar .production-list {
	font-size: 1.200em;
}

.calendar .production-list .production div {
	float: left;
}

.calendar .production-list .production div.clear {
	float: none;
}

.calendar h2.list-heading {
	float: left;
	margin-top: 30px;
	margin-bottom: 0;
}

.calendar h3 {
	font-family:'Oswald', Arial, sans-serif;
    font-size: 1.556em;
    line-height: 1.143;
	margin-bottom: 0;
	padding: 3px 0;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.calendar .production-list h4.month-head {
	margin: 15px 0 0;
	padding: 6px 0 12px 0;
	border-bottom: 1px solid #d1c5c6;
}

.calendar .production-list h4.first {
	margin: 0;
}

.calendar .production-list .production h4 {
	font-size: 1em;
	margin-bottom: 0;
}

.calendar .production-list .date {
	font-size: 1.333em;
	width: 50px;
	margin-top: 6px;
}

.calendar .production-list .time {
	white-space: nowrap;
	width: 110px;
	margin-top: 12px;
}

.calendar .production-list .time span {
	display: block;
}

.calendar .production-list .title {
	width: 630px;
	margin-right: 20px;
}

.calendar .production-list .stage {
	margin-top: 4px;
	font-size: 0.722em;
	color: #7e6a73;
}

.calendar .production-list .ticket {
	padding: 6px 0 12px 0;
	width: 28px;
}

.calendar .production-list .ticket img, .date-list .ticket img {
	display: none;
}

.calendar .duration-dates {
	margin-bottom: 30px;
}

.calendar .duration-dates .time {
	width: 20.238%;
	white-space: normal;
}

/* ---- Date list / Productions ---- */
.post-content ul.date-list {
	border-top: 1px solid #d1c5c6;
	padding-top: 6px;
}

.post-content .link-list h3 {
	font-weight: 300;
	font-size: 1.308em;
}

.post-content .link-list ul {
	border-top: 1px solid #d1c5c6;
	padding-top: 3px;
	margin-bottom: 10px;
}

.post-content ul.date-list li, .post-content .link-list ul li {
	left: 0;
	list-style: none;
	border-bottom: 1px solid #d1c5c6;
	padding: 0 0 6px;
	margin-bottom: 6px;
}

.post-content ul.date-list li a {
	padding-right: 30px;
}

.post-content ul.date-list li.expired {
	color: #7e6A73;
}

.post-content ul.date-list li.expired-addition {
	color: #34201e;
	border-bottom: 0;
	margin: 10px 0 0;
	padding: 0;
}

.post-content .link-list ul li {
	padding: 0 0 3px;
	margin-bottom: 3px;
}

.post-content .link-list ul li a:before {
	content: '> ';
}

.date-list a {
	display: block;
}

.date-list span {
	display: block;
}

.date-list span.time {
	font-size: 1.385em;
}

.date-list span.stage {
	color: #7e6A73;
}

.date-list span.ticket {
	display: none;
}

.type-list {
	color: #34201e;
	font-size: 1.385em;
	margin-bottom: 10px;
}

/* ---- Production Archive ---- */
.production-archive .production-single, .post-type-archive-production .type-production {
	font-size: 1.2em;
	border-bottom: 1px solid #d1c5c6;
	padding: 6px 0;
}

.production-archive h3, .post-type-archive-production h3 {
	font-family:'Oswald', Arial, sans-serif;
    font-size: 1.556em;
    line-height: 1.143;
	margin-bottom: 0;
	padding: 3px 0;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.production-archive h4, .post-type-archive-production h4 {
	font-size: 1em;
	margin-bottom: 0;
}

.production-archive .year-head, .production-archive .letter-head {
	font-size: 1.2em;
	padding-bottom: 6px;
	margin: 15px 0 0;
	border-bottom: 1px solid #d1c5c6;
}

.post-type-archive-production .production {
	border-top: 0;
	padding-top: 0;
}

.post-type-archive-production .archive-title {
	border-bottom: 1px solid #d1c5c6;
	padding-bottom: 40px;
	margin-bottom: 0;
}

.post-type-archive-production .widget {
	display: none;
}

.post-type-archive-production .widget_nav_menu {
	display: block;
}

/* ---- Teaser list ---- */
.teaser-list {
	margin: 0 0 30px;
}

.teaser-list h2.list-heading {
	font-size: 1.133em;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	display: inline;
	padding: 1px 4px;
}

.teaser-items {
	margin: 10px 0 0 -10px;
}

.sidebar .teaser-items {
	margin-top: 0;
}

.teaser-list .teaser-single {
	margin: 0 0 10px 10px;
	width: 300px;
	height: 210px;
	overflow: hidden;
	float: left;
	clear: none;
	position: relative;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.sidebar .teaser-list .teaser-single {
	margin: 0 0 10px;
}

.teaser-list .teaser-single a {
	display: block;
}

.teaser-list .teaser-single img {
	float: left;
	width: 300px;
	height: auto;
}

.teaser-single span.teaser-text {
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	width: 100%;
	z-index: 10;
}

.teaser-single span.teaser-title {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
	width: 144px;
	font-family:'Oswald', Arial, sans-serif;
	color: #FFF;
    font-size: 2em;
    line-height: 1.075;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.teaser-single span.teaser-icon {
	font-family:'ETBLogoFont', Arial, sans-serif;
	color: #FFF;
	font-size: 2.800em;
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 6px;
	z-index: 1;
}

.teaser-single span.teaser-icon strong {
	color: #7e6A73;
}

.teaser-single span.teaser-text .inner {
	display: block;
	padding: 8px 7px;
}

/* ---- Post list ---- */
.post-list {
	margin-bottom: 40px;
}

.post-list h2.list-heading {
	font-size: 1.133em;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	display: inline;
	padding: 1px 4px;
}

.post-list .post {
	margin-bottom: 6px;
	padding: 0 0 6px;
	border-bottom: 1px solid #d1c5c6;
	border-top: 0;
}

.post-list .first {
	margin-top: 10px;
	border-top: 1px solid #d1c5c6;
	padding-top: 6px;
}

.post-list .post .post-title {
	font-family:'Bitter', Georgia, serif;
	font-size: 1.200em;
	text-transform: none;
	margin-bottom: 0;
}

.post-list .post .post-title a {
	color: #34201e;
}

/* ---- Series list ---- */
.series-list {
	width: 920px;
}

.series-list h2.list-heading {
	font-size: 1.133em;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	display: inline;
	padding: 1px 4px;
}

.series-wrapper {
	margin-top: 10px;
}

.single-series {
	width: 215px;
	margin-right: 20px;
	float: left;
}

.last {
	margin-right: 0;
}

.single-series .series-title {
	border-top: 1px solid #d1c5c6;
}

.single-series .series-title h3 {
	color: #7e6A73;
	font-family:'Oswald', Arial, sans-serif;
    font-size: 2em;
	font-weight: 700;
	line-height: 1.067;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin: 6px 0;
}

.single-series .series-title .series-subtitle {
	font-family:'Oswald', Arial, sans-serif;
	font-size: 1.133em;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.single-series h4 {
	font-family:'Oswald', Arial, sans-serif;
	font-size: 1.333em;
	font-weight: 400;
	letter-spacing: 0.02em;
	clear: both;
	text-transform: uppercase;
}

.single-series h4 a {
	border-top: 1px solid #d1c5c6;
	display: block;
	float: left;
	padding: 6px 0 2px;
}

.single-series h4 .series-icon, .single-series .series-title .series-subtitle .series-icon {
	font-family:'ETBLogoFont', Arial, sans-serif;
	color: #FFF;
	font-size: 1.600em;
	line-height: 0;
	padding: 34px 0 0;
	text-transform: none;
	font-weight: normal;
}

.single-series h4 .series-icon {
	display: inline-block;
}

.single-series h4 .series-description {
	font-size: 0.850em;
	font-weight: 300;
	line-height: 1.176;
	color: #34201e;
	padding: 2px 0;
	display: inline-block;
}

.single-series .series-title .series-subtitle .series-icon {
	font-size: 1.882em;
	display: block;
	overflow: hidden;
}

.single-series h4 .series-icon strong, .single-series .series-title .series-subtitle .series-icon strong {
	font-family:'ETBLogoFont', Arial, sans-serif;
	text-transform: none;
	color: #7e6A73;
	font-weight: normal;
	font-size: 1em;
}

/* ---- Translation ---- */
.translation {
	margin: 20px 0 30px;
	border-top: 1px solid #d1c5c6;
}

.translation .translation-headline {
	padding: 12px 0 0 20px;
	color: #7e6a73;
	font-family:'Bitter', Georgia, serif;
	text-transform: none;
	letter-spacing: normal;
	font-size: 0.867em;
	outline: none;
	position: relative;
}

.translation .translation-headline .ui-icon {
	display: block;
	width: 15px;
	height: 30px;
	background-image: url('images/translation-icon.png');
	background-repeat: no-repeat;
	background-size: 15px 30px;
	position: absolute;
	left: 0;
	top: 0;
}

.translation .translation-text {
	color: #7e6a73;
}

/* ---- Homepage ---- */
.home .a_all, .home .a_wrapper {
	width: 100%;
	float: none;
}

.home .positioned {
	position: static;
}

.home .post-title {
	display: none;
}

.home .post-content .post-title {
	display: block;
}

/* ---- Newletter Archive ---- */
.newsletter-archive ul {
	border-bottom: 1px solid #d1c5c6;
}

.newsletter-archive ul li {
	position: static;
	left: 0;
	list-style: none;
	border-top: 1px solid #d1c5c6;
	padding: 4px 0;
}

.newsletter-archive ul li:before {
	content: '> ';
}

/* ---- Audio Player ---- */
.mejs-container {
	display: none !important;
}

/* ---- Galerie ---- */
.gallery {
	margin-bottom: 20px !important;
}

.gallery .gallery-item .gallery-icon a, .gallery .gallery-item .gallery-icon a:hover {
	background-color: transparent;
}

.gallery .gallery-item .gallery-icon img {
    padding: 5% 1% 3% 1% !important;
    max-width: 90% !important;
    vertical-align: middle;
}

.gallery-caption, .gallery-download {
	display: none;
}

/* ---- Thickbox ---- */
#TB_overlay, #TB_window {
	display: none !important;
}
