/*
Theme Name: GeneratePress Child
Description: Child-Theme von GeneratePress
Author: Berecca - de:criminalize
Author URI: http://example.org
Template: generatepress
Version: 3.1.3
*/

html, body {
	overflow-x: hidden;
}

body {
		 color: #000000;
		 font-family: 'Inter';
	background: #EAEAE8;
}

.mobile {
		display: none;
	}

/*HEADER
///////////////////////////////*/
.inside-header {
    padding: 20px 0px;
}

.main-navigation .main-nav ul li a {
  padding: 10px;
  line-height: 20px;
  display: inline-block;
  transition: background-color 0.2s ease;
	margin: 0 15px;
}

#primary-menu {
	margin-left: -20px;
}

.main-navigation .main-nav ul li {
  line-height: 60px;
}

.main-navigation .main-nav ul li a:hover {
  opacity: 0.5;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#page {
	margin-top: 90px;
}



/*FONTS
///////////////////////////////*/
p {
	font-size: 16px;
	font-weight: 500;
}

.p__network {
	max-width: 50%;
	color: #7E7E7E;
}

.p__eightteen p {
	font-size: 18px;
}

.p__cta {
	margin-left: 52px;
	max-width: 550px;
}

.p__programme {
	margin-right: 20px;
}

ul {
    margin: 0 0 1.5em 1em;
}



/*FONT WITH ICON
//////////////////////////////////*/
.h2__dot {
  position: relative;
  padding-left: 52px; /* Platz für Punkt + Abstand */
}

.h2__dot h2 {
  margin: 0;
  line-height: 1.2; /* optional: sauberes Zeilenlayout */
}

.h2__dot h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0; /* oben bündig */
  width: 40px;
  height: 40px;
  background-color: #FCFFAC;
  border-radius: 50%;
}




.p__icon h2 {
	font-size: 36px;
}

.p__icon h2::before {
    content: "";
    width: 50px;
    height: 70px;
    background-image: url(/wp-content/uploads/2025/05/icon__quote.svg);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -16px;
    display: block;
    float: left;
}


.a__icon a {
	color: #000000;
	font-size: 28px;
	line-height: 42px;
}

#kontakt .a__icon a {
	color: #FFFFFF!important;
}

.a__icon a::before {
    content: "";
    width: 46px;
    height: 68px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -14px;
    display: block;
    float: left;
}

.a__icon .a__mail a::before {
    background-image: url(/wp-content/uploads/2025/04/icon__email.svg);
}

.a__icon .a__linkedin a::before {
    background-image: url(/wp-content/uploads/2025/05/icon__linkedin.svg);
}

.a__icon .a__instagram a::before {
    background-image: url(/wp-content/uploads/2025/05/icon__instagram.svg);
	    background-size: 38px 38px;
}


/*WHITE*/
.kontakt.a__icon .a__mail a::before {
    background-image: url(/wp-content/uploads/2025/05/icon__email-white.svg)!important;
}

.kontakt.a__icon .a__linkedin a::before {
    background-image: url(/wp-content/uploads/2025/05/icon__linkedin-white.svg)!important;
}

.kontakt.a__icon .a__instagram a::before {
    background-image: url(/wp-content/uploads/2025/05/icon__instagram-white.svg);
	    background-size: 38px 38px;
}



/*HEADLINES
///////////////////////////////*/
h1 {
	font-size: 60px;
	line-height: 72px;
	 font-weight: 600;
		color: #7E7E7E;
}

h2 {
	font-size: 32px;
	line-height: 1.4em;
	font-weight: 600;
}

h2 em {
	 font-weight: 400;
}

h2 {
	max-width: 90%;
}


/*ANCHOR
///////////////////////////////*/
a {
	color: #000000;
	text-decoration: none;
}




/*AKKORDION
////////////////////////////////*/
h2.vc_custom_heading.vc_do_custom_heading  {
		 color: #000000;
		 font-family: 'Inter'!important;
		 font-size: 25px;
	font-weight: 500;
}

.vc_do_toggle {
    margin-bottom: 20px;
    border-top: 1px solid #000000;
    padding-top: 20px;
}

.vc_do_toggle.toggle__last-child {
    border-bottom: 1px solid #000000;
}

/*ROW
///////////////////////////////*/

.row__grey {
	background: #EAEAE8;
}

.row__yellow {
	background: #FCFFAC;
}

.row__yellow h2 {
	margin-left: -64px;
}

.row__white {
	background: #FFFFFF;
}

.row__black {
	background: #000000;
}

.row__black h2, .row__black p {
	color: #FFFFFF;
}

.row__general {
	padding: 100px 0 65px;
}

.row__cta {
	padding: 25px 0 45px;
}

.row__cta h2 {
	max-width: 100%;
}

.row__cta p {
	margin-top: -20px;
}

.row__programme  {
	padding-top: 75px;
}
/*
.row__stage {
	margin-top: 9px;
}*/

#ueber-mich .row__general {
	margin-top: 20px;
}

.separate-containers .site-main {
    margin: 0px; 
}


#kunden img {
	max-width: 180px;
}

.column__programm .vc_column-inner {
	border: 1px solid #000000;
	border-radius: 20px;
	padding: 35px 25px 0;
	margin-top: -20px;
}

.column__programm .vc_do_toggle {
    margin-bottom: 0px;
    border-top: none;
    padding-top: 0px;
}

/*IMAGE NAME*/
img[title] {
    pointer-events: none;
}




/*FOOTER
///////////////////////*/
.footer-widget-2 img {
	width: 160px;
}

.site-info {
	display: none;
}

#block-8 {
	margin-top: 40px;
	text-align: right;
}




.row__sticky {
  position: fixed;
  bottom: -50px;
  z-index: 99;
  letter-spacing: 8px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  text-overflow: clip;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
}


.row__sticky p {
	    text-transform: uppercase;
    font-size: 6vw;
    font-weight: 500;
	color: #B2B2B2;
	line-height: 1em;
}




.img__seperator .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.img__seperator .vc_row.vc_column-gap-35>.vc_column_container {
    padding: 0px;
}



/*ACCORDION*/
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 30px!important;
    width: 3px!important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
    width: 30px!important;
    height: 3px!important;
}

.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #000000!important;
}

.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
    background: #000000!important;
}

.vc_toggle_default .vc_toggle_icon {
    background: #000000!important;
    border: 1px solid #000000!important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 50px;
}


.vc_toggle_default .vc_toggle_icon {
    background: #000000!important;

}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    width: 30px!important;
    height: 3px!important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 7px!important;
}

.vc_toggle_content {
	margin-bottom: 0;
}

.column__programm .vc_toggle_title {
	width: 50px;
	height: 50px;
}

.vc_toggle:last-of-type {
	margin-bottom: 25px!important;
}



/*CURSOR*/
body {
  cursor: none; /* Versteckt den normalen Cursor */
}

a, button, .hover-target, .vc_toggle_title:hover {
  cursor: none !important;
}

.custom-cursor {
  position: fixed;
  width: 24px;
  height: 24px;
  background-color: #FCFFAC;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); /* dezenter Schatten nach unten */
}



.custom-cursor.hover {
  width: 34px; 
  height:  34px;
}

.custom-cursor.click {
  width: 34px;
  height: 34px;
}

@media (max-width: 768px) {
	
.mobile-menu-control-wrapper {
    display: none!important;
}
	
	#page {
    margin-top: 75px;
}
	
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
	
	.site-logo {
    margin-left: 20px;
}
	
		h1 {
	font-size: 42px;
		line-height: 1.2em;
			margin-top: 25px;
}
	
	.row__general {
    padding: 60px 0 25px;
}
	
	.row__yellow h2 {
    margin-left: 0px;
}
	
	.p__icon h2::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/05/icon__quote.svg);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -6px;
    display: block;
    float: left;
}
	
	.a__mail, .a__linkedin, .a__instagram {
		margin-left: 50px;
	}
	
	.p__network {
	max-width: 100%;
}
	
	.row__sticky {
		display: none;
	}
	
		.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: #EAEAE8;
}
	
	.inside-header button {
  font-size: 30px !important;
}
	
	
.column__programm.wpb_column.vc_column_container.vc_col-sm-4 {
		margin-right: 20px!important;
		margin-left: 20px!important;
	}
	
	
.box__programm {
		padding-right: 20px!important;
		padding-left: 20px!important;
	}

}
