<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
input.subscribeForm#fname {
	width: 240px;
	height: 25px;
	text-align: left;
	border: 1px inset #8A8A8A;
}
input#lname {
	width: 240px;
	height: 25px;
	text-align: left;
	border: 1px inset #8a8a8a;
}
input#email {
	width: 240px;
	height: 25px;
	text-align: left;
	border: 1px inset #8a8a8a;
}
textarea#Text {
	width: 240px;
	height: 150px;
	border: 1px inset #8a8a8a;
}
input#submit2 {
	width: 240px;
	height: 30px;
	border: 1px outset #ADADAD;
	background-color: #E3E3E3;
}

.navbar-brand {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 23px;
}

.subscribeForm {
	left: auto;
	right: auto;
	width: 240px;
	margin-left: auto;
	margin-right: auto;

}

.container .row.text-center .col-sm-6.col-md-6.col-lg-6.col-xs-12.anfrage {
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.anfrage {
}
strong.active {


}
</pre></body></html>