/*!
Theme Name: drachenreiter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drachenreiter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

drachenreiter is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
    font-family: 'nowayregular';
    src: url('fonts/noway-regular-webfont.eot');
    src: url('fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noway-regular-webfont.woff2') format('woff2'),
         url('fonts/noway-regular-webfont.woff') format('woff'),
         url('fonts/noway-regular-webfont.ttf') format('truetype'),
         url('fonts/noway-regular-webfont.svg#nowayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowayitalic';
    src: url('fonts/noway_regular_italic-webfont.eot');
    src: url('fonts/noway_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noway_regular_italic-webfont.woff2') format('woff2'),
         url('fonts/noway_regular_italic-webfont.woff') format('woff'),
         url('fonts/noway_regular_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/
html {background:#2f2f2f;}
body {background: url(images/bg_body.jpg) 50% 62px no-repeat #dbf7fb;  background-attachment: fixed; font-family: "nowayregular", Helvetica, Arial, sans-serif;}
body.dunkel {background: url(images/bg_body_dark.jpg) 50% 62px no-repeat #5a160b;  background-attachment: fixed;}

.site {width:100%;}
#dark-header {width:100%; height:122px; position:fixed; z-index: 9999; background:#2f2f2f;}
#dark-header-content {width:100%; max-width: 1347px; margin: 0 auto;}
.site-header .dreiecke {width:100%; height: 560px; background: url(images/drache_header.png) 0 0 no-repeat;}
#beitragsbild,
.site-branding,
#primary {width: calc(100% - 50px); margin: 0 20px 0 30px; max-width: 1347px; }
#beitragsbild {margin-top: 122px; position: relative;}
#beitragsbild:before {content:""; display: block; width: 100%; height: 100%; position: absolute; top:0; left:0; right:0; bottom:0; background: url(images/header-mask.png) 0 0 no-repeat; background-size: contain;}
.home #beitragsbild:before {background-image: none;}
.home .ticketlink {display: none;}
.site-footer {width:100%; background: #67bad8;}
#footer-content {width:100%; max-width: 1347px; margin: 0 auto;}

.war_soundy_pp_corner {display: none;}
#play-sound {display:none;}
.home #play-sound {display: block;}

@media screen and (max-width: 767px) {
	#play-sound {position: absolute; top: 0; right: 30px; margin-top: -70px; width: 50px; height: auto; font-size: 12px; color: #ba393b; text-align: center ;   z-index: 99999;}
	#play-sound img {padding-left: 15px;}
	#text-dreieck {display: none;}
	.site-branding {position: relative; }
	.site-branding:before {display: block; content:""; width: 76px; height: 60px; background: url(images/grosse-oper_mob.png) 0 0 no-repeat; position: absolute; top:0; left: 20px; margin-top: -100px;}
	.site-branding a.custom-logo-link img {display:none;}
	.site-branding a.custom-logo-link {display: block; width: 100%; max-width: 424px; height: 128px; background: url(images/drachenreiter-oper_mob.png) 0 0 no-repeat; background-size: contain;}
}
@media screen and (min-width: 768px) {
	#play-sound {position: absolute; bottom: 17%; right: 38%; width: 70px; height: auto; font-size: 12px; color: #ba393b; text-align: center;  text-shadow: 2px 2px #dae4e6;}
	#text-dreieck {position: absolute; bottom:18%; right: 15.5%; width: 150px; height: auto; font-size: 16px; color: #fff;}	
}
@media screen and (min-width: 880px) {
	#text-dreieck {position: absolute; bottom:16%; right: 19%; width: 150px; height: auto; font-size: 20px; color: #fff;}	
}
@media screen and (max-width: 1023px) {
	#dark-header:after {content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 28px 42px 28px 0; border-color: transparent #fff transparent transparent; position:absolute; top:100%; right: 0; margin-top: -28px;}
	#beitragsbild {margin-bottom: -6px;}
	.site-branding {background:rgba(255,255,255,.3); padding: 20px 20px 40px 20px;}
	.war_soundy_audio_control {}
}
@media screen and (min-width: 1024px) {
	.mobile-only {display: none;}
	#dark-header { height: 62px; }	
	#beitragsbild,
	.site-branding,
	#primary {width:100%; margin: 0 auto; }
	#beitragsbild {margin-top: 62px; margin-bottom: -322px; }
	#beitragsbild:after {display: block; width: 204px; height: 103px; content:""; background: url(images/logos_tl_dr.png) 0 0 no-repeat; position: absolute; right: 0; bottom: 64px;}
	.home #beitragsbild:after {background-image: none;}
	.site-branding {position: relative; margin-bottom: 316px;}
	.site-branding a {display: block; width: 424px; height: 290px; position: absolute; top: 0; left: 15px;}
	#play-sound {bottom: 17%; right: 38%; width: 107px; height: auto; font-size: 14px;}
	#text-dreieck {position: absolute; bottom:15%; right: 22%; width: 150px; height: auto; font-size: 25px; color: #fff;}	
}
@media screen and (min-width: 1140px) {
	#play-sound {bottom: 17%; right: 38%;}	#text-dreieck {right: 23.5%; font-size: 26px; }		
}
@media screen and (min-width: 1260px) {
	#text-dreieck {right: 24.5%; font-size: 27px; }		
}
@media screen and (min-width: 1600px) {
	#text-dreieck {bottom:16%; right: 25%; font-size: 27px; }		
}
@media screen and (min-width: 1921px) {
	body {background-size: cover;}
	.site {margin: 0 0 0 285px;}
}
@media screen and (max-width: 1346px) {

}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {color: #ba393b; text-decoration: none;}
a:visited {color: #ba393b;}
a:hover, a:focus, a:active {color: #ba393b; text-decoration: underline;}
a:focus {outline: thin dotted;}
a:hover, a:active {outline: 0;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {display: none;}

.footer-navigation ul {list-style: none; margin: 10px 0 10px 12px; padding:0; }
.footer-navigation li {display: inline;}
.footer-navigation li:after {content:"|"; display: inline-block; margin: 0 7px 0 10px;}
.footer-navigation li:last-child:after {content:""; }
.footer-navigation li a {font-size: 14px; color: #231f20;}

/* Toggle-Button */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {background:url(images/menu.png) 100% 5px no-repeat transparent !important; border:none; border-radius:0; box-shadow: none; text-shadow: none; padding:0 30px 0 0 !important; height:23px; color:#fff !important; font-size:18px; font-weight:normal !important; position: absolute; top: 22px; right: 16px;}
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {border: none; box-shadow: none; background:url(images/menu.png) 100% 5px no-repeat transparent !important;}
.main-navigation.toggled {position:absolute; top:0; left:0; background:#161616; width: 100%; z-index:999; margin-top: 122px;}
.main-navigation.toggled .menu-toggle { background:url(images/menu.png) 100% 5px no-repeat transparent !important; position: absolute; top: 22px; right: 16px; margin-top: -122px;}	
.main-navigation.toggled ul {list-style: none; margin: 0; padding: 0;}
.main-navigation.toggled ul li {border-bottom: solid 1px #1e1e1e;}
.main-navigation.toggled ul li.menu-item-has-children, .main-navigation.toggled ul li:last-child {border-bottom: none;}
.main-navigation.toggled li a {display: block; font-size: 16px; color: #fff; text-decoration: none; text-transform: uppercase; padding: 20px 26px;}
.main-navigation.toggled li:hover a,
.main-navigation.toggled li.current-menu-item a {color: #7bcfed; background: url(images/nav-ak-mobil.png) 0 50% no-repeat;}
.main-navigation.toggled li li a {font-size: 14px; padding: 11px 26px 11px 62px}
.main-navigation.toggled li.current-menu-item li a {color: #fff; background-image: none;}
.main-navigation.toggled ul ul li, .main-navigation.toggled ul ul li:last-child {background: #1d1d1d; border-bottom: solid 1px #2d2c2c;}
.main-navigation.toggled ul ul li:first-child {border-top: solid 1px #2d2c2c;}


@media screen and (min-width: 1024px) {
	.menu-toggle {display: none;}
	.main-navigation li.mobile-only {display: none; }
	.main-navigation ul {display: block; list-style: none; width:calc(100% - 300px); float:right; text-align:right; margin:0; padding:0;}
	.main-navigation li {display:inline; margin:0; padding:0;}
	.main-navigation li a {display:inline-block;text-decoration:none; color: #fff; font-size:18px; text-transform:uppercase; font-weight:bold; padding:18px 16px 0 16px;}
	.main-navigation li:hover a, .main-navigation li.current-menu-item a, .main-navigation li.current-page-ancestor a, .single-post .main-navigation li.menu-item-31 a {background:url(images/nav-ak.gif) 50% 0 no-repeat; color: #7bcfed;}

	
	.footer-navigation {width:300px; float: left;}

}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

#secondary {width:100%; background: #2f2f2f; position: relative;}
	#secondary:after {content:""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 150px 150px; border-color: transparent transparent #67bad8 transparent; position:absolute; bottom:0; right: 0;}
#secondary-content {width:100%; max-width: 1347px; margin: 0 auto;}
#secondary .widget {position:relative; padding: 25px 10px 32px 86px;}
#secondary .widget:first-child {padding:15px 0 32px 0; text-align: center;}
#secondary .widget:before {	content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 35px 56px 35px 0; border-color: transparent #ba393b transparent transparent; position:absolute; top:25px; left: 0;}
#secondary .widget:first-child:before {border-width:0;}
#secondary .widget:nth-child(4):before {border-color: transparent #ffffff transparent transparent;}
#secondary .widget-title {color: #fff; font-size: 20px; font-weight: normal !important; text-transform: uppercase; margin:0 0 18px 0; padding:0;}
#secondary p, #secondary li {color: #fff; font-size: 14px; margin: 0 0 14px 0; padding: 0;}
#secondary ul {list-style: none; margin: 0; padding:0;}
#secondary a {color: #fff; text-decoration: none;}
#secondary a:hover {text-decoration: underline;}
#secondary .widget_recent_entries li:before { content: "\00BB";}

/* Blog-Sidebar */
.widget_execphp .execphpwidget, 
.single #blog-sidebar {background: #2f2f2f; padding: 40px 0 110px 0;}
.widget_execphp .execphpwidget .widget_search, 
.single #blog-sidebar .widget_search {padding: 0 0 0 40px;}
.widget_execphp .execphpwidget .widget_search input.search-field,
.single #blog-sidebar .widget_search input.search-field,
.fehler-404 input.search-field {background: #242729; border: solid 1px #3e4346; color: #fff; border-radius: 0; padding: 10px 5px 9px 5px;}
.search-form .search-submit {display: inline-block; background-color: transparent; padding:0; border: none; margin-bottom: -10px; line-height: 100%; vertical-align: top;}
.search-form .search-submit .such-button {display: inline-block; width: 48px; height: 48px; background: url(images/lupe.png) 0 0 no-repeat transparent;}
.widget_execphp .execphpwidget .widget_categories .widget-title,
.single #blog-sidebar .widget_categories .widget-title,
.widget_execphp .execphpwidget .widget_nav_menu .widget-title,
.single #blog-sidebar .widget_nav_menu .widget-title {background: #242729; padding: 10px 35px 12px 35px; text-transform: uppercase; font-size: 18px; color: #44abd1; font-weight: normal; margin: 108px 0 0 0;}
.widget_execphp .execphpwidget .widget_categories ul,
.single #blog-sidebar .widget_categories ul,
.widget_execphp .execphpwidget .widget_nav_menu ul,
.single #blog-sidebar .widget_nav_menu ul {list-style: none; margin: 0; padding: 0;}
.widget_execphp .execphpwidget .widget_categories li,
.single #blog-sidebar .widget_categories li,
.widget_execphp .execphpwidget .widget_nav_menu li,
.single #blog-sidebar .widget_nav_menu li {border-bottom: solid 1px #888686; padding: 10px 35px 12px 35px; color: #fff;}
.widget_execphp .execphpwidget .widget_categories li:before,
.single #blog-sidebar .widget_categories li:before,
.widget_execphp .execphpwidget .widget_nav_menu li:before,
.single #blog-sidebar .widget_nav_menu li:before {content: ">"; color: #fff; margin-right: 6px;}
.widget_execphp .execphpwidget .widget_categories li a,
.single #blog-sidebar .widget_categories li a,
.widget_execphp .execphpwidget .widget_nav_menu li a,
.single #blog-sidebar .widget_nav_menu li a {color: #fff;}
.widget_execphp .execphpwidget .widget_sow-social-media-buttons,
.single #blog-sidebar .widget_sow-social-media-buttons {margin: 32px 35px;}

/*Social Media Buttons */
.so-widget-sow-social-media-buttons a {display: inline-block; width:34px; height: 40px; background-color: transparent !important; border: none !important; }
#header-widgets .so-widget-sow-social-media-buttons a {width:48px; height: 48px; background-color: transparent !important; border: none !important;}
#header-widgets .so-widget-sow-social-media-buttons a:hover {opacity: .8;}
a.sow-social-media-button-facebook {background: url(images/social-fb.png) 0 0 no-repeat;}
#header-widgets a.sow-social-media-button-facebook {background: url(images/social-fb-sq.png) 0 0 no-repeat;}
a.sow-social-media-button-pinterest {background: url(images/social-pi.png) 0 0 no-repeat;}
#header-widgets a.sow-social-media-button-pinterest {background: url(images/social-pi-sq.png) 0 0 no-repeat;}
a.sow-social-media-button-instagram {background: url(images/social-ig.png) 0 0 no-repeat;}
#header-widgets a.sow-social-media-button-instagram {background: url(images/social-ig-sq.jpg) 0 0 no-repeat;}
a.sow-social-media-button-youtube {background: url(images/social-yt.png) 0 0 no-repeat;}
#header-widgets a.sow-social-media-button-youtube {background: url(images/social-yt-sq.png) 0 0 no-repeat;}
a.sow-social-media-button-twitter {background: url(images/social-tw.png) 0 0 no-repeat;}
#header-widgets a.sow-social-media-button-twitter {background: url(images/social-tw-sq.png) 0 0 no-repeat;}
a.sow-social-media-button-google-plus {background: url(images/social-gp.png) 0 0 no-repeat;}
#header-widgets a.sow-social-media-button-google-plus {background: url(images/social-gp-sq.png) 0 0 no-repeat;}
a.sow-social-media-button .sow-icon-fontawesome {display: none !important;}

@media screen and (max-width: 767px) {
	#header-widgets {display: none;}
	.site-footer #header-widgets {display: block; margin-top: 30px;}
	.site-footer #header-widgets .so-widget-sow-social-media-buttons a {margin-right: -6px;}
	
}
@media screen and (min-width: 768px) {
	#header-widgets  {width: 50px; position: fixed; top: 225px; left: 0; }
}
@media screen and (max-width: 1023px) {
	#secondary-content {padding-bottom: 120px;}
	#secondary .widget {margin: 0 38px 0 26px; border-bottom: solid 1px #888686;}
	#secondary .widget:nth-child(4) {border-bottom: none;}
}

@media screen and (min-width: 1024px) {
	#secondary-content {padding: 30px 0 74px 10px}
	#secondary .widget {width: 25%; float: left; padding: 0 64px 0 86px;}
	#secondary .widget:first-child {padding:0;}
	#secondary .widget:nth-child(4) {padding-right:0;}
	#header-widgets  {width: 50px; position: fixed; top: 350px; left: 0; z-index:999999;}
	/*#tertiary {width: 465px; float: right; }
	#tertiary .so-widget-sow-social-media-buttons .widget-title {float: left; width: auto; margin: 12px 56px 0 0;}*/
	.widget_execphp .execphpwidget {margin: 0 50px 0 0;}
	.single .single-post-inhalt {width: calc(100% - 486px); float: left; margin: 0 69px 0 23px;}
	.single #blog-sidebar {width: 347px; float: right; margin-right: 47px;}
	.single .recent-posts-list {width: calc(100% - 486px); margin: 0 69px 0 23px;}
	
}
@media screen and (min-width: 1280px) {
	#header-widgets  {top: 100px;}
}
@media screen and (min-width: 1397px) {
		#header-widgets  {top: 225px;}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0; background: rgba(255,255,255,.6);
}
.dunkel .hentry, .single .content-area, .search-results .content-area {background: rgba(255,255,255,.3);}

.updated:not(.published) {
	display: none;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-content a {color: #ba393b; }
.entry-title {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}
.so-widget-sow-editor p, .so-widget-sow-editor li {color:#231f20; font-size: 18px;}
.so-widget-sow-editor .widget-title {font-size: 35px; color: #ba393b; font-weight: normal;}
.light-blue {color: #57a2bd;}
.red {color: #ba393b;}
.header-medium {font-size: 24px;}
.header-small {font-size: 20px;}
.zitat .so-widget-sow-editor p {font-size:48px; color: #ba393b; margin:0; padding:0; line-height:130%;}
.zitat .so-widget-sow-editor p:before {display:block; content:"“"; font-size: 120px; color: #ba393b; width:100%; height: 60px; text-align:center; line-height:100%; }

/* LSOW-Headings */
.box-blue .lsow-heading.lsow-style2 {background: #7ccdeb;}
.box-darkgrey .lsow-heading.lsow-style2 {background: #35474d;}
.box-grey .lsow-heading.lsow-style2 {background: #667980;}
.box-red .lsow-heading.lsow-style2 {background: #ba393b;}
.box-white .lsow-heading.lsow-style2 {background: #fff;}
.lsow-heading.lsow-style2 .lsow-title {float:left; color:#231f20; }
.lsow-heading.lsow-style2 .lsow-subtitle {color:#231f20; text-transform: none; }
.text-white .lsow-heading.lsow-style2 .lsow-title {color:#fff;}
.text-white .lsow-heading.lsow-style2 .lsow-subtitle {color:#fff;}
.lsow-heading.lsow-style2 .lsow-text {clear:both;}

/* Startseite */
.home .so-widget-sow-editor img {margin-top: 50px;}

/* Startseite - Animiertes Element */
.animated-box .widget_sow-editor {background:#000; width:89.25%; margin-top: 70px;}
.animated-box .so-widget-sow-editor {font-family: "Roboto", sans-serif; font-weight: 400; padding: 16px 18px 8px 10px;}
.animated-box .so-widget-sow-editor p {margin:0; padding: 0; line-height: 100%;}
.animated-box div {line-height: 100%;}
.animated-box .light-blue {color: #7ccdeb;}
.animated-box .links {float:left;  margin: 19px 60px 0 0;}
.animated-box .mitte {float:left; margin-top: 28px;}
.animated-box .rechts {float:right; text-align: center; }
.animated-box .datum {color: #fff; font-size: 72px; font-weight: 700;float:left;}
.animated-box .datum .light-blue {padding-right: 5px;}
.animated-box .monat-tag {float:right; color: #fff; padding-left: 5px;}
.animated-box .monat {font-size: 30px; display:inline-block; margin-top: 13px;}
.animated-box .tag {font-size:24px; display:inline-block; margin-top: 12px;}
.animated-box .event {font-size:48px; font-weight:700;}
.animated-box .subtext {color:#fff; font-size: 30px; font-family: "nowayregular", Helvetica, Arial, sans-serif; line-height: 150%;}
.animated-box .bu a {color:#fff; font-size: 20px;}
.animated-box .bu a:hover {text-decoration: none; color: #ba393b;}
/*.animated-box .anim {animation-name: slideRight; -webkit-animation-name: slideRight; animation-duration: 3s; -webkit-animation-duration: 3s; animation-timing-function: ease-in-out;	-webkit-animation-timing-function: ease-in-out;	visibility: visible !important;	}*/

@keyframes slideRight {
	0% {transform: translateX(-150%);}
	50%{transform: translateX(8%);}
	65%{transform: translateX(-4%);}
	80%{transform: translateX(4%);}
	95%{transform: translateX(-2%);}			
	100% {transform: translateX(0%);}	
}

@-webkit-keyframes slideRight {
	0% {-webkit-transform: translateX(-150%);}
	50%{-webkit-transform: translateX(8%);}
	65%{-webkit-transform: translateX(-4%);}
	80%{-webkit-transform: translateX(4%);}
	95%{-webkit-transform: translateX(-2%);}			
	100% {-webkit-transform: translateX(0%);}
}

.ticketlink {position: absolute; top: 0; left: 20px; z-index: 99999; text-align: center; margin-top: -110px}
.ticketlink .bu a {color: #fff; font-size: 20px;}
.ticketlink .bu a:hover {text-decoration: none; color: #ba393b;}

/* Startseite - Blogliste */
.home .widget_siteorigin-panels-postloop .post-image {position:relative; }
.home .widget_siteorigin-panels-postloop .post-image:after {content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 59px 96px 59px 0; border-color: transparent #ba393b transparent transparent; position:absolute; top:0; right: 0; margin-right: -22px; margin-top: -30px;}
.home .widget_siteorigin-panels-postloop .category-kuenstler .post-image:after {border-color: transparent #35474d transparent transparent;}
.home .widget_siteorigin-panels-postloop .category-musik .post-image:after {border-color: transparent #7ccdeb transparent transparent;}
.home .widget_siteorigin-panels-postloop .post-image-date {position: absolute; top:0; right: 0; z-index: 9990; font-size: 22px; color: #fff; text-align: center; line-height: 130%;}
.home .widget_siteorigin-panels-postloop .post-image-date span {font-size: 26px;}
.home .widget_siteorigin-panels-postloop .entry-title {position:relative; left:auto; top:auto; width:auto; height:auto; overflow:auto; font-size: 22px; line-height: 130%; margin: 0; font-weight: normal;}
.home .widget_siteorigin-panels-postloop .entry-title a {color: #231f20;}
.home .widget_siteorigin-panels-postloop .entry-title a:hover {text-decoration: none; color: #ba393b;}
.home .widget_siteorigin-panels-postloop .entry-content p {font-size: 14px;}
.home .widget_siteorigin-panels-postloop .entry-content a.readmore {display:inline-block; padding-top: 14px;}
.home .widget_siteorigin-panels-postloop .entry-meta.top,
.home .widget_siteorigin-panels-postloop .entry-meta.bottom {display: none;}

/* Termine */
table.gigpress-table  {border:none;}
table.gigpress-table td {vertical-align: top; border: none; font-family: "Roboto", sans-serif; }
table.gigpress-table .gigpress-info td {border-bottom: 1px solid #231f20;}
table.gigpress-table td.datum {font-size: 24px; padding-top: 10px;}
table.gigpress-table td.datum .tag {font-size: 48px; font-weight: 700; vertical-align: bottom;}
table.gigpress-table td.datum .monat {display: inline-block; padding-bottom: 16px; }
table.gigpress-table td.zeit {display: inline-block; margin-top: 27px; font-size: 22px; font-style: italic; }
table.gigpress-table td.veranstaltung .titel {font-size: 20px; font-weight: 500; text-transform: uppercase;}
table.gigpress-table td.veranstaltung .beschreibung {font-size: 18px; line-height: 130%;}
table.gigpress-table td.karten a.gigpress-tickets-link {display: block; padding: 2px 16px; text-transform: uppercase; color: #fff; background: #b8393b; font-size: 20px; text-align: center; font-weight: 400; margin-top: 24px;}
table.gigpress-table td.karten a.gigpress-tickets-link:hover {background: #7ccdeb; text-decoration: none;}

/* Termine auf Kontakt-Seite */
.page-id-19 table.gigpress-table td.veranstaltung, 
.page-id-19 table.gigpress-table tr.gigpress-info,
.page-id-19 .gigpress-subscribe {display: none;}
.page-id-19 table.gigpress-table tr.gigpress-row  {border-bottom: 1px solid #231f20;}
.page-id-19 table.gigpress-table tbody:last-of-type tr.gigpress-row {border: none;}

/* Google Map */
.map {position: relative; padding-bottom: 73.25%; height: 0; overflow: hidden; border: solid 1px #666464;}
.map iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Presse */
.presse-download .so-widget-sow-editor .widget-title {font-size: 24px; color: #57a2bd; text-transform: uppercase; padding-top: 11px;}
.presse-download .so-widget-sow-editor .credit {font-size: 20px; color: #57a2bd;}
.presse-download .so-widget-sow-editor .download {width: 100%; max-width: 170px; float: right; text-align: center; padding: 2px 16px 2px 0; margin-top: 24px; line-height: 100%;}
.presse-download .so-widget-sow-editor .download a {display: block; text-transform: uppercase; color: #fff; background: #b8393b; font-size: 20px; font-weight: 400; position: relative; padding: 2px 0 4px 36px;  line-height: 130%; margin-bottom: -10px; }
.presse-download .so-widget-sow-editor .download a:hover {background: #7ccdeb; text-decoration: none;}
.presse-download .so-widget-sow-editor .download a:before {content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 12px 7px 0 7px; border-color: #fff transparent transparent transparent; position:absolute; top:10px; left: 10px; }
.presse-download .so-widget-sow-editor .download .download-detail {display: inline-block; font-size: 14px; }


/* Blog */
.catlist .so-widget-sow-editor h3 {color: #fff; font-size: 44px; font-weight: normal; margin: 19px 0 30px 0;}
.catlist .so-widget-sow-editor p {color: #fff; font-size: 20px;}
.catlist .so-widget-sow-editor a {color: #fff;}
.catlist .so-widget-sow-editor a:hover {text-decoration: none;}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item,
.dunkel .widget_siteorigin-panels-postloop .post,
.search-results .post, .search-results .page {padding:0 !important; background: #2f2f2f; }
.dunkel .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry {background: transparent !important; }
.dunkel .widget_siteorigin-panels-postloop .post-image,
.search-results .post-image {position: relative;}
.dunkel .widget_siteorigin-panels-postloop .post-image:after {content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 59px 96px 59px 0; border-color: transparent #ba393b transparent transparent; position:absolute; top:0; right: 0; margin-right: -12px; margin-top: -20px;}
.dunkel .widget_siteorigin-panels-postloop .category-kuenstler .post-image:after {border-color: transparent #35474d transparent transparent;}
.dunkel .widget_siteorigin-panels-postloop .category-musik .post-image:after {border-color: transparent #7ccdeb transparent transparent;}
.dunkel .widget_siteorigin-panels-postloop .post-image-date {position: absolute; top:10px; right: 0; z-index: 9990; font-size: 22px; color: #fff; text-align: center; line-height: 130%;}
.dunkel .widget_siteorigin-panels-postloop .post-image-date span {font-size: 26px;}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap,
.dunkel .widget_siteorigin-panels-postloop .post .entry-main,
.search-results .entry-main {padding: 24px 40px 30px 25px;}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title,
.dunkel .widget_siteorigin-panels-postloop .post .entry-title,
.search-results .entry-title {position:relative; left:auto; top:auto; width:auto; height:auto; overflow:auto; font-size: 22px; line-height: 130%; margin: 0; font-weight: normal;}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a,
.dunkel .widget_siteorigin-panels-postloop .post .entry-title a,
.search-results .entry-title a {-webkit-transition: none !important; -moz-transition:none !important; -ms-transition: none !important; transition: none !important; color: #fff !important; }
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a:hover,
.dunkel .widget_siteorigin-panels-postloop .post .entry-title a:hover,
.search-results .entry-title a:hover {color: #57a2bd !important; text-decoration: none;}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary,
.dunkel .widget_siteorigin-panels-postloop .post .entry-content,
.search-results .entry-summary {margin: 15px auto 0; padding: 0; color: #fff; font-size: 14px;}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary:before,
.dunkel .widget_siteorigin-panels-postloop .post .entry-content:before,
.search-results .entry-summary:before {width: 0 !important; height: 0 !important; background: transparent !important; margin: 0 !important;}

.widget_siteorigin-panels-postloop .entry-meta a { font-size: 13px; color: #6d6e71; display: inline-block; margin-right: 30px;}
.widget_siteorigin-panels-postloop .entry-meta .posted-on a {background: url(images/meta_date.png) 0 1px no-repeat; padding: 0 0 0 18px;}
.widget_siteorigin-panels-postloop .entry-meta .byline .author a {background: url(images/meta_author.png) 0 3px no-repeat; padding: 0 0 0 18px;}
.widget_siteorigin-panels-postloop .entry-meta .kategorien .cat-links a {background: url(images/meta_category.png) 0 3px no-repeat; padding: 0 0 0 18px;}
.widget_siteorigin-panels-postloop .entry-meta .kategorien a,
.single .entry-footer .kategorien a {margin-right: 3px;}
.widget_siteorigin-panels-postloop .entry-meta .kategorien a:first-child,
.single .entry-footer .kategorien a:first-child {background: url(images/meta_category.png) 0 3px no-repeat; padding: 0 0 0 18px; }
.widget_siteorigin-panels-postloop .entry-meta .kategorien a:last-child,
.single .entry-footer .kategorien a:last-child {margin-right: 30px;}
.widget_siteorigin-panels-postloop .entry-meta .kategorien a:after,
.single .entry-footer .kategorien a:after {content:", ";}
.widget_siteorigin-panels-postloop .entry-meta .kategorien a:last-child:after,
.single .entry-footer .kategorien a:last-child:after {content:"";}
.widget_siteorigin-panels-postloop .entry-meta .comments-link a {background: url(images/meta_comment.png) 0 4px no-repeat; padding: 0 0 0 18px;}
.widget_siteorigin-panels-postloop .entry-meta a:hover {color: #ba393b; text-decoration: none;}
.dunkel .widget_siteorigin-panels-postloop .entry-meta a:hover {color: #57a2bd;}
.dunkel .widget_siteorigin-panels-postloop .entry-meta.second {display: none;}
.dunkel .widget_siteorigin-panels-postloop .entry-meta.top {margin-bottom:4px;}


/* Blog Single Post */
.single #main {padding-bottom: 110px;}
.single .lsow-heading.lsow-style2 .lsow-title,
.search-results .single .lsow-heading.lsow-style2 .lsow-title {display: inline-block; margin: -20px 0 0 0; }
.single .lsow-heading.lsow-style2 .lsow-subtitle,
.search-results .lsow-heading.lsow-style2 .lsow-subtitle {display: inline-block; line-height: 200%; margin: -13px 0 0 0;}
.single .hentry {background: transparent;}
.single .single-post-inhalt {background: #2f2f2f; color: #fff; margin-bottom: 66px;}
.single .post-image {position: relative;}
.single .post-image-date {display: none;}
.single .entry-title {position:relative; left:auto; top:auto; width:auto; height:auto; overflow:auto; font-size: 22px; line-height: 130%; margin: 0; font-weight: normal; margin-top: 34px; margin-bottom: 10px;}
.single .entry-footer {border-top: solid 1px #888686; border-bottom: solid 1px #888686; }
.single .entry-footer a { font-size: 13px; color: #6d6e71; display: inline-block; margin: 0 30px 3px 0;}
.single .entry-footer .cat-links a {background: url(images/meta_category.png) 0 3px no-repeat; padding: 0 0 0 18px;}
.single .entry-footer .posted-on a {background: url(images/meta_date.png) 0 2px no-repeat; padding: 0 0 0 18px;}
.single .entry-footer a:hover {color: #49c7f5; text-decoration: none;}
.single .entry-footer .pipe {display: inline-block; color: #6d6e71; font-size: 14px; margin: 0 10px 0 -10px;}
.single .comments-title {font-size: 18px; font-weight: normal;}
.single .comment-list li {font-size: 14px;}
.single .comment-metadata a {font-size: 13px; color: #6d6e71;}
.single .comment-metadata .edit-link a {display: inline-block; margin-left: 10px;}
.single .comment-reply-title {font-size: 16px; font-weight: normal;}
.single .comment-respond p {font-size: 14px;}
.single .comment-form {width: 100%; max-width: 500px;}
.single .comment-form .submit {padding: 6px 16px; color: #fff; background: #b8393b; font-size: 16px; text-align: center; font-weight: 400; margin-top: 24px; Border: none; border-radius: 0;}
.single .comment-form .submit:hover {background: #7ccdeb; } 
.single .recent-posts-list {background: #2f2f2f; color: #fff; padding-bottom: 21px; position: relative;}
.single .recent-posts-list:after {content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 59px 96px 59px 0; border-color: transparent #fff transparent transparent; position:absolute; top:0; right: 0; margin-right: -44px; margin-top: -28px;}
.single .recent-posts-title {font-size: 22px; font-weight: normal; margin: 0 0 8px 10px; padding-top: 8px;}
.single .recent-posts-list li h3 {font-size: 18px; font-weight: normal; margin:8px 0 10px 0;}
.single .recent-posts-list li a {color: #fff;}
.single .recent-posts-list li a:hover {text-decoration: none; color: #b8393b;}
.single .recent-posts-list .entry-meta .byline,
.single .recent-posts-list .entry-meta .kategorien {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}
.single .recent-posts-list .entry-meta a, 
.single .recent-posts-list .entry-meta .no-of-comments {font-size: 13px; color: #6d6e71; display: inline-block; margin: 0 30px 3px 0; background: url(images/meta_comment.png) 0 4px no-repeat; padding: 0 0 0 18px;}
.single .recent-posts-list .entry-meta .no-of-comments {margin-right: 0;}
.single .recent-posts-list .entry-meta .posted-on a {background: url(images/meta_date.png) 0 2px no-repeat; padding: 0 0 0 18px;}


/* Multimedia */
iframe {margin: 30px auto;}
.map iframe {margin: 0;}
.mejs-container {width: 100% !important; max-width: 500px !important; margin: 30px auto;}
.master-slider-parent {margin-bottom: 60px;}

@media screen and (max-width: 1023px) {
	.hentry {padding-bottom: 40px;}
	.widget_sow-editor {padding: 0 10px 0 18px;}
	.lsow-heading.lsow-style2 {width: calc(100% - 18px); position:relative; padding: 12px 18px; display: flex;
  flex-direction: column;}
	.lsow-heading.lsow-style2:after {content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 21px 32px 21px 0; border-color: transparent #fff transparent transparent; position:absolute; top:0; right: 0; margin-right: -18px; margin-top: -21px;}
	.para-blue .lsow-heading.lsow-style2:after, .category-musik .lsow-heading.lsow-style2:after {border-color: transparent #7ccdeb transparent transparent;}
	.para-darkgrey .lsow-heading.lsow-style2:after, .category-kuenstler .lsow-heading.lsow-style2:after {border-color: transparent #35474d transparent transparent;}
	.para-grey .lsow-heading.lsow-style2:after {border-color: transparent #667980 transparent transparent;}
	.para-red .lsow-heading.lsow-style2:after, .category-buehne .lsow-heading.lsow-style2:after {border-color: transparent #ba393b transparent transparent;}
	.para-white .lsow-heading.lsow-style2:after {border-color: transparent #fff transparent transparent;}
	.lsow-heading.lsow-style2 .lsow-title {float: none; font-size: 32px; padding-right: 10px; order: 1;}
	.lsow-heading.lsow-style2 .lsow-subtitle {font-size: 22px; order: 2;}
	.lsow-heading.lsow-style2 .lsow-text {display: none;}
	.zitat .so-widget-sow-editor p {font-size:40px; margin:0 0 40px 0;}
	.zitat .so-widget-sow-editor p:before {font-size: 100px; height: 50px; }
	.animated-box .event {font-size:26px; }
	.animated-box .subtext {font-size: 20px;}
	.animated-box .rechts  {position: fixed; top: 10px; left: 26px; z-index: 99999; margin-top: 0; float: none;}	
	.animated-box .logo img {width: 78px; height: 78px;}
	.animated-box .bu a {font-size: 15px;}
	.ticketlink .logo img {width: 78px; height: 78px; margin-bottom: -8px;}
	.ticketlink .bu a {font-size: 15px; }
	.home .so-widget-sow-editor img {margin-top: 0;}
	/* Termine */
	table.gigpress-table td {display: block;}
	table.gigpress-table tr td:last-child {border: none;}
	table.gigpress-table td.zeit {margin-top: 0; }
	table.gigpress-table td.karten a.gigpress-tickets-link {width: 100%; max-width: 200px; }
	.page-id-19 table.gigpress-table td.karten a.gigpress-tickets-link {margin-bottom: 20px;}
	/* Impressum*/
	.page-id-21 .panel-grid { margin: 0 !important; }
	.page-id-21 .panel-grid-cell {margin: 0 !important;}
	.page-id-21 .panel-grid-cell:nth-child(1) .so-widget-sow-editor p {margin-bottom:0;}
	/* Blog */
	.single .hentry {margin-top: 40px;}
	.single .entry-title, .single .entry-content, .single .entry-footer, .single .comments-area {padding: 0 20px;}
	.single .comments-area {padding-bottom: 40px;}
}
@media screen and (min-width: 1024px) {
	.home .hentry {margin-top: -1px;}
	.widget_sow-editor {padding: 0 30px 0 100px;}
	.panel-grid-cell:nth-child(2) .widget_sow-editor {padding:0 100px 0 30px;}
	.single-line-row .widget_sow-editor {padding: 0 100px 0 100px;}
	.zitat .widget_sow-editor {padding: 0 50px 0 50px;}
	.catlist .widget_sow-editor,
	.catlist .panel-grid-cell:nth-child(2) .widget_sow-editor {padding:0; }
	.animated-box .widget_sow-editor {padding:0;}
	
	
	/* LSOW-Headings */
	.widget_lsow-heading {position:relative; padding: 94px 0 0 0;}
	.so-widget-lsow-heading {width: calc(100% - 145px); padding: 64px 0 68px 0;}
	.so-widget-lsow-heading:after {content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 94px 145px 94px 0; border-color: transparent #fff transparent transparent; position:absolute; top:0; right: 0;}
	.tri-blue .so-widget-lsow-heading:after {border-color: transparent #7ccdeb transparent transparent;}
	.tri-darkgrey .so-widget-lsow-heading:after {border-color: transparent #35474d transparent transparent;}
	.tri-grey .so-widget-lsow-heading:after {border-color: transparent #667980 transparent transparent;}
	.tri-red .so-widget-lsow-heading:after {border-color: transparent #ba393b transparent transparent;}
	.tri-white .so-widget-lsow-heading:after {border-color: transparent #fff transparent transparent;}
	
	.lsow-heading.lsow-style2 {width: calc(100% - 106px); max-width:100% !important; height:132px; position:relative; padding: 48px 20px 0 100px;}
	.lsow-heading.lsow-style2:after {content:""; display: block; width: 252px; height: 112px; transform: rotate(-31.5deg) skew(-31.5deg); background: #ba393b; position: absolute; top:12px; left:calc(100% - 128px);}
	.para-blue .lsow-heading.lsow-style2:after, .category-musik .lsow-heading.lsow-style2:after {background: #7ccdeb;}
	.para-darkgrey .lsow-heading.lsow-style2:after, .category-kuenstler .lsow-heading.lsow-style2:after {background: #35474d;}
	.para-grey .lsow-heading.lsow-style2:after {background: #667980;}
	.para-red .lsow-heading.lsow-style2:after, .category-buehne .lsow-heading.lsow-style2:after {background: #ba393b;}
	.para-white .lsow-heading.lsow-style2:after {background: #fff;}
	
	.lsow-heading.lsow-style2 .lsow-title {font-size: 36px; padding-right: 10px;}
	.lsow-heading.lsow-style2 .lsow-subtitle {font-size: 22px; line-height: 53px; }
	.lsow-heading.lsow-style2 .lsow-text {width: 110px; position:absolute; top:64px; left:calc(100% - 96px); z-index: 999; font-size: 22px; color: #fff; margin:0; padding:0; line-height: 130%;}
	
	/* Startseite - Animiertes Element */
	.animated-box .rechts {margin-top: -50px;}
	
	/* Startseite - Blogliste */
	.home .widget_siteorigin-panels-postloop .hentry {clear: both;}
	.home .widget_siteorigin-panels-postloop .post-image  {width: 290px; height: auto; float:left; margin-left: 30px; margin-bottom: 90px;}
	.home .widget_siteorigin-panels-postloop .post-image img {width: 100%; height: auto;}
	.home .widget_siteorigin-panels-postloop .entry-header { }
	.home .widget_siteorigin-panels-postloop .entry-main {width: calc(100% - 380px);float: right; padding: 0 30px 20px 50px;}
	
	/* Presse */
	.presse-download .so-widget-sow-editor {min-height: 300px; position: relative;}
	.panel-grid-cell:nth-child(2) .presse-download .so-widget-sow-editor {min-height: 318px;}
	.presse-download .so-widget-sow-editor .download {position: absolute; bottom: 18px; right: 0;}
	
	/* Impressum */
	.page-id-21 .panel-grid .panel-grid-cell:first-child .so-widget-sow-editor .textwidget p {white-space: nowrap;}
	
	/* Blog */
	.catlist {padding-right: 30px;}
	.catlist .so-widget-sow-editor p {width: 300px; margin: 0 auto;}
	.catlist .so-widget-sow-editor img {-webkit-transition: -webkit-transform .8s ease-in-out; transition: transform .8s ease-in-out;}
	.catlist .so-widget-sow-editor img:hover {-webkit-transform: rotate(31.3deg); transform: rotate(31.3deg);}
	.widget_lsow-portfolio {padding-left: 23px;}
	.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item {width: 400px; margin: 0 35px 55px 23px; padding: 0;}
	.dunkel .widget_siteorigin-panels-postloop,
	.search-results .suchergebnisse {-moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 30px; -webkit-column-gap: 30px; column-gap: 30px; padding: 50px 150px 0 26px;}
	.dunkel .widget_siteorigin-panels-postloop .post,
	.search-results .post, .search-results .page {display: inline-block; margin: 0 0 30px; width: 100%;}
	.single .lsow-heading.lsow-style2 .lsow-text {top:60px; }
	.single .single-post-inhalt, .single #blog-sidebar {margin-top: 114px;}
	.single .post-image:after,
	.search-results .post-image:after {content:""; display:block; width: 0; height: 0; border-style: solid; border-width: 59px 96px 59px 0; border-color: transparent #ba393b transparent transparent; position:absolute; top:0; right: 0; margin-right: -22px; margin-top: -48px;}
	.single .category-kuenstler .post-image:after,
	.search-results .category-kuenstler .post-image:after {border-color: transparent #35474d transparent transparent;}
	.single .category-musik .post-image:after,
	.search-results .category-musik .post-image:after {border-color: transparent #7ccdeb transparent transparent;}
	.single .entry-header, .single .entry-content, .single .entry-footer, .single .comments-area {padding: 0 28px 0 26px;}
	.single .recent-posts-list ul {list-style: none; margin: 0; padding: 0;}
	.single .recent-posts-list li {display: inline-block; width: 33.3%; float: left;}
	.single .recent-posts-list li:first-child h3 {margin-left: 10px;}
	.single .recent-posts-list li:first-child .entry-meta {margin-left: 10px;}
	
	/* 404 */
	.error404 .lsow-heading.lsow-style2 .lsow-title {margin-top: -61px;}
	.error404 .lsow-heading.lsow-style2 .lsow-subtitle {margin-left: 200px;}
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
	.animated-box .event {font-size:26px; line-height: 120%;}
	.animated-box .subtext {font-size: 20px;}
}
@media screen and (max-width: 1199px) {
	
}
@media screen and (min-width: 1200px) {
	.widget_sow-editor {padding: 0 30px 0 120px;}
	.panel-grid-cell:nth-child(2) .widget_sow-editor {padding:0 120px 0 30px;}
	.single-line-row .widget_sow-editor {padding: 0 120px 0 120px;}
	/* LSOW-Headings */
	.lsow-heading.lsow-style2 { padding: 48px 20px 0 120px;}
	.lsow-heading.lsow-style2 .lsow-title {font-size: 42px; padding-right: 10px; }
	.lsow-heading.lsow-style2 .lsow-subtitle {font-size: 32px; line-height: 51px; }	
	.lsow-heading.lsow-style2 .lsow-text {font-size: 22px; top: 62px;}
	/* Blog*/
	.catlist .so-widget-sow-editor p {width: 350px; }
	/* 404*/
	.error404 .lsow-heading.lsow-style2 .lsow-title {margin-top: -68px;}

}
@media screen and (min-width: 1347px) {
	.widget_sow-editor {padding: 0 30px 0 160px;}
	.panel-grid-cell:nth-child(2) .widget_sow-editor {padding:0 160px 0 30px;}
	.single-line-row .widget_sow-editor {padding: 0 160px 0 160px;}
	.presse-download .widget_sow-editor {padding: 0 0 0 160px;}
	.presse-download .panel-grid-cell:nth-child(2) .widget_sow-editor {padding: 0 160px 0 0;}
	/* LSOW-Headings */
	.lsow-heading.lsow-style2 { padding: 48px 20px 0 160px;}
	.lsow-heading.lsow-style2 .lsow-title {font-size: 50px; }
	.lsow-heading.lsow-style2 .lsow-subtitle {font-size: 36px; line-height: 52px; }	
	.lsow-heading.lsow-style2 .lsow-text {top:64px; font-size: 24px; }
	.home .widget_siteorigin-panels-postloop .post-image  {margin-left: 180px;}
	.home .widget_siteorigin-panels-postloop .entry-main {padding-right: 130px; width: calc(100% - 480px);}
	.single .recent-posts-list li {width: 271px; margin-right: 24px;}
	.single .recent-posts-list li:last-of-type {margin-right: 0;}
	.single .recent-posts-list li .recent-post-image {width: 271px; height: 170px; position: relative;}
	.single .recent-posts-list li .recent-post-image img {max-height: 100%; max-width: 100%; width: auto; height: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
	/* use this if smaller images should be aligned top:
		.single .recent-posts-list li .recent-post-image {width: 271px; height: 170px;}
		.single .recent-posts-list li img {object-fit: cover; vertical-align: middle; display: inline-block;}
 	*/
	.map {width: 525px; }

}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
