@charset "utf-8";
/* CSS Document */

	:root {
	  --shop-first-color: #12511a;
	  --shop-second-color: #75a82c;		  
	  --shop-light-grey: #cccccc;
	  --shop-dark-grey: #333333;
	  --shop-black: #000000;
	  --shop-white: #ffffff;
	  --shop-red: #ff0000;
	  --shop-red-dark: #b40011;
	  --shop-product-old: #292929;  
	}

	<!-- WICHTIG für Kontaktformular und Shop Registrierung-->
	.checkcheck{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
	}

	<!-- Start KONTAKT -->
	
	
	.kontakt-page .form-control { margin-bottom:10px; border-color: var(--shop-first-color); padding:10px; }

	.kontact-page .form_error {
	  font-size: 1.1em;
	  color: #D83D5A;
	  width:100%;
	}

	.info-2 { background-color:var(--shop-second-color); color:var(--shop-white); margin-bottom:20px; padding:20px; }
	.info-2 a { color:var(--shop-white); }
	.info-2 label { color:var(--shop-white); }
	
	.info-3 { background-color:var(--shop-light-grey); color:var(--shop-black); margin-bottom:20px; padding:20px; }
	
	label { font-weight:bold; color:var(--shop-black); }
	.alert { background: rgba(49, 49, 49, 0.2) /* Grau background with 30% opacity */; border: var(--shop-light-grey) solid 1px; } 
	.invalid-feedback { color:var(--shop-black); margin-left:15px; margin-top:6px;}
	.linkDatenschutz { color:var(--shop-black); text-decoration:underline; }
	
	.btn-kontakt { background-color: var(--shop-first-color); border:solid 0px var(--shop-first-color); color: var(--shop-white); }
	.btn-kontakt:hover { background-color: var(--shop-second-color); border:solid 0px var(--shop-second-color); color: var(--shop-white); }


	<!-- Ende KONTAKT -->

