:root {
	--primary-color: #1a2f62;
	--silver-color: #e9eaf3;
	--grey-color: #9ca3ab;
	--dark-color: #474f58;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300|Roboto:300|Roboto:100');

/* fa */
@font-face {
  font-family: fal;
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/templates/js_wright/fonts/fa-light-300.woff2") format("woff2");
}
.fal {
  font-family: fal;
  font-weight: 300;
}
@font-face {
  font-family: fas;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/templates/js_wright/fonts/fa-solid-900.woff2") format("woff2");
}
.fa,
.fas {
  font-family: fas;
  font-weight: 900;
}
@font-face {
  font-family: far;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/templates/js_wright/fonts/fa-regular-400.woff2") format("woff2");
}
.far {
  font-family: far;
  font-weight: 400;
}
@font-face {
  font-family: fab;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/templates/js_wright/fonts/fa-brands-400.woff2") format("woff2");
}
.fab {
  font-family: fab;
  font-weight: 400;
}


* {
	box-sizing: border-box;
	letter-spacing: normal;
	outline: none !important;
	cursor: default;
	line-height:1.4;
	font-weight: 300;
}
::selection {
	background-color: #e9eaf3;
}

html,
body {
	position: relative;
	scroll-behavior: smooth;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	background: 
	;
	z-index: 0;
	color: var(--dark-color);
}
body.id_101 {
	background: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	line-height:1.2;
}
h2{font-size:1.2rem;}
h3{font-size:1.5rem;}
h4{font-size:1.3rem;}
h5{font-size:1.1rem;}
h6{font-size: 1.05rem;}
.montserrat {
	font-family: Montserrat, sans-serif;
}

a, a * {
	cursor: pointer;
}
a {
	color: var(--primary-color);
}
a:hover,
a:active,
a:focus {
	color: #000;
}
label,
input,
button,
select,
textarea {
	font-weight: 300;
	font-size: 1rem;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}
input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea {
	cursor: text;
	box-shadow: #fff 0 0 0 100px inset;
	filter: none;
}
input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select {
	height: auto;
}
input[type="radio"],
input[type="checkbox"],
input[type="button"],
input[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	width: 1rem;
	height: 1rem;
}

.btn {
	font-size: .9rem;
}
.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: none;
    border: none;
}

#contact a,
#footer .footer-content a {
    color: #fff;
    text-decoration: none;
}
#contact a:hover,
#contact a:focus,
#contact a:active,
#footer .footer-content a:hover,
#footer .footer-content a:active,
#footer .footer-content a:focus {
    color: #fff;
    background: rgba(255,255,255,.2);
    box-shadow: 0 0 0 5px rgba(255,255,255,.2);
    text-decoration: none;
}
.hide {
	display: none;
	visibility: hidden;
}

li {
    line-height: 1.2;
    margin-bottom: .6em;
}

.wrapper-toolbar,
.container,
.wrapper-footer {
	position: relative;
}
.wrapper-toolbar {
	box-shadow: #fff 0 calc(var(--vh, 1vh) * -100) 0 calc(var(--vh, 1vh) * 100);
}
.container {
}
#logo-toolbar {
	float: right;
	width: 200px;
	padding: 3px 0 7px;
	opacity: 0;
	filter: brightness(.7);
}
#logo-navbar {
	display: none;
	float: left;
	width: 160px;
	padding: 7px 0 0;
	opacity: 0;
	filter: brightness(.6);
	margin-left: calc(50% - 80px);
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border: none;
    box-shadow: none;
}
.navbar-inner {
    background-color: #fff;
}
.menu.nav li {
	margin: 0;
}
.navbar .nav > li > a {
    float: none;
    padding: 20px;
    color: var(--dark-color);
    text-decoration: none;
    text-shadow: none;
    font-size: .9rem;
}
.navbar-inverse .navbar-inner {
    background-color: var(--primary-color);
}
.navbar-inverse .btn-navbar,
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #fff;
    text-shadow: none;
}
.navbar .btn-navbar,
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled]
 {
	border: none;
	box-shadow: none;
	background: transparent none;
}
.nav-collapse.in.collapse .nav > li > a,
.nav-collapse.in.collapse .dropdown-menu a {
   	font-weight: 300;
    color: var(--dark-color);
}
.nav-collapse {
	background: #eee none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: var(--grey-color);
    background-color: #f8f8f8;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
#logo {
	text-align: center;
}
#logo a {
	display: inline-block;
	width: 20vw;
	min-width: 200px;
	max-width: 280px;
	padding: calc(var(--vh, 1vh) * 0) 0 calc(var(--vh, 1vh) * 5);
	cursor: default;
}
body.id_106 .item-page *,
body.id_107 .item-page * {
	font-size: .9rem;
	line-height: 1.2;
}
body.id_106 .item-page h2,
body.id_107 .item-page h2 {
	font-size: 1rem;
	margin: 1rem 0 .5rem;
}

#featured {
	margin-bottom: 0 !important;
	position: relative;
	width: 100%;
    background-color: #fff;
	box-shadow: #FFF 0 -100vw 0 100vw;
}

#featured .moduletable {
}
.m-b-1 {
    margin-bottom: 0 !important;
    background-color: #fff;
	box-shadow: #FFF -50vw 0 0 0, #FFF 50vw 0 0 0;
}
.module.page-heading h1 {
	margin: 2% 1% .2%;
	overflow: hidden;
	color: var(--grey-color);
	font-size: calc(.4rem + .7vw);
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}

body.id_101 .page-header {
    padding: 164px 0;
    margin: 0 0 -271px;
    border-bottom: none;
}
.header {
	position: relative;
	z-index: 10;
}
[class*="leading-"] .item-title {
    text-align: center;
    margin: calc(var(--vh, 1vh) * 2 + 1rem + 2vw) auto 0;
    width: 9em;
    overflow: hidden;
}
.items-leading > div:nth-of-type(1) .item-title {
    margin: calc(var(--vh, 1vh) * 4 + 1rem + 10vw) auto 0;
}
body .items-leading > div:nth-of-type(4) .item-title {
    color: var(--silver-color);
}

.contact-bg,
.items-leading > div:nth-of-type(4),
.items-leading > div:nth-of-type(5),
.items-leading > div:nth-of-type(6) {
	min-height: calc(var(--vh, 1vh) * 100 - 46px);
}
.contact {
	min-height: calc(var(--vh, 1vh) * 100 - 46px - 90px);
}
img.full-bg {
	height: calc(var(--vh, 1vh) * 100);
}
.items-leading > div:nth-of-type(7),
.items-leading > div:nth-of-type(3),
.items-leading > div:nth-of-type(4),
.items-leading > div:nth-of-type(6) {
	position: relative;
	background: var(--silver-color);
	box-shadow: #FFF -50vw 0 0 1px, #FFF 50vw 0 0 1px;
}
.items-leading > div:nth-of-type(3),
.items-leading > div:nth-of-type(6) {
	box-shadow: #FFF -50vw 0 0 0, #FFF 50vw 0 0 0;
}
.items-leading > div:nth-of-type(1) {
	position: relative;
	background: #FFF;
	box-shadow: #FFF -50vw 0 0 0, #FFF 50vw 0 0 0;
}
.items-leading > div:nth-of-type(4) {
	background: #fff;
	box-shadow: inset var(--dark-color) 0 calc(var(--vh, 1vh) * 1 + 8rem) 0 0,#FFF -50vw 0 0 0, #FFF 50vw 0 0 0;
}

.items-leading > div:nth-of-type(2) {
	position: relative;
/*    background: var(--primary-color);
	box-shadow: 320px 0 0 0 var(--primary-color), -320px 0 0 0 var(--primary-color), 1170px 0 0 0 var(--primary-color), -1170px 0 0 0 var(--primary-color);
*/}
//.leading-3 {display: none !important;}
.items-leading > div:nth-of-type(2) .item-title{
    width: auto;
    padding: calc(var(--vh, 1vh) * 3 + 1rem) 0 calc(var(--vh, 1vh) * 1 + 1rem);
    margin: 0;
	box-shadow: none !important;
    color: var(--silver-color);
}
.items-leading > div:nth-of-type(5) {
	position: relative;
	margin: -5px 0 0;
	background-color: var(--primary-color);
	/*
	background-image: url("/images/bg/Kammerchor_der_Frauenkirche_Foto_Jan_Gutzeit.jpg");
	background-position: 50% 18rem;
	background-size: cover;
	background-repeat: no-repeat;
    */
    box-shadow: var(--primary-color) -50vw 0 0 0, var(--primary-color) 50vw 0 0 0;
}
.items-leading > div:nth-of-type(5) .item-title {
	background-color: var(--primary-color);
    color: var(--silver-color);
}

#partner {
	padding: calc(var(--vh, 1vh) * 2 + 2vw) 5% calc(var(--vh, 1vh) * 2 + 10vw);
	align-items: center;
	justify-content: center;
}
#partner.flex > * {
	min-width: 90px;
    width: 25%;
    padding: 6% 4% 3%;
    text-align: center;
}
#partner.flex > *:nth-child(5),
#partner.flex > *:nth-child(7) {
    padding: 4% 8% 3%;
}
#partner.flex > *:nth-child(2) {
    padding: 10% 2% 0;
}
#chooseus {	
	padding: calc(var(--vh, 1vh) * 8 + 2vw) 0 0;
	text-align: center;
	justify-content: center;
}
#idea,
#partnership {
	padding: 5vh 10vw 20vh;
}
#idea {
	background: url("/images/idea.png") center bottom no-repeat;
	background-size: 90%;
}
.cols3 {
	columns: 200px 3;
	column-gap: 3em;
}
.cols2 {
	columns: 250px 3;
	column-gap: 4em;
}
.cols2 h3,
.cols3 h3 {
	margin-top: 0;
}
	
#musik {
	padding: calc(var(--vh, 1vh) * 100 - 12rem) 0 calc(var(--vh, 1vh) * 10);
	justify-content: center;
}
#musik.flex > * {
	max-width: 390px;
	margin: 0 2% 4%;
	padding: calc(var(--vh, 1vh) * 1 + 2vw) calc(var(--vh, 1vh) * 1 + 3vw);
	color: #fff;
    background: rgba(100,100,100,.99);
}
#musik h3 {
	font-size: 1.5rem;
    margin: .4em 0 .7em;
}
#musik p {
    line-height: 1.5;
    font-size: 1.1rem;
}
#musik a {
	color: #fff;
    font-style: italic;
    background: #444;
    padding: 1em;
    display: inline-block;
}
#musik a i {
	font-size: 1.5em;
}
#about {
	padding: 50px 0;
}
#about.flex > * {
	max-width: 80%;
	margin: 2rem 1% 5rem;
	padding: calc(var(--vh, 1vh) * 1 + 2vw) calc(var(--vh, 1vh) * 1 + 3vw);
	color: var(--silver-color);
    background: rgba(0,0,0,.3);
}
#about img {
	margin: -20% 0 0 -10%;
    max-width: 120%;
}
#about h3 {
	margin: 1em auto .5em;
}

.rsform-block-gdpr label {
	font-size: .8rem;
}
#idea2 {
	max-width: 300px;
	margin: 10vh auto 20vh;
}
#idea2 strong {
	color: var(--primary-color);
}
#idea3 {
	margin: 0 auto;
	padding: 2vh 15% 20vh;
    background: #eee;
}
#idea3 h3 {
	text-align: center;
	margin: 10vh auto 4vh;
}
#idea3 .fa {
	font-size: 2rem;
}
#idea3 .flex {
}
#idea3 .flex > * {
	text-align: center;
    padding: 1rem;
}

#footer {
    color: var(--silver-color);
    background-color: var(--dark-color);
/*	border-top: #fff solid calc(var(--vh, 1vh) * 4 + 4vw);*/
}
.footer-content a {
    color: #fff;
}
.footer-content .row {
	padding-left: 20px;
	padding-right: 20px;
}
.footer-content .flex {
	padding: 40px 0;
	justify-content: space-between;
}
.footer-content .flex > * {
	min-width: 160px;
	max-width: 322px;
}
.footer-content .address li:nth-child(n + 2) {
	margin-left: 8px;
}
.footer-content .footer-logo {
	width: 272px;
    margin: 0 0 34px 10px;
}
.footer-bottom {
	padding: 40px 0;
	background: rgba(0,0,0,.2);
	box-shadow: 0 10000px 0 10000px rgba(0,0,0,.2);
}
.footer-bottom .copy {
	opacity: .7;
	font-size: .8rem;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.plg_system_eprivacy_module {
	padding: 40px 0;
    font-size: .8rem;
}
.plg_system_eprivacy_reconsider,
.plg_system_eprivacy_accepted {
	font-size: .8rem;
}

p {
    margin: 0 0 .5em;
    line-height: 1.4;
}
dt,
.dp-heading {
    font-weight: inherit;
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: var(--grey-color);
}

/* dpc calendar */
.com-dpcalendar-event .dp-button-map-site,
.com-dpcalendar-event .dp-button-map-directions {
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
}
.dp-location__details dt {
	display: none;
}
#calendar {
    padding: 7%;
    margin: 0 0 7%;
}
#calendar p {
  margin-bottom: 1.5em;
}
.tippy-popper {
	display: none;
}
.com-dpcalendar-event>div:not(.com-dpcalendar-event__image), 
.com-dpcalendar-event .dp-figure__caption {
    padding-left: 0;
    padding-right: 0;
}
.com-dpcalendar-event__information,
.com-dpcalendar-event__actions,
.com-dpcalendar-event__cta,
.com-dpcalendar-event__description,
.com-dpcalendar-event_small {
    padding: 0;
}
.com-dpcalendar-event__image,
.com-dpcalendar-event__information {
    background-color: transparent;
    border-bottom: none;
}
.com-dpcalendar-event .dp-description {
    margin: 0 0 10px;
}
.dp-location__details .dp-description {
    margin: 0;
}
.com-dpcalendar-event .dp-description__description {
    margin: 0;
}
.fc-unthemed td.fc-today {
    background: rgba(0,0,0,.05);
}
.tingle-modal {
    z-index: 1100;
}
.com-dpcalendar-event__title.dp-heading a,
.com-dpcalendar-event__title.dp-heading a:hover,
.com-dpcalendar-event__title.dp-heading a:focus,
.com-dpcalendar-event__title.dp-heading a:active,
.com-dpcalendar-event__locations .dp-heading a,
.com-dpcalendar-event__locations .dp-heading a:hover,
.com-dpcalendar-event__locations .dp-heading a:focus,
.com-dpcalendar-event__locations .dp-heading a:active {
	color: #333;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#contact {
	position: relative;
	overflow: hidden;
    border-top: calc(var(--vh, 1vh) * 1 + 1rem + 2vw) solid var(--dark-color);
    box-shadow: inset var(--dark-color) 0 10px 0 0;
}
.contact-bg {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    overflow: hidden;
    background: #fff url("/images/contact/HCH_20190419_160602.JPG") no-repeat;
    background-attachment: scroll;
    background-position: 50% bottom;
    background-size: cover;
}
.contact-bg.blur {
    background-attachment: fixed;
}
.contact {
	position: relative;
	min-width: 280px;
	max-width: 500px;
	padding: calc(var(--vh, 1vh) * 3 + 3vw);
    margin: 0;
    background: rgba(43, 49, 56, 0.8);
    color: var(--silver-color);
}
.contact label.checkbox {
	margin: .5em;
	line-height: 1.1;
}
.contact textarea,
.contact input[type="text"] {
	width: 100%;
	border-radius: 2px;
	border: none;
	opacity: .85;
}
.contact label.checkbox a {
	color: #fff;
}
.contact label.checkbox a:hover,
.contact label.checkbox a:focus,
.contact label.checkbox a:active {
	color: #fff;
	text-decoration: underline;
}
.contact input[type="checkbox"] {
	margin-top: 0;
}

.contact button {
	padding: .7em;
}

.scrollToTop {
    bbox-shadow: none !important;
    border-radius: 50% !important;
    padding: 0 !important;
    background-color: rgba(255,255,255,0.4) !important;
    width: 34px !important;
    height: 34px !important;
    margin: 1% !important;
    background-size: 14px;
}

figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
audio {
	width: 100%;
	height: 32px;
}
img.full-bg {
	display: none;
}
body.id_101 img.full-bg {
	display: block;
	object-fit: cover;
	width: 100vw;
	position: fixed;
	top: 46px;
	left: 0;
	z-index: -1;
}
.moduletable {
	margin: 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto;
    padding: 12px 13px;
}
.no-wrap {
	white-space: nowrap;
}

#rsfp-thankyou-scroll3 {
	padding-top: 80px;
}

@media screen and (min-width: 380px){
	[class*="leading-"] .item-title {
		font-size: 2rem;
	}
	[class*="leading-"] .item-title:before,
	[class*="leading-"] .item-title:after {
	    background-color: var(--grey-color);
	    content: "";
	    display: inline-block;
	    height: 1px;
	    position: relative;
	    vertical-align: middle;
	    width: 50%;
	    overflow: hidden;
	}
	[class*="leading-"] .item-title:before {
	    right: 0.5em;
	    margin-left: -50%;
	}
	[class*="leading-"] .item-title:after {
	    left: 0.5em;
	    margin-right: -50%;
	}
	.items-leading > div:nth-of-type(3) .item-title:before,
	.items-leading > div:nth-of-type(3) .item-title:after {
	    background-color: var(--silver-color);
	    width: 8%;
	    overflow: hidden;
	}
}
@media (min-width: 480px){
}
@media (min-width: 640px){
	#idea {
		padding: 5vh 10vw 30vh;
	}
	#about.flex > * {
		max-width: 40%;
	}
}
@media (max-width: 767px){
	body {
	    padding-left: 0;
	    padding-right: 0;
	}
	#footer,
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: 0;
		margin-right: 0;
    }
}
@media (min-width: 979px){
	#idea {
		padding: 5vh 10vw 40vh;
	}
	#idea {
		background-size: 60%;
	}
}
@media (max-width: 979px){
	.navbar-fixed-top, .navbar-fixed-bottom {
	    position: fixed;
	}
	#logo-toolbar {
		display: none;
	}
	#logo-navbar {
		display: block;
	}
	#musik.flex > * {
		max-width: 280px;
	}
}
@media (min-width: 1200px){
	#footer .row {
	    margin-left: -20px;
	}
}
@media (max-aspect-ratio: 9/17) and (orientation: portrait) {
	#logo a {
	    padding: calc(var(--vh, 1vh) * 6) 0 calc(var(--vh, 1vh) * 12);
	}
	.module.page-heading h1 {
		margin-top: 8%
	}
}

#calendar {
  padding: 3% 7% 0 7%;
  margin: 0 0 7%;
}
.scrollToTop {
  padding: 10px;
  margin: 20px;
  text-align: center; 
  font-weight: bold;
  text-decoration: none;
  position:fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 100;
  width: 100px;
  height: 100px;
  color: inherit;
  font-size: inheritpx;
  font-family: inherit;
  opacity: 1;
  background-color: none;
  background-image: url(/plugins/system/scrolltock/images/arrow_up.png);
  background-position: center center ;
  background-repeat: no-repeat;
  border: 0px transparent solid;
  border-radius: 0px;
  box-shadow: transparent 0 0 0px;
}
.scrollToTop:hover {
  text-decoration:none;
  color: ;
}
