@font-face {
    font-family: 'Kon Tiki Lounge JF';
    src: url('../fonts/KonTikiJFLounge.woff2') format('woff2'),
    url('../fonts/KonTikiJFLounge.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #bea681;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: Kon Tiki Lounge JF, sans-serif;
    font-weight: normal;
    color: #272f35;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

#content h1,
#content h2 {
    margin-bottom: 15px;
}

/*routenplaner*/

.map_wrapper {
    text-align: center;
}

.map_wrapper .soubmit_route {
    padding: 2px 5px;
    font-size: 18px;
    color: white;
    border: 1px solid white;
    background-color: #bea681;
    outline: 2px solid #bea681;
    width: 50px;
    box-sizing: border-box;
    margin: 0 5px 0 0;
}

.map_wrapper .form_row {
    float: left;
}

.map_wrapper input {

}

.map_wrapper .form_row.text {
    width: 50%;
}

.map_wrapper .form_row.route_to {
    padding-left: 2px;
    padding-right: 20px;
}

.map_wrapper .form_row.route_from {
    padding-right: 2px;
    padding-left: 20px;
}

.map_wrapper .form_row.route_options {
    padding-left: 2px;
}

.map_wrapper .form_row.text .form_element,
.map_wrapper .form_row.text .form_element input[type="text"] {
    width: 100%;
    max-width: 100%;
}

.map_wrapper .form_row.text #maps_target {
    position: relative;
    right: -7px;
}

.map_wrapper .form_row.radio {
    width: 100%;
    text-align: center;
}

.map_wrapper .form_row.radio > div {
    width: 100%;
}

#google_map_panel {
    float: left;
    background-color: white;
    padding: 10px;
    max-width: 100%;
    overflow: auto;
}

img.adp-marker {
    margin: 5px;
}

/**
 * Formulare
 */

.formularContainer {
    text-align: left;
}

#content_top .formularContainer {
    max-width: 660px;
    margin: 0 auto;
}

#content_top .form_label {
    width: 300px;
}

#content_top .form_element {
    width: calc(100% - 310px);
}

.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 {
    display: inline-block;
    width: 240px;
    padding-right: 10px;
    vertical-align: top;
}

.checkbox.datenschutz .form_label {
    text-align: right;
}

.desktop .form_label {
    line-height: 31px;
    min-height: 31px;
}

.form_element {
    display: inline-block;
    width: calc(100% - 250px);
}

.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: #bea681;
    outline: 2px solid #bea681;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    padding: 2px 5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
}

input[disabled] {
    color: white;
    -webkit-text-fill-color: #ffffff;
}

.mobile input {
    font-size: 18px !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;
}

.ui-select,
.ui-checkbox,
.ui-radio {
    background-color: #bea681;
    outline: 2px solid #bea681;
    color: white;
    margin: 0;
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.ui-radio {
    width: auto;
    margin-right: 2px;
}

input, select, textarea, button, .ui-btn {
    font-family: Arial, sans-serif;
    font-size: 11pt;
}

.ui-select > .ui-btn,
.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    border-radius: 0 !important;
    border: 1px solid white !important;
    padding: 2px 5px;
}

.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    padding-left: 35px;
}

.ui-btn, label.ui-btn {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
}

.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: 18px;
    color: white;
    border: 1px solid white;
    background-color: #bea681;
    outline: 2px solid #bea681;
    margin-top: 10px;
    font-weight: normal;
}

/****************************************************************/
.formularContainer .ui-checkbox {
    background: transparent;
    outline: none;
    color: inherit;
    vertical-align: middle;
}

.formularContainer .ui-checkbox .ui-btn:after {
    border: 1px solid #fff;
    opacity: 1;
    top: 13px;
    left: 0;
    line-height: 27px;
    text-align: center;
    font-size: 22px !important;
    background-color: #bea681 !important;
    outline: 2px solid #bea681;
    height: 27px;
    width: 27px;
    color: #fff;
}

.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: '';
}

video {
    max-width: 100%;
    height: auto;
}

/*Speisekarten*/
.kategorieListe {
    height: 200px;
    text-align: left !important;
}

.kategorieListe .overlay {
    height: 0;
    top: 50%;
}

.kategorieListe .item {
    width: 175px !important;
    float: none !important;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.kategorieListe .item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/theme/images/hexagon.png');
    pointer-events: none;
}

.kategorieListe .overlay .go_left, .kategorieListe .overlay .go_right {
    background: none;
    height: 100px;
    width: 90px;
    margin-top: -50px;
    background-repeat: no-repeat;
}

.kategorieListe .overlay .go_left {
    background-image: url('/theme/images/arrow_left.png');
    margin-left: -67px;
}

.kategorieListe .overlay .go_right {
    background-image: url('/theme/images/arrow_right.png');
    margin-right: -70px;
}

.kategorieSpeisen {
    margin-top: 35px;
}

.kategorieListe a {
    display: block;
    height: 100%;
    width: 100%;
}

.speisekarte .ui-select {
    width: 50%;
    margin: 5px auto;
    display: block;
}

.mobile .speisekarte .ui-select {
    width: 100%;
}

.speisekarte div.kategorieListe {
    margin: 40px 0;
}

.speisekarte div.kategorieListe {
    position: relative;
    text-align: center;
    padding: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
}

.speisekarte div.kategorieName {
    margin: 0 auto 20px;
    text-align: center;
}

.speisekarte div.kategorieBeschreibung {
    margin-bottom: 20px;
    text-align: center;
}

.speisekarte div.speisenName {
    font-size: 13pt;
    font-weight: bold;
    color: #272f35;
    display: inline-block;
}

.speisekarte div.speisenBeschreibung {
    /*font-size: 16px;*/
    clear: both;
}

.speisekarte div.speisenPreis {
    font-weight: bold;
    display: inline-block;
}

.speisekarte .speisen .speise {
    line-height: 1.6em;
    margin-bottom: 20px;
}

.speisekarte .speisen .first {
    padding-right: 20px;
    text-align: right;
}

.speisekarte .speisen .first,
.speisekarte .speisen .last {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.speisekarte .speisen .last {
    padding-left: 20px;
    text-align: left;
}

.speisekarte .dontsplit {
    display: inline-block;
    width: 100%
}

.mobile .speisekarte div.speisenName,
.mobile .speisekarte div.speisenPreis {
    display: block;
    text-align: center;
    margin: 0;
}

/*News Overview*/
.news_overview_wrapper {
    text-align: left;
    margin: -25px;
}

.news_overview_wrapper h5 {
    font-size: 30px;
    margin-bottom: 5px;
}

.news_overview_wrapper .content {
    padding: 25px;
}

.news_overview_wrapper .imageWrapper {
    float: left;
    height: 200px;
    width: 175px;
    background-color: #9e777c;
    margin: 0 25px 25px 0;
    position: relative;
    background-size: cover;
}

.news_overview_wrapper .imageWrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/theme/images/hexagon.png');
}

.mobile .news_overview_wrapper .imageWrapper {
    float: none;
    display: block;
    margin: 0 auto 10px;
}

.mobile .news_overview_wrapper {
    text-align: center;
}

/* blog */

.news_detail .text {
    margin-bottom: 50px;
}

.newssearch input,
.newssearch button {
    line-height: 30px;
    padding: 0 5px;
    vertical-align: top;
    outline: none;
}

.newssearch input {
    background: #fff;
    border: 2px solid #bea681;
    color: #bea681;
    font-weight: normal;
    font-family: rounded_eleganceregular, sans-serif;
    line-height: 25px;
    padding: 5px 5px 0;
}

.newssearch button {
    background: #bea681;
    border: 2px solid #bea681;
    color: #fff;
}

#cookie_fly {
    display: none !important;
    z-index: -999;
    pointer-events: none;
}

.rotoCookie__subheadline h4 {
    font-size: 1rem;
    margin: 0 0 5px 0;
    font-weight: normal;
}