/*
	Theme Name: VOP OnePage
	Theme URI: http://www.voiceoverpiano.com/
	Description: VOP 2016 OnePage-Theme
	Version: 1.0
	Author: Christoph Karnebogen / Mirco Hueneke
	Author URI: http://www.diersundhemmje.de/
*/


/* ------------------- FONT IMPORT ------------------- */
/* overpass-regular - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/overpass-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Overpass Regular'), local('Overpass-Regular'),
       url('fonts/overpass-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v4-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* overpass-italic - latin */
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/overpass-v4-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Overpass Italic'), local('Overpass-Italic'),
       url('fonts/overpass-v4-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v4-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v4-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v4-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v4-latin-italic.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* overpass-800 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/overpass-v4-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Overpass ExtraBold'), local('Overpass-ExtraBold'),
       url('fonts/overpass-v4-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v4-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v4-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v4-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v4-latin-800.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-condensed-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('fonts/open-sans-condensed-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-condensed-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-condensed-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-condensed-v12-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-condensed-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
       url('fonts/open-sans-condensed-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-condensed-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-condensed-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-condensed-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-condensed-v12-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}






/* ------------------- BASICS ------------------- */

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
	font-family: 'Overpass', sans-serif;
	font-size:18px;
	font-weight:400;
    color: #000000;
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

h1{
	font-family: 'Overpass', sans-serif;
	text-transform: uppercase;
	font-weight:800;
	color: #B21F23;
	font-size: 40px !important;
}

h2{
	font-family: 'Overpass', sans-serif;
	font-weight:800;
	color: black;
	font-size: 30px !important;
	margin-bottom:30px;
}

.h2-onetime{
	padding-top:20px;
}

h3{
	color:black;
	font-size: 30px !important;
	font-weight:700 !important;
	margin-bottom:30px !important;
}

p {
    margin: 0 0 15px;
}

li {
	list-style-type: none;
}




/* ------------------- COLORS ------------------- */

.white-bg{
	background-color: white;
}

.black-bg{
	background-color: black;
}

.red{
	color: #B21F23;
}


/* ------------------- MENU ------------------- */

@media (min-width: 768px) {
	.navbar-nav { float: right; } 
}


.navbar {
	padding: 15px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	font-size: 15px;
	margin-bottom: 0;
    background-color: white !important;

	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out,font-size .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out,font-size .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out,font-size .5s ease-in-out;
}

.navbar .container{
	display: flex;
}

.top-nav-collapse {
	padding: 8px 0;
	background-color: #B21F23;
	font-size: 16px;
}

.navbar img {
	width:100%;
	padding-top: 0px;
	-webkit-transition: width .5s ease-in-out,padding-top .5s ease-in-out;
	-moz-transition: width .5s ease-in-out,padding-top .5s ease-in-out;
	transition: width .5s ease-in-out,padding-top .5s ease-in-out;
}
	
.logo-collapse img {
	width:80%;
	padding-top: 10px;
}

.navbar ul {
	padding:0px;
	margin-bottom: 0px; 
}

.navbar li {
	display:inline-block;
	padding:0px;
}

.navbar-brand {
    float: left;
    width: 200px;
    height: auto;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
	margin-left: 0 !important;
	display: flex;
    height: 100%;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
	background-color: transparent;
}

.navbar-custom .nav li a {
	background-color: black;
	padding: 14px 14px 14px 14px;
	margin-right: 5px;
    margin-bottom: 5px;
	line-height: 1;
	
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

/* Nur Firefox */
@-moz-document url-prefix() {
	.navbar-custom .nav li a {
		padding: 14px 14px 9px 14px;
	}
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    color: black;
	background-color: transparent;
}

.navbar-toggle {
    padding: 20px 20px 0px 0px;
    margin: 0px;
    font-size: 30px;
    color: #B21F23;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
	 color: black;
	background-color: transparent;
}

.navbar-main-collapse{
    width: calc(100% - 250px);
	margin-top: 10px;
}

.dropdown-menu {
	border-radius: 0px;
	border: none;
	border-right: 5px solid white;
	border-left: 5px solid white;
	margin-left: -5px;
	
	-webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width:768px) {
	.menu-item:hover .dropdown-menu {
		display: block;
	}
}

.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}

.dropdown-menu li{
    width: 100%;
}

.dropdown-menu li a {
	color: white !important; 
    background-color: black;
    margin-right: 0px !important;
    margin-bottom: 5px;
}

.dropdown-menu li a:hover {
	color: black !important; 
}

.nav-menu { 
text-transform: uppercase;
letter-spacing: -0.1px;
	font-weight: bold;
}



/* ------------------- ELEMENTS ------------------- */

footer{
	padding:20px 0;
	background-color: black;
}

#intro{
	/*margin-top: 120px;*/
	background-color: black; 
}

#main-content{
	padding: 100px 0;
}

#main-content .container{ 
	position: relative;
}

#news{
	background-color:#f1f1f1;
}

#start { 
	text-align: center;
	background-color:#B21F23;
}

#sternchen { 
	color:grey;
}

#infobox { 
	width:100%;
}

#kein-rand { 
	padding-left:0px;
	padding-right:0px;
}

#main-content a{
	color: #B21F23;
	text-decoration: underline;
}

#main-content a:hover{
	text-decoration: none;
}

.headline-line{
    background-color: #B21F23;
    height: 29px;
    width: 100%;
    position: absolute;
    top: 7px;
    left: -100%;
}

.extra-margin-bottom{
	margin-bottom:25px;
}

.extra-margin-left{
	margin-left:0px;
}

.margin-15{
	margin-left:15px;
}

.less-margin-left{
	margin-left:-15px;
}

.less-padding-left{
	padding-left:0px;
}

.text-bild { 
	width:100%;
}

.post-caption{
	color:#B21F23;
}

.caption { 
	color: #B21F23;
    font-style: italic;
    font-size: 15px;
    padding-top: 5px;
}

.red { 
	color:#B21F23;
}

.white { 
	color:white;
}

#myModalLabel { 
	color:#B21F23;
	font-size:22pt;
	font-weight:700;
}

.formate { 
	color:black;
	background-color:white;
	padding:5px 8px 5px 8px;
}

.formate-div { 
	padding-top:15px;
	float: left;
	margin-right:5px;
}




.teaser_home { position: absolute;
z-index: 100;
top: 10%;
left: 50%;
width: 300px;
margin-left: -150px;
}

@media screen and (min-width: 768px) {

.teaser_home {
top: 15%;
left: 50%;
width: 300px;
margin-left: -150px;
}
}

@media screen and (min-width: 992px) {
.teaser_home {
top: 15%;
left: 50%;
width: 420px;
margin-left: -210px;
}
}

@media screen and (min-width: 1200px) {
.teaser_home { 
top: 20%;
}
}


.presse{
	background-color:#f1f1f1;
	background-size: cover;
}

.presse-font{
	font-size:20px !important;
	color: #000000;
}

.musical{
	background-color:#f1f1f1;
	padding-top:0px !important;
}

.referenzen { 
	background-size: cover;
	color:white;
}

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

.firma { 
	color:#B21F23;
	background-color:white;
	margin-top:5px;
	padding:3px 8px 3px 8px;
	text-align:right;
}

#space { 
	margin-top:8px;
}



.no-padding{
	padding:0px;
}

.no-margin{
	margin:0px;
}

.text-white{
	color:white;
}

.img-center{
	margin:0 auto;
}


.img-spacer{
	padding:0px 0px 10px 0px;
}

.img-macher{
	padding:40px 0px 0px 0px;
}

.btn-custom{
	height:90px;
	border-radius:0px;
	background-color: #B21F23;
	color: white !important;
	text-decoration: none !important;
}

.btn-custom:hover{
	background-color:white;
	border-color:#B21F23;
	border-width:2px;
	color:#B21F23 !important;
}

.ticketlogos { 
width:150px;
}

@media(min-width:992px) {
.ticketlogos { 
float: left;
}
}

.logo-size{
	width:130px !important;
}

@media(min-width:767px) {
    body {
       cursor: auto !important;
    }
}

@media(max-width:767px) {
	.align-right{
		width:100% !important;
		float:left;
	}
}

.align-right{
	width:75%;
	float:right;
}

.teaser_home h2{
	color:#bd8f1d;
}

.teaser_home h3{
		color:#bd8f1d;
	font-size: 20px !important;
	font-weight:700 !important;
}


.shadow {
	text-shadow:0px 0px 8px #000000;
	}
	
.shadow-box {
	box-shadow:0px 0px 5px #AAAAAA;
	}
	
.teaser-text{
	color:white;
}

#musical{
	padding:100px 0px 50px 0px;
}

@media(min-width:767px) {
    .bottom { margin-bottom: 50px !important; }
}


.bottom { margin-bottom: -30px; }


.teaser_home p{
		color:#ffffff;
	font-size: 24px;
	font-weight:700;
	line-height: 1;
	padding-top: 30px;
}

@media (min-width:768px) {
.teaser_home p{
	padding-top: 0px;
}
}


a {
    color: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #B21F23;
}

.light {
    font-weight: 400;
}

.teaser {
	margin-top:40px;
    width: 100%;
    height: 100%;
}

.bildstrecke {
    width: 100%;
    height: auto;
}


.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background: url(../img/teaser.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: bottom;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}


.headline_content h2 {
	color: #B21F23 !important;
	line-height: 90%;
	}

.leistungsinhalte_bild {
		padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}

.leistungsinhalte {
	min-height: 380px;
	max-height: 380px;
	max-width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: hidden;
	}
	
.leistungsinhalte-content {
	background-image: url(../img/bg_leistungspunkte.png);
	padding: 20px;
	margin-top: 275px;
	min-height:380px;
			    -webkit-transition: margin-top .3s ease-in-out, ;
    -moz-transition: margin-top .3s ease-in-out;
    transition: margin-top .3s ease-in-out;
	}
	
	.leistungsinhalte-content:hover, .leistungsinhalte-content:focus, .leistungsinhalte-content:active {
		    -webkit-transition: margin-top .3s ease-in-out, ;
    -moz-transition: margin-top .3s ease-in-out;
    transition: margin-top .3s ease-in-out;
	margin-top: 0px;
	}
	
	.leistungsinhalte-content h3, .leistungsinhalte-content p {
	color: #FFFFFF;
	line-height: 1.3;
	}
	
	.background-image-style{
	background-size: cover;
	background-position: center center;
}

@media (min-width: 768px) {
  .leistungsinhalte-content p {
     font-size: 18px !important; 
  }
}

  .leistungsinhalte-content p {
	 font-size: 16px; 
	 }

#kontaktdaten {
	background: #B21F23;
	}


#kontaktdaten h2 {
	margin-bottom: 25px;
	font-size: 24px; 
	font-size: 3.8vw;
    padding-top: 80px;
}
		
#kontaktdaten a {
	color: #FFFFFF;
	}

input {
	margin-bottom: 10px;
	}
	
.inputarea {
	height: 122px !important;
	margin-bottom: 10px;
	}

.form-group {
	width: 100%;
	}

.wpcf7 form.sent p {
	display: none;
}

.terms {
	display: none;
	}

.help-block {
	color: #FFFFFF !important;
	font-weight: bold;
	}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.content-section {
	padding-bottom:80px;
}



@media(min-width:767px) {
    .content-section {
        padding-top: 80px;
    }
}

.btn {
	text-align: center;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	width: 100%;
}

.btn-default {
	border: 0;
    color: #E3000F;
    background-color: #fecd1f;
}

.btn-default:hover,
.btn-default:focus {
    color: #E3000F;
    background-color: #FFFFFF;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}




/* --------------- Buttons --------------- */
.MyButton {
	background-color:transparent;
	display:inline-block;
	border:0px;
	cursor:pointer;
	color:#B21F23;
	font-size:20px;
	padding:15px 40px;
	text-decoration:none;
	margin-top:30px;
	margin-left:5px;
	font-weight:bold;

	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
}

.MyButton:visited {
	color:#B21F23;
    text-decoration: none !important;
}
.MyButton:hover {
	background-color:rgba(255,255,255,0.8);
	text-decoration:none;
	color:#B21F23;
}
.MyButton:active {
	position:relative;
	top:1px;
}

.MyButton.done { opacity: 0.25; }

.filterbar{
display:none !important;
}

.startdate{
	width:200px !important;
	border-radius:0 !important;
	padding:15px;
	background-color: #B21F23 !important;
}
.event-weekday{
	display:inline-block;
	padding:2.5px;
	color: #FFFFFF !important;
}
.event-day{
	display:inline-block;
	padding:2.5px;
	font-size: 1.3em !important;
	line-height: 1em !important;
	color: #FFFFFF !important;
}
.event-month{
	display:inline-block;
	font-weight: bold;
	padding:2.5px !important;
	font-size: 1.3em !important;
	line-height: 1em !important;
	color: #FFFFFF !important;
}
.event-year{
	display:inline-block;
	padding:2.5px;
	line-height: 1em !important;
	color: #FFFFFF !important;
}

.single-day {
    padding-left: 10px !important;
	margin:0 !important;
	width: calc(100% - 220px) !important;
    float: right !important;
}

.event-content-link{
	color: #B21F23 !important;	
}

.event {
    margin: 0 !important;
    display: inline-block;
    border-bottom: 1px solid #B21F23;
    margin-bottom: 40px !important;
    padding-bottom: 40px;
}

.event:last-child {
    border-bottom: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.event-time {
	color: #B21F23 !important;
}

.event-location {
    font-weight: bold;
}

.event-location, .event-time {
    margin-bottom: 15px;
    display: inline-block;
}

.event-details a {
    color:#B21F23 !important;
}

.event-content {
    font-size: 0.9em !important;
}

ul.event-list-view, ul.single-event-view {
    margin: 0 !important;
}

li.event {
    clear: both;
    margin: 0 0.5em 1.5em 0.5em;
    zoom: 1;
    width: 100%;
}

.fa-download{
	transition: color 0.5s ease;
	color:#B21F23;
}

.fa-download:hover{
	opacity:0.5;
}




/* ----------------------- GALLERY ----------------------- */

#gallery .item { width: 100% !important; float: left;  }


#gallery .item img { 
width: 100%; height: auto;  
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; 
}

#gallery .item img:hover { 
opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; 
 }

#gallery figcaption { background-color: #ffffff; padding: 20px; position: relative; }

#gallery figcaption:after {
bottom: 100%;
	left: 35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255,0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}

#gallery img{
padding:5px;
}

#gallery {
    padding-left: 20px;
    padding-right: 20px;
}

figure {
    display: inline-block;
    width: 25%;
    margin-top: -1px;
}

figure:hover {
    opacity:0.8;
}

figure img{
    width: 100% !important;
	height: auto;
}


@media screen and (max-width: 768px) {

figure {
    display: inline-block;
    width: 50%;
}

}


figcaption {
    display: none;
}

.page-item-204{
	display:none !important;
}

.onetime {
padding-bottom: 10px;
padding-top: 20px;
}

.presse-link{
	background-color:rgba(255, 255, 255, 0.7);
	margin:2px;
}

@media screen and (max-width: 768px) {

.event-date {
    width: 100%;
    margin: 0 0.4em 5px 0 !important;
}

.event-list .startdate {
    float: left;
    width: 100% !important;
}

.single-day {
    margin: 0 !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.twocolumn { 
-webkit-column-count: 1; 
-moz-column-count: 1;
column-count: 1; 
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; 
}

}

/* ---------- Cookie Notice ----------- */

.footer-cc-space{
	padding-bottom: 100px;
}



/* ---------- Datenschutz-Style ----------- */


.impressum-style h2 {
	font-size: 20px !important;
	margin-top: 10px;
    margin-bottom: 5px;
	color: #B21F23;
	padding-top: 20px;
}

.impressum-style h2:first-child {
	margin-top: -20px;
}

.impressum-style h3 {
    font-size: 19px !important;
    line-height: 1.3 !important;
	font-weight: bold !important;
	margin-top: 25px;
    margin-bottom: -25px;
	color: #B21F23;
}

.impressum-style b, .impressum-style strong {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}

.impressum-style ul {
	margin: 25px 0;
	padding-left: 20px; 
}

.impressum-style li {
	list-style: disc;
}

.impressum-style p strong {
	margin-bottom: -5px;
}




/* ---------- SLIDER ----------- */

.slick-slide img {
    width: 100%;
    margin: 0 auto;
}




/* ---------- NEW ELEMENTS ----------- */

#gallery-main a{
    padding-top: 100%; /* hat den Effekt, dass die Hoehe und Breite genau gleich sind o.O */
    width: 100%;
    display: block;
	background-size: cover !important;
	background-position: center center !important;
}

.content-spacer, .news-spacer{
	height: 80px;
}

.content-spacer-tickets {
	height: 80px;
}

.news-wrapper{
	background-color: #f1f1f1;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding: 50px;
}

.news-wrapper img{
	width: 100% !important;
	height: auto;
}

.news-wrapper p:last-child{
	margin-bottom: 0px;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.news-wrapper li {
    list-style-type: square;
}

.news-wrapper ul {
    padding-left: 20px;
}

.news-wrapper a {
    color: #B21F23 !important;
	text-decoration: underline;
}

.news-wrapper a:hover {
	text-decoration: none;
}

.news-buttons a{
	color: #B21F23 !important;
}

.att-image{
	/*background-size: cover !important;
	background-position: center center !important; */
	height: 10px; 
	width: calc( 100% + 100px );
	margin: -50px 0 0 -50px;
	background-color: #B21F23 !important;
	margin-bottom: 50px;
}

.ticket-logo {
    margin: 0 auto;
    width: 60%;
}

.ticket-logo-wrapper {
    margin-bottom: 30px;
    margin-top: 50px;
}

.section-trenner{
	background-color: #b21f23;
	height:3px;
	margin: 65px 0 80px 0;
}

.ref-box{
	margin-bottom: 30px;
	padding-top: 30px;
    border-top: 1px solid #B21F23;
}

.ref-box:first-child{
	padding-top: 0;
    border-top: 0;
}

.ref{
	font-style: italic;
	text-align: center;
}

.ref-left{
	padding-right: 50px;
}

.ref-right{
	padding-left: 50px;
}

.urheber{
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

.missing-small-head{
	height: 33px;
}

.download-btn{
    display: block;
    background-color: #f1f1f1;
    color: black;
	margin-bottom: 10px;
	position: relative;
	text-decoration: none !important;
}

.download-btn:hover{
    color: white !important;
	background-color: #B21F23;
}

.download-btn:hover .download-icon{
    color: #B21F23;
	background-color: #f1f1f1;
}

.download-icon{
	background: #B21F23;
    color: white;
    padding: 20px;
    position: absolute;
    height: 100%;
}

.download-text{
	width: 100%;
    padding: 15px;
    padding-left: 77.5px;
}

.footer-links{
	float: right;
}

.footer-text{
	display: inline-block;
}

.video-cat{
	color: #B21F23;
	font-weight: 700;
	margin-bottom: 5px;
}

.modal-dialog {
    margin-bottom: 100px;
}

.modal-header{
	background-color: white;
	border-bottom: 0;
	padding: 30px;
}

.modal-header h2{
	padding-top:0px;
	margin-bottom: 0px;
}

.modal-content{
	border-radius: 0;
	border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	padding: 30px;
	padding-top: 0px;
}

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


.video-box .btn-custom {
    height: auto;
	border-color: #B21F23;
    border-width: 2px;
}

label {
    width: 100%;
	color: #B21F23;
}

input {
    margin-bottom: 10px;
    width: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0.125);
    padding: 10px;
    margin-top: 5px;
	color: black;
}

input:focus, textarea:focus, select:focus {
    outline: 0;
}

textarea {
    margin-bottom: 10px;
    width: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0.125);
    padding: 10px;
    margin-top: 5px;
	color: black;
}

input[type="submit"]{
	background-color: #B21F23;
	color: white;
	border: 2px solid #B21F23;
} 

input[type="submit"]:hover{
	background-color: white;
	color: #B21F23;
	border: 2px solid #B21F23;
} 

select {
    margin-top: 5px;
    width: 100%;
    padding: 10px;
    color: black;
    border-radius: 0 !important;
	border-style: none !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: url(logo/select.svg) 98% / 10px no-repeat rgba(0, 0, 0, 0.125);
}

.checkbox-676 {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.checkbox-676 input{
	width: auto;
    height: auto;
}

.checkbox-676 .wpcf7-list-item {
    margin: 0 0 0 0;
}

div.wpcf7-response-output {
    margin: 0 0 35px 0 !important;
    border: 2px solid #B21F23;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #B21F23 !important;
	color: #B21F23 !important;
}

div.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}

.slick-arrow {
    background: #B21F23 !important;
}

.custom-meta-nav{
	margin-bottom: 15px;
	padding-right: 15px;
	text-align: right;
}

.custom-meta-nav li{
	font-size: 15px;
}

.custom-meta-nav a{
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.1px;
}

.qtranxs_image img{
    width: 20px !important;
    margin-top: -10px;
}

.custom-meta-nav i {
    font-size: 20px;
}

.custom-meta-nav li a {
	background-color: transparent !important;
	padding: 5px 2px !important;
    margin-right: 5px;
	
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.custom-meta-nav li a:hover {
	color: #B21F23 !important;
}

.grecaptcha-badge{
	display: none;
}

.slb_data_desc{
	display: none !important;
}

.slb_data_title, .item_multi .slb_template_tag_item_description{
	font-family: 'Overpass', sans-serif !important;
    color: #B21F23;
    font-style: italic;
    font-size: 15px !important;
    margin-top: 5px !important;
}

.gallery-caption{
	padding-top: 0;
}

.gallery .caption p {
    padding: 3px 7px;
	padding-bottom: 15px; 
}

.item_multi .slb_data_desc {
    display: block !important;
}

.item_multi .slb_template_tag_item_title {
    display: none !important;
}

.post-reader {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    background-color: #B21F23;
    padding: 10px 15px;
}

.post-reader a {
    text-decoration: none !important;
	background-color: transparent;
	border-bottom: 0 !important;
	color: white !important;
}

.woo-sctr-progress-circle {
    background-color: #B21F23 !important;
}

#counter-bar{
	background-color: #B21F23;
	color: white;
	display: flex;
	font-size: 18px;
}

#counter-bar .row{
	display: flex;
}

#counter-bar .counter-wrap{
	display: flex;	
	align-items: center;
	justify-content: center;
}

.ref-left img, .ref-right img{
	margin: 0 auto;
	display: block;
	width: 80%;
}








/* ------------------------------------------------ MOBILE ------------------------------------------------ */

@media screen and (max-width: 768px) { 
	
	body {
		font-size: 16px;
	}
	
	.container {
		padding-right: 40px;
		padding-left: 40px;
	}
	
	.navbar-brand {
		width: 140px;
	}
	
	.navbar-main-collapse {
		width: 100%;
		margin-top: 10px;
	}
	
	.navbar li {
		display: block;
		padding: 0px;
	}
	
	.navbar-collapse.in {
		overflow: initial;
	}
	
	.nav-menu {
		margin-left: 15px;
	}
	
	.navbar-header {
		width: 100%;
	}
	
	.navbar-toggle {
		padding: 0;
		padding-top: 5px;
	}
	
	.navbar .container {
		display: block;
	}
	
	.navbar ul {
		padding: 0px;
		margin: 0;
	}
	
	.dropdown-menu{
		margin-right: 5px;
    	border-left: 0px;
    	margin-left: 0px;
		margin-top: 5px !important;
		width: 100%;
	}
	
	.dropdown-menu > li > a {
		padding-left: 15px !important;
		background-color: #B21F23 !important;
	}
	
	#main-content {
		padding: 50px 0;
	}
	
	.gallery {
		margin-top: 30px;
	}
	
	footer {
		padding: 40px 0;
		background-color: black;
		text-align: center;
	}
	
	.footer-cc-space {
		padding-bottom: 220px;
	}
	
	.footer-links {
		float: none;
		text-align: center;
		margin-top: 25px;
	}
	
	.singler{
		margin-top: 30px;
	}
	
	.content-spacer, .news-spacer {
		height: 50px;
	}
	
	.content-spacer-tickets {
		height: 0px;
	}
	
	.ref-right .ref-box:first-child{
		margin-bottom: 30px;
		padding-top: 30px;
		border-top: 1px solid #B21F23;
	}
	
	.ref-left {
		padding-right: 15px;
	}
	
	.ref-right {
		padding-left: 15px;
	}
	
	.event-title h3 {
		font-size: 20px !important;
		text-align: center;
		padding-bottom: 15px !important;
	}
	
	.ticket-logo-wrapper {
		margin-top: 50px;
	}
	
	.video-cat {
		margin-top: 20px;
	}
	
	.custom-meta-nav {
		text-align: center;
		width: calc( 100% + 40px);
	}
	
	.custom-meta-nav li { 
		display: inline-block !important;
		padding-top: 5px;
	}
	
	.custom-meta-nav li:nth-child(3) { display: block !important; }
	
	.news-wrapper {
		padding-bottom: 30px;
		margin-bottom: 30px;
		padding: 30px;
		padding-top: 15px;
	}
	
	.att-image {
		width: calc( 100% + 60px );
		margin: -15px 0 0 -30px;
		margin-bottom: 20px;
	}
	
	.facebook-news { 
		margin-bottom: 50px;
	}
	
	.facebook-news h2 {
		margin-bottom: 15px;
	}
	
	.event-title {
		margin-top: 15px;
	}
	
	.event-time {
		padding-right: 0 !important;
		text-align: center !important;
		display: block !important;
		margin-bottom: 3px !important;
	}
	
	.event-location, .event-time {
		margin-bottom: 15px;
		display: inline-block;
		text-align: center;
	}
	
	.event-content-link {
		text-align: center;
		display: block;
	}
	
	#counter-bar .row {
		flex-wrap: wrap;
		padding-top: 13px;
    	padding-bottom: 20px;
	}
	
}





/* ------------------------------------------------ TABLET ------------------------------------------------ */

@media (min-width: 768px) and (max-width: 992px) { 
	
	.navbar-brand {
		width: 140px;
	}
	
	.navbar { font-size: 14px; }
	
	.navbar-collapse {
		margin-left: auto !important;
		justify-content: end;
		display: flex !important;
		float: right !important;
	}
	
    .navbar-nav {
        float: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
    }
	
}






/* ------------------------------------------------ Small Computers ------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1200px) { 

	.navbar-brand {
		width: 180px;
	}
	
	.navbar-main-collapse{  
	width: calc(100% - 170px);
	}
	
	.navbar { font-size: 14px; }
	
}




.sprachschalter {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: -15px;
}

.sprachschalter img{
    width: 25px !important;
}






	
	