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

/* 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 */
}


/* Allgemein */

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

body{
	background-color: #eee;
}

* {
	font-family:"Roboto",-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.7;
}
.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:500;
	color:#000;
}
a, a:visited {
	text-decoration:none;
	border-bottom:1px solid #ba5824;
	color:#ba5824;
	transition:border .2s;
}
a:hover, a:focus {
	border-color:transparent;
	color:#ba5824;
	text-decoration:none;
}
h1, h2, h3 {
	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;
}
h2 {
	font-size:1.75rem;
}
h3 {
	font-size:1.5rem;
}
.display-1 {
	font-size:3rem;
	font-weight:500
}
.display-2 {
	font-size:2.5rem;
	font-weight:500
}
.display-3 {
	font-size:2rem;
	font-weight:500
}
.display-4 {
	font-size:1.5rem;
	font-weight:500
}
.display-5 {
	font-size:1rem;
	font-weight:500
}
#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,.8);
	display:flex;
	align-items:center;
	justify-content:center;
}
.no-js #loader {
	display:none;
}
#loader:after {
	border:10px solid #fff;
	border-top:10px solid #ba5824;
	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:not(.filters) {
	padding:0 1rem;
	background-color:#8e5132;
	background-image: url("/_shared/img/wood-background-head.jpg");
	background-position: top center;
	background-size: 100% 100%;
	border-bottom: 1px solid black;
	min-height: 130px
}
nav.navbar:not(.filters) a, nav.navbar a:visited, header .nav-link {
	border:0;
}
nav.navbar:not(.filters) a.navbar-brand img {
	max-width:100%;
	min-width:130px;
	width:130px;
}
nav.navbar-expand-lg .navbar-nav .nav-link, header .nav-link {
	font-size: 1rem;
	margin-left:1rem;
	color:#fff;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	transition:all .2s, color .2s;
}
nav.navbar-expand-lg .navbar-nav .nav-link:hover, nav.navbar-expand-lg .navbar-nav .nav-link:focus, nav.navbar .nav-item.active a.nav-link, header .nav-link:hover {
	color:#fff;
	/* background:#ba5824;
	transform:scale(1.2); */
	border-bottom: 2px solid white;
}
nav.navbar:not(.filters) .dropdown-menu {
	border-color:#f2d3c2;
	border-radius:0;
	margin:0;
	opacity:0;
	display:block;
	visibility:hidden;
	transition:opacity .2s, visibility .2s;
}
nav.navbar:not(.filters) .dropdown:hover > .dropdown-menu, nav.navbar:not(.filters) .dropdown .dropdown-menu.show {
	opacity:1;
	visibility:visible;
}
nav.navbar:not(.filters) .dropdown-item {
	color:#ba5824;
	padding:.25rem 1rem;
	transition:color .2s, background .2s;
}
nav.navbar:not(.filters) .dropdown-item:before {
	content:"› ";
	position:relative;
	top:-1px;
}
nav.navbar:not(.filters) .dropdown-item:hover, nav.navbar:not(.filters) .dropdown-item:focus, nav.navbar:not(.filters) .dropdown-item.active {
	background:#ba5824;
	color:#fff;
}
.navbar:not(.filters) button.navbar-toggler {
	color: white!important;
	position: absolute;
	right: 10px;
	top: 50px;
	font-size: 2rem
}

/* Kopfgrafik */
nav.navbar:not(.filters) + 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:not(.filters) + img {
		display:none;
	}
	*::-ms-backdrop, nav.navbar:not(.filters) + 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:#ba5824;
	border-color:#ba5824;
}
header .teaser a h2 {
	font-weight:600;
}
header .teaser a p {
	margin-bottom:0;
}

/* 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; /* 5rem 0 */
}
main h1, main .h1 {
	font-size:2.5rem;
}
main h2, main .h2  {
	font-size: 1.75rem;
	padding-top:1rem;

}

main h1,main h2 {
	color: white;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 400;
	padding: 5px 5px;
	margin-bottom: .5rem;
	background-color: #de893b;
	box-decoration-break: clone;
	box-shadow: 5px 0 0 #de893b, -5px 0 0 #de893b;
	font-size: 2.2em;
	line-height: 1.2;
	font-weight: 400;
}
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, .filters .navbar-toggler {
	font-size: 1rem;
	padding: 0.75rem;
	display: inline-block;
	border:1px solid #de893b;
	border-radius:0.375rem;
	color: #fff;
	background-color: #de893b;
	transition: all .2s
}
.filters .navbar-toggler:focus {
	box-shadow: unset;
}
.button:hover, .filters .navbar-toggler:hover {
	color: #de893b;
	background-color:#fff ;
	border:1px solid #de893b;
	border-radius:0.375rem;
}
nav.filters button.navbar-toggler {
	color: var(--bs-body-color);
	background-color: #e0e2e4;
	border-color: var(--bs-body-color);
}
nav.filters button.navbar-toggler:hover {
	color: white;
	background-color: #999b9b;
	border-color: var(--bs-body-color);
}

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

.backdesign {
	background-color:white;
	padding: 1rem; /* 3rem */
}

main img {
	margin-bottom:2rem;
	max-width:100%;
}
main img.icon {
	margin-bottom: unset!important;
}
main ul {
	list-style:none;
}
main li:not(.nav-item):before {
	content:"— ";
	margin-left:-20px;
}
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;
}
aside h3 {
	margin-bottom:1rem;
	font-weight:600;
}
img.small-icon {
	width:2rem;
	height:auto;
	float:left;
	margin-right:1rem;
}
aside p {
	display:table;
	white-space:nowrap;
	margin-right: 2em
}
aside p:last-child {
	margin-bottom:0;
	margin-right:0
}
/*
aside form {
margin-top:-30px;
}
*/
aside form .form-control {
	font-size:80%;
	border-radius:0;
	transition:border .2s;
}
aside form .form-control:hover, aside form .form-control:focus {
	border-color:#0e3770;
	outline:none;
	box-shadow:none;
}
aside form .btn {
	background:white;
	border: 1px solid black;
	border-radius:0;
	padding:.5rem 1rem;
	color:black;
	font-size:100%;
	transition:all .2s;
}
aside form .btn:hover, aside form .btn:focus, aside form .btn:active {
	background:black;
	color: white
}
aside form p {
	line-height:1;
}
aside form > small {
	margin-bottom:1rem;
}
aside form input[name="Surname"] {
	display:none;
}

/* Fußzeile */
footer {
	background-color:#8e5132;
	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 ##### */

@media (min-width: 1400px) {
	.filters-button-group {
		position: -webkit-sticky;
		position: sticky;
		top: 0; 
		z-index: 100;
		background-color: #ffffff;
		padding: 15px 0;
	}
}

.filters-button-group button {
	margin-right: .25rem;
}

.filters-button-group button.is-checked {
	color: #442000;
	background-color: #fff;
	border: 1px solid #de893b;
	border-radius: 0.375rem;
}

.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: #ba5824 !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;
}
/* ##### link/dl liste/items ##### */
.media-item {
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #e47e48 #742609 #742609 #e47e48;
	background-color: #ba5824;
	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: #ba5824!important;
}
.plyr--full-ui input[type=range] {
	color: #ba5824!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
}

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

@media (min-width: 576px) {
	/*
	nav.navbar:not(.filters), 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;
	}
}

@media screen and (max-width:767px) {
	nav.navbar:not(.filters) a.navbar-brand img {
		width:130px;
	}
	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:not(.filters), 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;
	}
}

@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;
	}
	@media screen and (max-width:991px) {
		nav.navbar:not(.filters) .dropdown-menu {
			background-color: white;
			opacity:1;
			visibility:visible;
		}
	}
	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
	}
	nav.navbar:not(.filters), footer {
		background-size: 40% 100%;
	}
	nav.navbar-expand-lg .navbar-nav .nav-link:hover, nav.navbar-expand-lg .navbar-nav .nav-link:focus, nav.navbar .nav-item.active a.nav-link {
		transform:scale(1.2);
	}
	.img-cont {
		width: 25%;
		height: 207px;
		border: 5px solid silver;
	}
	.backdesign { 
		background-color:white;
		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;
	}
}

@media (min-width: 1200px) {
	.container-wide {
		max-width: 1140px
	}
	nav.navbar:not(.filters), footer {
		background-size: 30% 100%;
	}
	.weihnachtslied2022 blockquote {
		font-size: 1.5rem;
		margin: 0 15rem;
	}
}

@media (min-width: 1400px) {
	.container-wide {
		max-width: 1320px;
	}
}
@media screen and (max-width:1679px) {
	nav.navbar:not(.filters) .dropdown-menu {
		right:0;
		left:auto;
	}
}
