/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    background: #fff;
}

html, body {
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#header-container {
    background-color: #334861;
    cursor: pointer;
    height: 100%;
    left: 0;
    min-height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 80px;
    z-index: 99;
}

.logo img{
	max-height: 70px;
}

#contentwrap, #smallsearch, #content, #footer {
	margin-left: 80px;
}

#contentwrap .flexslider #language{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1000;
	font-size: 13px;
}

#contentwrap .flexslider #hotelName{
	position: absolute;
	top: 25%;
	left: 30px;
	z-index: 1;
}

.main-text {position:absolute;top:50%;margin-top:-55px;width:100%;z-index:20;}

#contentwrap .flexslider .page-title{
	font-family:'Raleway', sans-serif;text-shadow:0 0 15px rgba(0,0,0,0.3);text-transform:uppercase; font-weight:700;font-size:70px;line-height:auto;color:#fff;
}



.container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

#content{
	background: #fff;
	padding: 10px 30px 30px 30px;
}

.slider{
	display: none;
}

.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 150px;
    margin: 0 auto;
    padding: 10px 15px;

    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;

    /* Styles */
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-2 .dropdown li:last-child a {
	border-bottom: none;
}

.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

.wrapper-dropdown-2 .dropdown {
    padding: 0px;
}

/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
    color: grey;
}

/* Active state */


.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    padding: 0px;
}

.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}



.section hr{
	border-top: 2px solid #000;
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}

h1{
	color: #6D8597;
	font-size: 3.0em;
}

#kontakt{
	background: #383F4C;
	padding: 25px 0;
	color: #fff;
}

#kontakt a {
    color: #fff;
    text-decoration: none;
}

#kontakt ul{
	padding: 0px;
}

#kontakt li {
    line-height: 160%;
    list-style: none outside none;
}

#kontakt .footerlinks{
	font-size: 0.929em;
	color: #AAAAAA;
	margin-top: 20px;
}

#smallsearch{
	background: #F9F9F9;
	padding: 20px 30px;
}

#footernav, #map{
	background: #fff;
}


.eb_smallsearch h3 {
    color: #AAAAAA;
    font-size: 1.286em;
    margin: 0px 0px 6px 0;

}

.eb_smallsearch form{
	width: 100%;
}

.eb_smallsearch .arrival input, .eb_smallsearch .departure input {
    color: #666666;
    font-size: 0.923em;
    height: 30px;
    line-height: 23px;
    padding-left: 5px;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #AAAAAA;
    border-radius: 0px;
}

.eb_smallsearch .datepicker {
    background: url("../Images/datepicker.png") no-repeat scroll right 3px top 1px #FFFFFF;
    border: 0 none;
}

.eb_smallsearch .submitButton  {
    background: none repeat scroll 0 0 #666;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    padding: 5px 15px;
    margin: 5px 2px;
}

.eb_smallsearch .anfrage {
	background: none repeat scroll 0 0 #429DCC;
}

.eb_smallsearch .buchen {
	background: none repeat scroll 0 0 #83B669;
}

#mapLink {
    position: relative;
}

#mapLink a {
		position: absolute;
		background: rgba(255,255,255,0.90);
		padding: 10px 16px;
		right: 100px;
		margin-top: 5px;
		color: #333;
		z-index: 10;
    top: 200px;
    padding: 15px 30px;
}

#map_canvas {
    height: 300px;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media (max-width: 960px){
.ch_navigation ul a, .ch_navigation ul a:link, .ch_navigation ul a:visited, .ch_navigation ul span.active {
    padding: 9px 3px;

}

.eb_smallsearch h3 {
float: left;
}

}


@media (max-width: 760px){

#header-container {
    background-color: #334861;
    cursor: pointer;
    height: 100%;
    left: 0;
    min-height: 100%;
    padding: 30px 5px;
    position: absolute;
    top: 0;
    width: 35px;
    z-index: 99999;
}

#contentwrap, #smallsearch, #content, #footer {
	margin-left: 35px;
}

/*body{
	font-size: 0.8em;
}*/

#contentwrap .flexslider .page-title {
    font-size: 20px;
}

#smallsearch, #content {
    padding: 10px 0px
}

#contentwrap .flexslider #language {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

h1 {
    color: #6D8597;
    font-size: 2em;
}

}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.tx-webx-easybooking-widget .booking { position: relative; }
