
body {
    max-width: 75em;
    margin: 0 auto;
	padding: 0 1em;
    font: normal 1em Arial, sans-serif;  /* Mindestschriftgröße wird dem Browser, bzw. dem Nutzer überlassen! */
    background: #FFFEFF;
	position:relative;
}

/* ===== content / Inhalt ===== */

main {
	padding: 1em;
	background: #F5F5F5;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 1em;
}

a {
	color: #009900;
}

a:hover,
a:focus {
	background: rgba(245,230,93,0.95);
	color: #009900;
}

a.button{
	background: #f5e65d;
	font-weight: bold;
	box-shadow: 0 0 20px #c3d34e inset, 0 2px 1px rgba(0,0,0,0.2);
	color: #F5F5F5;
	padding: 0.5em;
	border-radius: .5em;
	text-decoration: none;
}
a.button:hover,
a.button:focus {
	background: #f5e65d;
}

h1 span,
.akzentfarbe1 {
	color: #black;
	font-family: 'Arial', sans-serif;
}

h1 a:hover span {
    color: #black;
}

h2{	font-size:16px;}

form {
	display: grid;
	/* grid-template-columns: repeat(2, 1fr); */
	grid-gap:.2em;
	/*padding: 1em;*/
}

form input, textarea, select {
	background: #FFFEFF;
	border-radius: 4px;
	border: none;
	color: #100010;
	padding: 0.75em 0.75em 0.75em 2.5em;
	font-weight: bold;
}

.radio {
	display: inline-block;
	background: #FFF;
	border-radius: 4px;
	border: none;
	color: #000000;
	padding: 0.75em 0.75em 0.75em 2.5em;
	font-size: 14px;
}

form#search{
	position:relative;
}

form#search input {
	width: 15em;
	margin: 0 1em;
}

#search i {
	position: absolute;
	top: 1.2em;
	left: 1.75em;
	color: #bebebe;
}

/* Popup container */
.popup{
  position: relative;
  display: inline-block;
  visibility: hidden;
}

/* The actual popup (appears on top)  */
.popup .popuptext {
  width: 400px;
  height: 100px;
  background-color: #fff;
  color: #F5F5F5;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0;
  position: absolute;
  z-index: 1;
  bottom: 200%;
  left: 30%;
  margin-left: -80px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  enabled;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.popupsubmit {
  width: 130px;
  background-color: #F5F5F5;
  color: #000;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 0.2em;
  border-radius: .5em;
  text-decoration: none;
  font-size: 13px;
}

#popupclose {
  position: absolute;
  width: 25px;
  bottom: 60px;
  right: 10px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
/*	position: absolute; */
	z-index: -1;
}

.popupsubmit2 {
  width: 130px;
  background-color: #F5F5F5;
  font: normal 13px Arial, italic;
  color: #ddd;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 0.3em;
  border-radius: .5em;
}

#form_submit {
  position: absolute;
  width: 50%;
  bottom: 80px;
  left: 25%;
}

#location_pic, #artist_pic, #va_pic {
  bottom: 140px;
  left: 40%;
  position: absolute;
}

.classInputArea{
  width: 92%;
  margin: 1px;
}

.allRoles{
	background-color: #f5e65d;
	border: 1px solid;
	border-radius: .5em;
	padding: 0.2em;
	margin-top: 2px;
	margin-left: 10px;
	width: 50%;
	font: bold 13px Arial, sans-serif;
	color: #000;
}

.accountRoles{
	background-color: #F5F5F5;
	border: 1px solid;
	border-radius: .5em;
	padding: 0.2em;
	margin-left: 10px;
}
.accountRoles input{
	color: #000;
	background-color: #f5e65d;
	border: 1px solid;
	border-radius: .5em;
	padding: 0.2em;
	margin: 1px;
}

.over {
  border: 2px dashed #000;
}
#dragTrash{
	width: 50px;
	height: 300px;
	color:black;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}

#nth-list {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  color: black;
}
#nth-list td, #nth-list th {
  border: 1px solid #fff;
  padding: 4px;
}

#nth-list th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #ddd;
  color: black;
}

#nth-list a{color:black;}

#nth-list tr {background-color: #ddd;}
#nth-list tr:nth-child(even){background-color: #eee;}
#nth-list tr:hover {background-color: #eef}

/* Alles zur Navigation */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
/*  width:200px;
  cursor: pointer; */
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #eee;
  min-width: 193px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}