h1 {
	font-family: 'Roboto Condensed';
	font-size: 24pt;
	text-transform: uppercase;
}

h1.blau {
	color: #003e94;
}

h1.hp {
	font-family: 'Roboto Condensed';
	font-size: 64pt;
	color: #03803B;
	text-align: center;
	text-transform: uppercase;
}

h1#kataloglink {
	color: #AAA;
	display: block;
	width: 780px;
	height: 580px;
	padding: 24px;
}

h2.hb {
	font-family: 'Noto Serif';
	font-size: 16pt;
	font-style: italic;
	margin-top: -70px;
	color: #ea0;
	text-align: center;
	font-weight: normal;
}

h3 {
	font-family: 'Open Sans';
	font-size: 12pt;
	font-weight: normal;
}

div#logo {
	display: inline-block;
}

div#menu {
	margin-top: -133px;
}

div#kontakt {
	display: flex;
	align-items: flex-end;
	color: #fff;
	background: #03803B;
	padding: 64px;
}

div#kontakt div {
	padding-left: 24px;
	padding-right: 24px;
	display: inline-block;
}

div#kontakt a {
	color: #fff;
}

div#kontakt form {
	font-family: 'Open Sans';
	font-size: 10pt;
}

div#header {
	background-image: url('bgheader.png');
	background-size: cover;
	padding-left: 24px;
	padding-right: 24px;
}

div#willkommen {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 36px;
	margin-bottom: 36px;
}

div#katalog {
	width: 780px;
	height: 580px;
	margin: auto;
	margin-bottom: 64px;
	text-align: center;
}

div#angebot {
	padding-top: 48px;
	padding-bottom: 48px;
}

div.fct {
	display: flex;
	justify-content: center;
}

div#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 58px;
	text-align: center;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-size: 10pt;
	background: white;
	box-shadow: inset 0 0 2px #888;
	z-index: 72;
}

div#footer a {
	display: inline-block;
	margin-right: 12px;
	margin-top: -12px;
	color: #222;
	text-decoration: none;
	font-size: 12pt;
}

div#footer a img {
	height: 42px;
	padding-top: 20px;
}

ul#topmenuul {
    text-align: center;
    padding-top: 12px;
    list-style: none;
    border-top: 2px dotted #03803B;
}

li.topmenuli {
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-size: 16pt;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    padding-left: 36px;
    padding-right: 36px;
}

a.topmenua {
    color: black;
    text-decoration: none;
}
img.himg {
    width: 218px;
}
img.katimg {
	width: 780px;
}
span.imgnote {
	color: #222;
	font-size: 10pt;
	font-family: 'Open Sans';
}

label {
	display: inline-block;
	padding-top: 12px;
}

input[type=text] {
	margin-top: 4px;
	background: #03803B;
	border: 1px solid #fff;
	width: 132px;
	color: #ffa;
}

input[type=email] {
	margin-top: 4px;
	background: #03803B;
	border: 1px solid #fff;
	width: 396px;
	color: #ffa;
}

input[type=submit] {
	width: 148px;
	background: #fff;
	margin-top: 14px;
	margin-left: 24px;
	border: none;
	padding: 4px;
}

p.footnote {
	font-family: 'Open Sans';
	font-size: 9pt;
}
div.fib {
	display: inline-block;
}

@media only screen and (max-width: 780px) {
h1#kataloglink {
	width: 100%;
}
div#katalog {
	width: 100%;
	height: auto;
}
div#kontakt, div.fct {
	flex-direction: column;
}
div#kontakt form {
	padding-left: 24px;
}
div#angebot {
	justify-content: center;
}
div#angebot div {
	text-align: center;
}
div#menu {
	display: none;
}
div#footer {
	position: relative;
	height: auto;
	box-shadow: none;
}
div#footer span {
	display: block;
}
div#logo {
	text-align: center;
}
div.fib {
	display: block;
}
input[type=text] {
	width: 248px;
}

input[type=email] {
	width: 248px;
}
img.himg {
	width: 109px;
}
img.angimg, img.katimg {
	max-width: 96%;
}
}
