﻿:root {
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.navbar-brand {
    padding: 0.5rem;
}

.portalhead {
    border-bottom: 1px solid black !important;
}

.main {
    background: #ffffff !important;
}


.body-content {
    margin-top: 100px;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1920px !important;
    }
}


a,
a:hover,
a:active,
a:focus {
    color: #9D3D17;
    text-decoration: none;
}

.reg-item {
    width: 100%;
}
/*f27746*/
.bg-green {
    background-color: rgba(216,219,70,0.8);
}

.Required textarea, .Required input, .Required .dynamicFormEditorContent {
    background-color: #FBDBA3 !important;
}

.navbar li.nav-item .nav-link {
    color: black !important;
}

@media all and (min-width:768px) {
    .navbar li.nav-item {
        background-color: rgba(216,219,70,0.8);
    }

        .navbar li.nav-item:not(:last-child) {
            margin-right: 10px;
        }

    #navbarContent {
        margin-bottom: -43px;
    }
}

.list-icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url('images/list-item.png');
    background-position: center center;
    background-repeat: no-repeat;
}

textarea.Required, input.Required, .Required textarea, .Required input, .Required .dynamicFormEditorContent {
    background-color: #FBDBA3 !important;
}

.textBoxLabel {
    display: block !important;
}

.RadUpload .ruBrowse {
    width: auto !important;
}

/***/
.RadButton .rbToggleCheckboxChecked:before {
    content: "" !important;
}

/**alle Schaltflächen grün*/
.RadComboBoxDropDown_Silk .rcbHovered, .RadComboBoxDropDown_Silk .rcbCheckAllItemsHovered,
.RadComboBoxDropDown_Default .rcbHovered {
    background-color: rgba(216,219,70,0.8) !important;
}

.RadComboBoxDropDown_Silk .rcbHovered, .RadComboBoxDropDown_Silk .rcbCheckAllItemsHovered,
.RadComboBoxDropDown_Default .rcbHovered {
    opacity: 1;
    box-shadow: 3px 3px 3px #efefef;
}

button:not(.RadButton), [type=reset]:not(.RadButton), [type=submit]:not(.RadButton), button:not(.RadButton), html [type=button]:not(.RadButton), a.btn.bg-green {
    color: #333;
    background-color: rgba(216,219,70,0.8);
    border-radius: 4px !important;
    cursor: pointer !important;
    border: 1px solid #c9c9c9 !important;
    font-size: 16px;
}

    button:hover:not(.RadButton), [type=reset]:hover, [type=submit]:not(.RadButton):hover, button:not(.RadButton):hover, html [type=button]:not(.RadButton):hover {
        background-color: rgba(216,219,70,1) !important;
        box-shadow: 3px 3px 3px #efefef;
    }

.RadUpload_Silk .ruButton, .RadButton_Default.rbSkinnedButton, .RadButton_Default .rbDecorated, .RadButton_Default.rbVerticalButton, .RadButton_Default.rbVerticalButton .rbDecorated, .RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft {
    /* background-image: url(/WebResource.axd?d=KE4V-PPQnd8Q1BrxGS3B1QR2PMgXfrMLj2cBTPadhdgNzZB385SlIbftAfjdPGoquSUyoU6Y2S35YBXMy4BHBbzol3fCWgNU8_WqEU2QOfLKtJhgPfqJMAgoF_sQ3bqAacIKPMK8C7xRVtsF7rpYIx0B23AU0zV6cy0-P6k93Yo1&t=635911424380000000); */
    color: #333;
    background-image: none !important;
    background-color: rgba(216,219,70,0.8);
    border-radius: 4px !important;
    cursor: pointer !important;
    border: 1px solid #c9c9c9 !important;
}

span.RadButton_Silk.rbSkinnedButton:not(.RadCheckbox), span.RadButton_Silk.rbLinkButton, span.RadButton_Silk.rbVerticalButton,
span.RadButton_Silk.RadButton.rbDisabled, span.RadButton_Silk.RadButton.rbDisabled:hover, span.RadButton_Silk.RadButton.rbDisabled:active,
span.RadButton_Silk.RadButton.rbDisabled:focus,
.save-button.k-button, .k-button.k-upload-button, .k-button.k-update-button, .k-button {
    background-image: none !important;
    _background-image: none !important;
    border-color: #c9c9c9 !important;
    color: #444 !important;
    height: 36px;
    border-width: 1px !important;
    border-style: solid;
    background-position: 0 0;
    background-repeat: repeat-x;
    border-radius: 4px;
    background-color: rgba(216,219,70,0.8) !important;
}

input.ruButton.ruBrowse {
    background-image: none;
}


span.RadButton_Silk.rbSkinnedButton:hover, span.RadButton_Silk.rbLinkButton:hover, span.RadButton_Silk.rbVerticalButton:hover {
    background-color: rgba(216,219,70,1) !important;
    box-shadow: 3px 3px 3px #ddd;
}

.RadButton > input.rbDecorated, .RadButton > input {
    border: none !important;
    background-color: transparent !important
}

    .RadButton > input.rbDecorated:hover {
        border: none !important;
        box-shadow: none !important;
        background-color: transparent !important
    }

.RadButton.RadButton_Silk.rbSkinnedButton.loginInput, .RadButton.RadButton_Silk.rbSkinnedButton.loginInput > input {
    background-color: #fff !important;
}

textarea.Required, input.Required, .Required textarea, .Required input, .Required .dynamicFormEditorContent {
    /**background-color: lightgoldenrodyellow!important;**/
}

span#ctl00__mainContentPlaceHolder__loginControl__loginView__loginControl__loginButton {
    background-color: #fff !important;
}

#ctl00__mainContentPlaceHolder__groupMembershipControl__roleListBox .rlbItem {
    cursor: default;
    padding: 0px 3px;
    white-space: nowrap;
    float: left;
    min-width: 185px;
    height: 25px;
}

.alert-danger {
    padding-top: 3px;
    padding-bottom: 5px;
}

#localityPreselectedDiv1 {
    padding-left: 15px;
}

.invalid {
    background-color: #ffcccc !important;
    /*border-color: red;*/
}

.invalidRadCombo {
    background-color: #ffcccc !important;
    border: 1px solid #d51923 !important;
}

.loginInput {
}

.flags-div {
    line-height: 0.8em;
    font-size: 0.8em;
    margin-top: 4px;
}

    .flags-div img {
        height: 1em;
    }

.logo-link {
    height: 100px;
    position: absolute;
}

    .logo-link img {
        margin: 10px 0 10px 10px;
    }

.center-area {
}

    .center-area div.content {
        text-align: left;
        margin: 0 auto;
    }

.validationText {
    color: red;
}

.TopLabel {
    display: block;
    font-weight: bold;
    font-size: 9pt;
}

.inputForm {
    width: 99%;
}

.registration-wizard table {
    width: 100%;
}

.registration-wizard h3 {
    border-bottom: 1px solid #006400;
    margin-top: 12px;
    font-size: 1.2em;
}

.slides {
    cursor: move;
    left: 0px;
    top: 0px;
    height: 480px;
    overflow: hidden;
    position:;
}

#sliderContainer {
    height: 480px;
}

.sliderButtonLeft, .sliderButtonRight {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(images/a11.png) no-repeat;
    overflow: hidden;
    top: 200px !important;
}

.sliderButtonLeft {
    background-position: -3px -33px;
    left: 0px !important;
}

.sliderButtonRight {
    background-position: -63px -33px;
    right: 0px !important;
}

.sliderButtonLeft:hover {
    background-position: -123px -33px;
}

.sliderButtonRight:hover {
    background-position: -183px -33px;
}

.sliderButtonLeft.sliderButtonLeftdn {
    background-position: -243px -33px;
}

.sliderButtonRight.sliderButtonRightdn {
    background-position: -303px -33px;
}

.cms-story-publisher {
    font-size: 0.7em;
    color: #006633;
    font-style: italic;
    margin-bottom: 5px;
}

.cms-story-publisher {
    font-size: 0.7em;
    color: #006633;
    font-style: italic;
    margin-bottom: 5px;
}

.cms-story-content {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 1em;
}

.cms-story-files {
    font-size: 0.8em;
}

.cms-story-item {
    margin-bottom: 24px;
}

.cms-story-file {
    text-decoration: underline;
    cursor: pointer;
    /*background-image: url('images/file_icon.png');*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
}

    .cms-story-file::before {
        content: '\f007';
        font: var(--fa-font-regular);
    }
