/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   RESET:
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------------------------*/
/* Vojtech Leischner 2021 all rights reserved: */
   
   body{ 
  padding: 0 px; margin: 0px; font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  }
  
  #container { width: 100%; height: 100%; padding: 0 px; margin: 0px; position: absolute; top: 0px; left: 0px;}
  #header { width: 100%; background-color: rgba(255, 255, 153, 1.0); z-index: 10; position: absolute; padding-top: 30px;  top: 0px; left: 0px; }
  #header_content {padding: 15px; line-height: 2em;}
  
  #main_title { position: absolute; z-index: 20; top: 0.5em; left: 15px; }
  
  h1 { font-size: 24px;  margin-left: 0px; }
  
  @keyframes fadeout {
  0% {
    opacity: 1.0;
    z-index: 10;
  }
  100% {
    opacity: 0.0;
    z-index: -1;
  }
}
   #ear {display: none;}
  /*  #ear {width: 0px; height: 0px; display: inline; background-image: url(./MUSIC/ear2.png);} */ /*it is drawn by canvas jasvacript - just include it normal html flow for better width/height handling */

  /* on mobile the javascript resize does not work as intended - its better to let it span over the page */
  #canvas { margin: 0px; z-index: 0; overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 1; } 
  
  #main { padding: 0 px; margin: 0px; z-index: 0; } 
  
  #loadingcontainer { display: none; color: #4CAF50; font-weight: bold;  }
  #loadbar { margin-left: 25px; position:relative; top:6px;}
 
 #dropdown_header{position: relative; } 
   
   /* Dropdown Button */
  .dropbtn {
    background-color: black;/*#4CAF50; green*/
    color: white;
    padding: 5px;
    margin-left: 0px;
    border: none;
    z-index: 100;
  } 
  /* The container <div> - position: absolute; needed to position the dropdown content */
  .dropdown {  
    display: inline-block;
    z-index: 100;
  }  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffe6ff;  /*#f1f1f1;*/
    min-width: 160px;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
  }
  /* Links inside the dropdown */
  .dropdown-content a, option {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    z-index: 1;
  }
  
  .dropdown-content option {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    z-index: 1;
  } 
    
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover, option:hover {background-color: #ffff99;}
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;} 
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #ffcccc; color: black; }
  
  /*----------------------------------------------------------------------------- */  
  /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #ffe6ff; /* #fefefe; */
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  min-width: 300px;
  max-width: 600px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#contact_form {width: 100%; height: 280px; border: none; }

button {margin-left: 5px;}
#contact {margin-left: 5px;}

#fullscreen {position: absolute; z-index: 1; right: 30px; bottom: 30px; background-color: #ffff99; color: black; }

button {
  background-color: black; /* #4CAF50 Green */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#play { background: #ff0066; }

/*------------------------------------------------------*/
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100px; /* Full-width */
  height: 5px; /* Specified height */
  background: black; /* Grey background */
  outline: none; /* Remove outline */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #ffcccc; //#ffe6ff;
  border: 0px;
  border-radius: 25px;
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #ffcccc; // #ffe6ff; 
  border: 0px;
   border-radius: 25px;
  cursor: pointer; /* Cursor on hover */
}   