/*-----------------------------------------------------------------------------------
	Jamie Wierzbicki - Offizielle Webseite
	About: Jamie's offizielle Website
	Author: Jamie Wierzbicki
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-4855);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

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

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

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

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

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

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

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}
.texture-vertical-lines::before{
	background: url("img/texture-v-lines.png");
	background-size: 4px 4px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

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


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}
/* = iPhone 11 & 12 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone11,.blocsapp-device-iphone12{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 9.6%;
	position: relative;
}
.blocsapp-device-iphone11::after,.blocsapp-device-iphone12::after{
	content:"";
	position:absolute;
	width:100%;
	height:5%;
	left:0;
	top:5%;
	margin-top:-0.5%;
	background-repeat:no-repeat;
	background-size:40%;
	background-position:top center;
	background-image:url("img/iphone-notch.png");
	background-image: -webkit-image-set(url("img/iphone-notch.webp") 1x,
url("img/iphone-notch.webp") 2x);background-image: image-set(url("img/iphone-notch.png") 1x,
url("img/iphone-notch.png") 2x,url("img/iphone-notch.webp") 1x,
url("img/iphone-notch.webp") 2x);
}
.blocsapp-device-iphone11 img,.blocsapp-device-iphone12 img{
	width:100%;
	height:auto;
	margin: 0 auto;
	border-radius:9%/4%;
}
.blocsapp-device-iphone11 .ratio::before,.blocsapp-device-iphone12 .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone11 .ratio,.blocsapp-device-iphone12 .ratio{
	padding-bottom: 90%;
	width: 90.0%;
	right: -5%;
	border-radius: 2%/3%;
}
.blocsapp-device-iphone12.iphone12-black{
	background-image:url("img/Apple-iPhone-12-Black.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-12-Black.webp") 1x,
url("img/Apple-iPhone-12-Black.webp") 2x);background-image: image-set(url("img/Apple-iPhone-12-Black.png") 1x,
url("img/Apple-iPhone-12-Black.png") 2x,url("img/Apple-iPhone-12-Black.webp") 1x,
url("img/Apple-iPhone-12-Black.webp") 2x);
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"SFProDisplay-Regular";
}
.container{
	max-width:980px;
	padding-top:20px;
	padding-bottom:20px;
}
.link-style{
	font-family:"SFProDisplay-Heavy";
	font-weight:700;
	text-decoration:none;
}
.h3-style{
	font-family:"SFProDisplay-Heavy";
	text-transform:none;
	font-weight:normal;
	font-size:50px;
	color:#FEFFFF!important;
	line-height:40px;
}
.h1-bloc-3-style{
	font-family:"SFProDisplay-Heavy";
	color:var(--swatch-var-2)!important;
}
.h3-bloc-5-style{
	font-size:50px;
	line-height:60px;
}
.videotextbox{
	background-size:length;
	background-repeat:space;
	border-radius:5px 5px 5px 5px;
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	background-color:rgba(0,0,0,0.25);
	color:#FEFFFF!important;
	padding:10px 10px 10px 10px;
}
.stadt{
	font-family:"SFProDisplay-Heavy";
	text-transform:uppercase;
	font-size:75px;
	line-height:60px;
	color:#FEFFFF!important;
	text-decoration:none;
}
.termin{
	text-transform:uppercase;
	font-size:18px;
	color:rgba(254,255,255,0.65)!important;
	font-family:"SFProDisplay-Regular";
}
.btn-padding-top{
	padding-top:2px;
	width:15%;
	text-transform:none;
	border-radius:10px 10px 10px 10px;
	padding-bottom:2px;
	background-size:auto auto;
	border-style:solid;
	border-color:var(--swatch-var-6427)!important;
	background-color:transparent;
}
.gs-letters{
	text-transform:uppercase;
	font-family:"SFProDisplay-Black";
	color:rgba(254,255,255,0.25)!important;
	font-size:30px;
	text-align:justify;
	letter-spacing:30px;
}
.trenn-black{
	background-color:#000000;
}
.menupoint{
	text-decoration:none;
	font-size:12px;
	font-family:"SFProDisplay-Regular";
	color:rgba(254,255,255,0.40)!important;
	margin-left:20px;
}
.menuliste{
	text-transform:none;
}
.navcon{
	padding-bottom:2px;
	padding-top:2px;
}
.listelement{
	background-color:rgba(0,0,0,0.55);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	padding:15px 15px 15px 15px;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:rgba(0,0,0,0.30)!important;
	border-radius:30px 30px 30px 30px;
	min-height:129px;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.img-style{
	border-radius:21px 21px 21px 21px;
	min-width:99px;
	min-height:99px;
	max-height:99px;
	max-width:99px;
}
.blauer-button{
	background-color:#316CF4;
	border-radius:10px 10px 10px 10px;
}
.h1-bloc-23-style{
	font-family:"SFProDisplay-Heavy";
}
.slider-button{
	font-size:12px;
}
.previous-btn{
	width:35px;
	filter:brightness(0.3);
}
.news-karte{
	height:400px;
	border-radius:28px 28px 28px 28px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	color:#FEFFFF!important;
	background-image:url("img/chrokotitel%20final.jpg");
	background-image: -webkit-image-set(url("img/chrokotitel%20final.webp") 1x,
url("img/chrokotitel%20final.webp") 2x);background-image: image-set(url("img/chrokotitel%20final.jpg") 1x,
url("img/chrokotitel%20final.jpg") 2x,url("img/chrokotitel%20final.webp") 1x,
url("img/chrokotitel%20final.webp") 2x);
	background-size:auto 100%;
	background-position:center top;
	margin-bottom:10px;
	position:relative;
}
.news-karte-link{
	text-decoration:none;
	font-family:"SFProDisplay-Heavy";
	color:#FEFFFF!important;
}
.news-karte:hover{
	background-size:auto 103%;
	background-position:center top;
	background-blend-mode:multiply;
}
.news-apple-music{
	background-size:length;
}
.news-apple-music:hover{
	background-size:length;
}
.news-div{
	height:135px;
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	border-bottom-right-radius:28px;
	border-bottom-left-radius:28px;
	padding:20px 20px 20px 20px;
}
.container-div-style{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.menupoint:hover{
	color:#FEFFFF!important;
}
.listenlink{
	text-decoration:none;
	font-family:"SFProDisplay-Black";
	text-transform:uppercase;
	text-align:center;
	color:#FEFFFF!important;
	max-height:99px;
	font-size:45px;
	line-height:50px;
}
.ytvideo{
	font-size:35px;
}
.jtune{
	text-transform:lowercase;
}
.termin-blur{
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius:28px 28px 28px 28px;
	background-color:rgba(0,0,0,0.10);
}
.terminliste{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:row;
	padding:10px 10px 10px 10px;
	min-height:100px;
	border-style:solid;
	border-color:rgba(254,255,255,0.40)!important;
	border-width:1px 0px 0px 0px;
}
.stadtcontainer{
	display:flex;
	flex-direction:column;
}
.label-style{
	font-family:"SFProDisplay-Black";
	text-transform:uppercase;
	color:#FEFFFF!important;
	font-size:40px;
	line-height:30px;
	margin-bottom:4px;
}
.location{
	color:rgba(254,255,255,0.80)!important;
	line-height:16px;
	margin-bottom:0px;
	margin-top:0px;
}
.datum{
	color:rgba(254,255,255,0.75)!important;
	font-family:"SFProDisplay-Bold";
	width:200px;
	margin-bottom:5px;
}
.btn-style{
	width:24.34%;
	background-color:var(--swatch-var-7126);
	text-transform:none;
	text-decoration:none;
	font-family:"SFProDisplay-Regular";
	color:rgba(255,255,255,0.75)!important;
}
.teilerweiß{
	background-color:rgba(254,255,255,0.50);
	margin-top:0px;
	margin-bottom:0px;
}
.terminreihe{
	margin-bottom:30px;
}
.termin-karten{
	background-color:#161616;
	border-radius:20px 20px 20px 20px;
	padding:10px 20px 10px 20px;
	margin-top:10px;
}
.monat{
	text-decoration:none;
	font-family:"SFProDisplay-Bold";
	color:#FEFFFF!important;
	font-size:24px;
}
.alldatesbtn{
	text-decoration:none;
	font-family:"SFProDisplay-Semibold";
	text-transform:lowercase;
	color:rgba(254,255,255,0.75)!important;
	font-size:12px;
	border-radius:5px 5px 5px 5px;
	border-color:rgba(254,255,255,0.50)!important;
	margin-right:5px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	padding-right:5px;
	padding-left:5px;
}
.dategastarchiv{
	border-style:solid;
	border-color:var(--swatch-var-5783)!important;
	border-width:0px 0px 1px 0px;
}
.jahreszahl{
	font-size:36px;
	color:rgba(254,255,255,0.85)!important;
	font-family:"SFProDisplay-Heavy";
	text-decoration:none;
	line-height:40px;
}
.ticketlink{
	text-decoration:none;
	color:#FEFFFF!important;
	font-family:"SFProDisplay-Heavy";
	text-transform:none;
}
.ticketrahmen{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-radius:7px 7px 7px 7px;
	padding:10px 10px 10px 10px;
	width:200px;
}
.newsbox{
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius:14px 14px 14px 14px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:rgba(254,255,255,0.20)!important;
}
.schalter{
	background-color:#4763E0;
	width:130px;
	height:40px;
	font-size:16px;
}
.input{
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	background-color:#FEFFFF;
	height:40px;
	width:350px;
}
.footerlink{
	text-decoration:none;
	color:rgba(254,255,255,0.50)!important;
}
.divider-style{
	background-color:var(--swatch-var-7386);
}
.terminheader{
	text-transform:uppercase;
	font-family:"SFProDisplay-Heavy";
	color:#FEFFFF!important;
	font-size:30px;
	text-decoration:none;
}
.btn-style:hover{
	background-color:#FF2600;
}
.jahrheader{
	font-family:"SFProDisplay-Black";
	font-size:30px;
	text-indent:5px;
}
.formular{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.formschrift{
	color:rgba(254,255,255,0.80)!important;
	font-size:10px;
	text-align:center;
}
.bloc-divider-b-style{
	height:4px;
	fill:#373636;
}
.footertext{
	font-size:12px;
	color:rgba(254,255,255,0.30)!important;
	margin-bottom:10px;
	text-align:justify;
}
.img-31-l1006943-2-style{
	width:500px;
}
.blurback{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	margin-right:0px;
	margin-left:0px;
}
.h5-style{
	font-size:14px;
	color:rgba(254,255,255,0.65)!important;
}
.gastliste{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.gastdate{
	margin-right:5px;
	min-width:18px;
	color:rgba(254,255,255,0.25)!important;
	font-size:14px;
}
.date-show-div{
	display:flex;
}
.gastliste-div{
	display:flex;
}
.liste-gast{
	display:flex;
	justify-content:space-between;
	width:500px;
	border-style:solid;
	border-color:var(--swatch-var-5783)!important;
	border-width:0px 0px 1px 0px;
	align-items:center;
}
.info{
	font-size:12px;
	color:rgba(254,255,255,0.10)!important;
	text-decoration:none;
	text-transform:none;
	font-family:"SFProDisplay-Light";
	display:flex;
}
.gastzahl{
	text-transform:none;
	text-decoration:none;
	color:rgba(254,255,255,0.25)!important;
}
.greetreihe{
	margin-bottom:100px;
}
.containerblur{
	backdrop-filter:blur(35px) brightness(0.3);
	-webkit-backdrop-filter:blur(35px) brightness(0.3);
}
.divider-background-color{
	background-color:rgba(254,255,255,0.45);
}
.preview-wrap{
	padding-right:25px;
	padding-left:25px;
}
.gast-stadt{
	font-size:14px;
	color:rgba(254,255,255,0.25)!important;
}
.show-gast{
	width:170px;
	max-width:170px;
	color:rgba(254,255,255,0.75)!important;
}
.show-stadt{
	display:flex;
	align-items:center;
}
.archiv-switcher-schrift{
	text-decoration:none;
	color:rgba(254,255,255,0.50)!important;
	font-size:16px;
	line-height:16px;
}
.allyears{
	text-transform:uppercase;
	color:rgba(254,255,255,0.50)!important;
	border-style:solid;
	border-radius:7px 7px 7px 7px;
	border-width:1px 1px 1px 1px;
	font-size:14px;
	border-color:rgba(254,255,255,0.50)!important;
	text-decoration:none;
	padding:2px 5px 2px 5px;
}
.allyears:hover{
	border-color:rgba(254,255,255,0.65)!important;
}
.white-switcher-div{
	display:flex;
	flex-direction:column;
	align-items:center;
}
.allyears-wrapper{
	padding-top:5px;
	padding-bottom:5px;
}
.jahreszahl:hover{
	color:#FEFFFF!important;
}
.dropdowncontainer{
	height:44px;
	display:flex;
	align-items:center;
}
.dropdownspalte{
	padding-top:10px;
	padding-bottom:10px;
	height:60px;
	display:flex;
	align-items:center;
}
.alldatesbtn:hover{
	color:#FEFFFF!important;
	border-color:rgba(254,255,255,0.75)!important;
}
.dropdownheader{
	display:flex;
	align-items:center;
}
.landing-teiler-white{
	background-color:rgba(254,255,255,0.25);
}
.bloc-divider-b-bloc-1-style{
	height:439px;
	fill:transparent;
}
.landing-kante{
	background:linear-gradient(0deg, rgba(0,0,0,0.75) 0%, transparent    100%);
}
.landing-bottom-text{
	color:rgba(254,255,255,0.50)!important;
	font-family:"SFProDisplay-Regular";
	text-transform:none;
	font-size:12px;
	margin-bottom:50px;
}
.bloc-divider-t-style{
	height:100px;
	fill:rgba(0,0,0,0.50);
}
.negativ-bloc-margin{
	margin-top:-44px;
}
.logo{
	backdrop-filter:brightness(1.0);
	-webkit-backdrop-filter:brightness(1.0);
	background-size:length;
}
.bloc-divider-b-bloc-5-style{
	height:300px;
}
.blurryteiler{
	filter:blur(15px);
	opacity:0.5;
	backdrop-filter:blur(30px);
	-webkit-backdrop-filter:blur(30px);
}
.mini-label{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	font-family:"SFProDisplay-Bold";
	color:rgba(254,255,255,0.75)!important;
	border-radius:5px 5px 5px 5px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
}
.bloc-divider-b-fill{
	fill:transparent;
	height:200px;
}
.alterslabel{
	color:#FEFFFF!important;
	font-family:"SFProDisplay-Bold";
	font-size:12px;
	margin-left:5px;
	margin-right:5px;
}
.videofooter{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.footer-abstand{
	margin-right:10px;
	display:flex;
	align-items:center;
}
.textwhite-welcome-videos{
	color:rgba(254,255,255,0.75)!important;
	font-family:"SFProDisplay-Regular";
}
.vid-kante{
	background:linear-gradient(0deg, rgba(0,0,0,0.50) 0%, transparent 100%);
}
.alterslogo{
	width:14px;
	height:12px;
}
.text-12{
	font-size:12px;
}
.white-12-50{
	font-size:12px;
	color:rgba(254,255,255,0.50)!important;
	font-family:"SFProDisplay-Regular";
}
.header-label{
	font-family:"SFProDisplay-Heavy";
	color:rgba(254,255,255,0.90)!important;
	font-size:24px;
}
.header-line{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:-15px;
}
.head-teiler{
	margin-bottom:0px;
	margin-top:5px;
}
.link-white{
	text-decoration:none;
	font-family:"SFProDisplay-Bold";
	color:rgba(254,255,255,0.75)!important;
}
.header-spalte{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.header-shade{
	background:linear-gradient(180deg, rgba(0,0,0,0.85)  0%, transparent 90%);
}
.bloc-divider-t-fill{
	fill:transparent;
	height:100px;
}
.termin-head{
	max-height:44px;
	min-height:44px;
}
.termin-container{
	padding-bottom:0px;
	padding-top:0px;
}
.drop-link-style{
	font-size:12px;
	color:rgba(254,255,255,0.90)!important;
	font-family:"SFProDisplay-Bold";
	text-align:left;
}
.drop-link-style:hover{
	background-color:#FEFFFF;
}
.bl-abstand{
	margin-right:5px;
}
.bloc-divider-t-bloc-5-fill{
	fill:transparent;
	height:150px;
}
.teeeest{
	border-style:solid;
	width:300px;
}
.bl-spalte{
	display:flex;
}
.link-white:hover{
	color:#FEFFFF!important;
}
.bl-style{
	font-family:"SFProDisplay-Bold";
	color:rgba(254,255,255,0.75)!important;
	background-color:transparent;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:rgba(254,255,255,0.75)!important;
	border-radius:5px 5px 5px 5px;
	font-size:12px;
}
.bl-style:hover{
	border-color:#FEFFFF!important;
	background-color:transparent;
}
.bl-style:active{
	background-color:transparent;
}
.bl-style:focus{
	background-color:transparent;
}
.bl-style:visited{
	background-color:transparent;
}
.form-control{
	text-align:center;
	padding:0px 5px 0px 5px;
}
.bl-button-style{
	max-width:76px;
	margin-top:1px;
}
.selector-breite{
	max-width:100px;
}
.terminlisten-header{
	margin-top:5px;
}
.termin-info-div{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.footer-video{
	margin-bottom:0px;
	font-family:"SFProDisplay-Bold";
	color:rgba(254,255,255,0.65)!important;
	font-size:12px;
	margin-right:5px;
}
.footer-video-info-div{
	display:flex;
	align-items:baseline;
}
.terminlisten-liste{
	margin-bottom:0px;
}
.vidfooterflex{
	display:flex;
	align-items:baseline;
	justify-content:space-between;
}
.alterflex{
	display:flex;
	align-items:center;
	margin-right:5px;
}
.video-textbox{
	font-size:12px;
	color:rgba(254,255,255,0.50)!important;
}
.spece-div{
	height:300px;
}
.vid-mitte-flex{
	display:flex;
}
.video-info-footer{
	font-size:12px;
	font-family:"SFProDisplay-Regular";
	color:rgba(254,255,255,0.50)!important;
}
.additional-spacex{
	margin-top:10px;
}
.copyright{
	font-size:8px;
	color:rgba(254,255,255,0.15)!important;
}
.vid-ueberschrift{
	margin-bottom:0px;
	font-family:"SFProDisplay-Bold";
	color:rgba(254,255,255,0.15)!important;
	font-size:12px;
	margin-right:5px;
	margin-top:10px;
}
.landing-teiler-extra-white{
	background-color:rgba(254,255,255,0.25);
}
.vidfooterflex-copy-1{
	display:flex;
	align-items:baseline;
	justify-content:space-between;
}
.youtube-header{
	font-family:"SFProDisplay-Heavy";
	color:#FEFFFF!important;
	font-size:40px;
	margin-bottom:20px;
}
.footer-liste{
	font-family:"SFProDisplay-Regular";
	font-size:10px;
	color:rgba(254,255,255,0.15)!important;
	margin-bottom:10px;
	padding-left:15px;
}
.footertext-copy-1{
	font-size:12px;
	color:rgba(254,255,255,0.20)!important;
	margin-bottom:10px;
}
.interactive-word{
	font-family:"SFProDisplay-Heavy";
	font-size:40px;
	color:#FEFFFF!important;
	margin-bottom:0px;
	line-height:40px;
}
.interactive-header{
	margin-bottom:20px;
}
.tilt-con{
	display:flex;
	justify-content:center;
}
.border-termine-unten{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	padding-top:5px;
	border-color:rgba(254,255,255,0.25)!important;
	font-size:12px;
	color:rgba(254,255,255,0.50)!important;
}
.trans-hd{
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
}
.widget-hd{
	padding:5px 5px 5px 5px;
}
.extra-hd-div{
	display:flex;
	align-items:center;
}
.hd-own{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	font-family:"SFProDisplay-Heavy";
	color:rgba(254,255,255,0.75)!important;
	border-radius:5px 5px 5px 5px;
	line-height:16px;
	padding-left:4px;
	font-size:12px;
	padding-right:4px;
}
.hd-own-link{
	text-decoration:none;
	font-family:"SFProDisplay-Heavy";
	color:rgba(254,255,255,0.75)!important;
	font-weight:normal;
}
.hd-own-link:hover{
	color:#FEFFFF!important;
}
.copyright-gastspiel{
	font-size:10px;
	font-family:"SFProDisplay-Regular";
	color:rgba(254,255,255,0.15)!important;
	margin-bottom:0px;
}
.gastspiel-copyright-div{
	display:flex;
	writing-mode:vertical-lr;
	justify-content:flex-end;
}
.headerlabel-white-95{
	color:rgba(254,255,255,0.90)!important;
}
.mini-label-tour{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	font-family:"SFProDisplay-Bold";
	color:rgba(254,255,255,0.90)!important;
	border-radius:5px 5px 5px 5px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	border-color:rgba(254,255,255,0.90)!important;
}
.link-white-copy-1{
	text-decoration:none;
	font-family:"SFProDisplay-Bold";
	color:rgba(254,255,255,0.80)!important;
}
.link-white-copy-1:hover{
	color:#FEFFFF!important;
}
.archiv-spalte{
	display:flex;
}
.aktuelle-mon-rand{
	margin-bottom:20px;
}
.content{
	background-color:rgba(0,0,0,0.90);
}
.img-scan--style{
	width:386px;
	height:836px;
}
.link-tree-more{
	text-transform:uppercase;
	text-decoration:none;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#FEFFFF!important;
	border-radius:5px 5px 5px 5px;
	font-family:"SFProDisplay-Regular";
	padding-left:5px;
	padding-right:5px;
}
.mehr-div{
	padding-top:30px;
	padding-bottom:30px;
}
.divider-linktree-background-color{
	background-color:rgba(254,255,255,0.25);
}
.ref-reihe{
	border-radius:15px 15px 15px 15px;
	border-style:solid;
	margin-bottom:20px;
	border-width:0px 0px 0px 0px;
}
.ref-bilder{
	max-height:66px;
	width:auto;
}
.ref-h{
	font-family:"SFProDisplay-Black";
	font-size:60px;
	text-decoration:none;
	color:#FEFFFF!important;
}
.bloc-divider-b-bloc-nw-style{
	height:400px;
	fill:transparent;
}
.ref-shade{
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
}
.jacr-head{
	color:#FEFFFF!important;
	font-family:"SFProDisplay-Heavy";
}
.jacr-text{
	color:rgba(254,255,255,0.50)!important;
}
.img-24-style{
	width:270px;
}
.footerlink:hover{
	color:rgba(254,255,255,0.75)!important;
}
.img-bloc-30-style{
	width:200px;
}
.trenn-spalte{
	display:flex;
	justify-content:space-between;
}
.gs-letters-2{
	text-transform:uppercase;
	font-family:"SFProDisplay-Black";
	color:rgba(254,255,255,0.25)!important;
	font-size:30px;
}
.gs-trenn-row{
	height:60px;
}
.ref-label{
	font-family:"SFProDisplay-Black";
	color:rgba(0,0,0,0.20)!important;
	font-size:90px;
}
.ref-con-oben{
	padding-top:0px;
	padding-bottom:0px;
}
.ref-heder-div{
	align-items:center;
	display:flex;
	justify-content:space-between;
}
.ref-bild-klein{
	max-height:100px;
}
.ref-div-unten{
	display:flex;
	margin-bottom:50px;
	margin-top:10px;
}
.ref-text-unten{
	margin-left:20px;
	color:rgba(254,255,255,0.85)!important;
}
.ref-title-div{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:rgba(254,255,255,0.50)!important;
	padding-bottom:5px;
	margin-bottom:15px;
}
.footertext-2{
	font-size:12px;
	color:rgba(254,255,255,0.30)!important;
	margin-bottom:10px;
}
.bloc-divider-b-bloc-19-fill{
	fill:rgba(0,0,0,0.29);
}
.bloc-divider-b-bloc-14-fill{
	fill:transparent;
	height:400px;
}
.ref-info{
	font-size:12px;
}
.ref-info-neu{
	font-size:14px;
	color:rgba(254,255,255,0.50)!important;
	line-height:18px;
	font-family:"SFProDisplay-Regular";
}
.ref-info-1{
	padding-left:5px;
}
.label-bloc-5-style{
	width:100%;
}
.tourletter{
	padding:0px 0px 10px 0px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-622:rgba(0,0,0,0.52);
	
	--swatch-var-2:rgba(255,255,255,1.00);
	
	--swatch-var-7397:rgba(0,0,0,0.37);
	
	--swatch-var-7126:rgba(255,38,0,0.50);
	
	--swatch-var-5783:rgba(254,255,255,0.10);
	
	--swatch-var-3669:rgba(0,0,0,0.30);
	
	--swatch-var-6427:rgba(255,255,255,1.00);
	
	--swatch-var-4242:rgba(148,33,146,1.00);
	
	--swatch-var-2828:rgba(255,255,255,1.00);
	
	--swatch-var-7386:rgba(59,58,58,1.00);
	
	--swatch-var-6001:rgba(165,56,56,0.50);
	
	--swatch-var-2725:rgba(255,255,255,1.0);
	
	--swatch-var-4855:rgba(21,21,21,1.00);
	
}


/* Background colour styles */

.bgc-622{
	background-color:var(--swatch-var-622);
}
.bgc-7397{
	background-color:var(--swatch-var-7397);
}
.bgc-4855{
	background-color:var(--swatch-var-4855);
}

/* Text colour styles */

.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-2828{
	color:var(--swatch-var-2828)!important;
}

/* Button colour styles */

.btn-c-7126{
	background:var(--swatch-var-7126);
	color:#FFFFFF!important;
}
.btn-c-7126:hover{
	background:rgba(204,0,0,0.50)!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg--MG-8963{
	background-image:url("img/_MG_8963.jpg");
	background-image: -webkit-image-set(url("img/_MG_8963.webp") 1x,
url("img/_MG_8963.webp") 2x);background-image: image-set(url("img/_MG_8963.jpg") 1x,
url("img/_MG_8963.jpg") 2x,url("img/_MG_8963.webp") 1x,
url("img/_MG_8963.webp") 2x);
}
.bg-31-L1006943-202{
	background-image:url("img/31-L1006943%202.jpg");
	background-image: -webkit-image-set(url("img/31-L1006943%202.webp") 1x,
url("img/31-L1006943%202.webp") 2x);background-image: image-set(url("img/31-L1006943%202.jpg") 1x,
url("img/31-L1006943%202.jpg") 2x,url("img/31-L1006943%202.webp") 1x,
url("img/31-L1006943%202.webp") 2x);
}
.bg-kolxx{
	background-image:url("img/kolxx.jpeg");
	background-image: -webkit-image-set(url("img/kolxx.webp") 1x,
url("img/kolxx.webp") 2x);background-image: image-set(url("img/kolxx.jpeg") 1x,
url("img/kolxx.jpeg") 2x,url("img/kolxx.webp") 1x,
url("img/kolxx.webp") 2x);
}
.bg-Atelierxx{
	background-image:url("img/Atelierxx.jpg");
	background-image: -webkit-image-set(url("img/Atelierxx.webp") 1x,
url("img/Atelierxx.webp") 2x);background-image: image-set(url("img/Atelierxx.jpg") 1x,
url("img/Atelierxx.jpg") 2x,url("img/Atelierxx.webp") 1x,
url("img/Atelierxx.webp") 2x);
}
.bg-k-26cx{
	background-image:url("img/k%26cx.jpg");
	background-image: -webkit-image-set(url("img/k%26cx.webp") 1x,
url("img/k%26cx.webp") 2x);background-image: image-set(url("img/k%26cx.jpg") 1x,
url("img/k%26cx.jpg") 2x,url("img/k%26cx.webp") 1x,
url("img/k%26cx.webp") 2x);
}
.bg-März-202022{
	background-image:url("img/Mar2022.jpg");
	background-image: -webkit-image-set(url("img/Mar2022.webp") 1x,
url("img/Mar2022.webp") 2x);background-image: image-set(url("img/Mar2022.jpg") 1x,
url("img/Mar2022.jpg") 2x,url("img/Mar2022.webp") 1x,
url("img/Mar2022.webp") 2x);
}
.bg-QCC-Wierzbicki-Gallery3-scaled{
	background-image:url("img/QCC-Wierzbicki-Gallery3-scaled.jpg");
	background-image: -webkit-image-set(url("img/QCC-Wierzbicki-Gallery3-scaled.webp") 1x,
url("img/QCC-Wierzbicki-Gallery3-scaled.webp") 2x);background-image: image-set(url("img/QCC-Wierzbicki-Gallery3-scaled.jpg") 1x,
url("img/QCC-Wierzbicki-Gallery3-scaled.jpg") 2x,url("img/QCC-Wierzbicki-Gallery3-scaled.webp") 1x,
url("img/QCC-Wierzbicki-Gallery3-scaled.webp") 2x);
}
.bg-IMG-1953{
	background-image:url("img/IMG_1953.JPG");
	background-image: -webkit-image-set(url("img/IMG_1953.webp") 1x,
url("img/IMG_1953.webp") 2x);background-image: image-set(url("img/IMG_1953.JPG") 1x,
url("img/IMG_1953.JPG") 2x,url("img/IMG_1953.webp") 1x,
url("img/IMG_1953.webp") 2x);
}
.bg-0LW-9820{
	background-image:url("img/0LW_9820.jpg");
	background-image: -webkit-image-set(url("img/0LW_9820.webp") 1x,
url("img/0LW_9820.webp") 2x);background-image: image-set(url("img/0LW_9820.jpg") 1x,
url("img/0LW_9820.jpg") 2x,url("img/0LW_9820.webp") 1x,
url("img/0LW_9820.webp") 2x);
}
.bg-loew-background{
	background-image:url("img/loew_background.jpg");
	background-image: -webkit-image-set(url("img/loew_background.webp") 1x,
url("img/loew_background.webp") 2x);background-image: image-set(url("img/loew_background.jpg") 1x,
url("img/loew_background.jpg") 2x,url("img/loew_background.webp") 1x,
url("img/loew_background.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}

/* = Additional CSS
-------------------------------------------------------------- */
.news-karte {
	transition:all 0.28s ease-in-out;
}

/* Test, sollte angepasst werden falls Sachsen in der endgültigen Liste auftaucht */
.sachsen {
	   display:none;
}

.hd-opacity {
	opacity: 0.5;
	backdrop-filter:10px;
	}

/* ID anspielen auf die sich Klasse bezieht (da .parallax sonst global)*/
/* .parallax-Klasse vorgegeben durch Blocs, bzw Bootstrap*/
/* background Position über Safari-Inspector*/
/* ID's können sich auf mehrere Seiten beziehen, die selbe ID's verwenden*/

#bloc-1 .parallax {
  background-position-x:70%;
}

#bloc-4 .parallax {
  background-position-x:43%;
}

#kachel-mar-22 .parallax {
  background-position-x:85%;
}



#podcast-header .parallax {
	filter:blur(24px);
}

#linktree .parallax {
	background-position-x:30%;
	background-position-y:40%;
	filter:blur(12px);
	animation: blur 2s ease-in-out;
}

@keyframes blur {
    from { filter: blur(0px); }
    to { filter: blur(12px); }
}
/* Habe die Animation "blur" genannt, der Name ist aber frei wählbar. Bezieht sich also nich auf irgendeine Vorgegebene Funtkion mit dem Namen Blur*/

/* ease-in: Animation starts slowly and accelerates towards the end. */
/* ease-out: Animation starts quickly and slows down towards the end. */
/* linear: The animation has a constant speed throughout. */
/* Ease-in-out ist eine Kombination aus ease-in und ease-out, was bedeutet, dass die Animation langsam beginnt, beschleunigt und dann wieder langsam endet. */
/* Es hängt von der gewünschten visuellen Wirkung ab, welche easing function für deine Anwendung geeignet ist. */

.page-container {
	overflow-y: scroll;
    scroll-snap-type: y mandatory;
  scroll-padding-top: 20px;
}

.align-xx {
	scroll-snap-align: center;
	overflow: visible;
}








/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.termin{
		text-transform:uppercase;
	}
	.negativ-bloc-margin{
		margin-top:0px;
	}
	.landing-bottom-text{
		margin-bottom:0px;
	}
	.label-style{
		line-height:30px;
	}
	.location{
		line-height:16px;
		margin-top:0px;
	}
	.datum{
		margin-bottom:5px;
	}
	.copyright{
		font-size:8px;
	}
	.bl-button-style{
		margin-top:1px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.gs-trenn-container{
		padding-top:0px;
		padding-bottom:0px;
	}
	
}

@media (max-width: 767px){
	.listelement{
		backdrop-filter:blur(5px);
		-webkit-backdrop-filter:blur(5px);
	}
	.link-style{
		text-transform:none;
	}
	.img-style{
		height:99px;
		width:99px;
		border-radius:21px 21px 21px 21px;
	}
	.negativ-bloc-margin{
		margin-top:0px;
	}
	.bl-button-style{
		margin-top:1px;
	}
	.img-24-style{
		width:250px;
	}
	.img-img-85-style{
		width:250px;
	}
	.ref-div-unten{
		align-items:flex-end;
		justify-content:space-between;
	}
	
}

@media (max-width: 575px){
	.btn-padding-top{
		width:47.41%;
	}
	.btn-style{
		width:100%;
		position:relative;
		border-radius:10px 10px 10px 10px;
		color:rgba(254,255,255,0.80)!important;
		display:flex;
		align-items:center;
		justify-content:center;
		font-family:"SFProDisplay-Regular";
	}
	.bloc-style{
		text-transform:none;
	}
	.stadt{
		text-transform:uppercase;
		font-size:40px;
		text-decoration:none;
		margin-bottom:0px;
		line-height:32px;
	}
	.termin{
		margin-bottom:8px;
		font-family:"SFProDisplay-Regular";
		color:rgba(254,255,255,0.50)!important;
		font-size:10px;
	}
	.gs-letters{
		color:rgba(254,255,255,0.10)!important;
		font-size:20px;
		text-align:justify;
		margin-right:10px;
		letter-spacing:15px;
	}
	.previous-btn{
		width:30px;
	}
	.slider-button{
		position:absolute;
		right:-25px;
		bottom:3px;
	}
	.news-karte{
	}
	.menupoint{
		font-size:14px;
		font-family:"SFProDisplay-Regular";
	}
	.img-style{
		width:66px;
		height:66px;
		border-radius:14px 14px 14px 14px;
		min-height:66px;
		min-width:66px;
	}
	.listelement{
		border-radius:20px 20px 20px 20px;
		min-height:66px;
		padding:10px 10px 10px 10px;
	}
	.listenlink{
		line-height:30px;
		font-size:35px;
	}
	.ytvideo{
		line-height:25px;
		font-size:25px;
		color:#FEFFFF!important;
	}
	.jtune{
		text-transform:lowercase;
		font-size:25px;
	}
	.stretched-link{
	}
	.terminliste{
		flex-direction:column;
		padding-left:0px;
		padding-right:0px;
		align-items:flex-start;
		min-height:100px;
		border-top-width:1px;
		margin-bottom:5px;
	}
	.stadtcontainer{
		display:flex;
		flex-direction:column;
		margin-bottom:10px;
		margin-top:3px;
	}
	.datum{
		margin-bottom:4px;
		color:rgba(254,255,255,0.75)!important;
	}
	.label-style{
		margin-bottom:4px;
	}
	.dategastarchiv{
		border-bottom-width:1px;
		margin-bottom:0px;
	}
	.monat{
		font-size:24px;
	}
	.termin-karten{
		padding-bottom:10px;
		padding-top:10px;
		border-radius:20px 20px 20px 20px;
	}
	.monat:active{
	}
	.h3-style{
		font-size:35px;
	}
	.container-div-style{
	}
	.terminheader{
		text-transform:uppercase;
		font-family:"SFProDisplay-Heavy";
		color:#FEFFFF!important;
		font-size:20px;
	}
	.jahrheader{
		font-family:"SFProDisplay-Black";
		color:#FEFFFF!important;
		font-size:30px;
		text-indent:0px;
	}
	.teilerweiß{
	}
	.menu{
	}
	.input{
		width:150px;
	}
	.formular{
		justify-content:space-between;
	}
	.schalter{
		width:100px;
	}
	.bloc-divider-b-style{
		height:5px;
		fill:var(--swatch-var-7386);
	}
	.newsbox{
		border-color:rgba(254,255,255,0.05)!important;
	}
	.liste-gast{
		align-items:center;
		border-style:solid;
	}
	.info{
		margin-bottom:3px;
		color:rgba(254,255,255,0.10)!important;
	}
	.gastdate{
		color:rgba(254,255,255,0.25)!important;
		min-width:18px;
	}
	.gastliste{
		align-items:center;
	}
	.gastzahl{
	}
	.listwrap{
	}
	.greetreihe{
		margin-bottom:150px;
	}
	.p-style{
		font-size:12px;
	}
	.h3-preview-style{
		font-size:14px;
	}
	.p-preview-style{
		font-size:12px;
	}
	.preview-wrap{
		padding-left:10px;
		padding-right:10px;
	}
	.show-gast{
		width:150px;
		max-width:150px;
		min-width:150px;
	}
	.show-stadt{
		align-items:center;
	}
	.allyears{
	}
	.allyears-wrapper{
		padding-top:5px;
		padding-bottom:5px;
	}
	.alldatesbtn{
		font-size:12px;
	}
	.dropdowncontainer{
		padding:0px 0px 0px 0px;
	}
	.landing-kante{
		background:linear-gradient(0deg, rgba(0,0,0,0.70) 0%, transparent        100%);
	}
	.landing-teiler-white{
		background-color:rgba(254,255,255,0.25);
	}
	.logo{
		margin-top:10px;
	}
	.alterslabel{
	}
	.alterslogo{
		max-height:12px;
		max-width:14px;
	}
	.videofooter{
		align-items:center;
	}
	.footer-abstand{
		align-items:center;
	}
	.mini-label{
		text-decoration:none;
	}
	.link-style{
	}
	.link-white{
		text-decoration:none;
		text-transform:none;
		font-family:"SFProDisplay-Bold";
		color:rgba(254,255,255,0.75)!important;
	}
	.header-spalte{
	}
	.bl-button-style{
		margin-top:4px;
	}
	.termin-blur{
		background-color:rgba(0,0,0,0.45);
		backdrop-filter:blur(10px);
		-webkit-backdrop-filter:blur(10px);
		border-radius:20px 20px 20px 20px;
	}
	.terminreihe{
		padding-left:1px;
		padding-right:1px;
	}
	.termin-info-div{
		flex-direction:column;
		align-items:flex-start;
	}
	.location{
		margin-top:0px;
		color:rgba(254,255,255,0.75)!important;
	}
	.header-label{
		color:rgba(254,255,255,0.90)!important;
	}
	.terminlisten-liste{
		margin-bottom:0px;
	}
	.con-space-unten{
		padding-bottom:5px;
		margin-bottom:-10px;
	}
	.copyright{
		font-size:8px;
	}
	.landing-teiler-extra-white{
		background-color:rgba(254,255,255,0.50);
	}
	.vidfooterflex-copy-1{
		justify-content:flex-end;
	}
	.youtube-header{
		font-size:35px;
		margin-bottom:0px;
	}
	.interactive-word{
		font-size:35px;
	}
	.hd-own{
		text-decoration:none;
	}
	.hd-own-link{
		text-decoration:none;
		text-transform:none;
		font-family:"SFProDisplay-Bold";
		color:rgba(254,255,255,0.75)!important;
	}
	.copyright-gastspiel{
		font-size:8px;
	}
	.mini-label-tour{
		text-decoration:none;
	}
	.link-white-copy-1{
		text-decoration:none;
		text-transform:none;
		font-family:"SFProDisplay-Bold";
		color:rgba(254,255,255,0.85)!important;
	}
	.h5-style{
		color:rgba(254,255,255,0.65)!important;
	}
	.ref-h{
		font-size:35px;
	}
	.mt-1{
	}
	.img-img-85-style{
		width:150px;
		height:150px;
	}
	.trenn-black{
	}
	.gs-trenn-container{
		padding-top:0px;
		padding-bottom:0px;
		height:44px;
	}
	.trenn-spalte{
		padding-right:0px;
		display:flex;
		justify-content:space-between;
	}
	.gs-trenn-row{
		height:44px;
	}
	.gs-letters-2{
		color:rgba(254,255,255,0.15)!important;
		font-size:20px;
		text-align:justify;
		letter-spacing:15px;
	}
	.ref-label{
		font-size:50px;
	}
	.ref-con-oben{
		padding-top:0px;
		padding-bottom:0px;
		margin-top:-12px;
	}
	.ref-heder-div{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.ref-bilder{
		width:auto;
		max-height:50px;
	}
	.ref-text-unten{
		font-size:14px;
		margin-bottom:0px;
		margin-left:15px;
	}
	.ref-title-div{
		align-items:flex-end;
		border-color:rgba(254,255,255,0.50)!important;
	}
	.ref-div-unten{
		align-items:flex-start;
	}
	.ref-mini-div{
		display:flex;
		flex-wrap:wrap;
		justify-content:flex-end;
	}
	.ref-info-2{
		margin-top:20px;
	}
	.ref-con-unten{
		padding-bottom:0px;
		margin-bottom:-15px;
	}
	.ref-info-1{
		padding-left:0px;
	}
	
}

