*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #F0EDE2;
    color: #55604C;
    font: 17px Inter, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #55604C;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #485041; /* vorher 000*/
    text-decoration: none;
}

.page-container a{
    text-decoration: underline;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font: 120px/0.8 'Burford Base';
    letter-spacing: -6px;/*-2px;*/
    margin: 0 0 .2em;
}

h2 {
    font: 50px/0.9 'Burford Base';
    letter-spacing: -2px;
    margin: 0 0 1em;
}

h3 {
    font: 40px/.9 'Burford Base'; /* 50px?*/
    letter-spacing: -1px; /*vorher -2*/
    margin: 0 0 .5em;
}

h2 span,
h3 span {
    display: block;
    font-size: 30px;
}

h4 {
    font: 30px/.9 'Burford Base';  /*voerher 40px*/
    letter-spacing: -2px;
    margin: 0 0 .6em;
}

h5,
h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: inline-block;
    max-width: 100%;
      height: auto;
}

/*- Layout -*/

.page-container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 20px 285px;
    transition: .7s All
}

.home-page .page-container {
    padding-top: 85px;
}

.content-animate .page-container,
.content-animate .page-video {
    transform: translateY(30%);
}

/*- Page Header -*/

.page-header {
    display: flex;
    height: 1px;
    justify-content: space-between;
    left: 0;
    padding: 0 52px;
    position: fixed;
    right: 0;
    top: 53px;
    z-index: 10
}

.home-page .page-header:not(.is-scrolling) {
    color: #fff;
}
.home-page .page-header:not(.is-scrolling) .header-contacts a {
    color: #fff;
}
.home-page .page-header.nav-is-open {
    color: #55604C;
}

.header-logo {
    display: flex;
    justify-content: center;
    margin: 60px 0 143px;
}

.header-logo img{
    max-width: 500px
}

.header-menu {
    display: flex;
}

.header-contacts {
    font: 20px/.9 'Burford Base';
    text-align: right;
}

/*- Title  -*/

.page-video {
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: .7s All
}

.bgvideo-mobile {
    display:none;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0%;
    transform: translateX(-50%) translateY(0%);
    transition: 1s opacity;
    width: auto;
}
.bgvideo-pc {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0%;
    transform: translateX(-50%) translateY(0%);
    transition: 1s opacity;
    width: auto;
}

/*.page-video::before {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}*/

.video-logo {
    left: 50%;
    /*opacity: .5;*/
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.btn-scroll-down {
    bottom: 32px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.btn-scroll-down a{
    color: #fff;
    text-shadow: #000 1px 0 10px;
}

.page-title {
    height: 1100px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.page-title--animated {
    transform: scale(1.2);
    transition: 1.7s All;
}

.page-title--zoom {
    transform: scale(1);
}

.title-pic {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.title-pic__1 {
    bottom: 60px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.title-pic__2 {}

.intro-text {
    font: 50px/.9 'Burford Base';
    text-align: center;
}

.home-page .intro-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

.intro-text p {
    line-height: .9;
}

/*- Navigation -*/

.nav-language {
    align-items: center;
    border: 2px solid #55604C;
    border-radius: 50%;
    display: flex;
    font: 24px 'Burford Base';
    height: 64px;
    justify-content: center;
    margin-left: 11px;
    position: relative;
    width: 64px;
    z-index: 1
}

.nav-language.is-open {
    background: #F0EDE2;
    color: #55604C;
}

.home-page .page-header:not(.is-scrolling) .nav-language {
    border-color: #fff;
}

.home-page .page-header.nav-is-open .nav-language {
    border-color: #55604C;
}

.nav-language__select {
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    padding-bottom: 5px;
    user-select: none;
    z-index: 1;
}

.nav-language__select::after {
    background: url(../images/ico-exp.svg) no-repeat center / contain;
    bottom: 10px;
    content: '';
    height: 8px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 12px
}

.home-page .page-header:not(.is-scrolling) .nav-language__select::after {
    background: url(../images/ico-exp-w.svg) no-repeat center / contain;
}

.is-open .nav-language__select::after {
    bottom: -60px;
    transform: rotate(180deg);
}

.home-page .page-header:not(.is-scrolling) .is-open .nav-language__select::after {
    background: url(../images/ico-exp.svg) no-repeat center / contain;
}

.home-page .page-header.nav-is-open .nav-language__select::after {
    background: url(../images/ico-exp.svg) no-repeat center / contain;
}

.nav-language__menu {
    background: #F0EDE2;
    border-left: 2px solid #55604C;
    border-right: 2px solid #55604C;
    padding-top: 13px;
    position: absolute;
    text-align: center;
    top: 32px;
    width: 64px
}

.home-page .page-header:not(.is-scrolling) .nav-language__menu {
    border-color: #fff;
}

.nav-language__menu a {
    display: block;
    margin-bottom: 3px;
}

.nav-language__menu a::selection {
    background: none;
}

.nav-language__menu a:last-child {
    margin-bottom: 0;
}

    .nav-language__menu::after {
    background: #F0EDE2;
    border: 2px solid #55604C;
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 64px;
    left: -2px;
    position: absolute;
    right: -2px;
    top: 38px;
    z-index: -1
}

.home-page .page-header:not(.is-scrolling) .nav-language__menu::after {
    background: #F0EDE2;
    border-color: #fff;
}

.home-page .page-header.nav-is-open .nav-language__menu,
.home-page .page-header.nav-is-open .nav-language__menu::after {
    border-color: #55604C
}

.nav-primary {
    background: #F0EDE2;
    font: 30px/1 'Burford Base';
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transform: translateY(-100%);
    transition: .7s All;
    visibility: hidden;
    z-index: 9;
}

.nav-is-open+.nav-primary {
    transform: translateY(0);
    visibility: visible;
}

.nav-main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    padding: 68px 0 123px;
}

.nav-main {
    font-size: 60px;
}

.nav-main>li {
    margin-bottom: -11px;/* vorher -20px*/
}

.nav-main>li>a {
    color: #55604C;
    line-height: 1;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a {
    color: #55604C;
}

.nav-contacts {
    font-size: 30px;
    line-height: 1;
}

.btn-startseite {
    display: inline-block;
}

.nav-banner {
    bottom: 54px;
    position: absolute;
    right: 75px;
}

.nav-banner img {
    max-width: 253px;
}

/*- Components -*/

.list-staff {
    margin-bottom: 125px;
}

.staff-item {
    margin-bottom: 55px;
    text-align: center;
}

.staff-item__pic {
    margin-bottom: 13px;
}

.staff-item__pic img {
    width: 100%;
}

.staff-item__heading {
    margin-bottom: 0;
}

.news-item {
    margin-bottom: 40px;
    padding: 0 5px;
    text-align: center;
}
.list-news ul li{
    margin-bottom: 40px;
    padding: 0 5px;
    text-align: center;
}

.news-item p {
    margin: 0
}

.news-item a {
    text-decoration: underline;
}

.list-quote {
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    padding: 165px 0;
    position: relative;
    text-align: center;
}

.list-quote::before,
.list-quote::after {
    background: #55604C;
    content: '';
    height: 115px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px;
}

.list-quote::after {
    bottom: 0;
    top: auto
}

.accordeon {
    border-top: 2px solid #55604C;
    margin-bottom: 65px;
}

.accordeon-row {
    border-bottom: 2px solid #55604C;
}

.accordeon-headline {
    align-items: flex-start;
    cursor: pointer;
    /*display: flex; */
    font: 36px 'Burford Base';
    letter-spacing: -2px;
    padding: 0;
    position: relative;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
.cms_accordion{

width: 61% !important;
  float: unset!important;
  margin: 0 auto!important;
}
.konzertprogramm .cms_accordion{

width: 100% !important;
  float: unset!important;
  margin: 0 auto!important;
}

.konzertprogramm  .cms_content {
  text-align: left;
  padding:20px 0px 100px 0px
}

.accordeon-headline::after {
    background: url(../images/ico-+.svg) no-repeat top / contain;
    content: '';
    height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
}

.is-open .accordeon-headline::after {
    background: url(../images/ico--.svg) no-repeat top / contain;
}

.accordeon-row.is-open .accordeon-headline:after {
    background: #55604C;
    height: 4px;
    margin-top: -2px;
    width: 28px;
}

.accordeon-wrap {
    padding: 30px 0
}

.accordeon-intro {
    margin: 0 auto 30px;
    max-width: 1060px;
    text-align: center;
}

/*- Buttons -*/

.btn-link {
    font: 50px 'Burford Base';
    letter-spacing: -2px;
    padding-left: 55px;
    position: relative;
}

.btn-link a {
    text-decoration: underline;
}

.btn-link a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 38px;
}

.doc{
  margin-top: 20px
}

/*- Page Footer -*/

.page-footer {
    padding: 46px 76px 18px;
}
.page-footer .flex-shrink-1{
    min-width: 70%;
}



.footer-banner {
    left: 0;
    position: absolute;
    top: 0;
}

.footer-pics {
    display: flex;
    padding-left: 165px;
    position: relative;
    /*min-width: 1120px; */
}

.footer-pics img {
    margin-right: 15px;
}

.footer-contacts {
    font: 30px/.9 'Burford Base';
    margin-bottom: 25px;
    text-align: center;
}

.nav-footer {
    display: flex;
    font: 15px 'Burford Base';
    justify-content: center;
}

.nav-footer li {}

.nav-footer li:after {
    color: #999;
    content: "|";
    padding: 0 5px;
}

.nav-footer li:last-child:after {
    display: none;
}

/*- Misc. Components-*/


hr {
    border: 0;
    border-top: 1px solid #55604C;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.spacing-xl {
    margin-bottom: 145px;
}

.spacing-lg {
    margin-bottom: 100px;
}

.spacing-sm {
    margin-bottom: 70px;
}

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

.hamburger {
    background-color: transparent;
    border: 0;
    border: 2px solid #55604C;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 64px;
    outline: none;
    overflow: visible;
    padding: 0;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    width: 64px;
    z-index: 1
}

.home-page .page-header:not(.is-scrolling) .hamburger {
    border-color: #fff;
}

.home-page .page-header.nav-is-open .hamburger {
    border-color: #55604C;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 17px;
    left: 50%;
    margin-left: -16px;
    position: relative;
    width: 32px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #55604C;
    border-radius: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 32px;
}

.home-page .page-header:not(.is-scrolling) .hamburger-inner,
.home-page .page-header:not(.is-scrolling) .hamburger-inner::before,
.home-page .page-header:not(.is-scrolling) .hamburger-inner::after {
    background-color: #fff;
}

.home-page .page-header.nav-is-open .hamburger-inner,
.home-page .page-header.nav-is-open .hamburger-inner::before,
.home-page .page-header.nav-is-open .hamburger-inner::after {
    background-color: #55604C;
}

.hamburger-inner::before {
    content: "";
    top: 7px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    width: 25px;
}

.hamburger-inner::after {
    content: "";
    top: 14px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}


/*
Z. 349,356, 393, 431, 616, 102, 387, 217, 60, 78, 91, 388
*/
.text-center a, .text_rechts a {
    text-decoration:underline;
}
.text_rechts {
    text-align: left;
    width: 65%;
    margin-left: auto;
    font: 17px Inter, Arial, Helvetica, Sans-Serif;
}

.det_elem_no_padding {
    margin:0 calc(50% - 50vw)  45px /*0*/ !important;
}
.det_elem_no_padding img{
   width: 100%;
   height: auto;
}
.CCSS331 {
    border-top: 2px solid #55604C;
    margin-bottom: 65px;
}
.pic-galerie {
    padding-bottom: 20px;
}
.galerieseite_box {
    padding-top:36px;
}
.galeriename {
    padding-top:16px;
}
.intro-text {
    margin-bottom:112px;
    letter-spacing: -2px;
}
.cms_document {
    font: 50px 'Burford Base';
    letter-spacing: -2px;
    padding-left: 55px;
    position: relative;
    padding-bottom:85px;
    text-align:left;
}

.CCSS415 .cms_document {
    font-size: 24px;
}

.cms_document a {
    text-decoration: underline;
}

.cms_document a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 20%;
    width: 38px;
}

.cms_item a.docx, .cms_item a.doc {
  background-image: none;
  background-position-y: 3px;
  background-position-x: 0px;
}


.cms_item>.cms_content>.cms_document a.pdf {
    background-image:none;
}
.cms_item a.file {
    padding-left:0;
    white-space: normal !important;
}
.cms_content .text {   /*dreiertext hier*/
    padding-bottom:62px;
}
.cms_content {
    text-align: center;
}
.cms_content a{
    text-decoration: underline;
}
.fancybox-infobar {
    display:none;
}
.galerieseite {
    padding-bottom:254px;
}
.nav-main>li>a:hover  {
    opacity:0.8;
}
/*
.header_start {
    border-color: #fff !important;
    color: #fff;
    filter: brightness(0) invert(1);
}
.header_start::after {
    border-color: #fff !important;
    background: #fff !important;
}
.header_start_open {
    background:#fff;
}
.background_white {
    background: #fff !important;
}
.filter_white {
    filter: brightness(0) invert(1);
}
.filter_normal {
    filter: brightness(1) invert(0);
}      */
.headline_cms h3 {
    margin-bottom:0;
}

iframe {
  width: 100%;
  height: 100%;
}
.legende {
    padding-top:10px;
}
.list-news {
    display: flex;
    justify-content: center;
}
.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_column img, .galerieseite_box img {
    width: 100% !important;
    height: auto !important;
}

.footer-banner {
    max-width: 198px;
}

.news-item>.doc a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    position: relative;
    display: inline-flex;
    width: 40px;
    top: 4px;
    height: 19px;
}
.fixed_circle {
    position: fixed;
    right: 12px;
    bottom: 150px;
}
.CCSS225 p{
  width: 70%;
  margin: 0 auto;
}
#termine  {
  border-collapse: inherit;
  width: 100%;
}
#termine th {
  text-align: left;
  padding: 15px;
}
#termine td {
  padding: 15px;
}
#termine td a{
  text-decoration:underline
}
#month {
  border-bottom: 1px solid #55604C;
  font-size: 30px;
}
.socialicon{
  height: 20px;
  width: auto;
}
.cddetail a    {
  text-decoration:none
}
