body{
	text-align: center;
	padding:0;
	margin:0;
	background-color:#FFF;
	font-size:16px;
	font-family: 'Quicksand', sans-serif;
}

#header{
	width:100%;
	background-color:#FFF;
	text-align:left;
}

#main{
	width:100%;
}

#logo{
	width:80%;
	margin:0 auto;
}

	#nav_bar{
		width:100%;
		background-color:#4f4f4e;
		float:left;
	}

			#nav_bar li{
				padding-left:10px;
				padding-top:5px;
				padding-bottom:5px;
				list-style:none;
				text-decoration:none;
			}


			#nav_bar li a{
				width:20%;
				color:white;
				text-align:center;
				text-decoration:none;
			}

			#nav_bar  li:hover{
				background-color:#aa885e;
			}

	#golden_line{
		width:2px;
		background-color:#aa885e;
		float:left;
	}

	#content{
		width:100%;
		background-color:#FFF;
		float:left;
	}

#footer{
	float:left;
	width:100%;
	font-size:16px;
	background-color:#4f4f4e;
}

	#footer_text{
		color:White;
		padding-left:10px;
		float:left;
		background-color:#4f4f4e;
		text-align:left;
	}

#golden_line2{
	float:left;
	width:100%;
	height:5px;
	background-color:#aa885e;
}

#white_line2{
	width:100%;
	height:2px;
	background-color:#FFF;
}






#home_content{
	text-align:center;
	margin-left:2.5%;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFF;
	width:95%;
	padding-bottom:20px;
	border-style:solid;
	border-width:2px;
	border-color:#aa885e;
}

#home_text{
	margin:0 auto;
	width:95%;
	margin-top:10px;
	text-align:left;
	clear:both;
}

#dsgvo_text{
	font-size:12px;
	margin:0 auto;
	width:100%;
	margin-top:10px;
	text-align:left;
	clear:both;
}

#column1{
	text-align:left;
}

#row input{
	float:right;
	margin-top:3px;
	width:100%;
	}

#row{
	margin-bottom:10px;
	width:100%;
	font-size:14px;
}

#anzahl{
	font-size:16px;
	width:20px;
}

#Kontakt_text{
		margin-left:10px;
		float:left;
		color:Black;
		text-align:left;
		margin-bottom:50px;
}



#event_box{
	text-align:center;
	float:left;
	margin-left:10%;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	background-color:#FFF;
	width:80%;
	border-style:solid;
	border-width:2px;
	border-color:#aa885e;
}

	#event_img{
		width:80%;
	}

	#event_text{
		margin:0 auto;
		margin-top:20px;
		width:80%;
		color:black;
		text-align:left;
	}

h2{
	font-size:18px;
}
label{
	font-size:14px;
}

	#button{float:left; font-size:16px;}
	#button2{float:right; font-size:16px;}
	#facebook{width:50%; margin-top:20px; margin-bottom:20px;}



	.flex-row{
	    display:flex;
	}

	.flex-column{
	display:flex;
	flex-direction:column;
	}

	.flex-grow  > *{
	    flex-basis:0;
	    flex-grow:1;
	}

	.justify-space-between{
	    justify-content: space-between;
	}

    .align-center{
        align-items:center;
    }

	.ticket-row-icons{
	    width:35px !important;
	    height:35px;
	}

	.text-center{
	    text-align:center;
	}

	.icon-button{
	background:none;
	}

	.anzahl-button{
	cursor:pointer;
	    width:22px;
	    height:22px;
	}

	.anzahl-panel{
	margin-top:10px;
	font-size:16px;
	margin-bottom:10px;}


	.space-between-items > *{
	margin-bottom:5px;}

	button{
	 background-color: transparent;
     border: 0;
    }

    .span-ticketpreis{
        font-size:16px;
        margin-left:0px;
    }

        .span-pfand{
            font-size:11px;
            margin-left:5px;
        }

    .navigation-button{
    cursor:pointer;
        width:36px;
        height:36px;
    }

    .list-icon{
        width:14px;
        height:14px;
    }

    .info-text{
        font-size:14px;
    }
    #send-button{
        cursor:pointer;
        font-size:14px;
    }

    .send-button{
        width:24px;
        height:24px;
        margin-left: 5px;
    }


    .hide-screen-content{
        display:none;
    }

    .mobile-font-ticket2{
        font-size:12px;
    }
.gesamt-pfand-span{
font-size:12px;
font-weight:normal}

.tickets2-inputs input{
    max-width:60%;
}


#cookie-popup { 
	text-align: center; 
	background: #fff;
	position: fixed;
	top: 0px; 
	left: 0;
	right: 0;
	z-index: 9999;
	font-size:14px; 
	line-height:20px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	}
   
  #cookie-popup.hidden {
	display: none;
  }

  .overlay{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.6;
	background-color: #AAA;
	width: 100%;
	height: 100vh;
  }

.overlay.hidden {
	display: none;
  }

  .cookies_accept{
	background-color: #aa885e;
	border-radius: 3px;
	padding: 7px;
	color: #fbf9f8;
	font-weight: bold;
	margin-left:7px;
  }

  .cookies_decline{
	  text-decoration: underline;
	  margin-right: 100px;
  }

  #dsgvo_text{
	text-align: left;
	padding: 38px;
	box-sizing: border-box;
	font-size: 14px;
  }
  