@import url(https://cdn.sourceheads.com/f/gudea/style.css);

body {
	/* background: url(img/bg.png) no-repeat center top #eee; */
	background: #eeecea;
	margin: 0;
	font-family: 'Gudea', sans-serif;
	font-size: 12pt;
	color: #444;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	/* font-style: italic; */
	margin: 0 0 12px 0;
}

p {
	margin: 0 0 8px 0;
}

a:focus {
	outline: 0;
}

img {
	border: 0;
}

label {
	display: block;
}

input[type=text], textarea {
	width: 100%;
	border: 0;
	border-radius: 3px;
	padding: 4px;
	background: #fafafa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 6px 0 6px 0;
	cursor: pointer;
	background: #e4e8eb;
	font-family: 'Gudea', sans-serif;
	font-size: 12pt;
}

button:hover {
	background: #ebedf0;
}

button:disabled {
	background: #eee;
	color: #bbb;
	pointer: default;
}

.smaller {
	font-size: 10pt;
}

.red {
	color: #c00;
}

.hl-error {
	background: #888;
	color: #fff;
	margin: -4px -8px 4px -8px;
	padding: 4px 8px;
}

div.form-item {
	/* border: 1px solid #ddd;
	border-radius: 5px; */
	/* padding: 6px; */
	/* background: #e4e8eb; */
	margin: 0 0 8px 0;
}


div.hbg1 {
	background: url(https://cdn.sourceheads.com/2018/img/hbg1.png) no-repeat center bottom;
	margin-bottom: 32px;
}

div.hbg2 {
	background: url(https://cdn.sourceheads.com/2018/img/hbg2c.png) no-repeat center bottom;
	margin-bottom: 48px;
	/* position: absolute; */
	/* position: fixed; */
	/*margin: 0 auto;*/
	/*width: 100%;*/
	left: 0;
	right: 0;
	top: 0;
}

div.fbg {
	background: url(https://cdn.sourceheads.com/2018/img/fbg.png) no-repeat center top;
	padding: 32px 0 24px 0;
	margin-top: 48px;
	clear: both;
}

div.separator {
	background: url(https://cdn.sourceheads.com/2018/img/separator.png) repeat-x top;
	margin-top: 48px;
	padding-top: 48px;
}

div.header-about {
	width: 1000px;
	margin: 0 auto;
	padding: 14px 0 18px 0;
	font-size: 8pt;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
}

div.header-logo {
	width: 1000px;
	margin: 0 auto;
	padding: 32px 0 32px 0;
}

div.header-content {
	width: 1000px;
	margin: 0 auto;
}

a.nav {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 0 0 15px 0;
	background: url(https://cdn.sourceheads.com/2018/img/navarrow.png) no-repeat center bottom;
}

a.nav > span {
	display: block;
	background: rgba(255, 255, 255, 0.33);
	padding: 8px 0;
	color: #444;
}

a.nav:hover {
	background: url(https://cdn.sourceheads.com/2018/img/navarrow50.png) no-repeat center bottom;
}

a.nav:hover > span {
	background: rgba(255, 255, 255, 0.5);
}


div.footer-content {
	width: 1000px;
	margin: 0 auto;
	color: #999;
}

div.footer-content a {
	color: #999;
	text-decoration: none;
}

div.footer-content a:hover {
	color: #ccc;
}

div.content {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

div.c31 {
	float: left;
	width: 312px;
	margin-right: 32px;
}

div.c31:last-child {
	margin-right: 0;
}

div.c21 {
	float: left;
	width: 484px;
	margin-right: 32px;
}

div.c21:last-child {
	margin-right: 0;
}

div.c41 {
	float: left;
	width: 226px;
	margin-right: 32px;
}

div.c41:last-child {
	margin-right: 0;
}

div.box {
	background: #fff;
	padding: 8px;
	border-radius: 7px;
}

div.box table {
	width: 100%;
}

div.box table > tbody > tr > td {
	text-align: center;
	padding: 8px 0;
}

div.imprint {
	font-size: 8pt;
}

div.imprint a {
	display: block;
}

/*
h1 {
	font-size: 30pt;
}

@media screen and (max-width: 900px) {
	h1 {
		font-size: 30pt;
	}
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 20pt;
	}
}

@media screen and (max-width: 300px) {
	h1 {
		font-size: 10pt;
	}
}
*/
