/* Add here all your css styles (customizations) */

.header .logo img {
	width: 100%;
	max-width: 225px;	/* dieser Wert muss dann jeweils geändert werden */
	}


/* top bar */
.topbar {
  text-align: right;
  padding-top: 10px;
  margin-bottom: 5px;
}

.topbar .top-nav.list-inline > li {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #176921;
}

.topbar .top-nav {
  margin-bottom: 0;
}

.topbar a {
  color: #9EBC1D;
  font-size: 14px;
}
.topbar a:hover, .topbar a:focus {
  color: #9C9E9F;
}


@media screen and (max-width: 600px) {
	
	  .topbar {
    text-align: center;
    margin-bottom: 10px;
  }

}
