@font-face {
    font-family: 'rounded_eleganceregular';
    src: url('../fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.eot');
    src: url('../fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.woff2') format('woff2'),
    url('../fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.woff') format('woff'),
    url('../fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.ttf') format('truetype'),
    url('../fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.svg#rounded_eleganceregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'typerighter';
    src: url('../fonts/RM-Typerighter/RM-Typerighter.eot');
    src: url('../fonts/RM-Typerighter/RM-Typerighter.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RM-Typerighter/RM-Typerighter.woff2') format('woff2'),
    url('../fonts/RM-Typerighter/RM-Typerighter.woff') format('woff'),
    url('../fonts/RM-Typerighter/RM-Typerighter.ttf') format('truetype');
    /*url('../fonts/RM-Typerighter/RM-Typerighter.svg#RM-Typerighter') format('svg');*/
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    color: #9d777b;
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    font-family: rounded_eleganceregular, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #772e4b;
    margin-bottom: 10px;
    -ms-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

#content h1,
#content .h1,
#content .h2,
#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: #92cfce;
    outline: 2px solid #92cfce;
    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'] {
    opacity: 0.01 !important; /* Statt display: none - damit tab focus funktioniert */
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
}

.form_row {
    margin: 10px 0;
}

/*.form_row.required .form_label label:after {*/
/*    content: '*';*/
/*}*/

.form_label {
    display: inline-block;
    width: 220px;
    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% - 230px);
}

.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: #92cfce;
    outline: 2px solid #92cfce;
    border: 1px solid white;
    color: #000;
    font-size: 18px;
    padding: 2px 5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    font-family: typerighter, serif;
}

input[disabled] {
    color: white;
    -webkit-text-fill-color: #ffffff;
}

.mobile input {
    font-size: 18px !important;
}

option {
    color: black;
}

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
textarea:focus,
.ui-focus {
    outline: 4px solid #9d777b !important;
}

.ui-select,
.ui-checkbox,
.ui-radio {
    background-color: #92cfce;
    outline: 2px solid #92cfce;
    color: white;
    margin: 0;
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.ui-radio {
    width: auto;
    margin-right: 2px;
}

.ui-select .ui-btn > span {
    font-family: typerighter, serif;
    color: #000;
    font-weight: 700;
}

.ui-select > .ui-btn,
.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    border-radius: 0 !important;
    border: 1px solid white !important;
    padding: 2px 5px;
    font-family: typerighter, serif;
}

.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;
    color: #000;
}

.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: #000;
    border: 1px solid white;
    background-color: #92cfce;
    outline: 2px solid #92cfce;
    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: #92cfce !important;
    outline: 2px solid #92cfce;
    height: 27px;
    width: 27px;
    color: #000;
}

.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: 18px;
    font-weight: bold;
    color: #9d777b;
    display: inline-block;
    margin-right: 15px;
}

img.ernaehrungs_image {
    max-height: 20px;
}

.ernaehrungs__info {
    text-align: center;
    font-weight: normal;
    font-size: 0.9rem;
}

.ernaehrungs__info .ernaehrungs_image:not(:first-child) {
    padding-left: 10px;
}

.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 #9d777b;
    color: #9d777b;
    font-weight: normal;
    font-family: rounded_eleganceregular, sans-serif;
    line-height: 25px;
    padding: 5px 5px 0;
}

.newssearch button {
    background: #9d777b;
    border: 2px solid #9d777b;
    color: #fff;
}

#rotorCookie__box {
    background: #f4f5f3 none !important;
    outline: 7px solid rgba(255, 255, 255, 0.9) !important;
}

#rotorCookie__close, #rotorCookie__decline_all {
    background: none !important;
}

#rotorCookie__box #rotorCookie__accept_all,
#rotorCookie__box #rotorCookie__decline_all,
#rotorCookie__box #rotorCookie__close {
    border: 3px solid white !important;
    border-radius: 12px !important;
    height: auto !important;
    padding: 5px 30px !important;
    min-width: 180px;
    text-align: center;
    margin-right: 10px;
    -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: #762e4b !important;
    border: 3px solid #762e4b !important;
    color: #fff !important;
}

#rotorCookie__accordion > .rotorCookie__cookie-groups {
    border: 3px solid #fff !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
}

.onoffswitch-inner:before {
    background: #762e4b !important;
}

div#rotorCookie__datentext {
    z-index: 1;
    position: relative;
}


#rotorCookie p,
#rotorCookie__accept_all,
#rotorCookie__decline_all,
#rotorCookie__close,
.rotorCookie__cookie_row > div:last-of-type {
    font-family: typerighter, 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: #000 !important;
    font-family: typerighter, serif !important;
}

body #rotorCookie__datentext .rotorCookie__headline {
    font-family: rounded_eleganceregular, sans-serif !important;
    color: #762e4b !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;
    }
}

.xdsoft_date:not(.xdsoft_disabled) {
    background: #263643 !important;
    color: #fff !important;
}

/* Jobs CSS */
body #tms-remotelist-wrap #tms-list-remote .job-item-iteration,
body #tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item {
    background: #5CB1B9 !important;
}

body #tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item .jobfeed-title,
body #tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item .jobfeed-item-property-wrap,
body #tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item .jobfeed-item-location:not(:empty),
#tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item .jobfeed-item-property-wrap .jobfeed-item-property > div {
    font-family: 'rounded_eleganceregular' !important;
    color: #fff !important;
    font-size: 21px !important;
}

body #tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item .jobfeed-item-location:not(:empty):before {
    filter: invert(1);
}

body #tms-remotelist-wrap {
    font-family: 'rounded_eleganceregular' !important;
}

body #tms-remotelist-wrap #tms-job-pagination #tms-pagination .row {
    position: relative;
}

body #tms-remotelist-wrap #tms-job-pagination select {
    color: #762e4b !important;
    background: #fff;
}

#tms-remotelist-wrap #tms-job-pagination .hits-per-page,
#tms-remotejoblist tms-joblist#tms-joblist tms-pagination .pagination-pages .pagination-pages-hits {
    color: #762e4b !important;
    font-family: 'rounded_eleganceregular' !important;
}

body #tms-remotejoblist tms-joblist#tms-joblist tms-pagination .pagination-block .pagination-list .pagination-item--active .pagination-item-button:disabled {
    background: #762e4b !important;
    border-color: #762e4b !important;
}

body #tms-remotejoblist tms-relatedjobs#tms-relatedjobs tms-filtertags .filtertags button,
body #tms-remotejoblist tms-joblist#tms-joblist tms-filtertags .filtertags button {
    background: #762e4b !important;
}

body #tms-remotejoblist tms-joblist#tms-joblist .joblist-maxresults h1 {
    font-size: 28px;
    font-family: rounded_eleganceregular, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#tms-remotejoblist textarea:focus, #tms-remotejoblist input[type=text]:focus, #tms-remotejoblist input[type=password]:focus, #tms-remotejoblist select:focus {
    box-shadow: none !important;
    border-color: #000 !important;
}

body #tms-remotelist-wrap #tms-job-pagination #tms-pagination .row.align-right.align-middle.align-right.expanded:after {
    content: '';
    right: 29px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #762e4b;
    border-radius: 0;
    position: absolute;
}

body #tms-remotelist-wrap .lead {
    font-size: 105% !important;
}

.zentriert {
    text-align: center;
}

#cookie_fly {
    display: none !important;
    z-index: -999;
    pointer-events: none;
}