/* courgette-regular - latin */
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/courgette-v13-latin-regular.woff2') format('woff2'),
       url('../fonts/courgette-v13-latin-regular.woff') format('woff');
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
body {
	margin: 0;
	font: 1em/1.4 Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background: #ffc673 url(../bilder/hg-body.jpg) no-repeat center 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
  color: #626262;
}
a:active, a:hover {
  outline: 0;
  color: #000;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit; 
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Ende normalize*/

div {
	margin: 0;
	padding: 0;
	}
h1 {
	color: #900;
	margin: 0;
	padding: 8px 0 8px 30px;
	font: normal 1.5em 'Courgette', cursive;
	}
.startseite {
	color: #900;
	margin: 0;
	padding: 8px 0 8px 160px;
	font: normal 1.25em 'Courgette', cursive;
	}
h2 {
	color:#900;
	margin: 20px 0 0;
	padding: 0;
	font: normal 1.25em 'Courgette', cursive;
	}
h3 {
	color:#900;
	margin: 12px 0 0px;
	padding: 0;
	font: normal 1em 'Courgette', cursive;
	}
td {
	text-align: left;
	padding: 3px 6px;
	}
a {
	color:#900;
	}
a:focus {
	outline-width: 0;
	}
a:hover {
	color: #000;
	}
img {
	border: none;
}
p {
	margin: 6px 0;
	padding: 0;
	font-size: 0.875em;
	}
#seite {
	position: relative;
	width: 980px;
	margin: 5px auto 8px;
	background: #f9dca0 url(../bilder/hg-seite.jpg) repeat-x left top;
	-webkit-box-shadow:  0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	}
#navi {
	display: block;
	list-style: none;
	border-bottom: 1px solid #f9a450;
	border-top: 1px solid #f9a450;
	text-align: center;
	margin: 12px;
	padding: 0px;
	}
#navi li {
	margin: 5px;
	padding: 5px 12px;
	background: #ffc673;
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#navi a {
	text-decoration: none;
	font: normal 1em 'Courgette', cursive;
	}
#navi a:hover {
	color: #000;
	}
#navi span {
	font: normal 1em 'Courgette', cursive;
	color: #000;
	}
.titel {
	color: #900;
	margin: 0;
	padding: 8px 0 8px 30px;
	font: normal 1.5em 'Courgette', cursive;
	}	
.inhalt {
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	overflow: hidden;
	}
.inhalt li {
	font-size: 0.875em;
	}
.spalte-li {
	float: left;
	width: 590px;
	padding: 12px 0px 0px;
	}
.spalte-re {
	float: right;
	width: 310px;
	padding: 12px 0px 0px 20px;
	}
.spalte-re h3 {
	margin-top: 0px;
	}
.spalte-re img {
	margin: 6px 0;
	}
.adresse {
	border: 3px solid #fff;
	margin: 6px 4px 6px 0;
	padding: 4px 4px 4px 20px;
	background: #fff8dc;
	}
.leer {
	padding-left: 30px;	
	}
.brief {
	background: url(../bilder/brief.gif) no-repeat 0% 50%;
	padding-left: 30px;	
	}
.tel {
	background: url(../bilder/telefon.gif) no-repeat 0% 50%;
	padding-left: 30px;	
	}
.mobil {
	background: url(../bilder/mobil.gif) no-repeat 0% 50%;
	padding-left: 30px;	
	}	
.bildrahmen { 
	border: 3px solid #fff; 
	}
.bildgalerie {
	padding-left: 30px;
	}
.bildgalerie img {
	border: 1px solid #fff2bc;
	padding: 5px;
	vertical-align: middle;
	margin: 5px 6px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.bildgalerie .schmal {
	margin: 5px 50px;
	}
.gruss {
	color: #900;
	margin: 1.25em 0;
	text-align: center;
	font: normal 1.25em 'Courgette', cursive;
	}
.box {
	display: inline-block;
	width: 270px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #fff2bc;*/
	}
.box img {
	margin: 4px 4px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff8dc;
	transition: all 0.6s ease;
	}
.box img:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.6s ease;
	}
.box p {
	font-family: 'Courgette', cursive;
	text-align: center;
	}
.mitte {
	margin-left: 12px;
	margin-right: 12px;
	}
#fuss {
	color: #900;
	padding-top: 10px;
	padding-bottom: 15px;
	}
#fuss p {
	text-align: center;
	margin: 0 30px;
	padding: 4px 0 2px 2px;
	border-top: 1px solid #ffc673;
	font-size: 0.75em;
	}
#fuss a {
	text-decoration: none;
	padding-left: 60px;	
	}
.cl {
	font-size: 1px;
	height: 1px;
	clear: both;
	}
.hinweis {
	font-size: 12px;
}
.eingerueckt {
	padding-left: 60px;	
}
.sp-links {
	margin-left: 40px;
	float: left;	
}
.zentriert {
	text-align: center;	
}
#map-canvas {
	margin: 12px 6px;
	height: 420px;
	}
#map-canvas img {
	max-width: none;
	}
#content p {
	width: 140px;
	font: normal 0.875em 'Courgette', cursive;
	color: #000;
	margin-left: 6px;
	}
form, .antwort {
	margin: 0 16px;
	padding: 0.375em 0 0;
	border: 3px solid #fff;
	background: #fff8dc;
 }
.form {
    margin: 0.5em;
 }
.form label, .form input, .form textarea {
    display: inline-block;
 }
.form input, .form textarea{
    color: #000;
	font-size: 0.8125em;
   border: 1px solid #aaa7a1;
    padding: 0.2em;
	background: #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }

label {
	color: #626262;
 }
.eingabe1 {
	width: 98%;
    max-width: 30em;
 }
 .eingabe2 {
    width: 7em;
 }
 .feld1, .feld2, .feld3 {
	font-size: 0.8125em;
 }
.feld1 {
	width: 8em
 }
.feld2 {
    width: 2em;
	text-align: right;
 }
.form .feld3 {
	 display: block;
 }
 form span {
	width: 10em;
	display: inline-block;
 }
 .abstand {
	margin-left: 8em;	 
	 }
 .abstand106 {
	margin-left: 6.625em;	 
	 }
.smbtn {
	text-align:center;
	color:#900;
	background:#fff;
	font-size: 0.875em;
	text-decoration:none;
	cursor: pointer;
	padding: 4px 6px;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display: block;
	margin: 1em 25% 1em auto;
	border: 1px solid #aaa7a1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
 }
.smbtn:hover {
	border: 1px solid #000;
	color: #000;
	}
.fehler {
	color: #f00;
	margin-top: 0;
    margin-bottom: 0;
	 }
.top {
	vertical-align: top;
	}