/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2026 | 12:34:41 */
/**************************************************************/
/*** HEADER ***/
/**************************************************************/

/*** xyz ***/

/**************************************************************/
/*** KACHELN ZIELGRUPPEN ***/
/**************************************************************/

/*** bei Hover andere Elemente anpassen ***/

.kachel-zielgruppe:hover .elementor-icon path
{
	stroke: white !important;
}

.kachel-zielgruppe:hover .elementor-heading-title
{
	color: white !important;
}

.kachel-zielgruppe:hover .elementor-widget-text-editor p
{
	color: white !important;
}

.kachel-zielgruppe:hover .elementor-button
{
	background-color: white !important;
}


.kachel-zielgruppe:hover .elementor-button-text
{
	color: var( --e-global-color-819fe65 ) !important;
}

.cta-schraege-flaeche
{
	clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: var(--e-global-color-9ad4726);;
}

@media (max-width: 1024px) 
{
	.cta-schraege-flaeche
	{
		clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	}	
}


/**************************************************************/
/*** FORMULARE ***/
/**************************************************************/

/*** Zeilen / Spalten ***/

.zeile-formular
{
	display: flex;
	gap: 20px;
	padding-left: 0px;
	padding-right: 0px;
	justify-content: center;
}

.spalte-formular-halb
{
	flex: 50%;
}

.spalte-formular-ganz
{
	flex: 100% !important;
}

/* Zwischenüberschrift */

.zwischenueberschrift-formular
{
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.zwischenueberschrift-formular p
{
	margin-bottom: 0;
}

/* Felder */

.wpcf7 textarea, 
.spalte-formular-ganz label, 
.spalte-formular-halb label
{
	width: 100% !important;
	margin-bottom: 10px;
}

.wpcf7 textarea
{
	height: 200px !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="search"], .wpcf7 select, .wpcf7 textarea
{
	color: #fff;
	padding: 10px 15px;
    font-family: "Metropolis // Regular", Sans-serif;	
	/* border-radius: 0 10px 0px 10px; */
	border-radius: 0;
	border: 3px solid #fff !important;
	background-color: #a9c23f;
}

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="search"]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus
{
	color: #393938 !important;
	background-color: white !important;
	outline: none !important;
}

.wpcf7 ::placeholder
{
  color: #fff;
  opacity: 0.5; 
}

.label-ueberschrift
{
	font-size: 14px;
	font-weight: bold;
	color: #393938;
	padding: 5px 10px !important;
	display: inline-block;
	border-radius: 0;
	background-color: #fff;
	font-family: "Metropolis // Bold", Sans-serif;
}

/* Checkboxen Datenschutz, etc. */

.datenschutz .wpcf7-form-control .wpcf7-list-item
{
	margin-left: 0 !important;
	float: left;
	margin-right: 5px;
	padding-top: 1px;
    scale: 1.2;
}

.datenschutz
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0;
    font-family: "Metropolis // Regular", Sans-serif;
	margin-top: -10px;
}

.datenschutz .wpcf7-form-control-wrap
{
	margin-top: -3px;
}

.datenschutz .text, 
.datenschutz .text a,
.datenschutz .wpcf7-list-item-label
{
	margin-left: 5px;
	color: #393938 !important;
	font-size: 12px;
	line-height: 140%;
}

.datenschutz a,
.datenschutz .text a
{
 	color: #393938;
	font-weight: bold;
	height: 0;
}

.datenschutz a:hover,
.datenschutz .text a:hover
{
 	color: #1d365d ;	
}

/* Senden-Button */

.sendenbutton
{
	margin-top: 40px;
	background-color: #fff !important;
	color: var(--e-global-color-819fe65); !important;
	/*font-weight: bold !important;*/
	text-transform: uppercase;
	font-size: 18px;
    font-family: "Metropolis // Bold", Sans-serif;	
	border: none !important;
	padding: 15px 20px 15px 20px !important;
	display: block;
	border-radius: 10px;
	border: 0px solid black !important;
}

.sendenbutton:hover
{
	background-color: #1d365d !important;
	color: #fff !important;
}

/* Fehleranzeige */

.screen-reader-response
{
    color: white;
	display: none;
}

.wpcf7-response-output
{
	color: white;
	padding: 15px !important;
	background-color: #1d365d;
    text-align: center;
	border: 2px solid white !important;
    margin: 0px 0px 40px 0px !important;
    font-family: "Metropolis // Regular", Sans-serif;	
}

.wpcf7-not-valid-tip
{
	color: red;
    font-size: 12px;
    display: inline-block;
	position: relative;
    width: auto;
	margin-top: 8px;
    font-family: "Metropolis // Regular", Sans-serif;	
	
	/* Variante mit Background */
	color: white;
    background-color: red;
    padding: 5px !important;
	margin-top: 10px;
}

.wpcf7-not-valid-tip:before
{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    border: 5px solid transparent;
    border-top: 0;
    border-bottom: 5px solid red;
    transform: translate(-50%, calc(-100% - 0px));
}

.pflichtfelder-hinweis-strich
{
	border-top: 1px solid black;
	width: 150px;
	padding-bottom: 5px;
}

.pflichtfelder-hinweis
{
	font-style: italic;
	font-size: 14px;
	font-family: "Metropolis // Regular", Sans-serif;
}

@media (max-width: 1024px) 
{
	.sendenbutton
	{
		font-size: 16px;
	}	
}

@media (max-width: 767px) 
{
	.zeile-formular
	{
	    flex-direction: column;
		gap: 0;
	}
	
	.spalte-formular-halb
	{
		flex: 100% !important;
	}
	
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="search"], .wpcf7 select, .wpcf7 textarea
	{
		font-size: 14px;
	}
	
	.datenschutz
	{
		font-size: 14px;
	}
}