/* Farbschemata
helles grau: #f0f0f0
volles blau: #008EDC
grünton: #1abc9c
violet: #CC0067
*/

/*Darstellungsfehler im Veranstaltungswidget korrigieren / 11.10.2018 */
.footer-widget-1 li {
list-style-type: none;
}

.footer-widget-1, .tribe-event-title {
margin-bottom: 0;
}

.footer-widget-1, .tribe-event-duration {
padding-bottom: 10px;
}

/* Testimonials Widget */
.strong-widget img {
	margin: 20px 0;
  width:100% !important;
}

.strong-widget .testimonial-content {
font-style:italic;}

.strong-widget .testimonial-name {
font-weight:bold;
margin-top:10px;}

.strong-widget .testimonial-company {
margin-bottom:10px;}

/* Lists für pagebuilder-widgets */
div:not(.entry-content) .widget ul li {
	list-style-type: square !important;
  margin: 0% 0% 0% 5%;
}


/* Abstand Checkboxen */
/* input[type=checkbox] {
	margin-right: 10px;
} */

/* Breadcrumb kuerzen */

.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs span[property="name"]:hover {
    max-width: none;
}
/* breadcrumb Hintergrund */

.breadcrumb-bg {
  background: #fff;
  padding: 20px;
  font-size: small;
  margin-top: 0px;
}

.breadcrumb-bg a {
  color: #3264aa;
}

/* Schriftstil Hero Image Ueberschrift */
.sow-slider-image-container h1 {
font-weight:bold !important;
}

/* Bildabstand Avatar Autorenarchiv oben */
.page-header .avatar {
margin-right: 0.5em!important;
}


/* Verstecke Author Box auf Archiv-Seiten */
.archive .saboxplugin-wrap  {
    display: none;
}

/* Verstecke Author Box auf Autoren-Archiv */
.author .saboxplugin-wrap  {
    display: none;
}

/* Verstecke Author Box auf Kuratorenseite */
.kuratoren .saboxplugin-wrap  {
    display: none;
}

/* Streifen am Seitenkopf */
.site-content {
  border-top: 2px solid #CC0067;
}

/* Streifen auf Startseite ausblenden */
/* .page-id-2 .site-content {
  border-top: none !important;
} */

/* Veranstaltungen aus Adminbar nehmen */
#wp-admin-bar-tribe-events {
display:none;}

/* Widget Titel red Newsletter ausblenden */
#panel-570-2-1-0 .widget-title {
display:none;
}

/* Page-list Bilder nach rechts ausrichten*/
.page-list-ext-image {
float:right !important;}

/* Bilder auf Archivseiten angleichen */
.post-image img {
  width: 100%;
  overflow:hidden;
  /* max-height: 480px; */
}

/* Bilder auf Posts angleichen */
.post-image-above-header .no-featured-image-padding .inside-article .featured-image {
  /* max-height: 480px; */
  overflow:hidden;
}

/* Erweiterung des Such-Icons in der Navigation um Text  (GP) */
.search-item a:before{content:" Suchen";
float:right;
padding-left:5px;}

/* Formatierung fuer die Brotkrumennavigation */
.brotkrumen {
background: #fff;
display:block;
/* width:100%; */
padding: 1em 1em 0 1em;
font-size:0.8em;}

/* Stylesheets fuer mobile Geräte */

@media (max-width: 768px) {
    .secondary-navigation {
        display: none;
    }
}

/* Stylesheets fuer den Druck */

@media print {
  .a11y-toolbar {
    display: none;
  }
  #secondary-navigation {
  display:none;
  }
  #menu-hauptmenue {
  display:none;
  }
  .main-navigation .mobile-header-navigation, .inside-navigation {
  display:none !important;
  }
  .brotkrumen, .site-footer, .shariff-buttons, .ShariffHeadline, .entry-meta,.jp-relatedposts-grid, .generate-back-to-top {
  display:none !important;
  }
  .shariff {
    display:none;
  }
  #right-sidebar {
  display:none;
  }
  img .featured-image .page-header-image-single {
  width:300px;}
  
  .site-content {
  border-top: none !important;
  }
}