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

 /*------------------------------------
	## Allgemein
------------------------------------*/
a {
	text-decoration: none!important;
}
/*------------------------------------
	## Site Headers
------------------------------------*/
/* Pageheader Neu*/
.page-header {
	color: #ffffff;  	
	min-height: 300px;	
	max-width: 2000px; /* prevent infinite width */
}
/* ts = teilscreen; % - min - max */
.page-header-wnd {
	height: 50vh;
    min-height: 400px;
    max-height: 502px; /* Height of bg-img-file would be good! */
	background-color: #9DB492;
}
.bg-cover {
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
.page-header-content {
	z-index: 3;
}
.page-header-logo {
	margin-bottom: 30px;
	width: 110px;
}
.page-header-title{
	font-family: 'dakotaregular';
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.page-header-text{
	margin-bottom: 20px;
}
/*------------------------------------
	## GenerateBlocks-Plugin
------------------------------------*/
.gb-container {
	padding-left: 15px;
	padding-right: 15px;
}
.entry-content>.gb-container {
    margin-bottom: 0px;
}
/*------------------------------------
	## Usercentrics Cookie-Consent
------------------------------------*/
@media (max-width: 575px) {
	.usercentrics-button #button {
		display: none;
	}
}
/*------------------------------------
	## cpt-templates
------------------------------------*/
.webo-content-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}
.posts-intro, .posts-filter, .posts-listing {
	padding-bottom: 40px;
}
.webo-card {
	margin-bottom: 30px;
}
.webo-card h3 {
	font-size: 1.3em;
}
.webo-card p {
	margin-bottom: 0px;
}
h2.webo-section-headline {
	border-bottom: 1px #212529 dotted; 
	margin-bottom: 40px;
}

.list-group.webo-list-group a.list-group-item{
	padding: 15px 10px;
}
.icon-wrapper {
	width: 60px;
	height: 60px;
	background-color: #f1f2f3;
    box-shadow: 0 2px 3px 0 rgb(137 145 154 / 50%);
	display: inline-flex;
    justify-content: center;
    align-items: center;
	transition: background-color .8s ease-in-out;
}
.list-group.webo-list-group a.list-group-item:hover .icon-wrapper{
	background-color: #000000;
	color: #fff;
}
/*------------------------------------
	## Cards
------------------------------------*/
.webo-card.global-card h3.card-title {
	font-size: 1.2em;
}
.personen-card {
	min-height: 300px;
}
.personen-card .abwesenheitszeitraum, .global-card .abwesenheitszeitraum {
	margin-top: 10px;
}
.personen-card .abwesenheitszeitraum span, .global-card .abwesenheitszeitraum span {
	background-color: #cc0000;
	border-radius: 20px;
	color: #fff;
	font-size: 0.6em;
	padding: 4px;
}
/*------------------------------------
	## single-oe
------------------------------------*/

.single-oe .orga-sidebar {
	background-color: #F7F7F7;
	padding: 15px;
}
.single-oe .orga-sidebar h2{
	font-size: 1.2em
}
.single-oe .orga-sidebar ul .current-menu-item a {
	background-color: #0C3967;
	border-radius: 4px;
	color: #fff;
	padding: 6px;
}
.single-oe .oe-mitarbeiter {
	padding-top: 80px;
	padding-bottom: 80px;
}


/*------------------------------------
	## facetwp
------------------------------------*/
.facetwp-facet {
    margin-bottom: 10px!important;
}
.facetwp-facet .fs-wrap {
	width: 100%;
}
.facetwp-type-fselect .fs-label-wrap {
	padding: 10px;
}
.facetwp-type-search .facetwp-input-wrap {
	width: 100%;
}
.facetwp-type-alpha  {
	font-size: 2.0em;
}
.facetwp-alpha.available {
    color: #0C3967!important;
}
.webo-user-selections {
	margin-top: 40px;
}
.facetwp-selections ul {
	padding-left: 0px;
}
.facetwp-selections ul li span.facetwp-selection-value {
	background-color: #ebf4fd;
	border-radius: 20px;
	color: #fff;
	padding: 5px 20px;
}
button.facetwp-reset {
	background-color: #0C3967;
	color: #fff;
	padding: 10px;
}

/*------------------------------------
	## Suchen & Finden
------------------------------------*/
.webo-post-type {
	background-color: #0C3967;
	border-radius: 20px;
	color: #fff;
	padding: 2px 10px;
}