/* Allgemeines CSS für alle Templates */
@font-face {
    font-family: 'RageItalicCom';
    src: url('../fonts/rage/RageItalicCom.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rage/RageItalicCom.woff') format('woff'),
    url('../fonts/rage/RageItalicCom.ttf') format('truetype'),
    url('../fonts/rage/RageItalicCom.svg#RageItalicCom') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cactus';
    src: url('../fonts/cactus/cactus-bold-webfont.woff2') format('woff2'),
    url('../fonts/cactus/cactus-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cactus';
    src: url('../fonts/cactus/cactus-bold-webfont.woff2') format('woff2'),
    url('../fonts/cactus/cactus-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html.error {
    background-image: url('../images/bg.jpg');
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'cactus', sans-serif;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-decoration: none !important;
}

h2 {
    font-family: 'RageItalicCom', cursive;
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-decoration: none !important;
}

h1 {
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
}

h2 {
    font-size: 26px;
    color: rgb(22, 124, 173);
}

.newsItem h2 {
    font-family: 'cactus', sans-serif;
}

h3, h4, h5, h6 {
    font-size: 24px;
    color: rgb(242, 148, 2);
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    text-shadow: none;
}

.newsItem h1,
.newsItem h2,
.newsItem h3,
.newsItem h4,
.newsItem h5,
.newsItem h6,
.gallery_text_wrapper h1,
.gallery_text_wrapper h2,
.gallery_text_wrapper h3,
.gallery_text_wrapper h4,
.gallery_text_wrapper h5,
.gallery_text_wrapper h6 {
    text-shadow: 1px 1px 0 #0f0f0f;
}

.gallery_text_wrapper h1,
.gallery_text_wrapper h2,
.gallery_text_wrapper h3,
.gallery_text_wrapper h4,
.gallery_text_wrapper h5,
.gallery_text_wrapper h6,
.gallery_text_wrapper h1 a,
.gallery_text_wrapper h2 a,
.gallery_text_wrapper h3 a,
.gallery_text_wrapper h4 a,
.gallery_text_wrapper h5 a,
.gallery_text_wrapper h6 a {
    color: #ffffff;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 55px;
}

h4 {
    font-size: 35px;
}

div {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    color: #000000;
    font-size: 22px;
    font-family: 'cactus', sans-serif;
    font-weight: normal;
}

a {
    color: #000000;
    text-decoration: none;
}

footer a:hover,
ul.menu a:hover {
    opacity: 0.8;
}

#contentWrapper a {
    border-bottom: 1px dotted;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.newsItem a.newsOverviewLink,
.speisekarte a,
.speisekartenSelectWrapper a,
.gallery_overview a {
    border-bottom: none !important;
}

/**
 * Formulare
 */
.formularContainer input[type='checkbox'], .formularContainer input[type='radio'] {
    visibility: hidden;
}

.form_row {
    margin: 10px 0;
}

.form_row.required .form_label label:after {
    content: '*';
}

.form_label {
    font-weight: bold;
    display: inline-block;
    width: 250px;
    padding-right: 10px;
    vertical-align: top;
}

.formularContainer .checkbox.datenschutz .form_label {
    text-align: right;
    vertical-align: top;
}

.desktop .form_label {
    line-height: 31px;
    min-height: 31px;
}

.form_element {
    display: inline-block;
    width: calc(100% - 260px);
}

.form_error {
    color: #DD1A1A;
    padding-top: 3px;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="email"],
textarea {
    background-color: rgb(22, 124, 173);
    outline: 2px solid rgb(22, 124, 173);
    border: 1px solid white;
    color: white;
    font-size: 16px;
    padding: 2px 5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    font-family: 'cactus', sans-serif;
}

.mobile input {
    font-size: 16px !important;
}

option {
    color: black;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: 4px solid white;
}

.formularContainer .ui-select,
.formularContainer .ui-checkbox,
.formularContainer .ui-radio {
    background-color: rgb(22, 124, 173);
    outline: 2px solid rgb(22, 124, 173);
    color: white;
    margin: 0;
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.formularContainer .ui-radio {
    width: auto;
    margin-right: 2px;
}

.formularContainer .ui-select .ui-btn > span {
    font-family: 'cactus', sans-serif;
}

.formularContainer .ui-select > .ui-btn,
.formularContainer .ui-checkbox > .ui-btn,
.formularContainer .ui-radio > .ui-btn {
    border-radius: 0 !important;
    border: 1px solid white !important;
    padding: 2px 5px;
    font-family: 'cactus', sans-serif;
}

.formularContainer .ui-checkbox > .ui-btn,
.formularContainer .ui-radio > .ui-btn {
    padding-left: 40px;
    padding-right: 10px;
}

.formularContainer .ui-btn, label.ui-btn {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.formularContainer .ui-btn-icon-right:after {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    background: none;
    border-radius: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after,
.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    background: none;
    border-radius: 0;
    margin-top: -14px;
    margin-left: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after {
    content: '\f00c';
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    content: '\f00d';
}

.formularContainer input[type='submit'] {
    padding: 2px 5px;
    font-size: 16px;
    color: white;
    border: 1px solid white;
    background-color: rgb(22, 124, 173);
    outline: 2px solid rgb(22, 124, 173);
    margin-top: 10px;
    font-weight: normal;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #fff;
}

/****************************************************************/
.formularContainer .ui-checkbox {
    background: transparent;
    outline: none;
    color: inherit;
}

.formularContainer .ui-checkbox .ui-btn:after {
    border: 1px solid white;
    opacity: 1;
    top: 13px;
    left: 0;
    line-height: 27px;
    text-align: center;
    font-size: 22px !important;
    background-color: rgb(22, 124, 173) !important;
    outline: 2px solid rgb(22, 124, 173);
    height: 27px;
    width: 27px;
    color: white;
}

.formularContainer .ui-checkbox > .ui-btn {
    padding-left: 40px !important;
    border: none !important;
    overflow: visible !important;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    content: '';
}

/****************************************************************/

/*speisekarte*/

.speisekarte {
    color: rgb(22, 124, 173);
    text-align: left;
}

select.speisekarte_select {
    font-size: 16px !important;
}

span.speisekarte_select:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.kategorieSpeisen {
    padding: 0 5px;
}

.kategorieListe .item {
    width: 20%;
    background-size: cover;
    position: relative;
    display: inline-block;
    margin: 5px 0 60px;
    cursor: pointer;
    background-clip: content-box;
    border: 5px solid transparent;
}

.kategorieListe .item.active {
    cursor: default;
}

.kategorieListe .item:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.kategorieListe .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid rgb(22, 124, 173);
}

.kategorieListe .item.active:before,
.kategorieListe .item:hover:before {
    border-color: rgb(242, 148, 2);
}

.kategorieListe .item.active:before {
    background-color: rgba(253, 193, 0, 0.3);
}

.kategorieListe .item.active > a > span {
    color: #b56120;
}

.kategorieListe .item > a {
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
}

.kategorieListe .item > a > span {
    position: absolute;
    top: 0;
    color: rgb(22, 124, 173);
    text-align: left;
}

.content.hasSpeisekarte:before {
    display: none !important;
}

.content.hasSpeisekarte .contentWrapper {
    position: relative !important;
    bottom: auto !important;
    top: 0;
}

.speisekartenSelectWrapper {
    color: rgb(22, 124, 173);
}

#speisekartenNavigation {
    padding: 15px;
    padding-top: 60px;
    border-bottom: 4px solid white;
}

.mobile #speisekartenNavigation a {
    word-break: normal;
}

#speisekartenNavigation .kategorieListe {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#speisekartenNavigation .kategorieListe .item {
    position: relative;
    float: left;
}

.speisekartenSelectWrapper .ui-select,
.speisekarte .ui-select {
    display: block;
    padding: 0 5px;
    margin: 0;
}

.speisekartenSelectWrapper .ui-select .ui-btn,
.speisekarte .ui-select .ui-btn {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    font-size: 38px;
    font-weight: normal;
}

.speisekartenSelectWrapper .ui-select .ui-btn:after,
.speisekarte .ui-select .ui-btn:after {
    display: none;
}

.speisekartenSelectWrapper .ui-select,
.mobile .speisekarte .ui-select {
    width: 100%;
}

.speisekarte div.kategorieListe {
    position: relative;
    text-align: left;
    padding: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    font-size: 0;
}

.mobile .speisekarte div.kategorieListe {
    max-width: calc(100% - 80px);
}

.speisekarte div.kategorieName {
    margin: 0 auto 20px;
    text-align: center;
}

.speisekarte div.kategorieBeschreibung {
    margin-bottom: 20px;
    text-align: left;
}

.speisekarte div.kategorieName span {
    color: #000000;
    background-color: #96d0c6;
    padding: 3px 15px;
}

.speisekarte div.speisenName {
    float: left;
    color: black;
}

.speisekarte div.speisenBeschreibung {
    clear: both;
}

.speisekarte div.speisenPreis {
    font-weight: bold;
    float: right;
    font-size: 24px;
}

.speisekarte .speisen .speise {
    line-height: 1.1em;
    margin-bottom: 15px;
}

.speisekarte .speisenName {
    display: block;
}

img.ernaehrungs_image {
    max-height: 20px;
}

.ernaehrungs__info {
    text-align: left;
    font-weight: normal;
}

.ernaehrungs__info .ernaehrungs_image:not(:first-child) {
    padding-left: 10px;
}


.speisekarteButtonWrapper {
    text-align: center;
    position: relative;
}

.speisekarteButtonWrapper .speisekarteButton {
    display: inline-block;
    background-color: rgb(22, 124, 173);
    color: white;
    padding: 10px;
    margin: 5px;
    font-size: 28px;
    cursor: pointer;
}

.speisekarteButtonWrapper .speisekarteButton:hover,
.speisekarteButtonWrapper .speisekarteButton.active {
    background-color: rgb(242, 148, 2);
    cursor: default;
}

.speisekarte .speisekarteBeschreibung {
    padding: 10px 5px;
}

#rotorCookie__box {
    background: #006c95 none !important;
    outline: 7px solid rgba(255, 255, 255, 0.9) !important;
}

#rotorCookie__close,
#rotorCookie__box #rotorCookie__decline_all {
    background: none !important;
}

#rotorCookie__box #rotorCookie__accept_all,
#rotorCookie__box #rotorCookie__decline_all,
#rotorCookie__box #rotorCookie__close {
    border: 3px solid #f29102 !important;
    border-radius: 12px !important;
    height: auto !important;
    padding: 5px 30px !important;
    min-width: 180px;
    text-align: center;
    margin-right: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#rotorCookie__box #rotorCookie__accept_all, #rotorCookie__box #rotorCookie__decline_all, #rotorCookie__box #rotorCookie__close,
body .cookieSettings {
    background: #f29102 !important;
    border: 3px solid #f29102 !important;
    color: #fff !important;
}

#rotorCookie__accordion > .rotorCookie__cookie-groups {
    border: 3px solid #f29102 !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
}

.onoffswitch-inner:before {
    background: #f29102 !important;
}

div#rotorCookie__datentext {
    z-index: 1;
    position: relative;
}

#rotorCookie p,
#rotorCookie__accept_all,
#rotorCookie__box #rotorCookie__decline_all,
#rotorCookie__close,
.rotorCookie__cookie_row > div:last-of-type {
    font-family: 'avenir', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.2em;
}

body #rotorCookie__box *,
body #rotorCookie .rotorCookie__headline,
body #rotorCookie p,
body #rotorCookie span,
body #rotorCookie a {
    color: #fff !important;
    font-family: 'avenir', sans-serif !important;
}

body #rotorCookie__datentext .rotorCookie__headline {
    font-family: rounded_eleganceregular, sans-serif !important;
    color: #fff !important;
}

@media (max-width: 500px) {
    #rotorCookie__box #rotorCookie__accept_all,
    #rotorCookie__box #rotorCookie__decline_all,
    #rotorCookie__box #rotorCookie__close {
        padding: 3px 10px !important;
        text-align: center;
        margin-right: 10px;
        min-width: auto !important;
    }

    #rotorCookie__box .rotorCookie__headline {
        font-size: 1.3em !important;
    }
}

#cookie_fly {
    display: none !important;
    z-index: -999;
    pointer-events: none;
}

body .rotoCookie__subheadline h4 {
    font-weight: normal;
    font-size: 1rem;
    font-family: rounded_eleganceregular, sans-serif !important;
    text-shadow: none !important;
}