/* COMMON */
body, input, select
{
	background-color: #000;
	color: #fff;
	font-family: verdana, helvetica;
	font-size: 1vw;
	margin: 0;
}

table
{
	border-collapse: collapse;
}

/* ID */

#acdc_logo
{
	position: fixed;
	left: 1%;
	top: 1%;
	width: 15%;
}

#top_menu
{
  position: fixed;
  left: 17%;
  top: 0.1%;
  width: 82%;
  height: 10%;
  z-index: 999;
}

#main_container
{
	position: absolute;
	top: 20%;
	left: 1%;
	width: 98%;
	height: 76%;
	border: 1px solid red;
}

#pagecontent
{
	width: 100%;
	height: 88%;
	overflow: auto;
}

#page_footer
{
	position: absolute;
	top: 97%;
	left: 1%;
	width: 98%;
	height: 2%;
}

#loading_page
{
	display: none;
	position: absolute;
	padding: 0;
	top: 18%;
	left: 0%;
	height: 78.8%;
	width: 99.8%;
	background-color: #000;
	text-align: center;
	font-size: 1.3vw;
	z-index: 700;
}

#large_image
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 0%;
}

#variants
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 99.9%;
	z-index: 300;
	background-color: #000;
}

#variantcontent
{
	width: 100%;
	height: 88%;
	overflow: auto;
	z-index: 302;
	background-color: #000;
}

#details
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 99.9%;
	z-index: 303;
	background-color: #000;
}

#detailcontent
{
	width: 100%;
	height: 88%;
	overflow: auto;
	z-index: 304;
	background-color: #000;
}

#liste
{
	position: relative;
	float: left;
	width: 35%;
	height: 93.5%;
	overflow: auto;
}

#concertinfo
{
	position: relative;
	float: left;
	width: 64.5%;
	height: 93.5%;
	overflow: auto;
}

#map
{
	background-color: transparent;
	height: 100%; 
	width: 100%;
	font-size: 0.5vw;
}

/* CLASS */

.footer_style
{
	font-size: 0.6vw;
}

.button_tab
{
  width: 100%;
}

.dropbtn {
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: none;
  color: #000;
}

.dropdown {
  position: relative;
  float: left;
  background-image: linear-gradient(red, yellow, black);
  background-size: cover;
  width: 14%;
  height: 60%;
  color: #000;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(75,75,72,0.2);
  background-image: linear-gradient(grey, yellow, red);
  background-repeat: repeat-y;
  color: #000;
  cursor: pointer;
}

.dropdown-content span {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content span:hover {
  background-color: #888888;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
/*  background-color: #e4e4e4; */
}
