body {
   font-family: 'FiraSansRegular';
   font-weight: normal;
   font-style: normal;
   font-size:14px;
} 
a {color:#95BF74; text-decoration:none}
a.disabled:hover {
    cursor:not-allowed
 }

h1 {color:#4d764e; font-size:16px;}
h2 {color:#4d764e; font-size:14px;}
th {color:#4d764e; }

.startseiten-infobox{
 background-color:#f7ede2;
 padding:10px;
border-radius: 10px;
margin-bottom: 10px;
}

img.story-img {
  height: 100px;
  object-fit: cover;
  width: 100px;
  margin-bottom: 10px;

border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
}

/* Kollision zwischen Navbar-Brand und Navbar-Inhalt vermeiden, wenn es eng wird bevor Navbar-Collapse einsetzt */
@media (min-width: 992px) and (max-width: 1085px) {
  .navbar-brand{
    font-size:16px;
  }
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(239,245,238,.8);
}
#login-dp .form-group {
    margin-bottom: 10px;
}

#bilderrahmen{
	width:135px;
	height:101px;
    z-index: 5;
}

#gallery { position: relative; width:135px; height:110px; margin:0; padding:0; }
#gallery li { display: block; }

.feedwt {
   margin-left: 3px;
   padding: 0 0 0 19px;
   background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
 }


