	@font-face {        
    font-family: Chamaeleon2020;
    font-display: swap;
    src: url(Fonts/Mocha_Mattari_W01_Regular.woff2),
         url(Fonts/Mocha_Mattari_W01_Regular.woff),
         url(Fonts/Mocha_Mattari_W01_Regular.eot); 
}



body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}

.header {
	background: url(Images/banner2.jpg) bottom;
	width: 100%;
	min-height: 740px;
	display: block;
	background-size: cover;
	position: relative;
}

.logo {
	float: left;
	margin-top: 0.5em;
}

.logo img#tier {
	height: 115px;
	position: absolute;
}

.logo img#logofont {
	position: relative;
	margin-top: 14px;
	margin-left: 143px;
}

.top-nav {
	text-align: center;
}

.top-nav ul {
	padding: 0;
	margin: 0;
}

.top-nav ul li {
	display: inline-block;
	padding: 2em 1em;
	position: relative;
}

.top-nav ul li a {
	font-size: 2em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

label.line {
	background: url(Images/2020/line.png) -2px 0px;
	width: 73px;
	height: 14px;
	position: absolute;
	left: 7px;
	display: none;
}

label.line-in {
	left: 28px;
}

label.in-line {
	left: 21px;
}

label.in-in-line {
	left: 32px;
}

label.line-in-in {
	left: 42px;
}

.top-nav ul li a:hover label.line, .top-nav ul li.active a label.line {
	display: block;
}

.top-nav span.menu {
	display: none;
}

.top-nav span.menu:before {
	content: url("Images/2020/menu.png");
	cursor: pointer;
	width: 100%;
}

/*----responsive-menu-start---*/
@media ( max-width: 768px) {
	.top-nav ul li {
		display: block;
		float: none;
		text-align: center;
		margin: 1.5em 0em;
		padding: 0;
	}

	.top-nav ul li a {
		color: #fff;
		border: none;
		padding: 0;
	}

	.top-nav ul li a:hover {
		color: #000;
		border: none;
	}

	.top-nav ul {
		display: none;
		background: #e4007c;
		position: absolute;
		width: 100%;
		z-index: 1000;
		left: 0%;
		margin: 0.9em 0em;
	}

	.top-nav span.menu {
		display: block;
		width: 100%;
		position: relative;
		padding: 1.5em 1em 0.2em;
		text-align: right;
	}

	.top-nav ul li span {
		display: none;
	}

	.konzerte ul.events h6 span.eventdate, .konzerte ul.events h6 span.eventcity {
		display: block;
		clear: right;
	}
}

.header-matter {
	text-align: center;
	padding: 5em 0 0;
}

img.logo-head {
	max-width:100%;
	max-height:100%;
}

.header-matter h2 {
	margin: 0 0 0.1em;
	font-size: 5em;
	color: #ffffff;
	font-weight: 600;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.header-matter h2 span {
	color: #e4007c;
	font-weight: 700;
	font-size: 0.5em;
}

.header-matter p {
	margin: 0 0 10em;
	font-size: 1.5em;
	line-height: 2em;
	color: #ededed;
}

.header-matter p span {
	font-weight: 800;
}

/*--content--*/
.about-left {
	float: left;
	width: 50%;
}

.about-left img {
	width: 100%;
	height:auto;
}

.about-left.owl-theme .owl-controls .owl-page span {
	background: #5a5a5a;
}

.owl-carousel2 div.owl-controls .owl-page.active span, .owl-carousel2 div.owl-controls.clickable .owl-page:hover span {
	background: #2ec06c;
}

.about {
	padding: 5em 0 3em;
}

.left-about {
	padding: 1em 0 0 5em;
}

.left-about small {
	margin: 0 0;
	font-size: 2.1em;
	color: #5a5a5a;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.left-about h3 {
	margin: 0 0;
	font-size: 4em;
	color: #000;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.left-about h3 span {
	border-bottom: 4px solid #e4007c;
}

.left-about p {
	margin: 1.5em 0;
	font-size: 1.4em;
	color: #5a5a5a;
	width: 95%;
}

.left-about ul {
	padding: 0 0 3em;
	margin: 0;
}

.left-about ul li {
	list-style: none;
	padding: 4px 0;
}

.left-about ul li label {
	background: url(Images/2020/img-sprite.png) -14px -23px;
	width: 29px;
	height: 21px;
	display: inline-block;
	margin: 0;
}

.left-about ul li {
	font-size: 1.4em;
	text-decoration: none;
	color: #5a5a5a;
	vertical-align: top;
	font-weight: 700;
	clear: left;
}

.left-about ul li span {
	font-size: 0.9em;
	font-weight: 300;
	vertical-align: top;
	margin-left: 30px;
	float: left;
	font-style: italic;
}

a.browse {
	font-size: 1em;
	text-decoration: none;
	color: #5a5a5a;
	border: 1px solid #5a5a5a;
	padding: 0.7em 1em;
}

a.browse:hover {
	background: rgba(252, 172, 69, 0.66);
	border: 1px solid rgba(252, 172, 69, 0.66);
}

/*----*/
.team {
	background: url(Images/termine.jpg) bottom;
	width: 100%;
	min-height: 740px;
	display: block;
	background-size: cover;
	text-align: center;
	padding: 5em 0;
}

.team h3 {
	margin: 0 0 0.3em;
	font-size: 3.5em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.team h3 span {
	font-weight: 600;
}

.item-in {
	float: left;
	width: 25%;
	padding-top: 2em;
}

.item-in img {
	border-radius: 87px;
	-webkit-border-radius: 87px;
	-moz-border-radius: 87px;
	-ms-border-radius: 87px;
	-o-border-radius: 87px;
}

img.five {
	margin: 0 auto;
}

.item-in h6 {
	font-size: 2em;
	color: #fff;
	margin: 0.5em 0;
	height: 2em;
}

.item-in small {
	font-size: 1.1em;
	color: #fff;
	font-style: italic;
}

.item-in p {
	margin: 1em auto;
	font-size: 1.3em;
	color: #fff;
}

.item {
	padding: 3em 0;
}

.featherlight-iframe .featherlight-content {
	height: 80%;
	width: 80%;
}

.featherlight-iframe .featherlight-content {
	height: 80%;
	width: 80%;
}

iframe.featherlight-inner {
	height: 100%;
	width: 100%;
	padding: 20px;
}

/*----*/
.media {
	text-align: center;
	padding: 5em 0 4em;
}

.media-grid h3 {
	margin: 0 0 0.3em;
	font-size: 3.5em;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.media-grid h3 span {
	font-weight: 600;
	color: #393939;
}

.media-grid p {
	margin: 2em 0;
	font-size: 1.2em;
	color: #000;
}

.media .yag-gallery .tx-yag-items {
	padding-left: 85px;
}


.ser-in h6, .contact-grid h6 {
	font-size: 2.8em;
	color: #000;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.ser-in p, .contact-grid p {
	margin: 1em auto;
	font-size: 1.1em;
	color: #000;
}

.ser-in span, .contact-left span {
	background: url(Images/2020/img-sprite.png) -58px -10px;
	width: 133px;
	height: 127px;
	display: inline-block;
}

.ser-in span.mobile, .contact-left span.mobile {
	background-position: -199px -10px;
}

.ser-in span.camera, .contact-left span.camera {
	background-position: -338px -10px;
}

.ser-in span.mike, .contact-left span.mike {
	background-position: -488px -10px;
}

.ser-grid {
	padding: 4em 0;
}

/*----*/
.channel {
	float: left;
	width: 20%;
}

.konzerte {
	background: url(Images/konzerte.jpg) bottom;
	width: 100%;
	min-height: 755px;
	display: block;
	background-size: cover;
	text-align: center;
	padding: 5em 0;
}

.konzerte h3 {
	margin: 0 0 0.3em;
	font-size: 3.5em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.konzerte h3 span {
	font-weight: 600;
}

.konzerte h4 {
	font-weight: 600;
	color: #fff;
	font-size: 2em;
	margin-top: 2em;
}

.konzerte p {
	color: #fff;
	font-size: 1.5em;
}

.konzerte p.more {
	margin-top: 3em;
}

.konzerte ul.events li {
	margin: 2.5em 0;
	list-style: none;
}

.konzerte ul.events, .konzerte ul.events h6 {
	color: #fff;
	font-size: 1.25em;
	font-weight: 600;
	clear: both;
	padding-left:0px;
}

.konzerte ul.events h6 span {
	margin: 0 15px;
}

.konzerte ul.events p {
	font-size: 1em;
	font-weight: 300;
	clear: both;
}

.konzerte ul.events span.fb, .konzerte ul.events span.google {
	background: url(Images/2020/img-sprite.png) -1px -158px;
	width: 35px;
	height: 36px;
}

.konzerte ul.events span.fb a, .konzerte ul.events span.google a {
	display: inline-block;
	width: 35px;
	height: 36px;
}

.konzerte ul.events span.google {
	background-position: -82px -155px;
}

.konzerte ul.events a {
	color: #ffffff;
	text-decoration: underline;
	font-style: italic;
}

.item-left {
	padding: 6em 0;
}

/*----**/
.referenzen-top {
	text-align: center;
	padding: 5em 0;
}

.referenzen-grid h3 {
	margin: 0 0 0.3em;
	font-size: 3.5em;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.referenzen-grid h3 span {
	font-weight: 600;
	color: #393939;
}

.referenzen-grid p {
	margin: 2em 0;
	font-size: 1.2em;
	color: #000;
}

.by-type {
	float: left;
}

.by-type h6 {
	margin: 0.7em 0 0;
	font-size: 1.3em;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

#filters {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#filters li {
	display: inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -o-inline-box;
	display: -ms-inline-box;
}

#filters li span.active {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	font-size: 18px;
}

#filters li span:hover {
	color: #000;
}

#filters li label {
	margin: 0;
	padding: 0.5em 0 0;
	font-size: 1.2em;
	color: #A4A4A4;
}

#filters li span {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #A4A4A4;
	cursor: pointer;
	font-size: 18px;
}

#referenzenlist .referenzen {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 22.72%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 13px;
	height: 70px;
}

div#referenzenlist {
	padding: 0px 0px;
	border-top: 1px solid #a4a4a4;
}

.referenzen-wrapper {
	overflow: hidden;
	position: relative !important;
	cursor: pointer;
}

.referenzen img {
	max-width: 100%;
	transition: all 300ms !important;
	-webkit-transition: all 300ms !important;
	-moz-transition: all 300ms !important;
}

.referenzen .label {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -40px;
}

.referenzen .label-bg {
	background: #22B4B8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.referenzen .label-text {
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 5px 8px;
}

.referenzen .text-category {
	display: block;
	font-size: 9px;
	font-size: 12px;
	text-transform: uppercase;
}

.simple h5 {
	font-size: 1.3em;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.simple {
	text-align: center;
	padding: 6em 0;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.simple p {
	font-size: 1.2em;
	margin: 0 0 0.6em;
	padding: 0.3em 0;
	color: #ADADAD;
}

.simple label {
	background: url(Images/2020/img-sprite.png) -664px -57px;
	width: 44px;
	height: 52px;
	display: inline-block;
}

.referenzen-wrapper:hover .simple {
	display: block;
}

/*----*/
.promovideo {
	background: url(Images/promovideo.jpg) no-repeat 0px 0px;
	width: 100%;
	background-size: cover;
	min-height: 600px;
	padding: 5em 0 0 0;
	text-align: center;
}

.promovideo h3 {
	margin: 0 0 0.3em;
	font-size: 5em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.promovideo h3 span {
	font-weight: 600;
}

.promovideo .promovideoiframe {
	margin: 3em 0;
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

.promovideo .promovideoiframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.promovideo p {
	color: #fff;
	font-size: 1.5em;
	margin-top: 2em;
}


.promovideo p .social-icon{
	height: 34px;
	width:34px;
	margin-top: -3px;
}


.promovideo a {
	color: #fff;
	text-decoration: none;
}

.promovideo a.scroll {
	padding: 10px 0;
}

.item-bottom {
	padding: 6em 0 4em;
}

.item-right p {
	color: #FFf;
	font-size: 1.4em;
	line-height: 1.5em;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 2em;
	text-transform: uppercase;
}

.item-right span {
	color: #b2b2b2;
	font-weight: 700;
	font-size: 1.3em;
}

.item-right span label {
	color: #838383;
	font-weight: 500;
	margin: 0;
}

/*----*/
.contact {
	padding: 5em 0;
}

div.scroll {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	padding: 15px 0;
}

.contact-grid {
	text-align: center;
}

.contact-grid h3 {
	margin: 0 0 0.3em;
	font-size: 5em;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Chamaeleon2020, 'Open Sans', sans-serif;
}

.contact-grid h3 span {
	font-weight: 800;
	color: #393939;
}

.contact-grid p {
	margin: 2em 0;
	font-size: 1.2em;
	color: #000;
}

p.your-para, p.message-para {
	color: #636363;
	margin: 0;
}

p.message-para {
	padding: 0 1em;
}

p.your-para span, p.message-para span {
	color: #ef0e0e;
}

.contact-left input[type="text"] {
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: none;
	outline: none;
	border: 1px solid #636363;
	-webkit-appearance: none;
}

.contact textarea {
	resize: none;
	width: 98%;
	padding: 1em;
	margin: 1em;
	background: none;
	outline: none;
	border: 1px solid #636363;
	-webkit-appearance: none;
}

.contact input[type="submit"] {
	float: right;
	width: 21%;
	font-size: 1.5em;
	background: #e4007c;
	padding: 0.6em 1em;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	margin: 0 auto;
	-webkit-appearance: none;
}

.contact input[type="submit"]:hover {
	background: #555;
}

.send {
	padding: 0 1em;
}

/*----*/
.footer {
	background: #222222;
	padding: 1em 0;
}

.footer p {
	margin: 0;
	font-size: 1.3em;
	color: #848383;
	padding: 1.5em 0em 0 0;
}

p.footer-grid {
	float: left;
}

.footer a {
	color: #b2b2b2;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.footer a:hover {
	color: #848383;
}

ul.social-ic-icons {
	padding: 1em 0;
	margin: 0;
	text-align: center;
	float: right;
}

ul.social-ic-icons li {
	display: inline-block;
}

ul.social-ic-icons li a span {
	background: url(Images/2020/img-sprite.png) -1px -157px;
	width: 35px;
	height: 35px;
	display: block;
}

ul.social-ic-icons li a span:hover {
	opacity: 0.7;
}

ul.social-ic-icons li.twitter a span {
	background-position: -44px -157px;
}

ul.social-ic-icons li.gmail a span {
	background-position: -82px -155px;
}

ul.social-ic-icons li.inline a span {
	background-position: -125px -157px;
}

ul.social-ic-icons li.browser a span {
	background-position: -172px -157px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 10px;
	overflow: hidden;
	width: 53px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url('../Images/2020/up.png') no-repeat 0px 0px;
}

/*---responsive media-quries--*/
@media ( max-width: 1440px) {
}

@media ( max-width: 1366px) {
}

@media ( max-width: 1280px) {
}

@media ( max-width: 1024px) {
	.header-matter {
		padding: 3em 0 0;
	}

	.header-matter p {
		margin: 0 0 11em;
	}

	#owl-demo .item img {
		width: 51% !important;
	}

	#referenzenlist .referenzen {
		width: 22.2%;
	}
	.media .yag-gallery .tx-yag-items {
		padding-left: 0;
	}
}

@media ( max-width: 768px) {
	.header-matter {
		padding: 6em 0 0;
	}

	.header-matter p {
		margin: 0 0 7em;
	}

	.header {
		min-height: 510px;
	}

	.item-in p {
		height: 6em;
		overflow: hidden;
		margin: 0.5em auto;
	}

	.item-in h6 {
		font-size: 1.6em;
		height: 2em;
	}

	.team {
		min-height: 520px;
	}

	.team .item .clearfix:after {
		clear: none
	}

	.media-grid p, .referenzen-grid p {
		margin: 2em auto;
		width: 86%;
	}

	.ser-grid {
		padding: 1em 0;
	}

	.about-left {
		width: 100%;
	}

	#referenzenlist .referenzen {
		width: 21%;
	}

	.item-bottom {
		padding: 2em 0 4em;
	}

	.promovideo {
		min-height: 495px;
		padding: 5em 0 2em;
	}

	img.red {
		width: 100%;
	}

	.simple {
		padding: 1em 0;
	}

	.top-nav ul li a:hover label.line, .top-nav ul li.active a label.line {
		display: none;
	}

	.simple h5 {
		font-size: 1.2em;
	}

	.simple p {
		margin: 0 0 0.2em;
	}

	.contact textarea {
		width: 96%;
	}

	.left-about {
		padding: 1em 0 0 1em;
	}
}

@media ( max-width: 640px) {
	.header {
		min-height: 470px;
	}

	.header-matter h2 {
		font-size: 3.5em;
	}

	.header-matter p {
		font-size: 1.3em;
		margin: 0 0 6em;
	}

	.left-about small {
		font-size: 1.9em;
	}

	.left-about h3, .team h3, .media-grid h3, .konzerte h3, .referenzen-grid h3, .promovideo h3, .contact-grid h3 {
		font-size: 2.8em;
	}

	.left-about p {
		font-size: 1.3em;
	}

	.into {
		display: none;
	}

	.item-in {
		width: 50%;
	}

	.item-in p {
		font-size: 1.1em;
	}

	.media-grid p, .referenzen-grid p, .contact-grid p { /*	height: 44px;*/
		overflow: hidden;
	}

	#referenzenlist .referenzen {
		width: 28.9%;
	}

	.simple h5 {
		width: 80%;
		margin: 0 auto;
	}

	.simple {
		padding: 2em 0;
	}

	.item-right p {
		font-size: 1.2em;
	}

	.about, .team, .media, .konzerte, .referenzen-top, .promovideo, .contact {
		padding: 3em 0;
	}

	.konzerte {
		min-height: 335px;
	}

	.promovideo {
		min-height: 445px;
	}

	.owl-pagination {
		right: 43% !important;
	}

	.contact textarea {
		width: 95%;
	}

	.item-left {
		padding: 4em 0 6em;
	}
}

@media ( max-width: 480px) {
	.team .item-in h6 {
		font-size: 1.4em;
		height: 2em;
	}

	.header {
		min-height: 365px;
	}

	.header-matter h2 {
		font-size: 2.5em;
	}

	.header-matter p {
		font-size: 1.1em;
		width: 85%;
		margin: 0 auto 5em;
	}

	.header-matter {
		padding: 4em 0 0;
	}

	.logo img#logofont {
		display: none;
	}

	.left-about small {
		font-size: 1.5em;
	}

	.left-about h3, .team h3, .media-grid h3, .konzerte h3, .referenzen-grid h3, .promovideo h3, .contact-grid h3 {
		font-size: 2.4em;
	}

	.left-about p {
		font-size: 1.1em;
	}

	.left-about ul li a {
		font-size: 1.2em;
	}

	.item-in p {
		height: 6em;
		font-size: 1.1em;
	}

	.team {
		min-height: 483px;
	}

	.into-in {
		display: none;
	}

	.by-type, ul#filters, p.footer-grid, ul.social-ic-icons {
		float: none;
	}

	#filters li span {
		font-size: 16px;
	}

	#referenzenlist .referenzen {
		width: 40.8%;
	}

	.simple {
		padding: 3em 0;
	}

	.promovideo {
		min-height: 370px;
	}

	.item-bottom {
		padding: 0em 0 4em;
	}

	.item-right p {
		font-size: 1.1em;
		height: 50px;
		overflow: hidden;
	}

	.contact textarea {
		width: 93%;
	}

	.contact input[type="submit"] {
		width: 28%;
		padding: 0.4em 1em;
	}

	.contact-left {
		margin: 20px 0;
	}

	.ser-in h6, .contact-grid h6 {
		font-size: 1.5em;
	}

	.footer {
		padding: 0.5em 0;
		text-align: center;
	}

	.top-nav ul li {
		margin: 1em 0em;
	}

	.channel {
		width: 25%;
	}
}

@media ( max-width: 320px) {
	.top-nav ul li a {
		font-size: 1em;
	}

	.header-matter {
		padding: 4.5em 0 0;
	}

	.header-matter h2 {
		font-size: 2.5em;
	}

	.header-matter p {
		font-size: 0.95em;
		margin: 0.3em 0 0.7em 0;
		height: 192px;
		overflow: hidden;
		width: 100%;
	}

	.header {
		min-height: 240px;
	}

	.about, .team, .media, .konzerte, .referenzen-top, .promovideo, .contact {
		padding: 1.5em 0 2em;
	}

	.left-about h3, .team h3, .media-grid h3, .konzerte h3, .referenzen-grid h3, .promovideo h3, .contact-grid h3 {
		font-size: 2.4em;
	}

	.left-about small {
		font-size: 1.9em;
	}

	.left-about p {
		overflow: hidden;
		height: 38px;
		font-size: 1em;
		margin: 1em 0 0.5em;
	}

	.left-about h3 span {
		border-bottom: 2px solid #e4007c;
	}

	.left-about ul li a {
		font-size: 1.1em;
	}

	.left-about ul {
		padding: 0 0 1.5em;
	}

	a.browse {
		padding: 0.5em 0.7em;
	}

	.item-in {
		width: 100%;
	}

	.onto, .in-onto {
		display: none;
	}

	.item-in h6 {
		font-size: 1.4em;
	}

	.item-in small {
		font-size: 0.9em;
		font-style: italic;
	}

	.item-in p {
		height: 40px;
		width: 75%;
		font-size: 1em;
	}

	.media-grid p, .referenzen-grid p, .contact-grid p {
		margin: 0.3em auto;
		font-size: 0.9em; /*	height:38px; */
	}

	.ser-in h6 {
		font-size: 1.3em;
		margin: 0.3em 0;
	}

	.ser-in p {
		margin: 0em auto 1em;
		font-size: 0.9em;
		height: 35px;
		overflow: hidden;
		width: 71%;
	}

	.channel {
		width: 50%;
	}

	.by-type h6 {
		font-size: 1.1em;
	}

	#filters li span.active, #filters li span {
		font-size: 16px;
	}

	#referenzenlist .referenzen {
		width: 50%;
	}

	.team {
		min-height: 400px;
	}

	.owl-pagination {
		right: 36% !important;
	}

	.item {
		padding: 1.5em 0;
	}

	.konzerte {
		min-height: 238px;
	}

	.item-left {
		padding: 3em 0 4em;
	}

	#filters li span {
		padding: 4px 8px;
	}

	#filters li label {
		padding: 0.2em 0 0;
	}

	#referenzenlist .referenzen {
		width: 47%;
		margin: 8px 4px;
	}

	.simple h5 {
		font-size: 1em;
	}

	.simple p {
		display: none;
	}

	.simple {
		padding: 2em 0;
	}

	.promovideo {
		min-height: 255px;
	}

	.item-bottom {
		padding: 0em 0 3em;
	}

	.item-right p {
		font-size: 1em;
		height: 47px;
	}

	.item-right span {
		font-size: 1.2em;
	}

	.contact textarea {
		width: 90%;
	}

	.contact input[type="submit"] {
		font-size: 1.2em;
		padding: 0.4em 1em;
	}

	.footer p {
		font-size: 1.2em;
	}
}

/* Desktop only */
@media ( min-device-width: 768px) {
	a.phone {
		pointer-events: none;
	}
}
