/* @override 
	https://www.cmc-personal.de/wp-content/themes/generatepress_child/style.css?* 
*/

/*
	Theme Name:   GeneratePress Child
	Theme URI:    https://generatepress.com
	Description:  GeneratePress Child Theme by Medianotions
	Author:       Bogdan Günther
	Author URI:   https://www.medianotions.de
	Template:     generatepress
	Version:      0.1
*/

/* @group Inhalt */

/* @group Subheader */

#headline_subheader h1
{
    float: left;
	width: auto;
	
	margin-bottom: 40px;
	padding: 10px 18px;
	
	font-size: 30px;
	line-height: 130%;
	font-weight: bold;
	
	color: white;
	background: #7ab51d;
}

/* @end */

/* @group Stretch-Container */

#main .elementor-element.elementor-section-stretched > .elementor-container.elementor-column-gap-default .elementor-column-wrap
{
	padding-left: 20px;
	padding-right: 20px;
}

/* @end */

/* @group Abstände */

#main .entry-header
{
	padding-left: 8px;
	padding-right: 8px;
}

#main .entry-content
{
	padding: 8px 10px 1em;
}

.elementor-page #main .entry-content
{
	padding: 0;
}

/* @end */

/* @group Überschriften */

#main .entry-content .elementor-text-editor h2
{
	margin-bottom: 2px;
}

#main .entry-content .elementor-text-editor h3
{
	margin-bottom: 2px;
}

#main .entry-content .elementor-text-editor h2 + h3
{
	margin-top: 1.5em;
}

/* @end */

/* @group Listen */

#main .entry-content > ul,
#main .entry-content .elementor-text-editor > ul,
#content .elementor-widget-theme-post-content ul
{
	margin-left: 22px;
}

#main .entry-content > ul li,
#main .entry-content .elementor-text-editor > ul li,
#content .elementor-widget-theme-post-content ul li
{
	margin-bottom: 10px;
}

#main .entry-content > ol,
#main .entry-content .elementor-text-editor > ol,
#content .elementor-widget-theme-post-content ol
{
	margin-left: 26px;
}

#main .entry-content > ol li,
#main .entry-content .elementor-text-editor > ol li,
#content .elementor-widget-theme-post-content ol li
{
	margin-bottom: 10px;
}

/* @end */

/* @group Icon-Listen */

.elementor-icon-list-items li a .elementor-icon-list-icon .fas,
.elementor-icon-list-items li a .elementor-icon-list-text
{
	color: #7ab51d;
}

/* @end */

/* @group Links */

#main .entry-content p a
{
	text-decoration: underline;
}

#main .entry-content a.elementor-button,
#main .entry-content .elementor-slides a
{
	text-decoration: none;
}

#main .entry-content a *
{
	color: inherit;
}

/* @end */

/* @group Bilder */

#content .wp-block-image .alignleft
{
    margin-top: 4px;
    margin-right: 1em;
}

#content .wp-block-image .alignright
{
    margin-top: 4px;
    margin-left: 1em;
}

/* @end */

/* @group Gutenberg Galerien */

#content .wp-block-gallery .blocks-gallery-grid
{
	margin: 1em 0 1.5em 0;
}

/* @end */

/* @group Trenner */

#main .entry-content hr,
#content hr
{
	margin: 2em 0;
	background: #3a3a3a;
}

/* @end */

/* @group Elemente mit gleicher Höhe */

.elementor-widget.equal_height
{
    display: flex;
    height: 100%;
}

.elementor-widget.equal_height > .elementor-widget-container
{
    flex-basis: 100%;
}

/* @end */

/* @group Gravitiy Forms */

.gfield .gfield_checkbox li
{
	margin-bottom: 1em !important;
}

.gfield .gfield_checkbox li input
{
	margin-top: 5px;
	margin-right: 5px;
	vertical-align: top !important;
}

/* @end */

/* @group Home-Slider */

#home_slider .swiper-slide-bg
{
    background-position: top center;
}

#home_slider .swiper-slide-contents .elementor-slide-heading
{
    float: left;
	margin: 0;
	padding: 10px 18px;
	
	font-size: 40px;
	line-height: 130%;
	font-weight: bold;
	
	background: black;
}

#home_slider .swiper-slide-contents .elementor-slide-description
{
	clear: both;
    float: left;
	
	margin-left: 80px;
	padding: 10px 18px;
	
	font-size: 40px;
	line-height: 130%;
	font-weight: bold;
	
	background: #7ab51d;
}

/* @end */

/* @group Icon-Boxen */

.elementor-widget-icon-box.link
{
    cursor: pointer;
}

.elementor-widget-icon-box.link *
{
    text-decoration: none !important;
}

.elementor-icon-box-description
{
    
}

/* @end */

/* @group Teaser-Boxen */

.teaser_box .elementor-widget-image
{
	cursor: pointer;
}

.teaser_box .elementor-widget-image figcaption
{
	margin-top: 10px;
	padding: 8px 0;
	
	font-size: 100%;
	
	color: white;
    background: #7ab51d;
	opacity: 1;
}

/* @end */

/* @group Jobangebote */

/* @group Tabelle */

#content table.jobangebote
{
	border: none;
}

#content table.jobangebote tr:nth-child(odd)
{
	background-color: #f4f4f4;
}

#content table.jobangebote th
{
	color: white;
	background: #7ab51d;
	
	border: none;
	border-bottom: 2px solid white;
}

#content table.jobangebote tr:hover td,
#content table.jobangebote tr:hover td *
{
	color: white;
	background: #7ab51d;
}

#content table.jobangebote td *
{
	transition: none;
}

#content table.jobangebote td
{
	padding-top: 15px;
	padding-bottom: 15px;
	
	cursor: pointer;
	border: none;
}

#content table.jobangebote td.title
{
	width: 55%;
}

#content table.jobangebote td.title h3
{
	margin: 0;
}

#content table.jobangebote td.location
{
	width: 30%;
}

#content table.jobangebote .id
{
	width: 10%;
	text-align: right;
}

#content table.jobangebote td.arrow
{
	width: 5%;
}

/* @end */

/* @group Details */

#contact_block_wrapper
{
	margin-top: 1em;
	background: #f4f4f4;
}

#contact_block_wrapper .elementor-container
{
	flex-direction: column-reverse;
}

#contact_block_wrapper .elementor-container .elementor-column
{
	width: 100%;
}

#contact_block_wrapper .elementor-container .elementor-column:last-child .elementor-widget-wrap
{
	padding: 0;
}

#contact_block_wrapper .elementor-container .elementor-column:first-child p
{
	margin: 0;
}
/* @end */

/* @end */

/* @group Downloads */

#content table.downloads
{
	border: none;
}

#content table.downloads tr:nth-child(odd)
{
	background-color: #f4f4f4;
}

#content table.downloads th
{
	color: white;
	background: #7ab51d;
	
	border: none;
	border-bottom: 2px solid white;
}

#content table.downloads tr:hover td,
#content table.downloads tr:hover td *
{
	color: white;
	background: #7ab51d;
}

#content table.downloads td *
{
	transition: none;
}

#content table.downloads td
{
	padding-top: 15px;
	padding-bottom: 15px;
	
	cursor: pointer;
	border: none;
}

#content table.downloads td.title
{
	width: 100%;
}

#content table.downloads td.title h3
{
	margin: 0;
}

#content table.downloads td.title h3 .far
{
	margin-right: 10px;
	vertical-align: baseline;
	font-size: 30px;
}

/* @end */



/* @group FacetWP */

/* @group Filter */

#facetwp
{
	padding-top: 10px;
}

#facetwp h4
{
	margin-bottom: 10px;
	font-weight: bold;
}

#facetwp .facetwp-facet
{
	margin-bottom: 20px;
}

#facetwp .facetwp-type-fselect .fs-wrap,
#facetwp .facetwp-type-fselect .fs-wrap .fs-dropdown
{
	width: 100%;
}

#facetwp .facetwp-type-search *
{
	font-size: 95%;
}

#facetwp .facetwp-type-search .facetwp-search-wrap input
{
	width: 100%;
	padding: 2px 5px;
	
	color: #3a3a3a;
}

#facetwp .facetwp-type-search .facetwp-search-wrap .facetwp-btn::before
{
	background-position: right center;
	background-size: 15px;
}

#facetwp .facetwp-type-fselect *
{
	font-size: 95%;
}

#facetwp .facetwp-type-checkboxes *
{
	font-size: 90%;
}

#facetwp a.button,
#facetwp button.reset
{
	display: block;
	width: 100%;
	
	margin-top: 4em;
	padding: 5px 10px;
	
	font-size: 90%;
	text-align: center;
	opacity: 0.7;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
}

#facetwp a.button:hover,
#facetwp button.reset:hover
{
	opacity: 1;
}

/* @end */

/* @group Pagination */

#facetwp_pagination
{
	margin-top: 1em;
	padding-top: 1em;
	
	border-top: 1px solid black;
	
	text-align: right;
}

.facetwp-pager:empty
{
	display: none;
}

.facetwp-pager
{
	text-align: center;
}

#facetwp_pagination .facetwp-pager *
{
	
}

.facetwp-pager .prev
{
	position: relative;
	float: left;
	margin: 0 !important;
}

.facetwp-pager .next
{
	position: relative;
	float: right;
	margin: 0 !important;
}

.facetwp-pager .facetwp-page,
.facetwp-pager .prev:before,
.facetwp-pager .next:after
{
	width: 1.5em;
	height: 1.5em;
	margin-right: 0;
	margin-left: 5px;
	
	text-align: center;
	white-space: nowrap;
	
	color: white;
	background: #7ab51d;
}

.facetwp-pager .facetwp-page:hover,
.facetwp-pager .facetwp-page.active,
.facetwp-pager .prev:hover:before,
.facetwp-pager .next:hover:after
{
	background: black;
}

.facetwp-pager .prev:before
{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	line-height: 160%;
	font-weight: bold;
}

.facetwp-pager .next:after
{
	position: absolute;
	left: 0;
	margin: 0;	
	
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	line-height: 160%;
	font-weight: bold;
}

/* @end */

/* @end */

/* @group News */

/* @group Buttons Kategorien */

#news_cat_buttons h5
{
	display: none;
}

#news_cat_buttons ul
{
	list-style-type: none;
	margin: 0;
}

#news_cat_buttons .cat-item
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#news_cat_buttons .cat-item .elementor-button
{
	padding: 6px 10px;
}

#news_cat_buttons .cat-item.current-cat .elementor-button,
#news_cat_buttons .cat-item .elementor-button:hover
{
	background: #7ab51d;
}

/* @end */

/* @group Pagination */

.elementor-pagination
{
	position: relative;	
	margin-top: 3em;
}

.elementor-pagination a
{
	text-decoration: none !important;
}

.elementor-pagination .page-numbers
{
	display: inline-block;
	padding: 5px 10px;
	
	color: white;
	background: black;
}

.elementor-pagination .page-numbers.prev
{
	position: absolute;
	left: 0;
	top: 0;
	
	opacity: 0.5;
}

.elementor-pagination .page-numbers.next
{
	position: absolute;
	right: 0;
	top: 0;
	
	opacity: 0.5;
}

.elementor-pagination a.page-numbers.prev,
.elementor-pagination a.page-numbers.next
{
	opacity: 1;
}

.elementor-pagination .page-numbers.current
{
	background: #7ab51d;
}

.elementor-pagination a.page-numbers:hover
{
	background: #7ab51d;
}

/* @end */

/* @group Detailseite */

/* @group Post Info */

.elementor-post-info__terms-list a
{
	text-decoration: underline !important;
}

.elementor-post-info__terms-list a:hover
{
	color: #7ab51d !important;
}

/* @end */

/* @end */

/* @end */

/* @group Standorte */

#standorte_grid .elementor-grid-item .elementor-post__thumbnail__link
{
	margin: 0;
}

#standorte_grid .elementor-grid-item .elementor-post__text
{
	position: absolute;
	bottom: 0;
	
	width: auto;
	padding: 10px 20px;
	
	background: #000;
}

#standorte_grid .elementor-grid-item:hover .elementor-post__text
{
	background: #7ab51d;
}

#standorte_grid .elementor-grid-item .elementor-post__text *
{
	color: white;
	text-decoration: none !important;
}

/* @group Group */

.mitarbeiter .elementor-widget-text-editor p:last-of-type
{
	margin-bottom: 0;
}

/* @end */

/* @end */

/* @group Elementor Videos */

.elementor-widget-video iframe
{
	height: 650px !important;
}

body[data-elementor-device-mode="tablet"] .elementor-widget-video iframe
{
	height: 450px !important;
}

body[data-elementor-device-mode="mobile"] .elementor-widget-video iframe
{
	height: 200px !important;
}

/* @end */

/* @end */

/* @group Borlabs Cookie */

#BorlabsCookieBox .cookie-box ._brlbs-flex-center
{
	display: block;
}

#BorlabsCookieBox .cookie-box ._brlbs-flex-center .cookie-logo
{
	display: block;
	max-width: 90%;
	
	margin: 0 auto 1em;
}

#BorlabsCookieBox .cookie-box ._brlbs-flex-center h3
{
	display: block;
	text-align: center;
}

#BorlabsCookieBox .cookie-preference .container .col-12 > .row > .col-2
{
	display: none !important;
}

/* @end */

/* @group Responsiv: Desktop */

body[data-elementor-device-mode="desktop"]
{
	
}

/* @end */

/* @group Responsiv: Tablet */

body[data-elementor-device-mode="tablet"]
{
	
}

/* @end */

/* @group Responsiv: Smartphone */

/* @group Suche */

body[data-elementor-device-mode="mobile"] #archive_grid .elementor-grid-item
{
	display: block;
}

body[data-elementor-device-mode="mobile"] #archive_grid .elementor-grid-item .elementor-post__thumbnail
{
	display: block;
	margin-bottom: 0.5em;
}

body[data-elementor-device-mode="mobile"] #archive_grid .elementor-grid-item .elementor-post__text
{
	display: block;
}

body[data-elementor-device-mode="mobile"] #archive_grid .elementor-grid-item .elementor-post__text .elementor-post__excerpt
{
	margin-bottom: 0;
}

/* @end */

/* @group Jobangebote */

body[data-elementor-device-mode="mobile"] #content table.jobangebote,
body[data-elementor-device-mode="mobile"] #content table.jobangebote td *
{
	font-size: 12px;
}

/* @end */

/* @group Downloads */

body[data-elementor-device-mode="mobile"] #content table.downloads,
body[data-elementor-device-mode="mobile"] #content table.downloads td *
{
	font-size: 12px;
}

/* @end */

/* @end */
