/* Titel und oberes Menü größer, Umbruch des Titels verhindern  */

.navbar .navbar-brand p {
  font-size: 25px;
  position: fixed;
}

.navbar a {
  font-size: 13px;
}

/* Behebt Fehler, dass erster Teil der Startseite schwarz erscheint statt weiß */

section#about.section-image:after {
  background-color: #fff !important;
}

.row.hestia-about-content {
  color: #000000;
}

.hestia-about p {
  color: #555;
}

/* Wochentage kleiner bei Kalender */

.tribe-events-calendar thead th {
  font-size: 13px;
}

.copyright.pull-right {
  display: none;
}

/* Schrift der Sprachen-Buttons größer */

.lang-item.lang-item-11.lang-item-es {
  font-size: 16px;
}

.lang-item.lang-item-7.lang-item-en {
  font-size: 16px;
}

.lang-item.lang-item-4.lang-item-de.lang-item-first {
  font-size: 16px;
}

/* Sidebar des Kalenders an die Seite holen (funktioniert, aber dann ist sie auf allen Seiten zu nah am Text)
.col-md-3.blog-sidebar-wrapper.col-md-offset-1 {
  float: none;

.col-md-3.blog-sidebar-wrapper.col-md-offset-1 {
  margin-left: -1px;
}}*/

/* Sidebar des Kalenders an die Seite holen, Kompromisslösung */

.col-md-9.page-content-wrap {
  margin-left: -35px;
  margin-right: -35px;
}

/* "Powered by Hestia" ausblenden */

.col-md-3 {
  margin-left: 70px;
}

/* Autoren von Beiträgen ausblenden */

.card-blog .author {
  display: none;
}

/* Farbe Sprachauswahl 
.header-widgets-wrapper ul li a {
  color: #083800;
}*/

/* Header Schleier entfernen */

.header-filter::before {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* Willkommensschriftzug Farbe
.page-header .container .hestia-title {
  color: #3C4858;
  font-size: 55px;
} */

/* Farbe von Vorschau-Texten dunkler machen */

.card-description {
  color: #505050;
}

/* unter 720px Bildschirmbreite wird der Willkommensschriftzug kleiner angezeigt*/

@media only screen and (max-width: 720px) {
  .page-header .container .hestia-title {
    font-size: 30px;
  }

  .navbar .navbar-brand p {
    position: relative;
  }

  /* Text von events wird links abgeschnitten bei schmalen Fenstern */

  .col-md-9.page-content-wrap {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/* Durch Update vergrößterte Schrift wieder verkleinern (manuelle Lösung Sandro)

.single-post-wrap article p,
.page-content-wrap p,
.single-post-wrap article ul,
.page-content-wrap ul,
.single-post-wrap article ol,
.page-content-wrap ol,
.single-post-wrap article dl,
.page-content-wrap dl,
.single-post-wrap article table,
.page-content-wrap table,
.page-template-template-fullwidth article {
  font-size: 15px;
} */

/* Partner-Organisationen auf Startseite designen */

.section-image .hestia-title,
.section-image .title,
.section-image .card-plain .card-title,
.section-image .card-plain .icon i,
.section-image .card-plain [class*="text-"],
.section-image .card-plain ul li b,
.section-dark .hestia-title,
.section-dark .title,
.section-dark .card-plain .card-title,
.section-dark .card-plain .icon i,
.section-dark .card-plain [class*="text-"],
.section-dark .card-plain ul li b,
.section-dark .description,
.section-dark .card-plain .card-description,
.section-dark .card-plain .icon,
.section-image .description,
.section-image .card-plain .card-description,
.section-image .card-plain .icon,
.hestia-about.section-image h1,
.hestia-about.section-image h2,
.hestia-about.section-image h3,
.hestia-about.section-image h4,
.hestia-about.section-image h5 {
  color: #3C4858;
}

.description,
.card-description,
.footer-big {
  color: #999999 !important;
}

.text-muted {
  color: #777;
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 45%;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  .col-sm-6 {
    width: 70%;
  }
}

/* Aktiv werden Banderole Überschriftsfarbe heller */

.contactus h2.hestia-title {
  color: #cccaca;
}

/* Metadaten für Artikel ausblenden */

.author {
  display: none;
}

/* Seitenüberschriften mit Schatten */

.page-header .hestia-title {
  text-shadow: 1px 1px 2px black;
}

/* Captcha in Kontaktformular */

span.wpcf7-form-control-wrap {
  display: inline;
}

/* Menü verschoben nach Hestia-Theme-Update*/

._mi._before._svg {
  float: left;
  margin-top: -15px;
}

.navbar-nav>li>a {
  margin-top: 22px;
}

.hestia-toggle-search {
  margin-top: 8px;
}

.hestia-search-in-menu {
  padding-top: 15px;
}