:focus {
	outline: 0;
}
* {
	behavior: url('htc/boxsizing.htc');
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}
.noselect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
html {
	overflow-y: scroll;
	background: #fff url("../images/tile.png") repeat;
}
html, body {
	margin: 0;
	padding: 0;
}
#info {
	padding: 0;
	margin: 7px 20px 10px 10px;
}
/* Ribbon */
.kartenlink-wrapper {
	width: 175px;
	height: 175px;
	overflow: hidden;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 999;
}
.kartenlink {
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 5px 0 5px 15px;
	right: 0;
	top: 40px;
	width: 220px;
	color: #fefefe;
	background-color: #B22222;
	letter-spacing: 0.075em;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7 */
	filter: progid :DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=90, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=7, Direction=180, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=270, Color=#dddddd);
}
#content p {
	text-align: left;
	padding: 10px 0 20px 0;
}
#content p img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
#content h3 {
	font-family: 'NeoRetroFillRegular';
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
#logo h3 {
	font-family: 'NeoRetroFillRegular';
	font-size: 47px;
	color: #fefefe;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}
.citaat {
	display: block;
}
.mobile_citaat {
	display: none;
}
.line {
	border: none;
	width: 100%;
	padding: 0;
	margin: 15px 0 30px 0;
	height: 10px;
	background: url('../images/line.png') repeat-x;
}
.bottomline {
	border: none;
	width: 100%;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 10px;
	background: url('../images/line.png') repeat-x;
}
/* Menu */

#menu {
	text-align: center;
}
#menu img {
	margin-top: 20px;
}
#menu ul li {
	display: inline-block;
	zoom: 1;
	*
	display: inline;
	cursor: pointer;
}
#menu ul li a.navigation, #menu ul li a.navigation_active_uber, #menu ul li a.navigation_active_galerie, #menu ul li a.navigation_active_kontakt, #menu ul li a.navigation_active_gastebuch {
	position: relative;
	text-align: center;
	display: inline-block;
	zoom: 1;
	*
	display: inline;
	width: 150px;
	height: 133px;
	outline: none;
}
.navigation_active_uber {
	background-image: url('../images/spot1.png');
	background-repeat: no-repeat;
}
.navigation_active_galerie {
	background-image: url('../images/spot2.png');
	background-repeat: no-repeat;
}
.navigation_active_kontakt {
	background-image: url('../images/spot3.png');
	background-repeat: no-repeat;
}
.navigation_active_gastebuch {
	background-image: url('../images/spot4.png');
	background-repeat: no-repeat;
}
#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-family: 'NeoRetroFillRegular';
	font-size: 16px;
	position: relative;
	text-decoration: none;
	text-align: center;
	margin: 0 10px;
	color: #efefef;
	width: 150px;
	height: 133px;
	cursor: pointer;
}
#menu ul li:first-child a:hover, #menu ul li:first-child a:active, #menu ul li:first-child:hover a, #menu ul li:first-child:active a {
	background-image: url('../images/spot1.png');
	background-repeat: no-repeat;
}
#menu ul li:first-child + li a:hover, #menu ul li:first-child + li a:active, #menu ul li:first-child + li:hover a, #menu ul li:first-child + li:active a {
	background-image: url('../images/spot2.png');
	background-repeat: no-repeat;
}
#menu ul li:first-child + li + li a:hover, #menu ul li:first-child + li + li a:active, #menu ul li:first-child + li + li:hover a, #menu ul li:first-child + li + li:active a {
	background-image: url('../images/spot3.png');
	background-repeat: no-repeat;
}
#menu ul li:first-child + li + li + li a:hover, #menu ul li:first-child + li + li + li a:active, #menu ul li:first-child + li + li + li:hover a, #menu ul li:first-child + li + li + li:active a {
	background-image: url('../images/spot4.png');
	background-repeat: no-repeat;
}
/* Content */

#content {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
}
#content .eight.columns {
	padding: 0;
	margin: 0;
}
#content-left, #content-right {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
}
#content-left {
	float: left;
}
#content-right {
	float: right;
}
textarea {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
/* Footer */

#footer {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
/* Galerie */

.galerie {
	list-style-type: none;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.galerie li {
	cursor: pointer;
	border: 10px solid #fff;
	margin: 5px;
	display: inline-block;
	zoom: 1;
	*
	display: inline;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7 */
	filter: progid :DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=90, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=7, Direction=180, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=270, Color=#dddddd);
}
.galerie li a {
	display: block;
	outline: none;
}
.galerie li img {
	display: block;
	border: none;
}
/* Karten */

.karten {
	list-style-type: none;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.karten li {
	margin: 5px 30px 15px 20px;
	display: inline-block;
	zoom: 1;
	*
	display: inline;
}
.karten li a p {
	color: #47657f;
}
#content .karten p {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.karten li img {
	display: block;
	border: none;
	width: 300px;
	outline: none;
}
.foto {
	border: 10px solid #fff;
	zoom: 1;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7 */
	filter: progid :DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=90, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=7, Direction=180, Color=#dddddd),
	progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=270, Color=#dddddd);
}
.msg.success {
	color: #339900;
	font-weight: bold;
	margin-bottom: 10px;
}
.msg.error {
	color: #b7405a;
	font-weight: bold;
	margin-bottom: 10px;
}
.robotic {
	display: none;
}
.gb_output {
	margin-left: 60px;
}
.submit {
	background-color: #47657f;
	color: #fff;
	width: inherit;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.submit:hover {
	background-color: #b7405a;
}
/* #Media Queries
 ================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) {
	.bottomline {
		margin-left: 10px;
		width: 940px;
	}
}
@media only screen and (max-width: 959px) {
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#info {
		padding: 0;
		margin: 5px 20px 10px 20px;
	}
	.foto {
		width: 100%;
	}
	.bottomline {
		margin-left: 10px;
		width: 748px;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	body {
		margin-top: 30px;
	}
	#bestellen {
		margin-bottom: 30px;
	}
	#info {
		padding: 0;
		margin: 5px 0 10px 0;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.galerie li, .karten li {
		cursor: default;
		margin: 0;
	}
	.galerie li, .galerie li img {
		width: 100%;
	}
	#logo h3 {
		margin: 15px auto 0 auto;
		max-width: 300px;
	}
	.gb_output {
		margin-left: 0;
	}
	.kartenlink-wrapper {
		width: 100%;
		height: 30px;
		overflow: hidden;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 999;
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		/* For IE 5.5 - 7 */
		filter: progid :DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#dddddd),
		progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=90, Color=#dddddd),
		progid: DXImageTransform .Microsoft.Shadow(Strength=7, Direction=180, Color=#dddddd),
		progid: DXImageTransform .Microsoft.Shadow(Strength=3, Direction=270, Color=#dddddd);
	}
	.kartenlink {
		width: 100%;
		height: 40px;
		text-align: center;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		position: relative;
		padding: 5px 0;
		right: 0;
		top: 0;
		color: #fefefe;
		background-color: #B22222;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#logo h3 {
		width: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.foto {
		width: 100%;
	}
	#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
		font-family: 'NeoRetroFillRegular';
		font-size: 16px;
		position: relative;
		text-decoration: none;
		text-align: center;
		margin: 0;
		color: #efefef;
		width: 140px;
		height: 133px;
		cursor: pointer;
	}
	.citaat {
		display: none;
	}
	.mobile_citaat {
		display: block;
	}
}
/* #Font-Face
 ================================================== */

@font-face {
	font-family: 'NeoRetroFillRegular';
	src: url('../fonts/NEORF___-webfont.eot');
	src: url('../fonts/NEORF___-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/NEORF___-webfont.woff') format('woff'), url('../fonts/NEORF___-webfont.ttf') format('truetype'), url('../fonts/NEORF___-webfont.svg#NeoRetroFillRegular') format('svg');
	font-weight: bold;
	font-style: normal;
}
