/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* ----- body ----- */
body {
	overflow-x: hidden;
}

/* ----- selection ----- */
::-moz-selection {
	color: inherit;
	background: rgba(132, 191, 252, 0.7);
}
::selection {
	color: inherit;
	background: rgba(132, 191, 252, 0.7);
}

/* ----- section Layout korrigieren ----- */
.elementor-section.elementor-section-boxed>.elementor-container {
	padding-left: calc(1.5rem - 10px);
	padding-right: calc(1.5rem - 10px);
}
@media (max-width: 767px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		padding-left: calc(1rem - 10px);
		padding-right: calc(1rem - 10px);
	}
}
/* neu container */
@media (min-width: 1549px) {
	.elementor>.e-con-boxed {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.elementor>.e-con-boxed>.e-con-inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 768px) and (max-width: 1548px) {
	.elementor>.e-con-boxed {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (max-width: 767px) {
	.elementor>.e-con-boxed {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/* und fuer den Elementor Editor */
@media (min-width: 768px) {
	.elementor-editor-active .elementor-section-wrap .e-con-boxed {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (max-width: 767px) {
	.elementor-editor-active .elementor-section-wrap .e-con-boxed {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/* Footer identische Abstände wie Header */
@media (max-width: 767px) {
	.site-footer-row-container-inner>.site-container {
    	padding: 0rem 1rem;
	}	
}
/* flex max width 1200 Korrektur 
@media (min-width: 1025px) {
	.flex-max-1200 .elementor-element {
		width: auto !important;
	}
}*/

/* ----- Fonts ----- */
/* Ueberschriften allgemein */
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    margin: 1em 0 0.4em !important;
}
.single-content h1 {
    margin-top: 0 !important;
}
.single-content h2:first-child,
.single-content h3:first-child,
.single-content h4:first-child {
	margin-top: 0px !important;
}
/* dark */
.wp-dark-mode-active .dark-dark h1,
.wp-dark-mode-active .dark-dark h2,
.wp-dark-mode-active .dark-dark h3,
.wp-dark-mode-active .dark-dark h4,
.wp-dark-mode-active .dark-dark h5 {
	color: #fff;
}
/* Ueberschriften speziell */
.title.elementor-widget {
    margin: 0 !important;
}
.title-description {
    font-weight: 200;
	margin: 0;
}
.cms-intro-lead {
	font-size: 40px;
}
@media (max-width: 767px) {
	.cms-intro-lead {
		font-size: 35px;
	}
}
/* dark */
.wp-dark-mode-active .dark-dark .title h2,
.wp-dark-mode-active .dark-dark .title-description p,
.wp-dark-mode-active .dark-dark .title-description div{
	color: #fff;
}
.wp-dark-mode-active .dark-white .title h2,
.wp-dark-mode-active .dark-white .title-description p,
.wp-dark-mode-active .dark-white .title-description div,
.wp-dark-mode-active .dark-grey .title h2,
.wp-dark-mode-active .dark-grey .title-description p,
.wp-dark-mode-active .dark-grey .title-description div{
	color: #343434 !important;
}

/* p */
.single-content p {
	margin-bottom: 10px !important;
}
.single-content p:first-child {
	margin-top: 0px !important;
}
/* dark */
.wp-dark-mode-active .dark-dark p{
	color: #bfbfbf;
}
.wp-dark-mode-active .dark-white p{
	color: #595b5f;
}
/* list dark */
.wp-dark-mode-active .dark-dark ul li{
	color: #bfbfbf;
}

/* ----- Links ----- */
/* dark */
.wp-dark-mode-active a,
.wp-dark-mode-active .dark-white a:hover:not(.elementor-button),
.wp-dark-mode-active .dark-white a:focus:not(.elementor-button),
.wp-dark-mode-active .dark-white a:active:not(.elementor-button){
	color:#de5e60;
}
.wp-dark-mode-active .dark-dark a:hover,
.wp-dark-mode-active .dark-dark a:focus,
.wp-dark-mode-active .dark-dark a:active{
	color:#fff;
}

/* ----- Buttons Elementor ----- */
.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper .elementor-button:hover {
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3) !important;
}
/* dark */
.wp-dark-mode-active .elementor-button-wrapper .elementor-button,
.wp-dark-mode-active .elementor-button-wrapper .elementor-button:active,
.wp-dark-mode-active .elementor-button-wrapper .elementor-button:focus{
    background-color: #de5e60;
}
.wp-dark-mode-active .elementor-button-wrapper .elementor-button:hover {
    background-color: #d54444;
}
.wp-dark-mode-active .dark-dark .elementor-button-wrapper .elementor-button {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ----- WP DARK MODE Grundeinstellungen----- */
html[data-wp-dark-mode-active], [data-wp-dark-mode-loading] {
/*  --wp-dark-mode-secondary-background-color: #000;
    --wp-dark-mode-input-background-color: #000;
    --wp-dark-mode-input-text-color: #dfdedb;
    --wp-dark-mode-input-placeholder-color: #dfdedb;
    --wp-dark-mode-button-border-color: #1e1e1e;
    --wp-dark-mode-scrollbar-track-color: ;
    --wp-dark-mode-scrollbar-thumb-color: ;*/
	
	--wp-dark-mode-background-color: #2f3238 !important;
    --wp-dark-mode-text-color: #595b5f !important;
    --wp-dark-mode-link-color: #de5e60 !important;
    --wp-dark-mode-link-hover-color: #d54444 !important;
    --wp-dark-mode-button-text-color: #fff !important;
    --wp-dark-mode-button-hover-text-color: #fff !important;
    --wp-dark-mode-button-background-color: #de5e60 !important;
    --wp-dark-mode-button-hover-background-color: #d54444 !important;
}

/* ----- Switcher WP DARK MODE ----- */
/*.wp-dark-mode-floating-switch {
	z-index: 2000;
}*/
/* Position Switcher */
@media (max-width: 1024px) {
	.site-header-main-section-right .site-header-item {
		margin-right: inherit;
	}
	.wp-dark-mode-floating-switch {
    	right: 76px !important;
	}
	.wp-dark-mode-floating-switch {
    	top: 20px;
	}
}
@media (min-width: 1025px) {
	.site-header-main-section-right .site-header-item {
		margin-right: 70px !important;
	}
	.wp-dark-mode-floating-switch {
    	right: 20px !important;
	}
	.wp-dark-mode-floating-switch {
    	top: 20px;
	}
}
.wp-dark-mode-floating-switch {
    position: fixed !important;
	bottom: inherit !important;
}
/* Design Switcher */
.wp-dark-mode-floating-switch ._icon svg {
	display: none;
}
.wp-dark-mode-switch-3 {
	--wp-dark-mode-switch-scale: 0.7 !important;
}
.wp-dark-mode-switch-3 ._track {
    background: #ccc !important;
	height: calc(30px * var(--wp-dark-mode-switch-scale)) !important;
/*	width: calc(50px * var(--wp-dark-mode-switch-scale));*/
}
.wp-dark-mode-switch-3 ._track ._thumb {
	height: 19px !important;
    width: 19px !important;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    background-color: #fff !important;
/*	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.49);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.49);*/
}

/* ----- Farbwechsel ----- */
section.white-dark {
	background: #1c1d25;
}
.wp-dark-mode-active #wrapper {
	background: #2f3238;
}
.wp-dark-mode-active section.dark-white {
	background: #fff;
}
.wp-dark-mode-active section.dark-grey {
	background: #f6f6f6;
}

/* ----- Header ----- */
.site-main-header-wrap {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25) !important;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25) !important;
}
/* dark */
.wp-dark-mode-active .site-main-header-wrap {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25) !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25) !important;
}
.wp-dark-mode-active #masthead,
.wp-dark-mode-active .site-header-row-container-inner {
	background: #26292e !important;
}

/* ----- Menus ----- */
#primary-menu a.ds-menu-active,
#mobile-menu a.ds-menu-active {
	color: #33a1c9 !important;
}
#primary-menu a:hover,
#mobile-menu a:hover{
	color: #33a1c9;
}
/* dark */
.wp-dark-mode-active #primary-menu a.ds-menu-active,
.wp-dark-mode-active #mobile-menu a.ds-menu-active,
.wp-dark-mode-active #primary-menu a:hover,
.wp-dark-mode-active #mobile-menu a:hover{
	color: #de5e60 !important;
}
/* ----- Hauptmenu ----- */
/* dark */
.wp-dark-mode-active #primary-menu a {
	color: #fff;
}
.wp-dark-mode-active .header-navigation .header-menu-container ul ul.sub-menu, 
.wp-dark-mode-active .header-navigation .header-menu-container ul ul.submenu,
.wp-dark-mode-active .header-navigation .header-menu-container ul ul li.menu-item > a:hover,
.wp-dark-mode-active .header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {
    background: #26292e !important;
}
.wp-dark-mode-active .header-navigation .header-menu-container ul ul li.menu-item:not(:last-child) {
    border-bottom: 1px solid #2f3238 !important;
}
/* ----- mobile menu ----- */
body[class*="showing-popup-drawer-"] {
	overflow: inherit !important;
}
/* dark */
.wp-dark-mode-active .mobile-toggle-open-container .menu-toggle-icon,
.wp-dark-mode-active .mobile-toggle-open-container .menu-toggle-icon:hover,
.wp-dark-mode-active .menu-toggle-close .toggle-close-bar,
.wp-dark-mode-active #mobile-drawer li a,
.wp-dark-mode-active .drawer-sub-toggle .kadence-svg-icon {
    color: #fff;
}
.wp-dark-mode-active #mobile-drawer .drawer-inner {
	background: #26292e;
}
.wp-dark-mode-active .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, 
.wp-dark-mode-active .mobile-navigation ul li:not(.menu-item-has-children) a {
    border-bottom: 1px solid #2f3238 !important;
}
.wp-dark-mode-active .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
    border-left: 1px solid #2f3238;
}
/* ----- seiten menupunkt ----- */
.page-id-9 .current-menu-item a,
/* wegen submenu > */
.page-id-89 #primary-menu .current-menu-item > a,
.page-id-89 #mobile-menu .current-menu-item .drawer-nav-drop-wrap > a,
.page-id-112 .current-menu-item a,
.page-id-113 .current-menu-item a,
.page-id-1571 .current-menu-item a,
.blog .current-menu-item a {
	color: #33a1c9 !important;
}
/* dark */
.wp-dark-mode-active .page-id-9 .current-menu-item a,
/* wegen submenu > */
.wp-dark-mode-active .page-id-89 #primary-menu .current-menu-item > a,
.wp-dark-mode-active .page-id-89 #mobile-menu .current-menu-item .drawer-nav-drop-wrap > a,
.wp-dark-mode-active .page-id-89 .current-menu-item a,
.wp-dark-mode-active .page-id-112 .current-menu-item a,
.wp-dark-mode-active .page-id-113 .current-menu-item a,
.wp-dark-mode-active .page-id-1571 .current-menu-item a,
.wp-dark-mode-active .blog .current-menu-item a {
	color: #de5e60 !important;
}
/* Blogbeitraege */
.postid-353 .menu-item-358 a,
.postid-355 .menu-item-358 a,
.postid-1716 .menu-item-358 a,
.postid-1884 .menu-item-358 a,
.archive .menu-item-358 a,
.search .menu-item-358 a,
.postid-353 .menu-item-361 a,
.postid-355 .menu-item-361 a,
.postid-1716 .menu-item-361 a,
.postid-1884 .menu-item-361 a,
.archive .menu-item-361 a,
.search .menu-item-361 a{
	color: #33a1c9 !important;
}
/* dark */
.wp-dark-mode-active .postid-353 .menu-item-358 a,
.wp-dark-mode-active .postid-355 .menu-item-358 a,
.wp-dark-mode-active .postid-1716 .menu-item-358 a,
.wp-dark-mode-active .postid-1884 .menu-item-358 a,
.wp-dark-mode-active .archive .menu-item-358 a,
.wp-dark-mode-active .search .menu-item-358 a,
.wp-dark-mode-active .postid-353 .menu-item-361 a,
.wp-dark-mode-active .postid-355 .menu-item-361 a,
.wp-dark-mode-active .postid-1716 .menu-item-361 a,
.wp-dark-mode-active .postid-1884 .menu-item-361 a,
.wp-dark-mode-active .archive .menu-item-361 a,
.wp-dark-mode-active .search .menu-item-361 a{
	color: #de5e60 !important;
}
/* ----- info icon box html ----- */
.services {
	position: relative;
	padding: 25px;
	margin-bottom: 60px;
	background: #fff;
	border: 1px solid #e4e4e4;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.services:focus, .services:hover {
/*	-webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2) !important;
	box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2) !important;*/
/* shadow sehr stark wie alte version */
/*	-webkit-box-shadow: 0 14px 30px -15px rgba(0,0,0,.75) !important;
    box-shadow: 0 14px 30px -15px rgba(0,0,0,.75) !important;*/
/* shadow wie grid */
	-webkit-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3);
	box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.3);
}
.services .desc {
	text-align:center;
}
.services .icon {
	width: 90px;
	height: 90px;
	display: table;
	text-align: center;
	background: #F95959;
	margin: -75px auto 0 auto;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}
@media (max-width: 767px) {
	.services {
		margin-bottom: 10px; !important;
	}
	.services .icon {
		margin: 0 auto 20px auto !important;
	}
}
.services:focus .icon, .services:hover .icon {
	background: #007CB9;
}
.services .icon i {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}
/* dark */
.wp-dark-mode-active .services h3{
	color:#343434;
}
.wp-dark-mode-active .services p{
	color:#595b5f;
}
.wp-dark-mode-active .services a:hover{
	color:#de5e60;
}

/* ----- Tooltips ----- */
.tooltip {
	display:inline-block;
	position:relative;
	border-bottom:1px dotted #666;
	text-align:center;
}
.tooltip .top {
	min-width:200px;
	top:-15px;
	left:50%;
	transform:translate(-50%, -100%);
	padding:10px 10px;
	color:#FFFFFF;
	background-color:#18C02D;
  	font-weight:400 !important;
  	font-size: 15px;
	position:absolute;
	z-index:99999999;
	box-sizing:border-box;
	-webkit-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.3); 
	box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.3);
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity 0.8s;
	transition:opacity 0.8s;
}
.tooltip .top p {
	margin-bottom: 0 !important;
}
.tooltip:hover .top {
	visibility:visible;
	opacity:1;
}
.tooltip .top i {
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-12px;
	width:24px;
	height:12px;
	overflow:hidden;
}
.tooltip .top i::after {
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	left:50%;
	transform:translate(-50%,-50%) rotate(45deg);
	background-color:#18C02D;
}
/* dark */
/* Hintergrundfarbe soll immer grün sein daher deaktiviert */
/*.wp-dark-mode-active .tooltip .top i::after {
	background-color:#007CB9;
}
.wp-dark-mode-active .tooltip .top {
	background-color:#007CB9;
}*/
.wp-dark-mode-active .tooltip .top p {
	color: #fff;
}

/* ----- error 404 ----- */
.error404 .entry-content-wrap {
	padding: 0;
}
.error .entry {
	box-shadow: none;
}
/* dark */
.wp-dark-mode-active .error404 .page-content {
	background-color: #2f3238;
}
.wp-dark-mode-active .error404 .page-content h1,
.wp-dark-mode-active .error404 .page-content p{
	color: #fff;
}

/* ----- scroll to top ----- */
#kt-scroll-up:focus {
	color: #fff;
}
#kt-scroll-up {
	display: none !important;
}
#kt-scroll-up.scroll-visible {
	display: flex !important;
}
a.kadence-scroll-to-top .kadence-svg-icon {
	color: #fff;
}
/* dark */
.wp-dark-mode-active #kt-scroll-up {
	background: #3C3F45;
}
.wp-dark-mode-active #kt-scroll-up:hover{
	background: #de5e60;
}

/* ----- icons iconlist korrektur ----- */
.iconlist-icons .elementor-icon-list-item a,
.iconlist-icons .elementor-icon-list-item {
   align-items: flex-start !important;
}
.iconlist-icons .elementor-icon-list-icon {
    margin-top: 4px;
}

/* ----- Footer ----- */
#menu-footer-1, #menu-footer-2 {
	margin-top: -4px;
}
.footer-widget-area ul li a:hover {
	text-decoration: none!important;
}
/* kontaktlist */
.site-footer .contact-info {
    margin: 0 0 40px 0;
    padding: 0;
}
.site-footer .contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 35px;
	line-height: 1.5;
}
.site-footer .contact-info li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #fff;    
}
/* dark */
.wp-dark-mode-active .site-middle-footer-wrap .site-footer-row-container-inner,
.wp-dark-mode-active .site-bottom-footer-wrap .site-footer-row-container-inner {
    background: #26292e !important;
}
.wp-dark-mode-active .site-footer-section a {
	color: #de5e60 !important;
}
.wp-dark-mode-active .site-footer-section a:hover {
	color: #fff !important;
}

/* ----- Cookie Banner ----- */
/* Cookie Banner */
.cmplz-cookiebanner button,
.cmplz-cookiebanner button:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* Cookie Richtlinie Seite */
#cmplz-document {
    max-width: inherit;
}
#cmplz-document a {
    text-decoration: none;
}
#cmplz-document h2 {
    font-size: 36px;
}
#cmplz-document h4 {
    font-size: 20px !important;
}
#cmplz-document p,
#cmplz-document ul li{
    font-size: 18px;
}
@media (max-width: 767px) {
	#cmplz-document h2 {
    	font-size: 27px;
	}
	#cmplz-document h4 {
    	font-size: 18px;
	}
	#cmplz-document p,
	#cmplz-document ul li{
    	font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#cmplz-document h2 {
    	font-size: 32px;
	}
	#cmplz-document h4 {
    	font-size: 18px;
	}
	#cmplz-document p,
	#cmplz-document ul li{
    	font-size: 17px;
	}
}
.cmplz-description-functional {
	font-size: 15px;
}
.cmplz-subtitle {
	font-weight: 300 !important;
}
#cmplz-document .cmplz-dropdown .cmplz-service-description, 
#cmplz-document .cmplz-sharing-data{
	padding: 0 0 15px !important; 
}
#cmplz-cookies-overview .cmplz-dropdown summary p, 
#cmplz-document .cmplz-dropdown summary p,
.cmplz-category-title, 
.cmplz-always-active {
    font-size: 16px !important;
}
#cmplz-document a:focus {
    border: none;
    padding: 0;
}
#cmplz-document a[target=_blank]::after {
	display: none;
}
.cmplz-service-description, .cmplz-sharing-data {
	margin-top: 10px;
}
.cookies-per-purpose .purpose{
	padding: 10px 0 !important;
}
.cmplz-service-header h3,
.cmplz-service-header p,
.cookies-per-purpose h4,
.cookies-per-purpose h5{
	margin: 0 !important;
}
/* Cookie Seite dark */
.wp-dark-mode-active .cmplz-description-functional{
	color: #bfbfbf;
}
.wp-dark-mode-active .cookies-per-purpose {
	color: #595b5f;
}
.wp-dark-mode-active .cookies-per-purpose h4,
.wp-dark-mode-active .cookies-per-purpose h5{
	color: #343434;
}
.wp-dark-mode-active .cmplz-service-header {
	color: #343434;
}
.wp-dark-mode-active #cmplz-cookies-overview .cmplz-dropdown, 
.wp-dark-mode-active #cmplz-document .cmplz-dropdown,
.wp-dark-mode-active #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
    background-color: #2f3238;
}
.wp-dark-mode-active .cookies-per-purpose a:hover {
	color: #de5e60;
}
.wp-dark-mode-active .cmplz-service-header p{
	color: #333;
}
/* Cookie Richtlinie Tabelle */
#cmplz-document .cmplz-dropdown summary,
#cmplz-document .cmplz-category summary,
#cmplz-document .cmplz-category summary .cmplz-category-header {
    background-color: #fff !important;
}
#cmplz-document .cmplz-dropdown summary h3,
#cmplz-document .cmplz-category summary .cmplz-category-title {
    color: #333;
}
#cmplz-document h2 {
	padding-bottom: inherit;
	border-bottom: none;
}
#cmplz-document table td {
    text-align: left;
    width: 33.33%;
    word-break: break-word;
}
#cmplz-document table {
	border: none;
	margin-bottom: 0;
}
#cmplz-document tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
}
#cmplz-document tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
}
#cmplz-document td {
	font-size: 14px;
    padding: 9px 12px;
	border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
	border-top-width: initial;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: initial;
    border-color: #e1e1e1;
}

/* TEST TEST */
.number-top-box {
	margin-top: -40px;
	height: 50px;
}
.icon-middle-box {
	margin-top: -20px;
}


