body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
body{
	font-family: Avenir Black;
	color: black;
	font-size: 20px;
	}

a  {
	text-decoration: none;
	color: black;
}

h3{
	color: rgb(255, 203,0);
}

#content{
	padding: 2% 10%;
}

/*Logo */
	#logo{
	position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 160px;	
	}



#article-8 > div.ce_image.first.block, #article-11 > div.ce_image.first.block, #article-12 > div.ce_image.first.block, #article-13 > div.ce_image.first.block, #article-14 > div.ce_image.first.block, #article-15 > div.ce_image.first.block
{
	float: left;
	text-align: center;
	width: 30%;
}

#header_web
{
	visibility: hidden;
	width: 0px;
}


/*Navigation */

@media (min-width: 667px){
#navigation{
	width: 30%;
	float: left;
	padding-top: 2%;
	max-width: 400px;
}

#header_mobile
{
	visibility: hidden;
	width: 0px;
}

#header_web
{
	visibility: visible;
	width: 100%;
}
	
}

#navigation > ul > li > a > span{
	color: white;
}

#navigation li {	
	list-style-type: none;
    font-size: 20px;
}


#navigation > ul > li{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: rgb(74, 74,74);
	font-size: 24px;
	color: white;
	max-width: 100%;

}

#navigation > ul
{
	padding-inline-start: 0px;
}


/*Footer Navigation */
#footer{
	background-color: rgb(255, 213, 49);
}

#footer > ul > li > a > span{
		color: rgb(127, 127, 127);
		font-size: 25px;
}

#footer > ul > li.active{
	font-size: 25px;
}

#footer > div > nav > ul > li{
	display: inline-block;
    margin-right: 30px;
    margin-left: 30px;

}


input, select, textarea, button{
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	padding: 10px 16px;
	margin-top: 5px;
}

#form_spieldatum{
	margin-bottom: 20px;
}

/* Grundlayout für jedes Feld */
.widget {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

/* Label bekommt feste Breite */
.widget label {
  width: 150px; /* oder 200px je nach Platzbedarf */
  margin-right: 1rem;
  font-weight: bold;
}

/* Eingabefelder füllen den restlichen Platz */
.widget input,
.widget select {
  flex: 1;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Optional: Button zentrieren */
.widget-submit {
  display: flex;
  justify-content: flex-start;
}

.widget-submit button {
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  background-color: rgb(255, 203,0);
  color: black;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}

#content > div:nth-child(7) > form > div > div.widget.widget-select.select.mandatory, #content > div:nth-child(7) > form > div > div:nth-child(8), #auflistung{
	display: none;
}



#ctrl_9, #ctrl_15{
	cursor: none;
}


#sitzplatzCanvas {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  touch-action: manipulation; /* Für bessere Touch-Unterstützung */
}


@media screen and (max-width: 600px) {
  #ctrl_13, #reserveBtn, #resetBtn {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

.widget label{
	width: 100px;
}
  #selectedSeats {
    font-size: 14px;
    word-wrap: break-word;
  }
}

#content > div:nth-child(7)
{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

#content > div:nth-child(7) label{
	font-size: 14px;
}

#content > div:nth-child(7) input, #content > div:nth-child(7) button{
	width: 100%;
	font-size: 16px;
}




