
html {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.scaper {
    display: block;
    width: 100%;
    height: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

.page {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

/* Headlines */
h1 {
    font-size: 36px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

/* Buttons */
.wp-grid-button {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .wp-grid-button + .wp-grid-button {
        margin-left: 5px;
    }

.TabpageButton {
    float: right;
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
}

.ButtonBar {
    text-align: right;
}

/* Logo */
.header .logo img {
    width: auto;
    height: auto;
    max-width: 266px;
}

/* Navigation */
.navbar-expand-lg a.nav-link {
    color: #262a2b;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Seitentitel */
.header .Pagetitle {
    background-color: #ffcb08;
    padding: 35px 0px 35px 0px;
}

    .header .Pagetitle h1 {
        text-transform: uppercase;
        padding: 0px;
        margin: 0px;
        text-align: center;
        line-height: 1;
    }

/* Content */
.content {
    padding-top: 1.1rem;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
}

/* Teaserbox */
.TeaserBox {
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

    .TeaserBox a {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: rgba(34, 34, 34, 0.7);
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

        .TeaserBox a:hover {
            color: #262a2b;
        }

/* Contentbox */
.ContentBox {
    border: 2px solid #919B9C;
    background-color: #F4F3EE;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 16px 0px 16px 0px;
}

    .ContentBox.Error {
        border-color: #c74a4a;
        color: #c74a4a;
    }

/* Grid */
.dxbl-grid, .dxbl-grid > .dxbl-scroll-viewer {
    background-color: transparent;
}

/* Tabs */
.dxbl-tabs {
    background-color: transparent !important;
}

.dxbl-tabs-tablist {
    background-color: transparent !important;
}

nav.dxbl-tabs {
    display: block !important;
    z-index: 1;
}

.dxbl-tabs-content {
    padding: 20px;
    background-color: #F4F3EE;
    border-left: 2px solid #ced4da;
    border-right: 2px solid #ced4da;
    border-bottom: 2px solid #ced4da;
}

.dxbl-tabs-item {
    margin-top: 8px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top: 3px solid #ced4da !important;
    border-left: 2px solid #ced4da !important;
    border-right: 2px solid #ced4da !important;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background-color: white !important;
}

    .dxbl-tabs-item.dxbl-active {
        margin-top: 0px;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        border-top: 3px solid #EFA032 !important;
        border-left: 2px solid #ced4da !important;
        border-right: 2px solid #ced4da !important;
        background-color: #F4F3EE !important;
    }

    .dxbl-tabs-item .dxbl-text {
        color: #000;
    }

    .dxbl-tabs-item.dxbl-active:after {
        background-color: #F4F3EE !important;
        border-left: 2px solid #ced4da !important;
        border-right: 2px solid #ced4da !important;
    }

/* Fehlerausgabe */
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #c74a4a;
}

.validation-message {
    color: #c74a4a;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1101;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Footer */

#wp-footer {
    background-color: #7f7f7f;
    bottom: 0;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    height: 40px;
    border-top: solid;
    border-top-width: 2px;
    border-top-color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1100;
    text-align: center;
    color: white;
}

/* Konstruktionsausahl */

.wp-componentSelectionButton {
    margin: 5px;
    float: left;
}

div.wp-componentSelectionContent {
    margin: 5px;
    border: none;
    float: left;
    width: 180px;
    height: 200px;
}

    div.wp-componentSelectionContent img {
        width: 160px;
        height: 160px;
        object-fit: scale-down;
        object-position: center;
    }

div.wp-componentSelectionText {
    padding: 15px;
    text-align: center;
}

/* Overflow-Control */

.wp-overflow-hidden {
    overflow: hidden;
}

.wp-overflow-auto {
    overflow: auto;
}

.wp-maxsize {
    width: 100%;
    height: 100%;
}

.wp-nowrap {
    white-space: nowrap;
}

.wp-margin-top-5 {
    margin-top: 5px;
}

.wp-height-20 {
    height: 20px;
}

.wp-height-40 {
    height: 40px;
}

/* Toolbar */
.dxbl-tabs-content .dxbl-btn-toolbar {
    padding: 5px 5px 5px 5px !important;
    border: 1px solid #ccc;
}

.dxbl-tabs-content .dxbl-toolbar button {
    padding-left: 10px;
    padding-right: 12px;
}

.dxbl-popup .dxbl-toolbar {
    margin-top: 20px;
    margin-bottom: 5px;
}

/* Input Controls */

.dxbl-text-edit.dxbl-readonly {
    background-color: #F4F3EE;
    border: 1px solid #d2d2d2;
    box-shadow: none;
}

.dxbl-text-edit.dxbl-readonly input {
    cursor: default;
}

    .dxbl-text-edit.dxbl-readonly::after {
        background-color: #F4F3EE;
    }

.wp-align-right {
    text-align: right;
}

/* Report */
.wp-hidesidebar .dxbrv-surface-container {
    width: 100% !important;
}

/* Icon Decoration */

.wp-errors-symbol::before {
    font-size: 1rem;
    color: red;
    padding-right: 0.5rem;
}

.wp-warning-symbol::before {
    font-size: 1rem;
    color: orangered;
    padding-right: 0.5rem;
}

.wp-information-symbol::before {
    font-size: 1rem;
    color: blue;
    padding-right: 0.5rem;
}

/* Background */

.wp-background {
    background-image: url(background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
