/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2025 | 16:44:00 */
/*******************************************************/
/*** HEADER ***/
/*******************************************************/

/* CTA-Button Hauptnavi */

.hauptnavi-button a
{
	padding: 15px 20px !important;
	background-color: #CF255F;
}

.hauptnavi-button a:hover
{
	background-color: white;
}

.hauptnavi-button a:hover span
{
	color: #027B76 !important;
}

.hauptnavi-button a:hover:after
{
	background: none !important;
}

footer .hauptnavi-button
{
	display: none;
}


/*******************************************************/
/*** ALLGEMEIN ***/
/*******************************************************/

/* Formular */

.wpcf7 input,
.wpcf7 textarea
{
	border-radius: 0 !important;
	color: black ;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.wpcf7-submit
{
	background-color: #027B76 !important;
	color: white !important;
	padding: 15px 20px !important;
}

.wpcf7-submit:hover
{
	color: #027B76 !important;
	background-color: white !important;
}

.wpcf7-quiz.wpcf7-not-valid, 
input.wpcf7-validates-as-required.wpcf7-not-valid
{
	border-color: red;
    border-width: 2px;	
}

.footer-navi a:hover .item-content
{
	/* border-bottom: 3px solid white; */
}

.footer-navi ul
{
	flex-direction: column !important;
}

.footer-navi ul .menu-text
{
	font-size: 15px !important;
	font-family: "Manrope";
}

.footer-navi ul li
{
	align-items: flex-start;
	margin-bottom: 5px;
}

    