body { 
    background-color: #F0F0F0;
}

.sidenavigation {
	height: 100%; /* Full-height: remove this if you want "auto" height */
	width: 220px; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #ACCFA7; 
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 20px;
}

img.navicon{
	height: 30px;
	width: 30px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
img.antragsformular {
	padding-left: 50px;
	width: 230px;
}
img.thumpnailimage {
    width: 240px;
	height: 160px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

img.thumpnailimage:hover {
	opacity: 0.7;
}

.imagemodal {
  margin-left: 220px; /* Same as the width of the sidebar */
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 30px; /* 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.9); /* Black w/ opacity */
}

/* The Modal (background) */
.modal-content {
  margin-left: 10px;
  margin-top: 10px;
  display: block;
  width: 90%;
  max-width: 800px;
  text-align: center;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.caption {
  margin-left: 10px;
  position:absolute; 
  display: block;
  width: 90%;
  max-width: 800px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, .caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.navigationbtn {
  color: #b0b0b0;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  border: 2px;
  border-style: solid;
  border-radius: 20px;
}

.navigationbtn:hover,
.navigationbtn:focus {
  color: #f1f1f1;
  text-decoration: none;
  cursor: pointer;
}

.navbarimage{
	padding-left: 10px;
	padding-bottom: 10px;
	height: 180px
}

.leaderimage{
	padding-left: 70px;
	padding-top: 40px;
	height: 80px
}

.pagebody {
	margin-left: 220px; /* Same as the width of the sidebar */
	padding-left: 30px;
}

.pagebodyhead {
	height: 50px;
	padding-top: 20px;
	font-size: 1.2em;
	padding-left: 30px;
}

a.navlink {
	font-size: 0.9em;
	color: darkblue;
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	display: block;
}

a.navlink:hover {
	font-size: 1.0em;
	color: white;	
}

.startimg{ 
        width: 750px;
	vertical-align: middle;
	padding-bottom: 30px;
}

.paragraphcaption {
	font-size: 1.1em;
}

section {
    margin-left: 30px;
}   

dl {
    margin: 1ex auto 0px;
    padding: 0 1.2em;
}

dt {
    float: left;
    width: 25px; 
    margin-left:10px;
    display: block;
}
.twodigit {
    float: left;
    width: 15px; 
    margin-left:0px;
    display: block;
}

dd {
    margin-left: 35px; 
}
