/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Light.eot"); /* IE9 Compat Modes */
    src: url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("fonts/OpenSans-Light.svg") format("svg"), /* Legacy iOS */
        url("fonts/OpenSans-Light.ttf") format("truetype"), /* Safari, Android, iOS */
        url("fonts/OpenSans-Light.woff") format("woff"), /* Modern Browsers */
        url("fonts/OpenSans-Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight:300;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Regular.eot"); /* IE9 Compat Modes */
    src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("fonts/OpenSans-Regular.svg") format("svg"), /* Legacy iOS */
        url("fonts/OpenSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
        url("fonts/OpenSans-Regular.woff") format("woff"), /* Modern Browsers */
        url("fonts/OpenSans-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight:400;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Italic.eot"); /* IE9 Compat Modes */
    src: url("fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("fonts/OpenSans-Italic.svg") format("svg"), /* Legacy iOS */
        url("fonts/OpenSans-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
        url("fonts/OpenSans-Italic.woff") format("woff"), /* Modern Browsers */
        url("fonts/OpenSans-Italic.woff2") format("woff2"); /* Modern Browsers */
    font-weight:400;
    font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Bold.eot"); /* IE9 Compat Modes */
    src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("fonts/OpenSans-Bold.svg") format("svg"), /* Legacy iOS */
        url("fonts/OpenSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
        url("fonts/OpenSans-Bold.woff") format("woff"), /* Modern Browsers */
        url("fonts/OpenSans-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight:600;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-ExtraBold.eot"); /* IE9 Compat Modes */
    src: url("fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("fonts/OpenSans-ExtraBold.svg") format("svg"), /* Legacy iOS */
        url("fonts/OpenSans-ExtraBold.ttf") format("truetype"), /* Safari, Android, iOS */
        url("fonts/OpenSans-ExtraBold.woff") format("woff"), /* Modern Browsers */
        url("fonts/OpenSans-ExtraBold.woff2") format("woff2"); /* Modern Browsers */
    font-weight:700;
    font-style: normal;
  font-display: swap;
}

div.matomo-optout,
#matomo-opt-out {display:inline-block;margin-bottom:24px;width:100%;}
div.matomo-optout label,
#matomo-opt-out label {cursor:pointer;color:#575a5d;line-height:30px;font-size:1.8em;width:93% !important;float:right;clear:none;padding-top:0;font-family: 'Montserrat', sans-serif;}
div.matomo-optout input,
#matomo-opt-out input {width:5% !important;margin-top:7px;float:left;}
div.matomo-optout strong,
#matomo-opt-out strong {font-weight:700;}


html {
    font-size: 125%;
    overflow: scroll;
    height: 100%;
}

body {
    font-size: 50%;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    position: relative;
    min-height: 100%;
	height: 100%;
	padding-bottom: 48px;
}

* {
    padding: 0;
    margin: 0;
    line-height: 100%;
}

legend, label, select, textarea,
ol li, ul li, input, p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
	font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
    color: #54565b;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p:empty
{
    display:none;
}

ol ol li,
ul ul li {
    font-size: 1em;
}

main ul li {
	list-style-type: none;
	position: relative;
	padding-left: 24px;
}

main ul li ul {
	margin: 12px 0 24px 0;
}

main ul li ul li {
	margin-bottom: 6px;
}

main ul li ul li::before {
	background-color: transparent;
	border: 2px solid #64769e;
	box-sizing: border-box;
}

main ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #64769e;
	left: 6px;
	top: 12px;
}

input, select, textarea {
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus  {
  border-color: #25282a;
}

a {
    color: #63769e;
    text-decoration: none;

    -webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

a:hover {
    color: #54565b;
}

h1 {
    font-size: 3em;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 24px;
    color: #25282a;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


h1+h2 {
	margin-top: -18px;
	color: #64769e;
	font-weight: 300;
}


h2 {
    font-size: 3em;
    font-weight: 600;
    color: #64769e;
    line-height: 36px;
    margin-top: 36px;
    margin-bottom: 18px;
}


h3, h4, h5 {
    color: #54565b;
    font-weight: 600;
}

h3 {
    font-size: 2.4em;
    line-height: 36px;
    margin-top: 36px;
    margin-bottom: 24px;
}

h4, h5 {
    font-size: 2em;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 18px;
}

h5 {
    font-size: 1.8em;
    color: #575a5d;
    margin-bottom: 12px;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

table {
	border-collapse: collapse;
	overflow: hidden;
	width: 100%;
	margin: 24px 0 36px 0;
}

table p {
    font-size: 1em;
}

table p:last-child {
    margin-bottom: 0;
}

table div {
	line-height: 140%;
}

caption, td, th {
	border-bottom: 1px solid #999999;
	padding: 8px 15px;
	vertical-align: top;
	font-size: 2em;
    line-height: 30px;
    color: #000000;
}

th {
    border: none;
    color: #ffffff;
}

table ul li {
	font-size: 1em;
}

.stacktable.small-only td.st-val {
	width: 56%;
}

.stacktable.small-only tr.td-empty {
	display: none;
}

table thead tr {
	background-color: #4c5978;
	border:none;
	color: #fff;
}

table thead tr th {
	text-align: left;
	padding: 9px 18px 8px 18px;
}

table tbody tr.second-table-header,
table tbody tr.second-table-header td {
	background-color: #f3f3f3;
	border: none;
	color: 8px 15px;
	font-weight: bold;
} 

table tbody tr td {
	background-color: #fff;
	font-size: 1.8em;
}

.stacktable.small-only td {
	border-width: 0 0 2px 0;
}

.stacktable.small-only td.st-key {
  border-color: transparent;
  background-color: #9c132e;
	width: 40%;
	color: #fff;
}

.stacktable.small-only td.st-val {
	width: 56%;
}

.stacktable.small-only tr.td-empty {
	display: none;
}

table tr th.td-05,
table tr td.td-05 {width: 5%;}
table tr th.td-10,
table tr td.td-10 {width: 10%;}
table tr th.td-15,
table tr td.td-15 {width: 15%;}
table tr th.td-18,
table tr td.td-18 {
	width: 18.75%;
	padding: 9px;
	font-weight: normal;
	font-size: 1.8em;
}
table tr th.td-20,
table tr td.td-20 {width: 20%;}
table tr th.td-25,
table tr td.td-25 {width: 25%;}
table tr th.td-33,
table tr td.td-33 {width: 33%;}
table tr th.td-40,
table tr td.td-40 {width: 40%;}
table tr th.td-45,
table tr td.td-45 {width: 45%;}
table tr th.td-50,
table tr td.td-50 {width: 50%;}
table tr th.td-75,
table tr td.td-75 {width: 75%;}

.td-right {
	text-align: right;
}

.frame-space-before-extra-small,
#content-art-description .wrapper div.frame-space-before-extra-small {margin-top: 15px;}
.frame-space-before-small,
#content-art-description .wrapper div.frame-space-before-small {margin-top: 30px;}
.frame-space-before-medium, 
#content-art-description .wrapper div.frame-space-before-medium {margin-top: 45px;}
.frame-space-before-large,
#content-art-description .wrapper div.frame-space-before-large {margin-top: 60px;}
.frame-space-before-extra-large,
#content-art-description .wrapper div.frame-space-before-extra-large {margin-top: 90px;}

.frame-space-after-extra-small,
#content-art-description .wrapper div.frame-space-after-extra-small {margin-bottom: 15px;}
.frame-space-after-small,
#content-art-description .wrapper div.frame-space-after-small {margin-bottom: 30px;}
.frame-space-after-medium, 
#content-art-description .wrapper div.frame-space-after-medium {margin-bottom: 45px;}
.frame-space-after-large,
#content-art-description .wrapper div.frame-space-after-large {margin-bottom: 60px;}
.frame-space-after-extra-large,
#content-art-description .wrapper div.frame-space-after-extra-large {margin-bottom: 90px;}


/*************************
 FORM
*************************/

form.powermail_form {
	padding: 30px;
	border: 1px solid #dddddd;
}

fieldset.powermail_fieldset {
	padding: 18px 30px;
	border: none;
	background-color: #ffffff;
	margin-bottom: 30px;
}

legend.powermail_legend {
	color: #ffffff;
	background-color: #7489b8;
	padding: 3px 24px;
	margin-left: -30px;
	position: relative;
	top: 18px;
}

fieldset.powermail_fieldset label {
	display: inline-block;
	margin-bottom: 6px;
}

fieldset.powermail_fieldset textarea,
fieldset.powermail_fieldset input {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 12px;
	border: 1px solid #dddddd;
	margin-bottom: 18px;
}

.powermail_field .checkbox label,
.powermail_field .radio label {
	display: block;
}

.powermail_field .checkbox input,
.powermail_field .radio input {
	float: left;
	width: 15px;
	margin: 9px 12px 0 0;
}

.powermail_fieldwrap_type_captcha {
	margin: 30px 0;
	overflow: hidden;
}


fieldset.powermail_fieldset .powermail_fieldwrap_e_mail {
	clear: both;
}


fieldset.powermail_fieldset .layout-25-left .powermail_field,
fieldset.powermail_fieldset .layout-50-left .powermail_field,
fieldset.powermail_fieldset .layout-75-left .powermail_field {
	padding-right: 15px;
}

fieldset.powermail_fieldset .layout-50-right label,
fieldset.powermail_fieldset .layout-50-right .powermail_field,
fieldset.powermail_fieldset .layout-25-right label,
fieldset.powermail_fieldset .layout-25-right .powermail_field,
fieldset.powermail_fieldset .layout-75-right label,
fieldset.powermail_fieldset .layout-75-right .powermail_field {
	padding-left: 15px;
}

.powermail_captchaimage {
	max-height: 45px;
	width: auto;
}

.layout-50-left,
.layout-50-right {
	float: left;
	width: 50%;
	clear: none;
}

.layout-25-left,
.layout-25-right {
	float: left;
	width: 25%;
	clear: none;
}

.layout-75-left,
.layout-75-right {
	float: left;
	width: 75%;
	clear: none;
}

fieldset.powermail_fieldset .powermail_submit {
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 11px 36px 11px 12px;
	line-height: 24px;
	color: #64769e;
	border: 1px solid #7489b8;
	background-image: url("../images/arrow-next-button.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
	cursor: pointer;
	font-size: 2em;
	font-weight: 300;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

fieldset.powermail_fieldset .powermail_submit:hover {
	background-color: #7489b8;
	color: #ffffff;
	padding-right: 24px;
	padding-left: 24px;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
}

main ul li.parsley-custom-error-message,
main ul li.parsley-required {
	border: 1px solid #7489b8;
	padding: 12px;
	font-style: italic;
}

main ul li.parsley-custom-error-message::before,
main ul li.parsley-required::before {
	display: none;
}

/*************************
 GENERAL CLASSES
*************************/

.clearer {
    clear: both;
}

.wrapper-icons,
.wrapper {
    width: 100%;
    max-width: 147em;
    margin: 0 auto;
    position: relative;
}

p.button a {
    display: inline-block;
    line-height: 30px;
    padding: 9px 24px;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

p.button.btn-outline a {
    background-color: #ffffff;
    border: 3px solid #f46f38;
    color: #f46f38;
    padding: 6px 24px;
}

p.button a:hover {
    background-color: #7489b8;
	border-color: #7489b8 !important;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
}

p.table-note {
    font-size: 1.6em;
    line-height: 24px;
    color: #6b7175;
    font-style: italic;
}

.two-cols-header h3 {
	margin-bottom: -12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dddddd;
}


/*************************
 HEADER
*************************/

#search {
	position: absolute;
	right: 0;
	top: 0;
	width: 72px;
	height: 72px;
	z-index: 9999;
}

#search a#button-search {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	right: 0;
	top: 0;
}

#search a#button-search.open::after,
#search a#button-search.open::before {
	opacity: 0;
	visibility: hidden;
}

#search a#button-search::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 120;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 72px 72px 0;
	border-color: transparent #ffffff transparent transparent;
	opacity: 1;
	visibility: visible;
	
	-webkit-transition: all 400ms ease-out 100ms;
	-moz-transition: all 400ms ease-out 100ms;
	-o-transition: all 400ms ease-out 100ms;
	transition: all 400ms ease-out 100ms;
}

#search a#button-search::after {
	content: "";
	z-index: 130;
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("../images/icon-search.png");
	background-repeat: no-repeat;
	right: 6px;
	top: 6px;
	opacity: 1;
	visibility: visible;
	
	-webkit-transition: all 400ms ease-out 100ms;
	-moz-transition: all 400ms ease-out 100ms;
	-o-transition: all 400ms ease-out 100ms;
	transition: all 400ms ease-out 100ms;
}

#searchblock-inhalt {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 300px;
	width: 100%;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.25);
	padding: 30px;
	z-index: 999999;
	display: none;
}

#searchblock-inhalt #suche-top {
	position: relative;
}

#searchblock-inhalt fieldset {
	border: none;
}

#searchblock-inhalt #ke_search_sword-top {
	border: none;
	width: 100%;
	padding: 9px 30px;
	box-sizing: border-box;
	margin: 0;
}

#searchblock-inhalt .search-button {
	position: absolute;
	z-index: 999999;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	padding: 9px;
	margin: 0;
}

#header-top {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

#header-top.subpage {
	height: 100%;
}

#header-top #mainnavi-button {
	position: relative;
	z-index: 110;
	top: 48px;
}

#header-top #mainnavi-button a {
	display: inline-block;
	width: 72px;
	height: 72px;
	background-color: #64769e;
	position: relative;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

#header-top #mainnavi-button a:hover {
	background-color: #4c5978;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);	
}

#header-top #mainnavi-button a.open span.first-span {
	transform: rotate(45deg);
	display: block;
	margin-top: 0;
	position: absolute;
	top: 33px;
	left: 21px;
	opacity: 1;
	visibility: visible;
}

#header-top #mainnavi-button a.open span.last-span {
    transform: rotate(-45deg);
	display: block;
	margin-top: 0;
	position: absolute;
	top: 33px;
	left: 21px;
	opacity: 1;
	visibility: visible;
}

#header-top #mainnavi-button a.open span {
    opacity: 0;
	visibility: hidden;
	display: none;
}

#header-top #mainnavi-button a span {
	display: block;
	height: 6px;
	background-color: #ffffff;
	width: 30px;
	margin: 0 auto 6px auto;
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#header-top #mainnavi-button.open a {
	display: flex;
	justify-content: center;
	align-items: center;
}

#header-top #mainnavi-button.open a span {
	display: none;
}

#header-top #mainnavi-button.open a span.first-span {
	transform: rotate(45deg);
	position: absolute;
	display: block;
	margin: 0;
}

#header-top #mainnavi-button.open a span.last-span {
	transform: rotate(-45deg);
	position: absolute;
	display: block;	
	margin: 0;
}

#header-top #mainnavi-button a span.first-span {
	margin-top: 20px;
}

#header-top #logo {
	position: absolute;
	top: 48px;
	left: 104px;
	color: #ffffff;
	z-index: 110;
}

#header-top #logo #logo-title {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 3px;
	font-size: 2.4em;
	line-height: 30px;
}

#header-top #logo #logo-subtitle {
	color: #ffffff;
	font-weight: 300;
	font-size: 2.25em;
	margin-bottom: 0;
}

#header-top #icons {
	width: 72px;
	margin-top: 72px;	
	position: relative;
	z-index: 20;
}

#header-top #icons ul {
	margin: 24px 12px;
}

#header-top #icons ul li {
	font-size: 1em;
	margin: 0 0 18px 0;
	list-style-type: none;
	position: relative;
}

#header-top #icons ul li > div > a {
	display: block;
	border: 1px solid #ffffff;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
}

#header-top.subpage #icons ul li > div > a {
	background-color: #b9c4db;
}

#icons #contrast a:hover,
#header-top #icons ul li > div > a:hover {
	background-color: #4c5978;
	border-color: #4c5978;
}

#header-top #icons ul li > div a + div {
    position: absolute;
    background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
    border: 1px solid #ffffff;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
	min-width: 600px;
	max-height: 420px;
	overflow-y: scroll;
    padding: 24px 36px 24px 72px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
	z-index: 50;
}

#header-top #icons ul li > div a + div h5 {
	font-weight: 700;
	margin: 0 0 6px 0;
}

#header-top #icons ul li > div a + div p {
	color: #737577;
	margin-bottom: 30px;
}

#header-top #icons ul li div.close {
    position: absolute;
    left: 0;
    top: 0;
}

#header-top #icons ul li div.close a {
    padding: 0;
    width: 48px;
    height: 48px;
	background-color: #64769e;
	display: block;
	position: relative;
}

#header-top #icons ul li div.close a:hover {
	background-color: #ffffff;
}

#header-top #icons ul li div.close a::before {
	content: "x";
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 1.8em;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#header-top #icons ul li div.close a:hover::before {
	color: #64769e;
}

#header-top #icons img {
	max-width: 48px;
}

#header-top #icons ul li > div.clicked a + div {
    opacity: 1;
    visibility: visible;
    top: 0;
	max-height: 420px;
	overflow: scroll;
}

#header-slider .flex-viewport,
#header-slider {
	width: 100%;
	height: 100%;
}

#header-slider .flexslider ul.slides > li::before,
#header-slider .flex-viewport::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;
}

#header-slider .flexslider {
    position: absolute;
    height: 100%;
    width: 100%;
	border: none;
	margin-bottom: 0;
}

#header-slider .flexslider ul.slides {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
	z-index: 10;
}

#header-slider .flexslider ul.slides > li {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
	position: relative;
	font-size: 1em;
	margin: 0;
}

#header-slider .flexslider ul.slides > li img {
	display: none;
}

#header-slider .flexslider .flexcaption {
	position: absolute;
	width: 65.625%;
	bottom: 33%;
	left: 17.188%;
	text-align: center;
	z-index: 10;
	color: #ffffff;
}

#header-slider .flexslider .flexcaption .flex-title {
	font-size: 6em;
	font-weight: 300;
	color: #ffffff;
	line-height: 60px;
	position: relative;
	display: inline-block;
	padding: 0 12px 18px 12px;
}

#header-slider .flexslider .flexcaption .flex-title span {
	position: relative;
	z-index: 10;
}

#header-slider .flexslider .flexcaption .flex-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
	background-color: #7489b8;
	z-index: 0;
}

#header-slider .flexslider .flexcaption .flex-caption p {
	font-size: 2.4em;
	font-weight: 300;
	line-height: 36px;
	max-width: 840px;
	color: #ffffff;
	margin: 0 auto;
	margin-bottom: 30px;
}

#header-slider .flexslider .flexcaption .button a {
	border: 1px solid #ffffff;
	padding: 8px 48px 8px 18px;
	background-image: url("../images/arrow-next.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}

#header-slider .flexslider .flexcaption .button a:hover {
	background-color: #ffffff;
	color: #64769e;
	padding-right: 33px;
	padding-left: 33px;
}

#header-slider .flexslider .flex-control-nav {
	bottom: 72px;
	left: 30px;
	z-index: 10;
	text-align: left;
	width: auto;
	position: absolute;
}

#header-slider .flexslider .flex-control-paging li {
	margin: 0 12px 0 0;
	display: inline-block;
	font-size: 0px;
}

#header-slider .flexslider .flex-control-paging li a {
	display: block;
	border-radius: 0;
	width: 25px;
	height: 6px;
	background-color: rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	cursor: pointer;
}

#header-slider .flexslider .flex-control-paging li a.flex-active {
	background-color: rgba(255,255,255,1);
}

#header-slider .flexslider .flex-direction-nav  {
	display: none;
}

#header-slider .flexslider .flex-direction-nav li {
	margin: 0;
}

#header-slider .flex-pauseplay a {
	position: absolute;
	width: 42px;
	height: 42px;
	left: auto;
	bottom: 48px;
	z-index: 9999;
	right: 0;
	background-color: rgba(255,255,255,.5);
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header-slider .flex-pauseplay a.flex-play::before {
  content: '\f003';	
}

#header-slider .flex-pauseplay a::before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#header-image {
	height: 168px;
	overflow: hidden;
	background-color: #4c5978;
}

#page-1644 #header-image {
	height: 168px;
}

#page-1644 #header-image img {
	display: none;
}


/*************************
 MAINNAVI
*************************/

#mainnavi {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-image: url("../images/navi-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	top: 0;
}

#mainnavi ul.level-01 {
	position: absolute;
	width: 40%;
	height: 100%;
	background-color: #4c5978;
	box-sizing: border-box;
	padding-top: 240px;
}

#mainnavi ul.level-01 li {
	font-size: 1em;
	text-align: right;
	list-style-type:none;
	margin-bottom: 18px;
	position: relative;
}

#mainnavi ul.level-01 li a {
	font-size: 2.2em;
	line-height: 30px;
	display: inline-block;
	color: #ffffff;
	width: auto;
	position: relative;
	padding: 3px 60px 3px 24px;
	right: -18px;
}

#mainnavi ul.level-01 li a:hover {
	background-color: #45526e;
}

#mainnavi ul.level-01 li a.navi-plus {
	position: absolute;
	width: 36px;
	height: 36px;
	background-color: #64769e;
	right: -18px;
	top: 0;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
	padding: 0;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

#mainnavi ul.level-01 li:hover a.navi-plus,
#mainnavi ul.level-01 li a:hover a.navi-plus {
	background-color: #45526e;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	
}

#mainnavi ul.level-02 {
	position: absolute;
	left: 100%;
	text-align: left;
	width: 100%;
	top: 0;
	margin-left: 36px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#mainnavi ul.level-02.open,
#mainnavi ul.level-01 li:hover ul.level-02 {
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
}

#mainnavi ul.level-02 li {
	text-align: left;
	margin-bottom: 0;
}

#mainnavi ul.level-02 li a {
	font-weight: 300;
}

#mainnavi ul.level-02 li a::after {
	display: none;
}


/* *************************
	MAINCONTENT
************************* */

#title-wrapper {
	position: absolute;
	right: 10.205%;
	top: -66px;
}

#parent-title {
	text-align: right;
}

#parent-title p {
	font-size: 4.8em;
	line-height: 54px;
	color: #ffffff;
	padding: 0 24px 12px 24px;
	margin: 0 -24px 0 0;
	position: relative;
	display: inline-block;
}

#parent-title p span {
	position: relative;
	z-index: 10;
}

#parent-title p::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 48px;
	background-color: #7489b8;
	left: 0;
	z-index: 0;
}

#page-title p {
	font-size: 4.8em;
	font-weight: 300;
	color: #64769e;
	text-align: right;
	margin: 12px 0 0 0;
}

#top-content {
	padding-top: 60px;
	overflow: hidden;
	padding-bottom: 96px;
}

#top-content.artwork {
	padding-bottom: 30px;
}

#bottom-content .wrapper,
#top-content .wrapper {
	width: 100%;
	max-width: 117em;
}

#bottom-content {
	padding: 60px;
	margin-top: -36px;
}

.bg-grey {
	background-color: #f8f8f8;
}

#content-left {
	float: left;
	width: 71.795%;
}

#subnavi-right {
	float: right;
	width: 28.205%;
}

#subnavi-right ul {
	margin-left: 48px;
}

#subnavi-right ul li {
	list-style-type: none;
	text-align: right;
	margin: 0;
	position: relative;
}

#subnavi-right ul li a {
	display: block;
	color: #54575a;
	padding: 6px 0 6px 12px;
	font-weight: 300;
	line-height: 30px;
}

#subnavi-right ul li::before {
	display: none;
}

#subnavi-right ul li a::after {
	content: "";
	position: absolute;
	right: -324px;
	top: 50%;
	margin-top: -3px;
	height: 6px;
	width: 100%;
	min-width: 300px;
	background-color: #f2f2f2;
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#subnavi-right ul li a:hover::after  {
	background-color: #7489b8;
}

#bottom-content-fullwidth.bg-white .wrapper {
	width: 100%;
	max-width: 117em;
	padding: 60px 0 96px 0;
}

.parallax {
	min-height: 408px;
	background-image: url("../images/parallax-image.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax h2 {
	font-size: 3.6em;
	font-weight: 300;
	margin: 0 0 24px 0;
	color: #ffffff;
}

.parallax .frame-default {
	padding: 120px 0;
	text-align: center;
	max-width: 50%;
	margin: 0 auto;
}

.parallax p {
	color: #ffffff;
}

.parallax p.button {
	margin-top: 30px;
	font-size: 2em;
	font-weight: 300;
	
}

.parallax p.button a {
	padding-right: 54px;
	border: 1px solid #ffffff;
	background-image: url("../images/icon-download.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}

.parallax .frame-type-menu_subpages ul {
	text-align: center;
}

.parallax .frame-type-menu_subpages ul li {
	display: inline-block;
	list-style-type: none;
	margin: 12px;
	padding: 0;
}

.parallax .frame-type-menu_subpages ul li::before {
	display: none;
}

.parallax .frame-type-menu_subpages ul li a {
	display: block;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 11px 24px;
	line-height: 24px;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

.parallax .frame-type-menu_subpages ul li a:hover {
	background-color: #7489b8;
	border-color:#7489b8;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
}


#bottom-quicklinks {
	background-color: #4c5978;
}

#bottom-quicklinks .three-cols > div {
	position: relative;
}

#bottom-quicklinks .three-cols > div::after {
	content: "";
	width: 1px;
	height: 80%;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.15);
	position: absolute;
	right: 0;
	top: 10%;
}

#bottom-quicklinks .three-cols > div.col-right::after {
	display: none;
}

.quicklink {
	padding: 12px 48px;
}

.quicklink-icon {
	float: left;
	width: 12%;
	margin-top: 21px;
}

.quicklink-icon img {
	max-width: 90px;
}

.quicklink-header {
	float: left;
	width: 80%;
}

.quicklink-header h3 {
	margin: 24px 0 12px 0;
	color: #ffffff;
	font-weight: 300;
}

.quicklink-content {
	clear: both;
	padding-top: 0;
}

.quicklink .ce-gallery .ce-row {
	margin-bottom: 0;
}

.quicklink-content p {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 300;
}

.quicklink-content p.button {
	margin-top: 12px;
	font-size: 2em;
	font-weight: 300;
}

.quicklink-content p.button a {
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,.25);
	padding-right: 48px;
	background-image: url("../images/arrow-next.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}

.quicklink-content p.button a:hover {
    background-color: #7489b8;
	border-color: #7489b8;
    color: #ffffff;
}

.event-detail-value.files ul li,
ul.ce-uploads li {
	list-style-type: none;
	padding: 0;
}

.event-detail-value.files ul li::before,
ul.ce-uploads li::before {
	display: none;
}

.event-detail-value.event-related ul li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 3px;
}

.event-detail-value.files ul li a,
ul.ce-uploads li a {
	position: relative;
	padding: 0 30px 12px 72px; 
	display: block;
	border-bottom: 6px solid #f2f2f2;
}

.event-detail-value.files ul li a::before,
ul.ce-uploads li a::before {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #64769e;
	left: 0;
	top: 6px;
	background-image: url("../images/icon-pdf.png");
	background-repeat: no-repeat;
	background-position: center;
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

.event-detail-value.files ul li a:hover::before,
ul.ce-uploads li a:hover::before {
	background-color: #7489b8;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
}

.event-detail-value.files ul li a:hover,
ul.ce-uploads li a:hover {
	border-color: #7489b8;	
}

.event-detail-value.files ul li span,
ul.ce-uploads li a span {
	display: block;
	line-height: 30px;
}

.event-detail-value.files ul li a span.ce-uploads-filesize,
ul.ce-uploads li a span.ce-uploads-filesize {
	color: #9a9da5;
}

.frame-layout-menu-artists .ui-tabs-nav {
	overflow: hidden;
}

.frame-layout-menu-artists .ui-tabs-nav li {
	list-style-type: none;
	float: left;
	margin-right: 6px;
	padding: 0;
}

.frame-layout-menu-artists .ui-tabs-panel ul li::before,
.frame-layout-menu-artists .ui-tabs-nav li::before {
	display: none;
}

.frame-layout-menu-artists .ui-tabs-nav li.ui-state-active a {
	border-color: #25282a;
	background-color: #F8F8F8;
}

.frame-layout-menu-artists .ui-tabs-nav li a {
	display: block;
	border: 1px solid #bfbfbf;
	padding: 6px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #54565b;
}

.frame-layout-menu-artists .ui-tabs-panel ul li {
	font-size: 1.4em;
	list-style-type: none;
	background-color: #F8F8F8;
	padding: 3px 12px;
	margin-bottom: 6px;
}

.frame-layout-menu-artists .ui-tabs-panel ul li strong {
	font-size: 16px;
}

.list-hidden {
	display: none;
}

span.show-hidden-list {
	margin-top: 30px;
	font-size: 3.6em;
	background-color: #64769e;
	color: #ffffff;
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	
	display: flex;
	align-items: center;
	justify-content: center;
}

span.show-hidden-list:hover {
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	
}

.frame-eventbox {
	background-color: #ffffff;
	padding: 30px;
	border-top: 6px solid #7489B8;
	margin-bottom: 30px;
}

.frame-eventbox header h2 {
	font-size: 2.4em;
	line-height: 36px;
	color: #54565b;
	font-weight: 600;
}

.frame-eventbox header h2,
.frame-eventbox header h3 {
	margin: 0 0 12px 0;
}

.event-detail-content .event-teaser {
	margin-bottom: 18px;
}

.event-detail-content .event-teaser p {
	margin-bottom: 0;
	font-weight: bold;
}

/* *************************
	KONTRAST
************************* */

#accessible {
	margin-top: -30px;
	margin-bottom: 30px;
}

#accessible #contrast-wrap {
    float: left;
    width: auto;
}

#icons #contrast {
	margin: 0 12px;
}

#icons #contrast a {
	display: block;
	border: 1px solid #ffffff;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	padding: 0;
	background-image: none;
}

#contrast {
	font-size: 2em;
	font-weight: 300;
}

#contrast a {
  box-sizing: border-box;
  padding: 11px 18px 11px 36px;
  line-height: 24px;
  color: #64769e;
  border: 1px solid #7489b8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-image: url("../images/icon-contrast.png");
  background-repeat: no-repeat;
  
  border: 1px solid #7489b8;
	background-position-y: center;
	background-position-x: 6px;
	position: relative;
	margin-bottom: 12px;
	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
}

#contrast a:hover {
	background-color: #7489b8;
  padding: 11px 36px 11px 36px;
	color: #ffffff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
}


/* *************************
	KUNSTWERK
************************* */

#content-art .ce-image img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#content-art .ce-image .image {
	padding: 0 60px;
}

#content-art .ce-image .image a {
	display: block;
	position: relative;
}

#content-art .ce-image .image a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 30px;
	bottom: 30px;
	background-color: #F8F8F8;
	z-index: 0;
}

#content-art .ce-image .image a img {
	position: relative;
	z-index: 10;
	max-width: 100%;
	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

#content-art .frame-painting {
	margin-top: 60px;
	position: relative;
}

.tx-owl-slider .owl-item .item p em,
.grid-container-masonry div.grid-item .image-caption span.image-title,
#content-art .frame-painting .image .image-caption {
	border: none;
	text-align: center;
	padding: 12px;
	display: inline-block;
	color: #999999;
}

.tx-owl-slider .owl-item .item p em {
	font-size: 14px;
}

.grid-container-masonry div.grid-item .image-caption span.image-title {
	padding: 0;
}

#content-art .frame-painting header {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	padding-top: 0;
}

#content-art .frame-painting header::after {
	content: "";
	width: 120px;
	height: 1px;
	background-color: #7489b8;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

#content-art .frame-painting header h2 {
	font-size: 3em;
	line-height: 36px;
	margin-bottom: 0;
	color: #25282a;
}

#content-art .frame-painting header h3 {
	font-size: 3em;
	line-height: 36px;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 0;
}

#artwork-icons  {
	position: absolute;
	right: -60px;
	top: 30px;
	z-index: 99999999;
}

#artwork-icons ul li {
	list-style-type: none;
	padding: 0;
}

#artwork-icons ul li::before {
	display: none;
}

#artwork-icons ul li a {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #25282a;
	background-image: url("../images/icon-lupe.png");
	background-repeat: no-repeat;
	background-position: center;
}

#artwork-icons ul li#anchorToArtDetails a {
	background-image: url("../images/icon-art-details.png");
}

#artwork-icons ul li#anchorToArtDescription a {
	background-image: url("../images/icon-art-description.png");
}

#content-art-details {
	padding-bottom: 48px;
}

#content-art-description {
	padding: 60px 0 96px 0;
}

#content-art-description .wrapper,
#content-art-details .wrapper {
	width: 100%;
	max-width: 117em;
}

#content-art-description .wrapper > div {
	margin: 0 24px;
}

#art-details-right,
#art-details-left {
	float: left;
	width: 50%;
	position: relative;
}

#art-details-right::before,
#art-details-left::before {
	content: "";
	width: 72px;
	height: 72px;
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#art-details-right > div,
#art-details-left > div {
	margin: 0 48px 0 24px;
	position: relative;
	z-index: 10;
}

#art-details-right h2,
#art-details-left h2 {
	font-size: 2em;
	line-height: 30px;
	color: black;
	margin: 24px 0 12px 0;
}

#content-art .ce-gallery .ce-column .col-inner, main .ce-gallery .ce-row .ce-column .col-inner {
	padding: 0;
}

#content-art-description p.button {
	margin-top: 30px;
	font-size: 2em;
	font-weight: 300;
}

#content-art-description p.button a {
	box-sizing: border-box;
	padding: 11px 36px 11px 12px;
	line-height: 24px;
	color: #64769e;
	border: 1px solid #7489b8;
	background-image: url("../images/arrow-next-button.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#content-art-description p.button a:hover {
	background-color: #7489b8;
	color: #ffffff;
	padding-right: 24px;
	padding-left: 24px;
}

/* *************************
	COLS
************************* */

.two-cols > div.clearer ,
.three-cols > div.clearer {
	float: none;
	width: 100%;
}

.three-cols > div {
	float: left;
	width: 33.333%;
}

.two-cols > div {
	float: left;
	width: 50%;
}

.two-cols > div.col-left > div {
	margin-right: 4.103%;
}

.two-cols > div.col-right > div {
	margin-left: 4.103%;
}


/* *************************
	EVENTS
************************* */

#c12315 .event-content p {
	display: none;
}

.event {
	background-color: #ffffff;
	position: relative;
	margin-bottom: 60px;
}

.event-left,
.event-right,
.event-image {
	float: left;
	width: 33.333%;
}

.event-right {
	float: right;
}

.event-left,
.event-right {
	padding-bottom: 96px;
}

.event-left .news-content-wrapper ,
.event-right .news-content-wrapper {
	float: none;
	width: 100%;
}

.event-content-wrapper {
	display: block;
	float: left;
	width: 66.666%;
}

.event-date p {
	display: inline-block;
	color: #ffffff;
	background-color: #7489b8;
	padding: 3px 24px;
}

.event-content {
	padding: 30px;
}

.event-content h3 {
	margin: 0 0 24px 0;
	font-size: 2.4em;
	line-height: 30px;
	color: #25282a;
}

.tx-sf-event-mgt p.button,
.article p.button,
.event-content p.button {
	font-size: 2em;
	font-weight: 300;
	position: absolute;
	left: 33.333%;
	bottom: 30px;
	margin-left: 30px;
}

.tx-sf-event-mgt p.button,
.article p.button {
	position: static;
	margin: 30px 0 0 0;
}

.event-left .event-content p.button,
.event-right .event-content p.button {
	left: 30px;
	margin-left: 0;
}

.tx-sf-event-mgt p.button a,
.article p.button a,
.event-content p.button a {
	box-sizing: border-box;
	padding: 11px 36px 11px 12px;
	line-height: 24px;
	color: #64769e;
	border: 1px solid #7489b8;
	background-image: url("../images/arrow-next-button.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.tx-sf-event-mgt p.button a:hover,
.article p.button a:hover,
.event-content p.button a:hover {
	background-color: #7489b8;
	color: #ffffff;
	padding-right: 24px;
	padding-left: 24px;
}

.article-past .event-content-wrapper.ohne-bild,
.two-cols .event-content-wrapper {
	float: none;
	width: 100%;
}

.two-cols .event {
	min-height: 480px;
	padding-bottom: 0;
}


.article-past .event-content p.button,
.two-cols .event-content p.button {
	left: 0;
}

.event-summary .event-detail-row p {
	font-weight: bold;
}

.event-detail-row.event-detail-image {
	float: right;
	width: 33.333%;
}

.event-detail-row.event-detail-image .event-image {
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
}

.event-detail-row.event-detail-image .event-image .event-image-lightbox {margin-left:30px;}
.event-detail-row .additional-cols-wrapper {
	margin-top: 30px;
}

.event-detail-row .additional-cols-wrapper div.col-left,
.event-detail-row .additional-cols-wrapper div.col-right {
	margin-bottom: 30px;
}

.event-detail-row .additional-cols-wrapper img {
	border: 6px solid #f8f8f8;
	max-width: 100%;
	box-sizing: border-box;
}

.event-detail-row .additional-cols-wrapper .event-image-caption {
	background-color: #f8f8f8;
	padding: 15px;
}

.event-detail-row .additional-cols-wrapper .event-image-caption p {
	margin: 0;
	fpnt-weght: bold;
	font-style: italic;
}

.content-teaser p {
	margin-bottom: 0;
}

.event.event-list-item .event-image-caption {
	padding: 6px 12px;
	border-right: 1px solid #F8F8F8;
}

.image-caption {
	padding: 12px;
}

.image-caption span {
	display: inline-block;
}

.grid-container-masonry div.grid-item .image-caption span.image-title,
.image-caption span,
.event.event-list-item .event-image-caption p {
	font-size: 1.4em;
	font-style: italic;
	line-height: 24px;
	margin: 0;
	color: #999999;
	
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.event-content-wrapper.fullwidth {
	float: none;
	width: 100%;
}


/* *************************
	SAMMLUNG
************************* */

.owl-wrapper {
    overflow: hidden;
}
 
ul.owl-wrapper li {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
 
ul.owl-wrapper li::before {
    display: none;
}
 
Ab Zeile 2163 folgende Zeilen ergänzen bzw. ersetzen (bis Kommentar zu Search)
.tx-owl-slider .flex-direction-nav > li::before {
    display: none;
}
 
.tx-owl-slider .flex-direction-nav > li,
.tx-owl-slider .owl-carousel .owl-buttons > div {
    font-size: 0px;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    opacity: 1;
    background-image: url("../images/arrow-slider-prev.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999999;
     
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.15);
     
    -webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}
 
.tx-owl-slider .flex-direction-nav > li a {
    display: block;
    width: 100%;
    height: 100%;
}
 
.tx-owl-slider .flex-direction-nav > li.flex-nav-next,
.tx-owl-slider .owl-carousel .owl-buttons > div.owl-next {
    background-image: url("../images/arrow-slider-next.png");
    left: auto;
    right: 0;
}
 
.tx-owl-slider .flex-direction-nav > li:hover,
.tx-owl-slider .owl-carousel .owl-buttons > div:hover {
    opacity: .75;
     
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0);
    box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0);
}

.tx-owl-slider .flex-direction-nav > li::before {
	display: none;
}

.tx-owl-slider {
	position: relative;
}

.tx-owl-slider img {
	width: auto;
	max-width: 100%;
}

.tx-owl-slider .owl-item .item {
	text-align: center;
	min-height: 597px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.tx-owl-slider .owl-item a {
	position: relative;
	display: inline-block;
	border: 12px solid #ffffff;
	margin: 0 auto;
	max-width: 80%;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

.tx-owl-slider .owl-item a:hover {
	border-color: #25282a;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0);
}

.tx-owl-slider .owl-item .owl-item-lupe {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #25282a;
	background-color: #999999;
	position: absolute;
	background-image: url("../images/icon-lupe.png");
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	bottom: -75px;
	margin-right: -12px;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.tx-owl-slider .owl-item a:hover .owl-item-lupe {
	background-color: #25282a;
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.tx-owl-slider .owl-item .item h2 {
	font-size: 1.6em;
	margin: 24px auto 0 auto;
	color: black;
	line-height: 24px;
	max-width:50%;
}

.tx-owl-slider .owl-item .item p {max-width:50%;margin:0 auto;}

.tx-owl-slider .owl-carousel .owl-buttons > div {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	opacity: 1;
	background-image: url("../images/arrow-slider-prev.png");
	background-repeat: no-repeat;
	background-position: center;
	
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

.tx-owl-slider .owl-carousel .owl-buttons > div.owl-next {
	background-image: url("../images/arrow-slider-next.png");
	left: auto;
	right: 0;
}

.tx-owl-slider .owl-carousel .owl-buttons > div:hover {
	opacity: .75;
	
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0);
}




/* *************************
	SEARCH
************************* */

#top-content div.kesearchbox {
	height: auto;
	width: 80%;
	float: left;
	margin: 0;
}

#top-content #ke_search_sword {
	border: 1px solid #7489b8;
	border-radius: 0;
	display: block;
	position: static;
	line-height: 30px;
	padding: 8px 24px;
	width: 100%;
}

#top-content .submitbutt {
	display: block;
	float: left;
	width: 20%;
	margin: 0;
}

#top-content .submitbutt input {
	font-family: 'Open Sans', sans-serif;
	min-width: 0;
	max-width: none;
	background-color: #7489b8;
	width: 100%;
	border-radius: 0;
	margin: 0;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
	border: none;
	padding: 9px 24px;
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#top-content .submitbutt input:hover {
	background-color: #4c5978;
}

#bottom-content-fullwidth #kesearch_results .result-list-item,
#top-content #kesearch_results .result-list-item {
	border-bottom: 1px solid #b0b6cc;
	padding: 30px 0 0 0;
}

#bottom-content-fullwidth #kesearch_results .result-list-item {
	padding-top: 0;
}

#bottom-content-fullwidth #kesearch_results .result-list-item h3,
#top-content #kesearch_results .result-list-item h3 {
	position: relative;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

#bottom-content-fullwidth #kesearch_results .result-list-item h3 a,
#top-content #kesearch_results .result-list-item h3 a {
	color: #63769e;
	font-weight: 600;
	z-index: 20;
	background-color: #ffffff;
	position: relative;
	display: inline-block;
	padding: 0 12px;
}

#bottom-content-fullwidth #kesearch_results .result-list-item h3 span.search-title,
#top-content #kesearch_results .result-list-item h3 span.search-title {
	display: inline-block;
	max-width: 80%;
}

#bottom-content-fullwidth #kesearch_results .result-list-item h3 span.search-title::before,
#top-content #kesearch_results .result-list-item h3 span.search-title::before {
	content: "";
	position: absolute;
	width: auto;
	height: 6px;
	top: 15px;
	left: 60px;
	right: 0;
	background-color: #7489B8;
	z-index: 10;
}

#bottom-content-fullwidth .tx-kesearch-pi1 #kesearch_results .result-list-item .hit,
#top-content .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
	color: #dfb93e;
}

#bottom-content-fullwidth #kesearch_results .add-info p,
#top-content #kesearch_results .add-info p {
	margin: 15px 0 0 0;
	background-color: #f8f8f8;
	padding: 6px 30px;
}

#bottom-content-fullwidth .kesearch_searchbox {
	background-color: #f8f8f8;
	padding: 30px;
	position: relative;
}

#bottom-content-fullwidth .kesearch_searchbox div.kesearchbox {
	height: 48px;
	margin: 0;
}

#bottom-content-fullwidth .kesearch_searchbox div.kesearchbox #ke_search_sword {
	width: 100%;
	height: 48px;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	margin: 0;
}

#bottom-content-fullwidth .kesearch_searchbox .submitbutt {
	display: block;
	width: 48px;
	height: 46px;
	position: absolute;
	right: 31px;
	bottom: 30px;
}

#bottom-content-fullwidth .kesearch_searchbox span.submitbutt input {
	min-width: 0;
	max-width: auto;
	width: 48px;
	height: 46px;
	font-size: 0px;
	border: none;
	background-color: #ffffff;
	background-image: url("../images/icon-search.png");
	background-repeat: no-repeat;
	background-position: center;
}

.kesearch_pagebrowser ul li {
	list-style-type: none;
	float: left;
	padding: 0 12px 0 0;
}

.kesearch_pagebrowser ul li::before {
	display: none;
}

#kesearch_pagebrowser_bottom .result_txt {
	display: none;
}

.kesearch_pagebrowser ul li a {
	display: inline-block;
}

#bottom-content-fullwidth .kesearch_searchbox {
    background-color: #f8f8f8;
    padding: 30px;
    position: relative;
    border: none;
}
 
#bottom-content-fullwidth .kesearch_searchbox .submitbutt {
  display: block;
  width: 48px;
  height: 46px;
  position: absolute;
  right: 31px;
  bottom: 31px;
}
 
#ke_search_sword {
    padding: 8px 40px 7px 9px;
}
 
.span.submitbutt input {
    font-family: Sans-Serif;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    display: block;
    cursor: pointer;
}
 
.kesearch_searchbox {
    border: none;
}
 
#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
  text-align: center;
  word-wrap: break-word;
  color: #707070;
  margin-top: 30px;
}
 
#kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px solid #cccccc;
}
 
#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
  padding: 8px 0;
  background: #fff;
  margin-bottom: 15px;
}
 
#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
  margin: 0 auto 0;
}
 
#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
  padding: 3px;
}
 
#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom a.current {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

/* *************************
	NEWS
************************* */ 

.news {
	margin-top: 30px;
}

.article {
	background-color: #f8f8f8;
	padding: 30px;
	margin-bottom: 30px;
	border-top: 6px solid #7489B8;
}

.article h3 {
	margin: 0 0 24px 0;
	font-size: 2.4em;
	line-height: 30px;
	color: #25282a;
}

.article .news-img-wrap {
	float: left;
	width: 33.333%;
}

.article .news-img-wrap img {
	border: 6px solid #ffffff;
}

.article .teaser-text.teaser-float-right {
	float: left;
	width: 66.666%;
}

.article .teaser-text.teaser-float-right > div {
	padding-left: 30px;
}

.news-single .teaser-text p {
	font-weight: bold;
}

/* *************************
	FOOTER
************************* */

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 100;
}

footer.subpage {
	position: static;
}

#footernavi ul li {
	font-size: 1em;
	float: left;
	list-style-type: none;
	margin: 0 24px 0 0;
}

#footernavi ul li a {
	display: block;
	font-size: 1.4em;
	line-height: 24px;
	color: #54575a;
	padding: 12px 0;
}

#footer-socialmedia {
	float: right;
}

#footer-socialmedia ul li {
	float: left;
	list-style-type: none;
	margin: -24px 0 0 0;
}

#footer-socialmedia ul li a {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

#footer-socialmedia ul li a:hover {
	border-color: #7489B8;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
}

/*************************
 IMAGES
*************************/

main .ce-textpic.ce-left.ce-above .ce-gallery {
	margin-bottom: 48px;
}

main .ce-textpic.ce-left.ce-above .ce-gallery  {
	margin-bottom: 0;
}

main.ce-textpic.ce-left.ce-below .ce-gallery {
	margin-top: 24px;
}

main .ce-gallery .ce-row {
	margin-bottom: 24px;
}

main .ce-gallery .ce-column .col-inner,
main .ce-gallery .ce-row .ce-column .col-inner {
	padding: 0 12px 12px 0;
	position: relative;
	z-index: 10;
}

main .ce-gallery.cols-2 .ce-row .ce-column {
	float: left;
	width: 48.612%;
}

main .ce-gallery.cols-3 > .ce-column,
main .ce-gallery.cols-3 .ce-row .ce-column {
	float: left;
	width: 31.482%;
}

main .ce-gallery.cols-4 > .ce-column,
main .ce-gallery.cols-4 .ce-row .ce-column {
	float: left;
	width: 23.077%;
	margin-right: 2.565%;
}

main .ce-gallery.cols-4 > .ce-column.last,
main .ce-gallery.cols-4 .ce-row .ce-column.last {
	margin-right: 0;
}

main .ce-gallery.cols-3 > .ce-column {
	margin-bottom: 24px;
}

main .ce-gallery.cols-3 > .ce-column.col-left,
main .ce-gallery.cols-3 > .ce-column.col-center,
main .ce-gallery.cols-3 .ce-row .ce-column.col-odd.first,
main .ce-gallery.cols-3 .ce-row .ce-column.col-even,
main .ce-gallery.cols-3 .ce-row.row-even .ce-column.col-odd,
main .ce-gallery.cols-2 .ce-row .ce-column.col-odd {
	margin-right: 2.778%;
}

main .ce-gallery.cols-3 .ce-row.row-even .ce-column.last {
	margin-right: 0;
}

main .ce-textpic.ce-right.ce-intext .ce-gallery {
	float: right;
	width: 31.482%;
	margin-left: 2.778%;
}

main .ce-textpic.ce-left.ce-intext .ce-gallery {
	float: left;
	width: 31.482%;
	margin-right: 2.778%;
}

main .ce-textpic.ce-left.ce-intext .ce-gallery.bild-als-logo {width:auto;}

main .ce-textpic.ce-left.ce-intext .ce-gallery.cols-2 {
	width: 48.612%;
}

main .ce-textpic.ce-left.ce-intext .ce-gallery .ce-row .ce-column,
main .ce-textpic.ce-right.ce-intext .ce-gallery .ce-row .ce-column {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 24px;
}

main .ce-textpic.ce-left.ce-intext.ce-nowrap,
main .ce-textpic.ce-right.ce-intext.ce-nowrap {
	margin-top: 48px;
}

main .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
	margin-right: 34.26%;
}

main .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
	margin-left: 34.26%;
}



.image {
	position: relative;
}

.image .image-caption {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: border-box;
}

.image .image-caption p {
	font-size: 1.4em;
	line-height: 21px;
	margin: 0;
	padding: 9px 12px;
}

.grid-container-masonry {
  columns: 3 200px;
  column-gap: 15px;
  width: 100%;
  margin: 0 auto;
}

.grid-container-masonry div.grid-item {
    width: 150px;
    margin: 0 15px 15px 0;
    display: inline-block;
    width: 100%;
    border: solid 2px #F8F8F8;
    padding: 0;
    transition: all .25s ease-in-out;
}

.grid-container-masonry div.grid-item .image {
	padding: 6px;
}

.grid-container-masonry div.grid-item .image-caption {
	font-size: 1.6em;
	background-color: #F8F8F8;
	border: none;
	padding: 12px;
	display: inline-block;
}

.grid-container-masonry div.grid-item .image-caption span {
	display: block;
	line-height: 24px;
}

.grid-container-masonry div.grid-item .image-caption span.image-artist {
	font-weight: 600;
}

.grid-container-masonry div.grid-item .image-caption span.image-title {
	font-size: 14px;
}


/* *************************
	MMENU
************************* */

#header-top .mean-container a.meanmenu-reveal {
	right: auto;
	left: 18px !important;
	top: 18px !important;
	width: 72px;
	height: 72px;
	background-color: #64769e;
	padding: 0;
}

#header-top .mean-container a.meanmenu-reveal span {
	display: block;
	height: 6px;
	background-color: #ffffff;
	width: 30px;
	margin: 0 auto 6px auto;
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#header-top .mean-container a.meanmenu-reveal span.first-span {
	margin-top: 20px;
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#header-top .mean-container .mean-bar {
	float: none;
	background-color: #4c5978;
	padding: 18px 0 0 0;
	min-height: 90px;
}

#header-top .mean-container .mean-nav {
	float: none;
	overflow: hidden;
	padding-top: 90px;
	margin-top: 0;
	background-color: #4c5978;
}

#header-top .mean-container .mean-nav ul {
	padding: 30px;
	width: auto;
	overflow: hidden;
	margin: 0;
	background-color: #4c5978;
}

#header-top .mean-container .mean-nav ul li {
	margin: 0;
	position: relative;
	font-size: 1.8em;
	font-weight: 500;
}

#header-top .mean-container .mean-nav ul li ul {
	padding: 15px 0;
	background-color: #45516e;
	border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid rgba(255,255,255,.25);
}

#header-top .mean-container .mean-nav ul li ul li {
	font-size: 1em;
}

#header-top .mean-container .mean-nav ul li ul li a {
	padding: 9px 60px 9px 0;
	border-bottom: none;
	position: relative;
	font-weight: 300;
}

#header-top .mean-container .mean-nav ul li ul li a::after {
	content: "";
	width: 30px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 18px;
	background-color: #4C5978;
}

#header-top .mean-container .mean-nav ul li a {
	display: block;
	float: none;
	width: 100%;
	position: relative;
	border-top: 0;
	box-sizing: border-box;
	padding: 15px 60px 15px 0;
	line-height: 30px;
	text-align: right;
	border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid rgba(255,255,255,.25);
	text-transform: none;
}

#header-top .mean-container .mean-nav ul li a:hover {
	background-color: #45516e;
}

#header-top .mean-container .mean-nav ul li a span.navi-plus {
	display: none;
}

#header-top .mean-container .mean-nav ul li a.mean-expand {
	position: absolute;
	width: 36px;
	height: 36px;
	background-color: #64769e;
	top: 12px;
	border: none !important;
	margin-top: 0;
}

#header-top .mean-container .mean-nav ul li a.mean-expand.mean-clicked {
	background-color: #45516e;
}

#header-top .mean-container .mean-nav ul li a.mean-expand::before {
	content: "+";
	position: absolute;
	width: 100%;
	height: 100%;
	color: #ffffff;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header-top .mean-container .mean-nav ul li a.mean-expand.mean-clicked::before {
	content: "-";
}

#header-top .mean-container a.meanmenu-reveal.meanclose span.first-span {
	transform: rotate(45deg);
	top: 33px;
	margin-top: 0;
	position: relative;
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#header-top .mean-container a.meanmenu-reveal.meanclose span.second-span {
	transform: rotate(-45deg);
	top:  21px;
	margin-top: 0;
	position: relative;
	
	-webkit-transition: all 250ms ease-out 50ms;
	-moz-transition: all 250ms ease-out 50ms;
	-o-transition: all 250ms ease-out 50ms;
	transition: all 250ms ease-out 50ms;
}

#header-top .mean-container a.meanmenu-reveal.meanclose span.third-span {
	display: none;
}


@media screen and (max-width: 1490px) {
	
	#top-content {padding-top: 120px;}
	#header-top #icons,
	#header-top #mainnavi-button {margin-left: 30px;}
	#header-top #logo {left: 144px;}
	#footernavi  {margin-left: 30px;}
	#footer-socialmedia {margin-right: 30px;}
	#top-content .wrapper {width: auto; padding-left: 144px; padding-right: 30px;}
	.quicklink {padding: 12px 48px;}
	.quicklink .image {padding-right: 12px;}
	.parallax .frame-default {max-width: 80%;}
	#content-art-details .wrapper,
	#content-art-description .wrapper,
	#bottom-content-fullwidth.bg-white .wrapper {width: auto; padding-left: 60px; padding-right: 60px;}
	#top-content.artwork .wrapper {padding-left: 30px;}
	#artwork-icons {right: 0;}
	.quicklink-icon {width: 20%;}
	#bottom-quicklinks .quicklink-icon .col-inner {padding: 0;}

}

@media screen and (max-width: 1024px) {
	
	#header-slider .flex-pauseplay a {background-color: #63769e; color: #ffffff;bottom: 12px;right: 3%;}
	#header-top.subpage {height: auto;}
	#header-top.subpage #icons {margin-top: 0;width: auto;}
	#header-top.subpage #icons ul li {float: left; margin-right: 12px;}
	#icons #contrast a,
	#header-top #icons ul li > div > a {background-color: rgba(76,89,120,.75);}
	#header-top #icons {position: absolute;margin-top: 0;left: 18px; right: 18px;margin-left: 0;}
	#header-top .mean-container .mean-nav ul li a.navi-plus,
	#header-top #mainnavi-button {display: none;}
  #header-top {position: relative; background-color: #25282a;padding: 0; width: auto;}
  #header-top #search {z-index: 9999999;}
	#header-top #logo {z-index: 999999;}
	#header-top #logo {top: 24px; left: 120px;}
	#searchblock-inhalt {background-color: #4c5978;}
	#header-image img {height: 168px; width: auto;}
    
	#header-slider .flexslider .flexcaption {bottom: 60px;}
    #header-slider .flexslider {position: relative;padding-bottom: 72px;}
	#header-slider .flexslider ul.slides {overflow: hidden;}
    #header-slider .flex-viewport::before {display: none;}
    #header-slider .flexslider ul.slides > li {height: auto;background-image: none !important;}
    #header-slider .flexslider ul.slides > li img {display: block;}
    #header-slider .flexslider .flex-control-paging li a {background-color: #b9c4db;}
    #header-slider .flexslider .flex-control-paging li a.flex-active {background-color: #7489b8;}
    #header-slider .flexslider .flex-control-nav {bottom: -30px; left: 0; right: 0; margin-left: 30px;position: relative;}
    #header-slider .flexslider .flexcaption .flex-title {hyphens: none;}
	
	#content-art-description .wrapper, 
	#content-art-details .wrapper,
	#bottom-content-fullwidth .wrapper,
	#bottom-content-fullwidth.bg-white .wrapper,
	#top-content .wrapper {width: auto; margin-left: 30px; margin-right: 30px;}
	#top-content {padding-top: 90px;}
	#content-left {float: none; width: 100%; margin: 0;}
	#subnavi-right {display: none;}
	#bottom-content {padding: 36px 30px;}
	#top-content .wrapper {padding-left: 0; padding-right: 0;}
	
	.two-cols .event {min-height: 540px;}
	.event-detail-row.event-detail-image .event-image {margin: 0 0 0 30px; width: auto;}
			
	.quicklink-header h3 {margin-top: 0;}
	.quicklink {padding: 30px;}
	.quicklink-icon {float: none;width: 100%;margin-top: 0;}
	.quicklink-icon img {max-width: 60px;}
	.quicklink-header {float: none;width: 100%;}
	.two-cols > div {margin-bottom: 30px;}
	.parallax .frame-default {max-width: 90%;}
	
	.tx-owl-slider .owl-item .item {padding: 30px;}

    
    footer {position: relative;}
	footer .wrapper::before {content: ""; width: auto; left: 30px; right: 30px; top: 0; height: 1px; background-color: #c8c8c8; position: absolute;}
	footer.subpage .wrapper {margin-top: 0;}
	footer.subpage .wrapper::before {display: none;}
	#footernavi {margin: 0 auto; padding: 0 30px;}
	#footer-socialmedia {margin-right: 30px; position: relative;}
   #top-content.artwork .wrapper {padding-left: 0;}
   #content-art-details .wrapper, 
   #content-art-description .wrapper, 
   #bottom-content-fullwidth.bg-white .wrapper {padding-left: 0; padding-right: 0;}
   #content-art-description .wrapper > div {margin: 0;}

}

@media screen and (max-width: 840px) {
	
	#header-slider .flex-pauseplay a {bottom: 0; right: 4%;}
	#header-top #icons {width: auto;}
	#header-slider {clear: both;}	
	#header-top #icons ul {position: relative;}
	#header-top #icons ul li {position: static;}
	#header-slider .flexslider {padding-bottom: 60px;}
    #header-slider .flexslider .flexcaption {position: relative;width: 100%; left: 0; top: 0;text-align: left;}
    #header-slider .flexslider .flexcaption .flex-title {padding-left: 30px;background-color: #7489b8;font-size: 3.6em;display: block;padding-bottom: 0;}
    #header-slider .flexslider ul.slides > li::before, 
    #header-slider .flex-viewport::before,
    #header-slider .flexslider .flexcaption .flex-title::before {display: none;}
    #header-slider .flexslider .flexcaption .flex-caption p {color: #25282a;}
    #header-slider .flexslider .flex-caption {padding: 30px;}
    #header-slider .flexslider .flexcaption .button {margin: 0 30px;}
    #header-slider .flexslider .flexcaption .button a:hover,
    #header-slider .flexslider .flexcaption .button a {background-color: #25282a;color: #ffffff;border-color: #25282a;}
	
	.quicklink {min-height: 300px;}
	.quicklink-content p {line-height: 24px;}
	.quicklink-content p.button {-webkit-hyphens: none;-ms-hyphens: none;hyphens: none;}
	.quicklink-content p.button {position: absolute; left: 30px; right: 30px; bottom: 42px; width: auto;}
	
	.two-cols .event {min-height: 0;}
	.tx-sf-event-mgt .two-cols > div {float: none; width: 100%;}
	.tx-sf-event-mgt .two-cols > div.col-left > div {margin-right: 0;}
	.tx-sf-event-mgt .two-cols > div.col-right > div {margin-left: 0;}
	.event-list-item {overflow: hidden;}
	.event.event-list-item .event-image-caption {background-color: #B9C4DB;border: none;}
	
	#bottom-content .owl-theme .owl-controls {display: none !important;}
	#top-content .wrapper {padding-left: 30px;}
	
	#artwork-icons {right: 0; top: 0;}
	
	footer .wrapper {position: relative;padding: 90px 0 12px 0;width: auto;margin-top: 24px;}
	#footer-socialmedia {position: absolute; right: 30px; top: 18px;margin-right: 0;}
	#footer-socialmedia ul li {margin-top: 0;}
	#footernavi ul {overflow: hidden;margin: 0 -9px;}
	#footernavi ul li {width: 25%;margin: 0 0 18px 0; padding: 0; box-sizing: border-box;}
	#footernavi ul li a {background-color: #f2f2f2; text-align: center; padding: 12px;}
	#footernavi ul li a {margin: 0 9px;}
	
	
    
   #header-top #icons {margin-left: 0; margin-top: 12px;}
   #header-top #logo {left: 104px;}
   #header-top #search {z-index: 9999999999999;}
   #header-top #logo #logo-title {font-size: 2em;}
   #header-top #logo #logo-subtitle {font-size: 1.9em;}
   
   #top-content .wrapper {padding-left: 0;padding-right: 0;}
   .tx-owl-slider .owl-item .item {padding: 0;}
   #page-1652 #bottom-content {padding-top: 0; padding-bottom: 0;}
   #top-content {padding-bottom: 48px;}
   
   .parallax {background-attachment: scroll;}
   .parallax .frame-default {padding: 48px 0;}
   
   #content-art-details .wrapper, 
   #content-art-description .wrapper, 
   #bottom-content-fullwidth.bg-white .wrapper {padding-left: 0; padding-right: 0;}
   
   #bottom-quicklinks .ce-gallery .ce-row {margin-bottom: 0;}
   #bottom-quicklinks .quicklink-header h3 {margin-top: 0;}
   #bottom-quicklinks .quicklink-content {padding-top: 0;}
   #bottom-quicklinks .quicklink-content p.button {margin-top: 12px;}
   
   footer .wrapper {padding-top: 24px;}
   #content-art .frame-painting header h2 {margin-top: 0;}
   #content-art .ce-gallery .ce-column .col-inner, main .ce-gallery .ce-row .ce-column .col-inner {padding: 0;}
    
}


@media screen and (max-width: 680px) {
    
	#icons #contrast {position: absolute; right: 12px; top: 6px;}
	#header-slider .flex-pauseplay a {bottom: 0; right: 4%;}
	.grid-container-masonry div.grid-item {box-sizing: border-box;}
	#header-top #icons {position: static;margin: 0;}
	#header-top #icons ul {padding: 6px 18px; margin: 0; height: 48px;background-color: #7489b8;position: relative;}
	#header-top #icons ul li {position: static;margin-bottom: 0;}
	#header-top #icons ul li {float: left; margin-right: 12px;}
	#header-top #icons ul li > div.clicked a + div {top: 168px;}
	#header-top #icons ul li > div a + div {top: 168px; min-width: 0; width: auto;left: 0; right: 0;border: none;border-bottom: 6px solid #25282A; background-color: #ffffff;max-height: 370px; overflow: scroll;}
	
	#header-slider .flexslider .flexcaption {min-height: 360px;}
	#header-slider .flexslider .flex-caption {padding: 18px;}
    #header-slider .flexslider .flexcaption .button {margin: 0 18px;}
	#header-slider .flexslider .flex-control-nav {margin-left: 18px;}
	#header-slider .flexslider .flexcaption .flex-title {padding-left: 18px;}
	
	.event-detail-row.event-detail-image,
	.event-content-wrapper,
	.event-left, 
	.event-right, 
	.event-list-item .event-image {float: none; width: 100%; margin-bottom: 24px;}
	.event-detail-row.event-detail-image {float: none; width: 100%;position: relative;}
	.event-list-item .event-image  a,
	.event-detail-row.event-detail-image .event-image {display: block;margin: 0 auto 30px auto; max-width: 50%;}
	.event-detail-row.event-detail-image .event-image .event-image-lightbox {margin-left:0;}
	.event-list-item .event-image  a {margin: 0;}
	.event-detail-row.event-detail-image .event-image::before {content: ""; width: 100%; height: auto; top: 30px; bottom: 30px; left: 0; position: absolute; background-color: #f3f3f3;z-index: 0;}
	.event-detail-row.event-detail-image .event-image img {position: relative; z-index: 10;}
	.event.event-list-item .event-image-caption {background-color: #ffffff;}
	.event-date p {width: 100; box-sizing: border-box; display: block;}
	.event-list-item .event-image::after {display: none;}
	#bottom-content {padding: 36px 18px;}
	
	
	#title-wrapper {right: 18px;top: -60px;}
	#parent-title p {font-size: 3em;padding: 0 12px 6px 12px; margin: 0;}
	#parent-title p::after {height: 36px;}
	#page-title p {font-size: 3em;margin-right: 12px;}
	
	#content-art-description .wrapper, 
	#content-art-details .wrapper,
	#bottom-content-fullwidth .wrapper,
	#bottom-content-fullwidth.bg-white .wrapper,
	#top-content .wrapper {width: auto; margin-left: 18px; margin-right: 18px;}
	
	#content-art-description .wrapper > div {margin: 0;}
	#artwork-icons {top: 0; right: auto; left: 50%; margin-left: -90px; width: auto;}
	#artwork-icons ul {overflow: hidden;}
	#artwork-icons ul li {float: left; margin: 0 6px;}
	.frame-type-image .col-inner {padding-top: 90px;}
	#art-details-right, 
	#art-details-left {float: none; width: 100%;}
	
	#bottom-quicklinks .three-cols {margin: 0 18px;}
	#bottom-quicklinks .three-cols > div {float: none; margin: 0; width: 100%;}	
	#bottom-quicklinks .three-cols > div::after {width: 100%; height: 1px; bottom: 0; right: auto; left: 0; top: auto;}
	.quicklink {padding: 30px 0;min-height: 0;}
	.quicklink-icon {float: left;width: 10%;max-width: 120px;margin-top:0;}
	#bottom-quicklinks .quicklink-icon .col-inner {margin-bottom: 0;padding-bottom: 12px;}
	.quicklink-header {float: left;width: 75%;}
	.quicklink-content p.button {position: static;}
	
	footer .wrapper::before {left: 18px; right: 18px;}
	#footer-socialmedia {right: 18px;}
	#footernavi {margin: 0 auto; padding: 0 18px;}
	#footernavi ul {margin: 0;}
	#footernavi ul li {width: 50%;}
	#footernavi ul li.odd a {margin-right: 9px;margin-left: 0;}
	#footernavi ul li.even a {margin-left: 9px;margin-right: 0;}
	
	
   main .ce-gallery.cols-4 > .ce-column, 
   main .ce-gallery.cols-4 .ce-row .ce-column {width: 50%; margin-right: 0;}
   main .ce-gallery .ce-column .col-inner, main .ce-gallery .ce-row .ce-column.col-even .col-inner {padding-bottom: 24px;padding-right: 0; padding-left: 12px;}
	
   #content-art .ce-image .image {padding: 0;} 
   #artwork-icons {top: -60px;}
   
   form.powermail_form {padding: 0;border: none;}
   fieldset.powermail_fieldset {padding: 15px;}
   legend.powermail_legend {margin-left: -15px;}
   .layout-75-left,
   .layout-75-right,
   .layout-25-left,
   .layout-25-right,
   .layout-50-left, 
   .layout-50-right {float: none;width: 100%;clear: none;}
   fieldset.powermail_fieldset .layout-25-left .powermail_field, 
   fieldset.powermail_fieldset .layout-50-left .powermail_field, 
   fieldset.powermail_fieldset .layout-75-left .powermail_field {padding-right: 0;}
   fieldset.powermail_fieldset .layout-50-right label, 
   fieldset.powermail_fieldset .layout-50-right .powermail_field, 
   fieldset.powermail_fieldset .layout-25-right label, 
   fieldset.powermail_fieldset .layout-25-right .powermail_field, 
   fieldset.powermail_fieldset .layout-75-right label, 
   fieldset.powermail_fieldset .layout-75-right .powermail_field {padding-left: 0;}
}



@media screen and (max-width: 480px) {
	
	.event-detail-row.event-detail-image .event-image {margin-left: 0;}
	.event-list-item .event-image a,
	.event-detail-row.event-detail-image .event-image {margin: 0; max-width: none;}
	.event-detail-row.event-detail-image .event-image::before {display: none;}
	.event-detail-row.event-detail-image .event-image img {position: relative; z-index: 10;}
	.event-date p {width: auto;}
    
	.article .teaser-text.teaser-float-right,
	.article .news-img-wrap {float: none; width: 100%;}
	.article .teaser-text.teaser-float-right > div {padding-left: 0;}
	.tx-sf-event-mgt .two-cols > div {margin-bottom: 30px;}
	.tx-owl-slider .owl-item .item {min-height: 540px;}
	#bottom-content-fullwidth.bg-white .wrapper {padding-top: 30px;}
	
	.two-cols > div {float: none; margin: 0; width: 100%;}
	.two-cols > div.col-left > div {margin-right: 0;}
	.two-cols > div.col-right > div {margin-left: 0;}
	
   main .ce-gallery.cols-4 > .ce-column, 
   main .ce-gallery.cols-4 .ce-row .ce-column {float: none; width: 100%; margin-right: 0;}
   main .ce-gallery .ce-column .col-inner, main .ce-gallery .ce-row .ce-column.col-even .col-inner,
   main .ce-gallery .ce-column .col-inner, main .ce-gallery .ce-row .ce-column.col-odd .col-inner {padding-bottom: 24px;padding-left: 0; padding-right: 0;}
   
   
   #art-details-right > div, 
   #art-details-left > div {margin: 0;}
   #art-details-right::before, 
   #art-details-left::before {display: none;}
   #art-details-right p, 
   #art-details-left p {margin-bottom: 0; line-height: 24px;}
   #content-art .frame-painting header {padding-top: 0;}

}