/*! 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;
}

a {
    color: #EE6969;
    transition: all 0.4s ease 0s;
}

/* ==========================================================================
   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-weight: 300;
    color: #464646;
    font-size: 1.1em;
    line-height: 1.7em;
}

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%;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

#header {
    background: #9D7693;
    box-shadow: 20px 10px 0 -15px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
    position: relative;
    z-index: 300;
}

#header:after{
	clear: both;
}

/*#header .pullRight{
	float: right;
}*/

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px;
}


.navbar-default {
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0px 10px;
    min-height: 60px;
    flex-direction: row-reverse;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 28px 10px;
    display: block;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    text-decoration: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler {
	border-radius: 0px;
	background: #fff;
}

.nav > li > a {
    padding: 15px 10px;
}

.nav li .dropdown-menu li a {
    font-size: 14px;
    text-decoration: none;
    color: #464646;
    font-weight: normal;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    padding: 5px 8px;
    margin-left: 0px;
    display: block;
}

.nav .dropdown-menu li a:hover {
    background: #464646;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#logo{
	text-align: center;
}

#logo img {
    max-height: 120px;
    max-width: 100%;
}

#smallsearchAnfrage{
	margin-top: 30px;
}

#smallsearchBuchen{
	margin-top: 40px;
}

#social-accounts {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
#social-accounts a {
    background-color: #ADBCC3;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 0.5em 1em;
    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%);
}

.navbar-right{
    display: flex;
    align-content: center;
    align-items: center;
    padding: 15px;
}

#tel{
	margin-right: 10px;
	color: #fff;
}

#tel a, #tel a:hover{
	color: #fff;
	text-decoration: none;
}

.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 120px;
    margin: 0 auto;
    padding: 5px 10px;

    /* 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;
}



#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;
}

.images-cover {
	margin: 0 -15px;
}

#contentwrap{
	background: #FAFAFA;
}
.content{
	background: #fff;
	float: left;
	height: auto;
}

.content-wrap {
    padding: 20px 50px 40px;
}

#pricesFrame{
	font-size: 14px;
}

#pricesFrame .EBPRC-onepricerow-heading{
	font-size: 12px;
}

.rightcol{
	background: #FAFAFA;
	float: right;
	padding: 30px;
}

.no-padding {
    padding: 0;
}

.section hr{
	border-top: 2px solid #000;
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}

h1{
	font-size: 2.443em;
	font-weight: 100;
}


#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;
}

#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;
	font-size: 0.9em;
	padding: 10px 0;
}


.eb_smallsearch h3 {
    font-size: 1.429em;;
    margin: 12px 0px;
}

.eb_smallsearch form{
	width: 100%;
}

.eb_smallsearch .pull-right{
	float: none;
}

.eb_smallsearch button, .eb_smallsearch .submitButton{
	width: 100%;
	padding: 8px;
	border: 1px solid #333;
	margin-top: 10px;
}

.eb_smallsearch button:hover, .eb_smallsearch .submitButton:hover{
	background: #fff;
}

.eb_smallsearch .arrival input, .eb_smallsearch .departure input, .eb_smallsearch .control-group input {
    color: #666666;
    font-size: 0.923em;
    height: 30px;
    line-height: 23px;
    padding-left: 5px;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #AAAAAA;}
#EBSM_overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}
#EBSM_iframeWrap {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 5px 1px #000000;
    height: 94%;
    margin: 20px auto 0;
    max-width: 94%;
    min-width: 660px;
    position: relative;
    width: 985px;
}
#EBSM_iframeWrap .close_EBSM_overlay {
    background: url("http://www.easy-booking.at/ebPlugins/smallSearch/img/close_x.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 24px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
    vertical-align: middle;
    width: 30px;
    z-index: 9999;
}
#EBSM_iframe {
    border: medium none;
    border-radius: 1px;
    height: 100%;
    width: 100%;
}


#smwrap select, #smwrap textarea, #smwrap input[type="text"], #smwrap input[type="password"], #smwrap input[type="datetime"], #smwrap input[type="datetime-local"], #smwrap input[type="date"], #smwrap input[type="month"], #smwrap input[type="time"], #smwrap input[type="week"], #smwrap input[type="number"], #smwrap input[type="email"], #smwrap input[type="url"], #smwrap input[type="search"], #smwrap input[type="tel"], #smwrap input[type="color"], #smwrap .uneditable-input {
    color: #393C3D;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 4px 6px;
    vertical-align: middle;
}

#smwrap select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 60%;
}
#smwrap select, #smwrap input[type="file"] {
    height: 30px;
    line-height: 30px;
}

#smwrap .row-fluid .span6 {
    width: 50%;
    float: left;
}

#smwrap .row-fluid .span6 input{
    width: 90%;
}

.errorMsg{
	color: red;
	font-size: 12px;
}

#smwrap .EBSM_oneRoom{
	padding-top: 10px;
	clear: both;
}

.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 label{
	font-weight: 300;
	margin-bottom: 0px;
}

#ui-datepicker-div{
	font-size: 0.95em;
}




/* ==========================================================================
   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: 1120px){
#tel{
	display: none;
}

}

@media (max-width: 960px){

.content-wrap {
    padding: 0;
}

.rightcol {
	padding: 15px;
}

#header {
    position: relative;
    width: 100%;
    height: auto;
}

#language {
    float: left;
    margin-left: 10px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
}

#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: 766px){

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 10px;
}

}

@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;
    }
}

#header, #kontakt {
    background: none repeat scroll 0 0 #D62848;
}

h3, h1{
 color:#D62848;
font-weight:100;
}

.tx-webx-easybooking-widget .booking { position: relative; }
.ebContainer .form-control { font-size: 1em; }

   /* ==========================================================================
    Map
    ========================================================================== */
    .changecookiepreferences {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #9d9d9d;
      }