
/* general page settings */
html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 120px;
}

.container {
  margin: 15px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.list_style {
  border-left: 8px solid #99ddff;
  margin-top: 8px;
  padding-left: 8px;
}

/* top navigation */
.topnav {
  position: relative;
  overflow: hidden;
  background-color: #303030;
  z-index: 99;
}

.topnav a {
  float: left;
  display: block;
  color: #c0c0c0;
  text-align: center;
  padding: 0px 15px 0px 15px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 1.1em;
  outline: 0;
}

/* hide menu items 'mobile first' */
.topnav .item {
  display: none;
}
  
/* style hamburger icon */
.topnav a.menuicon { 
  float: right; 
  display: block; 
  font-size: 1.3em;
  font-weight: bold;
} 

.topnav .navicon {
  padding: 0px;
  height: 40px;
  text-decoration: none;
  outline: 0;
}

.topnav a:hover {
  color: #ffffff;
}

.topnav .active {
  font-weight: bold;
  color: #ffffff;
}

/* on screens larger than... show menu items and hide hamburger icon */
@media screen and (min-width: 850px) {  
  .topnav a.menuicon { 
    display: none;
  }
  
  .topnav .item {
    display: block;
  }
}

/* The next 4 entries are executed if "responsive" is set by javascript and the hamburger button is depressed  */
.topnav.responsive {position: relative;}

.topnav.responsive .menuicon {
  position: absolute;
  right: 0;
  top: 0;
}

.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}

.topnav.responsive .item {
  border-top: 1px solid #ffffff;
}

/* bottom navigation */
.bottomnav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #303030;
  z-index: 98;
}

.bottomnav a {
  color: #c0c0c0;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px; 
  text-decoration: none;
  overflow: hidden;
  outline: 0;
}


.img_hermann {
  max-width: 100%;
  margin-right: 15px;
}

.img_ab_personal {
 /* width: 100%;
  max-width: 100%;
  margin-right: 0px; */
}




