@import '../fonts/avenir/font.css';
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v24-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v24-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-800 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v24-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v24-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v24-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v24-latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v24-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v24-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'dead_island_for_apostoregular';
    src: url('../fonts/dead_island_for_aposto-webfont.woff2') format('woff2'),
    url('../fonts/dead_island_for_aposto-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    background-color: #eee;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-image: url('../images/whitepaper.jpg');
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    -ms-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    padding-top: 0.4em;
}

h1 {
    font-size: 32px;
    text-align: center;
}

.mobile h1 {
    font-size: clamp(22px, 5vw, 26px);
}

h2 {
    font-size: 30px;
    padding-bottom: 15px;
}

.mobile h2 {
    font-size: clamp(20px, 4vw, 24px);
}

h3 {
    font-size: 25px
}

.mobile h3 {
    font-size: clamp(18px, 4vw, 22px);
}

h4 {
    font-size: 23px;
}

.mobile h4 {
    font-size: clamp(17px, 4vw, 20px);
}

h5 {
    font-size: 22px;
}

.mobile h5 {
    font-size: 20px;
}

h6 {
    font-size: 21px;
}

.mobile h6 {
    font-size: 20px;
}

a {
    color: #cc9a8e;
    text-decoration: inherit;
}

div {
    box-sizing: border-box;
}

/*template all*/

.gastrobook {
    max-width: 620px !important;
    margin: 0 auto !important;
    display: block;
}

#iframe {
    max-width: 100%;
}

/**
 * Formulare
 */

.formularContainer {
    width: 600px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.formularContainer input[type='checkbox'], .formularContainer input[type='radio'] {
    visibility: hidden;
}

.form_row {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
    /*padding: 0 5px;*/
    vertical-align: top;
}

.form_row.plaintext {
    width: 100%;
}

.form_row.required .form_label label:after {
    content: '*';
}

.form_label {
    width: 220px;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    display: none;
}

.form_row.email_confirm {
    position: absolute;
    left: -9999px;
    z-index: -1;
    opacity: 0;
}

.checkbox.datenschutz .form_label {
    text-align: right;
}

.form_element {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.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: #fff;
    border: none;
    color: #959595;
    font-size: 12px !important;
    line-height: 34px;
    padding: 2px 10px;
    box-sizing: border-box;
    width: 100%;
    /*max-width: 350px;*/

    outline: none;
    border-radius: 2px;

    -webkit-box-shadow: -2px -2px 3px -2px #ADADAD;
    box-shadow: -2px -2px 3px -2px #ADADAD;
}

::-webkit-input-placeholder {
    color: #959595;
}

:-moz-placeholder {
    color: #959595;
    opacity: 1;
}

::-moz-placeholder {
    color: #959595;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #959595;
}

:placeholder-shown {
    color: #959595;
}

.mobile input {
    font-size: 12px !important;
}

option {
    color: black;
}

.ui-select,
.ui-checkbox,
.ui-radio {
    background-color: #fff;
    color: #959595;
    margin: 0;
    /*max-width: 350px;*/
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
}

.ui-radio {
    width: auto;
    margin-right: 2px;
}

.ui-select .ui-btn > span {
    font-family: Arial, sans-serif;
}

.ui-select > .ui-btn,
.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    border-radius: 0 !important;
    border: none;
    padding: 2px 5px;
    font-family: Arial, sans-serif;
}

.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    padding-left: 35px;
    padding-right: 10px;

    line-height: 1.5em;
    padding-top: 11px;
    padding-bottom: 11px;
}

.ui-btn, label.ui-btn {
    font-weight: normal;
    font-size: 12px;
    line-height: 34px;
    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;
    margin-top: -15px;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after,
.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    background: none;
    border-radius: 0;
    margin-left: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after, .formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    line-height: 18px;
}

.ui-btn.ui-checkbox-off:after, .ui-btn.ui-checkbox-on:after, .ui-btn.ui-radio-off:after, .ui-btn.ui-radio-on:after {
    margin-top: -10px;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after,
.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    content: '';
    border: 1px solid black;
    text-align: center;

    top: 10px;
    margin-top: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after {
    content: '\f00c';
}

.formularContainer .form_row.submit,
.formularContainer .form_row.submit .form_element {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.formularContainer .form_row.submit {
    width: 49%;
    margin: 10px auto;
}

.formularContainer input[type='submit'] {
    color: #fff;
    background-color: #cc9a8e;
    border: none;
    border-radius: 2px;
    padding: 0;
    padding-top: 2px;
    line-height: 33px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.formularContainer form.formConfig_5 .form_row {
    width: 100%
}

.formularContainer form.formConfig_5 .form_row.radio.plugin .ui-radio {
    position: relative;
    float: left;
    width: 20%;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/pizza_inactive.png');
}

.formularContainer form.formConfig_5 .form_row.radio.plugin .ui-radio:first-child,
.formularContainer form.formConfig_5 .form_row.radio.plugin .ui-radio.active {
    background-image: url('../images/pizza_active.png');
}

.formularContainer form.formConfig_5 .form_row.radio.plugin .ui-radio:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 75%;
}

.formularContainer form.formConfig_5 .form_row.radio.plugin .ui-radio label {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.ui-radio .ui-btn.ui-radio-on:after {
    color: #cc9a8e;
}

.formularContainer form.formConfig_5 .form_row.radio.plugin .form_element,
.formularContainer form.formConfig_5 .form_row.radio.plugin .form_label {
    vertical-align: middle;
}

.formularContainer form.formConfig_5 .form_element {
    width: calc(100% - 225px);
}

.formularContainer form.formConfig_5 .form_label {
    display: inline-block;
}

/*mobile*/
.mobile .form_row {
    width: 100%;
    padding: 0;
}

.mobile .formularContainer .form_row.submit {
    width: 100%;
}

.mobile #page:before {
    content: '';
    display: block;
    height: 50px;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    z-index: 20;
    position: relative;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 1);
}

.mobile #page {
    padding-bottom: 50px;
}

html.error,
html.error body {
    height: 100%;
}

/*opentable*/

#OT_searchWrapperAll .spacer {
    display: none;
}

#OT_searchWrapper {
    width: 620px !important;
    margin: 0 auto !important;
}

#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
    font-family: inherit !important;
    width: 88px !important;
}

#OT_defList > * {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    vertical-align: top !important;
    display: inline-block !important;
}

#OT_searchWrapper dl#OT_defList {
    vertical-align: top;
}

#OT_searchWrapperAll {
    height: 150px !important;
    font-size: 18px;
}

#OT_searchWrapperAll .ui-select .ui-btn > span {
    padding-right: 35px;
}

#OT_searchWrapperAll .ui-select > .ui-btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

#OT_searchWrapper .feedFormField,
#OT_searchWrapper .feedFormField option {
    font-size: 12px !important;
    margin: 0 !important;
}

#OT_searchWrapperAll input[type="text"] {
    font-size: 12px !important;
    padding: 2px 10px;
    border: 1px solid white;
    margin: 10px 0;
}

#OT_searchWrapperAll #OT_searchWrapper {
    font-family: inherit;
}

.OT_feedTitle {
    display: none;
}

#OT_searchWrapper dl#OT_defList {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#OT_logoLink {
    top: 130px !important;
    width: 50%;
    right: 0;
    z-index: 5;
    text-align: center;
}

#OT_logo {
    top: 100px !important;
    text-align: center;
}

#OT_searchWrapper dl {
    top: 20px !important;
}

#OT_defList dd {
    margin-right: 10px;
    margin-left: 5px;
}

#OT_defList dt {
    line-height: 30px;
    font-size: 16px;
    margin-left: 0 !important;
}

.mobile #OT_defList dt {
    clear: left;
    width: 75px !important;
    margin-right: 10px;
    margin-bottom: 15px;
}

.mobile #OT_searchWrapper dl {
    top: 5px !important;
}

.mobile #OT_searchWrapperAll {
    height: 300px !important;
}

.mobile #OT_logoLink {
    top: 250px !important;
}

.mobile #OT_logo {
    top: 220px !important;
}

#OT_defList dd,
#OT_defList dt {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    vertical-align: top !important;
    width: auto !important;
    float: left;
}

#OT_submitWrap {
    color: #fff;
    background-color: #cc9a8e;
    border: none;
    border-radius: 2px;
    padding: 0;
    padding-top: 2px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    padding: 0px 20px;
}

#OT_submitWrap:after {
    content: 'Tisch suchen';
}

#OT_submitWrap input {
    background: none;
    opacity: 0;
    position: absolute;
    top: -4px;
    right: -3px;
    bottom: 0;
    left: -3px;
    display: inline-block;
    height: 45px;
}

.content.quadratisch video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    display: block;
    vertical-align: top;
}

.form_row.captcha .form_element .refresh_captcha {
    background: #cc9a8e;
}

.form_row.captcha {
    background: #cc9a8e;
    border-radius: 2px;
    overflow: hidden;
}

.form_row.captcha .form_element img {
    border-radius: 2px;
}

/* für Chrome: bei Mouseover in <input type="date"> */

input[type="date"] {
    position: relative;
}

input[type="date"]:hover::-webkit-calendar-picker-indicator {
    color: #cc9a8e;
    position: absolute;
    left: 150px;
}

input[type="date"]:before {
    content: attr(placeholder) ": ";
    color: #959595;
}

input[type="date"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
}


#rotorCookie__box {
    background: #54565b 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 #cc9a8e !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: #cc9a8e !important;
    border: 3px solid #cc9a8e !important;
    color: #fff !important;
}

#rotorCookie__accordion > .rotorCookie__cookie-groups {
    border: 3px solid #cc9a8e !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
}

.onoffswitch-inner:before {
    background: #cc9a8e !important;
}

div#rotorCookie__datentext {
    z-index: 1;
    position: relative;
}

#rotorCookie p,
#rotorCookie__accept_all,
#rotorCookie__close,
#rotorCookie__box #rotorCookie__decline_all,
.rotorCookie__cookie_row > div:last-of-type {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9em;
}

body #rotorCookie__box *,
body #rotorCookie .rotorCookie__headline,
body #rotorCookie p,
body #rotorCookie span,
body #rotorCookie a {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
}

body #rotorCookie__datentext .rotorCookie__headline {
    font-family: rounded_eleganceregular, sans-serif !important;
    color: #fff !important;
}

body #rotorCookie__box h4 {
    font-size: 1rem;
    font-weight: normal;
}

@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;
    }
}

.button span {
    font-size: 80%;
}

body #tms-remotelist-wrap #tms-list-remote .job-item-iteration {
    background: #cc9a8e !important;
}

body #tms-remotelist-wrap {
    font-family: "avenir" !important;
}

body #tms-remotelist-wrap p.lead {
    font-weight: bold;
}

body #tms-remotelist-wrap p.lead small {
    font-weight: normal;
}

body #tms-remotelist-wrap #tms-job-pagination #tms-pagination .row {
    position: relative;
    font-weight: bold;
}

body #tms-remotelist-wrap #tms-job-pagination select {
    background: #fff;
    font-weight: bold;
}

#tms-remotelist-wrap #tms-job-pagination .hits-per-page {
    color: #fff !important;
}

body #tms-remotejoblist tms-relatedjobs#tms-relatedjobs ul.jobfeed li.jobfeed-item,
body #tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item,
#tms-remotejoblist tms-relatedjobs#tms-relatedjobs tms-filtertags .filtertags button,
#tms-remotejoblist tms-joblist#tms-joblist tms-filtertags .filtertags button {
    background: #cc9a8e !important;
}

#tms-remotejoblist tms-relatedjobs#tms-relatedjobs ul.jobfeed li.jobfeed-item .jobfeed-title,
#tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item .jobfeed-title,
#tms-remotejoblist tms-relatedjobs#tms-relatedjobs ul.jobfeed li.jobfeed-item .jobfeed-item-location:not(:empty),
#tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item .jobfeed-item-location:not(:empty),
.jobfeed-item-property-wrap * {
    font-family: "avenir" !important;
}

#tms-remotejoblist tms-relatedjobs#tms-relatedjobs ul.jobfeed li.jobfeed-item .jobfeed-item-location:not(:empty):before,
#tms-remotejoblist tms-joblist#tms-joblist ul.jobfeed li.jobfeed-item .jobfeed-item-location:not(:empty):before {
    filter: invert(1);
}

#tms-remotejoblist tms-relatedjobs#tms-relatedjobs tms-pagination .pagination-block .pagination-list .pagination-item-button,
#tms-remotejoblist tms-joblist#tms-joblist tms-pagination .pagination-block .pagination-list .pagination-item-button {
    border-color: #fff !important;
    color: #fff !important;
}

#tms-remotejoblist tms-joblist#tms-joblist tms-pagination .pagination-block .pagination-list li.pagination-item.pagination-item--active button {
    background-color: #cc9a8e !important;
    opacity: 1;
}

#tms-remotejoblist tms-relatedjobs#tms-relatedjobs .joblist-maxresults h1,
#tms-remotejoblist tms-joblist#tms-joblist .joblist-maxresults h1 {
    font-size: 30px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

body #tms-remotelist-wrap #tms-job-pagination #tms-pagination .row.align-right.align-middle.align-right.expanded:after {
    content: '';
    right: 24px;
    top: 19px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-radius: 0;
    position: absolute;
}

#cookie_fly {
    display: none !important;
    z-index: -999;
    pointer-events: none;
}

.themeContentStyle1,
.themeContentStyle2,
.themeContentStyle3,
.themeContentStyle4,
.themeContentStyle5,
.themeContentStyle6,
.themeContentStyle7,
.themeContentStyle7,
.aposto-font--nude {
    -ms-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
}