/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {/*background: url(../img/bg2.png) top left repeat fixed;*/
    /*background: #F7F7F7;*/
    background: none;
    font-size: 100%;
    height: 100%;
    min-height: 100%;
}
body {
    padding: 0;
    background: #2D2D2D;
    /*background: none;*/
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    /*font-family: 'Work Sans', Helvetica, Arial, sans-serif;*/
    color: #333;
    position: relative;
    height: 100%;
    min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    /*font-family: 'Work Sans', Helvetica, Arial, sans-serif;*/
    font-weight: 200;
    color: #333;
    margin: 0 !important;
    padding: 0 0 .5em 0 !important;
}
h1,
h1 a {
    font-size: 250%;
    font-size: 2.5rem
}
h2,
h2 a {
    font-size: 225%;
    font-size: 2.25rem;
}
h3,
h3 a {
    font-size: 180%;
    font-size: 1.8rem;
}
h4,
h4 a {
    font-size: 150%;
    font-size: 1.5rem;
}
h5,
h5 a {
    font-size: 140%;
    font-size: 1.40rem;
}
h6,
h6 a {
    font-size: 130%;
    font-size: 1.3rem;
}
li, p {/*font-size: 160%;font-size: 1.6rem;*/
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
}
ul, ol, dl {
}
table tr th, table tr td {
}

li, p, ul, ol, dl, table tr th, table tr td, a{
    font-size: 120%;
    font-size: 1.2rem;
}
a {
    color: #111;
    transition: all .5s;
}
a:hover {
    color: #AB0108;
    transition: all .5s;
}
.maincontent a {
    text-decoration: underline;
}
/* Space */
.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em; }
.frame-space-before-large { margin-top: 4em; }
.frame-space-before-extra-large { margin-top: 5em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 4em; }
.frame-space-after-extra-large { margin-bottom: 5em; }
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# site settings
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.row {
    max-width: 100% !important;
}
.allinner,
.mcinner,
.paddinner,
.startnews,
.breacrumb-menu,
.sitenav-inner{
    /*background: #ffffff !important;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    height: auto;

}
.paddinner {
    max-width: 1480px;
}
#wrapper {
    background: #fff;
}
.innercol {
    margin: 0 !important;
    /*padding: 10px 20px !important;*/
    padding: 0 !important;
}
/* # ~~~~~ Background overrides  ~~~~~ # */
.bg-padding {
    padding: 15px;
}
/* # ~~~~~ bg1 ~~~~~ # */
.background-style-1,
.background-color-scheme-1,
.bg-one,
.bg1{
    background: #AB0108  !important;
}
.color-one {
    color: #AB0108
}
/* # ~~~~~ bg2 ~~~~~ # */
.background-style-2,
.background-color-scheme-2,
.bg-two,
.bg2 {
    background: #F2F5F7 !important;
}


/* # ~~~~~ bg3 ~~~~~ # */
.background-style-3,
.background-color-scheme-3,
.bg-three,
.bg3 {
    background: #ECF1F3 !important;
}
/* # ~~~~~ bg 4 ~~~~~ # */
.background-style-4,
.background-color-scheme-4,
.bg-four,
.bg4 {
    background: #2D2D2D !important;
}
/* # ~~~~~ bg 5 ~~~~~ # */
.background-style-5,
.background-color-scheme-5,
.bg-five,
.bg5 {
    background: #333 !important;
}
/* # ~~~~~ bg6 ~~~~~ # */
.background-style-6,
.background-color-scheme-6,
.bg-six,
.bg6 {
    background: #f9f9f9 !important;
}

.color6,
.color-six {
    color: #AD151C;
}
.innercol.padding-scheme-1{
    padding: 15px !important;
}
.bts1 {
    border-top: 1px solid #AF0E14;
}
.bbs2 {
    border-bottom: 1px solid #ddd;
}
a.prefix:before{
    content: "\f1ea";
}
.bg-menu-outer {
    background: #FFF5E9
}
.bg-menu{
    background: #F2EBE3
}
.bg-times {
    background: #F2EBE3
}
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Start:
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.start-jump-one,
.start-jump-two,
.start-jump-three {

    transition: all .5s;
}
.start-jump-one a,
.start-jump-two a,
.start-jump-three a {
    font-size: 160%;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0 !important;
    padding: 6em 1em !important;
    display: block;
    transition: all .5s;
}
.start-jump-one a:before,
.start-jump-two a:before,
.start-jump-three a:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    padding-right:.5em;
    font-weight:lighter;
}

/*container:*/
.facts-outer .h2-default:before,
.cards-outer .h2-default:before,
.times-outer .h2-default:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 50px;
    display: block;
    text-align: center;
    /*padding-top: 2em;*/
    color: #E67A00
}
.start-jump-one a:before,
.facts-outer .h2-default:before {
    /*info*/
    content: "\f30f";
}
.start-jump-two a:before,
.cards-outer .h2-default:before{
    /*speisekarten*/
    content: "\f2e7";
}
.start-jump-three a:before,
.times-outer .h2-default:before{
    /*times*/
    content: "\f34e";
}
.start-jump-one a:hover,
.start-jump-two a:hover,
.start-jump-three a:hover {
    color: #F2EBE3;
    transition: all .5s;
}
.start-jump-one p,
.start-jump-two p,
.start-jump-three p {
    margin: 0 !important;
    padding: 0 !important;
}
.start-jump-one {
    background: #2F2622
}
.start-jump-two {
    background: #3F342E
}
.start-jump-three {
    background: #51423A
}
.start-jump-one:hover,
.start-jump-two:hover,
.start-jump-three:hover {
    background: #E67A00;
    transition: all .5s;
}

/*coloored boxes cardmenu*/
.colored-boxes-page-flex .card {
    color: inherit;
}
.colored-boxes-page-flex a .biergarten {
    background: #EDCECC;
}
.colored-boxes-page-flex a .fabula-five {
    background: #E3D4AC;
}
.colored-boxes-page-flex a .partyservice-bg {
    background: #EEDAD1;
}
.colored-boxes-page-flex a .inhouse {
    background: #EEDAD1;
}
.colored-boxes-page-flex a .wintergrilllen {
    background: #FFF5E9;
}
.colored-boxes-page-flex a .pizzatag {
    background: #FFE4C9;
}
.colored-boxes-page-flex a span {
    color: #2F2622;
    transition: all .5s;
}
.colored-boxes-page-flex a:hover span {
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 4px #777;
    transition: all .5s;
}
.colored-boxes-page-flex .thumb-inner-wrapper {
    position: relative;
    height:100%;

}
.start-jump-one a:before {
    /*info*/
    content: "\f30f";
}
.start-jump-two a:before {
    font-family: "Font Awesome 5 Pro";
    /*speisekarten*/
    content: "\f2e7";
}
.start-jump-three a:before {
    font-family: "Font Awesome 5 Pro";
    /*times*/
    content: "\f34e";
}

/*speisekarten thumb*/
.cardmenu-313 .card-field-four .card-subtitle-all:after {
    font-family: "Font Awesome 5 Pro";
    /*times*/
    content: "\f019";
    padding-left: .5em;
    color: #E67A00
}

/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# structure
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/ 

.stage {
    clear: both;
    height: 100%
}
.stage figure {
    margin: 0 !important;
    padding: 0 !important;
}

/* # ~~~~~ breadcrumb ~~~~~ # */
.breacrumb-menu {
    padding: .5em 0;
}
/* # ~~~~~ Main content ~~~~~ # */
.start-hero-link img {

}
.maincontent.ce-col {
    padding: 0 !important;
    /*background: #ccc;*/
    background: #F2F5F7;
    clear: both;
    border-bottom: 1px solid #ddd;
}
.doktype-116 .maincontent.ce-col {
    border: inherit;
}
.main-innercol {
    padding: 2em 0;
    background: #F2F5F7;
}
.doktype-116 .main-innercol {
    padding: 0;
}
.blayout-pagets__pure_no_maincontent .main-innercol {
    padding: 0;
    background: #F2F5F7;
}
.mcinner {
    padding: 1em 0 !important;
}
.doktype-116 .maincontent.ce-col,
.doktype-116 .main-innercol {
    background: #fff;
}
.doktype-116 .mcinner {
    padding: 0 !important;
}
.footerone {
    padding: 3em 1em;
    background: #614F47;
}
.footertwo {
    padding: 4em 1em;
    background: #2F2622;
}
.partner {
    padding: 4em 1em;
    background: #2a221e;
}
.footerthree {
    background: #26201C;
    padding: 3em 1em;
}
.about-min {

}
.about-min p, .about-min li, .about-min a, .about-min label, .about-min legend, .about-min span, .about-min,
.footerone p, .footerone li, .footerone a, .footerone label, .footerone legend, .footerone span, .footerone,
.footertwo p, .footertwo li, .footertwo a, .footertwo label, .footertwo legend, .footertwo span, .footertwo {
    color: #fff !important;
}

.partner p, .partner li, .partner a, .partner label, .partner legend, .partner span, .partner {
    color: #eee !important;
}
.partner img {
    height: 150px;
    width: auto;
}

.footerone a,
.partner a,
.footertwo a {
    color: #FFD3A0 !important;
}
.footerone a:hover,
.footertwo a:hover {
    color: #D37000 !important;
}
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Settings for small screens
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
@media only screen and (max-width: 40.063em) {
    h1,
    h1 a {
        font-size: 150%;
        font-size: 1.50rem
    }

    h2,
    h2 a {
        font-size: 140%;
        font-size: 1.4rem;
    }
    h3,
    h3 a {
        font-size: 130%;
        font-size: 1.3rem;
    }
    h4,
    h4 a {
        font-size: 110%;
        font-size: 1.1rem;
    }

    .stagetop {
        padding: 0 !important;
    }

    .maincontent.ce-col {
        padding: 10px !important;
        background: #fff;
    }
    .footer-three-col ul.service-menu.menu.align-right.pipe {
        text-align: left;
    }
    /* Space */
    .frame-space-before-extra-small { margin-top: .1em; }
    .frame-space-before-small { margin-top: .2em; }
    .frame-space-before-medium { margin-top: .3em; }
    .frame-space-before-large { margin-top: .4em; }
    .frame-space-before-extra-large { margin-top: .5em; }
    .frame-space-after-extra-small { margin-bottom: .1em; }
    .frame-space-after-small { margin-bottom: .2em; }
    .frame-space-after-medium { margin-bottom: .3em; }
    .frame-space-after-large { margin-bottom: .4em; }
    .frame-space-after-extra-large { margin-bottom: .5em; }
}

.gradient {
    background: linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4)) 100% !important;
}
#bodyId-108 .mcinner {
    opacity: .99;
    margin-top: -150px;
    background: #fff
}
.widum-split-content-var{
    min-height: 50vh;
}
.split-content-text-left,
.split-content-text-right {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%
}
.split-content-text-left .ce-textpic,
.split-content-text-right .ce-textpic {
    width: 100% !important;
}
.split-content-text-left p,
.split-content-text-left h3,
.split-content-text-right h3,
.split-content-text-right p{
    line-height: 250%;
    text-align:center;
}
.split-content-text-left li,
.split-content-text-right li{
    line-height: 250%;
    /*text-align:center;*/
}
#bodyId-3 .mcinner {
    margin: 0 !important;
    padding: 0 !important;
}
.msmart-li-24 a {
    color: red !important;
    text-transform: uppercase
}
.mein-fabula .callout {
    margin: 0 !important;
    padding: 0 !important;
}
.mein-fabula .callout p {
    margin: 0 !important;
    padding: .5em 0 !important;
}
.mein-fabula .close-button {
    font-size: 1em !important;
    color: #000 !important;
    padding-top: .5em !important;
}
/*Geflügelformulare:*/
.fieldsetshrink .grid-x,
.fieldsetbgshrink .grid-x {
    justify-content: left !important;
}
.powermail_form .fieldsetnolegend {
    margin: 0 !important;
    padding: 1em 0 !important;
    border: unset !important;
}
.powermail_form .fieldsetbg,
.powermail_form .fieldsetbgshrink,
.powermail_form .fieldsetbg2,
.powermail_form .fieldsetbgshrink2 {
    margin: 0 !important;
    padding: 3em 1em 1em 1em !important;
    background: #FFF5E9;
    border: unset !important;
}
.powermail_form .fieldsetbg2,
.powermail_form .fieldsetbgshrink2 {
    background: #EDCECC;
}
.powermail_form .fieldsetbg2 legend,
.powermail_form .fieldsetbg2 legend,
.powermail_form .fieldsetbg legend,
.powermail_form .fieldsetbgshrink legend {
    font-weight: bold;
    padding-bottom: 1em;
    /*display: block;*/
    position: absolute;
    margin-top: -2em !important;
    font-size: 130%;
    font-size: 1.3rem !important;
}
.fieldsetnolegend legend {
    display:none;
}
.powermail_fieldwrap_putengewicht .radio {
    display: inline-block !important;
    padding-right: .5em;
}
span.preis {
    padding: .5em 1em;
    background: E67A00;
    color: white;
    margin-left: .2em;
}
.inputshort input {
    max-width: 300px;
}
@media print, screen and (min-width: 40em) {
    .fieldsetshrink .grid-x .medium-auto,
    .fieldsetbgshrink .grid-x .medium-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
}
@media print, screen and (min-width: 40em) {
    .fullwidth.cell {
        width: 100% !important;
        padding: .5em 0 !important
    }
    .shrinkcell.cell {
        max-width: 1px !important;
    }
}
.powermail-errors-list li {
    color: red;
}
/*.grid__19 input {*/
/*    max-width: 50px;*/
/*}*/

.gallery-item-466 video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.videoarrow {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    width: 100vw;
    align-items: flex-end;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    justify-content: center;    /*max-width: 20vw;*/
    padding-bottom: 15vh;
}
.videoarrow .ce-textpic {
    max-width: 20vw;
}
.global-alert-box .toggler-global-trigger-1 {
    background: #AB0108;
    padding: 1em .3rem;
    border: 1px solid #fff;
}
.reveal-trigger-467 {
    background: #AB0108;
    padding: .2em 1em;
    border: 1px solid #fff;
}
.global-alert-box .flexcol {
    color: #fff
}

.reveal-trigger-467,
.reveal-trigger-467:hover,
.reveal-trigger-467:focus {
    color: #fff
}
@media only screen and (max-width: 40.063em) {
    .videoarrow {
        padding-bottom: 30vh;
    }
    .videoarrow .ce-textpic {
        max-width: 40vw;
    }
    .flexten .global-alert-box,
    .toggler-trigger-467 {
        position: absolute;
    }
    .flexten .global-alert-box .toggler-link-inner {
        display: none;
        visibility: hidden;
    }
    .global-alert-box .toggler-global-trigger-1 {
        background: #AB0108;
        padding: .1em;
        border: 1px solid #fff;
    }
    .global-alert-box .toggler-global-trigger-1 a {
        font-size: 1rem;
    }
    .reveal-trigger-467 {
        background: #AB0108;
        padding: .2em .1em;
        border: 1px solid #fff;
    }
}
.online-res {
    position: fixed;
    bottom: 220px;
    left: 0;
}
.res-button {
    background: #AB0108;
    padding: 1em .5rem;
    border: 1px solid #fff;
    writing-mode: vertical-lr;
    /* text-orientation: upright; */
    /* margin: 1em auto; */
    color: white;
    font-weight: bold;
    text-align: center;
}
.res-button:hover {
    color: white !important;
}
.res-button:before {
    /*font-family: "Font Awesome 6 Duotone";*/
    /*content: "\f81e";*/
}

