@charset "utf-8";

/* Fonts */
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300;
	src: url('../font/source_sans_pro/light.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400;
	src: url('../font/source_sans_pro/regular.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600;
	src: url('../font/source_sans_pro/semibold.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700;
	src: url('../font/source_sans_pro/bold.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 900;
	src: url('../font/source_sans_pro/black.ttf') format('truetype')
}
@font-face {
	font-family: 'Lora'; font-style: italic; font-weight: 400;
	src: url('../font/lora/italic.ttf') format('truetype')
}

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?asauim');
  src:  url('../font/icomoon.eot?asauim#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?asauim') format('truetype'),
    url('../font/icomoon.woff?asauim') format('woff'),
    url('../font/icomoon.svg?asauim#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-play:before {
  content: "\ea15";
}
.icon-cross:before {
  content: "\ea0F";
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
	background: #fff;
	color: #0d0d0d;
	font-family: 'Source Sans Pro', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.231;
    margin: 0;
}
#main, #footer { line-height: 1.25em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #016db5;
	color: #FFF; text-shadow: none;
}

/* Links */
a { 
	color: #0d0d0d;
	text-decoration: underline;
}
a:hover { color: #016db5; }
/*body.cat-gesellschaft a:hover { color: #bba332; }
body.cat-kultur a:hover { color: #928097; }
body.cat-sport a:hover { color: #d88d2a; }*/
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #0d0d0d; text-decoration: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em; 
	text-align: left;
}
h1 {
	font-size: 3.5em; font-weight: 900;
	line-height: 1em!important;
	margin: 0;
}
h2, .showcase-title { 
	border-bottom: 1px solid #016db5;
	color: #016db5;
	font-weight: 600; font-size: 1em;
	margin: 1.3em 0 9px;
	padding-bottom: 9px;
}

h3 { 
	font-weight: 600;
	margin: 1em 0;
}
h4 { margin: 1.33em 0; }
h5 { margin: 1.67em 0; }
h6 { margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 600; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
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; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default!important; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1200px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg { 
	background: #EFEFEF; 
	border: 1px solid #CCC;
	color: #0d0d0d;
}
.msgerror { 
	background: #FFF; 
	border: 1px solid #C00;
	color: #C00;
}
.msg, .msgerror {
	font-size: 1em;
	line-height: 1.35em;
	padding: 1em;
	margin-bottom: 1em;
}
.msg h2, .msgerror h2 { 
	border-bottom: none;
	font-size: 1.5em!important; font-weight: 600!important;
	margin: 0 0 0.5em!important;
	padding: 0;
}
.msgerror h2 { color: #C00; }
.msg ul, .msgerror ul { 
	margin-top: 0; margin-bottom: 0.3em;
	padding-left: 20px;
}

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #0169ae; 
	border-radius: 5px; border: 0;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Source Sans Pro'!important; font-size: 1.1em; font-weight: 700!important;
	line-height: 1.2rem;
	padding: 12px 24px;
	text-decoration: none; text-transform: uppercase;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #0394F3; }
body.cat-gesellschaft #article a.button, body.cat-gesellschaft #article button, body.cat-gesellschaft #article input[type="submit"], 
body.cat-gesellschaft #article input[type="button"], #article a.button.b-gesellschaft { background: #bba332; }
body.cat-kultur #article a.button, body.cat-kultur #article button, body.cat-kultur #article input[type="submit"], body.cat-kultur #article input[type="button"],
#article a.button.b-kultur { background: #928097; }
body.cat-sport #article a.button, body.cat-sport #article button, body.cat-sport #article input[type="submit"], body.cat-sport #article input[type="button"],
#article a.button.b-sport { background: #d88d2a; }
body[class^="cat"] #article a.button:hover, body[class^="cat"] #article button:hover, body[class^="cat"] #article input[type="submit"]:hover, 
body[class^="cat"] #article input[type="button"]:hover, #article a.button.b-gesellschaft:hover,  #article a.button.b-kultur:hover, #article a.button.b-sport:hover {
	color: #FFF;
	opacity: 0.85;
}
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #016db5!important; }

/* START CUSTOM PART */

/* CLASSES */
a.button.light, button.light, input[type="submit"].light, input[type="button"].light { background: #a6a6a6; }
a.button.light:hover, button.light:hover, input[type="submit"].light:hover, input[type="button"].light:hover { background: #d2d2d2; }

.liketable {
	display: table;
	width: 100%;
}
.liketable > * { display: table-cell; }
.liketable.vatop > * { vertical-align: top; }
.liketable.vamiddle > * { vertical-align: middle; }
.liketable.vabottom > * { vertical-align: bottom; }

.owl-pagination {
	position: absolute; bottom: 20px; left: 1em; right: 1em; z-index: 1;
	text-align: center;
}
.owl-pagination > * {
	background: rgba(193, 193, 193, 0.8);
	border-radius: 50%;
	display: inline-block;
	height: 14px; width: 14px;
}
.owl-pagination > *.active { background: #FFF; }
.owl-pagination > * + * { margin-left: 10px; }

.categorytitle { color: #016db5; }
body.cat-gesellschaft .categorytitle { color: #bba332; }
body.cat-kultur .categorytitle { color: #928097; }
body.cat-sport .categorytitle { color: #d88d2a; }

.margintoph1 { margin-top: 1.5em; }

/* PRIMARY STYLES [layout] */
#header {
	background: #FFF;
	border-bottom: 1px solid #016db5;
	position: fixed; top: 0; left: 0; right: 0; z-index: 3;
}
body.cat-gesellschaft #header { border-bottom-color: #bba332; }
body.cat-kultur #header { border-bottom-color: #928097; }
body.cat-sport #header { border-bottom-color: #d88d2a; }
#topheader { 
	background: #016db5;
	font-size: 1.65em;
}
#topheader a {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}
#topheader a:hover, #topheader li.active a { text-decoration: underline; }

#showmobilemenu {
	background: #FFF;
	border-radius: 0;
	color: #016db5!important;
	display: none;
	padding: 12px;
	text-decoration: none!important; text-align: center;
	width: 29px;
}
#showmobilemenu:hover { background: #d2d2d2; }

#logo {
	display: inline-block;
	margin: 33px 1em 0 0;
	width: 100%; max-width: 300px;
}
#logo img { width: 100%; height: auto; }
#searchandnavigation { 
	padding-top: 28px;
	text-align: right;
}
#searchandnavigation > * { display: inline-block; }

#topheadernav li {
	border-right: 1px solid #348ac4;
	display: inline-block;
	padding: 0 0.75em;
}
#searchbox input { 
	border: none;
	color: #333;
	font-size: 1.2rem; font-family: 'Source Sans Pro', sans-serif!important;
	margin-left: 0;
	padding: 0px;
	transition: width 0.3s linear; -webkit-transition: width 0.3s linear; -moz-transition: width 0.3s linear; -o-transition: width 0.3s linear;
	vertical-align: 0.2em;
	width: 0px;
}
#searchbox input.show {
	margin-left: 0.75em;
	padding: 0.4em 0.5em;
	width: 250px;
}
#searchbox a { 
	margin-left: 0.3em;
	text-decoration: none!important;
}

#nav ul {
	display: table;
	margin: 29px 0;
	width: 100%;
}
#nav > ul:nth-child(2) { display: none; }
#nav li {
	display: table-cell;
	vertical-align: middle;
}
#nav li + li { border-left: 1px solid #e9e9e9; }
#nav a {
	color: #242527;
	display: block;
	font-size: 1.4em;
	padding: 0 0.7em;
	text-align: center; text-decoration: none;
}
#nav a:hover, #nav li.active a { color: #016db5; }
body.cat-gesellschaft #nav li.active a { color: #bba332; }
body.cat-kultur #nav li.active a { color: #928097; }
body.cat-sport #nav li.active a { color: #d88d2a; }
#nav > ul:first-child li:nth-child(2) a:hover { color: #bba332!important; }
#nav > ul:first-child  li:nth-child(3) a:hover { color: #928097!important; }
#nav > ul:first-child  li:nth-child(4) a:hover { color: #d88d2a!important; }

#headerplaceholder { 
	height: 1px;
	margin-top: 173px; 
}
#panorama-container { position: relative; z-index: 1; }
#panorama .img {
	background-position: center center; background-repeat: no-repeat; background-size: cover;
	width: 100%; height: calc(100vh - 314px); max-height: 50vw;
	z-index: 1!important;
}
#pageimagedescription > * {
	display: none;
	font-size: 0.9em; font-weight: 600;
	position: relative; top: -2em;
}
#pageimagedescription > *:first-child { display: block; }
#pageimagedescription.center > * { text-align: center; }
#titlestory-content {
	color: #FFF;
	font-weight: 900;
	position: absolute; left: 0; bottom: 12%; right: 0; z-index: 1;
}
#titlestory-content-title {
	font-size: 4em;
	line-height: 1.25em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}
#titlestory-content-subtitle {
	background: #016db5;
	display: inline-block;
	font-size: 2em;
	margin-top: 0.5em;
	max-width: 100%;
	padding: 0.2em 1em;
}
#titlestory-content-subtitle, #titlestory-content-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main-container { margin-top: 2.5em; }
#main > * { vertical-align: top; }
#main > *:first-child { padding-left: 0; }
#main > *:last-child { padding-right: 0; }

#article.hideh1 > header:first-child { display: none; }

#bottombanner {
	display: block;
	margin-top: 8em;
	text-decoration: none;
}
#bottombanner img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%; max-width: 1200px;
}

#footer-container {
	background: #393939; 
	color: #FFF;
	margin-top: 5em;
	padding-top: 4em; 
}
#prefooter { padding-bottom: 4em; }
#prefooter > * {
	padding-top: 0; padding-bottom: 0;
	vertical-align: top;
	width: 22.03%;
}
#prefooter > #footermenu { width: 27.5%; }
#footer-logo { vertical-align: 0.75em; }
#footer-logo img {
	height: auto;
	width: 100%; max-width: 188px;
}
#prefooter .sectiontitle {
	font-weight: 700; font-size: 1.31em;
	padding-bottom: 0.95em;
	position: relative; z-index: 1;
	text-transform: uppercase;
	white-space: nowrap;
}
#prefooter .sectiontitle:after {
	background: #FFF;
	content: '';
	height: 1px;
	position: absolute; bottom: 0; left: 0; z-index: 1; 
	width: 40px;
}
#prefooter .prefooter-content { 
	font-size: 1.125em;
	line-height: 1.8em;
	margin-top: 2.77em;
}
#prefooter .prefooter-content a, #footer a { 
	color: #FFF;
	text-decoration: none;
}
#prefooter #footeraddress a:hover, #footer a:hover { text-decoration: underline; }
#prefooter .prefoorterinfo { 
	font-weight: 300; font-size: 0.66em;
	line-height: 1.35em;
	margin: 1em auto 0;
	max-width: 180px;
	text-align: center;
}

#footer-logo:after { bottom: 0.4em!important; }
#address-content, #address-content *, #footer * { color: #b7b7b7!important; }

#footernav ul { 
	display: table-cell; 
	padding-right: 0.7em;
	vertical-align: top;
	width: 50%;
}
#footernav ul + ul { padding-left: 0.7em; padding-right: 0; }
#footernav a, #socialmedianav a {
	border-bottom: 1px solid #5e5e5e;
	display: block;
	line-height: 1.3rem;
	padding: 0.55em 0;
}
#footernav a:hover, #footernav li.active a, #socialmedianav a:hover { border-bottom-color: #FFF; }

#newsletter-section form { max-width: 220px; }
#newsletter-section form input {
	padding: 15px 24px;
	width: 100%;
}
#newsletter-section form input[type="email"] {
	background: #393939;
	border: 1px solid #FFF;
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif!important;
	margin-bottom: 4px;
}
#newsletter-section form input[type="email"]:focus { outline: none; }

#socialmedianav i { 
	display: inline-block;
	font-size: 1.5em;
	margin-right: 0.7em;
	text-align: center;
	vertical-align: -0.2em;
	width: 1em;
}
#socialmedianav img {
	font-size: 1.5em;
	margin-right: 0.7em;
	text-align: center;
	vertical-align: -0.2em;
	width: 26px;
}
#socialmedianav a:hover i { color: #FFF; }
#socialmedianav a:hover i[class*="facebook"] { color: #3b5998; }
#socialmedianav a:hover i[class*="twitter"] { color: #00aced; }
#socialmedianav .prefoorterinfo { margin-top: 2.2em; }

#footer {
	background: #313131;
	font-size: 0.95em;
	padding: 1em 0;
}
#text_copyright { float: left; }
#nav_copyright { float: right; }

#divpopup-container {
	background: rgba(0,0,0,0.75);
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100;
}
#divpopup {
	position: absolute; top: 50%; left: 50%; z-index: 1;
	transform: translate(-50%, -50%);
	text-align: center;
	width: calc(100% - 2em); max-width: 450px;
}
#divpopup-inner {
	background: #FFF;
	margin: 0 1em 0 0;
}
#divpopup-inner > * { padding: 0.5rem 1rem; }
#divpopup-title {
	background: #016db5;
	color: #FFF;
	font-size: 1.5em;
	padding-top: 1em; padding-bottom: 1em;
	white-space: nowrap;
}
#divpopup-content { padding: 1.5rem; }
#divpopup-content > * {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 100%; max-width: 300px;
}
#divpopup-content img {
	height: auto;
	margin-bottom: 2em;
}
#divpopup-close {
	background: #FFF;
	border: 1px solid #000;
	height: 16px;
	padding: 0.7rem;
	position: absolute; right: -4px; top: -20px; z-index: 1;
	text-decoration: none;
}
@media screen and (max-width: 355px) {
	#divpopup-title { font-size: 1.3em; }
}

/* START Hinweis */
#popup-overlay {
	background: rgba(0,0,0,0.7);
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100;
}
#popup-container {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	max-width: 450px; width: 100%;
	padding: 0 20px 0 10px;
	position: absolute; left: 50%; top: 50%; z-index: 1;
	transform: translate(-50%, -50%);
}
#popup-inner {
	background: #FFF;
	color: #000;
}
#popup-inner > * { 
	margin: 0;
	padding: 1.5rem;
}
#popup-title { 
	background: #016db5;
	color: #FFF;
	font-size: 1.5em;
	overflow: hidden;
	padding-top: 1em; padding-bottom: 1em;
	text-align: center; text-overflow: ellipsis;
	white-space: nowrap;
}
#popup-content { 
	font-size: 1.05em;
	overflow-y: auto; overflow-x: hidden;
	max-height: 65vh;
}
#popup-content > p:first-child, #banner-content > p:first-child { margin-top: 0; }
#popup-content > p:last-child, #banner-content > p:last-child { margin-bottom: 0; }
#popup-content p { line-height: 1.4em; }
#popup-btnbox { text-align: center; }
#popup-closer {
	background: #FFF;
	border: 1px solid #000;
	height: 16px;
	padding: 0.7rem;
	position: absolute; right: 4px; top: -18px; z-index: 1;
	text-decoration: none;
}
@media screen and (max-width: 355px) {
	#popup-title { font-size: 1.3em; }
}

#banner {
	background: #f6f7f7;
	box-shadow: 0px -5px 7px 5px rgba(0, 0, 0, 0.35);
	padding: 25px 0; padding-right: 15px;
	position: fixed; z-index: 100; left: 0; top: 0; right: 0;
}
#banner-closer { 
	color: #CCC;
	position: absolute; z-index: 1; right: 10px; top: 10px;
	text-decoration: none;
}
#banner-inner {
	display: table;
	width: 100%;
}
#banner-inner > * {
	display: table-cell;
	vertical-align: middle;
}
#banner-inner > *:nth-child(2) { 
	padding-left: 1.5em;
	text-align: right;
	width: 30%;
}
#banner-inner > *:nth-child(2) .button { text-align: center; }
#banner-title { 
	font-weight: 700; font-size: 1.3em;
	line-height: 1.15em;
	text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
	#banner { padding-top: 35px; padding-bottom: 15px; padding-right: 0; }
	#banner-inner, #banner-inner > * { display: block; }
	#banner-inner > * {
		padding-left: 0!important;
		width: 100%!important;
	}
	#banner-inner > * + * { margin-top: 1.5em; }
}
@media screen and (max-width: 500px) {
	#banner-inner > *:nth-child(2) { text-align: center; }
}
/* END Hinweis */

.jquery-lightbox-title { font-size: 15px!important; }

/* CONTENT */
#article { line-height: 1.75em; }
#article > header h1 { margin-bottom: 0.5em; }
#article > header p {
	font-family: 'Lora', serif; font-style: italic; font-size: 1.75em;
	line-height: 1.35em;
	margin-top: 0;
}
#article #publication_hint { 
	font-size: 0.85em;
	margin-bottom: 2em; 
}
#article .twocols { text-align: justify; }
#article .twocols > p { 
	column-count: 2; -webkit-column-count: 2; -moz-column-count: 2;
	column-gap: 1.6em; -webkit-column-gap: 1.6em; -moz-column-gap: 1.6em;
	margin-top: 0; 
}
#article .article-area {
	color: #016db5;
	font-weight: 600;
}
#article blockquote {
	border-left: 4px solid #CDCDCD;
	margin: 2.5em 2em;
	padding-left: 1em;
}

#article h2, #footeraside h2 {
	font-size: 1.87em; font-weight: normal;
	text-transform: uppercase;
}
#article h2 strong, #footeraside h2 strong { font-weight: 700; }

.editor { 
	display: table;
}
.editor > * {
	display: table-cell;
	vertical-align: middle; 
}
.editor img {
	border-radius: 50%;
	height: auto;
	width: 100%; max-width: 100px;
}
.editor > * + * { padding-left: 1.5em; }
.editor > * + * > * { 
	font-size: 1.125em; 
	line-height: 1.2em;
}
.editor-name { font-weight: 700; }
.editor > *:nth-child(2) .editor-pos { margin-top: 0.2em; }

#infotext {
	font-size: 1.5em;
	margin-top: 3em;
	text-align: center;
}

/* Filter */
#filter input[name="q"] {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: 100%; max-width: 350px;
}
#advanced_filter { 
	background: #FFF;
	border-bottom: none;
	margin-bottom: 0;
}
#button_filter { margin-bottom: 2em; }
#button_filter > *:not(.active) { 
	background: #EFEFEF;
	color: #0d0d0d;
}
#button_filter > * { margin: 4px 2px; }
#button_filter + select { 
	display: none;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#button_filter { display: none; }
	#button_filter + select { display: block; }
}

/* cat-boxes */
#article .cat-content { text-align: center; }
#cat-boxes {
	clear: both;
	display: flex; flex-wrap: wrap;
	overflow: auto;
	margin-top: 3em;
}
#cat-boxes > * {
	background: #f6f7f7;
	display: inline-block; display: flex; flex-direction: column;
	float: left;
	margin-right: 2.127659574468085%; margin-bottom: 6em;
	width: 31.914893617021278%;
}
#cat-boxes > *:nth-child(3n) { margin-right: 0; }
#cat-boxes img { 
	display: block; 
	height: auto; width: 100%;
}
#cat-boxes .cat-content { padding: 1em 1.5em 0; }
#cat-boxes .cat-content, #cat-boxes .cat-box-title, #cat-boxes .cat-box-teaser { display: flex; flex-direction: column; flex-grow: 1; }
#cat-boxes .cat-box-title {
	border-bottom: none;
	color: #0d0d0d;
	font-size: 1.437em; font-weight: 700; 
	flex-grow: 0;
	line-height: 1.25em;
	margin: 0 0;
	padding: 0;
	text-transform: uppercase; text-align: center;
}
#cat-boxes .cat-box-teaser {
	justify-content: flex-start; 
	font-size: 0.93em;
	line-height: 1.3em;
	margin-top: 1em;
}
#cat-boxes .button {
	margin: 0 auto;
	max-width: 250px;
	position: relative; top: 21.5px;
}
@media screen and (max-width: 800px) {
	#cat-boxes > *:nth-child(3n) { margin-right: 2.127659574468085%;; }
	#cat-boxes > *:nth-child(2n) { margin-right: 0; }
	#cat-boxes > * { width: 48.93617021276595%; }
}
@media screen and (max-width: 500px) {
	#cat-boxes > * { 
		margin-right: 0!important; margin-bottom: 3em;
		width: 100%;
	}
}

#newslist .news {
	border-bottom: 1px solid #f1efef;
	clear: both;
	overflow: auto;
	padding: 1em 0;
}
#newslist h3 {
	font-weight: 700; font-size: 1.437em;
	margin: 0;
}
#newslist .news-date { 
	color: #a4a5a6;
	margin: 0.4em 0;
}
#newslist .news-teaser { margin-top: 1.2em; }
#newsarchiv, #newslist .news-date, #newslist .news-teaser { 
	font-size: 0.937em; 
	line-height: 1.35em;
}

/* Aside */
#aside .showcase + .showcase { margin-top: 4em; }
#aside .showcase-title {
	font-size: 1.35em; font-weight: 400;
	text-transform: uppercase;
}
#aside .showcase-title strong { font-weight: 700; }
#newspaper-showcase { text-align: center; }
#newspaper-showcase img {
	height: auto;
	width: 100%; max-width: 370px;
}
#newspaper-showcase-info {
	font-size: 0.875em;
	margin: 1em 0;
}
#newspaper-showcase .button { margin-top: 0.2em; }
#samecategory-carousel {
	margin: 2em 45px 0;
	max-width: calc(100% - 90px);
}
#samecategory-carousel img {
	display: block;
	height: auto;
	margin-bottom: 1em; margin-left: auto; margin-right: auto;
	width: 100%; max-width: 320px;
}
#samecategory-carousel .item { text-align: center; }
#samecategory-carousel a { text-decoration: none; }
#samecategory-carousel .sc-title {
	display: block;
	font-size: 1.84em; font-weight: 900;
	line-height: 1em;
	overflow: hidden;
	text-transform: uppercase;
}
#samecategory-carousel .sc-author {
	font-size: 0.81em; font-style: italic;
	margin-top: 1.5em;
}
#samecategory-carousel .owl-buttons a { 
	font-size: 2em;
	position: absolute; top: 50%; z-index: 1;
	transform: translateY(-50%);
}
#samecategory-pager-prev { left: -30px; }
#samecategory-pager-next { right: -30px; }

#article .boxes { 
	overflow: visible;
	position: relative; z-index: 1; left: -1em;
	width: calc(100% + 2em);
}
#article .boxes > * { 
	background: #FFF;
	padding: 1em;
	width: 50%;
}
#article .boxes > * > * {
	background: #f6f7f7;
	padding: 2.25em 1.5em;
}
#article .boxes p { 
	line-height: 1.6em;
	text-align: justify;
}
#article .boxes p, #readerletters .likep { font-size: 0.92em; }

/* END CUSTOM PART */

/* Responsive Videos */
.video-container {
    box-sizing: border-box;
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Bilder mit Fließtext */
#article .imgandtext {
	clear: both;
	overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left .responsiveimages {
	float: left;
	margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right .responsiveimages {
	float: right;
	margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext .responsiveimages {
	margin-top: 0.4em;
	width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

/* Media Queries */
@media screen and (max-width: 1165px) {
	#searchbox { display: none; }
	#topheadernav li:last-child { 
		border-right: none; 
		padding-right: 0;
	}
}
@media screen and (max-width: 1040px) {
	#nav ul { margin: 20px 0; }
	#topheadernav li { font-size: 0.6em; }
	#topheadernav a { font-size: 1.1rem; }
	#nav a { font-size: 1.05em; }
	
	#headerplaceholder { margin-top: 148px; }
	
	#samecategory-carousel .sc-title { font-size: 1.5em; }
	
	#prefooter > * { width: 31.914893617021278%!important; }
	#prefooter > *:nth-child(1) { display: none; }
	#prefooter > *:nth-child(2) { margin-left: 0; }
	#newsletter-section form { max-width: 95%; }
}
@media screen and (max-width: 940px) {
	#prefooter { display: flex; flex-wrap: wrap; }
	#prefooter > * { width: 48.93617021276595%!important; }
	#prefooter > *:nth-child(4) {
		display: block;
		width: 100%!important; max-width: 48.93617021276595%;
	}
	#prefooter > *:nth-child(4) { margin: 2em auto 0!important; }
}
@media screen and (max-width: 850px) {
	#samecategory-carousel .sc-title { font-size: 1.3em; }
	#titlestory-content { font-size: 0.8em; }
}
@media screen and (max-width: 800px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important;}
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }
	
	#header { border-bottom: none; }
	#topheader {
		height: 92px;
		position: relative; z-index: 1;
	}
	#topheadernav { display: none; }
	#nav > ul:nth-child(2) { display: block; }
	
	#showmobilemenu { 
		display: inline-block;
		margin-right: 1em;
		position: absolute; top: 50%; left: 20px; z-index: 1;
		transform: translateY(-50%);
	}
	#logo { 
		margin: 0;
		position: absolute; right: 20px; top: 60%; z-index: 1;
		transform: translateY(-50%);
		width: 60%; min-width: 200px;
	}
	#logo img { margin-top: 15px; }
	
	#nav {
		background: #f6f7f7;
		height: calc(100vh - 92px);
		opacity: 1;
		overflow-y: auto; overflow-x: hidden;
		padding: 0;
		position: fixed; left: -800px; top: 92px; z-index: 3;
		transition: left 1s ease-in-out; -webkit-transition: left 1s ease-in-out; -moz-transition: left 1s ease-in-out; -o-transition: left 1s ease-in-out;
		width: 100%;
	}
	body.mobilemenu #nav { left: 0; }
	body.showmobilemenu #main-container, body.showmobilemenu #footer-container { display: none; }
	
	#nav ul, #nav li { display: block; }
	#nav ul { margin: 0.5em 0 0; }
	#nav ul + ul { margin-top: 0; }
	#nav li { border: none; }
	#nav a {
		font-size: 1.4rem;
		padding: 0.3em 20px;
		text-align: left;
	}
	#headerplaceholder { margin-top: 91px; }
	
	#titlestory-content.titlestory { bottom: 19%; }
	#titlestory-content.titlestory #pageimagedescription { display: none; }
	
	#main, #main > * { 
		display: block;
		padding: 0;
	}
	#aside { margin-top: 8em; }
	#samecategory-carousel { 
		margin-left: auto; margin-right: auto;
		max-width: 450px;
	}
	#samecategory-carousel .sc-title { font-size: 1.84em; }
	#bottombanner { margin-top: 3em; }
	
	#footer-container { padding-top: 2em; }
	#prefooter { padding-bottom: 2em; }
	
	#footer .wrapper > * {
		display: block;
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 750px) and (max-height: 450px) {
	#panorama-container, #pageimagedescription { display: none; }
}
@media screen and (max-width: 650px) {
	#prefooter > * {
		display: block;
		margin: 2em auto 0!important;
		text-align: center;
		width: 100%!important; max-width: 300px!important;
	}
	#prefooter > #footermenu { margin-top: 0!important; }
	#prefooter .sectiontitle { padding-bottom: 0; }
	#prefooter .sectiontitle:after { display: none; }
	
	#prefooter .prefooter-content { margin-top: 1em; }
	#prefooter form.prefooter-content { margin-left: auto; margin-right: auto; }
	#socialmedianav a { border-bottom: none; }
	#socialmedianav .prefoorterinfo { margin-top: 0.5em; }
}
@media screen and (max-width: 590px) {
	#samecategory-carousel {
		margin: 2em 45px 0;
		max-width: calc(100% - 90px);
	}
}
@media screen and (max-width: 585px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }
	
	#titlestory-content { display: none; }
}
@media screen and (max-width: 530px) {
	#article > header p { margin-bottom: 0; }
	#article .twocols > p { 
		column-count: 1; -webkit-column-count: 1; -moz-column-count: 1;
		column-gap: 0; -webkit-column-gap: 0; -moz-column-gap: 0;
		margin-top: 1.3em;
	}
}
@media screen and (max-width: 450px) {
	h1 { font-size: 2.8em; }
	#article > header p { font-size: 1.65em; }
}
@media screen and (max-width: 370px) {
	#samecategory-carousel .sc-title { font-size: 1.5em; }
	#bottombanner { display: none; }
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}