html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;
}
html {
  scroll-behavior: smooth;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
main {
	width: 1080px;
	margin: 0 auto;
}
.galery main, .info main, .impressum main, .contact main, .tickets main {
	padding-top: 140px;
}
.main {
	width: 1080px;
	margin: 0 auto;
}
section {
	padding: 50px 0;
}
.margintop {
	margin-top: 20px;
}
/********************************************** Typography **********************************************/
h1 {
    font-family: Erbaum, Arial, Sans-serif;
    font-size: 30px;
    font-weight: 500;
}
.sitetitle {
	text-align: center;
	padding-bottom: 60px;
}
h2 {
	font-family: Karla, Arial, Sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #324a74;
	padding-bottom: 20px;
}
h3 {
	font-family: Karla, Arial, Sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
}
h4 {
	font-family: Karla, Arial, Sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}
p {
	font-family: Karla, Arial, Sans-serif;
	font-size: 1.2em;
	color: #000000;
	padding-bottom: 20px;
}
label {
	font-family: Karla, Arial, Sans-serif;
	font-size: 1.2em;
	font-style: ;
	color: #000000;
}
a {
	font-family: Karla, Arial, Sans-serif;
	font-style: ;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #324a74;
}
li a {
	font-family: Karla, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	color: #324a74;
}
.white {
  color: #ffffff;
}
.pinky {
    color: #0D275A;
    text-align: center;
    text-shadow: 2px 3px 0px #BFB6B6;
}
.blau {
  color: #324a74;
}
/********************************************** Header **********************************************/
nav {
	display: none;
}
.responsivecontainer {
	display: none;
}
.responsive {
	display: none;
}
header {
	position: relative;
}
.galery header, .info header, .impressum header, .contact header, .tickets header {
	background-color: #ffffff;
	height: 80px;
}
.navabsolut {
	z-index: 3;
	position: absolute;
	width: 100%;
	top: 0;
}
.index header {
	background-color: transparent;
	z-index: 4;
}
#navbar {
	position: fixed;
	top: 0;
	width: 100%;
	transition: top 0.3s;
	z-index: 10;
}
.nav-link {
	text-decoration: none;
	padding: 25px 0px 20px 0px;
	margin: 0px 20px;
	display: inline-block;
	position: relative;
}
.nav-link:hover {
	opacity: 1;
}
.nav-link::before {
	transition: 0.4s;
	height: 3px;
	content: "";
	position: absolute;
	background-color: #334a74;
}
.nav-link-ltr::before {
	width: 0%;
	bottom: 10px;
}
.nav-link-ltr:hover::before {
	width: 100%;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
li {
	float: right;
}
li a {
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.navi li:last-child {
	float: left;
}
li img {
	height: 50px;
}
header .tickets {
	margin: 15px 20px 10px 0;
	padding: 10px 30px;
	background-color: #324a74;
	color: #ffffff;
	border-radius: 10px;
}
header .tickets:hover {
	background-color: rgba(232, 66, 67, 0.8);
	color: #324a74;
	transition: all 0.4s;
}
/********************************************** Button **********************************************/
.button {
	display: inline-block;
	border-radius: 10px;
	border: none;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	width: 120px;
	transition: all 0.4s;
	cursor: pointer;
}
.button:hover {
    background-color: rgba(255,255,255,0.80);
    color: #324a74;
}
.buttonwhite {
	background-color: #ffffff;
	color: #324a74;
}
.buttonwhite:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
/********************************************** Split Screen**********************************************/
:root {
	--container-bg-color: #fff;
	--left-bg-color: rgba(218,215,240,0.60);
	--left-button-hover-color: rgba(255, 255, 255, 0.3);
	--right-bg-color: rgba(255, 255, 255, 0.6);
	--right-button-hover-color: rgba(232,66,67, 0.3);
	--hover-width: 70%;
	--other-width: 30%;
	--speed: 1000ms;
}
.split h1 {
    font-size: 2em;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.split h3 {
	font-size: 2em;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.split img {
	position: absolute;
	left: 100%;
	top: 100%;
}
.split .button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
}
.split .left .button:hover {
	background-color: var(--left-button-hover-color);
	border-color: var(--left-button-hover-color);
}
.split .right .button:hover {
	background-color: var(--right-button-hover-color);
	border-color: var(--right-button-hover-color);
}
.index .container {
	position: relative;
	width: 100%;
	height: 100%;
	background: var(--container-bg-color);
}
.split {
	position: absolute;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.split.left {
    left: 0;
    background: transparent;
    background-image: url(../img/3_l.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.split.left:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--left-bg-color);
}
.split.right {
	right: 0;
	background: #ffffff;
	background-image: url(../img/3_r.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.split.right:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--right-bg-color);
}
.split.left, .split.right, .split.right:before, .split.left:before {
	transition: var(--speed) all ease-in-out;
}
.hover-left .left {
	width: var(--hover-width);
}
.hover-left .right {
	width: var(--other-width);
}
.hover-left .right:before {
	z-index: 2;
}
.hover-right .right {
	width: var(--hover-width);
}
.hover-right .left {
	width: var(--other-width);
}
.hover-right .left:before {
	z-index: 2;
}
.index .container a img {
	position: absolute;
	left: 50%;
	top: 90%;
	width: 60px;
	z-index: 1;
	margin-left: -30px;
}
/********************************************** Main Index **********************************************/
.iconnav {
	width: 100%;
	background-color: #324a74;
}
.iconnavsection {
	width: 420px;
	margin: 0 auto;
	position: relative;
}
.icse {
	padding: 0;
	position: relative;
}
.iconnav img {
	height: 80px;
	float: left;
	border-radius: 50px;
	margin: 0 30px;
}
.iconnav .image {
	opacity: 1;
}
.iconnav img:hover {
	background-color:  #ffffff;
	background-position: center;
	background-size: cover;
}
.iconnav .one img:hover {
	background-image: url(../img/info1.png);
}
.iconnav .two img:hover {
	background-image: url(../img/avatar1.png);
}
.iconnav .three img:hover {
	background-image: url(../img/play1.png);
}
.iconnav .four img:hover {
	background-image: url(../img/bag1.png);
}
.iconnav .iconnav1 {
	margin-right: 0;
}
.text {
	width: 50%;
	float: right;
}
img.text {
    padding-right: 5%;
    width: 45%;
}
video {
	background-color: #324a74;
}
/********************************************** Overlay **********************************************/
.tile section {
	width: 333px;
	height: 333px;
	position: relative;
	margin: 0;
	padding: 0;
}
.tile .image {
	width:333px;
	opacity: 1;
	display: block;
	height: 333px;
	transition: .5s ease;
	backface-visibility: hidden;
}
.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.tile section:hover .image {
	opacity: 0.3;
}
.tile section:hover .middle, .iconnav section:hover .middletext {
	opacity: 1;
}
/********************************************** Lightbox **********************************************/

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox img {
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
}
.lightbox:target {
	outline: none;
	display: block;
}
/********************************************** Filter **********************************************/
input[type="radio"] {
    display:none;
}
label {
	text-align:center;
	background:#ffffff;
	color:#222222;
	cursor:pointer;
}
input[type="radio"][id="blue"]:checked + label {
	background:#ffffff;
}
input[type="radio"][id="blue"]:checked ~ .red, input[type="radio"][id="blue"]:checked ~ .green, input[type="radio"][id="blue"]:checked ~ .pink {
	width:0;
	height:0;
	padding:0;
	margin:0;
	opacity:0;
}
input[type="radio"][id="red"]:checked + label {
	background:#ffffff;
}
input[type="radio"][id="red"]:checked ~ .blue, input[type="radio"][id="red"]:checked ~ .green, input[type="radio"][id="blue"]:checked ~ .pink {
	width:0;
	height:0;
	padding:0;
	margin:0;
	opacity:0;
}
input[type="radio"][id="green"]:checked + label {
	background:#ffffff;
}
input[type="radio"][id="green"]:checked ~ .blue, input[type="radio"][id="green"]:checked ~ .red, input[type="radio"][id="blue"]:checked ~ .pink {
	width:0;
	height:0;
	padding:0;
	margin:0;
	opacity:0;
}
input[type="radio"][id="pink"]:checked + label {
	background:#ffffff;
}
input[type="radio"][id="pink"]:checked ~ .blue, input[type="radio"][id="pink"]:checked ~ .red, input[type="radio"][id="pink"]:checked ~ .green {
	width:0;
	height:0;
	padding:0;
	margin:0;
	opacity:0;
}
.tile {
	width:333px;
	height:333px;
	float:left;
	margin: 13px;
}
.galery .tile {
	transition:all 1s;
}
.green {
	background:#ffffff;
}
.blue {
	background:#ffffff;
}
.red {
	background:#ffffff;
}
.pink {
	background:#ffffff;
}
.tile img {
	height: 100%;
}
.galery .container a {
	color: #324a74;
}
.filter {
	margin-bottom: 60px;
}
.galery footer {
	margin-top: 40px;
}
.filterspace {
	margin-left: 350px;
}
main .nav-link {
	padding-top: 0;
}
/********************************************** Main Info **********************************************/
.accordion {
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  border-top: 1px solid #dcdcdc;
  outline: none;
  transition: 0.4s;
  background-color: #fff;
  text-align: left;
  font-family: Karla, Arial, Sans-serif;
	font-size: 1.2em;
}
.panel {
  padding: 0 15px;
  background-color: white;
  display: none;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
iframe {
	margin-bottom: 20px;
}
.accordion img {
	float: right;
	height: 20px;
}
.info .tile {
	width: 100%;
	height: auto;
}
.info footer, .impressum footer {
	margin-top: 60px;
}
.info .nav-link {
	color: #324a74;
	margin-bottom: 20px;
}
.info .tile {
	margin: 0;
}
.info .navspace {
	margin-left: 375px;
}
/********************************************** Main Info **********************************************/
.contact input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  resize: vertical;
	font-family: Karla, Arial, Sans-serif;
	font-size: 1.2em;
}
.contact input[type=submit] {
	display: inline-block;
	border-radius: 10px;
	background-color: #324a74;
	border: none;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	width: 120px;
	transition: all 0.4s;
	cursor: pointer;
	margin: 20px 0 60px 0;
	font-size: 1.2em;
}
.contact input[type=submit]:hover {
	opacity: 0.8;
	color: #324a74;
}
.contact .container {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.contact .container2 {
	float: left;
	width: 48%;
	margin-left: 2%;
}
.contactbox img, .contactbox p {
	float: left;
}
.contactbox img {
	width: 30px;
	margin-right: 40px;
}
.contactbox img:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}
.contact iframe {
	margin-bottom: 60px;
}
textarea {
  height: 200px;
}
/********************************************** Main Tickets **********************************************/
.tickets .textblock {
	float: left;
	width: 50%;
}
.tickets main section img {
	float: left;
	width: 50%;
	height: 150px;
}
.tickets main section {
	padding-top: 0;
}
/********************************************** Footer **********************************************/
footer {
  width: 100%;
  height: 320px;
  background-color: #324a74;
}
footer .row3 {
  width: 30%;
  margin: 0 5% 0 0;
  float: left;
}
footer .row3:last-child {
  margin-right: 0;
}
footer .row3 img {
  float: left;
  width: 40px;
  margin-right: 20px;
}
footer .row3 img:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}
footer .row3 a p:hover {
	color: #c8c8c8;
}
/********************************************** Responsive **********************************************/
@media screen and (max-width: 1080px) {
main, .main {
	width: 90vw;
	margin: 0 40px;
}
.filterspace, .info .navspace {
	margin-left: 200px;
}
}
@media screen and (max-width: 800px) {
main {
	width: 80vw;
}
.navi {
	display: none;
}
nav {
	display: block;
    background: transparent;
    color: #ffffff;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}
nav input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
nav label {
    cursor: pointer;
    display: block;
    padding: 0.5em;
}
/* Hamburger Icon */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: orange;
    border-radius: 0.05em;
    height: 0.2em;
    transition: all 0.4s ease-in-out;
    width: 100%;
}
#menu-icon {
    display: inline-block;
    margin: 0.8em 0;
    max-width: 1.7em;
    position: relative;
}
nav label #menu-icon {
    float: right;
}
#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}
#menu-icon:before {
    top: -0.5em;
}
#menu-icon:after {
    bottom: -0.5em;
}
/* Close Icon */
nav input[type=checkbox]:checked + label #menu-icon {
    background: transparent;
}
nav input[type=checkbox]:checked + label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
	background: #ffffff;
}
nav input[type=checkbox]:checked + label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
	background: #ffffff;
}
nav input:checked ~ #overlay {
    background: #324a74;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}
nav ul {
    font-size: 1.5em;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
	font-weight: 500;
}
nav li {
	float: none;
}
nav input:checked ~ ul {
    margin: 4em 1em 1em 1em;
    max-height: inherit;
    opacity: 1;
}
nav ul > li {
    margin: 0.5em 0;
}
nav ul a {
    color: #ffffff!important;
    text-decoration: none;
}
nav ul a:hover {
    color: #cccccc!important;
    text-decoration: none;
}
nav ul#social-media > li {
    display: inline-block;
    font-size: 1.5em;
    margin: 0.2em;
}
nav img {
	width: 60px;
	float: left;
}
nav label {
	background-color: transparent;
}
.index .container {
	display: none;
}
.responsivecontainer {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}
.responsivecontainer h1 {
	padding: 30px 0;
}
.responsivecontainer .smoothScroll {
	margin-top: 60px;
}
.iconnav img {
	margin: 0 20px;
}
.index .text {
	float: none;
	width: 100%;
}
.index .text img {
	float: none;
}
.responsivenone {
	display: none;
}
.responsive {
	display: block;
	padding-top: 20px;
}
.row3:first-child {
	display: none;
}
.row3:last-child {
	width: 60%;
}
.filterspace, .info .navspace {
	margin-left: 0;
}
.galery .container .nav-link, .info .container .nav-link {
	display: block;
}
.galery .container .nav-link-ltr:hover::before, .info .container .nav-link-ltr:hover::before {
	width: 15%;
}
.galery .tile, .galery .tile section, .galery .tile .image {
	width: 100%;
	height: auto;
}
.contact .container2 {
	float: none;
}
.contact .container2, .contact .container {
	width: 100%;
}
.tickets main img {
	display: none;
}
.tickets main .textblock {
	width: 100%;
}
}
