/*! 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: #646464;
}

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: 'Lato', sans-serif;
    font-size: 15px;
    background: #F2EBDE;
    color: #646464;
}

html, body {
    height: 100%;
}

.navbar{
    padding: 0rem;
}

.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px;
    color: #777;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.navbar-collapse {
    justify-content: center;
}

.mobiletitle{
    justify-content: center !important;
}

.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;
}

#homepage {
    height: 75vh;
    overflow: hidden;
    position: relative;
}

#homepage .page-logo img {
    max-height: 100px;
    max-width: 100px;
}

#homepage .container #title{
	margin-top: 20%;
}

#homepage .container .page-logo{
	text-align: center;
}

#homepage .container .tel{
	text-align: center;
}

#homepage .container .tel a{
	background: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 0.867em;
}

#homepage .container .page-title{
	color: #FFFFFF;
	font-family: Pacifico;
	font-size: 4.000em;
	font-weight: normal;
	line-height: 75px;
	text-align: center;
	text-shadow: 0 0 0 #000, 0 1px 0 #000, 0 2px 0 #000, 0 3px 0 #000, 0 4px 3px rgba(255, 255, 255, 0.25), 0 4px 1px rgba(255, 255, 255, 0.5), 0 0 3px rgba(255, 255, 255, 0.2);
}

#homepage .container .mouse {
  position: relative;
  width: 24px;
  height: 44px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  background: transparent;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#homepage .container .mouse .wheel {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  left: 0;
  right: 0;
  -webkit-animation: magic-mouse 1.7s infinite ease;
  animation: magic-mouse 1.7s infinite ease;
}
@keyframes magic-mouse {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}
@-webkit-keyframes magic-mouse {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}

#social-accounts{
	position: absolute;
	top: 240px;
	left: 0px;
	width: 40px;
	height: 400px;
}

#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;
    border-radius: 50%;
}

#social-accounts a.facebook {
    background-color: #6A74B7;
}

#social-accounts a.facebook:hover {
    background-color: #5D66A2;
}

#social-accounts a.twitter {
    background-color: #8AD3E1;
}

#social-accounts a.twitter:hover {
    background-color: #7CBCCB;
}

#social-accounts a.youtube {
    background-color: #FA6142;
}

#social-accounts a.youtube:hover {
    background-color: #EE5E44;
}

#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%);
}

.container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.fullwidthbanner_bottom {
    background: url("../Images/hgtrans.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: 0;
    height: 148px;
    width: 100%;
    z-index: 110;
}

#content{
	background: #F9F9F9;
	padding: 10px 0 50px 0;
}

#ebFrontEndFrame{
	width: 96%;
}

#content .blog-sidebar .sidebarbox{
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 8px solid #85C094;
    margin: 32px 0;
    padding: 10px 32px 32px;
}

#content .blog-sidebar .sidebarbox h3 {
        font-size: 19px;
        font-style: italic;
        font-weight: 700;
}

#content .kontakt li{
	list-style: none;
}

#language{
	float: right;
}

#language.nosidebar {
    width: 100%;
}

#language.nosidebar .wrapper-dropdown-2 {
    float: right;
    margin: auto 0;
}

.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 130px;
    margin: 0 auto;
    padding: 10px 15px;

    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
    margin-top: 5px;
    z-index: 2;

}

.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;
}


.map{
	margin-top: -32px;
}

#map_canvas {
    height: 180px;
}

#mapLink {
    position: relative;
}

#mapLink a {
		position: absolute;
		background: rgba(255,255,255,0.90);
		right: 10px;
		margin-top: 5px;
		color: #333;
		z-index: 10;
    top: 110px;
    padding: 8px 10px;
}

.slider{
	display: none;
}

.section hr{
	border-top: 2px solid #000;
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}

.totop{
	text-align: center;
}

.totop a {
    background-color: #D1D1D1;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    width: 35px;
    border-radius: 50%;
}

#kontakt{
	background: #404040;
	padding: 50px 0;
	font-size: 0.867em;
	color: #ECECEC;
}

#kontakt .copy{
	text-align: right;
}

#kontakt li{
	list-style: none;
}

#footer-social-accounts{
	float: right;
}

#footer-social-accounts a {
    background-color: #ADBCC3;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 10px 3px 0 0;
    text-align: center;
    width: 40px;
}

#footer-social-accounts a.facebook {
    background-color: #6A74B7;
}

#footer-social-accounts a.facebook:hover {
    background-color: #5D66A2;
}

#footer-social-accounts a.twitter {
    background-color: #8AD3E1;
}

#footer-social-accounts a.twitter:hover {
    background-color: #7CBCCB;
}

#footer-social-accounts a.youtube {
    background-color: #FA6142;
}

#footer-social-accounts a.youtube:hover {
    background-color: #EE5E44;
}

#footer-social-accounts a.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 0%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.eb_smallsearch form{
	width: 100%;
}

.eb_smallsearch .arrival input, .eb_smallsearch .departure input {
    color: #666666;
    font-size: 0.923em;
    height: 31px;
    line-height: 23px;
    padding-left: 5px;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
}

.eb_smallsearch .datepicker {
    background: url("../Images/datepicker.png") no-repeat scroll right 8px top 5px #FFFFFF;
    border: 0 none;
}

.eb_smallsearch .submitButton  {
    background: none repeat scroll 0 0 #666;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    padding: 15px 15px;
    margin: 5px 2px;
    width: 47.95%;
}

.eb_smallsearch .anfrage {
	background: none repeat scroll 0 0 #429DCC;
}

.eb_smallsearch .buchen {
	background: none repeat scroll 0 0 #83B669;
}




/* ==========================================================================
   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: 1200px){

.eb_smallsearch .submitButton {
    width: 100%;
}

}


@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;
}

.navbar-header{
	text-align: center;
}

.navbar-toggle {
	float: none;
}

#homepage .container .page-title {
	font-size: 3em;
}


#social-accounts {
	display: none;
}

#homepage .container #title {
    margin-top: 30%;
}

.eb_smallsearch h3 {
float: left;
}



}


@media (max-width: 760px){

#homepage .container .page-title {
	font-size: 2em;
	line-height: 1.3em;
}

#homepage {
    height: 90%;
}

.navbar .nav, .navbar .nav > li {
    display: block;
}

}

/* ==========================================================================
   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;
    }
}

.eb_smallsearch .anfrage, .eb_smallsearch .buchen{
  background: none repeat scroll 0 0 #9F7495;
}

.navbar{
  border-bottom: 8px solid  #9F7495;
}

#content .blog-sidebar .sidebarbox {
    border-top: 8px solid #9F7495;
}

#homepage .container .tel a {
    background: none repeat scroll 0 0 #9F7495;
    color:#fff;
}

.tx-webx-easybooking-widget .booking { position: relative; }
#ebbeContainer #ebbeAppWrapper #ebbeHeader #ebbeUserNav .navbar {
  border-bottom: 0px;
}

   /* ==========================================================================
    Map
    ========================================================================== */
    .changecookiepreferences {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #9d9d9d;
      }