#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

iframe{
    display: block;
}

body, html{
    font-family: 'Raleway';
    font-weight: 300;
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: all 0.5s ease;
}

.header-scrolled{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #25762A;
}

.headerinner{
    width: 1170px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    transition: all 0.5s ease;
}

.header-inner-scrolled{
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: none;
}

.headerinner img{
    vertical-align: middle;
}

.nav{
    display: inline;
    flex:end;
}

.menuitem{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase;
}

.ce_text ul{
    padding: 0;
}

.menuitem a{
    text-decoration: none;
    color: #fff;
    display: block;
}

.teaser{
    background-image: url(/files/images/banner.jpg);
    min-height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.teaser .ce_text {
    width: 1170px;
    margin: 0 auto;
    padding-top:150px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 80px;
}
.teaser .ce_text h1{
    font-size: 2em;
    margin-top: 80px;
}

.angebote{
    width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}

.angebote .ce_text{
    width: 33.3%;
    text-align: center;
    color: #6c7279;
    line-height: 1.5;
    font-size: 16px;
}

.angebote .ce_text h2{
    text-transform: uppercase;
    font-size: 14px;
    color: #2d3033;
}

.angebote .ce_text li{
    list-style-type: circle;
    list-style-position: inside;
}

.ueberuns{
    width: 100%;
    padding: 50px 0;
    background: #95CA33;
}

.ueberuns .ce_text{
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.75! important;
    color: #fff;
    font: italic 26px "Cardo", Georgia, "Times New Roman", serif;
}

.speisekarte{
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.speisekarte h1{
    font-size: 26px;
    font-weight: 300;
}

.speisekarte .ce_text{
    font-weight: 700;
}

.speisekarte-download{
    margin-top: 30px;
}

.speisekarte-download a{
    background: #95CA33;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.5s ease;
}

.speisekarte-download a:hover{
    background: #25762A;
}

.galerie-bild ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.galerie-bild img{
    display: block;    
    border: 1px solid white;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.galerie-bild a{
    display: block;    
}

.galerie-bild li{
    list-style-type: none;
    width: 25%;
    flex: 0 0 25%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.galerie-bild figure{
    margin: 0;
    padding: 0;
}

.footerwrap{
    width: 100%;     
    background: #95CA33;
}

.footerwrap2{
    width: 100%;     
    background: #25762A;
}

.footer1{
    width: 1170px;
    margin: 0 auto;
    padding: 100px 0;
    color: white;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
}

.footer1 a{
    text-decoration: underline;
    color: white;
}

.footer1item{
    width: 33.3%;
    text-align: center;
}

.footer2{
    width: 1170px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
    color: white;
    line-height: 1.5;
}

.footer2 a{
    text-decoration: underline;
    color: white;
}

.footer2 a:hover{
    cursor: pointer;
}

.modal{
    max-width: 100%!important;
}

.news{
    width: 1170px;
    margin: 0 auto;
    margin-top: 50px;
    
}

.news .ce_text{
    background: #f6f6f6;
    padding: 25px 20px;
    line-height: 1.5;
}

.mobile-header{
    display: none;
}

.mobilenavwrapper{
    display: none;
}

/* Ergänzungen 2024 C.Mette ***************************************************/

.impressum{
    background-image: url(/files/images/banner.jpg);
    min-height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.impressum .ce_text {
    width: 1170px;
    margin: 0 auto;
    padding-top:150px;
    text-align: left;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
}
.impressum .ce_text h1{
    font-size: 2em;
    margin-top: 80px;
}

/******************************************************************************/
/* Tischreservierung ab 2025 **************************************************/
/* Container für das Formular */
/* Wrapper fürs Reservierungsformular */
.tischreservierung-form {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background: #25762a;              /* leicht warmer Hintergrund */
  border: 1px solid #e0d0c7;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: "Georgia", serif;    /* wirkt elegant */
}

/* Label */
.tischreservierung-form label {
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}

/* Input-Felder */
.tischreservierung-form input,
.tischreservierung-form select,
.tischreservierung-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.tischreservierung-form input:focus,
.tischreservierung-form select:focus,
.tischreservierung-form textarea:focus {
  border-color: #95ca33;
  outline: none;
}

/* Button */
.tischreservierung-form button {
  background: #95ca33;
  color: #fff;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}

.tischreservierung-form button:hover {
  background: #99ea02;
  color: #25762a;
}


/* Ende Tischreservierung *****************************************************/


@media (max-width: 1210px) {
    .ueberuns .ce_text {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .galerie-bild li {
        width: 50%;
        flex: 0 0 50%;
    }
    .teaser .ce_text {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 100px;
        box-sizing: border-box;
    }
    
    .angebote {
        width: 100%;
    }
    .angebote .ce_text {
        width: 100%;
    }
    
    .footer1 {
        width: 100%;
    }
    
    .footer1item {
        width: 100%;
    }
    
    .footer2 {
        width: 100%;
        
    }
    
    .news{
        width: 100%;
        margin-top: 50px;
        text-align: center;

    }

    .news .ce_text{
        background: #f6f6f6;
        padding: 25px 10px;
        line-height: 1.5;
    }
    
    .header{
        display: none;
    }
    
    .header-scrolled{
        display: none;
    }
    
    .mobile-header{
        display: flex;
        width: 100%;
        background: #25762A;
        padding: 10px 5px;
        box-sizing: border-box;
        position: fixed;
        justify-content: space-between;
        align-items: center;
    }
    
    .mobilenavwrapper{
        position: fixed;
        background: rgba(0,0,0,.9);
        font-size: 26px;
        width: 100%;
        top: 67px;       
        display: none;
    }
    
    .mobilenav{
        padding: 0;
        text-align: center;
    }
    
    .mobilenav a{
        color: white;
        display: block;
        text-decoration: none;
    }
    
    .mobilemenuitem{
        padding: 10px 0px;
    }
    
    
    
}

@media (max-width: 750px) { 

    .galerie-bild li {
        width: 100%;
        flex: 0 0 100%;
    }

    
}


/* raleway-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('/files/assets/woff2/raleway-v34-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/assets/woff2/raleway-v34-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url('/files/assets/woff2/raleway-v34-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/assets/woff2/raleway-v34-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/files/assets/woff2/raleway-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/assets/woff2/raleway-v34-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('/files/assets/woff2/raleway-v34-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/assets/woff2/raleway-v34-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/files/assets/woff2/raleway-v34-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/assets/woff2/raleway-v34-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url('/files/assets/woff2/raleway-v34-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/assets/woff2/raleway-v34-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
