#fe_title {
    padding-top: 10px;
}

#home-boxes {
padding: 0px;
margin: 0 auto;
display: block;
float: left;
width: 100%;
}

.home-box-haeder {
position: relative;
float: left;
width: 100%;
min-height: 40px;
overflow: hidden;
background: #00bdac;
padding-left: 15px;
-webkit-box-sizing: border-box;
border-bottom: 2px #fff solid;
}

.home-box {
    position: relative;
    float: left;
    width: 30%;
    min-height: 280px;
    margin: 20px 20px 20px 20px;
    overflow: hidden;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    border-bottom: 1px #ccc solid;
}

.home-box1-haeder {
position: relative;
float: left;
width: 100%;
min-height: 40px;
overflow: hidden;
background: #00bdac;
padding-left: 15px;
-webkit-box-sizing: border-box;
border-bottom: 2px #fff solid;
}

.home-box1 {
    position: relative;
    float: left;
    width: 29%;
    height: 240px;
    margin: 20px 20px 20px 20px;
    overflow: hidden;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    border-bottom: 1px #ccc solid;
}

.home-box-content img{
    vertical-align: middle;
}

.home-box h2 {
font-size: 20px;
padding-top: 5px;
text-align: left;
color: #fff;
line-height: 1.15em;
text-transform: uppercase;

}

.home-box1 h2 {
font-size: 18px;
padding: 5px;
text-align: left;
color: #fff;
line-height: 1.15em;
text-transform: uppercase;
}

.home-box input[type=text] {
    margin: 10px 0 10px 0;
}

.home-box.last {
    float: right;
    min-height: 200px;
    padding: 15px;
    margin: 0;
    margin-bottom: 19px;
    padding-bottom: 11px;
}
#home-headlines, #home-event {
    height: auto;
}
.home-box .more-link {
    position: absolute;
    right: 15px;
    bottom: 0px;
    padding: 0 0 0 20px;
    background: url('images/marker.gif') no-repeat 2px 8px;
    float: left;
}

#home-headlines li,
#home-events li {
float: left;
width: 100%;
padding: 8px 5px 8px 5px;
border-bottom: 1px solid #D6D6D6;
background: none;
font-size: 17px;
line-height: 0px;
list-style: none;
}

a.button-startseite {
width: 100%;
display: inline-block;
padding: 5px 5px 5px 15px;
min-width: 180px;
background: #999;
}


 a.button-startseite {
color: #fff;
margin-top: 10px;
    }
    
    a.button-startseite:hover {
        background-color: #ccc;
    }


.headertop {
    width: 100%;
    height: 50px;
    background: #ccc;
}

.einkaufswagen {
    background-color: #7b6d65;
}
a.einkaufswagen {
margin-right: 20px;
float: right;
margin-top: -100px;
padding: 10px;

}

a.einkaufswagen:hover {
        background-color: #a79a93;
        
}

.back-button {
    background-color: #7b6d65;
}
a.back-button {
margin-right: 20px;
float: left;
margin-top: -100px;
padding: 10px;
color: #fff;

}

a.back-button:hover {
        background-color: #a79a93;
        color: #7b6d65;
}

.columnsContainer {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: -5px;
}
.leftColumn {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
    float: left;
}

.rightColumn {
width: 50%;
display: inline-block;
padding-right: 10px;
vertical-align: top;
float: right;
}

.columnsContainer1 {
width: 100%;
    text-align: left;
    overflow: hidden;
}

.leftColumn1 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.rightColumn1 {
width: 50%;
display: inline-block;
vertical-align: top;
float: right;
}
.columnsContainerText {
    width: 100%;
    text-align: center;
    margin-top: -25%;
    padding-bottom: 5.8%;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px #000;
}

.kachelinhalt {
    display: block;
    width: 46%;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 10px;
    float:left;
}

.animated-text {
 overflow: hidden;
 height:1.1em;
 word-wrap: break-word;
 white-space: nowrap;
 animation: typing 4s steps(48) forwards;
 animation-iteration-count: infinite;
}

@keyframes typing {
  from { 
    width: 0;
  }

  to { 
    width: 48ch;
  }
}

@keyframes pulse {
  0% {
    background-color: #98bdde;
  }
  50% {
    background-color: #1a9d83;
  }
}


/* first for IE 6/7/8 */
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular.otf') format('otf'),
    url('fonts/MYRIADPRO-REGULAR.woff') format('woff'),
    url('fonts/MYRIADPROREGULAR.ttf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Bold;
    src: url('fonts/MyriadPro-Bold.otf') format('otf'),
    url('fonts/MYRIADPRO-BOLD.woff') format('woff'),
    url('fonts/myriadpro-bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Light;
    src: url('fonts/MyriadPro-Light.otf') format('otf'),
    url('fonts/myriadpro-light-webfont.woff') format('woff'),
    url('fonts/MyriadPro-Light.ttf') format('truetype');
}


/*

@font-face {
    font-family: MyriadPro-Regular;
    src: 
        url('fonts/MyriadPro-Regular.otf') format('otf'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Bold;
    src: 
        url('fonts/MyriadPro-Bold.otf') format('otf'),
        url('fonts/MyriadPro-Bold.woff') format('woff'),
        url('fonts/MyriadPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Light;
    src: 
        url('fonts/MyriadPro-Light.otf') format('otf'),
        url('fonts/MyriadPro-Light.woff') format('woff'),
        url('fonts/MyriadPro-Light.ttf') format('truetype');
}
}
*/


/**
 * HTML5  Boilerplate
 *
 ******************** normalize styles ********************
 */

html { overflow-y: scroll; width: 100%; height: 100%; -webkit-text-size-adjust: none;}
fieldset, p { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
em { font-style: italic; }

#fe_toolbar {display: none !important;}

/**
 ******************** primary styles :: mobile first ********************
 *
 * author :: janik tschanz 
 */

/* use inverted box model */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: MyriadPro-Regular;
    font-family: MyriadPro-Light;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #504f53;  
    background-image: url("/images/content/Layout 2021/Restaurant Stock/Pergament.jpg");
    position: relative;
}

::-moz-selection { background: #fff; text-shadow: 0px 0px #000000; color: #000000; }
::selection { background: #fff; text-shadow: 0px 0px #000000; color: #000000;}

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

 /* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
/**
 * grid system
 *
 *
 */
.grid-container { width: 100%; clear: both;}
.grid-elm { vertical-align: top;}

.grid-align-1-1 { width: 100%; display: inline-block;}
.grid-align-1-2 { width: 100%; display: inline-block;}
.grid-align-1-3 { width: 100%; display: inline-block;}
.grid-align-2-3 { width: 100%; display: inline-block;}
.grid-align-1-4 { width: 50%; display: inline-block;}
.grid-align-3-4 { width: 100%; display: inline-block;}
.grid-align-1-6 { width: 50%; display: inline-block;}
.grid-align-5-6 { width: 100%; display: inline-block;}
.grid-align-1-8 { width: 25%; display: inline-block;}
.grid-align-3-8 { width: 50%; display: inline-block;}
.grid-align-7-8 { width: 100%; display: inline-block;}

.grid-offset { padding: 10px 10px; }
.grid-offset.large { padding: 20px 20px; }
.grid-offset.medium { padding: 15px 15px; }
.grid-offset.small { padding: 5px 5px; }

.grid-offset-top { padding-top: 10px; }
.grid-offset-large-top { padding-top: 20px; }
.grid-offset-larger-top { padding-top: 30px; }
.grid-offset-medium-top { padding-top: 15px; }
.grid-offset-small-top { padding-top: 5px; }

.grid-offset-bottom { padding-bottom: 10px; }
.grid-offset-large-bottom { padding-bottom: 20px; }     
.grid-offset-larger-bottom { padding-bottom: 30px; }     
.grid-offset-medium-bottom { padding-bottom: 15px; }
.grid-offset-small-bottom { padding-bottom: 5px; }

.grid-offset-left { padding-left: 10px; }
.grid-offset-large-left { padding-left: 20px; }
.grid-offset-larger-left { padding-left: 30px; }
.grid-offset-medium-left { padding-left: 15px; }
.grid-offset-small-left { padding-left: 5px; }

.grid-offset-right { padding-right: 10px; }
.grid-offset-large-right { padding-right: 20px; }
.grid-offset-larger-right { padding-right: 30px; }
.grid-offset-medium-right { padding-right: 15px; }
.grid-offset-small-right { padding-right: 5px; }


/**
 * globals
 *
 *
 */
.no-mobile { display: none; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }


.align-right { float: right; }
.align-center { margin: 0 auto; }
.align-left { float: left; }

.show-on-tablet,
.show-on-desktop,
.show-on-screen {
    display: none;
}

.show-on-phone {
display: block;
    position: absolute;
    float: left;
    margin-left: 5%;
    font-size: 20px;
}

/**
 * layout 
 *
 *
 */
 
header { 
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 110px;
    top: 0;
}
.span4a {
    background: #a79a93;
    width: auto;
    margin: 10px;
    box-sizing: border-box;
    display: inline-block;
    height: 247px;

}
.span4a:hover {
    background: #a79a93; repeat scroll 0 0;
color: #FFFFFF;    
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
#home {
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.metanavirechts {
display: inline-block;
position: absolute;
top: 0;
right: 29%;
vertical-align: bottom;
line-height: 55px;
float: right;
top: 7px;
}

#top,
#top.maximixed {
    opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    background-color: #fff;  
    width: 100%; 
    display: inline-block;
    height: 0px;
}

#top.minimized {
    opacity: 1;
}    

#booking {
    background-color: #98bdde;
    width: 100%;    
    display: inline-block;
    position: relative;
    z-index: 900;
    height:43px;
    cursor:pointer;
    animation: pulse 5s infinite;
}
#booking {
    height: 40px;
    padding: 0;
    width: 105px;
    display: inline-block;
    font-size: 13px;
    left: 5px;

}
#booking>div {
    min-height: 43px;
}
#booking>div>p {
    line-height: 43px;
    padding: 0 0 0 10px;
}
.langnavi {
    display:inline-block;
    line-height:46px;
    position:relative;
    top: 3px;
    padding-left: 10px;
}
.langnavi a {
color: #ccc;
margin-right: 10px;
padding-right: 10px;
font-size: 20px;
border-right: 1px solid #ccc;

}
.langnavi a:last-child {
    border:none;
}
.langnavi a.active {
    color: #000;
}
.langnavi a:hover{
    color: #00bdac;
}


span.fontawesome-arrowdown {
    font-size: 2em;
    width:16px;
    height:43px;
    text-align: right;
    cursor: pointer;
    display:inline;
    position:absolute;
    left:217.031px;
    color: #fff;
    right:0;
    -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
    display:none;
}
.fontawesome-arrowdown:before {
    content: "\f105";
}
.fontawesome-arrowdown.up {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
               /* IE6–IE9 */
               filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
                 zoom: 1;
    }
#buchungswidget {
    position:absolute;
    z-index: 999999;
}
#buchungswidget > div {
    position:relative;
    width: 251.031px;
    background-color: #adbcc6;
    z-index: 999999;
}
#buchungswidget .vri-title {
    display:none;
}
#buchungswidget .vri-widget-date-from {
    margin-top: 0px!important;
}
.vsc-vdp-layer .vdp .vdp-cell.vdp-date:hover, .vsc-vdp-layer .vdp .vdp-cell.vdp-date:hover * {
    
}

#open-navigation {
    position: absolute;
    right: 15px;
    top: 12px;
}

#close-navigation {
    position: absolute;
    right: 10px;
    top: 0px;
    display: none;
}

#open-navigation span,
#close-navigation span {
    color: #00bdac;
    font-size: 2em;
    padding: 0 0 0 5px; 
    display: block;
    width: 34px;
    margin-top: 5px;
    text-align: right;
    cursor: pointer;
}

#close-advertisment {
    float: right;
    width: 17px;
    cursor: pointer;
    margin-top: -0.67em;
}
#meta { 
    z-index: 800;
    position: relative;
    left: 0;
    max-width: 100%;
}

#meta ul {
    margin: 0;
    padding: 0;
    width: auto;  
}

#meta ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}

#meta ul li a {
    color: #ffffff;
    margin-right: 10px; 
    display: block;
}

#meta ul.icons li a {
    font-size: 1.3em;
    margin-right: 10px; 
    text-align: center;
    line-height: 27px;
}

#meta ul li a:hover {
    text-decoration: none;
}

#logo {                      
width: 180px;
    height: auto;
    position: relative;
    left: 5px;
    bottom: 0;
    z-index: 800;
    top: 25px;
}

#logo img {
    display: block;
}

#seperator {
    width: 100%;
    height: 110px;
    background-color: #fff;  
}

#eyecatcher {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}

#eyecatcher #slides{
    z-index: 400;
    overflow: hidden;
    max-height: 750px;
    text-shadow: 2px 2px #4d4039;
}

#eyecatcher #slides .item{
    display:none;
}

#eyecatcher #slides .item:first-child {
    display:block;
}

#eyecatcher #next,
#eyecatcher #prev,
#eyecatcher #slide-down {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    color: #eae6e3;
    font-size: 2.8em; 
    z-index: 600;
    display: none;
}

#eyecatcher #prev {
    top: 50%;
    margin-top: -25px;
    left: 0;
}

#eyecatcher #next {
    top: 50%;
    margin-top: -25px;
    right: 0;
}

#eyecatcher #slide-down {
    bottom: 0;
    margin-right: -25px;
    right: 50%;
    display:none;
}

#eyecatcher #slogan {
    display: none;
    z-index: 500;
}

section#main {
    background-color: transparent;
}

#boxes,
#gallery {
    background-color: #ffffff;
    margin-top:20px;
}

#boxes article,
#gallery article {
    background-color: #a79a93;  
    cursor: pointer;
    position: relative;
    padding: 1px;
}


#boxes article .hidden-links,
#gallery article .hidden-more {
    display: none;
}

#content {
    background-color: transparent;

}

footer #links {
background: rgba(158,124,94,0.5);
    text-align: center;
    color: #000;
    font-size: 1.0em;
    display: inline-block;
    width: 100%;
}

footer #copyright {
    text-align: center;
    color: #fff;
    background: #00bdac;
}
 
/**
 * containers
 *
 *
 */
.template {
    background-color: #fff !important;
    border-bottom: 1px solid #ffffff;
}

.template .slider-control {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 500;
    line-height: 100%;
    cursor: pointer;
    font-size: 2.8em;
    color: #ffffff;
    text-align: center;
}

.template .slider-pager {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 499;
    font-size: 2em;
    color: #ffffff;
    text-align: center;
}


.template .slider-control.prev{ 
    left: 0;
}

.template .slider-control.next{ 
    right: 0;
}

.template .slider-control:hover,
.template .slider-pager a.activeSlide {
    color: #b9b1ac;
}



/**
 * icons
 *
 *
 */

/**
 * navigation
 *
 *
 */
nav#mobile-navigation {
    font-size: 14px;
    width: 100%;
    max-width: 450px;
    position: fixed;
    height: auto;
    max-height: calc(100% - 40px);
    background-color: #fff;
    z-index: 1000;
    right: -450px;
    top: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: none;
    color: #777;

}

nav#mobile-navigation.open {    
    right: 0px;   
} 

nav#mobile-navigation ul {
    padding: 0;
    margin: 0;
    width: 100%; 
    overflow: auto;   
}

nav#mobile-navigation .langnavi {
  width:100%;
  text-align:center;
  position: relative;
  left:0px!important;
}

nav#mobile-navigation ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    margin-bottom: 1px;
}

nav#mobile-navigation ul li a{
    display: block;
    color: #777;
    font-size: 1.2em;
    line-height: 1.8em;
    padding: 0 20px;
}

nav#mobile-navigation ul li a.level-1{
    text-transform: uppercase;
}
nav#mobile-navigation ul li a.level-2{
text-transform: uppercase;
    font-size: 13px;
    padding-left: 60px;
    color: #777;
    text-shadow: 0px 0px;

}

nav#mobile-navigation ul li a.active,
nav#mobile-navigation ul li a.starter_active,
nav#mobile-navigation ul li a:hover{
    text-decoration: none;
    background-color: #1D1D1B;
    background-color: #00bdac;
    color: #fff;
}
  

/**
 * elements / fonts 
 *
 *
 */
h1 {
    font-size: 4em;
    font-family: 'Dancing Script';
    font-weight: 400;
    letter-spacing: 0.0em;
    color: #7f624d;
    line-height: 1em;
    text-align: center;
}

h2 {
    font-size: 3em;
    font-family: 'Dancing Script';
    font-weight: 400;
    letter-spacing: 0.0em;
    color: #e3dcc8;
    line-height: 1em;
}

h2a {
    font-family: MyriadPro-Light;
    letter-spacing: 0.0em;
    color: #ffffff;
    line-height: 1.2em;
}


#boxes article h2,
#gallery article h2{
    padding: 5px;
    font-size: 1em;
    letter-spacing: 0.0em;
    font-family: MyriadPro-Light;
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-weight: 400;
}


h3 {
font-size: 20px;
font-family: MyriadPro-light;
line-height: 1.1em;
color: #000;
}

h3a {
    font-size: 1.1em;
    font-weight: 400;
    font-family: MyriadPro-Regular;
    color: #ffffff;
}

h3b {
font-size: 1.5em;
font-weight: 400;
font-family: MyriadPro-Regular;
letter-spacing: 0.05em;
line-height: 1.1em;
}

h4 {

    font-size: 1.8em;
    font-family: MyriadPro-Regular;
    letter-spacing: 0.0em;
    color: #777;
    line-height: 31px;

}

h8 {
    font-size: 1.5em;
    font-weight: 400;
    font-family: MyriadPro-Regular;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    color: #ffffff;
}

a {
    color: #4a3a32;
    text-decoration: none;
}

a:hover {
    color: #a79a93;
    text-decoration: none;
}


a.button {
display: block;
padding: 5px 10px;
background-color: #00bdac;
font-family: MyriadPro-Light;
color: #ffffff;
text-align: left;
margin-top: 10px;
font-weight: bold;
}

a.teaser-button {
    background-color: rgba(74, 57, 50, 0.6);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-family: MyriadPro-Light;
    letter-spacing: 0.05em;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 0;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
    a.teaser-button:hover {
        background-color: #ccc;
    }

a.teaser-button-1 {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: -100px;
    position: absolute;
    width: 300px;
    background-color: rgba(74, 57, 50, 0.6);
    color: #ffffff;
    display: block;
    font-family: MyriadPro-Light;
    letter-spacing: 0.05em;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.9);
}
    a.teaser-button-1:hover {
        background-color: #a79a93;
    }
    
    a.teaser-button-2 {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: -200px;
    position: absolute;
    width: 300px;
    background-color: rgba(74, 57, 50, 0.6);
    color: #ffffff;
    display: block;
    font-family: MyriadPro-Light;
    letter-spacing: 0.05em;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.9);
}
    a.teaser-button-2:hover {
        background-color: #a79a93;
    }
    
    a.teaser-button-3 {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: -300px;
    position: absolute;
    width: 300px;
    background-color: rgba(74, 57, 50, 0.6);
    color: #ffffff;
    display: block;
    font-family: MyriadPro-Light;
    letter-spacing: 0.15em;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.9);
}
    a.teaser-button-3:hover {
        background-color: #a79a93;
    }


footer #links a {
    color: #354b54;
    text-decoration: none;
}

footer #links a:hover {
    color: #354b54;
    text-decoration: underline;
}

footer #copyright a {
    color: #adbcc6;
    text-decoration: none;
}

footer #copyright a:hover {
    color: #adbcc6;
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

del {
    color: #ff0000;
    text-decoration:line-through;
}

img {
    height: auto;
    width: 100%;
    display: block;
}

.download img {
    height: auto;
    width: auto;
    display: block;
    box-sizing: border-box;
}


p {
    padding: 0 0 20px 0;
    color: #fff;
}

hr {
    border: 0;
    width: 100%;  
    color: #a79a93;
    background-color: #a79a93;
    height: 1px;
}

hr.backend-only {
    border: 0;
    width: 100%;  
    color: #5D7381;
    background-color: #5D7381;
    height: 10px;
    margin-bottom: 20px;
    display: none;
}

ul { /* empty */ }

ul li { /* empty */ }

table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-color: #ccc;
    color: #333;
}

table tr:nth-child(even) {
    background-color: rgba(0,189,172, 0.1);
}

table tr:nth-child(odd) {
    background-color: rgba(0,189,172, 0.3);
    
}

table tr th {
    padding: 10px;
    font-weight: bold;

}

table tr td {
    padding: 5px;
    border-color: #ccc;
}


/**
 * forms
 *
 *
 */
fieldset { border: none; }
legend { border: none; visibility: hidden; }

#contactFormError {
    display: none;
    width: 100%;       
    color: #ff0000;  
    padding: 20px 10px 20px 10px;   
    line-height: 1.1em;
    border: 1px solid #ff0000;
    background-color: #FFD8D8;
    margin: 20px 0;
}

form p,
form > fieldset > div.row {
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 0;
}

form .is_required {
    padding: 0 0 0 1%;
    color: #E30613;
}
     
form label {
    display: inline-block;    
    padding: 0;
    width: 100%;
    font-weight: bold;
}

form #captcha {
    width: 50%;
}

form label#coreCaptchaLabel {
    width: 100%;
    font-weight: normal;
    margin: 0px 0 10px 0;
}

form #coreCaptchaCode {
    width: 40%;
    vertical-align: top;
}

form #coreCaptchaImage {
     display: inline-block;
    height: 40px;
    margin: 0 0 0 10px;
    vertical-align: baseline;
    width: auto;
}


form #captcha {
    overflow: hidden;
    display: block;
    clear: both;
    height: auto;
    width: 100%;
}

form .contactFormGroup,
form .newsletterFormGroup,
form .shopFormGroup
{
    display: inline-block;  
    width: 100%;     
}

fieldset { border: none; }
legend { border: none; display: none; }

form .contactFormGroup label,
form .newsletterFormGroup label,
form .shopFormGroup label
{                     
    width: auto;
    font-weight: normal; 
    margin: 0 20px 0 0;    
}

form .contactFormGroup input,
form .newsletterFormGroup input,  
form .shopFormGroup input 
{
    display: inline-block;
    margin: 0 10px 0 0;          
    width: auto;
    border: 0px;
}


input,
textarea,
select { 
    border: 1px solid #99bac2;   
    padding: 9px;
    width: 100%;
    margin-top: 10px;
    font-family: MyriadPro-Light;
}   

input[type="checkbox"],    
input[type="radio"] {    
    width: auto;
}


input[type="submit"] { 
    background-color: #00bdac;
    font-family: MyriadPro-Light;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;

    margin-top: 10px;
    border: 0px solid #354b54;  
}

input[type="button"], 
input[type="reset"] { 
    padding: 10px 20px;
    background-color: #00bdac;
    font-family: MyriadPro-Light;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    margin-top: 10px;
    border: 0px solid #354b54;  
}

input[type="submit"]:hover ,
input[type="button"]:hover, 
input[type="reset"]:hover { 
    background-color: #9ABEDF;  
}

/**
 ******************** media queries :: replace images for retina displays ********************
 *
 *
 */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}

/**
 ******************** media queries :: tablet screen view ********************
 *
 *
 */
@media only screen and (min-width: 810px) {
    /**
     * grid system
     *
     *
     */
    .grid-container { /* empty */ }
    .grid-elm { /* empty */ }

    .grid-align-1-1 { width: 100%; display: inline-block; }
    .grid-align-1-2 { width: 100%; display: inline-block;}
    .grid-align-1-2.text { width: 50%; }
    .grid-align-1-2.image { width: 50%;}
    .grid-align-1-3 { width: 33.33%; display: inline-block; }                
    .grid-align-2-3 { width: 100%; display: inline-block; }
    .grid-align-1-4 { width: 33.33%; display: inline-block; }
    .grid-align-1-4.larger-on-tablet { width: 50%; display: inline-block; }
    .grid-align-3-4 { width: 100%; display: inline-block;}
    .grid-align-1-6 { width: 25%; display: inline-block; }
    .grid-align-5-6 { width: 100%; display: inline-block; }
    .grid-align-1-8 { width: 16.66%; display: inline-block; }
    .grid-align-3-8 { width: 50%; display: inline-block; }
    .grid-align-7-8 { width: 100%; display: inline-block; }

    .grid-offset { padding: 15px; }
    .grid-offset.large { padding: 30px 30px; }
    .grid-offset.larger { padding: 45px 45px; }
    .grid-offset.medium { padding: 23px 23px; }
    .grid-offset.small { padding: 8px 8px; }
    
    .grid-offset-top { padding-top: 15px; }
    .grid-offset-large-top { padding-top: 30px; }
    .grid-offset-larger-top { padding-top: 45px; }
    .grid-offset-medium-top { padding-top: 23px; }
    .grid-offset-small-top { padding-top: 8px; }

    .grid-offset-bottom { padding-bottom: 15px; }
    .grid-offset-large-bottom { padding-bottom: 30px; }     
    .grid-offset-larger-bottom { padding-bottom: 45px; }     
    .grid-offset-medium-bottom { padding-bottom: 23px; }
    .grid-offset-small-bottom { padding-bottom: 8px; }

    .grid-offset-left { padding-left: 15px; }
    .grid-offset-large-left { padding-left: 30px; }
    .grid-offset-larger-left { padding-left: 45px; }
    .grid-offset-medium-left { padding-left: 15px; }
    .grid-offset-small-left { padding-left: 5px; }

    .grid-offset-right { padding-right: 15px; }
    .grid-offset-large-right { padding-right: 30px; }
    .grid-offset-larger-right { padding-right: 45px; }
    .grid-offset-medium-right { padding-right: 23px; }
    .grid-offset-small-right { padding-right: 8px; }
    
    /**
     * globals
     *
     *
     */
    .show-on-phone,
    .show-on-screen{
        display: none;
    }
    
    .show-on-tablet {
        display: block;
    }

    /**
     * layout 
     *
     *
     */
     
    header { 
        height: 140px;
    }
    
    #booking {
        height:53px;
    }

    #open-navigation,
    #close-navigation {
        right: 15px;
        top: 15px;
    }
    
    #top,
    #top.maximixed {
        height: 87px;
    }
    
    #meta ul.icons li a {
        line-height: 57px;
    }
    
    #logo {                      
        width: 140px;
        padding: 5px;
    }

    #seperator {
        height: 140px; 
    }
    
    #eyecatcher #next,
    #eyecatcher #prev,
    #eyecatcher #slide-down {
        font-size: 3.8em; 
    }
    
    h2.banner-txt {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
    font-family: MyriadPro-Light;
    font-size: 60px;
    line-height: 30px;
    }
    
    .banner-txt-background {
        margin: 0px auto;
        padding: 5px;
        width: 100%;
        font-size: 25px;
        color: #fff;
    }

    #eyecatcher #slogan {
        display: block;
        position: absolute;
        width: 100%;
        height: 150px;
        text-align: center;
        top: 76%;
        left: 0;
        margin-top: -75px;
visibility:hidden;
    }
        #slogantitel {
        display: block;
        position: absolute;
        width: 100%;
        height: 150px;
        text-align: center;
        top: 76%;
        left: 0;
        margin-top: -75px;

    }

    /**
     * containers
     *
     *
     */
    
    #boxes article .hidden-links ul,   
    #gallery article .hidden-more ul{   
        padding: 8px;
    }
    
    .template {
        display: table;
        min-height: 400px; 
        border-bottom: 0px solid #ffffff;
        height: auto;
        width: 100%;
    }

    .template .text {
        vertical-align: middle;
        height: auto;
        display: table-cell;
    }

    .template .image {
        display: table-cell;
        overflow: hidden;
        position: relative;
        text-align: right;
        height: auto;
        overflow: hidden;

    }
    
    .template .slider-control {
        cursor: pointer;
        font-size: 3.8em;
    }

    .template .slider-pager {
        font-size: 3em;
    }
    
    /**
     * icons
     *
     *
     */

    /**
     * navigation
     *
     *
     */
    nav#mobile-navigation {
        top: 53px;
    }

    /**
     * elements / fonts 
     *
     *
     */
    h1 {
        font-size: 2.1em;
        text-align: center;
    }
        h2 {
        font-size: 2.1em;
        
    }
    
    #slogan h1 {
        color: #ffffff;
        font-size: 3em; 
        font-family: MyriadPro-Regular;
        text-shadow: 2px 2px 2px rgba(53, 75, 84, 1);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
        letter-spacing: 0.1em;
        margin-bottom: 0.15em;
        
    }
    
    #boxes article h2,
    #gallery article h2{
        padding: 8px;
        font-size: 1.1em;
        letter-spacing: 0.05em;
    }
    
    #slogan p {
        color: #ffffff;
        font-size: 1.3em; 
        font-family: MyriadPro-Regular;
        font-family: MyriadPro-Light;
        text-shadow: 2px 2px 2px rgba(53, 75, 84, 1);
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        letter-spacing: 0.05em;
        padding: 0 15px;
    }
    
    a.button {
        width: auto;
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
        min-width: 180px;
        background: #00bdac
    }

    /**
     * forms
     *
     *
     */    

    form label {
        padding: 15px 0 5px 0;
        width: 100%;
        vertical-align: top;
    }    
    
    form label.noCaption {
        padding-top: 0px;   
    }                  

    form .contactFormGroup,
    form .newsletterFormGroup,
    form .shopFormGroup,
    form .contactFormUpload          
    {
        width: 45%;
        display: inline-block;
        margin-left:15%;
    }    
    
    form .contactFormClass_multi_file {
        width: 100%;   
    }    

    form input,
    form select,
    form textarea
    {
width: 100%;
margin: auto;
    }  
    
    input[type="submit"],
    input[type="button"], 
    input[type="reset"] { 
        width: auto;
        display: inline-block; 
        margin-right: 10px;
        margin-top: 10px;
        min-width: 180px;
    }

    
    #contactFormError {
        padding: 20px 20px 20px 20px; 
    }
    
    form #captcha {
        display: inline-block;
    }
    
    footer input[type="submit"] {      
        width: auto;               
    }

}

/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
@media only screen and (min-width: 1024px) {
    /**
     * grid system
     *
     *
     */
    .grid-container {
max-width: 1100px;
position: relative;
margin: 0 auto;
        
    }
    .grid-elm { /* empty */ }

    .grid-align-1-1 { width: 100%; display: inline-block; }
    .grid-align-1-2 { width: 50%; display: inline-block; }
    .grid-align-1-2.text { width: 50%; padding: 40px;}
    .grid-align-1-2.image { width: 50%;background: #000;}
    .grid-align-1-3 { width: 33.33%; display: inline-block; }
    .grid-align-2-3 { width: 66.66%; display: inline-block; }
    .grid-align-1-4 { width: 25%; display: inline-block; }
    .grid-align-1-4.larger-on-tablet { width: 25%; display: inline-block; }
    .grid-align-3-4 { width: 75%; display: inline-block; }
    .grid-align-1-6 { width: 16.66%; display: inline-block; }
    .grid-align-5-6 { width: 83.33%; display: inline-block; }
    .grid-align-1-8 { width: 12.5%; display: inline-block; }
    .grid-align-3-8 { width: 37.5%; display: inline-block; }
    .grid-align-7-8 { width: 87.5%; display: inline-block; }
    
    .grid-offset { padding: 20px; }
    .grid-offset.large { padding: 40px 40px; }
    .grid-offset.larger { padding: 60px 60px; }
    .grid-offset.medium { padding: 30px 30px; }
    .grid-offset.small { padding: 10px 10px; }
    
    .grid-offset-top { padding-top: 20px; }
    .grid-offset-large-top { padding-top: 5px; }
    .grid-offset-larger-top { padding-top: 60px; }
    .grid-offset-medium-top { padding-top: 30px; }
    .grid-offset-small-top { padding-top: 10px; }

    .grid-offset-bottom { padding-bottom: 20px; }
    .grid-offset-large-bottom { padding-bottom: 30px; }     
    .grid-offset-larger-bottom { padding-bottom: 60px; }     
    .grid-offset-medium-bottom { padding-bottom: 30px; }
    .grid-offset-small-bottom { padding-bottom: 10px; }

    .grid-offset-left { padding-left: 20px; }
    .grid-offset-large-left { padding-left: 40px; }
    .grid-offset-larger-left { padding-left: 60px; }
    .grid-offset-medium-left { padding-left: 30px; }
    .grid-offset-small-left { padding-left: 10px; }

    .grid-offset-right { padding-right: 20px; }
    .grid-offset-large-right { padding-right: 40px; }
    .grid-offset-larger-right { padding-right: 60px; }
    .grid-offset-medium-right { padding-right: 30px; }
    .grid-offset-small-right { padding-right: 10px; }
    

    /**
     * globals
     *
     *
     */
    
    .show-on-phone,
    .show-on-tablet {
        display: none;
    }
    
    .show-on-screen {
        display: block;
    }

    /**
     * layout 
     *
     *
     */
    header {
        background-color: #000;
        height: 135px;
        border-bottom: 1px #ccc solid;
    } 
    
    header.home {
        height: 135px;   
    }

    #direktbucher {
width: 450px;
height: 45px;
margin-left: 20px;
margin-top: -15px;
z-index: 999;
}

    #booking {
    height: 43px;
    width: 200px;
    left: 20px;
    margin-top: 10px;
    margin-right: 10px;
    z-index: 9;
    font-size: 18px;
}

    #booking>div>strong>a {
        line-height: 43px;
        padding-left:10px;
    }
    #buchungswidget {
        position:absolute;
    }
    #buchungswidget > div {
        position:relative;
        width: 251.031px;
    }

    #buchungswidget .vri-title {
        display:none;
    }
    #buchungswidget .vri-widget-date-from {
        margin-top: 0px!important;
    }
    
    #functions { 
        display: none;
    }
    
    #open-navigation,
    #close-navigation {
        display: none !important;
    }
    
    #top,
    #top.maximixed {
        height: 100px;
        background: #000;
    }
    
#logo {
width: auto;
padding: 10px;
margin-left: auto;
display: table;
margin-right: auto;
text-align: center;
top: 0px;
    }
    
    #meta {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    
    #navigation {
        
    }
    
    #subnavigation {
    background-color: #00bdac;
    position: relative;
    top: -10px;

    }

    #seperator {
        height: 135px; 
    }
    
    #seperator.home {
        height: 135px; 
    }
    
    #eyecatcher #next,
    #eyecatcher #prev,
    #eyecatcher #slide-down {
        font-size: 4.8em; 
    }
    
    footer #copyright {
        height: auto;
    }
     
    /**
     * containers
     *
     *
     */
    #boxes article .hidden-links,
    #gallery article .hidden-more {
        background-color: #a79a93;  
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        display: none;
        opacity: 0;
       -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; 
        z-index: 800;
    }
    
    #boxes article:hover .hidden-links,
    #gallery article:hover .hidden-more {
        opacity: 1;
        display: block;
    }
    
    #boxes article.no-hover:hover .hidden-links,
    #gallery article.no-hover:hover .hidden-more {
        opacity: 0;
        display: none;
    }

    #boxes article .hidden-links ul,   
    #gallery article .hidden-more ul{   
        padding: 10px;
        margin: 0;
        width: 100%;
    }
     
    #boxes article .hidden-links ul li,
    #gallery article .hidden-more ul li {   
        padding: 0;
        margin: 0;
        width: 100%;
        list-style: none;
    }

    #boxes article .hidden-links ul li a,  
    #gallery article .hidden-more ul li a{  
        text-align: center;
        color: #4a3a32;
        width: 100%;
        display: block;
        padding: 3px 5px 3px 5px;
        text-decoration: none;
    } 
    
    #boxes article .hidden-links ul li a:hover,  
    #gallery article .hidden-more ul li a:hover {  
        color: #ffffff;
        background-color: #7b6d65;
        text-decoration: none;
    }

    #boxes article .hidden-links ul li a:focus,  
    #gallery article .hidden-more ul li a:focus,  
    #boxes article .hidden-links ul li a:active,
    #gallery article .hidden-more ul li a:active {  
        text-decoration: none;
        color: #ffffff;
        background-color: #7b6d65;
    }
    
    
    .template.img-right .text {
        padding-left: 20px;
    }
    
    .template.img-left .text {
    padding-right: calc(50% - (700px) + 20px);
    background-image: url("/images/content/Layout 2021/Restaurant Stock/Schiefer.jpg");
 
    }
    
    .template .slider-control {
        cursor: pointer;
        font-size: 4.8em;
        display: none;
    }

    .template .slider-pager {
        font-size: 4em;
    }
     
    /**
     * icons
     *
     *
     */

    /**
     * navigation
     *
     *
     */
    nav#screen-main-navigation {
text-align: left;
margin-top: -100px;
    }   
    
    nav#screen-sub-navigation {
text-align: center;
display: block;
margin: 0 auto;
padding-top: 15px;
    }
    
    nav#screen-main-navigation ul,
    nav#screen-sub-navigation ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    nav#screen-main-navigation ul li,
    nav#screen-sub-navigation ul li {
        padding-right: 5px;
        padding-left: 5px;
        margin: 0;
        list-style: none;
        display: inline-table;
        font-size: 11px;
    }

    nav#screen-main-navigation ul li a{
        display: block;
        color: #777;
        font-size: 1.1em;
        padding: 15px 10px 0px 0px;
        margin-top: 15px;
        line-height: 23px;
    }
    
    nav#screen-sub-navigation ul li a{
        display: block;
        color: #4a3a32;
        font-size: 0.9em;
        padding: 10px 6px;
    }
    
    nav#screen-main-navigation ul li a:hover{
        text-decoration: none;
    }
    
    nav#screen-main-navigation ul li a.active{
text-decoration: none;
font-weight: bold;
    }
    
    nav#screen-sub-navigation ul li a:hover,
    nav#screen-sub-navigation ul li a.active{
        color: #ffffff;
        text-decoration: none;
    }
    
    nav#screen-main-navigation ul li a.active,
    nav#screen-sub-navigation ul li a.active {
       /* font-weight: bold;*/
    }

    /**
     * elements / fonts 
     *
     *
     */
    h1 {
        font-size: 4em;
        text-align: center;
    }
    h2 {
        font-size: 3em;
    }
    
    #boxes article h2{
        padding: 10px;
        font-size: 1.3em;
    }
    
    #eyecatcher #next:hover,
    #eyecatcher #prev:hover,
    #eyecatcher #slide-down:hover {
        color: #ffffff;
        
    }
    
    #meta ul.links li {
        float: left;
    }
    
    #meta ul.links li a {
        padding-right: 10px;
        border-right: 1px solid #ffffff;
        line-height: 1em;
        font-size: 0.75em;
        text-transform: uppercase;
    }
    
    #meta ul.links li a.active,
    #meta ul.links li a:hover {
        color: #9ABEDF;
    }
    
    #meta ul.links li:last-child a {
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0px solid #ffffff;
    }
    
    a.button {
        margin-right: 20px;
        margin-top: 20px;
    }
    
    a.button:hover {
        background-color: #ccc;
    }

    /**
     * forms
     *
     *
     */
     
    input[type="submit"],
    input[type="button"], 
    input[type="reset"] { 
        margin-right: 20px;
        margin-top: 20px;
    }
    
    #shop figure a {
    float: left;
    margin: 10px;
    width: 45%;
}
}

/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
@media only screen and (min-width: 1280px) {
    #functions { 
position: absolute;
top: 25px;
z-index: 800;
display: block;
right: 20%;
    }

    #functions ul {
        margin: 0;
        padding: 0;
        width: auto;
        display: inline-block;
    }

    #functions ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        vertical-align:middle;
    }

    #functions ul li a {
        color: #ccc;
        margin-right: 10px; 
        display: block;
    }

    #functions ul.icons li a {
        font-size: 1.5em;
        margin-right: 10px; 
        text-align: center;
        line-height: 43px;
    }

    #functions ul li a:hover {
        text-decoration: none;
        color: #00bdac;
    }
    
    #functions #action {
display: inline-block;
background-color: #ccc;
margin-left: 10px;
line-height: 23px;
left: 100px;
position: absolute;
top: 12px;
width: 160px;
padding: 2px;
display: none;
height: 27px;
    }
    
    #functions #action #search,
    #functions #action #call,
    #functions #action #mail{
        display: none;
    }
    
    #functions #action #search input{
        height: 23px;
        border: 0;
        padding: 0 5px;

    }  
    #functions #action #call a,
    #functions #action #mail a{
        display: block;
        height: 23px;
        padding: 0 5px;
        border-radius: 0px;
        background-color: #ffffff;
        text-align: center;
    }
    
    #functions #action #call a:hover,
    #functions #action #mail a:hover{
        color: #ffffff;
        background-color: #00bdac;
    }
    
    
    nav#screen-main-navigation ul li,
    nav#screen-sub-navigation ul li {
        text-transform: uppercase;
    }
    nav#screen-main-navigation ul li a{
        font-size: 1.5em;
        padding: 10px 10px;
    }
    
    nav#screen-sub-navigation ul li a{
font-size: 1.3em;
padding: 5px 5px 3px 5px;

    }
    
    #slogan h1 {
        font-size: 4.8em; 
        
    }
    
    #slogan p {
        font-size: 3em; 
        padding: 0 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    
    .template.img-right .text {
        padding-left: calc(50% - (600px) + 20px);
    }
    

    
    #advertisment {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 18px -5px rgba(0, 0, 0, 0.9);
    display: inline-block;
    float: right;
    font-size: 0.3em;
    position: absolute;
    right: 9.5%;
    top: 150px;
    z-index: 500;
    max-width:155px;
}


.advertismentcontent {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 18px -5px rgba(0, 0, 0, 0.9);
    display: inline-block;
    float: right;
    font-size: 0.35em;
    height: auto;
    position: absolute;
    right: 3%;
    top: 200px;
    max-width:50%;
    z-index: 999;
}

#bewertung {
    font-size: 0.4em;
    height: auto;
    margin-left: 10px;
    margin-top: -170px;
    position: fixed;
    width: 150px;
    z-index: 500;
}
#sound {
    font-size: 0.8em;
    height: auto;
    margin-left: 20px;
    margin-top: 10px;
    position: fixed;
    width: auto;
    z-index: 500;
}
     
}





@media only screen and (max-width: 1280px) {
#advertisment {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 18px -5px rgba(0, 0, 0, 0.9);
    display: inline-block;
    float: right;
    font-size: 0.4em;
    position: absolute;
    right: 1%;
    top: 150px;
    z-index: 500;
    max-height: 250px;
    max-width:50%;
    border: 0px solid #adbcc6;
}


.langnavi {
    top: 0px;
}

.advertismentcontent {
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 0 18px -5px rgba(0, 0, 0, 0.9);
    float: right;
    height: auto;
    position: absolute;
    right: 5%;
    top: 200px;
    max-width:50%;
    z-index: 999;
}
#close-advertisment {
    float: right;
    width: 25px;
    cursor: pointer;
    margin-top: -0.67em;
}

.direktbuchung {
    display:block;
    float: left;
    height: auto;
    position: relative;
    max-width: 180px;
}

#bewertung {
    display:none;
    font-size: 0.4em;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    position: fixed;
    width: 150px;
    z-index: 500;
}
h3b {
font-size: 1.0em;
font-weight: 400;
font-family: MyriadPro-Regular;
letter-spacing: 0.05em;
line-height: 1.1em;
}
h2 {
    font-size: 3em;

}
h3 {
    font-size: 2em;

}
.columnsContainerText {
    width: 100%;
    text-align: center;
    margin-top: -25%;
    padding-bottom: 4.5%;
    letter-spacing: 0.1em;
}
}
/*
 ******************** helper classes ********************
 *
 *
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /**text-indent: -9999px;*/
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /* *zoom: 1; */
}

/*
 ******************** print styles ********************
 *
 *
 */

@media print {
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
    
    table { page-break-after:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    td    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }
    div { page-break-inside:auto; page-break-after:auto }   
    header { page-break-after:auto }               
    section { page-break-inside:auto; page-break-after:auto }          
    footer { page-break-inside:auto; page-break-after:auto }          
    ul { page-break-inside:auto; page-break-after:auto }      
}

    @page {
        margin: 1.5cm;
    }
   
.vsc-item-personaldata-hoteldata-payment-types img{
    width: 100%;
    float: left;
}

.vsc-remote div img{
        width: 40px;
}

.item {
    width: 100% !important;
    max-height:750px;
}

.wrapper{
    position: absolute;
    width: 100%;
    bottom: 7%;
    text-align: center;
    z-index: 800;
}

.slider-text, .slider-text a {
display: block;
font-weight: bold;
color: white;
line-height: 1.2em;
letter-spacing: 0.1em;
    /*width: auto;*/
}

h2.banner-txt {
    color: white;

}
h3.banner-txt {
    color: white;
}


@media only screen and (min-width: 1280px){
    .banner-txt {
        font-size: 4.8em;
        font-weight: bold;
    }
    .columnsContainerText {
    width: 100%;
    text-align: center;
    padding-bottom: 3.8%;
    letter-spacing: 0.1em;
}
}

@media only screen and (min-width: 810px){
    .banner-txt {
        color: #ffffff;
        font-size: 3em;
        font-family: MyriadPro-Regular;
        text-shadow: 2px 2px 2px rgba(53, 75, 84, 1);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
        letter-spacing: 0.1em;
        margin-bottom: 0.15em;
    }
    
    #meta ul {
    margin: 0;
    padding: 0;
    width: auto;  
}
}

@media (min-width: 812px) and (max-width: 823px){
.columnsContainerText {
    width: 100%;
    text-align: center;
    margin-top: -30%;
    padding-bottom: 3.8%;
    letter-spacing: 0.1em;
}
    #direktbucher {
display: none;

}

.home-box1 {
    width: 44%;
}
}

@media only screen and (max-width: 810px){

        h2.banner-txt {
        display: block;
        color: white;
        
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        font-weight: bold;
        margin:10px auto;
    }
    .banner-txt-background{
        
        margin: 0px auto;
        padding: 5px;
        width: 100%;
    }
        #eyecatcher {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

} 


@media only screen and (max-width: 768px){
    
        .template.img-left .text {
        padding-right: calc(50% - (700px) + 20px);
        background-image: url("/images/content/Layout 2021/Restaurant Stock/Schiefer.jpg");
    }

#home-boxes {
    width: 89%;
}

.home-box1 {
    width: 100%;
    height: auto;
}

    h2.banner-txt {
    line-height: 0.5em;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    margin: 10px auto;
    font-size: 1.5em;
    }
    
    .banner-txt-background{
        margin: 0px auto;
        padding: 5px;
        width: 100%;
        
    }
    h3 {
    font-size: 1.5em;
}

    #eyecatcher {
    position: relative;
    overflow: hidden;
margin-top: 0px;
        
    }


.leftColumn1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.rightColumn1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.columnsContainerText {
    width: 100%;
    text-align: center;
    margin-top: -25%;
    padding-bottom: 3.8%;
    letter-spacing: 0.1em;
}
#booking>div>p {
    padding: 0 0 0 5px;
}
#booking {
top: 5px;

}
    #direktbucher {
display: none;

}

#shop figure a {
    float: left;
    margin: 10px;
    width: 100%;
}

#booking>div {
    min-height: 43px;
    max-width: 95px;
}

    .home-box {
    width: 100%;
}

#home-headlines, #home-events {
    list-style: none;
    
}
}

@media only screen and (max-width: 420px){
#meta ul {
    margin: 0;
    padding: 0;
    width: 75%;

}

    .template.img-left .text {
        padding-right: calc(50% - (700px) + 20px);
        background-image: url("/images/content/Layout 2021/Restaurant Stock/Schiefer.jpg");
    }
    
    
.kachelinhalt {
    display: block;
    width: 94%;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 10px;
    float: left;
}
.leftColumn1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.rightColumn1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.columnsContainerText {
    width: 100%;
    text-align: center;
    margin-top: -15%;
    padding-bottom: 2%;
    background: #7b6d65;
    padding-top: 16%;
}
.leftColumn {
    width: 100%;
}  
    .rightColumn {
    width: 100%;
}
#shop figure a {
    float: left;
    margin: 10px;
    width: 100%;
}   
    #booking {
    width: 97px;
}
#booking>div {
    max-width: 97px;
}
    .banner-txt-background {
        margin: 0px auto;
        padding: 5px;
        width: 100%;
        font-size: 15px;
        color: #fff;
    }
}

@media only screen and (width: 1024px) {
    /**
     * grid system
     *
     *
     */
    .grid-container { max-width: 1300px; margin: 0 auto; }
    .grid-elm { /* empty */ }

    .grid-align-1-1 { width: 100%; display: inline-block; }
    .grid-align-1-2 { width: 50%; display: inline-block; }
    .grid-align-1-2.text { width: 50%;}
    .grid-align-1-2.image { width: 50%;}
    .grid-align-1-3 { width: 33.33%; display: inline-block; }
    .grid-align-2-3 { width: 66.66%; display: inline-block; }
    .grid-align-1-4 { width: 25%; display: inline-block; }
    .grid-align-1-4.larger-on-tablet { width: 25%; display: inline-block; }
    .grid-align-3-4 { width: 75%; display: inline-block; }
    .grid-align-1-6 { width: 16.66%; display: inline-block; }
    .grid-align-5-6 { width: 83.33%; display: inline-block; }
    .grid-align-1-8 { width: 12.5%; display: inline-block; }
    .grid-align-3-8 { width: 37.5%; display: inline-block; }
    .grid-align-7-8 { width: 87.5%; display: inline-block; }
    
    .grid-offset { padding: 20px; }
    .grid-offset.large { padding: 40px 40px; }
    .grid-offset.larger { padding: 60px 60px; }
    .grid-offset.medium { padding: 30px 30px; }
    .grid-offset.small { padding: 10px 10px; }
    
    .grid-offset-top { padding-top: 40px; }
    .grid-offset-large-top { padding-top: 5px; }
    .grid-offset-larger-top { padding-top: 60px; }
    .grid-offset-medium-top { padding-top: 30px; }
    .grid-offset-small-top { padding-top: 10px; }

    .grid-offset-bottom { padding-bottom: 20px; }
    .grid-offset-large-bottom { padding-bottom: 30px; }     
    .grid-offset-larger-bottom { padding-bottom: 60px; }     
    .grid-offset-medium-bottom { padding-bottom: 30px; }
    .grid-offset-small-bottom { padding-bottom: 10px; }

    .grid-offset-left { padding-left: 20px; }
    .grid-offset-large-left { padding-left: 40px; }
    .grid-offset-larger-left { padding-left: 60px; }
    .grid-offset-medium-left { padding-left: 30px; }
    .grid-offset-small-left { padding-left: 10px; }

    .grid-offset-right { padding-right: 20px; }
    .grid-offset-large-right { padding-right: 40px; }
    .grid-offset-larger-right { padding-right: 60px; }
    .grid-offset-medium-right { padding-right: 30px; }
    .grid-offset-small-right { padding-right: 10px; }
    

    /**
     * globals
     *
     *
     */
    
    .show-on-phone,
    .show-on-tablet {
    display: block;
    float: right;
    right: 20%;
    top: 10%;
}
    .show-on-screen {
        display: block;
    }
    #logo {
    width: 200px;
    padding: 10px;
    left: 1%;
    top: 15px;
}
.home-box {
    width: 29%;
}

nav#screen-sub-navigation {
padding-top: 0px;
top: -5px;
}

#subnavigation {
    background-color: #00bdac;
    position: relative;
    top: -5px;
    height: 25px;
}

#home-headlines li, #home-events li {
    font-size: 15px;
}
.home-box h2 {
    font-size: 17px;
}
}

@media (min-width: 1024px) and (max-width: 1440px) {

#logo {
width: 270px;
    padding: 10px;
    left: 0px;
    top: -5px;
}
header {
    height: 115px;
}
#seperator {
    height: 115px;
}
}