﻿/** {
	-webkit-overflow-scrolling: touch;
}*/


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.clear {
    clear: both;
}

.italic {
    font-style: italic;
}

.stretch {
    height: 180px;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.spinner-circles.busy-load-spinner-css.busy-load-spinner {
    display: none;
}

body,
#body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #fff;
}

.impressum-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 20px;
    text-align: right;
    color: white !important;
}

    .impressum-bar a {
        color: white !important;
    }

.impressum-panel,
.datenschutz-panel {
    width: 60%;
    border-radius: 9px;
    box-shadow: none;
    margin: 20%;
    margin-top: 15%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FEFAEB;
    padding: 20px;
}

button.save-prohibited,
button.save-prohibited:hover {
    background-color: #8e8e8e;
    color: #ececec;
    border: 1px solid #6f6f6f;
    cursor: not-allowed;
}

.desc-info {
    background-image: url('../Images/icons/declaratione.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

.desc-warning {
    background-image: url('../Images/icons/attention.svg');
    padding-left: 22px;
    margin-left: 8px;
    background-size: 17px;
    float: left;
    background-repeat: no-repeat;
    color: #db4766;
    border-radius: 2px;
    border-color: #A00022;
    border-width: 1px;
    height: auto;
}

span.ast-required {
    color: red;
}

.modal.modal-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4000;
}

.modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3800;
    width: 960px;
    margin: 20px auto auto auto;
    overflow-y: auto;
}

.modal-header {
    font-size: 12pt;
}

.button {
    height: 35px;
    padding: 5px 25px;
    border: 1px solid #626262;
    border-radius: 3px;
    font-size: 15px;
    /*text-transform: uppercase;*/
    float: right;
    text-decoration: none;
}

    .button.sm {
        height: 35px;
        padding: 6px 15px;
    }

        .button.sm.order-button {
            padding: unset;
            height: 35px;
            width: 35px;
            display: block;
        }

        .button.sm.move-button {
            padding: unset;
            /*background-image: url('../Images/icons/delete.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position-y: 3px;
	background-position-x: 7px;*/
            height: 35px;
            width: 35px;
            display: block;
        }

    .button.delete {
        padding: unset;
        background-image: url('../Images/icons/delete.svg');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position-y: 3px;
        background-position-x: 7px;
        height: 35px;
        width: 35px;
    }

    .button.duplicate {
        padding: unset;
        background-image: url('../Images/icons/duplicate.svg');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position-y: 7px;
        background-position-x: 7px;
        height: 35px;
        width: 35px;
    }

    .button.edit {
        padding: unset;
        background-image: url('../Images/icons/edit.svg');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position-y: 7px;
        background-position-x: 7px;
        height: 35px;
        width: 35px;
    }

    .button.restore {
        padding: unset;
        background-image: url('../Images/icons/restore.svg');
        background-size: 26px;
        background-repeat: no-repeat;
        background-position-y: 1px;
        background-position-x: 4px;
        height: 35px;
        width: 35px;
    }

.main-button {
    background-color: #A00022!important;
    border: 1px solid #A00022!important;
    color: #FFFFFF;
}

    .main-button:hover {
        background-color: #86001D;
        text-decoration: none;
        color: #FFFFFF;
    }

.dark-grey-button {
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
    color: #626262;
}

    .dark-grey-button:hover {
        background-color: #C4C4C4;
        text-decoration: none;
        color: #626262;
    }

.grey-button {
    background-color: #F6F6F6;
    border: 1px solid #626262;
    color: #626262;
}

    .grey-button:hover {
        background-color: #EBEBEB;
        text-decoration: none;
        color: #626262;
    }

.white-button {
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    color: #A00022;
}

    .white-button:hover {
        background-color: #FFF4F4;
        text-decoration: none;
        color: #A00022;
    }





.table-list-item {
    font-size: 14px;
    color: #363636;
}


h1,
div.title {
    font-size: 27px;
    /*font-weight: bold;*/
    width: 50%;
    float: left;
}

div.user-info {
    margin-top: 13px;
    float: right;
    margin-right: 35px;
}

.splash div.user-info {
    margin-top: 60px;
    float: right;
    margin-right: 35px;
    color: #FFFFFF;
}

div.user-info .user-name {
    margin-top: 17px;
    float: left;
    margin-right: 15px;
}

div.user-info .bubble {
    height: 52px;
    width: 52px;
    border-radius: 27px;
    border: 2px solid #FFFFFF;
    float: right;
    background-image: url('../Images/Haus.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
}

div.user-info .chevron-menu-button {
    float: right;
    margin-top: 17px;
    height: 14px;
    width: 14px;
    margin-left: 5px;
    cursor: pointer;
}


.chevron-menu {
    /*width: 20%;*/
    position: absolute;
    top: 122px;
    right: 0;
    z-index: 1000;
    background-color: #A00022;
    color: #FFFFFF;
}

    .chevron-menu .chevron-menu-item {
        width: 100%;
        padding: 8px 15px;
        cursor: pointer;
    }

.saeulen-menu {
    margin-bottom: 30px;
    display: inline-block;
}


.contentCenter {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    color: #626262;
    max-width: 1800px;
    padding-top: 20px;
}


.content {
    background-color: #FFFFFF;
    position: fixed;
    right: 0;
    top: 122px;
    width: calc(100% - 375px);
    width: -moz-calc(100% - 375px);
    width: -webkit-calc(100% - 375px);
    width: -o-calc(100% - 375px);
    height: calc(100% - 122px);
    height: -moz-calc(100% - 122px);
    height: -webkit-calc(100% - 122px);
    height: -o-calc(100% - 122px);
    padding-left: 80px;
    /*padding-bottom: 180px;*/
    padding-top: 50px;
    padding-right: 150px;
    overflow-x: visible;
    overflow-y: auto;
    color: #626262;
}

div.content.backend {
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
}

div.main-title {
    font-size: 27px;
    color: #363636;
    margin-bottom: 25px;
    margin-left: 7px;
}

div.sub-title {
    font-size: 21px;
    /*font-weight: bold;*/
    color: #363636;
    margin-bottom: 25px;
}

.breadcrumbs,
.breadcrumbs a {
    color: #363636 !important;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 15px;
}

.pflichtfeld-infotext {
    font-size: 12px;
    color: #626262;
}

.footer-line {
    width: 100%;
    border-top: 2px solid #9A9A9A;
}

tr.removed a {
    color: #A00022;
}

td.centered {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

/* Error page*/

.error-page {
    padding: 30px;
}

.header-error {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 20pt;
    font-weight: 700;
    color: #a00022;
}

.error-text {
    font-size: 14pt;
    font-weight: 700;
    color: #a00022;
}

/* Startpage */

.startpage-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: -o-calc(100% - 25px);
    padding: 30px;
    background-color: #F8F8F8;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .startpage-panel.left {
        float: left;
    }

    .startpage-panel.right {
        float: right;
    }

    .startpage-panel .panel-content {
        float: left;
        margin-left: 0px;
        width: calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: -webkit-calc(100% - 140px);
        width: -o-calc(100% - 140px);
    }

        .startpage-panel .panel-content .header {
            font-size: 20px;
            font-weight: bold;
            color: #A00022;
            padding-left: 25px;
        }

        .startpage-panel .panel-content .shortcut a {
            color: #4F4F4F !important;
            font-size: 14px;
        }


    .startpage-panel .image {
        float: left;
        width: 90px;
        height: 90px;
        background-size: cover;
    }

        .startpage-panel .image.hof {
            background-image: url('../Images/hof.png');
        }

        .startpage-panel .image.preise {
            background-image: url('../Images/preise.png');
        }

        .startpage-panel .image.unterkuenfte {
            background-image: url('../Images/unterkuenfte.png');
        }

        .startpage-panel .image.produkte {
            background-image: url('../Images/produkte.png');
        }

        .startpage-panel .image.handwerk {
            background-image: url('../Images/dashandwerk.png');
        }

        .startpage-panel .image.schankbetriebe {
            background-image: url('../Images/schankbetriebe.png');
        }

        .startpage-panel .image.oeffnungszeiten {
            background-image: url('../Images/oeffnungszeiten.png');
        }

        .startpage-panel .image.bildergalerie {
            background-image: url('../Images/bilder.png');
        }

/* Loginpage */

.login-panel {
    width: 350px;
    height: auto;
    background-color: #FEFAEB;
    border-radius: 9px;
    box-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    padding: 25px;
    margin-left: calc(50% - 175px);
    margin-left: -moz-calc(50% - 175px);
    margin-left: -webkit-calc(50% - 175px);
    margin-left: -o-calc(50% - 175px);
}

    .login-panel .logo {
        background-image: url('../Images/roterHahn.jpg');
        background-size: cover;
        width: 90px;
        height: 90px;
        float: left;
    }

    .login-panel .login-title {
        height: 90px;
        padding-top: 30px;
        float: left;
        color: #A00022;
        font-size: 30px;
        font-weight: bold;
        margin-left: 20px;
        vertical-align: bottom;
    }

        .login-panel .login-title .mein-panel {
            font-size: 20px;
            color: #A00022;
            line-height: 30px;
        }

        .login-panel .login-title .roterhahn-panel {
            font-size: 34px;
            font-weight: bold;
            color: #A00022;
            line-height: 36px;
        }


    .login-panel .login-label {
        font-size: 14px;
        color: #8B8B8B;
    }

    .login-panel .login-input {
        background-color: #FFFFFF !important;
        color: #626262 !important;
        font-size: 14px;
        line-height: 16px;
        border: 1px solid #EDEFEF;
        border-radius: 4px;
        width: 100%;
        height: 36px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: none;
        margin-top: 10px;
    }

    .login-panel .login-button {
        height: 45px;
        width: 160px;
        background-color: #A00022;
        border-radius: 3px;
        font-size: 17px;
        /*text-transform: uppercase;*/
        border: none;
        color: #FFFFFF;
        margin-top: 10px;
        margin-left: 65px;
    }


/* Splash- / Landingpage */

.splash {
    background-image: url('../Images/Backgrounds/Background_red.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-panel {
    position: absolute;
    top: 60px;
    left: 70px;
    width: 300px;
    height: 92px;
    /*padding-bottom: 7px;*/
    border-bottom: 1px solid #FFFFFF;
}

    .title-panel .mein-panel {
        font-size: 32px;
        color: #FFFFFF;
        line-height: 36px;
    }

    .title-panel .roterhahn-panel {
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 42px;
    }

.shortcut-title {
    width: 100%;
    margin-top: 25px;
    font-size: 32px;
    color: #363636;
    text-align: center;
}

.shortcut-desc {
    width: 100%;
    margin-top: 20px;
    font-size: 17px;
    color: #626262;
    text-align: center;
}

.shortcut-button {
    height: 45px;
    width: 240px;
    background-color: #A00022;
    border-radius: 3px;
    font-size: 17px;
    /*text-transform: uppercase;*/
    border: none;
    color: #FFFFFF;
    margin-top: 20px;
    margin-left: 60px;
}

.splash .shortcut-button:hover {
    background-color: #86001D
}

.splash .shortcut-button.inactive {
    background-color: #DEDEDE;
    color: #626262;
}

.shortcut-panels {
    width: 720px;
    display: inline-block;
    position: relative;
    top: 200px;
    left: calc(50% - 360px);
}

.shortcut-panel-hoefe {
    position: relative;
    width: 350px;
    height: 400px;
    border-radius: 9px;
    /*left: calc(50% - 375px);
	left: -moz-calc(50% - 375px);
	left: -webkit-calc(50% - 375px);
	left: -o-calc(50% - 375px);*/
    background-color: #FEFAEB;
    /*margin-left: calc(50% - 175px);*/
    display: inline-block;
}

    .shortcut-panel-hoefe .logo {
        width: 135px;
        height: 135px;
        margin-top: 40px;
        margin-left: 105px;
        background-image: url('../Images/roterHahn.jpg');
        background-size: cover;
        box-shadow: 3px;
    }

.splash .inactive {
    background-color: #DEDEDE;
    opacity: 0.75;
}

.shortcut-panel-gaeste {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 400px;
    border-radius: 9px;
    background-color: #FEFAEB;
    float: right;
}

    .shortcut-panel-gaeste .logo {
        width: 135px;
        height: 135px;
        margin-top: 40px;
        margin-left: 105px;
        background-image: url('../Images/roterHahn.jpg');
        background-size: cover;
        box-shadow: 3px;
    }


    .shortcut-panel-gaeste .logoNA {
        width: 135px;
        height: 135px;
        margin-top: 40px;
        margin-left: 105px;
        background-image: url('../Images/roterHahn.jpg');
        background-size: cover;
        box-shadow: 3px;
        filter: grayscale(90%);
    }


/* Elemente */

.badge {
    border-radius: 3px !important;
    background-color: #A00022 !important;
    /*font-size: 9px !important;*/
}

.tags-container {
    border: 1px #D3D3D3 solid !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    clear: both;
}

.missing-value,
.missing-value {
    border: 2px solid #A00022 !important;
}

.element-separator {
    height: 20px;
}

.small-element-separator {
    height: 20px;
}

.nav-pills > li + li {
    margin-left: 0px !important;
}

.nav-pills li a {
    height: 50px;
    padding: 15px !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #363636;
    border: 1px solid #D3D3D3;
    border-radius: 0px !important;
}

.nav-pills li:first-child a {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.nav-pills li:last-child a {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.nav-pills li.active a {
    background-color: #FAFAFA !important;
    color: #A00022 !important;
}

.nav-pills li a:hover {
    background-color: #FAFAFA !important;
}

.tab-pane {
    padding-top: 15px;
}

.panel-collapse {
    /*padding-top: 55px;*/
}

.input-label {
    font-size: 14px;
    font-weight: bold;
    color: #4F4F4F;
    margin-bottom: 10px;
    clear: both;
    width: auto;
}

.input-label-inline {
    font-size: 14px;
    font-weight: bold;
    color: #4F4F4F;
    height: auto;
    min-height: 36px;
    float: left;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 6px 8px;
    width: 55%;
}

td.input-label-inline {
    width: 55%;
    position: relative;
    bottom: 0;
    padding: 0;
}

.Infobox {
    /*font-style: italic;*/
}

.input-infobox-title {
    font-size: 14px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 8px;
}

.ulAlignLeft {
    padding-inline-start: 0px !important;
}

.input-infotext {
    margin-top: 10px;
    font-size: 14px;
    color: #626262;
    /*text-align: justify;*/
    margin-left: 15px;
}

.input-suffix {
    float: left;
    /*font-size: 14px;*/
    margin-top: 8px;
    margin-left: -20px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 10px;
}

.with-suffix {
    padding-right: 40px !important;
}

.with-suffix-long {
    padding-right: 65px !important;
}

.input-symbol-count {
    float: right;
    position: relative;
    right: 10px;
    font-weight: bold;
    z-index: 499;
    margin-top: -23px;
}


.copy-down-button {
    width: 30px;
    border: 0px #D3D3D3 solid;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    height: 35px;
    max-width: 40px;
    float: right;
}


.InlineText > .input-text {
    width: 45%;
}

.input-numeric {
    width: 100%;
    background-color: #FAFAFA;
    border: none;
    color: #626262;
    padding: 4px;
    height: 34px;
    float: left;
    text-align: right;
    -moz-appearance: textfield;
}

.input-numeric-inline {
    width: 100%;
    background-color: #FAFAFA;
    /*border: 1px #D3D3D3 solid;*/
    border: none;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: none;
    color: #626262;
    padding: 4px;
    height: 34px;
    float: left;
    text-align: right;
    -moz-appearance: textfield;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-numeric.without-label {
    width: 100%;
    border-radius: 3px;
}

.input-combo {
    width: 100%;
    background-color: #FAFAFA;
    font-size: 14px;
    font-weight: bold;
    border: none;
    padding-left: 10px;
    padding-right: 15px;
    color: #626262;
    height: 34px;
    float: left;
}

    .input-combo.inline {
        border-left: none;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .input-combo.enum {
        padding: 1px;
    }

/*td.input-combo {
    width: 35%;
    position: relative;
    bottom: 0;
	background-color: green;
}*/

.input-datetime {
    width: 120px;
    background-color: #FAFAFA;
    /*border: 1px #D3D3D3 solid;*/
    border: none;
    border-radius: 3px;
    color: #626262;
    /*padding-right: 20px;*/
    height: 34px;
    float: left;
    text-align: center;
    border-left: none;
    padding: 0px;
}

.input-datetime-button {
    width: 50px;
    height: 34px;
    float: left;
    /*border: 1px #D3D3D3 solid;*/
    border: none;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding: 18px;
    padding-top: 7px;
    border-left: none;
}

.input-list-header {
    color: #363636;
    font-size: 14px;
    /*font-weight: bold;*/
    float: left;
    margin-bottom: 10px;
}

    .input-list-header.left {
    }

    .input-list-header.right {
        margin-left: 44%;
    }


.input-list {
    width: 45%;
    height: 200px !important;
    float: left;
    border: 1px #D3D3D3 solid;
    border-radius: 3px;
    color: #626262;
    background-color: #FAFAFA;
    padding: 10px;
    overflow: auto;
}

    .input-list option {
        padding: 6px;
        font-size: 14px;
    }


.input-list-button-container {
    padding-top: 20px;
    width: 10%;
    float: left;
}

.input-list-move-button {
    width: 50%;
    height: 50px;
    border: 1px #D3D3D3 solid;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-left: 25%;
    margin-top: 10%;
}

.input-textarea {
    width: 100%;
    height: 180px;
    background-color: #FAFAFA;
    border: none;
    color: #626262;
    padding: 7px;
    resize: none;
}

    .input-textarea.with-symbol-count {
        margin-bottom: 15px;
    }

.input-text {
    width: 100%;
    background-color: #FAFAFA;
    border: none;
    color: #626262;
    height: 34px;
    white-space: nowrap;
    padding: 7px;
    display: block;
}

    .input-text.with-symbol-count {
        padding-right: 65px;
    }

.input-title {
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}

.input-field.inline {
    width: 45%;
    display: inline-block;
    min-height: 36px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: none;
}

    .input-field.inline.auto {
        width: auto;
        line-height: 0;
    }

.input-label.inline {
    width: 55%;
}

.input-infobox {
    font-size: 14px;
    /*font-style: italic;*/
    /*text-align: justify;*/
    color: #626262;
    float: left;
}

.input-integer {
    width: 15%;
    background-color: #FAFAFA;
    border: 1px #D3D3D3 solid;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #626262;
    padding: 4px;
    height: 35px;
    float: left;
    text-align: right;
}

.input-infobox-with-icon {
    width: 90%;
    /*text-align: justify;*/
    font-size: 14px;
    font-style: italic;
    color: #626262;
    float: right;
}

.input-infobox-icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url('../Images/info_t.png');
    background-size: 20px;
}

.input-file-panel {
    height: 100px;
    width: 200px;
    border: 3px dashed #D3D3D3;
    border-radius: 2px;
}

    .input-file-panel .file-icon {
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 82px;
        margin-right: 82px;
        background-image: url('../Images/icons/icons8-upload-50.png');
        background-size: 30px;
        cursor: pointer;
    }

    .input-file-panel .file-button {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .input-file-panel .file-name {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .input-file-panel .delete {
        width: 50%;
        padding: 5px;
        float: left;
        font-size: 10px;
        text-align: left;
        cursor: pointer;
    }

    .input-file-panel .download {
        width: 50%;
        padding: 5px;
        float: right;
        font-size: 10px;
        text-align: right;
        cursor: pointer;
    }


.input-field {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    float: left;
}

    .input-field.short {
        width: 20%;
        min-width: 230px;
    }

    .input-field.single {
        border-radius: 3px;
        border: 1px solid #d9d9d9;
        width: 100%;
        margin-top: -11px;
    }

.event-tooltip-content:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.event-tooltip-content .event-title {
    font-size: 18px;
}

.event-tooltip-content .event-location {
    font-size: 12px;
}

/* HEADER */

header {
    z-index: 1040;
}

    header div.headerTop {
        height: 48px;
        background-color: #FEFAEB !important;
    }

    header div.headerBottom {
        height: 74px;
        background-color: #A00022;
        color: #FFFFFF;
    }

        header div.headerBottom div.title {
            margin-left: 50px;
            vertical-align: middle;
            padding-top: 17px;
        }

        header div.headerBottom #logo {
            margin-left: 32px;
            float: left;
        }

            header div.headerBottom #logo img {
                height: 85px;
                margin-top: -25px;
                float: left;
            }

/* Main Menu */

.left-menu {
    background-color: #FEFAEB;
    position: fixed;
    left: 0;
    top: 122px;
    width: 400px;
    height: 100%;
    overflow: auto;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 180px;
    display: normal;
    overflow: overlay;
}

.headline {
    font-size: 13px;
    /*font-weight: bold;*/
    color: #9A9A9A;
    text-transform: uppercase;
    margin-left: 37px;
    margin-top: 30px;
    cursor: pointer;
}

.gaesteverwaltung-menu-item {
    color: #A00022;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 70px;
    /*font-weight: bold;*/
}

    .gaesteverwaltung-menu-item:hover {
        color: #A00022;
        text-decoration: none;
    }

.menu-item {
    min-height: 34px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 34px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}


#headline-startpage {
    min-height: 16px;
    margin-left: -40px;
    margin-top: 0px;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 16px;
    min-height: 34px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 73px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

    #headline-startpage:hover {
        background-color: #F3F0E5;
        font-weight: bold;
    }

    #headline-startpage.selected {
        font-weight: bold;
        background-color: #F3F0E5;
        border-right: 5px solid #A00022;
    }

.menu-item.selected {
    background-color: #F3F0E5;
    font-weight: bold;
    border-right: 5px solid #A00022;
}

.menu-item:hover {
    background-color: #F3F0E5;
    font-weight: bold;
}

.menu-item .status {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #D3D3D3;
    opacity: 0.7;
    border-radius: 58px;
    float: left;
}

.menu-item .name {
    min-height: 16px;
    margin-left: 40px;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 16px;
}

.menu-item.sub-item .name {
    height: 16px;
    margin-left: 40px;
    font-size: 13px;
    color: #626262;
    line-height: 20px;
}

/* Kalender */

.calendar {
    overflow: hidden !important;
    padding: 0px;
    margin-top: 35px;
}

.calendar-header {
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    color: #4F4F4F;
}

.month-container {
    margin-bottom: 60px !important;
}

.month-title {
    text-align: left !important;
    color: #4F4F4F !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}

.day-header {
    color: #7C7C7C !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

    .day-header.bold {
        font-weight: bold !important;
    }


.day-content {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.modal-body {
    padding: 25px;
}

.modal-backdrop {
    height: 100%;
    z-index: 700;
}



.popup-closing-cross {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 15px;
    height: 15px;
    background-image: url('../Images/icons/close.svg');
    cursor: pointer;
}

.popup-label {
    padding-top: 7px;
    font-size: 14px;
    width: 75px;
    float: left;
    margin-right: 13px;
}

.popup-label-inline {
    font-size: 14px;
    font-weight: bold;
    color: #4F4F4F;
    height: 35px;
    float: left;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 5px 12px;
    width: auto;
}

.popup-combo {
    background-color: #FAFAFA;
    font-size: 14px;
    font-weight: bold;
    border: 1px #D3D3D3 solid;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: #626262;
    height: 35px;
    float: left;
    width: 95px;
}


.popup-datetime-button {
    width: 35px;
    height: 35px;
    float: left;
    border: 1px #D3D3D3 solid;
    padding: 10px;
    padding-top: 8px;
}

    .popup-datetime-button.last {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

.popup-text {
    width: auto;
    background-color: #FAFAFA;
    border: 1px #D3D3D3 solid;
    border-radius: 3px;
    color: #626262;
    padding: 5px 12px;
    height: 35px;
    float: left;
}

.preis-input {
    text-align: right;
}

.popup-addon {
    background-color: #FFFFFF;
    height: 35px;
    float: left;
    border: 1px solid #D3D3D3;
    /*border-radius: 3px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;*/
    padding: 8px 12px;
}

.popup-date {
    width: 100%;
    height: 40px;
    /*float: left;*/
    background-color: #FAFAFA;
    /*border: 1px #D3D3D3 solid;*/
    /*border-radius: 3px;*/
    color: #626262;
    padding: 5px 12px;
    height: 35px;
    border: none;
}

.popup-zeitraum {
    /*border-radius: 0;*/
    width: 60px;
}

.popup-zeitraum-last {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.popup-preisvorlagen-combo {
    float: left;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    height: 35px;
    /*border: 1px solid #D3D3D3;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;*/
    color: #626262;
    /*margin-top: 5px;*/
    border: none;
}

.pflichtfelder-label {
    margin-top: 7px;
    float: left;
    color: #9A9A9A;
    font-style: italic;
}

.input-group {
    /*margin: 1px;*/
    /*width: 35%;*/
    display: inline-block;
}

/* Tabelle */

.alternating-table {
    width: 100%;
}

    .alternating-table thead td {
        border-bottom: 2px solid #F6F6F6 !important;
    }


    .alternating-table tr td {
        border-top: none !important;
    }

    .alternating-table tr {
        color: #626262;
        font-size: 14px;
    }

        .alternating-table tr:nth-child(even) {
            background: #F6F6F6;
        }

        .alternating-table tr:nth-child(odd) {
            background: #FFFFFF
        }

.tr-even {
    background: #F6F6F6;
}

/* DIV-Tabelle */

div.table {
    display: table;
    width: 100%;
    border: 3px solid #707070;
    border-spacing: 0; /* cellspacing:poor IE support for  this */
}

    div.table.popup-structure {
        border: 0px solid red;
    }

        div.table.popup-structure > div.tr > div.th {
            font-weight: bold;
            text-align: left;
            padding-left: 0px;
        }

div.tr {
    display: table-row;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #c8c8c8;
}

div.td {
    display: table-cell;
    /*border: 1px solid green;*/
    float: left;
}

    div.td > div {
        display: inline-block;
    }

    div.td > .popup-col1 {
        width: 50px;
    }

div.td-left {
    float: left; /* fix for  buggy browsers */
    display: table-cell;
    text-align: left;
    padding: 5px;
}

div.td-right {
    float: left; /* fix for  buggy browsers */
    display: table-cell;
    text-align: right;
    padding: 5px;
}

div.th {
    float: left;
    display: table-column;
    text-align: right;
    padding: 5px;
    font-weight: bolder;
}

div.table-body {
    display: table-row-group;
    padding: 0;
    width: 100%;
}

div.table-head {
    display: table-header-group;
    padding: 0;
    width: 100%;
    background-color: #ddd;
}

div.table-body div.tr:nth-child(even) {
    background: #ededed;
}

table.unterkuenfte {
    width: 100%;
    margin-bottom: 10px;
}

.unterkunft-heading {
    font-weight: bold;
    height: 45px;
    display: none !important;
    width: auto;
}

    .unterkunft-heading.row1 {
        display: inline-block !important;
        width: 140px;
        color: #626262;
    }

div.table.popup-structure > .tr > .td.col1 {
    width: 20%;
    height: 36px;
    margin-top: 5px;
}

div.table.popup-structure > .tr > .td.col2,
div.table.popup-structure > .tr > .td.col3,
div.table.popup-structure > .tr > .td.col4,
div.table.popup-structure > .tr > .td.col5 {
    width: calc(15% - 20px); /*because of .spacer*/
    margin-bottom: 5px;
    margin-top: 5px;
}

div.table.popup-structure > .tr > .td.col6 {
    width: calc(20% - 20px); /*because of spacer*/
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

table.unterkuenfte thead td {
    font-size: 14px;
    font-weight: bold;
}

table.unterkuenfte tbody td {
    font-size: 13px;
}

table.popup-structure tbody tr.preis-row td {
    padding-top: 10px;
    padding-bottom: 15px;
    height: 48px;
}

.tr-title {
    height: 80px;
}


.unterkunft-label-group {
    width: 100%;
}

.unterkunft-label {
    font-size: 13px;
    width: calc(100% - 30px);
    margin-top: 5px;
    float: left;
    color: #626262;
}

.unterkunft-info-icon {
    width: 18px;
    height: 18px;
    /*margin: 6px;*/
    margin-left: 5px;
    margin-top: 8px;
    /*padding: 10px;*/
    cursor: pointer;
    /*float: right;*/
    background-image: url('../Images/info-black_t.png');
    background-size: 18px;
    background-repeat: no-repeat;
    /*background-position-x:*/
    position: relative;
    display: inline-block;
}

.td > .input-group {
    width: calc(100% - 2px);
    margin: 1px;
}



/* Altersangabe */

.alter-row {
    width: 100%;
}

    .alter-row .alter-cell {
        width: 5.5%;
        padding: 3px;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #626262;
    }

        .alter-row .alter-cell input {
            width: 100%;
            background-color: #FAFAFA;
            border: 1px #D3D3D3 solid;
            border-radius: 3px;
            color: #626262;
            padding: 3px;
            height: 35px;
            float: left;
            text-align: center;
        }


/* Warnungen und Fehler*/

text.msg-error {
    color: #a00022;
    font-weight: bold;
}

text.msg-warning {
    color: #de7a00;
    font-weight: bold;
}

text.msg-info {
    color: mediumpurple;
    font-weight: bold;
}

text.msg-invalid {
    color: indianred;
    font-weight: bold;
}


.alert.warning {
    background-image: linear-gradient(to bottom, #fefaeb 0%, #f3ebd0 100%);
    border: 1px solid #e2d9b5;
}

.alert-info {
    background-image: linear-gradient(to bottom, #fefaeb 0%, #fdf1c5 100%);
    border-color: #f9e494;
    color: #6f6f6f !important;
}

.alert-neutral {
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
    border-color: #c1c1c1;
    color: #616161;
}

.List {
    padding-top: 20px;
}

.multi-list {
    display: inline-block;
    width: 100%;
}

.multi-list-panel {
    margin: 0px;
    border: 1px solid #D3D3D3;
    background-color: #FAFAFA;
    border-radius: 3px;
    /*max-height: 150px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

.move-button {
    width: 36px;
    height: 26px;
    padding-left: 10px;
    background-color: #ffffff;
    display: none;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
}

    .move-button.right {
        margin-right: -5px;
    }

        .move-button.right .glyphicon-chevron-right {
            font-size: 16px;
            line-height: 22px;
        }

    .move-button.left {
        margin-left: -5px;
    }

        .move-button.left .glyphicon-chevron-left {
            font-size: 16px;
            line-height: 22px;
        }

.multi-list-row {
    height: 26px;
    margin: 5px;
    cursor: pointer;
}

    .multi-list-row:hover .move-button {
        display: block;
    }

    .multi-list-row div {
        line-height: 24px;
        font-size: 14px;
        color: #626262;
    }

.row-label {
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    max-width: 100%;
}

.multi-list.row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-2.mv-btn {
    width: 60px;
}

.col-xs-5 {
    width: calc((100% - 64px) * 0.5);
    width: -webkit-calc((100% - 64px) / 2);
    width: -moz-calc((100% - 60px) / 2);
    width: -o-calc((100% - 60px) / 2);
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}


.mv-button {
    max-width: 50px;
    height: 50px;
    background-color: #ffffff;
    /*display: none;*/
    /*margin-left: 8px;
	margin-right: 12px;*/
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

    .mv-button.right .glyphicon-chevron-right {
        font-size: 16px;
        line-height: 47px;
    }

    .mv-button.left .glyphicon-chevron-left {
        font-size: 16px;
        line-height: 47px;
    }

.multi-list-row.selected {
    background-color: #D8D8D8;
    color: #ffffff !important;
}

#menu-button {
    display: none;
    /*background-color: green;*/
}

.input-label-table {
    width: 240px;
    border: 5px solid #FFFFFF;
}

.input-combo.preisregeln {
    width: 35%;
}

.modal.fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    -webkit-transform: translate3d(0,0,0);
}

.modal-content {
    -webkit-transform: translate3d(0,0,0);
    z-index: 3900;
    margin-bottom: 40px;
    border-radius: 0px;
}

.sub-content {
    margin-bottom: 140px;
}

.fade.in .modal-dialog {
    z-index: 1060;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
}

.k-window {
    width: 600px !important;
    top: 25% !important;
    left: calc(50% - 300px) !important;
    left: -webkit-calc(50% - 300px) !important;
    left: -moz-calc(50% - 300px) !important;
    margin-top: 10px;
    position: fixed !important;
}

.dl-horizontal dt, .dl-horizontal dd {
    line-height: 28px;
}

.eCombobox > .input-combo {
    width: 45%;
}

.radioButton {
    display: inline-block;
}

.input-label-radio {
    display: inline-block;
}

.radioButtonGroup {
    margin-left: 20px;
    padding: 5px;
    border: 2px solid transparent;
}

.row1 {
    display: inline-block;
}

.row2 {
    display: none !important;
}

.tr > .spacer {
    width: 20px;
    height: 36px;
    float: left;
    display: inline-block;
}

.form-control.text-box.single-line {
    width: 200px;
    height: 27px;
}

.error-message-title {
    color: #c71919;
    padding-bottom: 10px;
    font-weight: 700;
}

.warning-message-title {
    color: #ea9c07;
    padding-bottom: 10px;
    font-weight: 700;
}

.enum.input-field {
    margin: 2px;
    height: 36px;
}

.input-field.enumText {
    margin: 2px;
    min-height: 36px;
}

.enum.input-datetime-button {
    float: right;
    cursor: pointer;
    width: 35px;
    padding: 9px;
}

.enum.th {
    padding: 1px;
}

table.enum {
    margin-bottom: 25px;
    width: 100%;
}

th.enum {
    padding-bottom: 5px;
}

.btn.enum,
.btn.enum > span {
    margin: 2px;
    cursor: pointer;
}

    .btn.enum:disabled,
    .btn.enum:disabled > span {
        cursor: default;
    }

    .btn.enum.move-up {
        margin-left: 30px;
    }

    .btn.enum.move-down {
    }

.readonly {
    border-color: transparent;
    background-color: transparent;
    pointer-events: none;
    -moz-appearance: none; /* hide arrow of comboboxes */
    -webkit-appearance: none; /* hide arrow of comboboxes */
}

.search-bar {
    background-image: url('/Images/icons/search.svg');
    background-position: 4px 1px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 0px 14px 0px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1401px) {
    .left-menu {
        display: inline-block !important;
    }

    .modal-dialog {
        width: 960px;
    }
}

@media only screen and (max-width: 1280px) {
    .modal-dialog {
        width: 960px;
    }

    .noscroll {
        margin: 0;
        height: 100%;
        overflow: hidden
    }

    .left-menu {
        display: none;
        position: fixed;
        width: 100% !important;
        z-index: 500;
        top: 170px;
    }

    #menu-button {
        z-index: 1000;
        display: inline-block;
        margin: 15px;
        cursor: pointer;
    }

    div.content {
        position: initial;
        width: 95% !important;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 15px;
        margin: 0 auto;
    }

    .menu-bar {
        width: 35px;
        height: 5px;
        background-color: #a00022;
        margin: 6px 0;
        transition: 0.4s;
    }

    /* Rotate first bar */
    .change #menu-bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-8px, 6px);
    }

    /* Fade out the second bar */
    .change #menu-bar2 {
        opacity: 0;
    }

    /* Rotate last bar */
    .change #menu-bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-9px, -8px);
    }

    .background-hellgelb {
        background-color: #fefaeb;
    }

    .startpage-panel.right {
        float: left;
    }

    .headline {
        font-size: 15px;
        padding-bottom: 4px;
        margin-top: 25px;
    }

    .menu-item .name {
        font-size: 16px;
    }

    .menu-item {
        padding-left: 43px;
    }

    .input-label.inline {
        width: 55%;
    }

    .input-label-inline.preisregeln {
        width: 55%;
    }

    .input-numeric, .input-integer, .input-text {
        /*width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);*/
        width: 100%;
        padding-left: 5px;
    }

    .eTextarea > .input-text {
        width: 100%;
    }

    .input-numeric.without-label.with-suffix {
        width: 100%;
    }

    .input-combo.preisregeln {
        width: 35% !important;
    }

    .input-symbol-count {
        right: 10px;
    }

    .k-window {
        width: 90% !important;
        top: 25% !important;
        left: 5% !important;
    }

    .InlineText > .input-text {
        width: 35%;
    }
}

@media only screen and (max-width: 1000px) {
    .modal-dialog {
        width: 700px;
    }

    div.table.popup-structure > .tr > .td.col1 {
        width: 30%;
        height: 36px;
    }

    div.table.popup-structure > .tr > .td.col2,
    div.table.popup-structure > .tr > .td.col3,
    div.table.popup-structure > .tr > .td.col4,
    div.table.popup-structure > .tr > .td.col5 {
        width: 12%;
        height: 36px;
    }

    .with-suffix {
        padding-right: 33px !important;
    }

    .tr > .spacer {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .headerBottom {
        height: 140px !important;
    }

    .left-menu {
        top: 176px;
    }

    .chevron-menu {
        top: 186px;
    }

    .menu-button-left {
        position: absolute;
        top: 123px;
    }

    .menu-bar {
        background-color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .panel-collapse {
        padding-top: 85px;
    }

    .alter-row .alter-cell {
        width: 10.5%;
    }

    .summe-aufschlaege {
        display: none !important;
    }

    div.title {
        font-size: 18px;
    }

    header div.headerTop {
        height: 32px;
    }

    header div.headerBottom div.title {
        margin-left: 10px;
        width: auto;
    }

    div.user-info {
        margin-top: 31px;
        margin-right: 9px;
    }

        div.user-info .bubble {
            height: 38px;
            width: 38px;
            margin-top: 5px;
        }


    header div.headerBottom #logo {
        margin-left: 6px;
    }

    .startpage-panel {
        width: 100%;
        padding: 6px;
    }

    .modal-dialog {
        width: 90%;
    }

    .modal-body {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    ul.status-msg {
        padding-inline-start: 0px !important;
    }



    .input-label-inline {
        width: 100%;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: -1px;
    }

    .input-text, .input-numeric, .input-combo, .input-integer {
        width: 100% !important;
        border: none;
    }

    .input-field.inline {
        width: 100%;
        border: 1px solid #d9d9d9;
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .input-combo.inline {
        border: none;
        border-radius: 5px;
    }

    .input-field.inline.auto {
        width: 100%;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .input-numeric-inline {
        width: 100%;
        border: none;
        border-radius: 5px;
    }

    .input-text {
        border-radius: 4px;
        width: 100% !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        padding-right: 5px;
        /*height: 58px;*/
        white-space: normal;
    }

    .Text > .input-text {
        height: 32px;
    }

    .startpage-panel {
        width: 100%;
        padding: 10px;
    }

        .startpage-panel .panel-content {
            width: -webkit-calc(100% - 84px);
            width: -moz-calc(100% - 84px);
            width: -o-calc(100% - 84px);
            width: calc(100% - 84px);
        }

        .startpage-panel .image {
            width: 64px;
            height: 64px;
            float: left;
            margin-top: 10px;
            margin-right: 20px;
        }

        .startpage-panel .panel-content .header {
            padding-left: 0;
            padding-bottom: 10px;
        }

    ul {
        padding-left: 20px;
    }




    .input-datetime {
        border-bottom-left-radius: 4px;
    }

    .input-datetime-button {
        border-radius: 0;
        border-bottom-right-radius: 4px;
        border-left: 0;
    }

    .input-group {
        float: right;
        width: auto;
    }

    .input-label-inline {
        width: 100% !important;
    }

        .input-label-inline.preisregeln {
            width: 100%;
        }

    .input-symbol-count {
        right: 25px;
    }

    header div.headerBottom div.title {
        width: 200px;
    }

    .headerBottom {
        height: 130px;
    }

    div.user-info {
        margin-top: 10px;
        margin-right: 10px;
    }

    .chevron-menu {
        top: 168px;
    }

    .left-menu {
        top: 172px;
    }

    .menu-button-left {
        position: absolute;
        top: 110px;
    }

    .popup-text {
        width: 100%;
    }

    .td#popup-betriebsferien {
        width: 100%;
    }

    div#popup-zeitraum {
        width: 100%;
    }

    div.table.popup-structure > .tr > .td.col1,
    div.table.popup-structure > .tr > .td.col2,
    div.table.popup-structure > .tr > .td.col3,
    div.table.popup-structure > .tr > .td.col4,
    div.table.popup-structure > .tr > .td.col5 {
        width: 100%;
        height: auto;
    }

    .unterkunft-heading,
    .unterkunft-label {
        width: auto;
        padding-right: 10px;
        padding-top: 5px;
        vertical-align: top;
    }

    .unterkunft-label {
        font-size: 14px;
        font-weight: bold;
    }

    .unterkunft-heading.row1 {
        width: auto;
    }

    div.table.popup-structure > .tr > .td.col6 {
        width: 100%;
    }

    .col1 > .unterkunft-heading {
        width: 100%;
        height: 16px;
    }

    .col2 > .unterkunft-heading,
    .col3 > .unterkunft-heading,
    .col4 > .unterkunft-heading,
    .col5 > .unterkunft-heading,
    .col6 > .unterkunft-heading {
        font-weight: normal;
        height: 26px;
        display: inline-block !important;
        float: left;
    }

    .unterkunft-heading.row1.col1 {
        width: 100%;
    }

    .splash div.user-info {
        margin-top: 0px;
    }

    .login-panel {
        top: 252px;
        border-radius: 0;
        width: 100%;
        margin-left: 0;
    }

        .login-panel .login-button {
            margin-right: 20%;
            float: right;
        }

    .shortcut-panels {
        width: 350px;
        display: inline-block;
        position: relative;
        top: 220px;
        left: calc(50% - 175px);
    }

    .shortcut-panel-gaeste {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .btn.enum {
        display: block;
    }

        .btn.enum.move-up {
            height: 20px;
            margin: 2px;
        }

            .btn.enum.move-up > span,
            .btn.enum.move-down > span {
                top: -4px;
            }

        .btn.enum.move-down {
            height: 20px;
        }
}



.header-hilfe-support {
    float: right;
    margin-right: 25px;
    margin-top: 13px;
}


    .header-hilfe-support .icon-container {
        display: inline-block;
        background-size: cover;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        float: left;
    }

    .header-hilfe-support a {
        color: #7f7f7f;
        text-decoration: underline;
        cursor: pointer;
    }


.form-sbb-layout .form-input-label:not( .label-empty ) {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    padding-top: 7px;
    padding-left: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    min-height: 35px;
    line-height: 1;
}

.form-input-label.label-m-long {
    width: 300px;
}


.form-sbb-layout .form-input-value input[type=text], .form-sbb-layout .form-input-value input[type=file], .form-sbb-layout .form-input-value input[type=password], .form-sbb-layout .form-input-value select, .form-sbb-layout .form-input-value textarea, .form-sbb-layout .form-input-col-value input[type=text], .form-sbb-layout .form-input-col-value input[type=file], .form-sbb-layout .form-input-col-value input[type=password], .form-sbb-layout .form-input-col-value select, .form-sbb-layout .form-input-col-value textarea {
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    padding-left: 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #626262;
    font-size: 14px;
    font-weight: 400;
}

.button-typ-1 {
    background: #A00022;
    color: #FFFFFF !important;
    border: none;
}

.button-typ-right {
    padding: 6px 15px;
    height: 35px;
    max-height: 35px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-left: 15px;
    float: right;
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    line-height: 22px;
}


.button-typ-left {
    padding: 6px 15px;
    height: 35px;
    max-height: 35px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    line-height: 22px;
}

.table-dt-style {
    width: 100%;
    border-collapse: collapse;
}

    .table-dt-style tbody tr:nth-child(odd) {
        background: #f6f6f6
    }

    .table-dt-style tbody tr:nth-child(even) {
        background: #ffffff
    }

    .table-dt-style td, .table-dt-style th {
        padding: 10px 27px;
        color: #626262;
    }

    .table-dt-style.table-dt-header-al th {
        text-align: left;
    }

.form-input-row-full {
    width: 100%;
}


.form-input-cell {
    float: left;
    width: 100%;
}

.form-input-block:before, .form-input-block:after {
    content: " ";
    display: table;
}


.label-value-full .form-input-label {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 3px;
}

.label-value-full .form-input-value, .label-value-full .form-input-label {
    width: 100%;
}

.label-value-full .form-input-cell {
    float: none;
}

.form-input-block:before, .form-input-block:after {
    content: " ";
    display: table;
}

.form-input-block:after {
    clear: both;
}

.form-input-row-full.label-value-full {
    display: block;
}

.body-content-container {
    width: calc( 100% - 310px );
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    float: left;
    background: #ffffff;
    padding-top: 20px;
    overflow-y: auto;
}

.body-content {
}

.form-input-row {
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}


#hofstandort-map-canvas {
    width: 100%;
    height: 700px;
    margin-top: 20px;
}

.landingTextTitle {
    color: white;
    font-size: 18px;
}

.landingText {
    color: white;
}



.step {
    border: 1px solid #DDD;
    clear: left;
    padding: 20px;
    width: 709px;
}


.highlight-area ul {
    margin-left: 10px;
}

.stepy-titles {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.stepy-titles {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}


    .stepy-titles .current-step {
        cursor: auto;
        color: #707070;
        font-family: Arial;
        font-size: 140%;
        font-weight: normal;
    }

    .stepy-titles li {
        color: #DDD;
        cursor: pointer;
        float: left;
        padding: 10px;
        font-size: 140%;
        font-family: Arial;
        margin-left: 0;
    }


fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

table {
    color: #505050;
    font-size: 95%;
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.rhArtikel {
    clear: both;
    margin: 15px;
    height: 100px;
}

    .rhArtikel img {
        float: left;
        width: 100px;
        margin-right: 10px;
    }



.button-typ-2 {
    background: #DEDEDE;
    color: #626262 !important;
    border: none;
}

.button-typ-temp {
    padding: 6px 15px;
    height: 35px;
    max-height: 35px;
    border-radius: 3px;
    font-size: 17px !important;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    line-height: 22px;
}

.ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-widget-content {
    /*border: 1px solid #dddddd;*/
    background: #ffffff;
    color: #7f7f7f;
}

.datatable-link {
    display: initial;
    color: #666666;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
}




.bootstrap-tagsinput {
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}





.label-info {
    background-color: #A00022;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}

    .bootstrap-tagsinput .tag [data-role="remove"] {
        margin-left: 8px;
        cursor: pointer;
    }

        .bootstrap-tagsinput .tag [data-role="remove"]:after {
            content: "x";
            padding: 0px 2px;
        }

        .bootstrap-tagsinput .tag [data-role="remove"]:hover {
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            }



a.btn-xs.deactivate-1 {
    background-color: greenyellow;
}

a.btn-xs.deactivate-2 {
    background-color: greenyellow;
}

a.btn-xs.deactivate-3 {
    background-color: greenyellow;
}

a.btn-xs.deactivate-4 {
    background-color: greenyellow;
}

a.btn-xs.deactivate-5 {
    background-color: greenyellow;
}

a.btn-xs.deactivate-6 {
    background-color: greenyellow;
}



.small-box {
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255,255,255,0.8);
        display: block;
        z-index: 10;
        background: rgba(0,0,0,0.1);
        text-decoration: none;
    }


    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
        text-align: center;
    }


.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
    background-image: none;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

ul.status-msg {
    padding-inline-start: 0px !important;
}


label {
    font-size: 100% !important;
}


.bootstrap-tagsinput .tag {
    font-size: 14px;
}

.navbarAdmin {
    overflow: initial;
    background-color: #A00022;
    border-radius: 4px;
}

    .navbarAdmin a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

.dropdownAdmin {
    float: left;
    overflow: hidden;
}

    .dropdownAdmin .dropbtnAdmin {
        font-size: 16px;
        border: none;
        outline: none;
        color: #FEFAEB;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbarAdmin a:hover, .dropdownAdmin:hover .dropbtnAdmin {
        background-color: #B20026;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #B20026;
            color: white;
        }

.dropdownAdmin:hover .dropdown-content {
    display: block;
}
