@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#page {
	display: table;
	overflow: visible;
	margin: 0px auto;
}

*:first-child+html #page {
	position: relative;
}

/*ie7*/

* html #page {
	position: relative;
}

/*ie6*/

#content_container {
	display: table-cell;
	vertical-align: middle;
	height: 700px;
	min-height: 500px;
}

*:first-child+html #content_container {
	position: absolute;
	top: 50%;
}

/*ie7*/

* html #content_container {
	position: absolute;
	top: 50%;
}

/*ie6*/

*:first-child+html #content {
	position: relative;
	top: -50%;
}

/*ie7*/

* html #content {
	position: relative;
	top: -50%;
	background-color: #C0494B;
}

/*ie6*/

html, body {
	height: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-origin: center;
	background-attachment: fixed;
	background-size: cover;
}

.center {
	text-align: center;
}

.line1 {
	border-top: 1px dashed black;
	background-color: rgba(50, 50, 50, 0.5);
	padding: 2px 8px;
}

.line2 {
	border-top: 1px dashed black;
	background-color: rgba(210, 210, 210, 0.8);
	padding: 2px 8px;
}

.headline {
	background-color: rgba(240, 240, 240, 0.7);
	font-weight: bold;
	padding: 4px 8px;
}

.boright {
	border-right: 1px solid black;
}

#page {
	height: 100%;
	width: 960px;
}

#header {
	text-align: right;
}

#header h1 {
	color: #FBFBFB;
	font-size: 24px;
	text-shadow: 1px 1px 1px black;
}

#logo {
	vertical-align: bottom;
}

#footer {
	background-color: rgba(200, 200, 200, 0.80);
	text-align: center;
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	border-width: 0px 10px 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 5px;
}

.thumbActive {
	border: 2px solid darkblue !important;
}

.transparent {
	opacity: 0;
}

.thumb {
	width: 110px;
	height: 80px;
	cursor: pointer;
}

#thumbs {
	position: absolute;
	bottom: 15px;
}

#appDivBild1 {
	border: solid 2px gray;
	margin-right: 15px;
}

#appDivBild2 {
	border: solid 2px gray;
	margin-right: 15px;
}

#appDivBild3 {
	border: solid 2px gray;
}

#main {
	width: 920px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	min-height: 585px;
	position: relative;
}

#main p {
	line-height: 130%;
	margin-bottom: 10px;
}

#main label {
	display: inline-block;
	width: 100px;
	text-align: right;
}

#main input, select {
	font-size: 110%;
	border: solid 1px gray;
	background-color: white;
	padding: 5px;
	box-shadow: inset 3px 2px 7px 1px silver;
	border-radius: 10px;
	margin-bottom: 5px;
	min-height:25px;
}
#formular h3{
	margin-bottom:10px;
}
#Abreise, #Anreise, #Personen, #Apartment{
	min-width:230px;
	max-width:230px;
}

#anfrage_block1, #anfrage_block2 {
	display: inline-block;
	vertical-align: top;
}

#anfrage_buttons {
	margin-top: 5px;
}
#sendenButton {
	background-color:#123497;
	padding: 6px 17px;
	border: none;
	border-radius: 10px;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	margin-left:200px;
}
#sendenButton:hover{
	color:yellow;
	box-shadow: -1px 3px 8px rgba(0,0,0,0.5);
}

#resetButton {
	background-color: silver !important;
	padding: 6px 17px;
	border: none;
	border-radius: 10px;
	font-size: 1.1em;
	color: black;
	box-shadow: none !important;
}
#resetButton:hover{
	box-shadow: -1px 3px 8px rgba(0,0,0,0.5) !important;
}

#taxi {
	position: relative;
	top: 20px;
	width: 20%;
	float: right;
	padding-right: 5%;
}

#verfuegbarkeit {
	position: relative;
}

#obb {
	margin: 10px 0 10px 0;
}

#text {
	width: 150%;
}

/* styling for the slideshow on the homepage */

ul.slideshow {
	list-style: none;
	width: 350px;
	height: 245px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-top: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	float: right;
}

ul.slideshow li {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
}

ul.slideshow li.show {
	z-index: 500;
	float: right;
}

ul img {
	border: none;
}

#slideshow-caption {
	width: 350px;
	height: 245px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 500;
	float: right;
}

#slideshow-caption .slideshow-caption-container {
	padding: 0px 25px 10px 25px;
	background: transparent url(../images/transparent.png) repeat;
	z-index: 1000;
}

#slideshow-caption p {
	padding: 0;
	font: normal 130% arial, sans-serif;
	color: #FFF;
}

#oben {
	margin-left: 5px;
}

.resize:hover {
	width: 500px;
	height: 334px;
}

div.imageHold {
	width: 958px;
	margin: auto;
	/* andere formatierung, z.B. zentrieren/etc: */
	/* .... */
}

div.imageHold div {
	float: left;
	width: 260px;
	height: 160px;
	/* ab hier kann man die abstände
  und sonstiges der bilder eintragen */
	margin-left: 33px;
	padding-top: 25px;
}

div.imageHold img {
	width: 260px;
	/* wir skalieren das große bild auf die kleine größe */
	height: 160px;
	/* um verpixelung beim vergößern zu verhindern       */
	box-shadow: rgba(0, 0, 0, 0);
	transition: margin-left, margin-top, box-shadow 0.5s;
}

div.imageHold img:hover {
	position: absolute;
	margin-left: -105px;
	/* die hälfte des größenunterschiedes der bilder */
	margin-top: -55px;
	/* hier genau so */
	width: 500px;
	/* die weite beim vergrößern */
	height: 329px;
	/* die höhe beim vergrößern */
	box-shadow: black 2px 2px 10px;
	z-index: 100;
	animation: rotate-scale-up 0.5s linear both;
}

.rotate-scale-up {
	animation: rotate-scale-up 0.65s linear both;
}

/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */

@keyframes rotate-scale-up {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

/**
 * ----------------------------------------
 * animation rotate-scale-up-diag-1
 * ----------------------------------------
 */

@keyframes rotate-scale-up-diag-1 {
	0% {
		transform: scale(1) rotate3d(1, 1, 0, 0deg);
	}
	50% {
		transform: scale(2) rotate3d(1, 1, 0, -180deg);
	}
	100% {
		transform: scale(1) rotate3d(1, 1, 0, -360deg);
	}
}

#impressum {
	padding: 15px;
	top: 10px;
	position: relative;
	border-color: rgba(6, 6, 6, 1.00);
	border-top-width: 2px;
	border-top-style: solid;
	font-size: x-small;
	margin-top:10px;
}

#content_container #content #main #adresse #form1 {
	padding-top: 30px;
}

#text {
	width: 750px;
	left: 45px;
	position: relative;
}

#mailadresse {
	margin-left: 150px;
}

#verfuegbarkeit {
	width: 100%;
	height: 300px;
}

/*---------------- KONTAKT FORM -----------------------------------------------------*/

#adresse {
	margin-right: 10px;
	border-right: 1px gray solid;
	width: 300px;
	vertical-align: top;
	display: inline-block;
}

#kontakte {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	border-right: solid 1px gray;
	padding-right: 10px;
}

#adresse h3, #kontakte h3 {
	margin-bottom: 8px;
}

#qrcode {
	position: relative;
	display: inline-block;
	width: 250px;
	vertical-align: top;
	margin-left: 10px;
}

/*-----------------------------------------------------------------------------------*/

/* BEGIN Horizontal Buttons */

#navcontainer {
	margin-top: 0;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	width: 450px;
	font-weight: bold;
}

/* to stretch the container div to contain floated list */

#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 803px;
	font-size: 14px;
}

ul#navlist li {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	width: 100%;
	border-color: #ffe #aaab9c #ccc #fff;
	color: #FBF9F9;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#navcontainer>ul#navlist li a {
	width: auto;
	font-size: large;
}

ul#navlist li#active a {
	color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

/* END Horizontal Buttons */

/*------------------------------------------------------------------------------------*/

#cssmenu {
	border: none;
	border: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
	width: max-content;
}

#cssmenu ul {
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#cssmenu li {
	float: left;
	padding: 0px;
	text-shadow: 1px 1px 2px black;
}

#cssmenu li a {
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#cssmenu>ul>li>a {
	color: #FFFFFF;
}

#cssmenu ul ul a {
	color: #F8F8F8;
}

#cssmenu li>a:hover, #cssmenu ul li:hover>a {
	background-repeat: no-repeat;
	background-position: bottom center no-repeat;
	background-image: url('images/hover.png');
	background-color: #0933A3;
	color: #FFFFFF;
	text-decoration: none;
}

#cssmenu li ul {
	background-color: #1238A7;
	display: none;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: auto;
	z-index: 200;
	/*top:1em;
	/*left:0;*/
}

#cssmenu li:hover ul {
	display: block;
}

#cssmenu li li {
	background: url('images/sub_sep.png') bottom left no-repeat;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#cssmenu li:hover li a {
	background: none;
}

#cssmenu li ul a {
	display: block;
	height: 35px;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}

#cssmenu li ul a:hover, #cssmenu li ul li:hover>a {
	background: #2580a2 url('images/hover_sub.png') center left no-repeat;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}

#cssmenu p {
	clear: left;
}
