<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.woocommerce-Price-currencySymbol {
    display: none; /* Versteckt das vorhandene Währungssymbol */
}

/* Das Euro-Währungssymbol rechts neben dem Preis anzeigen */
.woocommerce-Price-amount:after {
    content: ' €'; /* Euro-Symbol mit Leerzeichen davor für die bessere Darstellung */
}


.border {
	border-right: 1px solid #222 !important;
	height: 250px!important;
}

h3 {color:black!important; font-size:18px!important;}

.containervertikal {display}

@media (max-width: 769px) {
.containervertikal {display:none;}
}

.tts-not-current {
	display:none!important;
	
}
.tt_form_button {
	background: #ff0066;
	color: white;
}
</style>
<!-- end Simple Custom CSS and JS -->
