/* cmsms stylesheet: Haerke Custom Styles modified: Montag, 8. September 2025 09:18:59 */
/* Stylesheet Haerke Ausschank erweiterte Aenderungen */

/* General */
html, body { line-height: 1.7; }
body { font-family: "Montserrat", Helvetica, Arial, sans-serif; }
body { -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; text-rendering: optimizelegibility; }
p, label, input { font-size: 1.1em; text-shadow: 0 1px 1px hsla(0, 0%, 100%, .3); }
a:focus { outline: none }
.logo img { display: block; margin: 0 auto }
button, .button { background: #612604; color: #fff; border: 1px solid #ccc; padding: 8px 12px; text-decoration: none; transition: all .2s ease; }
button:hover, .button:hover { color: #ccc; text-decoration: none; transition: all .2s ease; }
img { max-width: 100%; height: auto; }
@media only screen and (min-width:1140px) {
    #main { margin-top: 45px; margin-bottom: 40px; }
}
strong { font-weight: 600; }

/* Colors */
body, a, a:link, a:visited, a:hover, a:active { color: #612604; }
#boxed #wrapper { border-top: none; box-shadow: none }
h1, h2, h3, h4, h5, h6 { color: #612604; }
h1 { font-size: 2em; color: #612604; font-weight: 600; }
h2 { font-size: 1.25em; color: #612604; }
h3 { font-size: 1.225em; color: #612604; font-weight: 700; }
h2, h3 { line-height: 1.2; margin-bottom: 0.5em; }
h4 { line-height: 1.1; margin-bottom: 0; margin-top: 1.5em; }
h4 { font-size: 1.2em; }
hr { border-color: rgba(97, 38, 4, .5); }
blockquote, blockquote p { color: rgba(97, 38, 4, .5); }

/* Basic Classes */
.img-right { float: right; margin-left: 20px; }
.img-left { float: left; margin-right: 20px; }
.img-right, .img-left { margin-bottom: 20px; }
figcaption { text-align: center; background-color: #fff; padding: 0 20px 10px 20px; font-weight: 700; }
.img a { text-decoration: none; }
main { -moz-box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6); box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6); }

/* Navi */
#main-menu { background: #612604; }
#main-menu {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#612604+63,f7af11+100 */
background: linear-gradient(to bottom, #612604 63%,#f7af11 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
#main-menu > li > a, #main-menu > li.sectionheader > span, #footer-menu > li > a, #footer-menu > li.sectionheader > span { font-weight: 700; text-transform: none; color: #eee; text-decoration: none; }
/* Hello Barrierefreiheit */
#main-menu > li > a,
#main-menu > li.sectionheader > span,
#footer-menu > li > a,
#footer-menu > li.sectionheader > span {
  /* ...bestehende Styles... */
  
  /* sanfter schwarzer Schlagschatten für besseren Kontrast */
  text-shadow:
    /* horizontal vertikal blur color */
    0 0 4px rgba(0, 0, 0, 1),
    0 0 8px rgba(0, 0, 0, 0.8);
      /* Fallback-Hintergrund = dunkelster Farbwert des Gradients */
}


.content-wrapper { background: #fff; background: rgba(255, 255, 255, .7) }
.footer { background: #612604; background: rgba(97, 38, 4, 0.7) }
.dev_link a, .dev_link a:link, .dev_link a:visited, .dev_link a:active { color: #fff; text-decoration: none; font-weight: 600; }
#footer-menu a { text-align: right; font-weight: 600 }
.current a, .current a:hover, .current a:visited, .current a:active, #main-menu > li.current > a, #main-menu > li.current.sectionheader > span, #main-menu > li:hover > a, #main-menu > li.sectionheader:hover > span { text-decoration: none !important; }
#main-menu > li:hover > a { color: #ccc !important; text-decoration: underline !important; }
.current a span { color: #fff; text-decoration: underline; }
#main-menu > li > a > span { text-shadow: none }

#main-menu > li > span { padding: 0 1.875em !important; }
.stuckMenu >.row >.twelve-col { position: relative }
.container a { font-weight: 700 }

/* Seitenanpassungen */
body.page-home .content img, .media-object, box-home { border: 8px solid #fff; padding: 2px; max-width: 100%; height: auto; width: 100%; box-sizing: border-box; margin-bottom: 1.275em; -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0
    rgba(0, 0, 0, 0.2), 0 6px 20px 0
rgba(0, 0, 0, 0.19); }
.media-body { padding: 6px 0 0 20px; }
body.page-home .third { box-sizing: border-box; padding: 1.25em }
main .row img { border: 8px solid #fff; padding: 2px }

/* Startseitenboxen */
.flex-container { display: flex; flex-wrap: wrap; align-content: space-between; }
.flex-container .box { padding: 10px; flex-basis: 29%; flex-basis: calc(33% - 20px); }
.flex-container .box a  {
  text-shadow:
    /* x‑Offset  y‑Offset  Blur‑Radius Farbe */
   /* 0 0 4px rgba(0, 0, 0, 0.2),
    0 0 8px rgba(0, 0, 0, 0.4); */
}
/* DatenschutzCheckbox */
#fbrp__58_1_0 { width: 25px; height: 25px; vertical-align: top; -webkit-appearance: checkbox; }
#fbrp__58_1_0 + label { width: calc(100% - 35px); display: inline-block; margin-bottom: 30px; background: #fff }

/* Google Maps */
div.privacy-msg {
    background:url('/uploads/haerke/images/gmap.jpg');
    border: 1px solid #fff;
    background-position: center center;
    background-size: contain;
}
div.privacy-msg p {
    width:80%;
    border: 1px solid #ccc;
    padding: 5px;
    text-align:center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
            z-index:10;
}
div.privacy-msg p {box-sizing:content-box;padding:15px;background:rgba(255,255,255,0.9);font-size:1em;line-height:1.4;}
div.privacy-msg input {width: 20px;display:inline-block;margin-right:5px;line-height:20px;height:20px;min-height:auto;padding:8px;vertical-align:bottom;}
div.privacy-map-msg label {line-height: 20px;display: inline-block;color:#612604;font-size:1em;vertical-align:bottom;}
div.privacy-map-msg a {font-weight: 700;color:#612604;font-size: 15px;display: block;margin-top:10px;margin-bottom:5px;position:relative;z-index:10;}
div.privacy-map-msg br {display: none}

/* Speisekarten */
.speise { background-image: #d4d2d3; }
.speisendetails { display: block; }
.speisenlistebezeichner { display: none; }
.speisenname { display: inline-block; }
.speisendetails.preis { font-weight: 700; }

/* Bierlexicon */
.bierlexicon { }
.bierlexicon-eintrag { background: #fff; padding: 5px 20px; margin-bottom: 20px }

/* Haerke Zeit */
.time { width: 60px; display: inline-block; }
#uhr { position: absolute; top: 20px; right: 0; color: #ccc; text-align:right;}
.isStuck #uhr { right: 40px }
#uhr { background: rgb(70, 27, 1); padding: 15px; border-radius: 50%; box-shadow: 1px 1px 10px 0; text-shadow: 2px 2px 4px #000; }

/* ICONS */
main .icon { text-align: right; float: right; font-size: 85%; }
main .icon img { max-height: 32px; width: auto; border: none; }

/* FB */
.mainheader h1 {display: inline-block}
main .mainheader img {border:none!important;box-shadow:none!important;padding: 0}
.mainheader #socialshareprivacy {display: inline-block;float:right;}
.mainheader .social_share_privacy_area li.settings_info .settings_info_menu {width: 20px}
.mainheader img {vertical-align: top;}


/* Form */
.error { color: red; font-weight: 600; }
.dsb { font-size: 85%; }
.form, .embed-responsive { -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.form, .embed-responsive { -moz-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.form, .embed-responsive { box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

/* FOOOTER */
#footer-menu > li a { padding: 0 15px; }

/* Mobile First */

/*  < 480px  */
@media only screen and (max-width:479px) {
    body#boxed { background: #612604 }
    .logo img { width: 270px }
    form { padding-left: 0; padding-right: 0; }
    fieldset { padding-left: 12px !important; padding-right: 12px !important; }
    .container { padding: 0 }
    #footer-menu a { padding-top: 5px; padding-bottom: 5px }
}

/*  < 768x */
@media only screen and (min-width:480px) and (max-width:767px) {
    .logo img { width: 350px }
    main .mainheader #socialshareprivacy {display: block;float:none}
    main .mainheader .social_share_privacy_area {margin:0!important}
}

/* > 767px  */
@media only screen and (min-width:768px) {
    nav.main-navigation { z-index: 990; height: 70px; line-height: 70px; margin: 35px 0 0 0; margin-top: 35px; margin-left: 0px; width: 100%; background: #612604;/*Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#612604+42,f7af11+100 */ background: rgb(97, 38, 4); /* Old browsers */ background: -moz-linear-gradient(top, rgba(97, 38, 4, 1) 42%, rgba(247, 175, 17, 1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(97, 38, 4, 1) 42%, rgba(247, 175, 17, 1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(97, 38, 4, 1) 42%, rgba(247, 175, 17, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#612604', endColorstr='#f7af11', GradientType=0); /* IE6-9 */ }
    #main-menu > li.current > a, #main-menu > li.current.sectionheader > span, #main-menu > li:hover > a, #main-menu > li.sectionheader:hover > span { color: #ccc }
    #main-menu > li { border: none }
}

/* > 767px  */
@media only screen and (max-width:767px) {
    body.page-kontakt .dsb label { display: inline-block; width: calc(100% - 40px); margin-top: 4px }
    body.page-kontakt .dsb input[type="checkbox"] { float: left; width: auto; margin-right: 8px; display: inline; height: 20px; width: 20px; }
    .flex-container .box { flex-basis: 48%; flex-basis: calc(50% - 20px); }
    #footer-menu > li a { padding: 6px 15px; background: rgba(255, 255, 255, 0.2); margin: 5px 0; }
}
@media only screen and (max-width:468px) {
    .flex-container .box { flex-basis: 98%; flex-basis: calc(100% - 20px); }
}
@media only screen and (max-width:800px) {
    #main .third { width: 100%; }
    .media-body { display: block; }
}
@media only screen and (max-width:900px) {
    .boxheader { min-height: 40px; text-align: center; }
}
@media only screen and (max-width:1050px) {
    html { font-size: 90% }
}
@media only screen and (max-width:1150px) {
    #uhr { display: none; }
}

/* < 1480 px  */
@media only screen and (max-width:1480px) { }
