/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */


/* Custom CSS */
.field-name-field-termin {
	font-weight: bold;
}
.field-name-field-plakatbild {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
.page-node-type--pressemitteilung .field-name-field-plakatbild {
	float: left !important; 
}
slides views-field-title {
	font-size: large;
	font-weight: bolder;
	padding-top: 10px;
}
.views-field-field-evistitelbild {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.menu__item menu__item-title--mehrweggottesdienst * a:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
}


.shariff li a:after,
.et_sharefunctions a:after {
  content:"" !important;
  padding-left: 0;
}

.path-frontpage .node--type-bildergalerie h2::before {
	content: "Bildergalerie: ";
	display: block;
}
/*Taxonomie-Begriffe mit Abstand versehen*/
.field-entity-reference-type-taxonomy-term .field__item {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}