/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 13:34:32 */
/*********************************************************************/
/*** ALLGEMEIN ***/
/*********************************************************************/


@media (min-width: 1025px) and  (max-width: 1400px)
{
	.header-c-slogan-mail
	{
		--column-gap: 20px !important;	
	}
	
	.header-slogan
	{
		width: 180px;
		line-height: 120%;
	}
}

/*** Farben ***/

:root
{
  --kk-ocker: #FFEDC8;
  --kk-dunkelblau: #1F4267;
  --kk-dunkelrot: #810005;
}

/*** Top-Button ***/

.yydev-back-to-top
{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.yydev-back-to-top:hover
{
	background-color: var(--kk-dunkelrot);
}


/*********************************************************************/
/*** HEADER ***/
/*********************************************************************/

/*** CTA Erstgespräch ***/

.header-cta-erstgespraech p
{
	line-height: 120%;
	margin-bottom: 0;
}

.header-cta-erstgespraech .elementor-widget-container
{
	transition: all 0.3s ease-in-out;
}

.header-cta-erstgespraech .elementor-widget-container:hover
{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	transition: all 0.3s ease-in-out;
}

.header-cta-erstgespraech p .textspezial
{
	letter-spacing: 1px;
}

/*** Hauptnavi ***/

.c_hauptnavi a:hover
{
	color: var(--kk-dunkelrot) !important;
}

.c_hauptnavi .sub-menu
{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.c_hauptnavi .sub-menu a:hover
{
	color: var(--kk-ocker) !important;
}

/*********************************************************************/
/*** STARTSEITE ***/
/*********************************************************************/

/*** Bereich mit Slogan ***/

.sloganteil-spezial
{
	color: var(--kk-ocker);
}