/*! 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: 14px;
    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;
    background-color: #DCDCD4;
    color: #464646;
}

html, body {
    height: 100%;
}

img, embed, object, video {
  max-width: 100%;
  height: auto;
  width: auto;
}

.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%;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

#header {
    height: 100%;
    left: 0;
    padding: 7px;
    position: fixed;
    top: 0;
    width: 450px;
}

#header .inner {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow: hidden;
    position: relative;
}

#header .images-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45%;
    overflow: hidden;
}

#header .branding{
	text-align: center;
	padding-top: 20px;
}

#header .branding ul{
	padding: 0px;
}

#header .branding ul li{
	list-style: none;
}

#social-accounts {
    bottom: 0em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#social-accounts a {
    background-color: #ADBCC3;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 0.5em 10px;
    text-align: center;
    width: 40px;
}

#social-accounts a.facebook {
    background-color: #3B5998;
}

#social-accounts a.facebook:hover {
    background-color: #4C70BA;
}

#social-accounts a.twitter {
    background-color: #00ACED;
}

#social-accounts a.twitter:hover {
    background-color: #21C2FF;
}


#social-accounts a.googleplus {
    background-color: #D84825;
}

#social-accounts a.googleplus:hover {
    background-color: #E94E2A;
}

#social-accounts a.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#content {
    padding: 7px 8px 7px 450px;
}

.row {
    margin: 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

#content .navbar_yaro {
border-radius: 0px;
margin-bottom: 0px;
background: #373B3F;
font-family: 'Oswald', sans-serif;
}

#content #main-content{
	background: #fff;
	padding-top: 20px;
}


.navbar_yaro{
	padding: 10px 0px;
	text-align: center;
	font-size: 1.214em;
	font-weight: normal;
}

.navbar-nav{
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
}

.navbar-default {
    background: #fff;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #fff;
    text-decoration: underline;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}

.navbar-toggle {
	border-radius: 0px;
}

.nav > li > a {
    padding: 15px 10px;
}

.dropdown-menu {
	border-radius: 0px;
	text-transform: uppercase;
    min-width: 10rem;
    left: -10px;
    width: max-content;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 0;
}

.dropdown-menu > li > a {
	font-size: 13px;
    width: 100%;
    display: flex;
    height: 30px;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
}
.dropdown-menu > li > a:hover {
    background: #000;
    color: #fff;
}

#logo img {
    max-height: 50px;
}

#language{
	float: right;
}

#language ul li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
}

#language ul li img {
    width: 16px;
    height: 11px;
}

#homepage .container .page-title{
	margin-top: 20%;
	background-color: #FFFFFF;
	color: #171717;
	padding: 15px 13px 15px 20px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}


.section hr{
	border-top: 2px solid #000;
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}

h1{
	font-size: 2.143em;
}


#kontakt{
	background: #2F2F2F;
	padding: 50px 0;
	color: #fff;
}

#kontakt ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#kontakt ul{
	padding: 0px;
}

#kontakt a{
	color: #fff;
	text-decoration: none;
}

#kontakt a:hover{
	text-decoration: underline;
}


#map_canvas {
    height: 300px;
    margin-top: 30px;
    z-index: 0;
}

#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;
}



#smallsearch{
	padding: 30px 0;
}

#footernav {
	background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.eb_smallsearch {
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	padding: 20px 0;
}

.eb_smallsearch h3 {
    font-size: 1.429em;
    text-align: center;
    margin: 12px 0px;
}

.eb_smallsearch form{
	width: 100%;
}

.eb_smallsearch .arrival input, .eb_smallsearch .departure input {
    color: #666666;
    font-size: 0.923em;
    height: 33px;
    line-height: 23px;
    padding-left: 5px;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #AAAAAA;
}

.eb_smallsearch .datepicker {
    background: url("../Images/datepicker.png") no-repeat scroll right 3px top 3px #FFFFFF;
    border: 0 none;
}

.eb_smallsearch .search{
	text-align: center;
}

.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;
}

#contentpriceOmeter {
    padding: 30px 0px;
}

#ebPriceOMeter {
    border-top: 1px solid #EEE;
    padding: 20px 0px;
}

/* ==========================================================================
   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){



#header {
    position: static;
    width: 100%;
    height: auto;
}

#header .inner {
	height: auto;
}

#header .images-cover {
    height: auto;
}

#social-accounts{
	display: none;
}

#header .branding {
    padding: 30px 0;
}

#content {
    padding: 0 7px 7px;
}

/*.row {
    margin-left: -15px;
    margin-right: -15px;
}*/

}



@media (max-width: 768px){

.navbar-header{
    width: 100%;
    padding: 1rem;
}


}


@media (max-width: 460px){




}

/* ==========================================================================
   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;
    }
}

#content h1, h2, h3 {
  color:#6D8597 !important;
}

.tx-webx-easybooking-widget .booking { position: relative; }


   /* ==========================================================================
    Map
    ========================================================================== */
    .changecookiepreferences {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #9d9d9d;
      }