@charset "UTF-8";


/* Basiseinstellungen */


* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	font-family: "proxima-nova",sans-serif;
	background-color: #000000;
}
.clearing-both {
	clear: both;
}


/* Layout DIV´s */


.wrapper {
	width: 100%;
	min-width: 950px;
	height: 100%;
	min-height: 700px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.header {
	width: 100%;
	height: 15%;
	min-height: 130px;
}
.logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.subnav {
	float: right;
	margin-top: 10px;
	margin-right:20px;
}
.tel {
	float: right;
	color: #ffffff;
	margin-top: 10px;
	margin-right:20px;
}
.tel a {
	position: relative;
	top: -100px;
	font-style: italic;
	color: #ffffff;
	font-size: 25px;
	text-decoration: none;
}
.tel a:hover {
	text-decoration: unerline;
}
.sidebar {
	float: left;
	width: 20%;
	min-width: 200px;
	height: 85%;
	margin-left: 10%;
}
.sidebar-bg {
	width: 90%;
	min-width: 180px;
	height: 100%;
	position: relative;
	left: 1.5%;
	background-color: #000000;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
	/* IE 5-7 */
	filter: alpha(opacity=66);
	/* Netscape */
	-moz-opacity: 0.66;
	/* Safari 1.x */
	-khtml-opacity: 0.66;
	/* Good browsers */
	opacity: 0.66;
}
.mainnav {
	width: 100%;
	min-width: 200px;
	height: 45%;
	min-height: 250px;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	position: relative;
	left: -5%;
	top: -97.5%;
}
.footer {
	width: 80%;
	min-width: 160px;
	height: 45%;
	min-height: 250px;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	position: relative;
	left: 5%;
	top: -97.5%;
	text-align: center;
}
.content-box {
	float: right;
	width:60%;
	min-width: 550px;
	height: 50%;
	min-height: 450px;
	margin-top: 10%;
	margin-right: 5%;
}
.content-bg {
	width:100%;
	height: 100%;
	background-color: #000000;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
	/* IE 5-7 */
	filter: alpha(opacity=66);
	/* Netscape */
	-moz-opacity: 0.66;
	/* Safari 1.x */
	-khtml-opacity: 0.66;
	/* Good browsers */
	opacity: 0.66;
}
.breadcrump {
	height: 5%;
	margin-bottom: 2.5%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 2.5%;
	position: relative;
	top: -100%;
}
.content {
	height: 85%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	position: relative;
	top: -100%;
}
.copyright {
	width: 100%;
	height: 5%;
	text-align: center;
	position: relative;
	top: -95%;
}


/* subnav header Design */


.subnav ul {
	list-style-type: none;
}
.subnav li {
	float: left;
	margin-left: 2.5px;
	margin-right: 2.5px;
	color: #ffffff;
	font-size: 0.8em;
}
.subnav a {
	color: #ffffff;
	text-decoration: none;
}
.subnav a:hover {
	color: #ff6600;
	text-decoration: underline;
}


/* mainnav sidebar Design */


.mainnav li {
	list-style-type: none;
	list-style-position: inside;
}
.navlook {
	width: 100%;
	min-width: 200px;
	display: block;
	background-color: #ffffff;
}
.navfx {
	height: 15px;
}
.navlook a {
	text-decoration: none;
	display: block;
	padding-top: 11px;
	padding-left: 15px;
	padding-bottom: 9px;
}
.navlook a:hover {
	border-right: 5px solid #ff6600;
}
.navheadline {
	font-family: "proxima-nova",sans-serif;
	color: #333333;
	font-weight: 400;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}
.navsubline {
	font-family: "proxima-nova",sans-serif;
	color: #333333;
	font-size: 0.6em;
	font-weight: lighter;
	text-decoration: none;
}

.subnavlook {
	width: 80%;
	min-width: 160px;
	display: block;
}
.subnavlook a {
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-left: 15px;
	padding-bottom: 7px;
}
.subnavlook a:hover {
	border-right: 5px solid #ff6600;
}
.subnavheadline {
	font-family: "proxima-nova",sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: 0.75em;
	text-decoration: none;
}
.mainnav-pos-1 {
	position: relative;
	top: -5px;
}
.mainnav-pos-2 {
	position: relative;
	top: -10px;
}
.mainnav-pos-3 {
	position: relative;
	top: -15px;
}
.subnav-padding {
	padding-top: 3px;
}
.nav-shadow {
	box-shadow: 4px 4px 6px 3px #000000;
	-moz-box-shadow: 4px 4px 6px 3px #000000;
	-webkit-box-shadow: 4px 4px 6px 3px #000000;
}


/* flyout Mainnav */


.mainnav li ul li{
	display: block;
	margin-bottom: 3px;
}
.mainnav li ul li a{
}
.mainnav li {
    position: relative;
    white-space: nowrap;
}
.mainnav li li {
	float: none;
	display: block;
	z-index: 500;
}
.mainnav li:hover {
}
.mainnav li a {
	display: block;
}
.mainnav li:hover a {
    text-decoration: none;
}
.mainnav li li {
	background-color: #ffffff;
    list-style-type: none;
}
.mainnav li li:hover {
}
.mainnav li li a, .mainnav li:hover li a {
    list-style-image: none;
	display: block;
}
.mainnav li li:hover a {
}
.mainnav li ul, .mainnav li:hover ul ul {
    left: -999em;
    position: absolute;
    margin-top: -68px;
    margin-left: 100%;
    z-index: 100;
}
.mainnav li:hover ul {
    left: 0;
}
.mainnav li li:hover ul {
    left: 100%;
    top: 0;
}


/* footer sidebar Design */


.txt-thin {
	font-weight: 100;
}
.txt-light {
	font-weight: lighter;
}
.txt-regular {
	font-weight: normal;
}
.txt-medium {
	font-weight: bold;
}
.txt-bold {
	font-weight: bolder;
}
.txt-italic {
	font-style: italic;	
}
.txt-uppercase {
	text-transform: uppercase;	
}
.txt-6 {
	font-size: 0.6em;
}
.txt-7 {
	font-size: 0.65em;
}
.txt-8 {
	font-size: 0.7em;
}
.txt-9 {
	font-size: 0.75em;
}
.txt-10 {
	font-size: 0.8em;
}
.txt-11 {
	font-size: 0.85em;
}
.txt-12 {
	font-size: 0.9em;
}
.txt-13 {
	font-size: 0.95em;
}
.txt-14 {
	font-size: 1em;
}
.txt-15 {
	font-size: 1.05em;
}
.txt-16 {
	font-size: 1.1em;
}
.txt-17 {
	font-size: 1.15em;
}
.txt-18 {
	font-size: 1.2em;
}
.txt-19 {
	font-size: 1.25em;
}
.txt-20 {
	font-size: 1.3em;
}
.txt-22 {
	font-size: 1.4em;
}
.txtcolor-neutral {
	color: #ffffff;	
}
.bgcolor-neutral {
	background-color: #ffffff;	
}
.txtcolor-grey {
	color: #777777;	
}
.bgcolor-grey {
	background-color: #333333;	
}
.txtcolor-orange {
	color: #ff6600;	
}
.bgcolor-orange {
	background-color: #ff6600;	
}
.txtcolor-blue {
	color: #3399ff;	
}
.bgcolor-blue {
	background-color: #3399ff;	
}
.footer a {
	text-decoration: none;
	padding-bottom: 5px;
}
.footer a:hover {
	text-decoration: underline;
}


/* breadcrump Design */


.breadcrump p {
	float: left;
	padding-right: 10px;
	display: inherit;
}
.breadcrump a {
	text-decoration: none;
	color: #3399ff;
	float: left;
	display: inherit;
	padding-top: 1px;
	padding-right: 10px;
}
.breadcrump a:hover {
	text-decoration: underline;
	color: #ff6600;
}


/* content Design */


.maincontent-h1-box {
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
.maincontent-h2-box {
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
.maincontent-h3-box {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
.maincontent-p-box {
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
.maincontent-a-box {
	display: block;
	padding-bottom: 2.5px;
	padding-left: 25px;
	padding-right: 25px;
}
.content-box a {
	text-decoration: none;
}
.content-box a:hover {
	color: #ff6600;
	text-decoration: underline;
}


/* copyright Design */


.copyright a {
	color: #777777;
	text-decoration: none;
}
.copyright a:hover {
	color: #ff6600;
	text-decoration: underline;
}

/* Colorbox Overlay CSS Design*/

.overlay {
	width: 850px;
}
.overlay-box-lr {
	width: 425px;
	float: left;
}
.overlay a {
	color: #3399ff;
}
.overlay a:hover {
	color: #ff6600;
}
.overlay-rechtliches {}
.overlay-sitemp-l {
	padding-left: 25px;
	padding-right: 25px;
	width: 233px;
	float: left;
}
.overlay-sitemp-m {
	padding-left: 25px;
	padding-right: 25px;
	width: 234px;
	float: left;
}
.overlay-sitemp-r {
	padding-left: 25px;
	padding-right: 25px;
	width: 233px;
	float: left;
}
.sitemap-nav-look a {
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-left: 15px;
	padding-bottom: 7px;
}
.overlay-sitemp-l ul {
	list-style-type: none;
}
.overlay-sitemp-m ul {
	list-style-type: none;
}
.overlay-sitemp-r ul {
	list-style-type: none;
}
.faq-sitemap-box {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.faq-box-spacing {
	padding-top: 25px;
	padding-bottom: 25px;
}
.faq-a-spacing {
	padding-bottom: 10px;
	display: block;
}
.sitemap-buchung {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.sitemap-buchung-left {
	padding-right: 25px;
	padding-bottom: 35px;
	width: 375px;
	float: left;
}
.sitemap-buchung-right {
	padding-right: 25px;
	padding-bottom: 35px;
	width: 375px;
	float: left;
}
.sitemap-buchung-bottom {}
.sitemap-buchung-label {
	width: 125px;
	padding-top: 4px;
	padding-bottom: 6px;
	float: left;
}
.sitemap-buchung-form {
	width: 250px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}
.sitemap-buchung-h2-spacing {
	padding-bottom: 20px;
}
.colorbox-form {
	width: 250px;
	color: #777777;
	background-color: #c6e3ff;
	font-size: 0.9em;
	border-style: none;
	padding-top: 1px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 1px;
}
.selectformlook {
	width: 250px;
	display: inline-block;
	outline: none;
	background: transparent;
	line-height: 1;
	border: none;
	border-radius: 0;
	height: 22px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
	overflow: hidden;
	color: #777777;
	background-color: #c6e3ff;
	font-size: 0.9em;
	border-style: none;
	padding-top: 1px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/img/select-arrow.png);
	text-indent: 0.01px;
	text-overflow: "";
}
.selectformlook-passenger {
	width: 60px;
	display: inline-block;
	outline: none;
	background: transparent;
	line-height: 1;
	border: none;
	border-radius: 0;
	height: 22px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
	overflow: hidden;
	color: #777777;
	background-color: #c6e3ff;
	font-size: 0.9em;
	border-style: none;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/img/select-arrow.png);
	text-indent: 0.01px;
	text-overflow: "";
}
.selectformlook-date {
	outline: none;
	background: transparent;
	border: none;
	border-radius: 0;
    cursor: pointer;
	color: #777777;
	background-color: #c6e3ff;
	font-family: "proxima-nova",sans-serif;
	font-size: 0.9em;
	border-style: none;
	padding-top: 2.5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2.5px;
}
input[type=date]::-webkit-inner-spin-button {
	display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
	background: #c6e3ff;
	color: #ffffff;
}
.selectformlook-time {
	outline: none;
	background: transparent;
	border: none;
	border-radius: 0;
    cursor: pointer;
	color: #777777;
	background-color: #c6e3ff;
	font-family: "proxima-nova",sans-serif;
	font-size: 0.9em;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.sitemap-buchung-msg {
	width: 125px;
	padding-top: 29px;
	padding-bottom: 6px;
}
.sitemap-buchung-msg-input {
	padding-top: 2px;
	padding-bottom: 2px;
}
.colorbox-msg-input {
	width: 650px;
	height: 200px;
	color: #777777;
	background-color: #c6e3ff;
	font-size: 0.9em;
	border-style: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.sitemap-send {
	padding-top: 10px;
	padding-left: 525px;
	width: 110px;
}
.sitemap-send-btn {
	width: 110px;
	border: 2px solid #ff6600;
	border-radius: 10px;
	cursor: pointer;
	color: #ff6600;
	background-color: transparent;
	font-size: 0.8em;
	padding-top: 3.5px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 3.5px;
}
.red-color-txt {
	color: #ff6600;
}
.posFehlerKontaktForm {
	display: none;
}
.posKontaktForm {
	display: none;
}
.content a {
	text-decoration: none;
	color: #ffffff;
}


/* dropdown */

.dropbtn {
    background-color: #ff6600;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
    color: white;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #ffffff;
	color: #ff6600;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 2px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd}

.show {display:block;}