header{
	max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-column-gap: 20px;
  overflow-wrap: anywhere;
}
header a{
	display: inline-block;
  position: relative;
  vertical-align: middle;
}
header ul{
	display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  float: right;
}
header li {
	-js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1em;
}
.logo {
	content: url(https://www.easv.ch/web/image/website.page/57/x_image/schiessplaene.jpg);
}
.site-logo-img{
	padding-right: 1em;
}
.site-title{
	font-size: 28px;
  font-size: 1.75rem;
}
nav {
background-color: #FAFAFA;
  border: 1px solid #80808029;
  border-radius: 0px;
  padding: 1.25rem;
  }
nav ul {
	display: flex;
}
nav ul li {
	list-style: none;
	padding: 2px 15px;
}



div.module {
	border: solid #eee thin;
	border-radius: 15px;
	margin-right: 10px;
	background: #fcfcfc;
}
div.module h3 {
	margin-top: 2px;
	margin-bottom: 10px;
}
main {
    min-height: 600px;
	margin-left: 160px;
    background-color: #ffffff;
    padding: 20px;
    color:black;
}
#new-member, #edit-item, #change-group{
	color: black;
}
#edit-item {
    top: 550px;
}
#new-member{
    top: 650px;
}
#change-group{
    top: 900px;
}
#glas-panel {
    width: 920px;
    top: 480px;
    bottom: -700px;
}
footer {
    background-color: darkgrey;
    border-top: 1px solid black;
    color: #ffffff;
	font-size: 14px;
    min-height: 80px;
    padding-top: 25px;
    padding-bottom: 20px;
	text-align: center;
}
#maincolumn table th[bgcolor]{
	background-color: #262626 !important;
}
body{
	margin: 0px auto;
	font-family: "Lato", sans-serif;	
}
