@charset "UTF-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	font-family: "Times New Roman", Times, serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 18px;
	color: #2f1114;
}

h1 {
	line-height: 28px;
	color: #2f1114;
	font-weight: normal;
}

h2 {
	line-height: 20px;
	color: #934f00;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #934f00;
}

h3 {
	color: #934f00;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 20px;
}

a {
	color: #9b8380;
	text-decoration: none;
}

a:hover {
	color: #934f00;
}

.referenz {
	color: #934f00;
	font-size: 28px;
	line-height: 28px;
}

.kontakt {
	font-size: 20px;
	line-height: 20px;
}