/*!
 * Start Bootstrap - Grayscale v4.0.0-alpha (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 @import url("https://use.typekit.net/sfe0nuj.css");

body {
	width: 100%;
	height: 100%;
	font-family: rockwell, sans-serif;
  font-weight: 400;
  font-style: normal;
	color: white;
	background-color: black;
	position: relative; 
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
	letter-spacing: 1px; 
}

h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

p {
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 1.5; 
}
@media (min-width: 768px) {
	p {
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 1.6;
	} 
}

a {
	color: #FFFFFF;
	-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: #CCCCCC;
	
}

.btn-secondary {
  background-color: #FFFFFF;
  color: #663399;
}
.btn-secondary:hover {
  background-color: #663399;
  color: #FFFFFF;
}

/*********************************************************************
	Content
*********************************************************************/
.content-section {
	margin-top: 30px;
}
.content-text p {
	font-size: 15px;
  line-height: 1.6;
}
.venue-acts {
	font-size: 12px;
	line-height: 1.6;
}

#venue h3 {
	margin-top: 50px;
}

.g2info {
	margin-top: 70px;
	margin-bottom: 70px;
}
img.g2logo {
	border: none !important;
	-webkit-filter: drop-shadow( 0px 0px 10px rgba(102, 51, 153, .6));
	filter: drop-shadow( 0px 0px 10px rgba(102, 51, 153, .6));
}
.wrap {
	white-space: inherit;
}

@media (min-width: 768px) {
	.content-text p {
    font-size: 16px;
		line-height: 1.6;
  }
  .venue-acts {
    font-size: 14px;
		line-height: 1.6;
  }
}

/*********************************************************************
	Buttons
*********************************************************************/

.btn {
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 0;
}

.btn-small-text {
	font-size: 16px;
}

.btn-default {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: rgba(0,0,0,0.5); 
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #FFFFFF;
	outline: none;
	color: #FFFFFF;
	background-color: #663399; 
}

.btn-circle {
	width: 50px;
	height: 50px;
	margin-top: 15px;
	padding: 7px 0;
	border: 2px solid #FFFFFF;
	border-radius: 100% !important;
	font-size: 26px;
	color: white;
	background: rgba(0,0,0,0.5); 
	-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: none;
	color: #000000;
	background-color: #FFFFFF; 
}

.card {
	margin-bottom: 30px;
	
}

.card-header {
  background-color: #663399;
	color: #FFFFFF;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.btn-small-text {
		font-size: 10px;
		padding: 8px 8px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.btn-small-text {
		font-size: 13px;
		padding: 16px 8px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.btn-small-text {
		font-size: 16px;
		padding: 16px 8px;
	}
}

/*********************************************************************
	Navigation
*********************************************************************/

#mainNav {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
	background-color: black; 
}
#mainNav .navbar-toggler {
	color: white;
	font-size: 14px;
	border: 1px solid white;
	padding: 11px; 
	text-shadow: 1px 1px 2px #000000, -1px -1px 2px #000000;
}
#mainNav .navbar-brand {
	font-weight: 700; 
}
#mainNav a {
	color: white; 
	text-shadow: 1px 1px 2px #000000, -1px -1px 2px #000000;
	font-size: 20px;
}
#mainNav .navbar-nav a.nav-link {
	padding: 15px 10px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out; 
}
#mainNav .navbar-nav a.nav-link:hover {
  color: #FFFFFF;
  background-color: #663399;
	outline: none;
}
#mainNav .navbar-nav a.nav-link:focus, #mainNav .navbar-nav a.nav-link:active {
	outline: none;
	background-color: transparent; 
  color: #663399;
}
#mainNav .navbar-nav a.nav-link.active {
	outline: none;
	font-size: 30px;
	padding: 6px 10px;
	/*background-color: rgba(255, 255, 255, 0.3); */
}

#mainNav .navbar-nav .dropdown-menu {
  margin-top: -15px;
  background: rgba(0,0,0,0.5);
  padding-top: 0;
  padding-bottom: 0;
}
#mainNav .navbar-nav .dropdown-menu .dropdown-item {
  margin-left: 30px;
  font-size: 20px;
  font-weight: 700;
}
#mainNav .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #663399;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 78px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

@media (max-width: 767px) {
	#mainNav .navbar-brand img {
		width: 120px;
	}
}

@media (min-width: 576px) {
  #mainNav .offcanvas-collapse {
    width: 100%;
  }
  #mainNav .offcanvas-collapse .navbar-nav {
    width: 540px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
	#mainNav {
		padding: 20px 0;
		border-bottom: none;
		letter-spacing: 1px;
		background: transparent;
		-webkit-transition: background .25s ease-in-out,padding .25s ease-in-out;
		-moz-transition: background .25s ease-in-out,padding .25s ease-in-out;
		transition: background .25s ease-in-out,padding .25s ease-in-out; 
	}
	#mainNav.navbar-shrink {
		padding: 10px 0;
		background: black;
		border-bottom: 5px solid #663399; 
	} 
	#mainNav.navbar-shrink .navbar-brand img {
		width: 120px;
	}
  #mainNav .offcanvas-collapse {
    top: 178px; /* Height of navbar */
  }
  #mainNav.navbar-shrink .offcanvas-collapse {
    top: 86px; /* Height of navbar */
  }
  #mainNav .offcanvas-collapse {
    width: 100%;
  }
  #mainNav .offcanvas-collapse .navbar-nav {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  #mainNav .navbar-nav a.nav-link {
    font-size: 14px;
    padding: 16px 6px;
  }
  #mainNav .navbar-nav a.nav-link.active {
    font-size: 18px;
    padding: 10px 10px;
  }
  #mainNav .navbar-nav a.nav-link:hover {
    color: #663399;
    background-color: transparent; 
  }
  #mainNav .navbar-nav .dropdown-menu {
    margin-top: 18px;
  }
  #mainNav.navbar-shrink .navbar-nav .dropdown-menu {
    margin-top: 12px;
    border-left: 5px solid #663399;
    border-right: 5px solid #663399;
    border-bottom: 5px solid #663399;
    background: #000000;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; 
  }
  #mainNav .navbar-nav .dropdown-menu .dropdown-item {
    margin-left: 0;
  }
  #mainNav .offcanvas-collapse {
    width: 100%;
  }
  #mainNav .offcanvas-collapse .navbar-nav {
    width: auto;
    margin-right: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) { 
  #mainNav .navbar-nav a.nav-link {
    font-size: 17px;
    padding: 17px 10px;
  }
  #mainNav .navbar-nav a.nav-link.active {
    font-size: 27px;
    padding: 6px 10px;
  }
  #mainNav.navbar-shrink .navbar-nav .dropdown-menu {
    margin-top: 9px;
  }
}
@media (min-width: 1400px) { 
  #mainNav .navbar-nav a.nav-link {
    font-size: 20px;
    padding: 17px 10px;
  }
  #mainNav .navbar-nav a.nav-link.active {
    font-size: 30px;
    padding: 6px 10px;
  }
  #mainNav.navbar-shrink .navbar-nav .dropdown-menu {
    margin-top: 9px;
  }
}

/*********************************************************************
	Aufmacher
*********************************************************************/

.intro {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 0;
	text-align: center;
	color: white;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; 
}
.intro .intro-body {
	display: table-cell;
	vertical-align: bottom; 
	text-align: left;
}
.intro .intro-body .nextshow {
	font-size: 12px; 
	line-height: 12px;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 200;
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 3px;
}
.intro .intro-body h1 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 5px;
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 3px;
}
.intro .intro-body h2 {
	font-size: 18px; 
	font-weight: 300;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 3px;
}
.intro .intro-body .infotext p {
	font-size: 17px; 
	line-height: 20px;
	margin: 0 0 2px;
	text-transform: none;
	font-weight: 200;
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
	background: rgba(0,0,0,0.75);
	display: block;
	padding: 3px;
}
.intro .intro-body .sponsor {
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 3px;
}
.intro .intro-body .btn {
	margin: 0 0 10px 0;
}

.intro .showdate {
	background-color: #000000;
	box-shadow: 0px 0px 10px #fff;
	border-radius: 4px;
	text-align: center;
	padding: 5px;
	margin: 0 0 100px 0;
}
.intro .showdate .show_dayofweek {
	font-weight: 200;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.intro .showdate .show_day {
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 5px 0;
}
.intro .showdate .show_month {
	font-weight: 300;
	font-size: 17px;
	line-height: 17px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.intro .showdate .show_year {
	font-weight: 200;
	font-size: 12px;
	line-height: 12px;
}

.no-header {
  margin-top: 63px;
}

@media (min-width: 576px) {
	.intro {
		height: 100%;
		padding: 0; 
	}
	.intro .intro-body .nextshow {
		font-size: 15px; 
		line-height: 15px;
	}
	.intro .intro-body h1 {
		font-size: 25px;
	}
	.intro .intro-body h2 {
		font-size: 18px; 
	}
	.intro .intro-body .btn {
		margin: 0 0 40px 0;
	}
	
	.intro .showdate {
		margin: 0 0 40px 0;
	}
	.intro .showdate .show_dayofweek {
		font-size: 15px;
		line-height: 15px;
	}
	.intro .showdate .show_day {
		font-size: 70px;
		line-height: 70px;
	}
	.intro .showdate .show_month {
		font-size: 20px;
		line-height: 20px;
	}
	.intro .showdate .show_year {
		font-size: 15px;
		line-height: 15px;
	}
}

@media (min-width: 768px) {
	.intro {
		height: 100%;
		padding: 0; 
	}
	.intro .intro-body .nextshow {
		font-size: 15px; 
		line-height: 15px;
	}
	.intro .intro-body h1 {
		font-size: 25px;
	}
	.intro .intro-body h2 {
		font-size: 18px; 
	}
	.intro .intro-body .infotext p {
		font-size: 20px; 
		line-height: 30px;
		margin: 0;
	}
	.intro .intro-body .btn {
		margin: 0 0 40px 0;
	}
	
	.intro .showdate {
		margin: 0 0 70px 0;
	}
	.intro .showdate .show_dayofweek {
		font-size: 15px;
		line-height: 15px;
	}
	.intro .showdate .show_day {
		font-size: 70px;
		line-height: 70px;
	}
	.intro .showdate .show_month {
		font-size: 20px;
		line-height: 20px;
	}
	.intro .showdate .show_year {
		font-size: 15px;
		line-height: 15px;
	}
  
  .no-header {
    margin-top: 150px;
  }
}

@media (min-width: 992px) { 
	.intro .intro-body .nextshow {
		font-size: 17px; 
		line-height: 17px;
	}
	.intro .intro-body h1 {
		font-size: 30px;
	}
	.intro .intro-body h2 {
		font-size: 21px; 
	}
	.intro .intro-body .btn {
		margin: 0 0 40px 0;
	}
	
	.intro .showdate {
		margin: 0 0 70px 0;
	}
	.intro .showdate .show_dayofweek {
		font-size: 15px;
		line-height: 15px;
	}
	.intro .showdate .show_day {
		font-size: 55px;
		line-height: 55px;
	}
	.intro .showdate .show_month {
		font-size: 20px;
		line-height: 20px;
	}
	.intro .showdate .show_year {
		font-size: 15px;
		line-height: 15px;
	}
}

@media (min-width: 1200px) {
	.intro .intro-body .nextshow {
		font-size: 20px; 
		line-height: 20px;
	}
	.intro .intro-body h1 {
		font-size: 35px;
	}
	.intro .intro-body h2 {
		font-size: 25px; 
	}
	.intro .intro-body .btn {
		margin: 0 0 50px 0;
	}
	
	.intro .showdate {
		margin: 0 0 100px 0;
	}
	.intro .showdate .show_dayofweek {
		font-size: 15px;
		line-height: 15px;
	}
	.intro .showdate .show_day {
		font-size: 80px;
		line-height: 80px;
	}
	.intro .showdate .show_month {
		font-size: 25px;
		line-height: 25px;
	}
	.intro .showdate .show_year {
		font-size: 15px;
		line-height: 15px;
	}
}


/*********************************************************************
	Upcoming Shows
*********************************************************************/

#upcoming,
#upcoming .upcoming_show {
	display: table;
	height: 350px;
	border-top: 2px solid #000000;
}
#upcoming .upcoming_show:first-child {
	border-right: 2px solid #000000;
}
#upcoming .upcoming_show {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; 
}
#upcoming .upcoming-body {
	display: table-cell;
	vertical-align: bottom; 
	text-align: left;
}
#upcoming .upcoming-body .nextshow {
	font-size: 12px; 
	line-height: 12px;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 200;
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 3px;
}
#upcoming .upcoming-body h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 5px;
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 3px;
}
#upcoming .upcoming-body h4 {
	font-size: 18px; 
	font-weight: 300;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 3px;
}
#upcoming .upcoming-body .btn {
	margin: 0 0 25px 0;
}

#upcoming .showdate {
	background-color: #000000;
	box-shadow: 0px 0px 10px #fff;
	border-radius: 4px;
	text-align: center;
	padding: 5px;
	margin: 0 0 25px 0;
}
#upcoming .showdate .show_dayofweek {
	font-weight: 200;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
#upcoming .showdate .show_day {
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 5px 0;
}
#upcoming .showdate .show_month {
	font-weight: 300;
	font-size: 17px;
	line-height: 17px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
#upcoming .showdate .show_year {
	font-weight: 200;
	font-size: 12px;
	line-height: 12px;
}
#upcoming .all_shows .btn {
	margin: 40px 0 50px 0;
}

@media (min-width: 576px) {
	#upcoming .upcoming_show {
		height: 348px;
	}
	#upcoming .upcoming-body .nextshow {
		font-size: 13px; 
		line-height: 13px;
	}
	#upcoming .upcoming-body h3 {
		font-size: 22px;
	}
	#upcoming .upcoming-body h4 {
		font-size: 16px; 
	}
	#upcoming .upcoming-body .btn {
		margin: 0 0 20px 0;
	}

	#upcoming .showdate {
		margin: 0 0 20px 0;
	}
	#upcoming .showdate .show_dayofweek {
		font-size: 12px;
		line-height: 12px;
	}
	#upcoming .showdate .show_day {
		font-size: 35px;
		line-height: 35px;
	}
	#upcoming .showdate .show_month {
		font-size: 14px;
		line-height: 14px;
	}
	#upcoming .showdate .show_year {
		font-size: 12px;
		line-height: 12px;
	}
}

@media (min-width: 768px) { 
	#upcoming .upcoming_show {
		height: 220px;
	}
	#upcoming .upcoming-body .nextshow {
		font-size: 13px; 
		line-height: 13px;
	}
	#upcoming .upcoming-body h3 {
		font-size: 22px;
	}
	#upcoming .upcoming-body h4 {
		font-size: 16px; 
	}
	#upcoming .upcoming-body .btn {
		margin: 0 0 20px 0;
	}

	#upcoming .showdate {
		margin: 0 0 20px 0;
	}
	#upcoming .showdate .show_dayofweek {
		font-size: 12px;
		line-height: 12px;
	}
	#upcoming .showdate .show_day {
		font-size: 35px;
		line-height: 35px;
	}
	#upcoming .showdate .show_month {
		font-size: 14px;
		line-height: 14px;
	}
	#upcoming .showdate .show_year {
		font-size: 12px;
		line-height: 12px;
	}
}

@media (min-width: 992px) { 
	#upcoming .upcoming_show {
		height: 290px;
	}
	#upcoming .upcoming-body .nextshow {
		font-size: 13px; 
		line-height: 13px;
	}
	#upcoming .upcoming-body h3 {
		font-size: 22px;
	}
	#upcoming .upcoming-body h4 {
		font-size: 16px; 
	}
	#upcoming .upcoming-body .btn {
		margin: 0 0 25px 0;
	}

	#upcoming .showdate {
		margin: 0 0 25px 0;
	}
	#upcoming .showdate .show_dayofweek {
		font-size: 12px;
		line-height: 12px;
	}
	#upcoming .showdate .show_day {
		font-size: 35px;
		line-height: 35px;
	}
	#upcoming .showdate .show_month {
		font-size: 14px;
		line-height: 14px;
	}
	#upcoming .showdate .show_year {
		font-size: 12px;
		line-height: 12px;
	}
}

@media (min-width: 1200px) {
	#upcoming .upcoming_show {
		height: 350px;
	}
	#upcoming .upcoming-body .nextshow {
		font-size: 15px; 
		line-height: 20px;
	}
	#upcoming .upcoming-body h3 {
		font-size: 25px;
	}
	#upcoming .upcoming-body h4 {
		font-size: 18px; 
	}
	#upcoming .upcoming-body .btn {
		margin: 0 0 25px 0;
	}

	#upcoming .showdate {
		margin: 0 0 25px 0;
	}
	#upcoming .showdate .show_dayofweek {
		font-size: 12px;
		line-height: 12px;
	}
	#upcoming .showdate .show_day {
		font-size: 52px;
		line-height: 52px;
	}
	#upcoming .showdate .show_month {
		font-size: 18px;
		line-height: 18px;
	}
	#upcoming .showdate .show_year {
		font-size: 12px;
		line-height: 12px;
	}
}

/*********************************************************************
	Störer Home
*********************************************************************/
.stoerer {
	width: 100px;
	float: right;
	margin: 0 0 15px 15px;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
	.stoerer {
		width: 300px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	
}

/* Extra Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/*********************************************************************
	Programm-Übersicht
*********************************************************************/

#programm .showdate {
	background-color: #000000;
	
  -webkit-filter: drop-shadow( 0px 0px 10px rgba(102, 51, 153, .6));
	filter: drop-shadow( 0px 0px 10px rgba(102, 51, 153, .6));
	border-radius: 4px;
	text-align: center;
	padding: 5px;
}
#programm .showdate .show_dayofweek {
	font-weight: 200;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
#programm .showdate .show_day {
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 5px 0;
}
#programm .showdate .show_month {
	font-weight: 300;
	font-size: 17px;
	line-height: 17px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
#programm .showdate .show_year {
	font-weight: 200;
	font-size: 12px;
	line-height: 12px;
}

#programm .show-list-item {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #663399;
}
#programm img {
	border: 1px solid #663399;
	margin-bottom: 15px;
}
#programm img.stempel {
	border: none;
}
#programm h5 {
	font-size: 22px; 
	font-weight: 300;
	margin: 0 0 5px 0;
}
#programm h6 {
	font-size: 16px; 
	font-weight: 300;
	margin: 0 0 5px 0;
}
#programm .presenter {
	font-size: 16px;
}
#programm .sponsor {
	font-size: 14px;
	margin: 0 0 5px 0;
}
#programm .genre {
	font-size: 18px;
	margin-bottom: 15px;
}
#programm .zeiten,
#programm .preise{
	font-size: 14px;
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	
	#programm .showdate .show_dayofweek {
		font-size: 15px;
		line-height: 15px;
	}
	#programm .showdate .show_day {
		font-size: 70px;
		line-height: 70px;
	}
	#programm .showdate .show_month {
		font-size: 20px;
		line-height: 20px;
	}
	#programm .showdate .show_year {
		font-size: 15px;
		line-height: 15px;
	}
}

@media (min-width: 768px) {
	
	#programm .showdate .show_dayofweek {
		font-size: 15px;
		line-height: 15px;
	}
	#programm .showdate .show_day {
		font-size: 70px;
		line-height: 70px;
	}
	#programm .showdate .show_month {
		font-size: 20px;
		line-height: 20px;
	}
	#programm .showdate .show_year {
		font-size: 15px;
		line-height: 15px;
	}
}

@media (min-width: 992px) { 
	
	#programm .showdate .show_dayofweek {
		font-size: 15px;
		line-height: 15px;
	}
	#programm .showdate .show_day {
		font-size: 55px;
		line-height: 55px;
	}
	#programm .showdate .show_month {
		font-size: 20px;
		line-height: 20px;
	}
	#programm .showdate .show_year {
		font-size: 15px;
		line-height: 15px;
	}
}

@media (min-width: 1200px) {
	
	#programm .showdate .show_dayofweek {
		font-size: 15px;
		line-height: 15px;
	}
	#programm .showdate .show_day {
		font-size: 80px;
		line-height: 80px;
	}
	#programm .showdate .show_month {
		font-size: 25px;
		line-height: 25px;
	}
	#programm .showdate .show_year {
		font-size: 15px;
		line-height: 15px;
	}
}


/*********************************************************************
	Programm Details
*********************************************************************/

#programm-detail {
	margin-top: 30px;
	font-size: 18px;
}
#programm-detail p {
	font-size: 18px;
}

#programm-detail .genre {
	font-size: 18px;
	margin-bottom: 15px;
}
#programm-detail .social {
	margin-top: 30px;
	font-size: 40px;
}
#programm-detail .zeiten,
#programm-detail .preise{
	margin-bottom: 15px;
}

#programm-detail .g2info img.g2logo {
	-webkit-filter: drop-shadow( 0px 0px 10px rgba(102, 51, 153, .6));
	filter: drop-shadow( 0px 0px 10px rgba(102, 51, 1535, .6));
}
.stempel {
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	margin-bottom: 20px;
}
.moved_makeup_date {
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	margin-top: -15px;
	font-size: 14px !important;
  text-align: right;
}

#ticketlink_tixforgigs {
	width: 50%;
}
#ticketlink_eventim {
	width: 50%;
}
#ticketlink_reservix {
	width: 50%;
}
#ticketlink_eventim path,
#ticketlink_reservix path {
	fill: #FFFFFF;
}

@media (min-width: 576px) {
	#ticketlink_tixforgigs {
		width: 50%;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	#ticketlink_tixforgigs {
		width: 50%;
	}
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

/*********************************************************************
	Teaser
*********************************************************************/

#teaserblock {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	#teaserblock .teaser:first-child {
		margin-bottom: 25px;
	}
}

/*********************************************************************
	Contact
*********************************************************************/

#contactForm .form-group {
  margin-bottom: 1rem;
}

#contactForm input#datenschutz {
  margin-right: 10px;
}

/*********************************************************************
	Google Maps
*********************************************************************/

#googlemaps {
	background-color: #333333;
}

#map {
	width: 100%;
	height: 200px;
	margin-top: 0; 
}

@media (min-width: 767px) {
	#map {
		height: 350px;
	} 
}






/*********************************************************************
	noch nicht zugeordnet
*********************************************************************/


ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0 100px 0; }
  footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

/*********************************************************************
	Footer
*********************************************************************/
footer {
	background-color: #333333;
}
footer .footer-headline {
	font-size: 20px;
	margin-bottom: 15px;
}
footer .newsletter img {
	margin-bottom: 10px;
}
footer .newsletter .form-group {
	margin-bottom: 5px;
}
footer .newsletter input {
	margin-bottom: 10px;
}
footer .adresse1,
footer .adresse2,
footer .aufsichtszettel,
footer .newsletter {
	margin-top: 15px;
	margin-bottom: 15px;
}
footer .adresse1 {
  text-align: right;
}

@media (min-width: 992px) {
  footer .adresse1 {
    text-align: left;
  }
}

/*********************************************************************
	jQuery Cookie Bar
*********************************************************************/

#cookie-bar { background:#000000; border-top: 1px solid #FFFFFF; height:auto; line-height:24px; color:#fff; text-align:center; padding: 14px 0; z-index: 5000; }
#cookie-bar .inner { max-width: 1000px; margin: 0 auto; padding-left: 30px; padding-right: 30px;}
#cookie-bar:after { content: ''; display: block; clear: both; }
#cookie-bar.fixed { position:fixed; top:0; left:0; width:100%; }
#cookie-bar.fixed.bottom { bottom:0; top:auto; }
#cookie-bar p { margin:0; padding:0; float: left; width: 80%; text-align: left; font-size: 12px; line-height: 15px;}
#cookie-bar p:last-child { width: 20%; text-align: right; }
#cookie-bar a {color:#ffffff; display:inline-block; margin-left:3px; text-decoration: underline; }
#cookie-bar .cb-enable {background:#000000; color: #FFFFFF; border: 1px solid #FFFFFF; text-decoration:none; line-height: 20px; margin-top: 3px; padding: 5px; }
#cookie-bar .cb-enable:hover {background:#FFFFFF; color: #000000;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

.piwik {background-color: #FFFFFF; height: 120px;}



/*********************************************************************
	Corona Info Homepage
*********************************************************************/

.card {
	background-color: #000000;
	border: 1px solid #663399;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-body p {
	font-size: 16px;
}

/*********************************************************************
	Accordion
*********************************************************************/
.accordion {
  margin-bottom: 50px;
}
.accordion .accordion-button {
  background-color: #663399;
  color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 1.4rem;
}
.accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.accordion .accordion-item {
  background-color: #000000;
  border-bottom: 1px solid #663399;
}
.accaccordion .accordion-header {
  font-size: 22px;
}

