@font-face {
    font-family: 'SourceSansProBold';
    src: url('fonts/sourcesanspro-bold.eot');
    src: url('fonts/sourcesanspro-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/sourcesanspro-bold.woff2') format('woff2'),
    url('fonts/sourcesanspro-bold.woff') format('woff'),
    url('fonts/sourcesanspro-bold.ttf') format('truetype'),
    url('fonts/sourcesanspro-bold.svg#sourcesanspro-bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('fonts/sourcesanspro-semibold.eot');
    src: url('fonts/sourcesanspro-semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/sourcesanspro-semibold.woff2') format('woff2'),
    url('fonts/sourcesanspro-semibold.woff') format('woff'),
    url('fonts/sourcesanspro-semibold.ttf') format('truetype'),
    url('fonts/sourcesanspro-semibold.svg#sourcesanspro-semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/sourcesanspro-regular.eot');
    src: url('fonts/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/sourcesanspro-regular.woff2') format('woff2'),
    url('fonts/sourcesanspro-regular.woff') format('woff'),
    url('fonts/sourcesanspro-regular.ttf') format('truetype'),
    url('fonts/sourcesanspro-regular.svg#sourcesanspro-regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProLight';
    src: url('fonts/sourcesanspro-light.eot');
    src: url('fonts/sourcesanspro-light.eot?#iefix') format('embedded-opentype'),
    url('fonts/sourcesanspro-light.woff2') format('woff2'),
    url('fonts/sourcesanspro-light.woff') format('woff'),
    url('fonts/sourcesanspro-light.ttf') format('truetype'),
    url('fonts/sourcesanspro-light.svg#sourcesanspro-light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CaveatBrush';
    src: url('fonts/caveatbrush-regular.eot');
    src: url('fonts/caveatbrush-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/caveatbrush-regular.woff2') format('woff2'),
    url('fonts/caveatbrush-regular.woff') format('woff'),
    url('fonts/caveatbrush-regular.ttf') format('truetype'),
    url('fonts/caveatbrush-regular.svg#caveatbrush-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background: #181716;
    color: #FFF;
}

::-moz-selection {
    background: #181716;
    color: #FFF;
}

html {
    font-family: 'SourceSansPro', Arial, Helvetica, Tahoma, sans-serif;
    ms-text-size-adjust: 100%;
    webkit-text-size-adjust: 100%;
    font-size: medium;
}

html {
    -ms-overflow-style: scrollbar;
}

body {
    font-family: 'SourceSansPro', Arial, Helvetica, Tahoma, sans-serif;
    font-size: medium;
    color: #181716;
    background: #e7e7e7;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
}

.row,
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}

.container,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
}

a {
    text-decoration: none;
    color: #877a4b;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #877a4b;
}

a.button,
.news-detail a {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
    /*font-size: 1.0625rem;*/
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 30px 8px 8px;
    position: relative;
    border: 1px solid #877a4b;
    color: #877a4b;
}

#footer .button-inverse {
    font-size: 0.8125rem;
}

a.button:focus,
a.button:hover,
a.button-inverse:focus,
a.button-inverse:hover,
.news-detail a:focus,
.news-detail a:hover {
    color: #a7975d;
    border-color: #a7975d;
}

.young a.button-inverse:focus,
.young a.button-inverse:hover {
    color: #ffffff !important;
}

.button::after,
.button-inverse::after,
.news-detail a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/arrows.png);
    background-position: center -245px;
    background-repeat: no-repeat;
    background-color: #877a4b;
    width: 30px;
}

.button:focus::after,
.button:hover::after,
.button-inverse:focus::after,
.button-inverse:hover::after,
.news-detail a:focus::after,
.news-detail a:hover::after {
    background-color: #a7975d;
}

a.button-inverse {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 30px 8px 8px;
    position: relative;
}

a.button.inverse,
a.button-inverse {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
}

.button.inverse::after,
.button-inverse::after {
    background-color: #FFF;
    background-position: center -285px;
}

.young a,
.young a:hover,
.young a:focus,
.young a:active {
    color: #01565e;
}

.young a.button {
    border: 1px solid #01565e;
    color: #01565e;
}

.young .button::after {
    background-color: #01565e;
}

.young a.button:focus,
.young a.button:hover {
    color: #fff;
    border-color: #017d89
}

.young .button:focus::after,
.young .button:hover::after {
    background-color: #017d89;
}

.young a.button.inverse,
.young a.button-inverse {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
}

.young a.button-inverse:focus,
.young a.button-inverse:hover {
    color: #fff;
    border-color: #017d89;
}

.young .button-inverse:focus::after,
.young .button-inverse:hover::after {
    background-color: #017d89 !important;
}

/*
.young .button.inverse::after,
.young .button-inverse::after
{
    background-position: center -285px;
}
*/

.contenttable {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

.contenttable>tbody>tr>td,
.table>tbody>tr>th,
.contenttable>tfoot>tr>td,
.contenttable>tfoot>tr>th,
.contenttable>thead>tr>td,
.contenttable>thead>tr>th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    font-size: 0.875rem;
}

.contenttable>thead>tr>td,
.contenttable>thead>tr>th {
    background-color: #877a4b;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.young .contenttable>thead>tr>td,
.young .contenttable>thead>tr>th {
    background-color: #01565e;
}

/* SINGLE-LINE FORM */

.single-line-form,
.powermail_fieldset {
    position: relative;
}

.powermail_captchaimage {
    margin: 0;
    float: right;
}

.powermail_field_error_container {
    clear: both;
}

.powermail_fieldwrap_input {
    margin-right: 30px;
}

.single-line-form-input,
.powermail_input,
.powermail_textarea,
.powermail_select {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: normal;
    position: relative;
    border: 1px solid #877a4b;
    color: #877a4b;
    width: 100%;
    background-color: transparent;
    outline: none;
}

.news .powermail_input,
.side-news .powermail_input,
.sidebar .powermail_input,
footer .powermail_input {
    border-right-width: 0;
}

.single-line-form-input {
    padding: 6px 38px 6px 8px;
}

.powermail_input,
.powermail_textarea,
.powermail_textarea,
.powermail_select {
    padding: 6px 8px;
}

.news .powermail_label,
.side-news .powermail_label,
.sidebar .powermail_label,
footer .powermail_label,
.golden-box .powermail_label {
    display: none;
}

.single-line-form-button,
.news .powermail_fieldwrap_submit,
.side-news .powermail_fieldwrap_submit,
.sidebar .powermail_fieldwrap_submit,
footer .powermail_fieldwrap_submit,
.golden-box .powermail_fieldwrap_submit,
.news .powermail_submit,
.side-news .powermail_submit,
.sidebar .powermail_submit,
footer .powermail_submit,
.golden-box .powermail_submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}

.single-line-form-button,
.powermail_submit {
    display: block;
    border: none;
    background-color: #877a4b;
}

.news .powermail_submit,
.side-news .powermail_submit,
.sidebar .powermail_submit,
footer .powermail_submit,
.golden-box .powermail_submit {
    background-image: url(../img/arrows.png);
    background-position: center -245px;
    background-repeat: no-repeat;
    left: 0;
    color: transparent;
    font-size: 0;
}

.single-line-form-button:hover,
.powermail_submit:hover {
    background-color: #a7975d;
}

/*
.powermail_form_extended .powermail_fieldwrap_submit
{
    margin-top:30px;
}
*/

/*
.powermail_form_extended .single-line-form-button, .powermail_form_extended .powermail_fieldwrap_submit, .powermail_form_extended .powermail_submit
{
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    width: 100%;
}
*/

/*
.powermail_form_extended .single-line-form-button, .powermail_form_extended .powermail_submit
{
    display: block;
    border: none;
    background-image: url(../img/arrows.png);
    background-position: center -245px;
    background-repeat: no-repeat;
    background-color: #877a4b;
    height: 30px;
}
*/

/*
.powermail_form_extended .powermail_fieldwrap_input
{
    margin-right: 0px;
    margin-top: 5px;
}
*/

/*
.powermail_form_extended .single-line-form-input,
.powermail_form_extended .powermail_input
{
  border-right-width: 1px;
}
*/

.powermail_form_extended .powermail_tabmenu {
    display: none;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.single-line-form-input::-webkit-input-placeholder,
.powermail_input::-webkit-input-placeholder {
    color: #877a4b;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.single-line-form-input::-moz-placeholder,
.powermail_input::-moz-placeholder {
    color: #877a4b;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.single-line-form-input:-moz-placeholder,
.powermail_input:-moz-placeholder {
    color: #877a4b;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.single-line-form-input:-ms-input-placeholder,
.powermail_input:-ms-input-placeholder {
    color: #877a4b;
    text-transform: uppercase;
}

.young .single-line-form-input:-ms-input-placeholder,
.young .powermail_input:-ms-input-placeholder {
    color: #01565E;
}

.young .single-line-form-input::-webkit-input-placeholder,
.young .powermail_input::-webkit-input-placeholder {
    color: #01565E;
}

.young .single-line-form-input::-moz-placeholder,
.young .powermail_input::-moz-placeholder {
    color: #01565E;
}

.young .single-line-form-input:-moz-placeholder,
.young .powermail_input:-moz-placeholder {
    color: #01565E;
}

.young .single-line-form-input:-ms-input-placeholder,
.young .powermail_input:-ms-input-placeholder {
    color: #01565E;
}

.single-line-form-input:focus::-webkit-input-placeholder,
.powermail_input:focus::-webkit-input-placeholder {
    opacity: 0.25;
}

.single-line-form-input:focus::-moz-placeholder,
.powermail_input:focus::-moz-placeholder {
    opacity: 0.25;
}

.single-line-form-input:focus:-moz-placeholder,
.powermail_input:focus:-moz-placeholder {
    opacity: 0.25;
}

.single-line-form-input:focus:-ms-input-placeholder,
.powermail_input:focus:-ms-input-placeholder {
    opacity: 0.25;
}

footer .single-line-form-input,
.young footer .single-line-form-input,
.golden-box .single-line-form-input,
.young .golden-box .single-line-form-input,
footer .powermail_input,
.young footer .powermail_input,
.golden-box .powermail_input,
.young .golden-box .powermail_input {
    border-color: #FFF;
    color: #FFF;
}

footer .single-line-form-button,
.young footer .single-line-form-button,
.golden-box .single-line-form-button,
.young .golden-box .single-line-form-button,
footer .powermail_submit,
.young footer .powermail_submit,
.golden-box .powermail_submit,
.young .golden-box .powermail_submit {
    background-position: center -285px;
    background-color: #FFF;
}

footer .single-line-form-button:hover,
.young footer .single-line-form-button:hover,
.golden-box .single-line-form-button:hover,
.young .golden-box .single-line-form-button:hover,
footer .powermail_submit:hover,
.young footer .powermail_submit:hover,
.golden-box .powermail_submit:hover,
.young .golden-box .powermail_submit:hover {
    background-color: #FFF;
}

footer .single-line-form-input::-webkit-input-placeholder,
footer .powermail_input::-webkit-input-placeholder,
.golden-box .single-line-form-input::-webkit-input-placeholder,
.golden-box .powermail_input::-webkit-input-placeholder {
    color: #FFF;
}

footer .single-line-form-input::-moz-placeholder,
footer .powermail_input::-moz-placeholder,
.golden-box .single-line-form-input::-moz-placeholder,
.golden-box .powermail_input::-moz-placeholder {
    color: #FFF;
}

footer .single-line-form-input:-moz-placeholder,
footer .powermail_input:-moz-placeholder,
.golden-box .single-line-form-input:-moz-placeholder,
.golden-box .powermail_input:-moz-placeholder {
    color: #FFF;
}

footer .single-line-form-input:-ms-input-placeholder,
footer .powermail_input:-ms-input-placeholder,
.golden-box .single-line-form-input:-ms-input-placeholder,
.golden-box .powermail_input:-ms-input-placeholder {
    color: #FFF;
}

.young footer .single-line-form-input::-webkit-input-placeholder,
.young footer .powermail_input::-webkit-input-placeholder,
.young .golden-box .single-line-form-input::-webkit-input-placeholder,
.young .golden-box .powermail_input::-webkit-input-placeholder {
    color: #FFF;
}

.young footer .single-line-form-input::-moz-placeholder,
.young footer .powermail_input::-moz-placeholder,
.young .golden-box .single-line-form-input::-moz-placeholder,
.young .golden-box .powermail_input::-moz-placeholder {
    color: #FFF;
}

.young footer .single-line-form-input:-moz-placeholder,
.young footer .powermail_input:-moz-placeholder,
.young .golden-box .single-line-form-input:-moz-placeholder,
.young .golden-box .powermail_input:-moz-placeholder {
    color: #FFF;
}

.young footer .single-line-form-input:-ms-input-placeholder,
.young footer .powermail_input:-ms-input-placeholder,
.young .golden-box .single-line-form-input:-ms-input-placeholder,
.young .golden-box .powermail_input:-ms-input-placeholder {
    color: #FFF;
}

.young .single-line-form-input,
.young .powermail_input,
.young .powermail_textarea,
.young .powermail_select {
    border: 1px solid #01565E;
    color: #01565E;
}

.young footer .single-line-form-button,
.young footer .powermail_submit {
    background-position: center -365px;
}

.young .single-line-form-button,
.young .powermail_submit {
    background-color: #01565E;
}

.young .single-line-form-button:hover,
.young .powermail_submit:hover {
    background-color: #017d89;
}

.parsley-errors-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content .tx-powermail {
    border: 1px solid #181716;
    padding: 20px;
}

.content .golden-box .tx-powermail {
    border: none;
    padding: 0;
}

.powermail_form_extended label {
    font-weight: normal;
    margin: 0;
}

.powermail_form_extended .powermail_radio_inner,
.powermail_form_extended .powermail_check_inner {
    margin-bottom: 2px;
}

.powermail_form_extended .powermail_radio_inner label,
.powermail_form_extended .powermail_check_inner label {
    min-height: 0;
    cursor: pointer;
    line-height: 24px;
}

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

.powermail_form_extended [type="checkbox"]:not(:checked),
.powermail_form_extended [type="checkbox"]:checked,
.powermail_form_extended [type="radio"]:not(:checked),
.powermail_form_extended [type="radio"]:checked {
    display: none;
}

.powermail_form_extended [type="checkbox"]+label,
.powermail_form_extended [type="radio"]+label {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    word-wrap: break-word;
}

.powermail_form_extended [type="checkbox"]+label::before,
.powermail_form_extended [type="radio"]+label::before {
    content: "";
    display: inline-block;
    height: 24px;
    margin: 0;
    vertical-align: middle;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/controls.png);
}

.powermail_form_extended [type="checkbox"]+label::before {
    background-position: 0 0;
}

.powermail_form_extended [type="checkbox"]:checked+label::before {
    background-position: -24px 0;
}

.young .powermail_form_extended [type="checkbox"]:checked+label::before {
    background-position: -48px 0;
}

.powermail_form_extended [type="radio"]+label::before {
    background-position: -72px 0;
}

.powermail_form_extended [type="radio"]:checked+label::before {
    background-position: -96px 0;
}

.young .powermail_form_extended [type="radio"]:checked+label::before {
    background-position: -120px 0;
}

.powermail_form_extended .powermail_fieldwrap {
    margin: 0 0 10px;
}

.powermail_form_extended legend {
    margin-bottom: 10px;
    font-size: 1rem;
    border-bottom: none;
}

.powermail_form_extended .powermail_submit {
    padding: 7px 20px 5px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.powermail_form_extended .parsley-errors-list.filled {
    margin: 5px 0;
}

.powermail_form_extended .parsley-errors-list.filled li {
    padding: 0;
    color: #9B0600;
}

.powermail_form_extended .parsley-errors-list.filled li::before {
    content: none;
}

.news .tx-powermail .parsley-errors-list.filled,
.side-news .tx-powermail .parsley-errors-list.filled,
.sidebar .tx-powermail .parsley-errors-list.filled,
footer .tx-powermail .parsley-errors-list.filled,
.golden-box .tx-powermail .parsley-errors-list.filled {
    margin-top: 2px;
    position: absolute;
    top: 100%;
    opacity: 0.5;
    transition: opacity 0.1s ease;
}

.news .tx-powermail .parsley-errors-list.filled:hover,
.side-news .tx-powermail .parsley-errors-list.filled:hover,
.sidebar .tx-powermail .parsley-errors-list.filled:hover,
footer .tx-powermail .parsley-errors-list.filled:hover,
.golden-box .tx-powermail .parsley-errors-list.filled:hover {
    opacity: 1;
}

.news .tx-powermail .parsley-custom-error-message,
.side-news .tx-powermail .parsley-custom-error-message,
.sidebar .tx-powermail .parsley-custom-error-message,
footer .tx-powermail .parsley-custom-error-message,
.golden-box .tx-powermail .parsley-custom-error-message {
    background: #9B0600;
    color: #FFF;
    padding: 8px 10px;
    line-height: 1;
    margin-top: 1px;
}

.news .tx-powermail .parsley-custom-error-message:first-child,
.side-news .tx-powermail .parsley-custom-error-message:first-child,
.sidebar .tx-powermail .parsley-custom-error-message:first-child,
footer .tx-powermail .parsley-custom-error-message:first-child,
.golden-box .tx-powermail .parsley-custom-error-message:first-child {
    margin-top: 0;
}

/* ICONS */

.side-menu .icon,
.event-icon-cell.junges .icon {
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
}

.disabilities .icon {
    background-position: center -40px;
}

.bus .icon {
    background-position: center -80px;
}

.lion .icon,
.icon.lion,
.event-icon-cell.junges .icon {
    background-position: center -120px;
}

.photo .icon {
    background-position: center -160px;
}

.events .event-icon-cell,
.young .events .event-icon-cell {
    background-color: transparent;
}

.young .lion .icon,
.young .icon.lion,
.young .event-icon-cell.junges .icon {
    background-position: center -200px;
}

.navbar-default {
    background-color: #181716;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.container>.navbar-header {
    margin: 0;
}

.navbar-brand {
    padding: 0;
    width: 52px;
    overflow: hidden;
}

.navbar-default .navbar-toggle {
    border-radius: 0;
    background: #181716;
    border-color: #181716;
    margin-right: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #877A4B;
    border-color: #877A4B;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #FFF;
}

.navigation {
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    padding-bottom: 10px;
    background-color: #181716;
    z-index: 3;
}

.navbar-nav {
    margin: 0;
}

.page-nav li>a,
.service-nav .dropdown-menu>li>a {
    border-top: 1px solid #525150;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #525150;
}

.meta-nav {
    display: none;
}

.main-nav {
    margin: 10px 0;
}

.navbar-default .navbar-main>li>a {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    background-color: #181716;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    padding: 15px 15px;
}

.navbar-default .navbar-main>li>a:focus,
.navbar-default .navbar-main>li>a:hover,
.navbar-default .navbar-main>.selected>a,
.navbar-default .navbar-main>.active>a,
.navbar-default .navbar-main>.active>a:focus,
.navbar-default .navbar-main>.active>a:hover {
    background-color: #877a4b;
    color: #FFF;
}

.navbar-default .service-nav {
    background-color: #181716;
}

.navbar-default .service-nav>li {
    float: left;
    width: 50%;
}

.navbar-default .service-nav>li.language li.INACT.SPC {
    display: none;
}

.navbar-default .service-nav>li.language>a {
    font-size: 0.75rem;
}

.navbar-default .service-nav>li.language>a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    vertical-align: middle;
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: center -97px;
    margin-left: 5px;
}

/*.navbar-default .service-nav > li.language:hover > a::after,*/
.navbar-default .service-nav>li.language.active>a::after {
    background-position: center -139px;
}

.navbar-default .service-nav>li.search::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #525150;
    z-index: 1;
}

.icon-search {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: -11px -11px;
    width: 18px;
    height: 18px;
    display: block;
}

.navbar-meta::after {
    clear: both;
    display: table;
    content: " ";
}

.navbar-default .navbar-meta>li>a {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    color: #565555;
}

.navbar-default .navbar-meta>li>a:focus,
.navbar-default .navbar-meta>li>a:hover,
.navbar-default .navbar-meta>.active>a,
.navbar-default .navbar-meta>.active>a:focus,
.navbar-default .navbar-meta>.active>a:hover {
    color: #877a4b;
    background: none;
}

.navbar-default .navbar-meta>li.font-size>a>span {
    font-size: 1.075rem;
}

/* DROPDOWN */

/*.dropdown:hover .dropdown-menu,*/
.dropdown.active .dropdown-menu {
    display: block !important;
}

.dropdown .dropdown-menu {
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    left: 0;
    right: auto;
    font-size: 0.875rem;
    min-width: auto;
    margin: 0;
}

.content .dropdown .dropdown-menu {
    list-style: none;
}

.content .dropdown .dropdown-menu li {
    padding: 0;
}

.content .dropdown .dropdown-menu li::before {
    display: none;
}

.navbar-main .dropdown .dropdown-menu {
    position: relative;
    float: none;
}

.side-menu>li,
.events .dropdown-menu>li {
    margin-top: 1px;
}

.dropdown .dropdown-menu>li>a,
.side-menu>li>a {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    height: 40px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFF;
    white-space: nowrap;
}

.dropdown .dropdown-menu>li>a {
    padding: 0 15px 0 12px;
    border-left: 3px solid #877a4b;
    background-color: #181716;
}

.dropdown .dropdown-menu>li>a:focus,
.dropdown .dropdown-menu>li>a:hover {
    /*    color: #877a4b;*/
    color: #ddc87b;
}

/* SIDE MENU */

.side-menu {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.side-menu>li>a {
    display: block;
    text-decoration: none;
    padding: 0 15px 0 0;
    clear: both;
    background-color: #877a4b;
}

.side-menu>li>a:focus,
.side-menu>li>a:hover {
    color: #181716;
}

.side-menu .icon {
    display: block;
    float: left;
    height: 100%;
    background-color: #877a4b;
    margin-right: 15px;
    border-right: 1px solid #e7e7e7;
}

/* SLIDER */

.slider,
.banner {
    background-color: #dcd5be;
}

.slides,
.banner figure {
    position: relative;
    margin: 0 -10px;
}

.banner .con {
    max-width: none !important;
}

.slides img,
.banner figure img {
    width: 100%;
    height: auto;
}

.slider-thumbnails {
    display: none;
}

.slider-thumbnails a {
    display: block;
    text-decoration: none;
    border: 4px solid #FFF;
    border-color: rgba(255, 255, 255, 0.3);
}

.slider-thumbnails a:focus,
.slider-thumbnails a:hover,
.slider-thumbnails a.active {
    border-color: rgba(255, 255, 255, 0.75);
}

.caption-text {
    padding: 15px;
    text-transform: uppercase;
    background-color: #181716;
}

.caption-body {
    display: none;
}

.tx-ws-flexslider .caption-text {
    padding: 15px;
}

.tx-ws-flexslider .caption-title {
    /*
    font-family: 'SourceSansProLight', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 1.185rem;
    font-weight: 300;
*/

    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 1.185rem;
    font-weight: 600;

    color: #FFF;
    margin: 0;
    line-height: 1;
}

.caption-text h2 span {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
}

/* FLEXSLIDER */

.flexslider {
    margin: 0;
    background: transparent;
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
}

.caption-wrapper {
    display: none;
}

.flex-control-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-align-last: justify;
    line-height: 0;
    font-size: 1px;

    background-color: #181716;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    width: auto;
}

.flex-control-thumbs::after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}

.flex-control-thumbs>li {
    display: inline-block;
    text-align: left;
    line-height: normal;
    vertical-align: top;
    float: none;
    width: 31%;
}

.flex-control-thumbs img {
    border: 2px solid #EEE;
    border-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.flex-control-thumbs img:hover,
.flex-control-thumbs img.flex-active {
    border-color: #FFF;
    border-color: rgba(255, 255, 255, 0.75);
}

/* BANNER */

.banner-label {
    background-color: #181716;
    text-transform: uppercase;
    color: #FFF;
    padding: 20px;
    margin: 0 -10px;
}

.banner-label h2 {
    font-family: 'SourceSansProLight', Arial, Helvetica, Tahoma, sans-serif;
    display: inline-block;
    font-size: 1.185em;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px;
}

.banner-label h2 strong {
    font-family: 'SourceSansProLight', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 300;
}

.banner-label p {
    font-family: 'SourceSansProBold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    color: #877a4b;
}

/* SECTION */

.content hr {
    border-top: 1px solid #D7D7D7;
}

.section h1,
.section h2,
.section h3,
.section .content .events h1,
.section .content .events h2,
.section .content .events h3,
.section .content .film h2,
.section .content .film h3 {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 0 0 15px;
}

.section h1,
.section h2,
.section .content .events h1,
.section .content .events h2,
.section .content .film h2 {
    font-size: 1.375rem;
    display: inline-block;
    border-bottom: 1px solid #181716;
    margin: 0 0 0 -15px;
}

.section .content .events h1,
.section .content .events h2,
.section .content .events h3 {
    color: #fff;
}

.section h3,
.section .content .events h3,
.section .content .film h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 3px 0 0 -15px;
}

.section h4 {
    font-family: 'SourceSansProBold', Arial, Helvetica, Tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    margin: 0;
}

.content h2 {
    font-size: 1.125rem;
    border: none;
    margin-left: 0;
    padding: 0;
	color: #877a4b;
}

.content h1,
.content h3,
.content .info-block h2,
.content .golden-box h2,
.content .black-framed-box h2 {
    padding-left: 10px;
    margin-left: -10px;
}

.content .info-block h2,
.content .golden-box h2 {
    padding-right: 10px;
    border-bottom: 1px solid #FFF;
	color: #ffffff;
}

h2.teal_catheader,
h2.default_catheader {
    margin-bottom: 0 !important;
}

.content .golden-box h3 {
    color: #fff !important;
    font-size: 1rem;
    margin-bottom: 15px;
    margin-top: -10px;
}

.golden-box .bodytext a {
    color: #fff;
    text-decoration: underline;
}

.golden-box .bodytext a:hover {
    color: #f1da86;
    text-decoration: none;
}

.golden-box caption,
.golden-box figcaption {
    color: #fff !important;
}

.content .black-framed-box h2 {
    border-bottom: 1px solid #181716;
    font-size: 1.875rem !important;
    margin-bottom: 0;
    padding-right: 10px;
}

.content .black-framed-box h3 {
    color: #181716;
}

.content h3 {
    /*color: #877a4b;*/
    color: #181716;
}

.content h4 {
    color: #877a4b;
}

.young .content h4,
.young .content h2 {
    color: #01565e;
}

.section p {
    /*font-size: 0.875rem;*/
    margin: 0 0 15px 0;
    font-size: 1.0625rem;
    line-height: 1.5rem;
}

.content-block .events h4,
.young .content-block .events h4 {
    font-size: 1.125rem;
    color: #fff;
}

.content p {
    margin-bottom: 25px;
}

.contenttable td p {
    margin-bottom: 0;
}

/*.general-title h1,
.general-title h2,
.introduction-title > h2
{
    font-family: 'SourceSansProBold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.general-title h3
{
    font-size: 1.375rem;
}*/

.introduction-title p {
    /*font-size: 1.125rem;
  font-size: 1.0625rem;*/
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.quote-block {
    padding: 20px 0;
    border-top: solid 1px #877a4b;
    border-bottom: solid 1px #877a4b;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-weight: bold;
    margin: 25px 0;
}

.quote-block p {
    font-size: 1.125rem;
    margin: 20px 0 0;
}

.quote-block p:first-child {
    margin-top: 0;
}

.image-plus-text {
    margin: 25px 0;
}

.image-plus-text div.csc-textpic-imagewrap {
    float: none;
    margin: 0;
}

.content .image-plus-text div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.content .image-plus-text div.csc-textpic-intext-right .csc-textpic-imagewrap,
.content .image-plus-text div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
.content .image-plus-text img {
    margin: 0;
}

.content .image-plus-text img {
    width: 100%;
}

.content .image-plus-text .ce-textpic {
    margin: 0;
    background-color: #877a4b;
    padding: 0px;
    position: relative;
}

.content .image-plus-text .ce-gallery {
    margin-bottom: 0;
    margin-right: 0 !important;
}

.content .image-plus-text .ce-textpic p {
    color: #FFF;
    margin: 15px 0 0;
    padding: 10px;
}

.content .image-plus-text .ce-textpic p:first-child {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .content .image-plus-text .ce-gallery {
        margin-right: 20px !important;
    }
}

p.source {
    font-family: 'SourceSansPro', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25;
    font-style: normal;
}

.quote-block p.source {
    font-size: 0.875rem;
}

.image-plus-text .image-caption p.source {
    font-size: 0.75rem;
}

.csc-default.klein p {
    font-size: 15px !important;
}

/* SECTION SIDE */

.section-side {
    position: relative;
}

/* NEWS */

.news,
.film {
    border: 1px solid #181716;
    padding: 25px 10px 10px;
    margin-top: 20px;
}

.news h2,
.news h3,
.film h2,
.film h3 {
    margin: 0 0 0 -10px;
}

.section .content .news h2,
.section .content .news h3,
.section .content .film h2,
.section .content .film h3 {
    color: #181716;
}

.news h3,
.film h3,
.section .content .news h3,
.section .content .film h3 {
    margin-bottom: 20px;
}

.html5videoplayer {
    overflow: hidden;
}

.video-js {
    width: 100% !important;
}

p.vjs-no-video {
    margin: 0;
}

.young .news ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
}

.young .news ul>li {
    position: relative;
    padding-left: 10px;
}

.young .news ul>li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #01565e;
}

.news-social-cell {
    border-top: 1px solid #bfbfbf;
    padding-top: 10px;
    margin: 20px 0 10px;
}

.news-social-nav ul {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    color: #695f3a;
    text-transform: uppercase;
    font-size: 0.875rem;
    list-style: none;
    padding: 4px 0 0 0;
    margin: 0;
}

.news-social-nav ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.news-social-nav ul>li:first-child {
    margin-left: 0;
}

.news-social-nav a {
    display: inline-block;
    background-image: url(../img/social-small_02.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 24px;
    vertical-align: middle;
    font-size: 0;
}

.news-social-nav a:hover {
    background-image: url(../img/social-small-hover_02.png);
}


.news-social-nav a.news-fb {
    /*width: 12px;*/
    width: 24px;
    background-position: 0 center;
    margin-right: 10px;
}

.news-social-nav a.news-fb+span {
    display: inline-block;
    vertical-align: middle;
}

.news-social-nav a.news-yt {
    /*width: 50px;*/
    width: 28px;
    background-position: -30px center;
}

.news-social-nav a.news-pi {
    width: 24px;
    /*background-position: -96px center;*/
    background-position: -68px center;
}

/*.news-latest
{
  margin-bottom: 30px;
}*/
.news-latest {
    border: 1px solid black;
    margin-bottom: 30px;
    padding: 25px;
    display: table;
}

/*.news-latest .news-image-cell
{
  display: block;
}*/
.news-latest .news-image-cell {
    display: block;
    float: left;
    margin: 0 25px 0 0;
}

.news-latest .news-image-cell img {
    max-width: 200px !important;
}

.news-latest h3 {
    font-family: "SourceSansProSemibold", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 1.125rem !important;
    color: #181716;
}

.news-latest h4,
.news-latest h2 {
    font-size: 1.3125rem !important;
    font-weight: 400;
    font-family: "SourceSansProBold", Arial, Helvetica, Tahoma, sans-serif;
    /*margin-bottom: 0px !important;*/
}

.block-cell h2 a {
    color: #181716;
}

.news-latest .news-detail {
    font-family: "SourceSansProBold", Arial, Helvetica, Tahoma, sans-serif;
    width: 150px;
    float: right;
}

.block-cell.news-image-cell {
    /* max-width: 375px;
  padding: 0 0 0 25px !important;*/
}

.block-cell.news-image-cell .imgin {
    max-width: 375px !important;
    padding: 0 0 0 25px;
}

.news-description>h4 {
    margin: 0 0 15px;
}

.block-cell>h2 {
    margin-bottom: 10px;
}

.news-description h4 a {
    color: #181716;
}

/* EVENTS */

.events {
    background-color: #a7975d;
    /* #877a4b; */
    padding: 25px 10px 20px 10px;
    margin-top: 20px;
    color: #FFF;
    /*    overflow: hidden;*/
}

.events h2,
.section .content .events h2 {
    display: inline-block;
    border-bottom: 1px solid #FFF;
    margin: 0 0 0 -10px;
}

.events h2 a {
    display: block;
}

.events .dropdown>a {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.events .dropdown>a::after {
    content: "";
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: baseline;
}

.events h2.dropdown>a::after {
    background-position: -3px -13px;
    width: 18px;
    height: 15px;
    margin-left: 10px;
}

.events h2.dropdown.active>a::after {
    background-position: -3px -55px;
}

.events h2.dropdown .dropdown-menu {
    left: 10px;
}

.events h3.dropdown>a {
    position: relative;
    padding-right: 20px;
}

.events h3.dropdown>a::after {
    position: absolute;
    top: 2px;
    right: 0;
}

.event-parameters {
    margin: 3px 0 15px;
}

.events h3,
.section .content .events h3 {
    display: inline-block;
    padding-left: 0px;
    margin-left: 0;
    max-width: 59%;
    vertical-align: middle;
}

.events h3:first-child,
.section .content .events h3:first-child {
    padding-left: 5px;
}


.events .event-subheader h3 {
    max-width: none;
}

.events h3>a {
    display: block;
}

.events h3.dropdown>a::after {
    background-position: -5px -95px;
    width: 14px;
    height: 12px;
    margin-left: 10px;
}

.events h3.dropdown.active>a::after {
    background-position: -5px -137px;
}

.event-list,
.content .event-list {
    list-style: none;
    border-top: 1px solid #FFF;
    margin: 0;
    padding: 0;
}

.event-list>li {
    border-bottom: 1px solid #FFF;
}

.content .event-list li {
    padding: 0;
}

.content .event-list li::before {
    display: none;
}

.event-list>li>a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 9px 30px 9px 0;
}

.event-list>li>a:focus,
.event-list>li>a:hover {
    background-color: #877a4b;
}

.event-list>li>a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background-image: url(../img/arrows.png);
    background-position: center -170px;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    margin: auto;
    overflow: hidden;
}

.event-list>p {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 0;
}

.events a,
.events a:hover,
.events a:focus {
    color: #FFF;
}

.event-table {
    width: 100%;
    overflow: hidden;
}

.event-table::after {
    content: "";
    clear: both;
}

/*.event-cell
{
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}*/

.event-image-cell {
    width: 88px;
    float: left;
}

.event-image-cell img {
    width: 100%;
    height: auto;
    margin: 0 !important;
}

.event-title-cell {
    margin-top: 10px;
    white-space: normal;
    padding-left: 98px;
}

.event-icon-cell {
    width: 40px;
    display: none;
}

.event-icon-cell.junges {
    display: block;
    padding-left: 98px;
}

.event-cell p {
    margin: 0;
    font-size: 0.875rem;
}

.event-date-cell {
    padding-left: 98px;
    min-width: 90px;
    /*width: 90px;*/
    text-transform: uppercase;
    line-height: 1.25;
}

.event-date-cell p:first-child {
    font-family: 'SourceSansPro', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
}

.event-date-cell p:first-child span,
.event-date-cell p:first-child strong {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
}

.event-cell .icon {
    display: block;
}

.event-footer {
    text-align: right;
    padding: 5px 10px 0 0;
}

.event-footer a {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}

.event-footer p {
    margin-bottom: 0;
}

.event-footer a::after {
    content: "";
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: baseline;
    background-position: -7px -255px;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.events .event-info {
    padding: 20px 5px 10px;
}

.events #calendar-event-backlink {
    padding: 5px;
    border-bottom: 1px solid #FFF;
}

.event-info-image {
    margin-bottom: 10px;
}

.event-info-image div {
    float: none !important;
    margin: 0 !important;
}

.event-info-image img {
    max-width: 100%;
    height: auto;
}

/* SECTION MUSEUM*/

.section-museum {
    margin-top: 20px;
}

.museum-category {
    position: relative;
    display: block;
    height: 210px;
    text-decoration: none;
    margin: 20px 0 0;
}

.museum-category-adult {
    background-color: #c1b794;
}

.museum-category-young {
    background-color: #01474e;
}

.museum-category a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    background-image: url(../img/arrows.png);
    background-position: center -244px;
    background-repeat: no-repeat;
}

.museum-category-adult a::after {
    background-color: #a7975d;
}

.museum-category-young a::after {
    background-color: #017d89;
}

.museum-category h2 {
    font-size: 1.1375rem;
    line-height: 1.25;
    border-bottom: none;
    position: absolute;
    left: 20px;
    bottom: 25px;
    margin: 0 !important;
    padding: 0 !important;
}

.museum-category-adult h2 {
    color: #181716 !important;
}

.museum-category-young h2 {
    color: #FFF;
}

.museum-category img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.museum-category a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
}

.museum-visit,
.golden-box {
    padding: 30px 15px 15px;
    background-color: #877a4b;
    color: #FFF;
    /* text-transform: uppercase;*/
    position: relative;
    margin: 20px 0 0;
}

.museum-visit,
.section-museum .golden-box {
    min-height: 190px;
}

.museum-visit h2,
.golden-box h2 {
    border-bottom-color: #FFF;
}

.museum-visit h4,
.golden-box h4 {
    margin-top: 15px;
}

.golden-box h4 {
    color: #fff;
}

.museum-visit .button,
.museum-visit .button-inverse,
.golden-box .button,
.golden-box .button-inverse {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding-right: 40px;
}

.museum-visit p.text-right,
.golden-box p.text-right {
    margin: 0;
}

/* SECTION OVERVIEW */

.section-overview {
    margin: 40px 0 0;
    padding: 20px 0;
    background-color: #dcd5be;
}

.section-overview h1,
.section-overview h2 {
    padding-right: 10px;
    margin: 20px 0;
}

/* OVERVIEW */

.overview-item {
    text-align: right;
    margin-bottom: 20px;
}

.overview-item .ce-intext.ce-right .ce-gallery,
.overview-item .ce-intext.ce-left .ce-gallery,
.overview-item .ce-above .ce-gallery {
    margin-bottom: 0;
}

.overview-item img,
.news img {
    max-width: 100%;
    max-width: 100% !important;
    height: auto;
}

.overview-item div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}

.overview-item video {
    width: 100%;
    height: auto;
    display: block;
    background-color: #000;
}

.overview-item-title {
    background-color: #877a4b;
    text-align: left;
    position: relative;
}

.overview-item h3 {
    font-family: 'SourceSansProLight', Arial, Helvetica, Tahoma, sans-serif;
    display: inline-block;
    color: #FFF;
    font-size: 1.185rem;
    font-weight: 300;
    line-height: 1;
    padding: 0 10px 5px 15px;
    margin: 10px 0;
    border-bottom: 1px solid #FFF;
}

.overview-item h3 span,
.overview-item h3 strong {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
}

.overview-item h3 b {
    font-family: "SourceSansProSemibold", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 1.875rem;
}

.overview-item-title p {
    color: #fff;
    float: right;
    font-size: 0.75rem;
    padding-bottom: 0;
    /*padding-right: 50px;*/
    padding-top: 16px;
}

.overview-item-title a {
    background-color: #a7975d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    font-size: 0;
}

.overview-item-title a:focus,
.overview-item-title a:hover {
    background-color: #605735;
}

.overview-item-title a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/arrows.png);
    background-position: center -210px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* ABOUT */

.about img,
.block-right img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px;
}

/*
.about a, .about a:hover, .about a:focus
{
    color: #695f3a;
}
*/

.about-footer {
    text-align: right;
}

.about-footer .button,
.about-footer .button-inverse,
.block-right .button,
.block-right .button-inverse {
    display: inline-block;
    padding-right: 40px;
}

/* FOOTER */

footer {
    background-color: #877a4b;
    padding: 10px 0 0;
    margin-top: 20px;
}

.footer-item {
    border: 1px solid #FFF;
    padding: 20px;
    color: #FFF;
    margin-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1;
}

.footer-item h1,
.footer-item h2,
.footer-item h3 {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.footer-item h1,
.footer-item h2 {
    font-size: 1.25rem;
    padding: 0 10px 0 20px;
    margin: 0 0 0 -20px;
    border-bottom: 1px solid #FFF;
}

.footer-item h3 {
    font-size: 0.875rem;
    margin: 3px 0 30px;
}

.footer-item a,
.footer-item a:hover,
.footer-item a:focus {
    color: #FFF;
}

.footer-item-1 .button,
.footer-item-1 .button-inverse {
    margin-top: 20px;
    margin-bottom: -10px;
}

.footer-item-1 img {
    margin: 5px 0 20px;
    display: block;
    max-width: 100%;
    height: auto;
}

.footer-contact {
    margin-bottom: 10px;
}

.footer-contact p {
    margin-bottom: 3px;
}

.footer-titled-contact p {
    /* padding-left: 3.125rem; */
    position: relative;
    word-break: break-word;
}

/*
.footer-titled-contact p span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */

#footer .ce-gallery {
    margin-bottom: 0;
}

.footer-nav ul {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.footer-nav ul>li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../img/arrows.png);
    background-position: center -255px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-item-4 .button,
.footer-item-4 .button-inverse,
.footer-item-4 .single-line-form,
.footer-item-4 .powermail_form {
    margin-bottom: 30px;
}

.footer-item-4 h3 {
    margin-bottom: 20px;
}

.footer-item-4 h3:first-child {
    margin-bottom: 30px;
}

.footer-social-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-align-last: justify;
    line-height: 0;
    font-size: 1px;
}

.footer-social-nav ul::after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}

.footer-social-nav ul>li {
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 0;
    vertical-align: top;
    width: 33.33333%;
}

.footer-social-nav ul>li>a {
    display: block;
    background-image: url(../img/social-big_02.png);
    background-repeat: no-repeat;
    height: 32px;
    font-size: 0;
}

.footer-social-nav ul>li:last-child>a {
    float: right;
}

.footer-social-fb {
    /*width: 18px;*/
    width: 32px;
    background-position: 0 center;
}

.footer-social-yt {
    /*width: 70px;*/
    width: 88px;
    /*background-position: -70px center;*/
    background-position: -69px center;
}

.footer-social-pi {
    /*width: 32px;*/
    width: 26px;
    background-position: right center;
}

/* CAROUSEL NEW*/

.owl-theme .owl-stage-outer{
    z-index: 1;
}

.owl-theme .owl-carousel{
    position: relative;
}

.owl-theme .owl-carousel .owl-stage-outer{
    margin-inline: 40px;
}

.owl-theme .owl-carousel .owl-stage{
    display: flex;
    flex-wrap: nowrap;
}

.owl-theme .owl-carousel .owl-nav{
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
    color:transparent;
    width: 30px;
    border-radius: 0;
    margin-block: 0;
    background-color: #d1cfc5;
    /* background-color: #cfc6a5; */
    /* background-color: #EED69C; */
    /* background-color: #adcccf; */
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
    color:transparent;
    background-color: #a19f95;
    /* background-color: #d6c08f; */
    /* background-color: #f0c175; */
    /* background-color: #92c0ce; */
}

.owl-theme .owl-nav .owl-prev::after{
    color: white;
    position: absolute;
    content: "❮";
    font-size: 30px;
}

.owl-theme .owl-nav .owl-next::after{
    color: white;
    position: absolute;
    content: "❯";
    font-size: 30px;
}

.owl-theme .owl-carousel .owl-item{
    margin-right: 5px;
    border: solid 5px #cfcfcf;
}

/* CAROUSEL OLD */
/* .carousel-content,
.owl-carousel {
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    /*    height: 90px;*/
/*}

.owl-item a,
.owl-gallery-image a {
    display: block;
    border: 5px solid #DDD;
    border-color: rgba(0, 0, 0, 0.1);
}

.owl-item a {
    margin: 0 3px;
}

.owl-item a:hover,
.owl-gallery-image a:hover {
    border-color: #a29566;
    border-color: rgba(135, 122, 75, 0.8);
}

.owl-item a img,
.content .owl-item a img,
.owl-gallery-image a img,
.content .owl-gallery-image a img {
    width: 100%;
    margin: 0;
    height: auto;
}

.carousel-nav a,
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #c1b68d !important;
    background-color: rgba(170, 154, 94, 0.5) !important;
    cursor: pointer;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.carousel-nav a:hover,
.owl-theme .owl-controls .owl-nav .owl-prev:hover,
.owl-theme .owl-controls .owl-nav .owl-next:hover,
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-color: #afa06a !important;
    background-color: rgba(170, 154, 94, 0.75) !important;
}

.carousel-blue .carousel-nav a,
.carousel-blue .owl-theme .owl-controls .owl-nav .owl-prev,
.carousel-blue .owl-theme .owl-controls .owl-nav .owl-next,
.carousel-blue .owl-theme .owl-controls .owl-buttons .owl-prev,
.carousel-blue .owl-theme .owl-controls .owl-buttons .owl-next {
    background-color: #74b1b7 !important;
    background-color: rgba(1, 125, 137, 0.5) !important;
}

.carousel-blue .owl-item a:hover,
.young .owl-gallery-image a:hover {
    border-color: #74b1b7;
    border-color: rgba(1, 125, 137, 0.5);
}

.carousel-blue .carousel-nav a:hover,
.carousel-blue .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.carousel-blue .owl-theme .owl-controls .owl-nav .owl-next:hover,
.carousel-blue .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.carousel-blue .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-color: #57a2a8 !important;
    background-color: rgba(1, 125, 137, 0.75) !important;
}

.carousel-yellow .owl-item a {
    border-color: #f5e3ba;
    border-color: rgba(243, 180, 32, 0.25);
}

.carousel-yellow .owl-item a:hover {
    border-color: #f6c652;
    border-color: rgba(253, 184, 19, 0.7);
}

.carousel-yellow .carousel-nav a,
.carousel-yellow .owl-theme .owl-controls .owl-nav .owl-prev,
.carousel-yellow .owl-theme .owl-controls .owl-nav .owl-next,
.carousel-yellow .owl-theme .owl-controls .owl-buttons .owl-prev,
.carousel-yellow .owl-theme .owl-controls .owl-buttons .owl-next {
    background-color: #f6c652 !important;
    background-color: rgba(253, 184, 19, 0.7) !important;
}

.carousel-yellow .carousel-nav a:hover,
.carousel-yellow .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.carousel-yellow .owl-theme .owl-controls .owl-nav .owl-next:hover,
.carousel-yellow .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.carousel-yellow .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-color: #f3b420 !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
    font-size: 0;
    line-height: 0;
}

.carousel-nav a::after,
.owl-theme .owl-controls .owl-nav i,
.owl-theme .owl-controls .owl-buttons .owl-prev::after,
.owl-theme .owl-controls .owl-buttons .owl-next::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.carousel-nav a.carousel-prev,
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.carousel-nav a.carousel-prev::after,
.owl-theme .owl-controls .owl-nav .owl-prev i,
.owl-theme .owl-controls .owl-buttons .owl-prev::after {
    background-position: center -325px;
}

.carousel-nav a.carousel-next,
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.carousel-nav a.carousel-next::after,
.owl-theme .owl-controls .owl-nav .owl-next i,
.owl-theme .owl-controls .owl-buttons .owl-next::after {
    background-position: center -205px;
}

.carousel-bottom {
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.carousel-bottom::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #796d43;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.carousel-bottom a {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3rem;
    color: #796d43;
    background-color: #DCD5BE;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
}

.carousel-bottom a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 0.8125rem;
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: center -295px;
    margin-left: 8px;
} */

/* OWL GALLERY */

.owl-gallery {
    line-height: 0;
    font-size: 0;
}

.owl-gallery-item {
    display: inline-block;
    text-align: center;
    text-align-last: center;
    line-height: 1;
    font-size: 0.875rem;
    vertical-align: top;
    margin-bottom: 10px;
    width: 31.333333%;
    margin-right: 2%;
}

.owl-gallery-item:nth-child(3n) {
    margin-right: 0;
}

.owl-gallery-label {
    padding: 10px 0 0;
    word-wrap: break-word;
    line-height: 1.2;
}

.section-carousel .block-right {
    margin-top: 20px;
}

.section-carousel .block-right h3 {
    margin-bottom: 15px;
}

.section-carousel .block-right p {
    margin-bottom: 20px;
}

.section-carousel .carousel-bottom a {
    background-color: #e7e7e7;
}

.section-carousel .button,
.section-carousel .button-inverse {
    display: inline-block;
    padding-right: 40px;
}

.section-carousel .news-social-nav ul>li {
    margin-left: 50px;
}

.section-carousel .news-social-nav ul>li:first-child {
    margin-left: 0;
}

/* YOUNG */

.young.body-bg {
    background-image: url(../img/steps.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.young .navbar-default .navbar-toggle:focus,
.young .navbar-default .navbar-toggle:hover {
    background-color: #01565e;
    border-color: #01565e;
}

.young .navbar-default .navbar-main>li>a:focus,
.young .navbar-default .navbar-main>li>a:hover,
.young .navbar-default .navbar-main>.selected>a,
.young .navbar-default .navbar-main>.active>a,
.young .navbar-default .navbar-main>.active>a:focus,
.young .navbar-default .navbar-main>.active>a:hover,
.young .side-menu>li>a,
.young .side-menu .icon,
.young .museum-category-young,
.young .museum-visit,
.young .golden-box,
.young .overview-item-title,
.young footer,
.young .event-list>li>a:focus,
.young .event-list>li>a:hover,
.young .current-page>a,
.young .side-nav>li.selected>a,
.young .museum-visit-navigation ul>li>a,
.young .banner-label p,
.young .content .golden-box {
    background-color: #01565e;
}

.young .current-page>a,
.young .museum-visit-navigation ul>li>a:hover {
    color: #FFF;
}

.young .dropdown .dropdown-menu>li>a {
    border-left-color: #01565e;
}

.young .dropdown .dropdown-menu>li>a:focus,
.young .dropdown .dropdown-menu>li>a:hover,
.young .navbar-default .navbar-meta>li>a:focus,
.young .navbar-default .navbar-meta>li>a:hover,
.young .navbar-default .navbar-meta>.active>a,
.young .navbar-default .navbar-meta>.active>a:focus,
.young .navbar-default .navbar-meta>.active>a:hover {
    color: #01565e;
}

.young .side-menu>li>a:focus,
.young .side-menu>li>a:hover {
    color: #181716;
}

.young .side-nav>li>a::before {
    background-position: center -365px;
}

.young .slider,
.young .banner {
    background-color: #fedb89;
    background-color: rgba(253, 184, 19, 0.5);
}

.young .section h1,
.young .section h2,
.young .overview-item h3,
.young .overview-item h3 span,
.young .overview-item h3 strong,
.young .footer-item h1,
.young .footer-item h2 {
    font-family: 'CaveatBrush', 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
}

.young .overview-item h3 span,
.young .overview-item h3 strong {
    font-size: 1.185rem;
}

.young .section-overview {
    background-color: #fee3a1;
    background-color: rgba(253, 184, 19, 0.4);
}

.young .events,
.young .overview-item-title a {
    background-color: #017d89;
}

.young .overview-item-title a:focus,
.young .overview-item-title a:hover {
    background-color: #013338;
}

.young .museum-category-adult {
    /*    background-color: #f1d492;*/
    background-color: #fee3a1;
    background-color: rgba(253, 184, 19, 0.4);
}

.young .museum-category-adult a::after {
    background-color: #fdb813;
}

.young .button.inverse::after,
.young .button-inverse::after {
    background-color: #FFF;
    background-position: center -365px;
}

.young .news-bottom .button,
.young .news-bottom .button-inverse {
    margin-top: 0;
}

.young .museum-category h2 {
    line-height: 1;
}

.young .carousel-bottom::before {
    background-color: #01565e;
}

.young .carousel-bottom a {
    color: #01565e;
}

.young .carousel-bottom a::after {
    background-position: center -375px;
}

.young .section-overview .carousel-bottom a {
    background-color: #F0D592;
}

.young .news-social-nav,
.young .news-social-nav ul {
    color: #01565e;
}

.young .news-social-nav a.news-fb {
    background-position: -141px center;
}

.young .news-social-nav a.news-yt {
    background-position: -170px center;
}

.young .news-social-nav a.news-pi {
    background-position: -237px center;
}

/* SIDEBAR */

.sidebar {
    margin: 25px 0;
}

.current-page>a,
.side-nav>li>a {
    display: block;
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.current-page>a {
    font-size: 1.0625rem;
    color: #FFF;
    height: 50px;
    line-height: 54px;
    padding: 0 15px;
    background-color: #877a4b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-nav,
.side-nav li ul,
.museum-visit-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-nav>li {
    margin-top: 10px;
}

.side-nav>li>a {
    border-bottom: 1px solid #181716;
    padding: 7px 15px 3px;
    color: #181716;
    position: relative;
}

.side-nav>li>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/arrows.png);
    background-position: center -285px;
    background-repeat: no-repeat;
    width: 15px;
    height: 28px;
}

.side-nav>li.selected>a {
    color: #FFF;
    background-color: #877a4b;
    padding: 10px 15px 5px;
    border-bottom: none;
}

.side-nav>li.selected>a::before {
    background-position: center -242px;
}

/* .side-nav > li > ul, */
.side-nav>li>ul>li:first-child>a {
    border-top: 2px solid #FFF;
}

.side-nav>li ul>li>a {
    display: block;
    color: #404040;
    font-size: 0.875rem;
    text-decoration: none;
    line-height: 1.1;
    background-color: #d7d7d7;
    padding: 10px 15px;
    border-bottom: 2px solid #FFF;
}

.side-nav>li>ul>li>ul>li a {
    background-color: #c7c7c7;
    padding-left: 30px;
}

.side-nav>li ul>li>a:focus,
.side-nav>li ul>li>a:hover {
    color: #877a4b;
}

.young .side-nav>li ul>li>a:focus,
.young .side-nav>li ul>li>a:hover {
    color: #01565e;
}

.side-nav>li ul>li.selected>a {
    background-color: #FFF;
    color: #877a4b;
}

.young .side-nav>li ul>li.selected>a {
    color: #01565e;
}

.side-block h2,
.black-framed-box h2,
.side-block h3,
.black-framed-box h3,
.side-block h4,
.black-framed-box h4 {
    padding-left: 20px;
    margin-left: -20px;
}

.side-block,
.black-framed-box {
    padding: 20px;
    margin-top: 20px;
}

.side-news,
.black-framed-box {
    border: 1px solid #181716;
}

.side-news .button,
.side-news .button-inverse,
.side-news .single-line-form,
.side-news .powermail_form,
.sidebar .button,
.sidebar .button-inverse,
.sidebar .single-line-form,
.sidebar .powermail_form {
    margin-top: 20px;
    margin-bottom: 30px;
}

#sidebar .golden-box a, .golden-box a {
    color: #fff;
    text-decoration: underline;
}

.side-block .news-social-nav ul,
.sidebar .news-social-nav ul {
    margin-top: 20px;
}

.side-block.museum-visit,
.young .museum-visit,
.sidebar .golden-box,
.young .golden-box,
.content .golden-box {
    height: auto;
}

.side-block.museum-visit h4,
.young .museum-visit h4,
.sidebar .golden-box h4,
.young .golden-box h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.25;
}

.side-block.museum-visit .button,
.young .museum-visit .button,
.side-block.museum-visit .button-inverse,
.young .museum-visit .button-inverse,
.sidebar .golden-box .button,
.sidebar .golden-box .button-inverse,
.young .golden-box .button,
.young .golden-box .button-inverse,
.content .golden-box .button,
.content .golden-box .button-inverse,
.content .black-framed-box .button,
.content .black-framed-box .button-inverse {
    position: relative;
    bottom: auto;
    right: auto;
    padding-right: 40px;
    display: inline-block;
}

.museum-visit-navigation {
    padding: 0;
    margin-top: 0;
}

.museum-visit-navigation ul>li {
    margin-top: 1px;
}

.museum-visit-navigation ul>li>a {
    display: block;
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    color: #FFF;
    background-color: #877a4b;
    text-transform: uppercase;
    padding: 10px 0 0 20px;
}

.museum-visit-navigation ul>li>a::before {
    display: inline-block;
    content: "+";
    margin-right: 0.25rem;
}

.side-text-block p {
    margin-top: 20px;
}

.side-text-block p,
.content h1,
.content h2

    /*.content h3*/
{
    margin-bottom: 25px;
}

/* CONTENT */

.content-block {
    margin: 30px 0 25px;
}

.content h1+h2,
.content h1+h3 {
    margin-top: -20px;
}

/*.young .content h1+h2,
.young .content h1+h3 {
    margin-top: -120px;
}*/

.content h3+h4,
.young .content h3+h4 {
    margin-top: -10px;
}

.content h3 {
    margin-bottom: 15px;
}

.content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.content p+img {
    margin-top: -5px;
}

.content .csc-textpic-caption,
figcaption,
p.news-single-imgcaption {
    color: #858585;
    font-size: 12px;
    margin: -15px 0 25px;
    text-align: center !important;
    padding: 0;
}

p.news-single-imgcaption {
    max-width: 375px!important;
    padding: 0 0 0 25px !important;
}



.content-block video {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

.content ul,
#sidebar .golden-box ul,
.content .ce-intext.ce-left ol,
.content .ce-intext.ce-left ul,
#sidebar .ce-intext.ce-left ol,
#sidebar .ce-intext.ce-left ul {
    margin: 0 0 25px 25px;
    padding: 0;
    list-style: none;
    /*font-size: 0.875rem;*/
    font-size: 1.0625rem;
    overflow: hidden;
}

.tx-powermail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    /*font-size: 1.0625rem;*/
    overflow: hidden;
}

.content ul>li,
#sidebar .golden-box ul>li {
    position: relative;
    padding-left: 10px;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.content .event-parameters ul>li {
    margin-bottom: 0px;
}

.content ul>li::before,
.content ul>li>ul>li::before,
#sidebar .golden-box ul>li::before,
#sidebar .golden-box .content ul>li>ul>li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    /*top: 0.325rem;*/
    top: 0.625rem;
    margin: auto;
    background-color: #877a4b;
    line-height: 1.75em;
}

.content .tx-powermail ul>li::before,
.content .tx-powermail ul>li>ul>li::before {
    content: none;
}

.content .golden-box ul>li::before,
.content .golden-box ul>li>ul>li::before,
#sidebar .golden-box ul>li::before,
#sidebar .golden-box ul>li>ul>li::before {
    background-color: #fff;
}

.content .golden-box a {
    color: #fff;
    text-decoration: underline;
}

.content .golden-box a:hover, .golden-box a:hover {
    text-decoration: none;
}

.young .content ul>li::before,
.young .content ul>li>ul>li::before {
    background-color: #01565e;
}

.content ul>li>ul>li::before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.content .image-left {
    display: inline-block;
}

.content .button,
.content .button-inverse {
    display: inline-block;
    padding-right: 40px;
    margin-bottom: 25px;
}

.content .info-block,
.content .golden-box {
    background-color: #877a4b;
    padding: 10px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 25px;
}

.content .black-framed-box {
    margin-bottom: 25px;
    margin-top: 0px;
    padding: 10px;
}

.content .events {
    margin-bottom: 25px;
    margin-top: 0px;
}

.content .info-block p,
.content .golden-box p,
.content .black-framed-box p {
    margin-bottom: 15px;
}

.content .info-block .button,
.content .info-block .button-inverse,
.content .golden-box .button,
.content .golden-box .button-inverse,
.content .black-framed-box .button,
.content .black-framed-box .button-inverse {
    margin-bottom: 0;
}

.content-block .container {
    width: 100%;
    padding: 0;
}

.about DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
.about DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
.block-right DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
.block-right DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
footer DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
footer DIV.csc-textpic-below DIV.csc-textpic-imagewrap {
    float: none;
}

/* SEARCH */

.tx-indexedsearch-form,
.search-result-item-header,
.section .search-result-item-header {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.tx-indexedsearch-form span {
    vertical-align: top;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    width: 100%;
    border: 1px solid #181716;
    padding: 9px;
    height: 36px;
}

.tx-indexedsearch-form .search-button {
    width: 7rem;
    text-align: right;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    width: 6rem;
    border: none;
    background-color: #877A4B;
    color: #FFF;
    Text-transform: uppercase;
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 1.0rem;
    /*font-size: 0.8125rem;*/
    height: 36px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:focus,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover {
    background-color: #a7975d;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
    margin-top: 30px;
}

.tx-indexedsearch-browsebox p {
    margin-bottom: 30px;
}

.search-result-item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D7D7D7;
}

.search-result-item:first-child {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
}

.search-result-item-header span,
.tx-indexedsearch-form span {
    display: table-cell;
}

.search-result-item-title a {
    word-wrap: break-word;
    word-break: break-all;
}

.search-result-item-rating {
    text-align: right;
    width: 30%;
}

.search-result-item p {
    margin-bottom: 15px;
}

.search-result-item .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.browsebox,
.content .browsebox {
    margin: 30px 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
    margin-right: 10px;
    padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI::before {
    display: none;
}

.text-right p,
.about-footer p,
.young .news-bottom p,
.content .info-block .text-right p,
.content .info-block p.text-right,
.content .golden-box p.text-right,
.content .black-framed-box p.text-right,
.news-mail-cell p {
    margin-bottom: 0;
}

/* CALENDAR */

.tx-cal-controller .event-calender {
    text-align: left !important;
}

.tx-cal-controller .event-calender .view-title {
    color: #877A4B;
    line-height: normal;
    background-color: #dcd5be;
    margin-bottom: 15px;
}

.young .tx-cal-controller .event-calender .view-title {
    color: #01565e;
    background-color: #fedb89;
    background-color: rgba(253, 184, 19, 0.5);
}

.tx-cal-controller .event-calender .view-title h1 {
    padding: 8px 170px 7px 15px;
    margin: 0;
    border: none;
    font-size: 1.0625rem;
    display: block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tx-cal-controller .event-calender .previous-button,
.tx-cal-controller .event-calender .next-button {
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
}

.tx-cal-controller .event-calender .next-button {
    right: 10px;
}

.tx-cal-controller .event-calender .previous-button {
    right: 40px;
}

.tx-cal-controller .event-calender .previous-button a,
.tx-cal-controller .event-calender .next-button a {
    display: block;
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 24px;
}

.tx-cal-controller .event-calender .previous-button a {
    background-position: center -491px;
}

.tx-cal-controller .event-calender .next-button a {
    background-position: center -531px;
}

.event-calender-title {
    position: relative;
}

.content .event-calender ul>li {
    padding: 0;
}

.content .event-calender ul>li::before {
    display: none;
}

.event-calender-category>a {
    display: block;
    padding: 8px 15px 7px;
    background-color: #877A4B;
    color: #FFF;
    font-size: 1.0625rem;
    text-decoration: none;
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.event-calender-category>a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: center -657px;
    margin-left: 5px;
}

.event-calender-category.active>a::after {
    background-position: center -700px;
}

.event-calender-category ul li {
    margin-top: 1px;
}

.tx-cal-controller .event-calender .year-table,
.tx-cal-controller .event-calender .month-large {
    background-color: transparent;
    margin-bottom: 60px;
}

.tx-cal-controller .event-calender .month-small th,
.tx-cal-controller .event-calender .month-medium th,
.tx-cal-controller .event-calender .month-large th,
.tx-cal-controller .event-calender-view .gridcontainertop .daynames th {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #877A4B;
    background-color: transparent;
    padding-bottom: 10px;
}

.tx-cal-controller .event-calender .month-large .vevent {
    margin: 4px;
}

.tx-cal-controller .event-calender div.default_catheader dl,
.tx-cal-controller .event-calender div.default_catheader_allday {
    border: none;
    background-color: #877A4B;
    text-transform: uppercase;
    padding: 0;
}

.tx-cal-controller .event-calender div.teal_catheader dl,
.tx-cal-controller .event-calender div.teal_catheader_allday {
    border: none;
    background-color: #01565e;
    text-transform: uppercase;
    padding: 0;
}

.tx-cal-controller .event-calender .weekday0,
.tx-cal-controller .event-calender .weekday6 {
    background-color: transparent;
}

.tx-cal-controller .event-calender .month-large tr.days td {
    text-align: right;
    font-size: 1.875rem;
    line-height: 1;
    background-color: transparent;
    border-color: #181716;
    border-bottom-width: 0;
}

.tx-cal-controller .event-calender .month-large tr.days td.monthOff {
    opacity: 0.5;
}

.tx-cal-controller .event-calender .month-large td {
    border-left-color: #181716;
    border-right-color: #181716;
}

.tx-cal-controller .event-calender .month-large tbody tr:last-child td {
    border-bottom-color: #181716;
}

.tx-cal-controller .event-calender .month-large .empty {
    height: 2.4rem;
}

.tx-cal-controller .event-calender .month-large .withEventWeek,
.tx-cal-controller .event-calender .month-large .empty.withEventWeek {
    height: 1.4rem;
}

.tx-cal-controller .event-calender .month-large .dayNum,
.tx-cal-controller .event-calender .month-medium .dayNum {
    position: relative;
}

.tx-cal-controller .event-calender .month-large .dayNum span,
.tx-cal-controller .event-calender .month-medium .dayNum span {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 1rem;
}

/*
.tx-cal-controller div.default_catheader dl:hover, .tx-cal-controller div.default_catheader_allday:hover, .tx-cal-controller div.blue_catheader dl:hover, .tx-cal-controller div.blue_catheader_allday:hover
{
    background-color: #a7975d;
}
*/

.tx-cal-controller .event-calender .month-large div.vevent,
.tx-cal-controller .event-calender .month-large div.vtodo {
    text-overflow: ellipsis;
}

.tx-cal-controller .event-calender .month-large div.vevent a:hover,
.tx-cal-controller .event-calender .month-medium .dayNum:hover {
    color: #FFF;
}

.tx-cal-controller .event-calender .month-large div.vevent a:hover span.popup,
.tx-cal-controller .event-calender .month-medium .dayNum:hover span.popup {
    display: none;
}

/*
.tx-cal-controller .event-calender ul
{
    padding: 0;
}

.tx-cal-controller .event-calender ul > li
{
    position: relative;
    padding-left: 0;
    display: inline-block;
    width: 14.28%;
}
*/

.tx-cal-controller .event-calender .weeks-table ul>li>div {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    font-weight: 400;
    font-size: 1.375rem;
}

.tx-cal-controller .event-calender .weeks-table ul>li::before {
    content: "";
    display: block;
    padding-top: 100%;
    width: auto;
    height: auto;
    position: static;
    left: auto;
    top: auto;
    margin: auto;
    background-color: transparent;
}

.tx-cal-controller .event-calender .month-large tr.days td.monthToday

    /*
    ,
    .tx-cal-controller .event-calender .month-large tr.currentWeek td.currentDay
    */
{
    background-color: #dcd5be;
}

.tx-cal-controller .event-calender .month-large th.month-weeknums {
    display: none;
}

.tx-cal-controller .event-calender .vevent .default_catheader_text,
.tx-cal-controller .event-calender .vtodo .default_catheader_text {
    background-color: #877a4b;
    color: #FFF;
    text-transform: uppercase;
}

.tx-cal-controller .event-calender .vevent .teal_catheader_text,
.tx-cal-controller .event-calender .vtodo .teal_catheader_text {
    background-color: #01565e;
    color: #FFF;
    text-transform: uppercase;
}

.tx-cal-controller .event-calender .vevent .summary,
.tx-cal-controller .event-calender .vtodo .summary {
    padding: 1px 3px 0;
}

.tx-cal-controller .event-calender .header-buttons {
    position: absolute;
    right: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px;
    background-color: #dcd5be;
}

.tx-cal-controller .event-calender .header-buttons div {
    float: none;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 3px;
    background-image: none;
    vertical-align: middle;
}

.tx-cal-controller .event-calender .header-buttons div:first-child {
    margin-left: 0;
}

.tx-cal-controller .event-calender .header-buttons div a {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    font-size: 0;
    border: 2px solid transparent;
}

.tx-cal-controller .event-calender .header-buttons div.day-button a {
    background-position: 0 0;
}

.tx-cal-controller .event-calender .header-buttons div.week-button a {
    background-position: -32px 0;
}

.tx-cal-controller .event-calender .header-buttons div.month-button a {
    background-position: -64px 0;
}

.tx-cal-controller .event-calender .header-buttons div a:hover,
.tx-cal-controller .event-calender .header-buttons div.active a {
    border-color: #877a4b;
}

.tx-cal-controller .event-calender-view {
    margin-bottom: 60px;
    border: none;
}

.tx-cal-controller .event-calender-view .gridcontainertop td {
    height: auto;
    vertical-align: top;
    background-color: transparent;
}

.tx-cal-controller .event-calender-view .gridcontainer {
    background: transparent;
    border-top: none;
}

.tx-cal-controller .event-calender-view .gridcontainertop {
    background-color: transparent;
    font-size: 1rem;
    line-height: 1;
    border-bottom: none;
    margin-bottom: 10px;
}

.tx-cal-controller .event-calender-view div.default_catheader dl,
.tx-cal-controller .event-calender-view div.default_catheader_allday,
.tx-cal-controller .event-calender-view div.teal_catheader dl,
.tx-cal-controller .event-calender-view div.teal_catheader_allday {
    border: none;
    background-color: #877A4B;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 4px 4px 3px;
    margin: 0 0 5px;
}

.tx-cal-controller .event-calender-view div.teal_catheader dl,
.tx-cal-controller .event-calender-view div.teal_catheader_allday {
    background-color: #01565e;
}

.tx-cal-controller .event-calender-view div.default_catheader dl a,
.tx-cal-controller .event-calender-view div.default_catheader_allday a,
.tx-cal-controller .event-calender-view div.default_catheader a,
.tx-cal-controller .event-calender-view div.teal_catheader a,
.tx-cal-controller .event-calender-view div.teal_catheader dl a,
.tx-cal-controller .event-calender-view div.teal_catheader_allday a {
    color: #FFF;
}

.tx-cal-controller .event-calender-view .scrolltime {
    border: 1px solid #181716;
    font-size: 0.875rem;
}

.tx-cal-controller .event-calender-view .scrolltime .timetable .times {
    background-color: #d7d7d7;
    color: #404040;
    padding: 4px;
    font-size: 0.75rem;
}

.tx-cal-controller .event-calender-view .scrolltime .timetable .event-column {
    border-color: #BBB;
}

.tx-cal-controller .event-calender-view .timeborder {
    border: none;
}

.tx-cal-controller .event-calender-view .weekday0,
.tx-cal-controller .event-calender-view .weekday6 {
    background-color: transparent;
}

/* LIVE SEARCH */

.live-search {
    display: none;
    position: absolute;
    z-index: 3;
    right: 100%;
    top: 0;
    width: 300px;
    border: 1px solid #181716;
    background-color: #FFF;
}

.live-search .search-word {
    height: 48px;
    width: 100%;
    border: none;
    padding: 10px;
    outline: none;
    background-color: transparent;
}

.live-search .search-word::-webkit-input-placeholder {
    color: #181716;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.live-search .search-word::-moz-placeholder {
    color: #181716;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.live-search .search-word:-moz-placeholder {
    color: #181716;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.live-search .search-word:-ms-input-placeholder {
    color: #181716;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.live-search .search-word:focus::-webkit-input-placeholder {
    opacity: 0.25;
}

.live-search .search-word:focus::-moz-placeholder {
    opacity: 0.25;
}

.live-search .search-word:focus:-moz-placeholder {
    opacity: 0.25;
}

.live-search .search-word:focus:-ms-input-placeholder {
    opacity: 0.25;
}

.live-search .search-results {
    display: none;
    background-color: #FFF;
    border-top: 1px solid #181716;
    padding: 0 10px;
    height: 300px;
    overflow: auto;
}

.live-search .search-result-item {
    margin-top: 20px;
    padding-top: 20px;
}

.live-search .search-result-item:first-child {
    padding-top: 0;
}

.live-search .search-result-item-header {
    margin: 0 0 20px;
    font-size: 1.25rem;
}

.live-search .search-result-item p {
    font-size: 0.875rem;
}

.live-search .tx-indexedsearch-noresults {
    margin: 10px 0;
}

.live-search .tx-indexedsearch-whatis,
.live-search .tx-indexedsearch-browsebox {
    display: none;
}

/* EVENT CALENDER LIST */

.content ul.event-calender-list {
    margin: 0;
}

.content ul.event-calender-list>li {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #877A4B;
}

.content ul.event-calender-list>li:first-child {
    border-top: none;
}

.content ul.event-calender-list>li::before {
    display: none;
}

.event-calender-list-item-header,
.products-item-header {
    margin-bottom: 20px;
}

.section .content .event-calender-list-item-header h2,
.section .content .products-item-header h2 {
    font-size: 1.375rem;
    margin-bottom: 0;
}

.event-header h1 {
    text-align: left;
}

.section .content .event-calender-list-item-header h2.junges::after,
.section .content .event-calender-list-item-header h2.teal_catheader::after,
.event-header h1.teal_catheader::after {
    content: "";
    display: inline-block;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: center -280px;
    width: 32px;
    height: 36px;
    vertical-align: bottom;
    margin-left: 5px;
}

.event-calender-list-item-header h3 {
    margin: 0;
    padding: 0;
}

.event-calender-list-item-header h3 p {
    display: inline;
    font-size: 1rem;
    margin: 0;
}

.event-calender-list-item-image img {
    width: 100%;
}

.event-calender-list-item-description,
.products-item-description {
    position: relative;
}

.event-calender-list-item-image img,
.event-calender-list-item-description p,
.products-item-image img,
.products-item-description p {
    margin-bottom: 15px;
}

.event-calender-list-item-link a,
.products-item-detail-link a,
.products-basket-table-buttons input {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    display: block;
    font-weight: 600;
    font-size: 1.0rem;
    /*font-size: 0.8125rem;*/
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    border: 1px solid #877a4b;
    color: #877a4b;
}

.event-calender-list-item-link a,
.products-item-detail-link a {
    padding: 8px 38px 8px 8px;
    text-align: left;
}

.event-calender-list-item-link a:focus,
.event-calender-list-item-link a:hover,
.products-item-detail-link a:hover,
.products-item-detail-link a:focus,
.products-basket-table-buttons input:hover,
.products-basket-table-buttons input:focus {
    color: #a7975d;
    border-color: #a7975d;
}

.event-calender-list-item-link a::after,
.products-item-detail-link a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/arrows.png);
    background-position: center -245px;
    background-repeat: no-repeat;
    background-color: #877a4b;
    width: 30px;
}

.event-calender-list-item-link a:focus::after,
.event-calender-list-item-link a:hover::after,
.products-item-detail-link a:focus::after,
.products-item-detail-link a:hover::after {
    background-color: #a7975d;
}

.products-item {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #877A4B;
}

.products-item:first-child {
    border-top: none;
}

.products-item-header a {
    color: #181716;
}

.products-basket-mini {
    color: #877A4B;
    line-height: 1;
    background-color: #dcd5be;
    position: relative;
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.products-basket-mini::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: -40px center;
}

.products-basket-mini>span,
.products-basket-mini a {
    display: block;
    padding: 11px 8px 7px 46px;
    position: relative;
}

.products-basket-mini a {
    text-decoration: none;
}

.products-item-controls {
    font-size: 0.875rem;
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
}

.products-item-price {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.products-item-price span {
    font-size: 1rem;
    font-family: 'SourceSansProBold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 700;
}

.products-item-controls input,
.products-basket-table td input {
    display: inline-block;
    font-size: 1.0rem;
    /*font-size: 0.8125rem;*/
    text-transform: uppercase;
    border: 1px solid #181716;
    color: #181716;
    vertical-align: middle;
}

.products-item-controls input[type="submit"] {
    line-height: 1;
    padding: 8px 38px 8px 8px;
    position: relative;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.products-item-controls input[type="text"],
.products-basket-table td input[type="text"] {
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    background-color: #FFF;
    text-align: center;
}

.products-item-quantity-value {
    margin-left: 5px;
    margin-right: 5px;
}

.products-item-control {
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.products-item-submit::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/cart.png);
    background-position: -85px center;
    background-repeat: no-repeat;
    background-color: #181716;
    width: 30px;
}

.products-item-detail-link {
    margin-top: 20px;
}

.products-list-nav {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.products-list-nav>div {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.products-list-nav>div:first-child {
    text-align: left;
}

.products-list-nav>div a {
    display: inline-block;
    margin: 10px 0;
}

.products-basket-table table {
    font-size: 0.875rem !important;
    margin: 0 0 30px;
    border-collapse: collapse;
    width: 100%;
}

.products-basket-table-image img {
    margin-bottom: 10px;
}

.products-basket-table th,
.products-basket-table tr.total td,
.products-basket-table-title,
.products-basket-field-title {
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
}

.products-basket-table th,
.products-basket-table td {
    padding: 8px;
}

.products-basket-table th {
    color: #877A4B;
}

.products-basket-table td {
    border-top: 1px solid #877A4B;
}

.products-basket-table tr:first-child td,
.products-basket-table tr.total td {
    border-top-width: 2px;
}

.products-basket-table tr.total td {
    white-space: nowrap;
}

.products-basket-table-buttons input {
    background-color: transparent;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
}

.products-basket-table-button {
    position: relative;
}

.products-basket-table-button input {
    z-index: 1;
}

.products-basket-table-button::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/arrows.png);
    background-position: center -245px;
    background-repeat: no-repeat;
    background-color: #877a4b;
    width: 30px;
}

.products-basket-table-button:focus::after,
.products-basket-table-button:hover::after {
    background-color: #a7975d;
}

.products-basket-form {
    font-size: 0.875rem;
    margin-bottom: 30px;
}

.products-basket-field {
    margin-bottom: 10px;
}

.products-basket-field-value input[type="text"],
.products-basket-field-value input[type="phone"],
.products-basket-field-value input[type="email"],
.products-basket-field-value textarea,
.products-basket-field-value select {
    display: block;
    font-size: 1.0rem;
    /*font-size: 0.8125rem;*/
    border: 1px solid #181716;
    color: #181716;
    vertical-align: middle;
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    background-color: #FFF;
    width: 100%;
}

.products-basket-field-value textarea {
    max-width: 100%;
}

.flex-control-nav {
    bottom: 5px;
    z-index: 2;
}

/* TRANSITION */

a,
input,
.button,
.button::after,
.museum-category,
.navbar-default .navbar-toggle,
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next,
.flex-control-thumbs img,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button,
.single-line-form-button,
.powermail_submit,
.event-calender-list-item-link a::after,
.products-item-detail-link a::after,
.products-basket-table-button::after {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.cc_logo {
    display: none !important;
}

p.cc_message {
    line-height: 21px !important;
}

/* MEDIA */



@media (max-width: 768px) {
    .young .news .csc-textpic-imagewrap

        /*,
        .content .csc-textpic-imagewrap*/
    {
        float: none !important;
    }

    .young .news .csc-textpic-text {
        margin: 0 !important;
    }

    .banner-label h2 br {
        display: none;
    }

    .young .content .golden-box h2,
    .young .content .golden-box p {
        color: #fff;
    }

    .young .content h3 {
        color: #181716;
    }

    .young.body-bg {
        background-image: none;
    }
}

@media (max-width: 991px) {
    .caption-text h2 br {
        display: none;
    }

    .content div.csc-textpic-intext-left .csc-textpic-imagewrap,
    .content div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        margin-right: 25px;
    }

    .young .content .golden-box h2,
    .young .content .golden-box p {
        color: #fff;
    }

    .young .content h3 {
        color: #181716;
    }

    .young.body-bg {
        background-image: none;
    }
}

@media (min-width: 360px) {
    .navbar-brand {
        width: auto;
    }

    .young .content .golden-box h2,
    .young .content .golden-box p {
        color: #fff;
    }

    .young .content h3 {
        color: #181716;
    }

    .young.body-bg {
        /* background-image: none;*/
    }
}

@media (min-width: 300px) {

    .section h1,
    .section h2,
    .section .content .events h2,
    .section .content .film h2 {
       font-size: 1.875rem;
		display: table;
    }
}
@media (min-width: 480px) {

    .section h1,
    .section h2,
    .section .content .events h2,
    .section .content .film h2 {
        font-size: 1.875rem;
		display: table;
    }

    .young .content .golden-box h2,
    .young .content .golden-box p {
        color: #fff;
    }

    /*   .section .content h2,    */
    .section h3,
    .section .content .events h3,
    .section .content .film h3 {
        font-size: 1.125rem;
    }

    .young .content h3 {
        color: #181716;
    }

    .section h4 {
        font-size: 1.3125rem;
    }

    .general-title h1,
    .general-title h2 {
        font-size: 2.375rem;
        display: table;
    }

    .general-title h3 {
        font-size: 2.25rem;
    }

    .quote-block p {
        font-size: 1.375rem;
    }

    .introduction-title p {
        /*font-size: 1.0625rem;*/
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .caption-text h2 span,
    .tx-ws-flexslider .caption-title,
    .overview-item h3 span,
    .overview-item h3 strong {
        font-size: 1.875rem;
    }

    .events h3.dropdown>a::after {
        top: 2px;
    }

    .event-cell h2 {
        font-size: 1.3125rem;
    }

    .museum-category h2 {
        font-size: 1.4375rem !important;
    }

    .museum-category img {
        right: 30px;
    }

    .overview-item h3,
    .caption-text h2,
    .tx-ws-flexslider .caption-title {
        font-size: 1.685rem;
    }

    footer {
        padding-top: 20px;
    }

    footer .col-xs-12 {
        width: 50%;
    }

    footer .col-xs-12:nth-child(3n) {
        clear: left;
    }

    .footer-item {
        padding-bottom: 0;
        min-height: 270px;
        margin-bottom: 20px;
    }

    .section .side-block h2,
    .section .sidebar .golden-box h2,
    .section .sidebar .black-framed-box h2 {
        font-size: 1.5625rem;
    }

    .section .side-block h3,
    .section .sidebar .golden-box h3,
    .section .sidebar .black-framed-box h3 {
        font-size: 1.125rem;
    }

    .section .side-block h4,
    .section .sidebar .golden-box h4,
    .section .sidebar .black-framed-box h4 {
        font-size: 1.3125rem;
    }

    .young .section h2,
    .young .overview-item h3,
    .young .overview-item h3 span,
    .young .overview-item h3 strong {
        /*font-size: 2.0625rem;*/
        font-size: 2.25rem;
    }

    .young .section h1 {
        font-size: 3.075rem;
    }

    .young .museum-category h2 {
        left: 40px;
        bottom: 25px;
        font-size: 1.625rem;
    }

    .young .museum-category img {
        right: 10px;
    }

    .young .footer-item h2 {
        font-size: 1.4375rem;
    }

    .search-result-item-title a {
        word-wrap: normal;
        word-break: normal;
    }

    .flex-control-thumbs>li {
        width: 32%;
    }

    .flex-control-thumbs img {
        border-width: 4px;
    }

    .banner-label h2,
    .section .content .event-calender-list-item-header h2,
    .section .content .products-item-header h2 {
        font-size: 1.625rem;
    }

    .tx-cal-controller .event-calender .month-large .empty {
        height: 3.8rem;
    }

    .tx-cal-controller .event-calender .previous-button {
        right: 50px;
    }

    .event-calender-list-item-link,
    .products-item-detail-link {
        text-align: right;
    }

    .event-calender-list-item-link a,
    .products-item-detail-link a {
        display: inline-block;
    }

    .tx-cal-controller .event-calender .header-buttons {
        right: 80px;
    }

    /*
    .content .powermail_input
    {
        width: auto;
        min-width: 350px;
    }
*/

    .products-basket-field {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .products-basket-field-title,
    .products-basket-field-value {
        display: table-cell;
        vertical-align: top;
    }

    .products-basket-field-title {
        padding-top: 8px;
    }

    .products-basket-field-title {
        width: 120px;
    }
}

@media (min-width: 600px) {
    .news {
        padding-right: 25px;
        padding-left: 15px;
    }

    .film {
        padding: 25px 15px 15px;
    }

    .film h2,
    .film h3,
    .section .content .film h2,
    .section .content .film h3,
    .news h2,
    .news h3,
    .section .content .news h2,
    .section .content .news h3 {
        margin-left: -15px;
    }

    .block-table {
        display: table;
        /*        table-layout: fixed;*/
        width: 100%;
    }

    .block-row {
        /*display: table-row;*/
    }

    .block-cell {
        display: table-cell;
        vertical-align: top;
    }

    .news-bottom {
        height: 1%;
    }

    .news-social-cell,
    .news-mail-cell {
        /* vertical-align: middle;    */
    }

    .news-social-cell {
        margin: 0;
    }

    .news-mail-cell {
        border-top: 1px solid #bfbfbf;
        padding-top: 10px;
    }

    .news img {
        max-width: 275px !important;
        margin-bottom: 10px;
    }

    .news-description {
        padding-right: 25px;
        padding-bottom: 8px;
    }

    .young .news-bottom {
        text-align: right;
    }

    .young .news-bottom .button,
    .young .news-bottom .button-inverse {
        display: inline-block;
        padding-right: 40px;
        margin-bottom: 0;
    }

    .event-table {
        display: table;
    }

    .event-image-cell {
        float: none;
    }

    .event-cell,
    .event-icon-cell.junges {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

    .event-icon-cell.junges {
        padding-left: 0;
    }

    .event-title-cell,
    .event-date-cell {
        padding-left: 10px;
    }

    .event-title-cell {
        white-space: normal;
    }

    .event-title-cell p {
        margin-top: 2px;
    }

    .event-date-cell {
        width: 90px;
    }

    .tx-cal-controller .event-calender .month-large .empty {
        height: 5rem;
    }

    .tx-cal-controller .event-calender .view-title h1,
    .event-calender-category>a,
    .products-basket-mini {
        font-size: 1.375rem;
    }

    .products-basket-table-item {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .products-basket-table-image,
    .products-basket-table-title {
        display: table-cell;
        vertical-align: middle;
    }

    .products-basket-table-image {
        width: 110px;
    }

    .products-basket-table-image img {
        margin-bottom: 0;
    }

    .products-item-body {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .products-item-image,
    .products-item-description {
        display: table-cell;
        vertical-align: top;
    }

    .products-item-image {
        width: 120px;
    }

    .products-item-description {
        padding-left: 20px;
    }

    .products-item-image img {
        margin-bottom: 0;
    }

    .owl-gallery-item {
        width: 23%;
        margin-right: 2%;
    }

    .owl-gallery-item:nth-child(3n) {
        margin-right: 2%;
    }

    .owl-gallery-item:nth-child(4n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .navigation::after {
        content: "";
        display: block;
        clear: both;
        height: 0;
    }

    .navigation {
        position: static;
        top: 0;
        left: auto;
        right: auto;
        padding-bottom: 0;
        background-color: transparent;
    }

    .meta-nav,
    .main-nav {
        margin: 20px 0;
    }

    .page-nav li>a,
    .service-nav .dropdown-menu>li>a {
        border-top: none;
    }

    .meta-nav {
        display: block;
    }

    .navbar-main {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-default,
    .navigation {
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-main>li>a {
        height: 50px;
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-default .page-nav>li>a {
        line-height: 54px;
    }

    .navbar-default .service-nav {
        background: none;
    }

    .navbar-default .service-nav>li {
        width: auto;
    }

    .dropdown .dropdown-menu {
        padding-top: 1px;
    }

    .dropdown .dropdown-menu>li {
        margin-top: 1px;
        min-width: 207px;
    }

    .navbar-main .dropdown .dropdown-menu {
        position: absolute;
    }

    .side-section .col-lg-12 {
        position: static;
    }

    .slider .container,
    .banner .container {
        position: relative;
    }

    .slides,
    .banner figure {
        position: relative;
        margin: 0 -10px;
    }

    .slidercontent::before,
    .slidercontent::after,
    .banner figure::before,
    .banner figure::after {
        content: "";
        position: absolute;
        width: 10px;
        top: 0;
        background-repeat: no-repeat;
    }

    .slidercontent::before,
    .slidercontent::after {
        height: 120%;
    }

    .slidercontent::before,
    .banner figure::before {
        background-image: url(../img/shadow-left.png);
        background-position: right bottom;
        left: 0;
    }

    .slidercontent::after,
    .banner figure::after {
        background-image: url(../img/shadow-right.png);
        background-position: left bottom;
        right: 0;
    }

    .banner figure::before,
    .banner figure::after {
        height: 140%;
    }

    .slidercontent {
        position: relative;
    }

    .slider-thumbnails {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2;
    }

    .flex-control-thumbs {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

    .flex-control-thumbs>li {
        display: block;
        width: 126px;
        margin-bottom: 10px;
    }

    .tx-ws-flexslider .caption-align-left .caption-text {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        background: #181716;
    }

    .side-menu {
        position: absolute;
        z-index: 10;
        right: 0;
        left: auto;
        width: 43px;
        overflow: hidden;
    }

    .side-menu.fixed {
        position: fixed;
        top: 70px;
        right: 0;
        z-index: 2;
    }

    .side-menu:hover {
        width: auto;
    }

    .side-menu>li:first-child {
        margin-top: 0;
    }

    .side-menu>li>a,
    .young .side-menu>li>a {
        background-color: #181716;
    }

    .side-menu>li>a:focus,
    .side-menu>li>a:hover {
        color: #877a4b;
    }

    .side-menu .icon {
        border-right: none;
    }

    .events {
        margin-top: 20px;
    }

    .museum-category {
        height: 120px;
        margin-top: 90px;
    }

    .museum-category img {
        right: 0;
        top: auto;
        margin: 0;
        bottom: 10px;
    }

    .block-right {
        padding-left: 15px;
    }

    .block-right h1,
    .block-right h2 {
        margin-left: -15px;
    }

    footer {
        margin-top: 50px;
    }

    .young .side-menu>li>a:focus,
    .young .side-menu>li>a:hover {
        color: #01565e;
    }

    /*
    .young .museum-category-adult,
    .young .museum-category-young
    {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .young .museum-category h2
    {
        left: 20px;
        bottom: 20px;
    }

    .young .museum-category img
    {
        right: 0;
    }
*/

    .sticky .main-nav {
        margin: 0;
        padding: 10px 0;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1030;
    }

    /*    .sticky,*/
    .sticky .navigation,
    .sticky .main-nav {
        background-color: #181716;
    }

    /*
    .sticky .meta-nav
    {
        display: none;
    }
*/

    .sidebar {
        padding-left: 10px;
        width: 245px;
    }

    .content-block {
        padding-right: 10px;
    }

    .content .info-block,
    .content .golden-box,
    .content .black-framed-box {
        padding: 15px;
    }

    .content h1 {
        display: table;
        font-family: 'SourceSansProBold', Arial, Helvetica, Tahoma, sans-serif;
        font-weight: 700;
        font-size: 3.375rem;
        margin-bottom: 19px;
    }

    .content h2 {
        font-family: "SourceSansProSemibold", Arial, Helvetica, Tahoma, sans-serif;
        font-weight: 600;
        font-size: 2.25rem;
        color: #877a4b;
    }

    .content h3 {
        font-family: 'SourceSansProBold', Arial, Helvetica, Tahoma, sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        /* font-size: 1.375rem;*/
        color: #181716;
        margin-bottom: 15px;
    }

    .content h4 {
        font-family: 'SourceSansProBold', Arial, Helvetica, Tahoma, sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        /*font-size: 1.375rem;*/
        color: #877a4b;
        margin-bottom: 15px;
    }

    .content h1,
    .content h2

        /*    .content h3*/
    {
        padding-left: 20px;
        margin-left: -20px;

    }

    .content .info-block h2,
    .content .golden-box h2,
    .content .black-framed-box h2 {
        padding-left: 15px;
        margin-left: -15px;
    }

    .golden-box h2 {
        font-size: 1.125rem;
    }

    .golden-box h1,
    .golden-box h2,
    .golden-box h3,
    .golden-box h4 {
        color: #fff !important;
    }

    .content .image-left {
        float: left;
    }

    .content .image-left img {
        margin-right: 20px;
    }

    .side-nav>li.selected>a {
        padding: 7px 15px 3px;
    }

    .side-nav>li.selected>a::before {
        background-position: center -245px;
    }

    .side-nav>li ul>li>a {
        padding: 7px 15px 7px 30px;
    }

    .side-nav>li>ul>li>ul>li>a {
        padding-left: 45px;
    }

    .content-block .event-date-cell {
        min-width: 85px;
        width: 85px;
    }

    .content-block .event-date-cell p:first-child {
        font-size: 0.925rem;
    }

    .content-block .events h4 {
        font-size: 1.125rem;
    }

    .icon-search {
        position: relative;
        top: 16px;
        left: 0;
    }

    .banner-label {
        position: absolute;
        bottom: 20px;
        left: 30px;
        padding: 0;
        background: none;
    }

    .banner-label h2 {
        font-family: 'SourceSansProLight', Arial, Helvetica, Tahoma, sans-serif;
        /*        display: inline-block;*/
        display: block;
        font-size: 1.625rem;
        font-weight: 300;
        /*margin: 0 0 10px;*/
        margin: 0px;
        padding-bottom: 6px;
    }

    .banner-label h2 strong,
    .banner-label h3 {
        font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
        font-size: 3.75rem;
        font-weight: 600;
        margin-top: 0px;
    }

    .banner-label h3 {
        margin: 0px;
        line-height: 1.0em;
        margin-bottom: 10px;
    }

    .banner-label p {
        font-size: 1.75rem;
        padding: 2px 8px 1px;
        color: #FFF;
        background-color: #877a4b;
        display: inline;
    }

    .tx-cal-controller .event-calender .month-large .empty {
        height: 3.4rem;
    }

    .section .content .event-calender-list-item-header h2,
    .section .content .products-item-header h2 {
        font-size: 1.875rem;
    }

    .event-calender-list-item-body {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .event-calender-list-item-image,
    .event-calender-list-item-description {
        display: table-cell;
        vertical-align: top;
    }

    .event-calender-list-item-image {
        width: 33.3%;
    }

    .event-calender-list-item-description {
        width: 66.7%;
        padding-left: 20px;
        padding-bottom: 30px;
    }

    .event-calender-list-item-image img {
        margin-bottom: 0;
    }

    .event-calender-list-item-link {
        text-align: left;
    }

    .event-calender-list-item-link a {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .event-info {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .event-info-image,
    .event-info-description {
        display: table-cell;
        vertical-align: top;
    }

    .event-info-image {
        width: 33.3%;
        margin: 0;
    }

    .event-info-description {
        width: 66.7%;
        padding-left: 20px;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    .navbar-meta {
        float: none !important;
        text-align: justify;
        text-align-last: justify;
        line-height: 0;
        font-size: 1px;
        clear: both;
    }
	
	 .navbar-meta>li {
        padding-right: 5px;
    }

    .navbar-meta::after {
        width: 100%;
        height: 0px;
        visibility: hidden;
        overflow: hidden;
        content: "";
        display: inline-block;
    }

    .navbar-nav>li {
        float: none;
        display: inline-block;
    }

    .navbar-nav>li.language {
        font-size: 0.875rem;
    }

    .navbar-default .navbar-meta>li>a {
        padding: 0;
    }

    .page-nav {
        float: none !important;
        text-align: justify;
        text-align-last: justify;
        line-height: 0;
        font-size: 1px;
        margin-top: 50px;
        clear: both;
    }

    .page-nav::before {
        display: table;
        content: " ";
        clear: both;
    }

    .page-nav::after {
        width: 100%;
        height: 0px;
        visibility: hidden;
        overflow: hidden;
        content: "";
        display: inline-block;
    }

    .page-nav>li {
        display: inline-block;
        text-align: left;
        text-align-last: left;
        line-height: 54px;
        font-size: 1rem;
        vertical-align: top;
        float: none;
        margin-top: 20px;
    }

    .sticky .page-nav,
    .sticky .page-nav>li {
        margin-top: 0;
    }

    .sticky .service-nav {
        display: none;
    }

    /*
    .sticky .navbar-brand,
    .sticky .navbar-brand > img
    {
        height: 30px;
        width: auto;
    }
*/

    .sticky .navbar-brand {
        display: none;
    }
}

@media (min-width: 788px) {

    .slides,
    .banner figure {
        margin: 0px -20px;
    }

    .flex-control-thumbs {
        right: 10px;
    }
}
@media (min-width: 991px) and (max-width: 1182px) {
    .events {
        padding: 25px 10px;
    }
}

@media (min-width: 992px) {

    /*.box-group-equal-height .golden-box,*/
    .content .box-group-equal-height .golden-box {
        padding-bottom: 65px;
    }

    .box-group-equal-height .golden-box .button,
    .box-group-equal-height .golden-box .button-inverse,
    .content .box-group-equal-height .golden-box .button,
    .content .box-group-equal-height .golden-box .button-inverse {
        position: absolute;
        right: 15px;
        bottom: 15px;
        max-width: calc(100% - 30px);
    }

    .navbar-default .navbar-meta>li.font-size {
        padding-left: 30px;
    }

    .navbar-default .page-nav>li,
    .navbar-default .service-nav>li:first-child {
        margin-left: 3px;
    }

    .navbar-default .page-nav>li:first-child {
        margin-left: 0;
    }

    .young .flexslider::after {
        content: "";
        display: block;
        width: 247px;
        height: 280px;
        position: absolute;
        right: 0;
        bottom: -20px;
        /*background-image: url(../img/lion-big.png);*/
        background-image: url(../img/Animation-Jumus.gif);
        background-repeat: no-repeat;
        z-index: 2;
    }

    .young #page.section .container {
        background-color: #e7e7e7;
    }

    .young .content h4 {
        color: #01565e
    }

    .slider-thumbnails,
    .flex-control-thumbs {
        right: 30px;
        top: 60px;
    }

    .slides,
    .banner figure {
        margin: 0px -10px;
    }

    .caption-text {
        background-color: transparent;
        padding: 0;
    }

    .caption-wrapper {
        display: none;
    }

    .young .museum-category h2 {
        left: 25px;
        bottom: 20px;
    }

    footer {
        padding: 30px 0 10px;
    }

    footer .col-md-3 {
        width: 25%;
    }

    footer .col-md-3:nth-child(3n) {
        clear: none;
    }

    .sidebar {
        width: 270px;
    }

    .content-block {
        padding-left: 10px;
    }

    .content div.csc-textpic-intext-left .csc-textpic-imagewrap,
    .content div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        margin-right: 20px;
    }

    .content div.csc-textpic-intext-right .csc-textpic-imagewrap,
    .content div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        margin-left: 20px;
    }

    .banner-label {
        bottom: 25px;
        left: 100px;
    }

    .tx-cal-controller .event-calender .month-large .empty {
        height: 5rem;
    }

    .tx-cal-controller .event-calender .month-large .withEventWeek,
    .tx-cal-controller .event-calender .month-large .empty.withEventWeek {
        height: 2rem;
    }

    .tx-cal-controller .event-calender .view-title {
        display: table;
        width: 100%;
    }

    .junges-museum-startseite .events:not(.event-cell) {
        min-height: 322px;
    }
    .events {
        padding: 25px 10px;
    }

    .event-calender-category,
    .event-calender-title {
        display: table-cell;
        vertical-align: top;
    }

    .event-calender-category {
        width: 1%;
        white-space: nowrap;
    }

    .tx-cal-controller .event-calender .view-title h1 {
        overflow: visible;
    }

    .tx-cal-controller .event-calender .view-title h1,
    .event-calender-category>a {
        margin: 0;
        padding: 12px 10px 10px;
        /*        display: inline-block;*/
    }

    .event-calender-category>a {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 30px;
        position: relative;
    }

    .event-calender-category>a::after {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .quote-block,
    .image-plus-text {
        margin-bottom: 50px;
    }

    .image-plus-text div.csc-textpic-imagewrap,
    .image-plus-text .image-caption {
        display: table-cell;
        vertical-align: top;
    }

    .image-plus-text .image-caption {
        width: 30%;
        padding-bottom: 30px;
    }

    .image-plus-text .image-caption p.source {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .content .tx-powermail {
        width: 75%;
    }

    .products-basket-table-buttons {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .products-basket-table-button {
        display: inline-block;
    }

    .products-basket-table-buttons input {
        display: inline-block;
        text-align: left;
        width: auto;
        margin-bottom: 0;
    }

    .products-basket-table-buttons-left,
    .products-basket-table-buttons-right {
        display: table-cell;
        vertical-align: top;
    }

    .products-basket-table-buttons-right {
        text-align: right;
        width: 40%;
    }

    .products-basket-table-buttons-left input {
        margin-right: 5px;
    }

    .products-basket-table-button input {
        padding-right: 38px;
    }

    .products-basket-form {
        width: 480px;
    }

    .owl-gallery-item {
        width: 18%;
    }

    .owl-gallery-item:nth-child(4n) {
        margin-right: 2%;
    }

    .owl-gallery-item:nth-child(5n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand {
        width: 170px;
    }

    .navbar-default .navbar-meta>li>a:first-child {
        padding-left: 0;
    }
}

@media (min-width: 1012px) {

    .slides,
    .banner figure {
        margin: 0px -20px;
    }

    .flex-control-thumbs {
        right: 20px;
    }
	.events {
        padding: 25px 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand {
        width: auto;
    }

    .navbar-default .navbar-meta>li.font-size>a {
        padding-right: 0;
    }

    .news-description {
        padding-bottom: 0;
    }

    .slider-thumbnails,
    .flex-control-thumbs {
        top: 100px;
        right: 30px;
    }

    .slides,
    .banner figure {
        margin: 0px -10px;
    }

    footer .container {
        width: 1100px;
    }

    .footer-item {
        min-height: 260px;
    }

    .content-block {
        padding-left: 50px;
    }

    .young .museum-category img {
        right: 20px;
    }

    .banner-label {
        left: 150px;
    }

    .young.body-bg {
        background-size: contain;
    }

    .tx-cal-controller .event-calender .month-large .empty {
        height: 7.2rem;
    }

    .tx-cal-controller .event-calender .month-large .withEventWeek,
    .tx-cal-controller .event-calender .month-large .empty.withEventWeek {
        height: 3.6rem;
    }

    .event-calender-category>a {
        width: 230px;
    }

    .tx-cal-controller .event-calender .view-title h1,
    .event-calender-category>a,
    .products-basket-mini {
        font-size: 1.875rem;
    }

    .event-calender-category>a::after {
        width: 24px;
        background-position: center -575px;
    }

    .products-basket-mini::before {
        width: 40px;
        height: 40px;
        background-position: 0 center;
        left: 15px;
    }

    .products-basket-mini>a,
    .products-basket-mini span {
        padding: 13px 9px 9px 60px;
    }

    .event-calender-category.active>a::after {
        background-position: center -615px;
    }

    .tx-cal-controller .event-calender .previous-button {
        right: 60px;
    }

    .tx-cal-controller .event-calender .previous-button a {
        background-position: center -410px;
    }

    .tx-cal-controller .event-calender .next-button a {
        background-position: center -450px;
    }

    .image-plus-text .image-caption {
        width: 25%;
    }

    .tx-cal-controller .event-calender .header-buttons {
        right: 100px;
        height: 38px;
    }

    .tx-cal-controller .event-calender .header-buttons div {
        width: 36px;
        height: 38px;
        margin-left: 4px;
    }

    .tx-cal-controller .event-calender .header-buttons div:first-child {
        margin-left: 0;
    }

    .tx-cal-controller .event-calender .header-buttons div a {
        width: 36px;
        height: 38px;
        background-image: url(../img/calendar.png);
    }

    .tx-cal-controller .event-calender .header-buttons div.day-button a {
        background-position: -96px 0;
    }

    .tx-cal-controller .event-calender .header-buttons div.week-button a {
        background-position: -138px 0;
    }

    .tx-cal-controller .event-calender .header-buttons div.month-button a {
        background-position: -180px 0;
    }

    .content .tx-powermail {
        width: 60%;
    }

    .products-item-description {
        padding-bottom: 30px;
    }

    .products-item-controls {
        position: absolute;
        bottom: 0;
        left: 20px;
        margin: 0;
    }

    .products-item-control {
        margin-bottom: 0;
    }

    .products-item-detail-link {
        margin-top: 0;
    }

    .products-item-detail-link a {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .products-basket-table-image {
        width: 160px;
    }

    .owl-gallery-item {
        width: 14.666667%;
    }

    .owl-gallery-item:nth-child(5n) {
        margin-right: 2%;
    }

    .owl-gallery-item:nth-child(6n) {
        margin-right: 0;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .slides,
    .banner figure {
        width: 1200px;
        margin: 0 -20px;
    }

    .flex-control-thumbs {
        right: 20px;
    }

    .junges-museum-startseite .events:not(.event-cell) {
        min-height: 324px;
    }
}

@media (min-width: 1260px) {

    .slidercontent::before,
    .slidercontent::after {
        width: 28px;
        height: 574px;
    }

    .slidercontent::before,
    .banner figure::before {
        left: -18px;
    }

    .slidercontent::after,
    .banner figure::after {
        right: -18px;
    }

    .banner figure::before,
    .banner figure::after {
        width: 28px;
        height: 384px;
    }
}

@media (min-width: 1600px) {
    footer {
        position: relative;
    }

    footer::after {
        content: "";
        display: block;
        width: 200px;
        height: 194px;
        background-image: url(../img/logo-white.png);
        position: absolute;
        left: 40px;
        bottom: 0;
        top: 0;
        margin: auto;
    }
}

/* CONTENT IMAGE MAX-WIDTH CONFIGURATION */

/* .content img
{
    max-width: 300px;
    height: auto !important;
}

.content .image-plus-text img,
.tx-rwd-images img
{
    width: 100% !important;
    max-width: 100%;
}

*/

/* COUNTER */

.slidercontent {
    background-color: #181716;
}

.counter {
    padding: 10px 10px 0;
    width: 350px;
    max-width: 100%;
}

.counter-progress-bar {
    height: 7px;
    border: 1px solid #FFF;
}

.counter-progress {
    height: 100%;
    background-color: #FFF;
}

.flexslider .slides>li:not(.flex-active-slide) .counter-progress {
    width: 0 !important;
}

.flexslider .slides>li.flex-active-slide .counter-progress {
    -webkit-transition: width .8s;
    transition: width .8s;
}

.counter-caption {
    display: block;
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.125rem;
    color: #FFF;
    margin-top: 8px;
    margin-bottom: -3px;
}
.flex-control-paging li a {
    border: 1px solid #b7b7b7;
}

@media (max-width: 767px) {
    .flexslider .slides {
        background-color: #181716;
    }
	#page > .container > .row {
		flex-direction: column-reverse;
		display: flex;
	}
		
	.flex-control-nav {
    bottom: 40px;
	}
	
	.current-page {
    display: none;
	}

}

@media (min-width: 768px) {
    .counter {
        position: absolute;
    }

    .light .counter-progress-bar {
        border-color: #FFF;
    }

    .light .counter-progress {
        background-color: #FFF;
    }

    .light .counter-caption {
        color: #FFF;
    }

    .dark .counter-progress-bar {
        border-color: #181716;
    }

    .dark .counter-progress {
        background-color: #181716;
    }

    .dark .counter-caption {
        color: #181716;
    }
}
@media (min-width: 992px){
    .counter {
     //*   left: 15px !important;
        bottom: 3px !important;*//
    }

    .counter.light {
        background-color: #181716;
        background-color: rgba(24, 23, 22, .75);
    }

    .counter.dark {
        background-color: #FFF;
        background-color: rgba(255, 255, 255, .75);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .counter {
     //*  left: 7px !important;
        bottom: 3px !important;
        padding: 2px;*//
    }
    .counter.light {
        background-color: #181716;
        background-color: rgba(24, 23, 22, .75);
    }
    .counter.dark {
        background-color: #FFF;
        background-color: rgba(255, 255, 255, .75);
    }
    .young .flexslider::after {
        content: "";
        display: block;
        width: 160px;
        height: 180px;
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url(../img/Animation-Jumus.gif);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2;
    }
	.content h1 {
    font-size: 35px;
}
	.content h2 {
	font-size: 27px;
	}
}
/*@media (min-width: 768px) and (max-width: 1199px) {*/
/*    .counter {*/
/*        padding: 15px;*/
/*        left: 20px !important;*/
/*        top: auto !important;*/
/*        right: auto !important;*/
/*        bottom: 20px !important;*/
/*    }*/

/*    .counter.light {*/
/*        background-color: #181716;*/
/*        background-color: rgba(24, 23, 22, .75);*/
/*    }*/

/*    .counter.dark {*/
/*        background-color: #FFF;*/
/*        background-color: rgba(255, 255, 255, .75);*/
/*    }*/
/*}*/

@media (min-width: 992px) and (max-width: 1199px) {
    .counter {
      /*  left: 10px !important;*/
    }
}

@media (min-width: 1200px) {
    /*.counter {*/
        /*padding: 0;*/
    /*}*/

    .counter-caption {
        margin-top: 18px;
    }
}

.content .golden-box .tx-powermail {
    width: 100%;
}

.content .golden-box .tx-powermail .parsley-custom-error-message {
    font-size: 0.875rem;
}

.cc_container {
    background-color: #181716 !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #a7975d !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.cc_container .cc_more_info,
.cc_container .cc_more_info:visited {
    color: #fff;
    text-decoration: underline;
}

.cc_container .cc_more_info:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .overview-item-subtitle {
        float: none !important;
        padding: 0 0 0 15px !important;
        margin: 0 0 -7px !important;
    }

    .overview-item-title {
        padding-right: 40px;
    }

    .overview-item-title p {
        float: none;
    }
}

/* ke_search */
#kesearch_filters .list li.checkboxButton,
#kesearch_filters .list li.checkboxButtonSubmit {
    text-decoration: none !important;
    padding-bottom: 5px
}

#kesearch_filters .list li.checkboxButtonSubmit {
    margin-bottom: 1px
}

#kesearch_filters .list li.checkboxButtonSubmit {
    padding-bottom: 0
}

div.kesearchbox {
    display: table;
    width: 100%
}

div.kesearchbox span {
    display: table-cell;
    vertical-align: top
}

div.kesearchbox span.search-button {
    width: 7rem;
    text-align: right
}

div.kesearchbox span input[type="text"] {
    width: 100%;
    border: 1px solid #181716;
    padding: 9px;
    height: 36px
}

div.kesearchbox span input[type="submit"] {
    width: 6rem;
    border: none;
    background-color: #877a4b;
    color: #fff;
    text-transform: uppercase;
    font-family: 'SourceSansProSemibold', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 1.0rem;
    height: 36px
}

div.kesearchbox span input[type="submit"]:focus,
div.kesearchbox span input[type="submit"]:hover {
    background-color: #a7975d
}

#kesearch_filters div.textlinks {
    margin: 0 0 20px 0
}

#kesearch_filters select {
    min-width: 180px;
    max-width: 270px;
    margin: 0 0 10px 0
}

#kesearch_filters .list {
    margin-bottom: 10px
}

#kesearch_filters .list .head {
    display: block;
    border: 1px solid #cfcfcf;
    padding: 5px
}

#kesearch_filters .list ul {
    padding: 10px;
    margin: 0;
    border: 1px solid #cfcfcf;
    border-top: 0 none;
    list-style-type: none
}

#kesearch_filters .list ul.expanded {
    display: block
}

#kesearch_filters .list ul.closed {
    display: none
}

#kesearch_filters .list li {
    display: block;
    list-style-type: none;
    margin: 0 0 10px 0;
    line-height: 16px;
    color: #444
}

#kesearch_filters .list li a {
    color: #444
}

#kesearch_filters .list li:hover,
#kesearch_filters .list li a:hover {
    text-decoration: none;
    color: #444;
    cursor: pointer
}

#kesearch_filters .list li.selected {
    font-weight: bold
}

#kesearch_filters .list li.parent0,
#kesearch_filters .list li.level0 {
    margin-left: 14px
}

#kesearch_filters .list li.parent1,
#kesearch_filters .list li.level1 {
    margin-left: 21px
}

#kesearch_filters .list li.parent2,
#kesearch_filters .list li.level2 {
    margin-left: 28px
}

#kesearch_filters .list li.parent3,
#kesearch_filters .list li.level3 {
    margin-left: 35px
}

#kesearch_filters .list li.parent0,
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.parent3 {
    font-weight: bold;
    list-style-position: outside
}

#kesearch_filters .list ul.checkboxList {
    padding-bottom: 1px
}

#kesearch_filters .list li.optionCheckBox {
    float: left;
    width: 200px;
    text-decoration: none;
    margin-bottom: 4px
}

#kesearch_filters .list li.optionCheckBox input[type="checkbox"] {
    float: left;
    margin: 0 5px 0 0
}

#kesearch_filters .list li.clearer {
    font-size: 0;
    line-height: 0;
    float: none;
    margin: 0 !important
}

#kesearch_filters label {
    display: block;
    font-weight: bold;
    color: #353535;
    margin: 0 0 4px 0
}

#kesearch_filters .list li.region {
    font-weight: bold;
    margin-top: 5px
}

#kesearch_filters .list li.noclick {
    cursor: default !important
}

#kesearch_filters .list li.country {
    margin-left: 7px
}

#kesearch_filters .small {
    display: block;
    height: 65px;
    max-height: 65px;
    overflow-y: auto;
    overflow-x: hidden
}

#kesearch_filters .larger {
    display: block;
    height: 130px;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden
}

.tx-kesearch-pi1 .multiselect .multi-option {
    float: left;
    width: 200px;
    margin: 0 0 5px 0
}

.tx-kesearch-pi1 .multiselect .multi-option input[type="checkbox"] {
    float: left;
    margin: 0 5px 0 0
}

.tx-kesearch-pi1 .multiselect label {
    font-weight: normal;
    padding: 0 10px 0 0;
    float: left
}

.tx-kesearch-pi1 .multiselect .multiselectButtons {
    padding: 10px 0 0 0
}

.tx-kesearch-pi1 .multiselect .last {}

#kesearch_num_results {
    color: #898989;
    max-width: 150px;
    float: left
}

#kesearch_results .result-list-item {
    clear: both;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d7d7d7
}

#kesearch_results .result-list-item:first-child {
    margin-top: 20px;
    padding-top: 0;
    border-top: none
}

#kesearch_results .result-list-item .result-number {
    font-size: 18px
}

#kesearch_results .result-list-item .result-title {
    font-family: "SourceSansProSemibold", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 2.25rem;
    color: #877a4b
}

.tx-kesearch-pi1.ajax #kesearch_results .result-list-item .result-title {
    margin-top: 12px
}

.tx-kesearch-pi1.ajax #kesearch_results .result-list-item h2.result-title span a,
.tx-kesearch-pi1.ajax #kesearch_results .result-list-item h2.result-title span a span {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: 'SourceSansPro', Arial, Helvetica, Tahoma, sans-serif
}

.tx-kesearch-pi1.ajax #kesearch_results .result-list-item .result-title>span {
    width: 100%
}

.tx-kesearch-pi1.ajax #kesearch_results .result-list-item .result-title>span.result-title-percent {
    display: none
}

.tx-kesearch-pi1.ajax #kesearch_results .result-list-item {
    margin-top: 10px;
    padding-top: 0
}

.tx-kesearch-pi1.ajax #kesearch_results .result-list-item span {
    font-size: .875rem
}

.tx-kesearch-pi1.ajax #kesearch_results {
    margin-top: 10px;
    padding-top: 0
}

.tx-kesearch-pi1.ajax #kesearch_results .result-list-item .add-info {
    display: none
}

#kesearch_results .result-list-item .result-title .hit {
    color: #877a4b !important;
    display: inline
}

#kesearch_results .result-list-item .result-title {
    display: table;
    width: 100%
}

#kesearch_results .result-list-item .result-title>span {
    display: table-cell;
    width: 70%
}

#kesearch_results .result-list-item .result-title span.result-title-percent {
    text-align: right;
    width: 30%
}

#kesearch_results {
    clear: both;
    margin-top: 20px
}

#kesearch_results .result-list-item .result-teaser {
    font-family: 'SourceSansPro', Arial, Helvetica, Tahoma, sans-serif;
    color: #181716;
    margin: 0 0 15px 0;
    font-size: 1.0625rem;
    line-height: 1.5rem
}

.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page {}

.tx-kesearch-pi1 #kesearch_results .result-list-item-type-tt_news {}

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
    float: left;
    margin-top: 2px;
    margin-right: 5px
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #181716;
    font-weight: bold
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
    margin: 15px 0 0 0
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info .add-info-url {
    text-decoration: none;
    color: #877a4b;
    text-transform: capitalize
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info .add-info-url:hover {
    text-decoration: underline
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
    border: 1px solid #d3d3d3;
    display: block;
    float: right;
    height: 10px;
    width: 48px
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
    background-color: #d3d3d3;
    border: 1px solid #898989;
    display: block;
    height: 10px;
    margin: -1px 0 0 -1px
}

.tx-kesearch-pi1 #kesearch_query_time {
    font-style: italic;
    text-align: center;
    font-size: 80%
}

.tx-kesearch-pi1 .searchbox {
    margin-bottom: 5px
}

.tx-kesearch-pi1 .searchbox input {
    margin-left: 0;
    width: 145px
}

.tx-kesearch-pi1 .searchbox input.submit {
    width: 18px;
    height: 18px;
    border: none;
    background: none;
    vertical-align: middle
}

.tx-kesearch-pi1 form.static .searchbox input.submit {
    margin-top: -16px
}

.tx-kesearch-pi1 form.ajax .searchbox input.submit {
    margin-top: -4px
}

.tx-kesearch-pi1 .searchbox .search_input {
    float: left;
    margin-right: 5px
}

.tx-kesearch-pi1 .general-message {
    padding: 5px
}

.tx-kesearch-pi1 .general-message .image {
    float: left;
    vertical-align: middle;
    margin-right: 10px
}

.kesearch_pagebrowser ul {
    display: inline;
    margin: 0 0 25px 25px;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

.kesearch_pagebrowser ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
    margin-right: 10px;
    padding: 0
}

#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
    text-align: center;
    word-wrap: break-word;
    font-size: 12px;
    color: #707070
}

#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
    text-align: left
}

#kesearch_pagebrowser_top .pages_total {}

#kesearch_pagebrowser_bottom .pages_total {}

#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt {
    color: #181716;
    margin: 0 0 15px 0;
    font-size: 1.0625rem;
    line-height: 1.5rem
}

#kesearch_pagebrowser_bottom div.result_txt {
    display: none
}

#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
    margin: 30px 0
}

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
    color: #877a4b
}

#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover {
    cursor: pointer
}

#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom a.current {
    font-weight: bold;
    color: #877a4b;
    text-decoration: none;
    line-height: 1.5rem;
    margin-bottom: 10px
}

#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser {
    border: 1px solid
}

.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
    display: inline-block;
    width: 24px;
    height: 29px;
    color: transparent;
    text-decoration: none;
    overflow: hidden
}

.tx-kesearch-pi1 .next {
    background: transparent url(/typo3conf/ext/ke_search/res/img/arrow-next.gif) no-repeat left 0
}

.tx-kesearch-pi1 .prev {
    background: transparent url(/typo3conf/ext/ke_search/res/img/arrow-prev.gif) no-repeat right 0
}

.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev {
    display: inline-block;
    width: 24px;
    height: 29px;
    color: transparent;
    text-decoration: none;
    padding: 0 !important;
    margin: 0 0 -10px 0
}

.tx-kesearch-pi1 .kesearch_pagebrowser a.next,
.tx-kesearch-pi1 .kesearch_pagebrowser a.prev {
    display: inline;
    width: auto !important;
    height: auto !important;
    color: #877a4b !important;
    text-decoration: none;
    background: none !important
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul>li::before {
    display: none
}

.tx-kesearch-pi1 #kesearch_ordering span.down {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: red transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0
}

.tx-kesearch-pi1 #kesearch_ordering span.up {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent red;
    border-style: none solid solid;
    border-width: 0 4px 4px
}

.tx-kesearch-pi1 #kesearch_ordering div.ordering {
    float: right;
    max-width: 300px
}

.tx-kesearch-pi1 #kesearch_ordering ul {
    display: inline-block;
    height: 20px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0
}

.tx-kesearch-pi1 #kesearch_ordering ul li {
    float: left;
    margin-right: 10px
}

.tx-kesearch-pi1 #kesearch_ordering div.clearer {
    clear: left
}

/* fluid styled content improvements */
#banner .ce-gallery {
    margin-bottom: 0;
}

#banner .ce-textpic,
#banner .ce-image,
#banner .ce-nowrap .ce-bodytext,
#banner .ce-gallery,
#banner .ce-row,
#banner .ce-uploads li,
#banner .ce-uploads div {
    overflow: visible;
}

.frame-space-before-extra-small {
    margin-top: 20px;
}

.frame-space-after-extra-small {
    margin-bottom: 20px;
}

.frame-space-before-small {
    margin-top: 25px;
}

.frame-space-after-small {
    margin-bottom: 25px;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
}

.ce-left .ce-gallery,
.ce-column {
    float: none;
}

.ce-right .ce-gallery,
.ce-column {
    float: none;
}

.ce-right h1,
.ce-right h2,
/*.ce-right h3,*/
.ce-right h4,
.ce-right h5 {
    display: inline;
}

.ce-left h1,
.ce-left h2,
.ce-left h3,
.ce-left h4,
.ce-left h5 {
    display: inline;
}

html[lang=en-US] .event-calender-category:first-of-type {
    display: none;
}

@media (min-width: 992px) {
    .ce-left .ce-gallery,
    .ce-column {
        float: left;
    }

    .ce-right .ce-gallery,
    .ce-column {
        float: right;
    }
}

/* schnellnavigation */
#c4119 p a:nth-child(even) {
    float: right;
}

/* basic settings */
img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

/* OWL Slider Custom */
#c9038 .owl-item a img{
    width: auto;
    height: 150px;
}

#c10736 {
    padding-top:51px;
}

#c575.block-row {
    display: inline-block !important;
    border-top: 1px solid #bfbfbf;
    width: 100%;
}


#c575 .col {
	width: 49%;
    float: left;
}
#c575 > .row > .col:first-child {
	margin-left: -5px;
}
#c575 > .row > .col:first-child > #c5535 {
	display: block;
    padding: 10px 20px 0 15px;
}
.uc-text-embedding {
	margin-top: -14px;
}
#c5535 .button{
	padding: 8px 40px 8px 8px;
}

@media (min-width: 1200px) {
	#c575 .news-social-cell {
        border-top: unset;
        padding-left: 25px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
    #c574>.block-cell {
        display: unset;
    }
}
@media (max-width: 1199px) {
	#c575>.row>.col {
        width: 100%;
    }
	#c575 .news-social-cell {
        border-top: unset;
        padding-left: 10px;
        padding-right: 10px;
    }
	#c576 {
        padding-left: 25px !important;
    }
}

/* accordion */
.accordion .frame > div:first-child > h1,
.accordion .frame > div:first-child > h2,
.accordion .frame > div:first-child > h3,
.accordion .frame > div:first-child > h4,
.accordion .frame > div:first-child > h5,
.accordion .frame > div:first-child > h6 {
    display: none;
}

.accordion .card-header {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    background-image: url(../img/expand_more-24px.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center right;
}

.accordion .card-header button {
    color: #877a4b;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0;
    font-family: "SourceSansProSemibold", Arial, Helvetica, Tahoma, sans-serif;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .card-header button:focus {
    outline: none;
}

.accordion .card-body {
    padding: 15px 0 0 0;
}

.accordion .card {
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #877a4b;
    border-color: #877a4b;
}

.btn-primary:hover {
    background-color: #a7975d;
    border-color: #a7975d;
}

label {
    font-weight: 400;
}

.btn {
    padding: 7px 20px 5px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
	border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.checkbox, .radio {
    margin-top: 0px;
}

.msgAnfrage {
    background-color: #877a4b;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

/*.online-tickets, .ausstellungen, .besuch-und-service, .eintrittspreise {*/
/*    display:none;*/
/*}*/
.online-tickets .icon, .ausstellungen .icon, .besuch-und-service .icon, .eintrittspreise .icon {
    display:block;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.side-menu .online-tickets .icon {
    background-image: url(../img/side-menu/icon-tickets.png);
    background-size: 17px;
}
.side-menu .ausstellungen .icon {
    background-image: url(../img/side-menu/icon-ausstellungen.png);
    background-size: 25px;
}
.side-menu .besuch-und-service .icon {
    background-image: url(../img/side-menu/icon-besuch.png);
    background-size: 30px;
}
.side-menu .eintrittspreise .icon {
    background-image: url(../img/side-menu/icon-eintrittspreis.png);
    background-size: 35px;
}

#c9883 .contenttable>tbody>tr>td:nth-child(2) { white-space: nowrap;}

.card .card-header .btn { white-space: inherit; }
a {overflow-wrap: anywhere;}