@font-face {
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/marck-script-v16-latin-regular.woff2') format('woff2'),
       url('../fonts/marck-script-v16-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%;
  height: 100%;
}
body {
	margin: 0;
	font: 1em/1.4 Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background: #75be5e;
	height: 100%;
}
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: #75be5e;;
}
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;
}
img {
  border: 0;
}
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;
}
td, th {
  padding: 2px 4px;
  font-size: 0.875em;
}
/* Ende normalize*/
h1 {
	font: 1.5em 'Marck Script', cursive;
	margin: 0 16px 0.875em 16px;
	color: #75be5e;
}
h2 {
	font-size: 1.125em;
	font: 1.5em 'Marck Script', cursive;
	margin: 1.125em 16px 0.875em 16px;
	color: #75be5e;
	}
h3 {
	font-size: 0.875em;
	margin: 5px 16px 0 16px;
	color: #75be5e;
	}
p {
	font-size: 0.875em;
	margin: 0 16px 0.875em 16px;
	}
.spalte-li li {
	font-size: 0.875em;
	}
img { 
	border: none;
	max-width: 100%;
	height: auto;
}
#seite {
	position: relative;
	margin-right: 4px;
	margin-left: 4px;
	min-height: 100%;
}
.titel {
	font: 1.25em 'Marck Script', cursive;
	margin: 0;
	padding: 1em 6px 0.875em 6px;
	color: #75be5e;
	background: #dbfacc;
	position:relative;
	}
.titel span {
	display: block;
	font-size: 90%;
	}
#navbtn {
	color: #fff;
	background: #75be5e url(../layout/icon.gif) no-repeat right center;
	cursor: pointer;
	margin: 0;
	padding: 0.2em 3em 0.2em 0.8em;
	text-align:right;
}
.js-off #navbtn, #nav {
	display: none;
}
#navbtn, .js-off #nav {
	display: block;
}
#nav {
	list-style:none;
	background:#75be5e;
	padding:6px 0;
	margin: 0;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	text-align: center;
	}
#nav li {
	display: inline-block;
	width: 80%;
	margin: 4px 1%;
	}
#nav li a, #nav li span {
	-moz-box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	-webkit-box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	font-size: 0.875em;
	-webkit-border-radius: 3px;
	border-radius:3px;
	text-shadow:0 1px 1px black;
	text-align:center;
	color:#fff;
	text-decoration:none;
	display: block;
	padding: 4px 6px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#nav li a:hover, #nav li span {
	color: #75be5e;
	background: #fff;
	text-shadow: none;
	}
#inhalt {
	padding-top: 1.5em;
	background: #dbfacc;
	}
.spalte-re {
	padding-top: 1em;
	}
#fuss {
	border-top: #75be5e 1px solid;
	padding-top: 1.25em;
	margin-left: 6px;
	margin-right: 6px;
	}
#fuss p {
	font-size: 0.75em;
	text-align: center;
	margin-top: 0.75em;
	}
#fuss a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 1em;
	}
.clearfloat {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;	
	}
.adresse {
	border: 2px solid #FFF;
	width: 300px;
	margin-left: 25px;
	}
.fehler {
	color: #c30;
}
#kontakt {
	margin: 0 auto;
	padding: 0px;
	max-width: 600px;
	display: block;
	}
fieldset {
	margin: 12px 0;
	padding: 12px;
	border: 1px solid #75be5e;
	-webkit-border-radius: 3px;
	border-radius:3px;
	}
input, textarea, select {
	border: 1px solid #75be5e;
	-webkit-border-radius: 3px;
	border-radius:3px;
	}
legend {
	font-size: 12px;
	line-height: 12px;
	color: #75be5e;
	margin: 0px;
	padding: 0px 12px;
	}
textarea {
	height: 120px;
	width: 96%;
	padding: 3px 2%;
	max-width: 480px;
	overflow: auto;
	/*margin-left: 30px;*/
	}
.fehler {
	color: #c30;
	}
.feld1 {
	display: inline-block;
	width: 90%;
	max-width: 9em;
}
.feld-sp {
	display: inline-block;
	width: 12em;
	padding-bottom: 6px;
	font-size: 0.875em;
}
.eingabe1 {
	width: 96%;
	padding: 3px 2%;
	max-width: 400px;
}
.eingabe2 {
	width: 100px;
	padding: 3px;
}
.eingabe3 {
	width: 30px;
	padding: 3px;
}
.smbtn {
	background: #75be5e;
	border: none;
	cursor: pointer;
	color: #fff;
	padding: 6px 14px;
	-webkit-border-radius: 15px;
	border-radius:15px;
	background-clip: padding-box;
}
.smbtn:hover {
	background: #fff;
	color: #75be5e;
	border: 1px solid #75be5e;
}
.eingerueckt {
	padding-left: 60px;	
}
.zentriert {
	text-align: center;
	}
.preise {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #75be5e;
	}
.preise th {
	background: #75be5e;
	text-align: left;
	color: #ffeecc;
	padding: 2px 8px;
	white-space: nowrap;
	}
.preise th span {
	font-weight: normal;
	}
.preise td {
	border: 1px solid #75be5e;
	padding: 2px 8px;
	white-space: nowrap;
	}
.bildbox {
	margin: 12px 0;
	overflow: hidden;
	}
.bildbox img {
	border: solid 2px #fff;
	float: left;
	margin: 6px;
	}
.bildbox2 {
	margin: 12px 0;
	overflow: hidden;
	}
.bildbox2 img {
	border: solid 2px #fff;
	float: left;
	margin: 6px;
	}
#map-canvas {
	margin: 12px 6px;
	height: 340px;
	border: 1px solid #75be5e;
	}
#map-canvas img {
	max-width: none;
	}
#content p {
	width: 140px;
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: 6px;
	}
.box {
	margin:24px;
	overflow: hidden;
	}
.boxinnen {
	padding: 12px;
	background: #fff;
	border-radius:5px;
	border: 1px solid #75be5e;
	max-width: 306px;
	margin-bottom: 12px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
.boxinnen h3 {
	margin: 0 0 4px 0;
	text-align: center;
}
.boxinnen img {
	border: 1px solid #75be5e;
}
.scrollup{
	width:50px;
	height:50px;
	opacity:0.8;
	position: absolute;
	bottom:0px;
	right:6px;
	display:none;
	background: #75be5e url(../layout/pfeil-oben.gif) no-repeat center center;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-clip: padding-box;
	text-indent: -999em;
	-webkit-box-shadow: 2px 1px 3px rgba(0,0,0,.8);
	box-shadow: 2px 1px 3px rgba(0,0,0,.8);
	cursor: pointer;
}
.tab-resp{
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 1em;
}
@media only screen and (min-width: 480px) {
	.form {
    margin: 0.5em 12px;
 	}
   .feld1, .feld2 {
        width: 30%;
        text-align: right;
		font-size: 0.875em;
    }
	  .feld3 {
        width: 8%;
        text-align: right;
		font-size: 0.875em;
    }
	 .feld4 {
    font-size: 0.875em;
	 width: 25%;
 	}
 	.form span {
    font-size: 0.875em;
	
 	}
    .eingabe1 {
        width: 62%;
    }
	.eingabe2 {
        width: 25%;
    }
	.top {
		vertical-align: top;
	}
	  
}
@media only screen and (min-width: 568px) {
#nav li {
	width: 40%;
	}
#fuss {
	height: 3em;
	}
.bildbox {
	overflow: hidden;
	margin: 6px 0;
	}
.bildbox span {
	width: 44%;
	padding-left: 4%;
    float: left;
	}
#nav li {
		min-width: 30%;
		margin: 4px 0.5%;
	}
h1 {
	font-size: 2em;
	padding-left: 1em;
	}
.telefon {
	font-size: 1.75em;
	padding-left: 46px;
	padding-top: 0;
	width: 200px;
	height: 45px;
	position: absolute;
	top:12px;
	right: 12px;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	border-top: none;
	}
.box {
	overflow: hidden;
	}
.boxinnen {
	padding: 12px;
	width: 256px;
	}
.fl-links {
	float: left;
	}
.fl-rechts {
	float: right;
	}
.bildbox a:nth-child(2n+1) img {
	clear:both;
	}
}
@media only screen and (min-width: 768px) {
body {
	background: #75be5e url(../bilder/pano-bad-schandau.jpg) no-repeat center 3.9em;
}
	
h1 {
	font-size: 2em;
	text-shadow: 0 -1px 0 #fff, 1px 1px 4px #75be5e;
	}
h2 {
	font-size: 1.5em;
	margin: 1em 16px 0.875em 24px;
	}
h3 {
	font-size: 1em;
	margin: 5px 16px 0 24px;
	font-style: italic;
	}
p {
	font-size: 0.875em;
	margin: 0 16px 0.875em 24px;
	}
.spalte-li ul {
	margin-left: 30px;
	}
.titel {
	font: 1.5em 'Marck Script', cursive;
	padding: 1em 16px 0.875em 160px;
	text-shadow: 0 -1px 0 #fff, 1px 1px 4px #75be5e;
	}
.titel span {
	font-size: 100%;
	position:absolute;
	top: 40px;
	left: 320px;
	}
#navbtn {
	display: none;
}
#nav {
	display: block;
}
#nav li {
	min-width: 0;
		width: auto;
		margin: 4px 0.5%;
	}
#nav li a, #nav li span {
	font-size: 0.8125em;
	padding: 4px 6px;
	margin: 2px 0;
	width:100%;
	}
.spalte-li {
	float: left;
	width: 65.3061224489796%;
	}
.spalte-re {
	float: left;
	width:34.69387755102041%;
	padding-top: 1em;
	}
#map-canvas {
	margin: 12px 16px;
	height: 480px;
	}
.formausgabe {
	margin-left: 120px;
	}
.textzeile {
	font-size: 1em;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	}
.box {
	margin: 24px 70px;
	}
.boxinnen {
	width:auto;
	}
.boxinnen h3 {
	font: 1.5em 'Marck Script', cursive;
}
.scrollup{
	position:fixed;
	bottom:40px;
	right:20px;
}
.adresse-start {
	margin-left: 64px;
	}
.adresse-start strong {
	font: 1.5em 'Marck Script', cursive;
	color: #75be5e;
	}
}
@media only screen and (min-width: 980px) {
html {
	overflow-y: scroll;
}
#seite {
	width: 980px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	}
#inhalt {
	padding-bottom: 4.6em;
	}
#fuss {
	position: absolute;
	bottom: 0;
	left: 24px;
	width: 940px;
	margin-left: 0;
	margin-right: 0;
	}
#fuss a {
	text-decoration: none;
	display: inline-block;
	margin-left: 48px;
	padding-top: 0;
	}
#nav li {
	width: auto;
	margin: 4px 1%;
	}
#nav li a, #nav li span {
	font-size: 0.875em;
	padding: 4px 12px;
	margin: 4px 0;
	width:100%;
	}
.bildbox img {
	margin-left: 24px;
	margin-right: 0;
	}
.bildbox2 img {
	margin-left: 16px;
	margin-right: 0;
	}
.bildbox a:nth-child(4n+1) img {
	margin-left: 24px;
	}
.box {
	margin: 24px 120px;
	}
}