/* ##### fonts ##### */

/* libre-franklin-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Libre Franklin';
	font-style: normal;
	font-weight: 300;
	src: url('/_shared/fonts/tw/libre-franklin-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-franklin-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Libre Franklin';
	font-style: normal;
	font-weight: 400;
	src: url('/_shared/fonts/tw/libre-franklin-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-franklin-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Libre Franklin';
	font-style: normal;
	font-weight: 700;
	src: url('/_shared/fonts/tw/libre-franklin-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-condensed-300 - latin */
@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/_shared/fonts/open-sans-condensed-v14-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
		url('/_shared/fonts/open-sans-condensed-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/_shared/fonts/open-sans-condensed-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		url('/_shared/fonts/open-sans-condensed-v14-latin-300.woff') format('woff'), /* Modern Browsers */
		url('/_shared/fonts/open-sans-condensed-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/_shared/fonts/open-sans-condensed-v14-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/_shared/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Roboto Light'), local('Roboto-Light'),
		url('/_shared/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/_shared/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		url('/_shared/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
		url('/_shared/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/_shared/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/_shared/fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('/_shared/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/_shared/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		url('/_shared/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
		url('/_shared/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/_shared/fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('/_shared/fonts/roboto-v20-latin-500italic.eot'); /* IE9 Compat Modes */
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
		url('/_shared/fonts/roboto-v20-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/_shared/fonts/roboto-v20-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('/_shared/fonts/roboto-v20-latin-500italic.woff') format('woff'), /* Modern Browsers */
		url('/_shared/fonts/roboto-v20-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/_shared/fonts/roboto-v20-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/_shared/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('/_shared/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/_shared/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('/_shared/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
		url('/_shared/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/_shared/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

:root {
	--body-color: rgba(225,225,225,1);
	--highlight-header: rgb(103, 6, 22);
	--highlight-copy: rgb(162, 10, 35);
	--text-link: rgb(225,225,225,1);
	--bg-dark: rgba(30,25,25,0.7);
	--btn-color: rgb(140,40,40);
}

/* Allgemein */

html {
	scroll-behavior: smooth;
	scroll-amount: 500;
}

body{
	color: var(--body-color);
	background-color: black;
	/* background-image: url("/_shared/img/tw/iStock-670250510_.webp");
	background-size: cover;
	background-attachment: fixed */
}
* {
	font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: 300;
	line-height: 1.5;
}
.container-wide,
.container-slim,
.container-extraslim {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-wide {
	max-width: 1540px
}
.container-slim {
	max-width: 760px
}
.container-extraslim {
	max-width: 570px
}
strong, b {
	font-weight:700;
}
a, a:visited {
	color: var(--text-link);
	font-weight: 700;
	letter-spacing: 0.5px;
	transition:all .2s;
}
a:hover, a:focus {
	text-decoration-color: var(--highlight-copy);
	color: var(--text-link);
	text-decoration:none;
}
main a {
	display: inline-block;
}
main a:hover, main a:active {
	color: var(--highlight-copy);
}
h1, h2, h3 {
	font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: 300;
}
h2 {
	font-size:1.75rem;
}
h3 {
	font-size:1.5rem;
}
.display-1 {
	font-family: "Libre Franklin";
	line-height: 1;
	font-size: 5rem;
	font-weight:700
}
.display-2 {
	font-family: "Libre Franklin";
	font-size: 2.5rem;
	font-weight: 300
}
.display-3 {
	font-size: 1.2rem;
	font-weight: 300
}
.display-4 {
	font-size: 1.2rem;
	font-weight: 300
}
.display-5 {
	font-size: 1.2rem;
	font-weight: 300
}
.text-light {
	color: var(--body-color)!important;
}
#noscript {
	text-align:center;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	color:#fff;
	background:#0e3770;
	padding:1rem 2%;
	margin:0;
	z-index:5;
}
::selection {
	color:#fff;
	background:#0e3770;
}
::-moz-selection {
	color:#fff;
	background:#0e3770;
}

/* Ladekreis */
#loader {
	width:100vw;
	height:100vh;
	position:fixed;
	z-index:9998;
	left:0;
	top:0;
	background: rgba(0,0,0,1);
	display:flex;
	align-items:center;
	justify-content:center;
}
.no-js #loader {
	display:none;
}
#loader:after {
	border:10px solid var(--body-color);
	border-top:10px solid var(--highlight-header);
	border-radius:50%;
	width:60px;
	height:60px;
	animation:spin 1s infinite;
	display:block;
	content:"";
	z-index:9999;
}
@keyframes spin {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}

/* Navigation */
nav.navbar {
	padding:0 1rem;
	background-color: black;
	/*
	background-image: url("/_shared/img/header-music.jpg");
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	*/
	border-bottom: 1px solid black;
	min-height: 130px;
}
nav.navbar a, nav.navbar a:visited, header .nav-link {
	border:0;
}
nav.navbar a.navbar-brand img {
	max-width:100px;
	min-width:70px;
	width:100%;
}
#navbarNavDropdown {
	position: absolute;
	z-index: 9999;
	background-color: rgb(0, 0, 0, .85);
	border: 2px solid var(--highlight-header);
}
#navbarNavDropdown .nav-link, header .nav-link {
	font-size: 1rem;
	margin-left:1rem;
	color: var(--text-link);
	border-bottom: 2px solid var(--highlight-header);
	white-space: nowrap;
	letter-spacing: 0;
	transition:all .2s, color .2s;
}
#navbarNavDropdown .nav-link:hover, #navbarNavDropdown .nav-link:focus, nav.navbar .nav-item.active a.nav-link, header .nav-link:hover, .nav-item.active a {
	color: var(--text-link)!important;
	/* background:#ba5824;
	transform:scale(1.2); */
	border-bottom: 2px solid var(--text-link)!important;
}
nav.navbar .dropdown-menu {
	border-color:#f2d3c2;
	border-radius:0;
	margin:0;
	opacity:0;
	display:block;
	visibility:hidden;
	transition:opacity .2s, visibility .2s;
}
nav.navbar .dropdown:hover > .dropdown-menu, nav.navbar .dropdown .dropdown-menu.show {
	opacity:1;
	visibility:visible;
}
nav.navbar .dropdown-item {
	color: var(--text-link);
	padding:.25rem 1rem;
	transition:color .2s, background .2s;
}
nav.navbar .dropdown-item:before {
	content:"› ";
	position:relative;
	top:-1px;
}
nav.navbar .dropdown-item:hover, nav.navbar .dropdown-item:focus, nav.navbar .dropdown-item.active {
	background: var(--text-link);
	color: var(--highlight-header);
}
button.navbar-toggler {
	color: white!important;
	/*
	position: absolute;
	right: 10px;
	top: 50px;
	*/
	font-size: 2rem
}
.navbar-toggler:focus {
	box-shadow: 0 0 0px 1px;
}

/* Kopfgrafik */
nav.navbar + img {
	display:block;
	width:100%;
	height:40vh;
	object-fit:cover;
}
.hero-image {
	width:100%;
	height:40vh;
	background-size: cover
}
@media all and (-ms-high-contrast:none) {
	nav.navbar + img {
		display:none;
	}
	*::-ms-backdrop, nav.navbar + img {
		display:none;
	}
}
header {
	background:center bottom / cover no-repeat;
	min-height:75vh;
	position:relative;
}
header .teaser {
	position:absolute;
	bottom:0;
	padding:4rem 0 2rem 0;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5),rgba(0,0,0,.6));
	width:100%;
}
header .teaser.bg-darker {
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,.9))
}
header .teaser a {
	border:1px solid #fff;
	padding:.75rem 1rem;
	display:block;
	color:#fff;
	transition:background .2s, border .2s;
}
header .teaser a:hover, header .teaser a:focus {
	background: var(--text-link);
	border-color: var(--text-link);
}
header .teaser a h2 {
	font-weight:700;
}
header .teaser a p {
	margin-bottom:0;
}

/* Hero Section */
.hero-display-image {
	position: relative;
}
.hero-display-image:after {
	content: "";
	display: block;
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
	height: 7vh;
	bottom: 0;
	width: 100%;
}
.hero-display-container {
	z-index: 1;
	background-color: var(--bg-dark);
}
.hero-display-text {
	margin-top: -15vh;
}

/* Startseitenabschnitt */
section {
	background:#eee;
	padding:5rem 0;
	text-align:center;
}
section img {
	margin-bottom:1rem;
	max-width:640px;
	width:100%;
}
section p, section h1 {
	font-size:1.5rem;
	margin-bottom:0;
	line-height:1.6;
	font-weight:300;
}

/* Inhaltsbereich */


main {
	/* padding: 3rem 0; */
	overflow-x: hidden;
}

main h1, main .h1 {
	font-size:2.5rem;
}
main h2, main .h2  {
	font-size: 1.75rem;
	padding-top:1rem;

}

main h1,main h2 {
	color: var(--body-color);
	display: inline-block;
	line-height: 1.1;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: .5rem;
	background-color: var(--highlight-header);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' stop-color='%23670616'/><stop offset='100%' stop-color='%2335030c'/></linearGradient></defs><rect x='0' y='0' width='100%' height='100%' fill='url(%23grad)'/></svg>");
	/*
	box-decoration-break: clone;
	box-shadow: 5px 0 0 var(--highlight-header), -5px 0 0 var(--highlight-header);
	*/
	font-size: 2.2em;
	line-height: 1.2;
}
main h1{
	font-size: 3rem;

}
main div.project-facts h1, main div.project-facts h2 {
	color: rgb(33, 37, 41);
	padding: 0;
	background-color: transparent;
	box-decoration-break: unset;
	box-shadow: unset;
}

/* email button  */
.button{
	padding: 0.75rem;
	display: inline-block;
	border:1px solid #de893b;
	border-radius:0.375rem;
	color: #fff;
	background-color: #de893b;
}
.button:hover{
	color: #de893b;
	background-color:#fff ;
	border:1px solid #de893b;
	border-radius:0.375rem;
}

.button p{
	font-size: 2.2em;
	line-height: 1.2;
	font-weight: 200;
	margin-top: 1rem;
	margin-bottom: 1rem;

}

.backdesign {
	background-color: var(--bg-dark);
	padding: 1rem;
}
main img {
	margin-bottom:2rem;
	max-width:100%;
}
main img.icon {
	margin-bottom: unset!important;
}
main ul {
}
main li {
	list-style-type: none;
	margin-bottom: .5rem
}
main li::before {
	content: "";
	display: inline-block;
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23670616' /%3E%3C/svg%3E"); */
	background-image: url("data:image/svg+xml,	%3Csvg width='16' height='16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E circle%7Bfill:url(%23bullet-gradient)%7D %3C/style%3E%3Cdefs%3E%3ClinearGradient id='bullet-gradient' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%23983636' /%3E%3Cstop offset='70%25' stop-color='%23670616' /%3E%3Cstop offset='100%25' stop-color='%2335030c' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	margin-right: .5rem;
	margin-left: calc(-16px - .5rem);
	vertical-align: text-top
}
main figure img {
	margin-bottom:0;
}
main figcaption {
	font-size:80%;
	margin-bottom:2rem;
	padding-top:.5rem;
}
main .floatLeft {
	max-width:48%;
	float:left;
	margin:0 4% 2rem 0;
}
main .floatRight {
	max-width:48%;
	float:right;
	margin:0 0 2rem 4%;
}
main .floatLeft + .floatLeft, main .floatLeft + .floatRight, main .floatRight + .floatRight, main .floatRight + .floatLeft {
	margin:0 0 2rem 0;
}
main br.clear {
	clear:both;
}

/* Seitenspalte */
aside {
	border:1px solid #212529;
	padding:1rem 1.25rem 1.25rem 1.25rem;
}
.social-links a {
	display: inline-block;
	margin: .5rem 1rem;
	text-decoration: unset;
	border: unset;
	transition: all .2s
}
.social-links a svg {
	fill: url(#svg-gradient) #670616;
	height: 48px;
	width: auto;
}
.social-links a:focus svg,
.social-links a:hover svg,
.social-links a:active svg {
	filter: hue-rotate(20deg) brightness(120%)
}

/* Fußzeile */
footer {
	background-color:black;
	/*
	background-image: url("/_shared/img/wood-background.jpg");
	background-position: top center;
	background-size: contain;
	*/
	border-bottom: 1px solid black;
	padding:3rem 0;
}
/*
footer ul {
	list-style:none;
	padding-left:0;
	column-count:2;
}
footer li a:before {
	content:"› ";
	position:relative;
	top:-1px;
}
footer li a {
	transition:transform .2s;
	display:block;
}
footer li a:hover, footer li a:focus {
	transform:translateX(.5rem);
}
footer h3 {
	font-weight:600;
}
footer hr {
	background:#fff;
	background:rgba(255,255,255,.2);
}
footer h3, footer p, footer a, footer a:visited, footer a:hover, footer a:focus, footer li {
	color:#fff;
}
footer p {
	margin-bottom:0;
}
footer p a, footer p a:visited {
	border-bottom:1px solid transparent;
	transition:border .2s;
}
footer p a:hover, footer p a:focus, footer p a.active {
	border-color:#fff;
}
*/

/* ##### additional styles ##### */

section {
	width: 100%;
	padding: 50px 0 100px;
}

section.tone-light {
	background: red;
}
section.very-light {
	background: green;
}

/* ##### projekte ##### */

.project-facts > h2 {
	/*
	margin-bottom: 0.6rem;
	text-align: left;
	font-size: 2rem;
	*/
}

/* ##### div ##### */
.hero-gallery {
	width: 100%;
	/*
	height: 40vh;
	overflow: hidden
	*/
}

.listed ul li {
	margin-bottom: 1em;
}

.image-source-link {
	color: #98C3D1;
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 30px;
}

.img-cont {
	width: 100%;
	height: 259px;
	border: 2px solid white;
	background-color: black;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/* ##### Overwrites PRO-SLIDER ##### */

#header-slider .sp-mask {
	margin-left: auto ! important;
	margin-right: auto ! important;
}

.slider-pro.my-slider {
	padding: 10px 0;
}

.my-slider .sp-slides-container {
	padding-bottom: 5px;
}

.my-slider .sp-thumbnails div:not(.sp-selected-thumbnail) {
	opacity: .5;
}
/*
.my-slider:not(.sp-full-screen) .sp-image-container {
width: 1200px;
height: 740px;
margin: 0 auto;
}

.my-slider:not(.sp-full-screen) .sp-image-container > a > img {
object-fit: contain;
width: 100% !important;
height: 740px !important;
display: block;
}
.my-slider:not(.sp-full-screen) .caption-layer {
display: block
}
.my-slider .sp-caption-container,
.my-slider.sp-full-screen .sp-caption-container {
display: none
}
.my-slider.sp-full-screen .sp-image-container > img {
object-fit: scale-down;
}
*/
/*
.sp-full-screen .sp-caption-container {
position: absolute;
bottom: 150px;
color: white
}
*/
.my-slider .sp-arrow {
	width: 9px !important;
	height: 30px !important;
}

.my-slider .sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
	background-color: var(--text-link) !important;
}
.my-slider .sp-arrow::before, .sp-arrow::after {
	opacity: 0.7;
	transition: ease-in 0.2s;
}

.my-slider .sp-arrow:hover::before, .sp-arrow:hover::after {
	opacity: 0.9;
}
.sp-full-screen-button::before {
	font-family: 'Icons';
	content: '\e08f'!important
}
.sp-full-screen-button {
	top: 17px;
	right: 4px;
	transform: unset!important;
	background-color: rgba(0,0,0,.8);
	padding: 5px;
	border-radius: 3px;
	color: white
}

/* ###### YouTube ##### */
.youtube {
	background-color: #000;
	cursor: pointer;
	margin-bottom: 1rem;
}
.youtube img {
	width: 100%;
	left: 0;
	opacity: 0.7;
}
.youtube.withBars img {
	top: -16.84%;
}
.youtube.withoutBars img {
	top: 0;
}
.youtube .play-button {
	/*
	width: 280px;
	height: 110px;
	background-image: url('/_shared/css/images/video-label.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.8;
	*/
	padding: 0.5rem 1rem 0 1rem;
	background-color:rgba(255,255,255,.7);
	z-index: 1;
	text-align: center;
	border-radius: .5rem;
}
.youtube .play-button p:nth-of-type(1) {
	font-size: 1.5rem;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0.4rem 0 0 0;
}
.youtube .play-button p:nth-of-type(2) {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2rem;
	line-height: 2rem;
	/* margin: 0.3rem */
}
.youtube .play-button span {
	vertical-align: middle;
	font-size: 2.2rem;
	transition: all .2s;
}
.youtube:hover .play-button span {
	color: red;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button {
	position: absolute;
}
.youtube iframe {
	z-index: 2;
}
/*
.youtube .play-button {
top: 50%;
left: 50%;
transform: translate3d( -50%, -50%, 0 );
}
*/
.youtube .play-button {
	bottom: 5%;
	left: 3%;
}
.yt-header {
	background-color: rgba(0,0,0,.2);
	padding-left: 0;
	padding-right: 0
}
.yt-header p {
	display: inline-block
}
.yt-header img {
	display: inline-block;
	height: 30px;
	width: auto
}
div[id^='ytCollection'] {
	border-bottom: 1px solid white!important
}
.yt-col-item {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid white;
	background-size: cover
}
.yt-col-item:nth-of-type(2),
.yt-col-item:last-of-type  {
	border-left: 1px solid white!important;
}

/* ##### Teaser Cards ##### */

.teaser-cards .card {
	border: unset;
	border-top-right-radius: 50px;
	border-top-left-radius: unset
}
.teaser-cards .card-title {
	font-family: "Open Sans Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: 300;
	font-size: 1.75em;
	line-height: 1.2;
	text-align: center
}
.teaser-cards .card-img-wrap {
	overflow: hidden;
	border-top-right-radius: 50px;
	border-left: 5px solid #df8b3d;
}
.teaser-cards .card-img-wrap img {
	border-top-right-radius: 50px;
	border-top-left-radius: unset;
	margin-bottom: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.teaser-cards a:hover .card-img-wrap img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.teaser-cards .entry-date {
	font-size: 1em;
	font-family: "Open Sans Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: rgba(255,255,255,0.8);
	margin-top: calc(-2rem + 1px);
	margin-left: 5px;
	display: block;
	padding: .2rem 1rem 0 1rem;
	z-index: 1;
	background-image: linear-gradient(to top, black 10%, transparent 100%)
}
.teaser-cards .card-body {
	color: black;
	background-color: white;
	padding: 0.75em;
	border-radius: 5px;
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125)
}
.teaser-cards .location {
	font-weight: 500;
}
.teaser-cards a .more span {
	border-bottom: 1px solid rgb(186, 88, 36);
	transition: .3s ease-in-out;
}
.teaser-cards a:hover .more span {
	border-bottom: 1px solid transparent;
}
.teaser-cards .card-footer {
	border: 1px solid rgba(0,0,0,.125);
}

/* Variante Teaser-Card Skeumorphic */

.teaser-cards.alt-style .card {
	background-image: url("/_shared/img/wood-background-cards.jpg");
	background-size: 100% 100%
}
.teaser-cards.alt-style .card-img-wrap {
	border-top-right-radius: 50px;
	border-left: unset;
}
.teaser-cards.alt-style .entry-date { 
	display: table-cell;
	margin-top: calc(-2rem + 2px);
	margin-left: 0;
	/*
	background-color: white;
	background-image: url("/_shared/img/wood-background.jpg");
	background-size: 600px;
	background-position: 0 66%;
	*/
	max-width: max-content;
	border-top-right-radius: 5px
}
.teaser-cards.alt-style .card-body {
	margin: 10px;
	background-image: url("/_shared/img/metall.jpg");
	background-size: cover;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
	border: 1px solid rgba(0,0,0,.8)
}
.teaser-cards.alt-style .card-footer {
	border-top: unset;
	background-color: transparent
}
.teaser-cards.alt-style a .more {
	color: rgba(255,255,255,0.8);
	text-align: right
}
.teaser-cards.alt-style a .more span {
	color: rgba(255,255,255,0.8);
	border-bottom-color: rgba(255,255,255,0.8);
}
.teaser-cards.alt-style a:hover .more span {
	border-bottom: 1px solid transparent;
}
/* ##### cards ##### */
.nav-card, .music-card {
	border-color: var(--highlight-header);
	border-width: 2px;
	transition: all .2s
}
.music-card {
	background-color: var(--highlight-header);
}
.musik-card-img-wrap {
	aspect-ratio: 1/1;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.musik-card-img-wrap img {
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

p.card-text{
	color:#000;

}
.nav-card:hover {
	background-color: var(--highlight-header);
	color: var(--body-color);
	border-color: var(--body-color);
	border-width: 2px;
}
/* ##### link/dl liste/items ##### */
.media-item {
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #e47e48 #742609 #742609 #e47e48;
	background-color: var(--text-link);
	transition: all .2s
}
.media-item img {
	margin-bottom: 0rem!important;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #742609;
	transition: all .2s
}
.media-item blockquote {
	font-size: 1.2rem;
}
.media-item:hover {
	border-color: transparent;
}
.media-item:hover img {
	border-color: transparent;
}
.media-item .card-body {
	color: white;
}
.media-item .card-body h2 {
	padding-top: 0rem;
	font-weight: bold
}
.media-item .card-body p {
	margin-bottom: 0rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
}
/* ##### Maginific Zoom Anim ##### */
.my-slider span.oi {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	text-decoration: none;
	color: white;
	text-shadow: 0 0 3px rgba(0,0,0,.7);
	font-size: 24px;
	transition: all .3s;
}
.my-slider a:hover span.oi {
	top: 50%;
	left: 50%;
	font-size: 96px;
	transform: translate(-50%, -50%);
}

.black-popup {
	background-color: rgba(11, 11, 11, 0);
}
.open-popup {
	text-decoration: underline
}
.mfp-close-btn-in .mfp-close {
	color: white!important
}
.mfp-content {
	width: auto!important
}
button.plyr__control {
	transform: scale(1.5);
}
.plyr__control--overlaid, .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]  {
	background: var(--text-link)!important;
}
.plyr--full-ui input[type=range] {
	color: var(--text-link)!important
}

/* ##### Weihnachtslied 2022 ##### */
.weihnachtslied2022 .hero-gallery {
	position: relative
}
.weihnachtslied2022 .hero-gallery::before {
	content: " ";
	display: block;
	width: 100%;
	height: 90px;
	position: absolute;
	background-image: url(/_shared/img/weihnachtslied2022/iStock_70940801_VECTOR_illustration.png);
	z-index: 1;
	background-position: 50% 0;
	background-size: 500px;
	background-repeat: repeat-x;
	transform: rotateX(180deg);
}
.weihnachtslied2022 .hero-gallery::after {
	content: " ";
	display: block;
	width: 100%;
	height: 90px;
	position: absolute;
	background-image: url(/_shared/img/weihnachtslied2022/iStock_70940801_VECTOR_illustration.png);
	z-index: 1;
	background-position: 50% 0;
	background-size: 500px;
	background-repeat: repeat-x;
	bottom: 0;
}
.weihnachtslied2022 main {
	padding-top: 2rem;
}
.weihnachtslied2022 {
	background-image: url(/_shared/img/weihnachtslied2022/iStock_70940801_top.jpg), url(/_shared/img/weihnachtslied2022/iStock_70940801_bottom.jpg), url(/_shared/img/weihnachtslied2022/iStock_70940801_middle.png);
	background-size: 100%, 100%, 80%;
	background-repeat: no-repeat;
	background-position: 50% 30vh, 50% 100%, 50% 50%;
}
.weihnachtslied2022 .container {
	background-color: rgba(255,255,255,1)
}
.weihnachtslied2022 .container > h1 {
	margin-bottom: 0;
	word-break: break-word;
	font-size: 3rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	background-color: transparent;
	box-decoration-break: unset;
	box-shadow: unset;
}
.weihnachtslied2022 h1 * {
	line-height: 1.2!important
}
.weihnachtslied2022 .container > .row > .clearfix {
	padding-top: 3rem;
}
.weihnachtslied2022 main > div > div > .container:first-of-type {
	border-radius: 2rem 2rem 0 0;
	background-color: rgba(255,255,255,.6)
}
.weihnachtslied2022 main > div > div > .container:nth-of-type(2) {
	border-radius: 0 0 2rem 2rem;
	margin-bottom: 1rem;
	background-color: rgba(255,255,255,.6)
}
.weihnachtslied2022 main > div > div > .container:nth-of-type(2) .clearfix {
	padding-top: 0!important;
}
.weihnachtslied2022 main > div > div > .container:nth-of-type(3) {
	border-radius: 2rem 2rem 0 0;
	background-image: url(/_shared/img/weihnachtslied2022/iStock-1279976782.jpg), url(/_shared/img/weihnachtslied2022/iStock-1279976782-2.jpg);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 20%, 20%
}
.weihnachtslied2022 h1 {
	text-align: center;
	font-weight: 700;
	color: #8c7162
}
.weihnachtslied2022 img[src*="bg-top.png"] {
	margin-bottom: -3rem!important
}
.weihnachtslied2022 nav .container, footer .container {
	background-color: transparent!important
}
.weihnachtslied2022 .media-item .card-body {
	color: #333;
}
.weihnachtslied2022 .media-item {
	border-color: #f5f2e8 #8c7162 #8c7162 #f5f2e8;
	background-color: #c2b59b;
}
.weihnachtslied2022 .media-item img {
	border-color: transparent; /* #8c7162 */
}
.weihnachtslied2022 .media-item:hover {
	border-color: transparent;
}
.weihnachtslied2022 .media-item:hover img {
	border-color: transparent;
}

.weihnachtslied2022 .media-item img[src*="speaker-filled-audio-tool.png"] {
	width: 50%!important;
}
.weihnachtslied2022 .media-item img[src*="saxophon.png"],
.weihnachtslied2022 .media-item img[src*="posaune.png"] ,
.weihnachtslied2022 .media-item img[src*="vokal.png"] {
	width: 75%!important;
}
.lightgrey {
	background-color: #efefef!important
}
.lightwarmgrey {
	background-color: #e4e1d7!important
}
.xmas {
	background-image: url(/_shared/img/weihnachtslied2022/iStock_70940801_middle.png)!important;
	background-size: 150%!important;
	background-repeat: no-repeat!important;
	background-position: 50% 50%!important;
	background-color: #efefef!important
}

/* klaro overrides */
.klaro.cm-as-context-notice {
	background-image: url(/_thumbnails_/9/2071_Thilo_Wolf-4500px_Quer_credit_Sascha_Poeltl.jpg?m=1748943283);
	background-size: cover;
	padding: 0!important;
}
.klaro .context-notice {
	color: white!important;
	background-color: rgba(30, 25, 25, 0.85)!important;
}
.klaro .context-notice p {
	color: white!important;
}

/* ##### Media Queries ##### */

@media (min-width: 576px) {
	/*
	nav.navbar, footer {
	background-size: 60%;
}
	*/
	.container-wide,
	.container-slim,
	.container-extraslim {
		max-width: 540px
	}
	.img-cont {
		width: 50%;
		height: 259px;
		border: 2px solid white;
	}
	#popup video {
		width: 75vw
	}
	.weihnachtslied2022 blockquote {
		font-size: 1.3rem;
		margin: 0 2rem;
	}
.social-links a {
	margin: .5rem 1.5rem;
}
}

@media screen and (max-width:767px) {
	main .floatLeft, main .floatRight {
		float:none;
		margin:0 0 2rem 0;
		max-width:100%;
	}
	.weihnachtslied2022 .container > h1 {
		font-size: 4rem;
	}
}
@media (min-width: 768px) {
	/*
	nav.navbar, footer {
	background-size: 50%;
}
	*/
	.container-wide,
	.container-slim {
		max-width: 720px
	}
	.my-slider .sp-arrow {
		width: 10px !important;
		height: 50px !important;
	}
	.ytCollection {
	}
	.yt-col-item {
	}
	.yt-col-item:first-of-type {
		border-left: 1px solid white!important;
	}
.social-links a {
	display: inline-block;
	margin: .5rem 2rem;
	text-decoration: unset;
	border: unset;
}
}

@media screen and (max-width:991px) {
	nav.navbar-expand-lg .navbar-nav .nav-link {
		padding:.25rem .5rem;
	}
	nav.navbar ul.navbar-nav {
		overflow-y:scroll;
	}
	nav.navbar .dropdown-menu {
		opacity:1;
		visibility:visible;
		border:0;
		padding:0 0 1rem 0;
	}
	nav.navbar .dropdown-item {
		white-space:normal;
	}
	nav.navbar ul.navbar-nav .nav-item:first-child {
		padding-top:1rem;
	}
	nav.navbar ul.navbar-nav .nav-item:last-child {
		padding-bottom:1rem;
	}
	header .teaser {
		position:static;
		min-height:75vh;
	}
	aside {
		padding-top:50px !important;
	}
	footer ul {
		column-count:1;
	}
}
@media (min-width: 992px) {
	.container-wide {
		max-width: 960px
	}
	.img-cont {
		width: 25%;
		height: 207px;
		border: 5px solid silver;
	}
	.backdesign { 
		background-color: rgba(30,25,25,0.7);
		padding: 3rem
	}
	.weihnachtslied2022 img[src*="bg-top.png"] {
		margin-bottom: -13rem!important
	}
	.weihnachtslied2022 blockquote {
		font-size: 1.5rem;
		margin: 0 10rem;
	}
	.weihnachtslied2022 .container > h1 {
		font-size: 5rem;
	}
	.hero-display-container {
		background-color: transparent;
	}
	.hero-display-text {
		position: relative;
		margin-top: max(130px);
	}
	.hero-display-container .display-1 {
		margin-right: 10%;
		font-size: 5rem;
	}
	.hero-display-container .display-2 {
		text-align: right;
		font-size: 2.5rem;
		padding: 5px 10px;
		background-color: var(--highlight-header);
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' stop-color='%23670616'/><stop offset='100%' stop-color='%2335030c'/></linearGradient></defs><rect x='0' y='0' width='100%' height='100%' fill='url(%23grad)'/></svg>");
		/*
		box-decoration-break: clone;
		box-shadow: 5px 0 0 var(--highlight-header), -5px 0 0 var(--highlight-header);
		*/
		text-wrap-style: balance;
	}
	.hero-display-image figure {
		position: realtive;
	}
	.hero-display-image figure::before {
		content: " ";
		display: block;
		background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%);
		width: 20%;
		height: 100%;
		position: absolute;
	}
	/*
	body.home main {
		margin-top: -40vh;
	}
	*/
	.hero-display-container .display-1 , .hero-display-container .display-3 {
		margin-left:10px;
	}
	.social-links a {
		display: inline-block;
		margin: .5rem 3rem;
		text-decoration: unset;
		border: unset;
	}
}

@media (min-width: 1200px) {
	.container-wide {
		max-width: 1140px
	}
	#navbarNavDropdown {
		position: static;
		border: unset;
	}
	#navbarNavDropdown .nav-link, header .nav-link {
		border-bottom: 1px solid transparent;
	}
	#navbarNavDropdown .nav-link:hover, #navbarNavDropdown .nav-link:focus, nav.navbar .nav-item.active a.nav-link {
		transform: scale(1.1);
	}
	.hero-display-container {
		position: absolute;
		z-index: 99;
		right: -20%;
		height: 65%;
		width:95%;
	}
	.hero-display-container .display-3 {
		width: 80%;
		margin-left: -20%;
		font-size: 1.2rem;
	}
	nav.navbar, footer {
		background-size: 30% 100%;
	}
	.weihnachtslied2022 blockquote {
		font-size: 1.5rem;
		margin: 0 15rem;
	}
	/*
	body.home main {
		margin-top: -50vh;
	}
	*/

}

@media (min-width: 1400px) {
	.container-wide {
		max-width: 1320px;
	}
	.hero-display-container .display-1{
		margin-left:0px;
	}
	.hero-display-container {
		height: 65%;
		width:75%;
	}
	main.push-up-10 {
		margin-top: 0;
	}
	main.push-up-20 {
		margin-top: 0;
	}
	main.push-up-30 {
		margin-top: -10vh;
	}
	main.push-up-40 {
		margin-top: -20vh;
	}
	main.push-up-50 {
		margin-top: -30vh;
	}
	main.push-up-60 {
		margin-top: -40vh;
	}
	main.push-up-70 {
		margin-top: -50vh;
	}
}
@media screen and (max-width:1679px) {
	nav.navbar .dropdown-menu {
		right:0;
		left:auto;
	}
}
@media (min-width: 1800px) {
	main.push-up-10 {
		margin-top: 0;
	}
	main.push-up-20 {
		margin-top: -10vh;
	}
	main.push-up-30 {
		margin-top: -20vh;
	}
	main.push-up-40 {
		margin-top: -30vh;
	}
	main.push-up-50 {
		margin-top: -40vh;
	}
	main.push-up-60 {
		margin-top: -50vh;
	}
	main.push-up-70 {
		margin-top: -60vh;
	}
}
@media (min-width: 2200px) {
	main.push-up-10 {
		margin-top: -10vh;
	}
	main.push-up-20 {
		margin-top: -20vh;
	}
	main.push-up-30 {
		margin-top: -30vh;
	}
	main.push-up-40 {
		margin-top: -40vh;
	}
	main.push-up-50 {
		margin-top: -50vh;
	}
	main.push-up-60 {
		margin-top: -60vh;
	}
	main.push-up-70 {
		margin-top: -70vh;
	}
}
.termin-calendar {
	max-width: 700px;
	margin: auto;
}
.termin-item.disabled {
	opacity: 0.6;
	pointer-events: none;
}
.list-group-item + .list-group-item {
	border-top-width: 1px;
	margin-bottom: 10px;
}
.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.card a,.card a:visited {
	text-decoration:none;
	/* border-bottom:1px solid #fff;  */
	color: #fff;
	transition: border .2s;
}

.head .teaser {
	position:relative;
	bottom:0;
	padding:4rem 0 2rem 0;
	/*	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5),rgba(0,0,0,.6));*/
	width:100%;
}
.head .teaser.bg-darker {
	/*	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,.9)) */
}
.head .teaser a {
	border:1px solid #fff;
	padding:.75rem 1rem;
	display:block;
	color:#fff;
	transition:background .2s, border .2s;
	background: var(--text-link);
	border-color: var(--text-link);
}
.head .teaser a:hover, .head .teaser a:focus {
	color: var(--text-link);
	background:#fff;
	border-color:#fff;
}
.head .teaser a h2 {
	font-weight:700;
}
.head .teaser a p {
	margin-bottom:0;
}

/*termine */

.event {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.6s ease forwards;
}

.event-date {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-right:40px;
	color: var(--body-color);
	flex-shrink: 0;
	border-radius: 3px;
	width: 100px;
	background-color:var(--highlight-header);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' stop-color='%23670616'/><stop offset='100%' stop-color='%2335030c'/></linearGradient></defs><rect x='0' y='0' width='100%' height='100%' fill='url(%23grad)'/></svg>");
	padding: 0.5em;
}

.event-date span {
	display: block;
	font-size: 16px;
	color: var(--body-color);
}

.event-details h3 {
	margin: 0;
	font-size: 20px;
	color: var(--body-color);
}

.event-details p {
	margin: 6px 0;
	color:  var(--text-link);
}

.event-details a {
	margin-right: 10px;
}

.event-description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: var(--body-color);
	margin: 8px 0px;
}
.hr-sect::before, .hr-sect::after {
	content: "";
	flex-grow: 1;
	background: var(--body-color);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}
.btn-primary {
	--bs-btn-bg: var(--btn-color);
	--bs-btn-border-color: var(--btn-color);
}

.btn:hover {
	color: var(--btn-color) !important;
	background-color:  var(--text-link) !important;

	border-color:  var(--btn-color) !important;
}
.btn:focus-visible {
	color: var(--btn-color) !important;
	background-color: var(--text-link) !important;
	border-color:  var(--btn-color) !important;
	box-shadow:  var(--btn-color) !important;

}

.btn:active {
	color: var(--btn-color) !important;
	background-color: var(--text-link) !important;
	border-color:  var(--btn-color) !important;
}

.display-1 {
	font-size: clamp(2rem, 4.5vw, 4rem) !important;
	line-height: 1.2;
}
.display-2 {
	font-size: clamp(1.5rem, 3.5vw, 3rem) !important;
}

.display-3 {
	font-size: clamp(1.25rem, 2.5vw, 2rem) !important;
}

