/* Google Fonts 31.10.2022 */
/* lora-regular - latin */
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('../fonts/lora/lora-v26-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lora/lora-v26-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* lora-700 - latin */
  @font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('../fonts/lora/lora-v26-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lora/lora-v26-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* lora-italic - latin */
  @font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400;
	src: local(''),
		 url('../fonts/lora/lora-v26-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lora/lora-v26-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* lora-700italic - latin */
  @font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 700;
	src: local(''),
		 url('../fonts/lora/lora-v26-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lora/lora-v26-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  



@font-face{font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open_sans/open_sans.woff2') format('woff2'), url('../fonts/open_sans/open_sans.woff') format('woff'); }
@font-face{font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open_sans/open_sans_italic.woff2') format('woff2'), url('../fonts/open_sans/open_sans_italic.woff') format('woff'); }
@font-face{font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open_sans/open_sans_700.woff2') format('woff2'), url('../fonts/open_sans/open_sans_700.woff') format('woff'); }
@font-face{font-family: 'Open Sans'; font-style: italic; font-weight: 700; src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open_sans/open_sans_700italic.woff2') format('woff2'), url('../fonts/open_sans/open_sans_700italic.woff') format('woff'); }
@font-face{font-family: 'MilanBold'; font-style: normal; font-weight: 700; src: url('../fonts/milan/MilanBold.woff') format('woff'), local('MilanBold'), local('MilanBold'); }

/* ///////////////// GENERAL */

body{
	background-color: #020202;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
}

h1, .h1,h2,h3,h4,h5,h6{
	font-family: 'MilanBold', sans-serif;
	text-transform: uppercase;
}

h1, .h1{
	font-size: 40px;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

h2{
	font-size: 36px;
	line-height: 46px;
	margin-top: 40px;
	margin-bottom: 20px;
}

h3{
	font-size: 32px;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
}

h4,h5,h6{
	font-size: 22px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

a, a:hover{
	color: #cd1619;
}

hr{
	height: 4px;
	border: 0px;
	background-color: #2dafe5;
	position: relative;
}

hr::before,
hr::after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 33.33333%;
}

hr::before{
	left: 0;
	background-color: #cd1619;
}

hr::after{
	right: 0;
	background-color: #fde952;
}

img{
	height: auto;
}

#content hr{
	margin: 80px 0;
}

th,td{
	text-align: left;
	padding: 10px 20px;
}

table{
	border-top: 2px solid #eee;
}

tr{
	border-bottom: 2px solid #eee;
}

.btn{
	font-family: 'MilanBold', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 10px 22px;
	color: #fff;
	font-size: 20px;
}

.btn:hover{
	background-color: #fff;
	color: #000 !important;
}

.btn.btn-black{
	color: #000;
	border-color: #000;
}

.btn.btn-black:hover{
	background-color: #000;
	color: #fff !important;
}

.visually-hidden {
	display: none !important;
}
.mod-languages > ul.mod-languages__list > li:not(.lang-active) {
	margin-right: 0 !important;
}
.mod-languages > ul.mod-languages__list > li:not(.lang-active) a {
	padding-top: 0 !important;
}

.btn.newsletter{
	background-image: url('../img/newsletter-icon.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 10px center;
	padding-left: 40px;
}

.btn.btn-black.newsletter:hover{
	background-color: #fde952;
	color: #000 !important
}

.aligncenter .row{
	align-items: center;
}

.pt80{
	padding-top: 80px;
}

.bg-grey{
	background-color: #1f1f1f;
	padding: 50px 0;
}

.bg-grey p:last-of-type{
	margin-bottom: 0px;
}

/* ///////////////// TOPBAR */

.social-media img{
	opacity: 0.4;
	margin-right: 8px;
	transition: opacity 0.3s ease;
}

.social-media a:hover img{
	opacity: 1;
	transition: opacity 0.3s ease;
}

#toplogo{
	display: none;
}

#topbar{
	padding: 20px 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
}

#topmenu{
	float: right;
	display: flex;
}

#topmenu a{
	color: #fff;
	font-size: 16px;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

#topmenu a:hover{
	text-decoration: none;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

#topmenu .active a{
	opacity: 1;
}

#topmenu li{
	margin-left: 14px;
}

#topbar .mod-languages .lang-active{
	display: none;
}

#topbar .mod-languages img{
	margin-top: -2px;
}

#topmenu .mod-languages li{
	margin-left: 0px;
}

/* ///////////////// MAINMENU */

#mainmenu-wrap{
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 90px;
	background-color: rgba(0,0,0,0.65);
	min-height: 138px;
}

.navbar{
	padding: 0px;
}

/* body.home #mainmenu-wrap{
	display: none;
} */

#mainmenu{
	position: relative;
}

#mainmenu::before{
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	background-image: url('../img/projectpq-logo-kreis-weiss.png');
	background-size: 100%;
	left: -140px;
	top: 8px;
}

body.home #mainmenu::before{
	display: none;
}

#mainmenu .lv-0{
	width: 100%;
	justify-content: space-between;
	margin-top: 50px;
}

#mainmenu .lv-0 > li > a{
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	font-family: 'MilanBold', sans-serif;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

#mainmenu .lv-0 > li > a:hover{
	opacity: 0.8;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

#mainmenu .lv-0 > li.active > a,
#mainmenu .lv-1 > li.active > a{
	opacity: 1;
}

#mainmenu .lv-0 > li.active > a{
	text-shadow: 0px 0px 10px #000;
}

#mainmenu .lv-0 > li.parent:hover .lv-1{
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

#mainmenu .lv-1{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	padding: 0px;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	list-style-type: none;
	background-color: #000;
	left: -12px;
}

#mainmenu .lv-1 > li > a{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	font-family: 'MilanBold', sans-serif;
	opacity: 0.4;
	z-index: 999;
	display: block;
	padding: 6px 12px;
}

/* ///////////////// SLIDESHOW */

body.home .slideshow .slide-inner{
	padding-top: 300px;
	display: block;
	background-image: url('../img/projectpq-logo-weiss-schatten.png');
	background-repeat: no-repeat;
	background-size: 550px;
	background-position: top 80px center;
	top: 20%;
}

.slideshow .slick-prev{
    left: 35px;
}

.slideshow .slick-next{
    right: 35px;
}

.slideshow .slick-next,
.slideshow .slick-prev{
	width: 30px;
	height: 42px;
    z-index: 999;
}

.slideshow .slick-prev::before,
.slideshow .slick-next::before{
    content: '';
	background-image: url('../img/slideshow-arrow-left.png');
	width: 30px;
	height: 42px;
    display: block;
    opacity: 1;
	background-size: 30px;
	opacity: 0.6 !important;
}

.slideshow .slick-prev::before{
	background-image: url('../img/slideshow-arrow-left.png');
}

.slideshow .slick-next::before{
	background-image: url('../img/slideshow-arrow-right.png');
}


.slideshow .slick-slide{
	position: relative;
}

.slideshow .slick-slide img{
	width: 100%;
}

.slideshow .slick-dots{
	bottom: 80px;
}

.slideshow .slick-dots li button::before{
	font-size: 25px;
	opacity: 1;
	color: #fff;
	opacity: 0.6;
}

.slideshow .slick-dots li.slick-active button::before{
	opacity: 1;
	color: #cd1619;
}

.slideshow .slide-inner{
	position: absolute;
	top: 44%;
	text-align: center;
	left: 0;
	right: 0;
}

.slideshow ~ #content,
#content-intro ~ #content{
	margin-top: 100px
}

.slideshow .slide-inner .slide-headline{
	font-size: 70px;
	line-height: 80px;
	text-transform: uppercase;
	font-family: 'MilanBold', sans-serif;
	text-shadow: 0px 0px 10px #000;
}

.slideshow.slick-dotted.slick-slider{
	margin-bottom: 0px;
}

.slideshow.slideshow-ticker{
	margin-bottom: 50px;
}

.slideshow.slideshow-ticker .ticker-item{
	padding: 0px 60px;
}

.slideshow.slideshow-ticker .slide-inner img{
	max-width: 540px;
	display: inline-block;
	width: 100%;
}

.slideshow.slideshow-ticker .slick-track{
	display: flex;
	align-items: center;
}

/* ///////////////// CONTENT & MODULES */

body.home #content,
body.home .module h2{
	text-align: center;
}

#content{
	margin-top: 250px;
}

body.home #content{
	margin-top: 120px;
}

.module.bg-grau{
	background-color: #1a1a1a;
}

.module.referenzen{
	padding: 80px 0px;
	text-align: center;
	margin-top: 60px;
}

.referenzenlogos img{
	margin: 20px 0;
}

#mod-129 .btn{
	display: none;
}

#slideshow-129{
	margin-bottom: 0px;
}

/*
.module.referenzen .referenzen-logos{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.module.referenzen img{
	max-height: 50px;
	margin: 10px 20px;
}

.module.referenzen p:last-of-type{
	margin-bottom: 0px;
}
*/

/* ///////////////// BLOG */

.blog .item h2 a{
	color: #fff;
}

.blog .item h2{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 34px;
}

.blog .item .item-image{
	margin-bottom: 20px;
}

.blog .item .item-image img {
	max-height: 380px;
}

.blog .item{
	margin-bottom: 40px;
}

.article-info{
	color: #5f5f5f;
	font-size: 18px;
}

/* ///////////////// SHOWS - FILTER */

#shows-filter{
	background-color: #1f1f1f;
}

#shows-filter .show-filter-tutorial{
	text-align: center;
	padding: 50px 0px 30px;
	font-size: 26px;
	line-height: 34px;
	color: #888;
}

#shows-filter .options{
	text-align: center;
	padding: 20px 0;
}

#shows-filter .options .filter-option{
	margin: 0 15px;
	padding: 2px 0 2px 40px;
	position: relative;
	transition: color 0.3s ease;
}

#shows-filter .options .filter-option:hover{
	cursor: pointer;
}

#shows-filter .options .filter-option::before{
	content: '';
	position: absolute;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 2px solid;
	top: 3px;
	transition: background 0.3s ease;
}


#shows-filter .options .filter-option-alle::before{ border-color: #fefefe; }
#shows-filter .options .filter-option-featured::before{ border-color: #fefefe; }

#shows-filter .options .filter-option-feuer::before{ border-color: #cd1619; }
#shows-filter .options .filter-option-licht::before{ border-color: #2dafe5; }
#shows-filter .options .filter-option-tanz::before{ border-color: #fde952; }
#shows-filter .options .filter-option-showpakete::before{ border-color: #ff6a73; }

#shows-filter .options .filter-option-feuer.active::before{ background-color: #cd1619; }
#shows-filter .options .filter-option-licht.active::before{ background-color: #2dafe5; }
#shows-filter .options .filter-option-tanz.active::before{ background-color: #fde952; }
#shows-filter .options .filter-option-showpakete.active::before{ background-color: #ff6a73; }

#shows-filter .options .filter-option-alle.active::before{ background-color: #ffffff; }
#shows-filter .options .filter-option-featured.active::before{ background-color: #ffffff; }

#shows-filter .options .filter-option{ color: #666; }
#shows-filter .options .filter-option.active{ color: #fff; }

@media(min-width: 992px){

	#shows-filter .options .filter-option:hover{
		color: #666;
	}

}

#shows-filter .items{
	padding: 50px 0;
	justify-content: center;
	text-align: center;
}

.item-ball {
	width: 280px;
	height: 280px;
	border-radius: 150px;
	background-position: center;
	border: 4px solid;
	font-family: 'MilanBold', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 20px #000;
	background-size: 100%;
	transition: transform 0.2s ease 0.1s;
	margin-bottom: 20px;
	overflow: hidden;
	osition: absolute;
	left: 0px;
	top: 0px;
}


.item-ball .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	flex-direction: column;
	flex-wrap: wrap;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}




.item-ball img {
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: 150px;
	background-position: center;
	background-size: 100%;
	filter: blur(4px);
	transition: 200ms filter linear;
}


.item-ball:hover img {

	filter: blur(0px);
}


.item-ball  {
	position: relative;
}

#shows-filter a:hover,
#included-shows a:hover{
	text-decoration: none;
}

.item-ball:hover{
	transform: scale(1.1);
	transition: transform 0.2s ease;
}

.item-ball .subtitle{
	font-size: 16px;
	display: block;
	/*margin-top: -20px;*/
}


.item-ball .maintitle{
	font-size: 26px;
	display: block;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 30px;
}

.feuer .item-ball{ border-color: #cd1619; }
.licht .item-ball{ border-color: #2dafe5; }
.tanz .item-ball{ border-color: #fde952; }
.showpakete .item-ball{ border-color: #ff6a73; }

/* ///////////////// SHOWS */

#content-title{
	text-align: center;
	position: absolute;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 160px;
}

#content-intro{
	position: relative;
}

#content-title .subtitle{
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	font-family: 'MilanBold', sans-serif;
	text-shadow: 0px 0px 10px #000;
}

#content-title .maintitle{
	font-size: 120px;
	line-height: 120px;
	text-transform: uppercase;
	font-family: 'MilanBold', sans-serif;
	text-shadow: 0px 0px 10px #000;
}

body.showtype-feuer #content-intro{ border-bottom: 4px solid #cd1619; }
body.showtype-licht #content-intro{ border-bottom: 4px solid #2dafe5; }
body.showtype-tanz #content-intro{ border-bottom: 4px solid #fde952; }
body.showtype-showpaket #content-intro{ border-bottom: 4px solid #ff6a73; }

body.showtype-feuer .slideshow .slick-dots li.slick-active button::before{ color: #cd1619; }
body.showtype-licht .slideshow .slick-dots li.slick-active button::before{ color: #2dafe5; }
body.showtype-tanz .slideshow .slick-dots li.slick-active button::before{ color: #fde952; }
body.showtype-showpaket .slideshow .slick-dots li.slick-active button::before{ color: #ff6a73; }

.show-infobox{
	background-color: #1f1f1f;
	padding: 20px;
	font-size: 18px;
}

.show-infobox .infobox-headline{
	font-size: 30px;
	text-transform: uppercase;
}

.Feuer .show-infobox .infobox-headline{ color: #cd1619; }
.Licht .show-infobox .infobox-headline{ color: #2dafe5; }
.Tanz .show-infobox .infobox-headline{ color: #fde952; }

.show-infobox .infobox-tags{
	line-height: 22px;
}

.show-infobox .eigenschaften{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

.show-infobox .eigenschaften li{
	padding: 16px 0 16px 50px;
	background-repeat: no-repeat;
	background-position: left top 10px;
	line-height: 20px;
}

.show-infobox .eigenschaften a{
	color: #fff;
	text-decoration: underline;
}

.show-infobox-wrap .btnwrap{
	margin-top: 20px;
}

.show-infobox-wrap .btnwrap .btn{
	display: block;
	width: 100%;
}

.show-infobox-wrap .btnwrap .btn.btn-booking{
	background-color: #cd1619;
	border: 0px;
	color: #fff;
}


.Feuer .show-infobox-wrap .btnwrap .btn.btn-booking{ background-color: #cd1619; border: 2px solid #cd1619; }
.Licht .show-infobox-wrap .btnwrap .btn.btn-booking{ background-color: #2dafe5; border: 2px solid #2dafe5; }
.Tanz .show-infobox-wrap .btnwrap .btn.btn-booking{ background-color: #fde952; border: 2px solid #fde952; color: #000; }

.Feuer .show-infobox-wrap .btnwrap .btn.btn-booking:hover{ color: #cd1619 !important; background-color: #460709; }
.Licht .show-infobox-wrap .btnwrap .btn.btn-booking:hover{ color: #2dafe5 !important; background-color: #0e3646; }
.Tanz .show-infobox-wrap .btnwrap .btn.btn-booking:hover{ color: #fde952 !important; background-color: #4a4518; }

/* ///////////////// SHOWPAKETE */

#included-shows-bg{
	background-color: #1f1f1f;
	padding: 80px 0;
	text-align: center;
	margin-top: 80px;
}

#included-shows-bg .row{
	justify-content: center;
}

.included-shows-headline{
	font-size: 28px;
	color: #ff6a73;
	margin-bottom: 50px;
}

.item-page.showpaket{
	text-align: center;
}

.item-page.showpaket .btnwrap{
	margin-top: 80px;
}

.item-page.showpaket .btnwrap .btn-booking{
	background-color: #ff6a73;
	border: 0px;
}

/* ///////////////// ÄHNLICHE SHOWS */

.tagssimilar{
	padding: 120px 0 60px 0;
	text-align: center;
}

.tagssimilar .row{
	justify-content: center;
}

.tagssimilar a:hover{
	text-decoration: none;
}

.tagsheadline{
	font-size: 30px;
	margin-bottom: 60px;
}

/* ///////////////// SEARCH */

.search .element-invisible{
	display: none;
}

.badge-info{
	background-color: #cd1619;
}

.search-results .result-category{
	display: none;
}

.search-results .result-text{
	margin-bottom: 20px;
	font-size: 22px;
}

.result-text .highlight{
	background-color: #cd1619;
	border-radius: 2px;
}

.result-title .highlight{
	background-color: #cd1619;
	color: #fff;
	border-radius: 2px;
}

#searchForm .searchintro{
	font-size: 18px;
	margin-top: 10px;
	color: #5f5f5f;
}

#searchForm .form-limit{
	color: #5f5f5f;
	font-size: 18px;
}

#searchForm input{
	border-radius: 10px;
	border: 0px;
	padding: 10px 18px;
	margin-right: 10px;
}

#searchForm hr{
	margin: 30px 0 40px 0;
}

#searchForm select{
	font-family: Arial, sans-serif;
	font-size: 16px;
}

/* ///////////////// TEASER */

#teaser{
	text-align: center;
}

#teaser .module:hover .image-inner{
	transform: scale(1.16);
	transition: transform 0.2s ease;
}

#teaser .content,
#teaser .content a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

#teaser .inner a:hover,
#teaser .content a:hover{
	text-decoration: none;
}

#teaser .inner .image img{
	border-radius: 50%;
	border: 6px solid;
	width: 300px;
	height: 300px;
}

#teaser .image-inner{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.2s ease 0.1s;
}

#teaser .image-inner .bildtext{
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	font-family: 'MilanBold', sans-serif;
	font-size: 30px;
	text-shadow: 0px 0px 2px #000;
	cursor: default;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#teaser .content {
	margin-bottom: 20px;
}

#teaser .content p:last-child{
	margin-bottom: 0px;
}

#teaser .content .btn{
	font-size: 20px;
}

#teaser .inner .headline a{
	text-transform: uppercase;
	margin: 30px 0 6px 0;
	font-size: 24px;
}

#teaser .rot .image img{ border-color: #cd1619; }
#teaser .blau .image img{ border-color: #2dafe5; }
#teaser .gelb .image img{ border-color: #fde952; }
#teaser .rot .headline a{ color: #cd1619; }
#teaser .blau .headline a{ color: #2dafe5; }
#teaser .gelb .headline a{ color: #fde952; }

/* ///////////////// FORM */

input, textarea, select, .form-control {
	background-color: transparent;
	border: 2px solid #fff;
	width: 100%;
	padding: 10px 20px;
	margin: 10px 0;
	color: #939393;
}

.kontakt-form{
	color: #939393;
}

input::placeholder,
textarea::placeholder{
	opacity: 1;
}

input.filled,
select.filled{
	color: #fff;
}

input[type="checkbox"]{
	width: auto;
}

input:not(input[type="checkbox"]), textarea {
	border-radius: 0 !important;
	font-size: 20px !important;
}

input:not(input[type="checkbox"]) {
	height: 52px;
}

input:not(output):-moz-ui-invalid{
	border-color: #ff6a73;
	color: #ff6a73;
	box-shadow: none;
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
	appearance: none;
	background-image: url('../img/select-arrow.png');
	background-repeat: no-repeat;
	background-position: right 20px center;
}

select option{
	background-color: #1f1f1f;
	font-family: 'Lora', Arial, sans-serif;
}

.kontakt-form .checkboxwrap.datenschutz{
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.kontakt-form .checkboxwrap{
	font-size: 20px;
	line-height: 26px;
	margin-top: 25px;
	position: relative;
	padding-left: 32px;
	color: #939393;
	cursor: pointer;
}

.kontakt-form .checkboxwrap input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.kontakt-form .checkboxwrap .checkmark{
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 0px;
	border: 2px solid #fff;
    cursor: pointer;
}

.kontakt-form .checkboxwrap .checkmark::after{
    content: url('/templates/projectpq/img/check-icon.png');
    position: absolute;
    display: none;
    left: 2px;
    top: -7px;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}

.kontakt-form .checkboxwrap input:checked ~ .checkmark:after {
  display: block;
}

.kontakt-form .btn{
	background-color: #fff;
	color: #000;
	margin-top: 20px;
}

.kontakt-form .btn:hover{
	background-color: transparent;
	color: #fff !important;
}

/* ///////////////// MODAL */

.modal-content{
	background-color: #1a1a1a;
}

.modal-content .alert{
	background-color: transparent;
	border: 0px;
}

.modal-footer{
	border: 0px;
	background-color: #2d2d2d;
}

.modal-content .alert-success{ color: #9fff8b; }
.modal-content .alert-danger{ color: #ee283b; }
.modal-content .alert-warning{ color: #ffd049; }

/* ///////////////// BREADCRUMBS */

.breadcrumb{
	background-color: transparent;
	border-radius: 0px;
	padding: 0px;
	font-size: 14px;
}

.breadcrumb .divider{
	color: #5f5f5f;
	margin: 0 8px 0 5px;
}

.breadcrumb li:first-of-type{
	display: none;
}

/* ///////////////// PAGINATION */

ul.pagination{
	margin-top: 30px;
	font-family: 'MilanBold', sans-serif;
}

.pagination .page-link{
	border: 0px;
	color: #fff;
	padding: 4px 18px;
	font-size: 26px;
	background-color: transparent;
}

.pagination .page-item:first-of-type .page-link{
	padding-left: 0px;
}

.pagination .page-link:hover{
	background-color: transparent;
	color: #cd1619;
}

.pagination .page-link:focus{
	box-shadow: none;
}

.pagination .page-item.disabled .page-link{
	color: #5f5f5f;
	background-color: transparent;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover{
	color: #cd1619;
	background-color: transparent;
}

/* ///////////////// FOOTER */

footer hr{
	height: 8px;
	margin: 0px;
}

footer{
	background-color: #fff;
	margin-top: 60px;
	color: #111;
}

footer p{
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 22px;
}

footer .paddingleft{
	padding-left: 115px;
	margin-top: -10px;
}

footer .btn{
	font-size: 16px;
	padding: 8px 14px 5px 14px;
	margin: 10px 0;
}

footer .newsflash-title{
	font-family: 'Lora', serif;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	margin: 0px;
	word-break: break-all;
}

footer .newsflash-title a{
	color: #000;
	text-decoration: underline;
}

footer .footer-inner{
	padding-top: 50px;
	padding-bottom: 50px;
}

footer .klimasiegel{
	color: #3fbdd0;
	font-size: 18px;
	margin-top: 10px;
}

footer .klimasiegel a{
	text-decoration: underline;
	color: #3fbdd0;
	font-size: 18px;
}

footer .footer-right .termine .module-content{
	background-color: #eaeaea;
	height: 200px;
	overflow-y: scroll;
	padding: 6px 12px;
	border: 2px solid #eaeaea;
}

footer .footer-right,
footer .footer-mid{
	margin-top: 40px;
}

footer .footer-right .module-headline,
footer .footer-mid .module-headline{
	margin-bottom: 20px;
	font-size: 18px;
}

footer .footer-right .termine p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}

footer a:hover{
	text-decoration: none;
}

/* ///////////////// MAILCHIMP */

#mc_embed_signup{
	background: none !important;
	color: #fff;
	max-width: 480px;
	margin: 0 auto;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error{
	border-color: #cf142b !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
	color: #cf142b !important;
	padding: 5px 0px !important;
	background: none !important;
}

#mc_embed_signup .button{
	font-family: 'MilanBold', sans-serif;
	text-transform: uppercase;
	font-weight: bold !important;
	border: 2px solid #fff !important;
	border-radius: 10px !important;
	padding: 10px 22px !important;
	color: #fff !important;
	font-size: 20px !important;
	height: auto !important;
	background: none !important;
}

#mc_embed_signup .button:hover{
	background: #fff !important;
	color: #000 !important;
}

#mc_embed_signup .clear{
	height: auto !important;
}

/* === Youtube & Vimeo === */

.videowrap{
	margin-bottom: 30px;
}

.videowrap:last-child{
	margin-bottom: 0px;
}

/* Accordion */
.ultima-accordion .ult-head {

	color: #000;
	cursor: pointer;
	font-weight: 900;
}
.ultima-accordion .ult-headline {
	padding: 12px;
	background-color: #fff;
	display: block;
	border-radius: 12px;
}
.ult-tab + .ult-tab {
	margin-top: 24px;
}
.ultima-accordion .ult-head.active .ult-headline {
	border-radius: 12px 12px 0 0 !important;
}
.ultima-accordion .ult-content {
	border: 2px solid rgb(255, 255, 255);
	border-radius: 0px 0px 12px 12px;
	padding: 12px;
}
.ultima-accordion .ult-content strong {
	margin-top: 12px;
	display: block;
}


/* ///////////////// RESPONSIVE */


@media (max-width: 1500px){
	
	#mainmenu::before{
		display: none;
	}
	
	#mainmenu .lv-0 > li > a{
		font-size: 28px;
	}
	
}

@media (max-width: 1300px){
	
	.maxwidth{
		max-width: 90%;
	}
	
}

@media (max-width: 1199.98px){
	
	body.home .slideshow .slide-inner{
		background-size: 380px;
		padding-top: 160px;
	}
	
	.slideshow .slide-inner .slide-headline{
		font-size: 60px;
		line-height: 72px;
	}
	
	#showtrailer{
		height: auto;
	}
	
	#toplogo{
		display: block;
		max-width: 300px;
		margin: 20px auto 0 auto;
	}
	
	#topbar,
	#mainmenu-wrap{
		position: static;
	}
	
	#topbar{
		text-align: center;
		padding: 8px 0 0 0;
	}
	
	#topmenu{
		float: none;
		justify-content: center;
	}
	
	#mainmenu-wrap{
		padding-bottom: 20px;
	}
	
	#mainmenu{
		text-align: center;
	}
	
	#mainmenu .nav{
		display: block;
	}
	
	#mainmenu::before{
		display: none;
	}
	
	#mainmenu .lv-0{
		margin-top: 20px;
	}
	
	#mainmenu .lv-0 li{
		margin-top: 10px;
	}
	
	#mainmenu .lv-0 li:first-of-type{
		margin-top: 0;
	}
	
	body.home #mainmenu-wrap{
		display: block;
	}
	
	#mainmenu-wrap .navbar button .icon-bar{
		display: block;
		width: 30px;
		height: 3px;
		margin: 7px 0;
		background-color: #fff;
	}
	
	#mainmenu-wrap .navbar button{
		border: 2px solid #fff;
		padding: 0 8px;
	}
	
	#mainmenu-wrap .navbar{
		display: block;
		text-align: right;
	}
	
	#content{
		margin-top: 0px;
	}
	
	body.home .slideshow .slide-inner{
		background: transparent;
		padding: 0px;
	}
	
	.slideshow .slide-inner .slide-headline{
		max-width: 80%;
		margin: 0 auto;
	}
	
	.slideshow ~ #content, #content-intro ~ #content{
		margin-top: 40px;
	}
	
	#shows-filter .options{
		padding: 50px 0 0 0;
	}
	
	#teaser .inner .image img{
		height: auto;
	}
	
	footer .paddingleft .btn{
		font-size: 12px;
	}
	
}

@media (max-width: 991.98px){
	
	.item-ball:hover,
	#teaser .module:hover .image-inner{
		transform: none;
		transition: none;
	}
	
	.module.referenzen{
		padding: 50px 5%;
	}
	
	.show-infobox{
		margin-top: 40px;
	}
	
	#content-title .maintitle{
		font-size: 60px;
		line-height: 70px;
	}
	
	#content-title .subtitle{
		font-size: 30px;
		line-height: 40px;
	}
	
	#teaser .teaser{
		margin-bottom: 40px;
	}
	
	.kontakt-form .checkboxwrap{
		margin-top: 5px;
	}
	
	.slideshow .slick-prev,
	.slideshow .slick-next{
		display: none !important;
	}
	
	footer .footer-right .termine{
		height: auto;
		overflow: visible;
	}
	
	.slideshow .slide-inner .slide-headline{
		font-size: 40px;
		line-height: 48px;
	}
	.slideshow .slick-dots{
		bottom: 30px;
	}

}

@media (max-width: 767.98px){
	
	.scrolltable{
		overflow-x: scroll;
	}
	
	body{
		font-size: 18px;
		line-height: 26px;
	}
	
	h1, .h1{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	
	h2{
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	
	h3{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	h4, h5, h6{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	
	.btn{
		padding: 10px 18px;
		font-size: 18px;
	}
	
	.pt80{
		padding-top: 40px;
	}
	
	#content-title{
		word-break: break-all;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	
	#content hr{
		margin: 50px 0;
	}
	
	#topbar .social-media{
		margin: 10px 0;
	}
	
	.module.referenzen .referenzen-logos{
		display: block;
	}
	
	.module.referenzen img{
		max-width: 150px;
		margin: 10px 20px;
	}
	
	.tagssimilar{
		padding: 50px 0;
	}
	
	#content-title{
		bottom: 80px;
	}
	
	#shows-filter .options .filter-option{
		display: inline-block;
		margin: 8px 15px;
	}
	
	.show-infobox{
		font-size: 18px;
	}
	
	.show-infobox .eigenschaften li{
		padding: 14px 0 14px 48px;
	}
	
	.kontakt-form .text-right{
		text-align: left !important;
	}
	
	footer .paddingleft{
		padding-left: 0px;
		margin-top: 10px;
	}

	footer .footer-left{
		text-align: center;
	}
	
	footer .newsflash{
		margin-top: 40px;
		text-align: center;
	}
	
	footer .newsflash-title{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	
	footer .newsflash-image img{
		max-width: 300px;
	}
	
	footer .footer-right .termine{
		margin-top: 20px;
	}
	
}

@media (max-width: 575.98px){
	
	.slideshow .slide-inner .slide-headline{
		display: none;
	}
	
	#content-title .maintitle{
		font-size: 40px;
		line-height: 50px;
	}
	
	#content-title .subtitle{
		font-size: 20px;
		line-height: 26px;
	}
	
	#topmenu li{
		margin-left: 10px;
	}
	
	#topmenu a{
		font-size: 14px;
	}
	
	.slideshow.slideshow-ticker .ticker-item{
		padding: 0px 10px;
	}
	
}