/*
Theme Name: PKLtheme
Theme URI: https://www.kocmoc.net/
Author: KOCMOC
Description: Child theme for b9p-blank
Version: 1.0.2
Template: b9p-blank
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: PKLtheme
*/

p{
    margin:0;
}

/* Blog-Artikel */

.Blog article {
	display: block !important;
}

@media(min-width: 768px) {

	.Blog article:nth-child(even) .elementor-post__thumbnail__link {
		float: right;
		display: block;
		margin-right: 0 !important;
	}

	.read-more {
		text-decoration: none;
		color: black;
	}

	.Blog article:nth-child(odd) .elementor-post__thumbnail__link {
		float: left;
		margin-right: 20px;
	}
}

@media(min-width: 1024px) {
	.Blog article:nth-child(even) .elementor-post__text {
		float: left;
		display: block;
		width: 50%;
		padding-left: 25px !important;
	}
}
.Blog article:nth-child(odd) {background: #fff;}

.Blog .elementor-post__thumbnail {
	background-color: #000;
}

/* Menu */

.main-menu ul {
	margin-right: 20px;
}	
.main-menu ul li {
	list-style-type: none;
}
.main-menu ul li.current-menu-item a {
	color: #fff;	
}
.main-menu ul li a:hover {
	color: #fff;
}
.single-post .main-menu ul li.menu-item-938 a {
	color: #fff;
}
.main-menu ul li a {
	text-align: right;
	display: block;
	font-family: "BC Falster", Sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	transition: all 0.3s linear;
}

/* Logo */

.elementor-widget-theme-site-logo a {
	outline: none;
}

/* Complience */

#cmplz-manage-consent {
	display: none;
}

.dialog-lightbox-widget-content div[class*="cmplz-placeholder"] {
	height: inherit !important;
}

.cmplz-blocked-content-notice {
	max-width: inherit !important;
	height: 100%;
	border: none;
	background-color: #000 !important;
	cursor: pointer;
}

/* Links */

.elementor-widget-text-editor a {
	color: #000;
	transition: all 0.2s;
}
.elementor-widget-text-editor a:hover {
	color: var(--e-global-color-accent);
}

/* Datenschutz */

#datenschutz-container {
    overflow: scroll;
}
#datenschutz-container a {
    color: #000;
}

/* Content-Container */

.content-container > .elementor-widget-wrap{
	margin: 0% 5% 0% 20% !important;
	padding: 0 0 0 0 !important;
}

@media (max-width: 1024px) {
	.content-container > .elementor-widget-wrap{
		margin: 0% 5% 0% 10% !important;
		padding: 0 0 0 0 !important;
	}
}

@media (max-width: 767px) {
	.content-container > .elementor-widget-wrap {
		margin: 0% 0% 0% 0% !important;
		padding: 0px 20px 0px 20px !important;
	}
}

.content-container-kollektiv > .elementor-widget-wrap{
	margin: 0% 5% 0% 20% !important;
	padding: 0 0 0 0 !important;
}

@media (max-width: 1024px) {
	.content-container-kollektiv > .elementor-widget-wrap{
		margin: 0% 5% 0% 10% !important;
		padding: 0 0 0 0 !important;
	}
}

@media (max-width: 767px) {
	.content-container-kollektiv > .elementor-widget-wrap {
		margin: 0% 0% 0% 0% !important;
		padding: 0px 10px 0px 10px !important;
	}
}


