/* General Style */

html {
	height:100%;
	}

body {
	height:100%;
	/*background:#31363C;*/
	background:#212121;
	font-size:100%;
	margin:0em;	
	padding:0em;
	}

#page {
	position: relative;
    min-height: 100%;
	margin: 0 auto;
	}

h1 {
	font-size:2.5em;
	line-height:3.8em;
	font-family:Helvetica;
	font-weight:100;
	color:#eaebec;
	margin:0em;
	}

h2 {
	/*font-size:1.563em;*/
	font-size:1.35em;
	line-height:1em;
	font-family:Helvetica;
	font-weight:100;
	color:#428ff9;
	margin:0em;
	padding:0.8em;
	text-align:left:
	}

h3 {
	font-size:1.2em;
	line-height:0.1em;
	font-family:Helvetica;
	font-weight:100;
	color:#eaebec;
	margin:0em;
	padding:0.8em;
	text-align:left:
	}

p {
	line-height:1.25em;
	font-family:Helvetica;
	font-weight:100;
	color:#eaebec;
	margin:0em;
	padding:1.2em;
	text-align:justify:
	}

ul {
	margin:0px;
	padding:30px;
	}


li {
	list-style:square;
	font-family:Helvetica;
	font-weight:100;
	color:#428ff9;
	margin:0em;
	padding:0em;
	line-height:1.25em;
	}	
	
img {
	width:90%;
	max-width:100%;
	height:auto;
	text-align: center;
	}

label {
	display:inline-block;
	min-width:100px;
	text-align:left;
	padding-top:1.1em;
	}


a {
	font-family:Helvetica;
	/*color:#666666;*/
	color:#9b9b9b;
	text-decoration:none;
	}

a:hover {
	color: #FF8000
	} 

form {
	margin:0em;
	padding:1.2em;
	text-align:justify:
	}

input {
	 -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:250px;
	height:2em;
	margin-top:1em;
	border-radius:5px;
	padding-left:10px;
	border: 0.2em solid #428ff9;
	background:#ffffff;
	}
	
input[type='checkbox'],
input[type='checkbox']
	{
	top:0.5em;
	width:1.6em;
    height:1.6em;
	position: relative;
	cursor:pointer;	
	border:0.2em solid #428ff9;
	}

input[type='checkbox']:hover
	{
	background:#c7c7c7;
	box-shadow: inset 0 0 0 2px #e7e7e7;
	}
	
input[type='checkbox']:checked
	{
	background:#FF8000;
	box-shadow: inset 0 0 0 2px #e7e7e7;
	}

label {
	font-family:Helvetica;
	color:#ffffff;
	margin-left:10px;
	}

input::placeholder {
	color:#428ff9;
	opacity:0.7;
	}

select {
	border: 0.2em solid #428ff9;
	border-radius:5px;
	outline:none; /*für Chrome*/
	width:250px;
	height:2em;
	margin-top:1em;
	padding-left:10px;
	color:#428ff9;
	cursor:pointer;
	background:#fff;
	}

select:focus::-ms-value {
	background-color: transparent;
	}

button {
	padding:10px;
	border:none;
	background-color:#428ff9;
	color:#fff;
	font-weight:600;
	border-radius:5px;
	width:250px;
	}

button:hover {
	background-color:#FF8000;
	transition: .3s background-color;
	}

.edit {
	font-size:200%;
	color:#ffffff;
	}
	

.entern {
	font-size:150%;
	color:#ffffff;
	}

/*.entern {
	color:#ffffff;
	}*/

/*.symbol {
	display:block;
	width:auto;
	float:right;
	padding-right:2.5em;
	}*/

.button_add_user {
	width:73px;
	height:35px;
	float:right;
	margin-right:2.5em;
	background-image:url('../clips/button_add_user.jpg');
	}
	
.button_add_user:hover {
	background-image:url('../clips/button_add_user_hover.jpg');
	}

.button_add_event {
	width:73px;
	height:35px;
	float:right;
	margin-right:2.5em;
	background-image:url('../clips/button_add_event.jpg');
	}
	
.button_add_event:hover {
	background-image:url('../clips/button_add_event_hover.jpg');
	}
	
/*Hamburger Menu Bar */
label[for="hamburger"] {
	font-size:2em
	}


#hamburger {
	display:none;
	}

#menubar {
	display:block;
	background:#ffffff;
	}

#menubar label{
	display:none;
	}
	
/* Header */
#header {
	display:block;
	color:blue;
	text-align:center;
	background:#000000;
	}
	
/* Top Mavigation */
#ham_nav {
	width:100%;
	background:#000000;
	}
	
#ham_nav label, #hamburger {display:none; }

#topmenu {
	display: flex; 
	}

#topmenu a {
	flex-grow: 1;
	flex-basis: 0;
	padding:10px; 
	color:#eaebec;
	font-family:Helvetica;
	text-decoration:none;
	text-align: center;
	}

#topmenu a:hover {
	background:#428ff9;
	}	
	


/* Content Area */

#main {
	display:block;
	width:96%;
	max-width:980px;
	margin:1.25em auto;
	/*padding:0em;*/
	padding-bottom:5em;
	}
	
#main article {
	display:inline-block;
	width:65.3%;
	background:#000000;
	vertical-align:top;
	margin:0em;
	padding:0em;
	text-align:center;
	padding-bottom:2em;
	margin-bottom:2em;
	}
	
#main article h2 {
	padding:1em 1.8em 1em 1.8em;
	}
	
#main article ul li{
	color:#eaebec;
	}

#main p {
	color:#eaebec;
	}
	
#main aside {
	display:inline-block;
	width:30.6%;
	margin-left:3%;
	padding:0em;
	vertical-align:top;
	}
	
#main aside section {
	margin-bottom:1.563em;
	background:#000000;
	border-bottom:0.188em solid #428ff9;
	}
	
#main aside button {
	padding:10px;
	border:none;
	background-color:#428ff9;
	color:#fff;
	font-weight:600;
	border-radius:5px;
	text-align:center;
	width:90%;
	}
	
#main aside button:hover {
	background-color:#FF8000;
	transition: .3s background-color;
	}

#main article table {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.563em;
	}
	
#main article table tr{
	height:2.2em;
	background-color:#333333;
	}
	
#main article table td {
	border:none;
	background-color:#333333;
	text-align:left;
	padding:0.2em;
	}
	
#main article table td p {
	line-height:1.2em;
	font-family:Helvetica;
	font-weight:100;
	margin:0em;
	padding:0.2em;
	}
	
#main article table td a {
	font-family:Helvetica;
	font-weight:150;
	color:#ffffff;
	}
	
#main article table td a:hover {
	color:#FF8000;
	}

#main summary {
  font-family:Helvetica;
  color:#ffffff;
  /*margin: 2em;*/
  padding: 1rem;
  display: block;
  background: #333;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  text-align:left;
	}
	
#main summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
	}

#main details {
  width: 70%;
  margin: 0 auto ;
  background: #212121;
  margin-bottom: .5rem;
  box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
  border-radius: 5px;
  overflow: hidden;
	}

#main details li {
	text-align:left;
	margin-top:0.7em;
	}
	
#main details[open] > summary:before {
  transform: rotate(90deg);
	}

#main details summary::-webkit-details-marker {
  display:none;
	}

		
/* Footer */
footer {
	position:absolute;
	bottom:0;
	height:5em;
	width:100%;
	display:block;
	background:#000000;
	text-align:center;
	}

footer ul {
	display:block;
	width:100%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
	}

footer ul li{
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#eaebec;
	padding:0em 0.625em 0em 0.625em;
	}

footer ul li a{
	color:#666666;
	}
	
/* Responsive Style for small screens*/
@media screen and (max-width:1200px) {
	body {
		font-size:90%;
		}
		
	input {
		height:2.4em;
		font-size:0.85em;
	}
	
	input::placeholder {
		font-size:1.1em;	
		opacity:1.2;
	}

	select {
		height:2.2em;
		font-size:0.95em;
	}
	
	
	
	}

@media screen and (max-width:650px) {
	#main aside, #main article {
			width:100%;
			display:block;
			margin:0.625em 0em 0.625em 0em;
			}
	}		

@media screen and (max-width:600px) {
	body {
		font-size:80%;
		}
	
	input {
		height:2.7em;
		font-size:0.85em;
	}
	
	input::placeholder {
		font-size:1.1em;	
		opacity:1.2;
	}

	select {
		height:2.0em;
		font-size:0.95em;
	}
	
	
	button {
		font-size:90%;
		}
	
	#main article {
		font-size:1.4em;
		}
		
	#main aside {
		font-size:1.4em;
		}
	
	#topmenu a {
		box-sizing:border-box;
		display:block;
		font-family:Helvetica;
		font-size:1.5em;
		width:100%;
		border-top:1px solid #333;
		}	
	#ham_nav label {
		display:inline-block;
		color:white;
		background:#000000;
		font-style: normal;
		font-size:2.6em;
		padding:20px;
		}
	#topmenu {display:none; }
	#ham_nav input:checked ~ #topmenu {display:block; }
	
	footer ul li a {
	font-size:1.4em;
	}
}


