/** Navbar **/

.header-nav-back {
  border-bottom: 1px grey solid;
  background-color: white;
  text-align: center;
  height: 81px;
}

.nav-title {
  margin-top: auto;
  margin-bottom: auto;
}

.nav-title span {
  font-size: 1.5rem;
  height: 100%;
}

.logo {
  width: 80px;
}

.logo path {
  fill: #436EDC;
}

.logo-text {
  font-size: 1rem;
  color: #436EDC;
  display: block;
}

header {
  margin-bottom: 82px;
}

#navbar-login {
  width: 30em;
}

/** ---Header Ende--- **/

/** ---- **/

.card-img-cut {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.card-img-cut img {
  margin-top: -20px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.jumbotron .card-body {
  height: 150px;
}

.card-info {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

/** Entries **/

.single-entry {
  background-color: white;
  border-bottom: 2px #436edc42 solid;
  margin-bottom: 5px;
}

.entry-header .entry-menu {
  position: absolute;
  margin-top: 15px;
  right: 10px;
}

.entry-header .entry-img-container {
  display: inline;
}

.entry-header h1 {
  display: inline;
  font-size: 13px;
  margin-left: 10px;
  font-weight: bolder;
}

.entry-body {
  margin-top: 10px;
  padding: 10px;
}

.entry-footer {
  color: #8C7F7F;
  font-size: 11px;
}

.entry-footer .footer-sender {
  text-align: right;
}

.pet-img {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  margin-top: 13px;
}

.flag-img {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 17px;
  margin-top: 7px;
  opacity: 0.9;
}

.dropdown-menu {
  left: unset;
  right: 0;
}

#deleteSingleEntry {
  background: #c527262e;
  border-radius: 11px;
  border-bottom: unset;
}

.text-red {
  color: red !important;
}

/** Entries ENDE **/

.feed-bar {
  margin-top: 2em;
}

.feed-item {
  margin-top: 5em;
}

.feed-date {
  margin-top: -90px;
}

@media (min-width: 768px) {
  .feed-date {
    margin-top: -70px;
  }
}

.feed-headline {
  font-size: smaller;
  margin-left: 70px;
  margin-top: -45px;
}

@media (min-width: 768px) {
  .feed-headline {
    font-size: medium;
  }
}

.feed-content {
  min-height: 5em;
  font-weight: 500;
  margin-left: 10%;
  color: #585555;
  margin-top: 20px;
  /* background: #eee; */
  /* border-left: 4px solid #eee; */
  padding-left: 4px;
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); */
  width: 100%;
}

.feed-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: right;
}

@media (min-width: 768px) {
  .feed-icon {
    width: 60px;
    height: 60px;
  }
}

.filter-icon {
  width: 30px;
}

.profile-picture {
  overflow: hidden;
  display: inline-table;
}

.profile-picture img {
  width: 100%;
}

.profile-picture-small {
  height: 60px;
  width: 60px;
  position: relative;
  overflow: auto;
}

.profile-picture-large {
  height: 200px;
  width: 200px;
}

.profil-picture-badge {
  width: 50px;
  float: right;
  position: absolute;
  top: 162px;
  left: 225px;
}

.list-badge {
  position: absolute;
  right: -3px;
  top: 40px;
  border-radius: 30px 30px 30px 30px;
  width: 30px !important;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

footer {
  margin-top: 50px;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.display-none {
  display: none;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}


/*# sourceMappingURL=customstyle.css.map*/