/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


 /*------------------------------------
	## Allgemein
------------------------------------*/
a {
	text-decoration: none!important;
}
#footer.ct-footer {
	margin-bottom: 60px;
}
/*------------------------------------
	## Mitarbeiter
------------------------------------*/

.mitarbeiter-listing {
	max-width: 1150px;
	margin:20px auto;
}
.webo-card.personen-card {
	border:0px;
	border-radius:0px;
	margin-bottom: 40px;
}
.mitarbeiterbild {
	background-color: #f5f6fa;
	height:220px;
	max-height: 220px;
	overflow: hidden;
}
.webo-card.personen-card .card-img-top {
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
}
.webo-card.personen-card .card-body {
	padding: 15px 0px;
}
.webo-card.personen-card h2.card-title {
	font-size: 1.1rem;
	margin-bottom:0px;
}
.webo-card.personen-card .stellenbezeichnung {
	font-size: 1rem;
}
.webo-card.personen-card .kontaktdaten  {
	margin-top: 20px;
}
/*------------------------------------
	## Usercentrics Cookie-Consent
------------------------------------*/
@media (max-width: 575px) {
	.usercentrics-button #button {
		display: none;
	}
}


/*------------------------------------
	## accessibility improvements
------------------------------------*/

.vp-portfolio__item-meta:empty::before {
  content: "View larger image";
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}