.kontaktwrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 40% 50% auto;
	grid-template-rows: repeat(30px);
	font-family: 'Work Sans', sans-serif;
	margin-top: 40px;
	padding-bottom: 40px;
	font-size: 17px;
	grid-gap: 5px;
}
.kontaktwrapper label{
	margin-top: 2px;
}
.kontaktwrapper input{
	font-size: 17px;
	color: #325c65;
}
.kontaktwrapper select, .kontaktwrapper textarea{
	font-size: 17px;

}
#btn_senden:hover{
	cursor: pointer;
}
.kontaktwrapper input:not([type=submit]), .kontaktwrapper textarea, .kontaktwrapper select{
	box-shadow: 0 0 0px 1000px white inset;
	-webkit-text-fill-color: #325c65;


}
html.ccm-toolbar-visible .ui-widget {
	font-family: Arial;
}



