@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

div {
    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

img {
    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.noDisplay {
    display: none !important;
}

.DispLang {
    display: inline;
}

#ImgInMenu {
}

.menuImgHolder {
    display: none;
}

#MenuHome {
    display: none;
    margin-right: 0px;
    z-index: 15;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .Main {
        line-height: 60px !important;
        display: block;
        padding: 0px 8px !important;
        text-decoration: none;
        font-size: 16px;
    }

    #MenuLanguage a {
        text-align: center;
        vertical-align: middle;
    }

    .DispLang {
        display: none;
    }

    .red {
        display: block;
    }

    #UserImg {
        margin-top: 4px;
        fill: #202020;
    }

    .menuImgHolder {
        height: 60px;
        display: block;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .User {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    #UserInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        margin-top: 16px;
        padding: 0px 10px;
        height: 30px;
        border: 1px dotted #707070;
    }

    .UserText {
        margin-left: 10px;
        margin-top: 2px;
        line-height: normal;
    }

    #MenuHome {
        display: block;
        margin-right: 0px;
        z-index: 15;
        overflow-y: visible;
    }
}

.red {
    position: absolute;
    margin-top: 15px;
    height: 29px;
    right: 1px;
    background-color: #59a2bb;
    z-index: -1;
    border-radius: 2px;
    left: 1px;
    display: none;
}



#MenuUser {
    vertical-align: central;
}
    /*@media all and (min-width:768px)*/
    #MenuUser span {
        text-align: center;
        vertical-align: middle;
    }

    #MenuUser a:before {
        content: '';
        display: inline-block;
    }


#MenuLanguage a:before {
    content: '';
    display: inline-block;
}

#MenuFlagImg {
    margin-top: 24px;
}

#MenuLanguage a img {
    border: 1px solid #ffffff;
}



#MenuLanguage a {
    text-align: left;
}

.sm-hm a, .sm-hm a:hover, .sm-hm a:focus, .sm-hm a:active {
    padding: 10px 20px;
    padding-right: 58px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
}

.sm-hm ul {
    background: rgba(255, 255, 255, 1);
}

    .sm-hm ul a, .sm-hm ul a:hover, .sm-hm ul a:focus, .sm-hm ul a:active {
        border-left: 8px solid transparent;
        border-left-width: 32px;
    }

.SubMenuHLLargeFont {
    font-size: 32px;
}

.SubMenuHL, .SubMenuHL a:link, .SubMenuHL a:visited {
    color: rgb(96,96,96);
    font-size: 14px;
    text-size-adjust:auto;
    word-break:break-all;
}

    .SubMenuHL a:hover {
        color: white;
        background-color: rgb(0,142,201);
    }

    .SubMenuHL hr {
        color: purple;
        border-top: 1px solid rgb(178,178,178);
        border-bottom: 0px solid purple;
    }

html {
    background-color: #ffffff;
    margin: 0px;
}
/*
.ui-widget {
    font-family: "Open Sans",Arial, sans-serif !important;
}
*/
input, input:matches([type="password"],[type="search"]), textarea, input[type="range"] {
    border-radius: 0px !important;
}

#Printer {
    width: 100%;
    height: 100%;
    background: pink;
}

.ui-state-default .ui-icon {
    background-image: url('custom-theme/images/ui-icons_454545_256x240.png');
}




@media only screen and (max-width: 320px) {
    #iframeContainer {
        width: 100%;
        padding-left: 30px;
    }

    #UserTextContainer {
        width: 100%;
        padding-left: 30px;
    }

    .CommunityMenuContent {
        display: none;
    }

    #HeaderMenuCenter {
        display: none;
    }

    #Menu_User_Welcome {
        display: none;
    }
}

@media only screen and (min-width: 350px) {
    #LoggedInContainer {
        display: none;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 321px) {
    #Menu_Help {
        display: none;
    }

    #Menu_User_Welcome {
        display: none;
    }

    #LoggedInContainer {
        display: none;
    }

    #SearchPlace {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        margin-top: -7px;
    }

    #SearchPlaceHolder {
        -webkit-box-flex: 3;
        -ms-flex: 3 0px;
        flex: 3 0px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 0px;
        height: 45px;
    }

    #HeaderMenuCenter {
        display: none;
    }

    .WatermarkDiv {
        margin-right: 13px;
    }

    #iframeContainer {
        width: 100%;
        height: 200px;
    }

    #UserTextContainer {
        width: 100%;
    }
}

@media only screen and (min-width:321px) and (orientation:landscape) {
}

@media only screen and (min-width: 450px) {
    #Menu_User_Welcome {
        display: block;
    }

    #LoggedInContainer {
        display: block;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 740px) {
    .CommunityMenuContent {
        display: none;
    }

    #SearchPlace {
        -webkit-box-flex: 3;
        -ms-flex: 3 0px;
        flex: 3 0px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0px;
        height: 45px;
    }

    #SearchPlaceHolder {
        display: none;
    }

    #LoggedInContainer {
        margin-right: 15px;
    }

    #HeaderMenuCenter {
        display: block;
    }
}

@media only screen and (min-width: 760px) {
    .SearchMenu {
        display: none;
    }

    .HeaderSearchInput {
        width: 280px;
    }

    #HeaderMenuCenter {
        display: none;
    }
}

@media only screen and (min-width: 930px) {
    #HeaderMenuCenter {
        display: block;
    }
}

@media only screen and (min-width: 1020px) {
    #HeaderMenu {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        right: 40em;
    }
}

@media only screen and (min-width: 980px) {
}

@media only screen and (min-width: 1280px) {
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: url(grayscale.svg);
    filter: url(grayscale.svg); /* Firefox 4+ */
    -webkit-filter: gray;
    filter: gray; /* IE 6-9 */
}

.CommunityMenuContent {
    margin: 0;
    background: #ffffff;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.open {
    display: block !important;
}

#LoggedInContainer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#LoginBtns {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 48px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#PageTopLine {
    /*    background-color: #393939; */
    border: 0 solid transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}

.PageHeaderMenuCls {
    position: relative;
    top: 5px;
    right: 10px;
    width: 30px;
    padding-top: 30px;
    float: right;
}

#PageHeaderMenu {
    background-image: url('/images/Community/Views/new/menue-burger.png');
    background-position-y: 0px;
    background-position-x: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.PageHeaderMenu_active {
    background-image: url('/images/Community/Views/new/menue-burger-1.png') !important;
    cursor: pointer;
}

#PageHeaderMenuItems {
    display: none;
    position: absolute;
    right: 2px;
    top: 38px;
    background-color: #efefef;
    z-index: 10;
    float: left;
    padding-bottom: 10px;
    border-radius: 3px;
}

    #PageHeaderMenuItems ul {
        list-style: none;
        list-style-position: inside;
        padding: 0;
    }

#LogoHolder {
    width: 250px;
}

.SearchMenu {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 15px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    background-image: url('/images/Community/Views/new/lupe.png');
    background-position-y: 0px;
    background-position-x: center;
    background-repeat: no-repeat;
}

.HeaderMenuLeft {
    position: absolute;
    left: 19%;
}

.HeaderMenuRight {
    margin: 0 auto;
}

#HeaderMenuCenter {
    /*   position:absolute; */
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 40px;
}

#HeaderMenu {
    padding: 0;
    /*width:140px;*/
}

body {
    margin: 0 0 0px 0;
    padding: 0;
    color: #656565;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
}

input, textarea, select, button {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}


#PageContent {
    background: white;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

h1 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: normal;
    color: #959595;
}

h3 {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: bold;
}

h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #959595;
}

h5 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

p {
    margin: 0 0 1em 0;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.clf {
    width: 0;
    height: 0;
    clear: both;
}

#Page {
}

#PageHeader {
    padding: 0 0 0 0;
    width: 100%;
    color: #707070;
    font-size: 12px;
}

#MClogo {
    margin-top: 10px;
}

#HeaderLogin {
    margin: 11px 26px 0 16px;
    padding: 0;
    font-weight: bold;
    color: #707070;
    float: right;
}

    #HeaderLogin a {
        color: #707070;
        text-decoration: none;
    }

        #HeaderLogin a:hover {
            color: #e3000f;
            text-decoration: none;
        }

#HeaderSearch {
    margin: 4px;
}

.HeaderSearchInput {
    height: 30px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 5px;
    padding-top: 3px;
    vertical-align: central;
    font-size: 12pt;
    line-height: normal;
    color: #141414;
    vertical-align: central;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    z-index: 10;
    background-color: #f0f0f0 !important;
}

.HeaderSearchInputWatermark {
    left: 5px;
    top: 7px !important;
    font-size: 11pt !important;
    color: #B0B0B0 !important;
    z-index: 11;
}

.HeaderSearchBtn {
    margin-left: -1px;
    height: 30px;
    min-width: 26px;
    -ms-flex-preferred-size: 26px;
    flex-basis: 36px;
    width: 26px;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    background: #f0f0f0 url('/images/Community/HeaderNew/search.svg') no-repeat right 1px center;
    background-size: 20px;
    z-index: 3;
}

.HeaderSearchMenu {
    display: inline-block;
    height: 30px;
    min-width: 20px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    width: 20px;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    background: #f0f0f0 url('/images/Community/HeaderNew/search.menu.svg') no-repeat left bottom;
    background-size: 16px;
    z-index: 3;
}

#MenuMenuTooltip {
    position: absolute;
    top: 44px;
    z-index: 12010;
    display: none;
}

    #MenuMenuTooltip img {
        z-index: 12011;
    }

    #MenuMenuTooltip div {
        margin: 0;
        font-size: 11px;
        white-space: nowrap;
        color: #ffffff;
        background: #535353;
        margin-top: -1;
    }

.menuToolTipBorders {
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
    border-bottom: 1px solid #737373;
    text-align: center;
    padding: 5px 12px;
}

.menuToolTipFillerLeft {
    border-bottom: 1px solid #737373;
    background-color: Transparent !important;
    height: 7px;
    display: block;
    padding: 0px 0px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

.menuToolTipFillerRight {
    border-bottom: 1px solid #737373;
    background-color: Transparent !important;
    height: 7px;
    display: block;
    padding: 0px 0px;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

#MainMenuPopupBack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12005;
}

#MainMenuPopup {
    position: absolute;
    top: 44px;
    z-index: 12010;
    display: none;
}

#MainMenuPopupTop {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url('/images/Community/menupopup-top-bk.png') repeat-x bottom;
}

#MainMenuPopupBox {
    padding: 8px;
    border-left: 1px solid #656565;
    border-right: 1px solid #656565;
    border-bottom: 1px solid #656565;
    background: #ffffff;
    font-size: 12px;
    color: #535353;
}

#MainMenuPopupTitle {
    margin-bottom: 6px;
    font-weight: bold;
}

#MainMenuPopupClose {
    position: absolute;
    top: 18px;
    right: 9px;
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.MainMenuButton {
    margin: 0px 0 0 3px;
    padding: 6px 6px;
    min-width: 22px;
    min-height: 22px;
    color: #000000;
    /* background: #d3d3d3; */
    background-position: 50% 49%;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    font-size: 11pt !important;
    float: right;
    cursor: pointer;
}

    .MainMenuButton:hover,
    .MainMenuButton:focus,
    .MainMenuButton:active {
        color: #ffffff;
        background-color: #d0d0d0;
        text-decoration: none;
    }

.SmallMenuButton a,
.SmallMenuButton a:hover,
.SmallMenuButton a:focus {
    color: #202020;
}

.SmallMenuButton {
    margin: 0px 0 0 3px;
    padding: 6px 26px;
    min-width: 160px;
    color: #202020;
    text-align: left;
    text-decoration: none;
    border-radius: 0px;
    font-size: 11pt !important;
    float: left;
    cursor: pointer;
}

    .SmallMenuButton:hover,
    .SmallMenuButton:focus,
    .SmallMenuButton:active {
        color: #ffffff;
        background-color: #D0D0D0;
        text-decoration: none;
    }

.MainMenuButtonDarkEnhanced {
    min-width: 14px;
    color: #ffffff !important;
    background-color: #929292 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top: 4px;
}

.MainMenuButtonDark {
    min-width: 14px;
    color: #ffffff;
    background-color: #727272;
}

#Menu_Login {
    display: none;
    vertical-align: top;
    text-align: left;
    float: right;
}

    #Menu_Login .WatermarkDiv {
        width: auto;
    }

#Menu_LoginMail,
#Menu_LoginPwd {
    margin: 0px 0 0 3px;
    padding: 0px;
    padding-left: 3px;
    width: 110px;
    height: 28px;
    font-size: 12pt;
    line-height: normal;
    color: #707070;
    border: 1px solid #b6b6b6;
    vertical-align: central;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#Menu_Help {
    background-image: url('/images/Community/menu-help.png');
    margin-right: 26px;
    margin-left: 12px;
}

#Menu_User_Welcome {
    margin: 4px 2px 0 25px;
    padding: 4px 0;
    height: 14px;
    color: #000000;
    float: right;
}

#Menu_User:hover,
#Menu_User:focus,
#Menu_User:active {
    background-color: #727272;
    cursor: default;
}

#Menu_User img {
    margin: 0 0 2px 8px;
    vertical-align: middle;
}

#Menu_User_Dropdown {
    position: absolute;
    padding-top: 2px;
    z-index: 12000;
}

    #Menu_User_Dropdown ul {
        margin: 0;
        padding: 2px 0;
        list-style-type: none;
        background-color: #898989;
        border-radius: 2px;
        color: #ffffff;
    }

        #Menu_User_Dropdown ul li {
            margin: 0;
            padding: 0;
        }

            #Menu_User_Dropdown ul li a {
                display: block;
                padding: 5px 15px 0 46px;
                height: 19px;
                background-position: 12px center;
                background-repeat: no-repeat;
                white-space: nowrap;
                color: #ffffff;
            }

                #Menu_User_Dropdown ul li a:hover,
                #Menu_User_Dropdown ul li a:focus,
                #Menu_User_Dropdown ul li a:active {
                    background-color: #e3000f;
                    text-decoration: none;
                    color: #ffffff;
                }

#Menu_Home {
    background-image: url('/images/Community/menu-home.png');
}

#Menu_ControlPanel {
    background-image: url('/images/Community/menu-maintainer.png');
}

#Menu_UserProfile {
    background-image: url('/images/Community/menu-profil.png');
}

#Menu_UserSubscriptions {
    background-image: url('/images/Community/menu-subscriptions.png');
}

#Menu_UserLogout {
    background-image: url('/images/Community/menu-logout.png');
}

#PageFooter {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 33px;
    background: #efefef;
    border-top: 1px solid #ffffff;
    color: #959595;
    font-size: 11px;
}

    #PageFooter a {
        color: #959595;
    }

        #PageFooter a:hover {
            color: #e3000f;
            text-decoration: none;
        }

#FooterBreakFrame {
    display: none;
    margin: 6px 0 0 20px;
    color: #434343;
    float: left;
}

#FooterSocial {
    margin: 6px 0 0 20px;
    color: #434343;
    float: left;
}

    #FooterSocial img {
        margin-left: 6px;
    }

#FooterLanguage {
    margin: 10px 0 0 12px;
    color: #959595;
    float: left;
}

    #FooterLanguage span {
        padding: 1px 4px;
        border: 1px solid #707070;
    }

    #FooterLanguage a {
        padding: 1px 4px;
        border: 1px solid #efefef;
    }

#FooterMenu {
    margin: 10px 10px 0 30px;
    color: #434343;
    float: left;
}

#FooterCopyright {
    margin: 10px 26px 0 0;
    text-align: right;
    float: right;
}

.TxtBtn {
    display: inline;
    padding: 2px 20px;
    border: 1px solid #cacaca;
    background: url('/images/Community/txtbtn-back.png') repeat-x #dfe0e2;
    font-size: 13px;
    font-weight: bold;
    color: #e3000f;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

    .TxtBtn img {
        padding: 0 0 1px 15px;
        vertical-align: middle;
    }

    .TxtBtn:hover {
        text-decoration: none;
    }

.DialogHeaderStyle {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.SubPageControl {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    background: url('/images/Community/subpage-ctrlback.png') repeat-x;
}

    .SubPageControl ul {
        position: absolute;
        top: 5px;
        right: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .SubPageControl li {
        margin-left: 15px;
        color: #000000;
        cursor: pointer;
        display: inline;
    }

        .SubPageControl li:hover {
            color: #e3000f;
        }

.CheckBox {
    min-height: 12px;
    padding: 0 0 0 16px;
    background: url('/images/Community/checkbox-o.png') no-repeat 0 1px;
    vertical-align: middle;
    cursor: pointer;
}

.CheckBox-Checked {
    background-image: url('/images/Community/checkbox-x.png');
}

.CheckBox-Working {
    background-image: url('/images/Community/working.gif');
}

.TextContent {
    margin-left: 26px;
    max-width: 750px;
}

.ListNumbered {
    list-style: none;
    margin: 0;
    padding: 0 0 1em 0;
}

.ListNumberedSub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ListNumbered li {
    margin: 0;
    padding: 0 0 1em 35px;
    text-indent: -35px;
}

.ListNumbered p {
    margin: 0;
    padding: 0 0 1em 0;
    text-indent: 0;
}

.ListNumbering {
    width: 35px;
    float: left;
}

.ListCircled {
    list-style: circle;
    margin: 0;
    padding: 0 0 1em 15px;
}

    .ListCircled li {
        margin: 0;
        padding: 0;
        text-indent: 0;
    }

.CompletionList {
    background: White;
    min-width: 600px;
    max-width: 90%;
    list-style-type: none;
    border: 1px solid #b6b6b6;
    padding: 2px;
    margin: 0px;
}

.CompletionListItem {
    cursor: pointer;
    padding: 2px 1px 2px 1px;
}

.CompletionListItemHilite {
    background-color: #b6b6b6;
    color: White;
    cursor: pointer;
    padding: 2px 1px 2px 1px;
}

#adFlyOver {
    position: fixed;
    left: 0;
    top: 200px;
    height: 110px;
    overflow: hidden;
    display: none;
}

#adFlyOverBack {
    position: absolute;
    height: 110px;
    background: #000000;
}

#adFlyOverCont {
    position: absolute;
    top: 10px;
    padding: 0;
    width: 728px;
    background: #ffffff;
}

#adFlyOverClose {
    position: absolute;
    cursor: pointer;
}

#adDetailRight {
    text-align: left;
}

#adBannerBottom {
    position: fixed;
    bottom: 33px;
    width: 100%;
    height: 90px;
    padding: 5px;
    background: #ffffff;
    text-align: center;
}

    #adFlyOverCont table,
    #adDetailRight table,
    #adBannerBottom table {
        border: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
        border: hidden;
        border-spacing: 0;
    }

#ErrorPageTop,
#InfoPageTop {
    padding: 25px 56px;
    font-size: 16px;
    color: #000000;
}

    #ErrorPageTop h1,
    #InfoPageTop h1 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 36px;
        font-weight: normal;
        color: #a0a0a0;
    }

.ErrorPageButton {
    display: inline-block;
    margin-right: 20px;
    padding: 3px 15px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #969696;
}

#ErrorPageContent,
#InfoPageContent {
    background: url('/images/Community/bk-infopage.png') repeat-x top;
    min-height: 359px;
    padding: 40px 56px;
    font-size: 14px;
    font-weight: bold;
    color: #a0a0a0;
}

    #ErrorPageContent h3,
    #InfoPageContent h3 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        color: #777777;
    }

    #ErrorPageContent li,
    #InfoPageContent li {
        margin-bottom: 5px;
    }

    #ErrorPageContent small {
        font-size: 12px;
        font-weight: normal;
    }

.sDialog {
    margin: 0px;
    background-color: #f0f0f0;
    border-radius: 4px 4px 4px 4px;
    border: 0px solid #606060;
    position: absolute;
    left: 40%;
    height: 45px;
    width: 250px;
    top: 40%;
    overlay: hidden;
}

.thumbsDialog {
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

.shadow1 {
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
}

    .shadow1 .content {
        position: relative;
        padding: 100px;
        background-color: #DDD;
    }

#ruler {
    visibility: hidden;
    white-space: nowrap;
}

.Shadow {
    border: 1px solid #737373;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 14px rgba(68,68,68,1);
    box-shadow: 1px 1px 14px rgba(68,68,68,1);
}

.ShadowFixed {
    position: fixed;
    border: 1px solid #737373;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 14px rgba(68,68,68,1);
    box-shadow: 1px 1px 14px rgba(68,68,68,1);
}

.infoList div {
    color: #606060 !important;
}

.infoList Label {
    color: #808080 !important;
}

.infoList ul {
    list-style-type: none !important;
    list-style-position: outside !important;
    list-style-image: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    font-size: 11px !important;
}

.infoList a:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: White !important;
}

#CloseBtnZ {
    position: absolute;
    right: 0px;
    cursor: pointer;
    display: block !important;
}

#CloseBtn {
    position: absolute;
    right: 0px;
    top: 3px;
    background-image: url("/images/Community/Views/new/Close-x.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block !important;
}

.mt_button {
    border: 0px solid #ffffff;
    /*    background: #ffffff !important;  */
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    padding-left: 3px;
    padding-right: 3px;
    right: 2px;
    top: 0px;
    cursor: pointer;
}

    .mt_button :hover {
        border: 1px solid #d0d0d0;
        background-color: #d0d0d0;
    }


.ImgZoom .ui-icon-arrowthick-2-ne-sw {
    background-image: url('../images/Community/Views/new/SVGs/fenster-vergroessern.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 16px 14px;
    width: 30px;
    height: 27px;
}

.ImgZoom .ui-icon-arrowthick-1-sw {
    background-image: url('../images/Community/Views/new/SVGs/fenster-verkleinern.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 16px 14px;
    width: 30px;
    height: 27px;
}

.ImgZoom .ui-icon-close {
    background-image: url('../images/Community/Views/new/SVGs/fenster-schliessen-x-12.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 16px 14px;
    width: 30px;
    height: 27px;
}

.ImgZoom #PrintBtn {
    bottom: 3px;
    top: auto;
    left: 50%;
    right: auto;
}

.ImgZoom .ui-icon-print {
    background-image: url('../images/Community/Views/new/SVGs/maintainer/SVG/vergroesserung-drucken.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 15px 14px;
    width: 30px;
    height: 27px;
}


.ImgZoom {
    background-color: white;
    position: absolute;
    top: 50px;
    left: 80px;
    padding-top: 3px;
    border: 0px solid white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

    .ImgZoom .ui-icon-gripsmall-diagonal-se {
        background-image: url('/images/Community/Views/new/SVGs/Resize-se.svg');
        width: 16px;
        height: 16px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: 14px 14px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

        .ImgZoom .ui-icon-gripsmall-diagonal-se :hover {
            background-color: #d0d0d0;
        }




.ZoomStatusLine {
    background-color: white;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 20px;
    border-radius: 0px 0px 3px 3px;
}


.ZoomHeaderLine {
    background-color: white;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 24px;
    border-radius: 3px 3px 0px 0px;
}

.ZoomInfo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 20px;
    width: 198px;
    background-color: #e6e6e6;
    overflow: hidden;
}

.infoListZoom label {
    cursor: default !important;
    color: #2e2e2e;
}

.infoListZoom {
    color: black;
    padding-left: 10px;
    padding-top: 0px;
}


    .infoListZoom ul {
        list-style-type: none !important;
        list-style-position: outside !important;
        list-style-image: none !important;
        margin: 0px !important;
        padding-left: 0px !important;
        font-size: 11px !important;
    }

    .infoListZoom li {
        margin: 0px;
        margin-bottom: 3px;
        padding-top: 4px !important;
        margin-top: 0px !important;
    }

    .infoListZoom div {
        cursor: default !important;
        color: #6e6e6e;
        word-wrap: break-word;
    }

.WatermarkDiv {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    padding: 0;
}

.WatermarkText {
    display: none;
    position: absolute;
    color: #737373;
}

/******  Cookie Warning  ******/

#cookie-warning {
    position: fixed;
    left: 0;
    width: 100%;
    color: #000000;
    background: #efefef;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    vertical-align: middle;
    z-index: 55555;
}

    #cookie-warning p {
        margin: 10px;
        padding: 0;
    }

#cookie-warning-info {
    cursor: pointer;
}

#cookie-warning-accept {
    float: right;
    margin: 10px 15px;
    padding: 6px 16px;
    color: #ffffff;
    background: #e3000f;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    vertical-align: middle;
}

    #cookie-warning-accept:hover {
        background: #737373;
    }

#LeftSliderBox {
}

.MenuLine {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: none;
}

.MenuLinedisabled {
    color: white !important;
    background-color: transparent !important;
    cursor: default !important;
}

.MenuLine li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    cursor: pointer;
}

    .MenuLine li:disabled {
        color: white;
    }

    .MenuLine li:hover {
        background-color: #e3000f;
        color: white;
    }

.MenuLine a {
}

.dategrid {
    z-index: 0;
    background-color: #ededed;
}

.sqs-gallery-design-autocolumns {
    position: relative;
}

.sqs-gallery-design-autocolumns-slide {
    position: absolute;
}

.dategrid .item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    overflow: hidden;
    left: -1000px;
    top: -1000px;
}

.item--width2 {
    width: 400px;
}

.BannerImageContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top-color: #f0f0f0;
    border-top-style: solid;
    border-top-width: 1px;
}



#BannerImg {
    position: absolute;
    opacity: 0.6;
}

.CanCopy {
    user-select: element !important;
    -moz-user-select: elements !important;
    -webkit-user-select: text !important;
    -ms-user-select: element !important;
}

#UserNameOnSmall a {
    color: #404040 !important;
    text-decoration: none !important;
}
    #UserNameOnSmall a:hover,
    #UserNameOnSmall a:focus {
        color: #0069d9 !important;
    }



@media only screen and (min-width: 10px) {
    #UserNameOnSmall {
        margin-left: 24px;
        color: #404040;
        text-align: center;
        margin-top: 4px;
        font-size: 14pt;
        margin-right: 40px;
    }


    #FolderDescription {
        margin-left: 10px;
        margin-right: 10px;
    }

    .IV_ImgDesc {
        margin-top: 3px;
        text-wrap: normal;
    }

        .IV_ImgDesc h2 {
            margin-top: 3px;
            font-size: 14px;
            text-wrap: normal;
            font-weight: normal;
            margin-top: 3px;
            color: #656565;
        }

    #Dlg_LoginMail, #Dlg_LoginPwd {
        margin-left: 10px;
        margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 2px;
    }

    .IV_ImgTitle {
        font-size: 12pt;
        margin-top: 4px;
    }

        .IV_ImgTitle h1 {
            font-size: 16px;
            margin: 0 4px 0 0;
            font-weight: normal;
            color: #656565;
        }

        .IV_ImgTitle a,
        .IV_ImgDesc a {
            word-wrap: break-word;
        }

    #innerAboutDiv div {
        height: 30px;
    }

    #TextDateTime {
        padding-left: 7px;
        margin-bottom: 7px;
    }

    #UserDispl {
        background: url('/images/Community/HeaderNew/user-16x19-202020.svg') left center no-repeat;
        background-size: 12px 16px;
        padding-left: 18px;
    }
    .sm-hm a:hover > #UserDispl {
        background-image: url('/images/Community/HeaderNew/user-16x19-ffffff.svg');
    }

    #GoToTop {
        left: 6px;
        top: 1px;
        width: 17px;
    }

    .GaleryListDia {
        margin-left: 15px;
    }

    /*@media only screen and (min-width:10px)*/
    #nav_Names {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 10px;
        margin-left: 15px;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        font-size: 14px;
    }
    /*@media only screen and (min-width:10px)*/
    .DirNavi {
        margin-right: 0.4em;
        margin-left: 0.4em;
    }
    .endDir {
        color: #202020;
    }

    .startDir {
        margin-left: 0em;
    }
    
    #MenuLanguage {
    }


    #nav_FilesCnt {
        /*            flex-basis: calc(100% - 100px); */
    }

    .navigator {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #ScrollToTopNav {
        width: 30px;
        height: 30px;
    }



    .navigator {
        padding-left: 8px;
        padding-right: 8px;
    }

    #SearchResults {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .IV_bedenken {
        margin-top: 10px;
        color: #0069d9;
    }

    .IV_theImg {
        /*border:1px solid black;*/
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
    }

    .IV_Zoom {
        margin-right: 10px;
    }

    /*@media only screen and (min-width:10px)*/
    #ImgViewDlgClose {
        top: 5px;
    }

    .ImgViewDlg {
        margin-top: 0px;
    }

    #IV_ImgPlace {
    }

    #IV_ImgOfImgs {
    }

    .IV_describeImg {
        margin-top: 0px;
    }

    .seperator {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .AboutMe {
        top: 305px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .AboutMeHdr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #AboutMeInfoTxt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #AboutMeInfoTxtLeft {
        width: 100%;
        margin-left: 2px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 13.5pt;
    }

    AboutMeInfoTxtRight {
        width: 100%;
        margin-left: 10px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .SocialBtn {
        margin: 20px 9px;
    }

    .hovItem h1 {
        color: white;
    }

    .hovItem {
        font-size: 9pt;
        color: white;
    }

    .UserLoginMargins {
        margin-left: 5px;
        margin-right: 5px;
    }

    /*@media only screen and (min-width:10px)*/
    #LogIn {
        top: 52px;
        left: -175px;
        width: 320px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #HdrLogin {
        width: 100%;
        font-size: 16pt;
        margin-top: 20px;
        text-align: center;
    }

    #LogonErrorContainer {
        height: 20px;
    }

    #LogonError {
        line-height: 20px;
    }

    #UserName {
        height: 34px;
    }

    #PassWord {
        height: 34px;
    }

    #Dlg_LoginMail,
    #Dlg_LoginPwd {
        height: 30px;
        font-size: 14pt;
    }

    .DlgInputWatermark {
        margin-top: 2px;
        font-size: 14pt !important;
    }

    #KeepLoggedIn {
        margin-top: 15px;
        font-size: 14px;
    }


    #HeaderLogo {
        margin-top: 12px;
        margin-left: 16px;
        float: left;
    }

    .HeaderSearchInput {
        width: 80%;
    }

    #UserInfo {
        height: 160px;
    }

    #topPlace {
        height: 52px;
    }

    #searchinSmall {
        height: 100px;
        width: 100%;
    }

    .BannerImageContainer {
        height: 160px;
    }

    #UserIcon {
        max-width: 104px;
        max-height: 104px;
    }


    /*@media only screen and (min-width:10px)*/
    .UserIconPic {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 0px;
        right: 0px;
    }




    #UserDisplay {
        font-size: 16pt;
        height: 30px;
    }

    #innerAboutDiv div {
        font-size: 12pt;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 5px;
    }


    #innerAboutDiv triangleDown {
        margin-top: 0.5em;
    }

    #About {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 1px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dategrid {
        margin-left: 5px;
        margin-right: 5px;
    }

    #DateDisplay {
        margin-left: 5px;
        margin-right: 5px;
    }

    #PageTopLine {
        padding-top: 0px;
        padding-bottom: 0px;
    }



    #TreeMenu {
        width: 60px;
        height: 54px;
    }

    #BurgerMenue {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    #MenuItems {
        display: none;
    }

        #MenuItems li {
            vertical-align: top;
        }

    #TreeMenu {
        display: none;
    }

    #BurgeMenue {
        display: block;
    }

    #SearchPlaceUnder {
        display: block;
        margin-top: 4px;
        top: 48px;
    }

    .HeaderSearchInput {
        background: #FfFFFF;
        border: 0px solid #FFFFFF;
    }

    #HeaderSearch2 {
        margin-left: 10px;
    }

    #MenuItems {
    }

    #MenuHome {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: flex-end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        width: 100%;
        position: absolute;
        top: 50px;
        right: -1px;
    }

        /*@media only screen and (min-width:10px)*/
        #MenuHome > ul {
            background-color: white;
            position: relative;
            padding-left: 20px;
            white-space: nowrap;
            list-style: none;
            list-style-image: none;
            padding: 0px 5px;
            border: 1px solid rgb(129, 128, 128);
            -webkit-box-shadow: 0px 3px 10px 0px #404040;
            box-shadow: 0px 3px 10px 0px #404040;
            height: 100%;
        }


    .SubMenu {
        width: 93%;
        padding: 0px 26px 0px 20px;
    }

        .SubMenu > ul {
            width: 90%;
            margin-top: 0px;
            margin-bottom: 0px;
        }

            .SubMenu > ul > li {
                cursor: pointer;
            }

                .SubMenu > ul > li > hr {
                    cursor: default;
                }

    #MenuHome > ul > li {
        position: relative;
        font-size: 12pt;
    }



    #BurgerMenueHolder {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .headerDate {
        color: #969696;
        font-size: 14pt;
    }

    /*@media only screen and (min-width:10px)*/
    .triangleDown {
        margin-top: 0.65em;
        margin-left: 0.3em;
        float: right;
        width: 1px;
        height: 1px;
        border: black solid;
        border-width: .25em;
        border-color: #808080 transparent transparent transparent;
    }

    .headerHolder {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 22px;
    }

    .MoreImagesBtn {
        margin-top: 30px;
        margin-bottom: 40px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 258px;
        height: 45px;
        cursor: pointer;
    }

    .NorebuttonTxt {
        font-size: 15pt;
    }
}

.HomeMenuMobile {
    border: 1px solid #808080;
    background-color: white;
    right: 1px;
}

@media only screen and (min-width: 450px ) {
    .SubMenu {
        width: auto;
        padding: 4px 26px 4px 20px;
    }
}

@media only screen and (min-width: 768px) and ( min-height: 768px ) {
    .BannerImageContainer {
        height: 350px;
    }

    #UserInfo {
        height: 350px;
    }

    #UserIcon {
        max-width: 160px;
        max-height: 160px;
    }


    #UserDisplay {
        font-size: 32px;
    }

    #LogIn {
        top: 200px;
    }

}

@media only screen and (min-width: 768px ) {
    #UserNameOnSmall {
        font-size: 18pt;
    }

    .IV_ImgTitle {
        font-size: 16pt;
        margin-top: 10px;
        user-select: element;
        -moz-user-select: elements;
        -webkit-user-select: text;
        -ms-user-select: element;
    }

    .IV_ImgDesc {
        margin-top: 10px;
        text-wrap: normal;
        user-select: element;
        -moz-user-select: elements;
        -webkit-user-select: text;
        -ms-user-select: element;
    }

    #innerAboutDiv div {
        height: 40px;
    }

    #nav_FilesCnt {
        width: 210px;
    }

    .navigator {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #nav_Names {
        -ms-flex-preferred-size: calc(-280px + 100%);
        flex-basis: calc(-280px + 100%);
    }

    #SearchPlaceUnder {
        top: 56px;
    }

    #ScrollToTopNav {
        width: 30px;
        height: 30px;
    }

    #GoToTop {
        left: 6px;
        top: 1px;
        width: 17px;
    }

    #UserIcon {
        /*   top: 58px;*/
    }

    .GaleryListDia {
        margin-left: 0px;
    }

    #FolderDescription {
        margin-left: 40px;
        margin-right: 40px;
    }

    .navigator {
        padding-left: 38px;
        padding-right: 38px;
    }

    #SearchResults {
        margin-top: 10px;
        margin-left: 38px;
        margin-right: 38px;
    }

    .ImgDlg {
        position: absolute;
        top: 60px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: white;
        z-index: 2;
    }

    #ImgViewDlg {
        margin-top: 0px;
    }

    .IV_bedenken {
        margin-left: 0px;
    }

    .IV_Zoom {
        margin-right: 0px;
    }

    .ImgViewer {
        /*        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    */
        position: absolute;
    }

    /*@media only screen and (min-width:768px)*/
    .IV_describeImg {
        margin-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*        width: 100%; */
    }

    /*
    #IV_DescrInner {
        position: absolute;
    }
*/
    .IV_theImg {
        /*border:1px solid black;*/
        /*        width: 70%; */
    }

    #IV_ImgOfImgs {
    }

    .AboutMeHdr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .seperator {
        margin-bottom: 60px;
        margin-top: 100px;
    }

    .AboutMe {
        top: 470px;
        margin-left: 10px;
    }

    #AboutMeInfoTxt {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #AboutMeInfoTxtLeft {
        max-width: 290px;
        min-width: 150px;
        margin-left: -8px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        font-size: 11pt;
    }

    AboutMeInfoTxtRight {
        max-width: 650px;
        min-width: 150px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .SocialBtn {
        margin: 20px 20px;
    }

    .hovItem h1 {
        color: white;
    }

    .hovItem {
        font-size: 11pt;
        color: white;
    }

    #LogIn {
        left: -285px;
        width: 570px;
        /*height: 435px;*/
    }

    #HdrLogin {
        font-size: 24pt;
        margin-top: 35px;
    }

    #LogonErrorContainer {
        height: 25px;
    }

    #LogonError {
        line-height: 30px;
    }

    #UserName {
        height: 54px;
    }

    #PassWord {
        height: 54px;
    }

    #Dlg_LoginMail,
    #Dlg_LoginPwd {
        height: 40px;
        font-size: 14pt;
    }

    .DlgInputWatermark {
        margin-top: 5px;
        font-size: 14pt !important;
    }

    #KeepLoggedIn {
        margin-top: 20px;
        font-size: 14px;
    }

    .UserLoginMargins {
        margin-left: 35px;
        margin-right: 35px;
    }



    #UserDispl {
        display: none;
    }

    #innerAboutDiv div {
        font-size: 18pt;
        padding-left: 25px;
        padding-right: 25px;
    }

    #innerAboutDiv {
        width: 540px;
        max-width: 555px;
    }

    #About {
        height: 80px;
    }

    .dategrid {
        margin-left: 38px;
        margin-right: 38px;
    }

    #DateDisplay {
        margin-left: 38px;
        margin-right: 38px;
    }

    #TreeMenu {
        width: 56px;
        height: 60px;
    }

    #BurgerMenue {
        width: 60px;
        height: 60px;
    }

    #MenuHome {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: flex-end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 60px;
        width: auto;
        position: relative;
        top: 0px;
        background-color: transparent;
        border: 0;
    }

        #MenuHome > ul {
            background-color: transparent;
            position: relative;
            padding-left: 20px;
            white-space: nowrap;
            list-style: none;
            list-style-image: none;
            margin: 0;
            width: auto;
            border: 0px solid rgb(129, 128, 128);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .SubMenu > ul {
        width: auto;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .SubMenu {
        width: auto;
        padding: 4px 10px 4px 10px;
    }

    #MenuHome > ul > li {
        font-size: 12pt;
        display: inline-block;
    }



    #MenuLanguage {
    }



    #BurgerMenueHolder {
        display: none;
    }

    #MenuItems {
        display: block !important;
    }

    /*@media only screen and (min-width:768px)*/
    #topPlace {
        height: 61px;
    }
}

@media only screen and (min-width: 760px ) {
    #Dlg_LoginMail, #Dlg_LoginPwd {
        margin-left: 20px;
        margin-top: 9px;
        margin-right: 20px;
        margin-bottom: 7px;
    }

    #TextDateTime {
        padding-left: 40px;
        margin-bottom: 10px;
    }

    .seperator {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .AboutMe {
        top: 515px;
    }

    #MenuItems {
        display: block;
    }

    #TreeMenu {
        display: block;
    }

    #BurgerMenue {
        display: none;
    }
}

@media only screen and ( min-width: 960px ) and ( max-height: 768px ) {
    #ImgViewDlgClose {
        top: 15px;
    }
}

@media only screen and (min-width: 1100px) {
    #SearchPlaceNew {
        display: block !important;
    }


    #SearchPlaceUnder {
        display: none !important;
    }

    #topPlace {
        height: 30px;
    }
}

@media only screen and (min-width: 960px ) {
    .AboutMe {
        top: 480px;
    }



    .HeaderSearchInput {
        width: 280px;
    }

    #HeaderSearchInput {
        background: #F0F0F0;
        border: 0px solid #CECCCD;
    }

    .WatermarkDiv {
        margin: 0 0 0 0;
        float: none;
    }


    #HeaderLogo {
        margin-top: 14px;
        margin-left: 26px;
        float: left;
    }

    #SearchResults {
        margin-top: 20px;
        margin-left: 38px;
        margin-right: 38px;
    }
}

#innerAboutDiv {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    background-color: transparent;
    height: 100%;
    min-width: 320px;
}

    #innerAboutDiv div {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        background-color: white;
        color: #656565;
        border: 1px solid white;
        cursor: pointer;
        border-radius: 3px;
    }

        #innerAboutDiv div:hover {
            color: #606060;
            border: 1px solid #92c8cc;
        }

.activeAboutMenu {
    color: black !important;
    border: 1px solid #dde6e9 !important;
    background-color: #dde6e9 !important;
}

#top {
    height: 50px;
    background-color: #393939;
}

#UserIcon {
    width: auto;
    height: auto;
    border: 3px solid #ffffff;
    border-radius: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
}


#UserInfo {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: absolute;
    left: 0px;
    width: 100%;
}

#BannerSmallLarge {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    width: 20px;
    height: 20px;
    right: 5px;
    top: 6px;
    cursor: pointer;
    z-index: 1;
    color: white;
    border-radius: 3px;
    font-size: 17px;
    background-image: url('../images/Community/Views/new/SVGs/banner-ein-ausklappen.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


    #BannerSmallLarge :hover {
        background-color: #59A2bb !important;
    }

.closedBkn {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

#UserDisplay {
    display: inline-block;
    width: 100%;
    position: relative;
    color: white;
    font-weight: 100;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
}

#SearchPlaceNew {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    display: none;
    height: 30px;
    padding-top: 10px;
    margin-left: 25px;
}



#MenuHome a {
    cursor: pointer;
}

#TreeMenu {
    display: none;
    margin-left: 5px;
    margin-top: 0px;
    background-image: url('../images/Community/HeaderNew/ordner-weiss.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 25px;
}

.SearchButton {
    background-image: url('../images/Community/HeaderNew/lupe.png');
    background-color: white;
}

#BurgerMenue {
    background-image: url('../images/Community/HeaderNew/burgermenue-mobile-50px-0.png');
    background-repeat: no-repeat;
}

#BurgerMenueHolder {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    height: 50px;
}

#SearchPlaceUnder {
    background-color: #efefef;
    position: absolute;
    left: 0px;
    width: 100%;
}

.MenuActive {
    background-color: #0069d9 !important;
}

.SubMenu {
    position: absolute;
    display: none;
    background-color: white;
    font-size: 12pt;
    z-index: 200;
    border: 1px solid gray;
}

    .SubMenu > ul {
        position: relative;
        white-space: nowrap;
        list-style: none;
        list-style-image: none;
        list-style-position: inside;
        padding: 0px;
    }

.SubMenuSub > ul {
    display: none;
    position: absolute;
    white-space: nowrap;
    list-style: none;
    list-style-image: none;
    list-style-position: inside;
    padding: 0px;
    z-index: 210;
    border: 1px solid gray;
}

    .SubMenu > ul > li,
    .SubMenuSub > ul > li {
        font-size: 10pt;
        width: 100%;
        line-height: 28px;
        display: block;
    }

.SubMenu a,
.SubMenuSub a {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    text-decoration: none;
    color: #808080;
    background-color: #ffffff;
    line-height: 24px;
}

.SubMenu hr,
.SubMenuSub hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #808080;
    margin: 1em 0;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 14px;
}

.SubMenu a :hover,
.SubMenuSub a :hover {
    background-color: #0069d9;
    text-decoration: none;
}

.SubMenuSubActive {
    color: #ffffff !important;
    background-color: #0069d9 !important;
}

.SubMenu > ul > li :hover,
.SubMenuSub > ul > li :hover {
    background-color: #0069d9;
    color: white;
}

.SubMenuIcon {
    vertical-align: central;
    margin: 0 7px 0 0;
}

#NewBtn_View {
    margin-top: 15px;
    border: 1px solid #808080;
    border-radius: 6px !important;
}

#NewBtn_View {
    padding-left: 5px;
    padding-right: 5px;
}

    #NewBtn_View ul {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }

.threeCols {
    -moz-column-count: 3 !important;
    -moz-column-gap: 10px !important;
    -webkit-column-count: 3 !important;
    -webkit-column-gap: 10px !important;
    column-count: 3 !important;
    -webkit-column-gap: 30px !important;
    column-gap: 30px !important;
}

#NewBtn_View ul li {
    line-height: 2em;
    display: block;
}

.NewBtnActive {
    background-color: #0069d9 !important;
    color: white !important;
    border: none !important;
    border-radius: 3px !important;
}

    .NewBtnActive span {
        border-color: white transparent transparent transparent !important;
    }

.MoreImagesBtn {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 1px solid #0069d9;
    border-radius: 4px;
    color: #0069d9;
    cursor: pointer;
}

    .MoreImagesBtn:hover {
        border-color: #0063b2;
        color: #0063b2;
    }

.jumper {
    margin-top: -70px;
    height: 70px;
    visibility: hidden;
}

.checker {
    background-image: url('../images/Community/checkbox-o.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
    margin-left: 15px;
}


.checkedon {
    background-image: url('../images/Community/checkbox-x.png') !important;
}

#ViewType li {
}

#ViewType {
    -webkit-column-count: 2 !important;
    column-count: 2 !important;
}

    #ViewType a {
        padding-left: 25px;
        margin-left: 10px;
        cursor: pointer;
    }

.line {
    border: none;
    border-top: 1px solid #808080;
    background-color: #FFFFFF;
    height: 1px;
    margin: 0px 5px 0px 5px;
}

.smallhdr {
    font-style: italic;
    font-size: smaller;
}

.ViewWhat {
    padding-left: 25px !important;
    margin-left: 0px !important;
    cursor: pointer;
}

.darkPanel {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 11;
}

#LogIn {
    position: absolute;
    background-color: white;
    margin-left: 50%;
    margin-right: auto;
    margin-bottom: auto;
    font-size: 11pt;
    color: #808080;
    border-radius: 3px;
}

#closer {
    margin-top: 15px;
    height: 15px;
    width: 15px;
    float: right;
    background-color: #858585;
    border: 3px solid #858585;
    border-radius: 2px;
    background-image: url('../images/Community/Views/new/CrossW.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-clip: padding-box;
    cursor: pointer;
}

#LogIn:hover #closer {
    background-color: #e3000f;
    border: 3px solid #e3000f;
}

#HdrLogin {
    width: 100%;
    text-align: center;
}

#LogonErrorContainer {
    text-align: center;
    width: 100%;
}

.MaintenanceWarning {
    margin-bottom: 20px;
    border-bottom: 1px solid #777777;
}
#LogonMaintenanceWarning {
    margin: 15px 35px 0 35px;
}

#LogonError {
    width: 100%;
    color: #920505;
}

#UserName {
    position: relative;
    margin-top: 16px;
    left: 0px;
    right: 0px;
    background-color: #F0F0F0;
    border-radius: 3px;
}



#PassWord {
    position: relative;
    margin-top: 20px;
    left: 0px;
    right: 0px;
    background-color: #F0F0F0;
    border-radius: 3px;
}

#KeepLoggedIn {
    position: relative;
    left: 0px;
    right: 0px;
}

    #KeepLoggedIn input {
        margin: 0 10px 0 20px;
    }

#PerformLogin {
    display: block;
    width: 160px;
    margin: 30px auto 20px auto;
    font-size: 18px;
    cursor: pointer;
}

#forgotPwd {
    text-align: center;
}

    #forgotPwd a {
        color: #0069d9;
    }

        #forgotPwd a :hover {
            text-decoration: underline;
        }

#NoAccount {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}

    #NoAccount a {
        color: #0069d9;
    }



#Dlg_LoginMail, #Dlg_LoginPwd {
    position: relative;
    padding: 0px;
    padding-left: 3px;
    border: 0 solid transparent;
    width: calc(100% - 40px);
    line-height: normal;
    float: left;
    background-color: transparent !important;
}


.DlgInputWatermark {
    margin-left: 0px;
    color: #656565;
}

#MenuLoginDone {
    background-image: url('../images/Community/HeaderNew/user-16x19.svg');
    background-repeat: no-repeat;
    background-size: 16px 19px;
    background-position-y: 18px;
    background-position-x: center;
    width: 40px;
}





#Stripped {
    width: 25px;
}

#MenuItems {
    overflow: hidden;
}

.transHovBack {
    background-color: rgba(0,0,0,0);
}

.hovItem {
    position: absolute;
    padding: 10px;
    color: white;
    font-weight: 400;
    /*z-index: 100;*/
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 0;
}

    .hovItem h1 {
        color: white;
        font-weight: 400;
        overflow: hidden;
    }

#HovDowLine {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    bottom: 5px;
    left: 0px;
    right: 0px;
}

    #HovDowLine a {
        font-size: 7pt;
        color: white;
    }

.HovDownloadBtn {
    background-position: 0px 5px;
    padding-left: 16px;
    margin: 0;
    height: unset !important;
}
.HovDownloadBtnList {
    margin-left: 10px;
}


.triangleDownNoMargin {
    margin-top: 0pt;
    margin-left: 0pt;
    width: 10px;
    height: 10px;
    border: black solid;
    border-width: .25em;
    border-color: #FFFFFF transparent transparent transparent;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

.margin-up {
    margin-top: -1px;
}

.margin-posleft {
    margin-left: auto;
    margin-right: auto;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid white;
}

.SelectedIndicator {
    position: absolute;
    right: 1px;
    width: 30px;
    height: 30px;
}

.SelectedTriangle {
    width: 0;
    height: 0;
    border-bottom: 30px solid #dc0811;
    border-left: 30px solid transparent;
}
.SelectedTriangleIcon {
    background-image: url('/CSS/jquery-ui-custom/images/ui-icons_cccccc_256x240.png');
}

.hov-selector {
    position: absolute;
    bottom: 3px;
    right: 2px;
}

#MainMenuPopupBottom {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 15px;
}

.disabled {
    color: #E0E0E0 !important;
}

    .disabled :hover {
        background-color: #E0E0E0 !important;
    }

.AboutMe {
    background-color: white;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-top: solid 1px #d0d0d0;
}

#AboutMeInfoHdr {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24pt;
    color: #656565;
    width: 100%;
}

#AboutMeInfoTxt {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    background-color: transparent;
    color: #656565;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#AboutMeInfoTxtLeft {
    margin-top: -7px;
    margin-right: 40px;
}

    #AboutMeInfoTxtLeft > table {
        border-spacing: 8px;
    }

rightMargin {
    margin-right: 40px;
}

.AboutMeHdr {
    text-align: center;
    font-size: 28pt;
}

.seperator {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #D0D0D0;
}

.HomeInfo {
    font-weight: 100;
    font-size: 13.5pt;
    line-height: 1.3em;
    margin-right: 16px;
}


#HomeBookmark {
    display: none;
    margin: 20px 0 0 20px;
    padding: 2px 30px 0 0;
    min-height: 25px;
    font-size: 10px;
    line-height: 1.1em;
    text-align: right;
    white-space: nowrap;
    background: url('/images/Community/Views/new/bookmark.png') no-repeat right 50%;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}


.SocialButtons {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ContactHeader {
    width: 100%;
    text-align: center;
    font-size: 16pt;
    font-weight: 100;
    margin-bottom: 10px;
}

.SocialBtn {
    font-size: 12pt;
    width: 110px;
    padding: 13px 10px;
    background-color: #0069d9;
    text-align: center;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

    .SocialBtn:hover {
        background-color: #056c98;
    }

.DirItems {
    width: 150px;
    min-height: 100px;
}

#AlbumsView {
    width: 100%;
    padding: 0px 0px;
    min-height: 0px;
    position: relative;
}

.Dimages {
    border: 2px solid white;
}

.DimagesHolder {
    max-height: 300px;
    overflow: hidden;
}

.AlbumsInner {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.AlbumName {
    color: #656565;
    font-size: 12pt;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: white;
}

.AlbumDesc {
    color: #656565;
    font-size: 11pt;
    margin-bottom: 5px;
    background-color: white;
}

.FolderIcon {
    position: absolute;
    left: 0px;
    background-color: rgba(0,0,0,.7);
    width: 38px;
    height: 29px;
    background-image: url('../images/Community/Views/new/ordner.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    top: 0px;
    background-size: 65% 65%;
    border-top-left-radius: 2px;
}

.RearrangeWidth {
    width: 20px;
}

.hovDir {
    height: 100%;
}

#FordersAndImagesContainer {
    min-height: 130px;
}

#FordersAndImagesContainerEnd {
    background-color: transparent;
    height: 130px;
    margin-top: -120px;
    z-index: -1;
}

.cropper {
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
}

.outerImg {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
}

.item {
    visibility: visible;
    background-color: rgba(255,255,255,0.7);
    overflow: hidden;
}

.DateViewItem {
    margin: 2px;
    border-radius: 0px;
}

.FolderViewItem {
    margin: 2px;
    border-radius: 0px;
}

.FolderDescr {
    font-size: 14px;
    color: #656565;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 4px;
    user-select: element !important;
    -moz-user-select: elements !important;
    -webkit-user-select: text !important;
    -ms-user-select: element !important;
}

.FolderDescrHeight {
    height: 2.5em;
    max-height: 10.5em;
}

.halfline {
    height: 4px;
}

.naviLine {
    height: 1px;
    background-color: #D8D8D8;
}


#FolderDescription {
    margin-bottom: 10px;
    font-size: 13px;
    margin-top: 10px;
}
#FolderDescriptionTxt {
    overflow: hidden;
    -webkit-user-select: text;
}
    #FolderDescriptionTxt a:link {
        font-size: 13px;
        font-weight: 400;
    }

#FolderDescriptionBtns {
    margin-top: 10px;
    text-align: center;
}
    #FolderDescriptionBtns span {
        display: inline-block;
        padding: 3px 10px;
        color: #ffffff;
        background: #858585;
        border-radius: 2px;
        cursor: pointer;
    }
        #FolderDescriptionBtns span:hover {
            background: #59A2bb;
        }

.navigator {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*flex-wrap: wrap-reverse;*/
    padding-top: 10px;
    color: #656565;
    min-height: 30px;
}
    .navigator a {
        cursor: pointer;
    }

#right_space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

#nav_FilesCnt {
    text-align: right;
    height: 20px;
    margin-right: 5px;
}
#nav_FilesCnt_filter {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

#nav_leftRight {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: -5px;
}

#nav_left {
    background-image: url('../images/Community/Views/new/SVGs/ordner-voriger.svg');
    cursor: pointer;
}

#nav_up {
    background-image: url('../images/Community/Views/new/SVGs/ordner-voriger.svg');
    cursor: pointer;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#nav_right {
    cursor: pointer;
    background-image: url('../images/Community/Views/new/SVGs/ordner-naechster.svg');
}

.nav_disabled {
    background-color: #d0d0d0 !important;
    cursor: default !important;
}

#nav_folders {
    border-radius: 2px;
    background-repeat: no-repeat;
}

.nav_WithF {
    background-image: url('../images/Community/Views/new/SVGs/ordner-flatview-aus3.svg');
    background-position-x: center;
    background-position-y: center;
    background-size: 24px 24px;
}

.nav_WithOutF {
    background-image: url('../images/Community/Views/new/SVGs/ordner-flatview-an3.svg');
    background-position-x: center;
    background-position-y: center;
    background-size: 24px 24px;
}


.ImgDlg {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 2;
}


.ImgViewer {
    position: relative;
    /*    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 21px;
    border: 0px solid black;
*/
}

.IV_theImg {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #eeeeee;
    align-self: center;
}


.IV_describeImg {
    position: relative;
    border: 0px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

/*
#IV_DescrInner {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 50px;
    overflow-y: auto;
    min-width: 260px;
    padding-left: 10px;
    padding-right: 10px;
}
*/

.IVC_InnerDescribeBlock {
    width: calc(100% - 80px);
    left: 40px;
}

#IV_DescrInner > div {
}



#ImgViewDlgClose .a {
}

#ImgViewDlgClose {
}
.ImgViewClose {
    position: absolute;
    right: 18px;
    height: 20px;
    width: 20px;
    border-radius: 0px;
    cursor: pointer;
    padding: 3px;
    color: white;
    fill: #eeeeee;
}


    #ImgViewDlgClose:hover svg polygon,
    #ImgViewDlgClose:hover {
        background-color: #e3000f;
        fill: white !important;
    }

.marginTop {
    margin-top: 10px;
    width: 100%;
}

#IV_ShowFullSreen {
    background-image: url(/Displays/images/SlideshowCtls/new/fullsize-1.png);
    background-color: #707070;
    width: 26px;
    height: 26px;
    display: none;
    position: absolute;
    right: 15px;
    bottom: 0px;
    z-index: 15;
    cursor: pointer;
    background-position: -2px -2px;
}


.IV_Buttons {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.IV_button {
    padding: 7px 7px;
    color: white;
    border-radius: 3px;
    margin-right: 10px;
    min-width: 125px;
    text-align: center;
    font-size: 11pt;
    cursor: pointer;
}

.IV_buttonSmall {
    padding: 0px 7px;
    color: #0069d9;
    border-radius: 2px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
}

    .IV_buttonSmall :hover {
        color: #656565 !important;
    }

.OnHover {
    background-color: #858585;
}

    .OnHover:hover {
        background-color: #59a2bb;
    }

    .OnHover:active {
        background-color: #3b6b7b;
    }

.HasHovered {
    background-color: #59A2bb !important;
}




.IV_VarTitle {
    vertical-align: top;
}

#IV_PlaceHolder {
    height: 10px;
}

#ImgViewDlg {
    color: #656565;
    width:100%;
    height:100%;
}

    #ImgViewDlg table {
        padding: 0px;
    }

        #ImgViewDlg table td {
        }

            #ImgViewDlg table td t {
                margin-right: 20px;
            }

#IV_ImgOfImgs {
    font-size: 11pt;
    min-height: 30px;
}

    #IV_ImgOfImgs blue {
        color: #0069d9;
    }

#IV_ImgPlace {
}


#ShareImgDetailMenu {
    position: absolute;
    margin: 0;
    padding: 2px 6px;
    background: #ffffff;
    border: 1px solid gray;
    list-style: none;
    white-space: nowrap;
    z-index: 100;
}

    #ShareImgDetailMenu li {
        margin: 0;
        padding: 5px 15px;
        cursor: pointer;
    }

        #ShareImgDetailMenu li:hover {
            color: #ffffff;
            background: #0069d9;
        }

.JumpDownLink {
    width: 16px;
    height: 16px;
    margin: 3px;
}






#IV_BildUnter {
    margin-top: 2px;
    height: 30px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.IV_Zoom {
    color: #0069d9;
    cursor: pointer;
}

.IV_prev {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    background-color: transparent;
}

.IV_btnPrev {
    height: 60px;
    width: 30px;
    margin: auto auto;
    background-color: rgba(255,255,255,0.7);
    background-image: url('/images/Community/Views/new/detail/detail_pfeil-links-0.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

    .IV_btnPrev:hover {
        background-color: #e3000f;
        background-image: url('/images/Community/Views/new/detail/detail_pfeil-links-1.png');
    }

.IV_btnNext {
    height: 60px;
    width: 30px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(255,255,255,0.7);
    background-image: url('/images/Community/Views/new/detail/detail_pfeil-rechts-0.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

    .IV_btnNext:hover {
        background-color: #e3000f;
        background-image: url('/images/Community/Views/new/detail/detail_pfeil-rechts-1.png');
    }

.IV_next {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: transparent;
}

#IV_ImgHolder {
    position: relative;
    overflow: hidden;
    background-color: #a0a0a0;
}



.hovDownLoadBtn,
.hovGeoBtn,
.hovPrintBtn {
    position: absolute;
}

#ShareImg {
    position: absolute;
    fill: white;
}

.GeoPos {
    position: absolute;
    top: 2px;
    left: 3px;
    z-index: 20;
}

.i1st {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 20;
}
.i2nd {
    position: absolute;
    top: 2px;
    left: 28px;
    z-index: 20;
}
.i3rd {
    position: absolute;
    top: 2px;
    left: 54px;
    z-index: 20;
}
.i4th {
    position: absolute;
    top: 2px;
    left: 80px;
    z-index: 20;
}
.i5th {
    position: absolute;
    top: 2px;
    left: 106px;
    z-index: 20;
}
.i6th {
    position: absolute;
    top: 2px;
    left: 132px;
    z-index: 20;
}
.i7th {
    position: absolute;
    top: 2px;
    left: 158px;
    z-index: 20;
}
.i8th {
    position: absolute;
    top: 2px;
    left: 184px;
    z-index: 20;
}

.svgframe {
    background-color: rgba(5,5,5,.35);
    /*    padding: 3px 2px 2px 3px;*/
    margin: 4px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
}

.GeoSvgframe {
    background-color: transparent;
    /*    padding: 3px 2px 2px 3px;*/
    margin: 4px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.hoverSvg {
    background-color: #e3000f !important;
}

#hovTooltip {
    position: absolute;
    padding: 5px 8px;
    border-radius: 2px;
    background-color: rgba(5,5,5,.50);
    color: #ffffff;
}

#ShareIcon {
    stroke: #404040;
    stroke-width: 0px;
    fill: white;
}

#ShareImgMenu,
#SearchScopeMenu {
    position: absolute;
    top: 30px;
    left: 0px;
    margin: 0;
    padding: 10px;
    list-style: none;
    font-size: 14px;
    color: #808080;
    background: #ffffff;
    cursor: default;
    z-index: 100;
    border: 1px solid #606060;
}

    #ShareImgMenu li,
    #SearchScopeMenu li {
        cursor: pointer;
        padding: 3px 12px;
        white-space: nowrap;
    }

        #ShareImgMenu li:hover,
        #SearchScopeMenu li:hover {
            color: #ffffff;
            background: #0069d9;
        }

.SearchScopeSeparator {
    cursor: default !important;
}
    .SearchScopeSeparator:hover {
        color: #808080 !important;
        background: #ffffff !important;
    }
.SearchScopeSeparator hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #606060;
    margin: 0.5em 0;
    padding: 0;
}

.SearchScopeInactive {
    display: inline-block;
    margin-right: 8px;
    height: 14px;
    width: 15px;
}
.SearchScopeActive {
    background-image: url('jquery-ui-custom/images/ui-icons_222222_256x240.png');
    background-position: -64px -144px;
}
#SearchScopeMenu li:hover .SearchScopeActive {
    background-image: url('jquery-ui-custom/images/ui-icons_ffffff_256x240.png');
}

@media only screen and (max-width: 1100px) {
    #SearchScopeMenu {
        box-sizing: border-box;
        width: 100%;
    }
    #SearchScopeMenu li {
        padding: 11px 20px;
    }
}

#DownloadIcon {
    stroke: #404040;
    stroke-width: 0px;
    fill: white;
}

#GeoIcon {
    stroke: #404040;
    stroke-width: 0px;
    fill: white;
}

#OpenFoldIcon {
    stroke: #404040;
    stroke-width: 0px;
    fill: white;
}

.DirSelector {
    background-color: white;
    border: 0px solid rgba(5, 5, 5, .35);
    padding: 15px 15px 15px 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    max-height: 255px;
    margin-top: -20px;
}


#DirList {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10pt;
    color: #656565;
    cursor: pointer;
    margin-right: 0px;
}

.DirSelectorList {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.DirSelectorList:hover {
    background-color: #0069d9;
    color: white;
}

#scrollDir {
    max-height: 250px;
    max-width: 300px;
}

#DirS {
    position: absolute;
    z-index: 10;
}

.noTextDeco {
    text-decoration: none !important;
    cursor: default !important;
}

#MoreIcon {
    position: relative;
    top: 7px;
    left: 5px;
    stroke: #656565;
    fill: #656565;
}

#ScrollToTopNav {
    position: fixed;
    bottom: 0px;
    right: 17px;
    background-color: #959595;
    border-radius: 0px;
    cursor: pointer;
    z-index: 1;
    display: none;
}

    #ScrollToTopNav:hover {
        background-color: #0069d9;
    }

        #ScrollToTopNav:hover + #ArrowDropUpSquare {
            fill: white !important;
        }

#GoToTop {
    position: absolute;
}

#ArrowDropDown {
    fill: #f0f0f0;
}
/*
#SortedList {
    border: 1px solid #f0f0f0;
}

#SortedList-menu,
#SortedDesc-menu {
    font-size: 13px;
}
    */
.styled-select {
    height: 29px;
    overflow: hidden;
    width: 240px;
}

.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
}

    .select-style select {
        padding: 5px 8px;
        width: 130%;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
    }

        .select-style select:focus {
            outline: none;
        }

#SortedListLabel {
    vertical-align: top;
}
/*
#SortedList-button {
    width: 145px !important;
}
#SortedDesc-button {
    width: 120px !important;
}
*/
.Search {
    color: #656565;
    z-index: 1;
}

#SearchResults {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    align-items:center;
}
    #SearchResults .select2-hidden-accessible {
        border: 0 !important;
        clip: rect(0px, 0px, 0px, 0px) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important;
    }
    #SearchResults .select2-container .select2-selection--single {
        border: 1px solid #f0f0f0;
        border-radius: 2px;
        background-color: #f7f7f7;
        height: 20px !important;
        padding: 0 !important;
    }
    #SearchResults .select2-dropdown {
        border: 1px solid #f0f0f0;
        background-color: #f7f7f7;
    }
    #SearchResults .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 20px;
    }
    #SearchResults .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 18px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }
.SearchDropDown {
    border: 1px solid #f0f0f0 !important;
    background-color: #f7f7f7 !important;
}



#SearchResults > fieldset {
    position: relative;
    border: 0px;
    margin: 3px 5px 5px 5px;
    padding: 0px;
    color: #656565;
}

.BtnExitSearch:hover {
    color: #4cacde;
    background-image: url('/images/Community/Views/exit-search.png');
}

.BtnExitSearch {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 24px;
    cursor: pointer;
    background: url('/images/Community/Views/exit-search-foc.png') no-repeat left top;
    vertical-align: middle;
}

.NoSearch {
}

.SortedListSelect {
    background-color: #f7f7f7 !important;
    border: none !important;
    height: 18px !important;
}
    .SortedListSelect .select2-selection__rendered {
        line-height: 18px !important;
    }
    .SortedListSelect .select2-selection__arrow {
        height: 18px !important;
    }

/*
#SortedList-button {
    position: relative;
    background-color: #fAfAfA;
    background-image: none;
    border-color: #f0f0f0;
}
*/
.LastFieldSet {
    margin-right: 50px !important;
}

#SortedDesc-button {
    position: relative;
    background-color: #fAfAfA;
    background-image: none;
    border-color: #f0f0f0;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url('custom-theme/images/ui-icons_222222_256x240.png');
}


.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0px 1px 0px 1px;
    border: 0px solid transparent !important;
    font-weight: normal;
    font-size: 10pt;
    color: #656565 !important;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
    background: #0069d9;
}
/*
.ui-widget-content {
    border: 1px solid #A9A9A9;
    background: #ffffff;
    color: #656565;
}
*/
.list {
    width: calc(100% - 10px);
    /*    display: flex !important; */
}

.FolderDescrList {
    padding-left: 20px;
    padding-top: 20px;
}

    .FolderDescrList div {
        user-select: element !important;
        -moz-user-select: elements !important;
        -webkit-user-select: text !important;
        -ms-user-select: element !important;
    }

.activeEye {
    background-image: url('jquery-ui-custom/images/ui-icons_222222_256x240.png');
    background-position: -64px -144px;
    margin-top: 10px;
    margin-right: 8px;
    height: 14px;
    width: 15px;
    float: left;
}

.activeEyeNone {
    background-image: none !important;
}

.DirDescriptorContainer {
    margin-top: 0.5em;
    line-height: 15px;
}

.dirDesc {
    font-weight: 600;
}

.ShowFolder {
    margin-top: 1.5em;
}

    .ShowFolder a {
        color: #0069d9;
    }

    .ShowFolder :hover {
        text-decoration: none;
        color: #656565;
    }

.IVKeyWords {
}

    .IVKeyWords a {
        color: #0069d9;
    }

#DateDisplay {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

#ShowImage {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
}

.noImagInfo {
    height: 50px !important;
}

.smallDisplay {
    height: 35px;
}



.UserTextSmall {
    top: 9px !important;
    margin-right: 40px !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 400;
}

.DateButton {
    background: transparent;
}

    .DateButton span {
        background: transparent;
        padding: 2px 10px;
        cursor: pointer;
    }

        .DateButton span:hover {
            background: #0069d9;
            color: white;
        }

.dategrid span {
    background: transparent;
    padding: 0px 0px;
    cursor: default;
}

    .dategrid span:hover {
        background: transparent;
        padding: 0px 0px;
        cursor: default;
    }

.DisabledMenu {
    /*            background: white !important;
*/
    color: #d0d0d0 !important;
}

    .DisabledMenu a {
        /*            background: white !important;
*/
        color: #d0d0d0 !important;
        cursor: default !important;
    }

    .DisabledMenu :hover {
        background: white !important;
        color: #d0d0d0 !important;
    }

.HiddenMenu {
    background: #e3000f !important;
    display: none !important;
}

.CommunitySmallMenuContent {
    height: 30px;
    background-color: transparent;
    color: white;
    display: none;
}

#Placer {
    height: 30px;
}

#smallHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    color: #707070;
    font-size: 14px;
    vertical-align: middle;
    z-index: 10000;
}

    #smallHeader a {
        color: #404040;
        text-decoration: none;
    }

        #smallHeader a:hover {
            color: #e3000f;
            text-decoration: none;
        }

#HeaderCount {
    float: right;
}

#UserHomeSmallMenu {
    font-weight: 600;
}

.SearchResultSmallMenu {
    margin: 8px 20px 0 20px;
}

.SearchResultMenu {
    margin: 0px 40px 0 0px;
}

#HeaderPath {
    margin: 5px 20px 0 20px;
}

#AboutViewDlgClose {
    position: absolute;
    top: 14px;
    right: 18px;
    height: 20px;
    width: 21px;
    border-radius: 3px;
    background-image: url('/images/Community/Views/new/Close-x.png');
    background-position: center center;
    background-color: #0069d9;
    cursor: pointer;
}

    #AboutViewDlgClose:hover {
        background-color: #e3000f;
    }

.wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#DownloadingInfo {
    position: fixed;
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    width: 80%;
    left: 10%;
    bottom: 30px;
    min-height: 40px;
    border: 1px solid gray;
    display: none;
    z-index: 1;
}
#GeneratePDFFile {
    position: fixed;
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    width: 80%;
    left: 10%;
    bottom: 30px;
    min-height: 40px;
    border: 1px solid gray;
    display: none;
    z-index: 1;
}

.FileDownload {
    margin: 4px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: deeppink;
}

.progOuter {
    margin-left: 10px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.ProgFilesPrepare {
    position: relative;
    height: 16px;
}

.NewDownloadBtn {
    background-color: #808080;
    border: solid 1px #959595;
    padding: 10px 4px;
    color: white;
    margin: 5px 5px;
    border-radius: 3px;
    cursor: pointer;
}

.DownloadButtonsContainer {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.numbs {
    width: 16px;
    display: inline-block;
    text-align: right;
}

#ImgViewDlgClose {
    position: absolute;
    right: 15px;
    z-index: 5;
    background-color: #707070;
}


.CloseDeleteDwonl {
    width: 24px;
    height: 24px;
    margin-top: -3px;
    border-radius: 3px;
    background-image: url('/images/Community/Views/new/Close-x.png');
    background-position: center center;
    background-color: #0069d9;
    cursor: pointer;
    margin-left: 10px;
    display: none;
}

.CancelDownload {
    background-color: #0069d9;
    margin-top: -3px;
    padding: 2px 10px;
    height: 20px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 10px;
    color: white;
}

.FileDownload:hover .CloseDeleteDwonl {
    background-color: #e3000f;
}

.FileDownload:hover .CancelDownload {
    background-color: #e3000f;
}

.procText {
    position: absolute;
    left: 50%;
    top: 0px;
    color: #ffffff;
    mix-blend-mode: difference;
}

#commSpinner {
    position: absolute;
    display: table;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

#spinnIt {
    height: 150px;
    width: 150px;
    position: relative;
    left: calc(50% - 75px);
    top: calc(50% - 75px);
}

.fif {
    float: left;
}

.HiddenClass {
    display: none;
}

.IV_bedenken {
    cursor: pointer;
}

    .IV_bedenken :hover {
        color: #656565 !important;
    }


#IV_BildUnter :hover {
    color: #41609f;
}

.DateBtn {
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    vertical-align: middle;
    margin-top: -4px;
}



    .DateBtn span {
        vertical-align: middle;
    }

#DateTakenSvg,
#DateInsertedSvg {
    vertical-align: middle;
    fill: white;
}

video[poster]{
    object-fit:fill;
}

.VideoIcon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    right: auto;
}

#StartLine {
    width: 100%;
    height: 0px;
    background-color: blueviolet;
}

#ScrollableContentLayer {
    position: relative;
}

.mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

.ps__rail-x:hover, .ps__rail-y:hover, .ps__rail-x:focus, .ps__rail-y:focus {
    background-color: #d0d0d0;
}

    .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y {
        width: 8px;
        opacity: 1;
    }

.ps__thumb-y {
    background-color: #707070;
    border-radius: 8px;
    -o-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 8px;
    right: 2px;
    position: absolute;
    border: 1px solid #F0F0F0;
}


.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
}

.ps__rail-x,
.ps__rail-y {
    display: block;
    opacity: 0.4;
    width: 12px;
    border-radius: 8px;
    margin: 20px 0;
}

#ScrollableContentLayer .ps__rail-y {
    margin: 52px 0;
    background-color: #E8E8E8;
}

.Thumb {
    width: 100%;
    width: calc(100% + 1px);
    height: 100%;
    height: calc(100% + 1px);
}

.ThumbList {
    width: 100%;
}

.ThumbListP {
    height: 100%;
    width: 100%;
}

.blurrBK {
    -webkit-filter: blur(70px);
    -o-filter: blur(70px);
    filter: blur(70px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='70');
}

.DateInserted {
    background-image: url('../images/Community/calendar-upload.svg');
    width: 30px;
    height: 30px;
}

.DateCreated {
    background-image: url('../images/Community/calendar-photo.svg');
    width: 30px;
    height: 30px;
}

#DTViewIcon {
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    display: inline-block !important;
    width: 2px !important;
    height: 20px !important;
    border: 0 !important;
}

.SortDirection {
    width: 20px;
    height: 20px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 2px;
}

.SortDirectionSelect {
    background-color: #0069d9;
}

.SortDirection_SAD {
    background-image: url('/images/Community/Views/new/standard/a-z-down.png');
}

.SortDirection_SAD_white {
    background-image: url('/images/Community/Views/new/standard/a-z-down_white.png');
}

.SortDirection_SAU {
    background-image: url('/images/Community/Views/new/standard/a-z-up.png');
}

.SortDirection_SAU_white {
    background-image: url('/images/Community/Views/new/standard/a-z-up_white.png');
}

.SortDirection_SDD {
    background-image: url('/images/Community/Views/new/standard/0-9-down.png');
}

.SortDirection_SDD_white {
    background-image: url('/images/Community/Views/new/standard/0-9-down_white.png');
}

.SortDirection_SDU {
    background-image: url('/images/Community/Views/new/standard/0-9-up.png');
}

.SortDirection_SDU_white {
    background-image: url('/images/Community/Views/new/standard/0-9-up_white.png');
}


.GaleryListDia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
}

.NavBtn {
    width: 24px;
    height: 24px;
    background-color: #858585;
    margin-right: 4px;
    border-radius: 2px;
    min-width: 24px;
    cursor: pointer;
    z-index: 2;
}

    .NavBtn:hover {
        background-color: #59A2bb;
    }

    .NavBtn:active {
        background-color: #467f92;
    }

.NavBtnActive {
    background-color: #454545 !important;
}


#galView {
    background-image: url('../images/Community/Views/new/SVGs/ansicht-galerie2.svg');
}
#listView {
    background-image: url('../images/Community/Views/new/SVGs/ansicht-liste2.svg');
}
#SlidesView {
    background-image: url('../images/Community/Views/new/SVGs/ansicht-diaschau2.svg');
}
#EditView {
    display: block;
    background-image: url('../images/Community/Views/new/SVGs/ansicht-maintainer.svg');
}

.Protected {
    height: 18px;
    width: 100%;
    background-color: rgb(181,4,10);
    color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#ProtIcon {
    background-image: url('../images/Community/Views/new/SVGs/schloss-ok-pur.svg');
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 14px;
    height: 12px;
    margin-top: 2px;
}

.SlidesDisabled {
    background-color: lightgray;
    cursor: default;
}

    .SlidesDisabled:hover {
        background-color: lightgray !important;
    }


.MoveTopZero {
    top: 0px !important;
}

.HideTopMenu {
    display: none !important;
}



#imgBeforeI {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    background-color: #F5F5F5;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#imgAfterI {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background-color: #F5F5F5;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#PreviewCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#overlay {
    position: absolute;
    display: none;
    z-index: 2000;
    background-color: #eeeeee;
    top: 0px;
    left: 0px;
    overflow: hidden;
}


.theImgMaxSizer {
    position: relative;
}

.DetailImgFrame {
    width: calc(100% - 60px);
    margin-top: 30px;
    margin-left: 30px;
    height: calc(100% - 30px);
    border: 0px solid green;
}



#IV_ShowInfo {
    position: absolute;
    top: 3px;
    right: 14px;
    padding: 3px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #6f6f6e;
}


    #IV_ShowInfo:hover {
        background-color: #e3000f;
    }

#ScrollToTopImg {
    position: fixed;
    right: 17px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    background-color: #707070;
    z-index: 3;
    display: none;
}

    #ScrollToTopImg:hover {
        background-color: #e3000f;
    }
/*@media only screen and (min-width:768px)*/

.imgselect {
}

#Images_IV {
}
/*
      Starting styles for each field
    */





.field {
    display: block;
    position: relative;
    height: 100%;
}

    .field label {
        max-height: 0px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 3px 0 10px;
        font-size: 11px;
        color: #aaa;
        background: transparent;
    }

    .field input, .field select {
        position: relative;
        top: 7px;
        border: none;
        width: 100%;
        height: 36px;
        padding: 0px 10px;
        font-size: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        outline: none;
    }

        .field input :focus {
            outline: none;
        }

*:focus {
    outline: none;
}

.field select:invalid {
    color: #aaa;
}

/*
      Show label instead of placeholder
    */
.field input:focus,
.field select:focus {
    height: 36px;
}

    .field input:focus ~ label,
    .field select:focus ~ label {
        color: #8a8a8a;
        max-height: 15px;
    }

    /* Hide placeholder onfocus for safari */
    .field input:focus[placeholder]::-webkit-input-placeholder {
        opacity: 0;
    }

/*
      Animations
    */
.field {
    -o-transition-property: height, border-width;
    transition-property: height, border-width;
    -webkit-transition-property: height, border-width;
    -moz-transition-property: height, border-width;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
}

    .field input,
    .field select {
        -o-transition: height 0.3s ease-in;
        transition: height 0.3s ease-in;
        -webkit-transition: height 0.3s ease-in;
        -moz-transition: height 0.3s ease-in;
    }

    .field label {
        -o-transition-property: max-height, color;
        transition-property: max-height, color;
        -webkit-transition-property: max-height, color;
        -moz-transition-property: max-height, color;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
    }

    .field input[placeholder]::-webkit-input-placeholder {
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #808080;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
}

::placeholder { /* Most modern browsers support this now. */
    color: #808080;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
        border: 0px solid transparent;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid transparent;
    -webkit-text-fill-color: #666;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    outline: none;
}


.LoginEnterFld {
    position: relative;
    padding: 0px;
    padding-left: 3px;
    border: 0 solid transparent;
    width: calc(-40px + 100%);
    line-height: normal;
    float: left;
    background-color: transparent !important;
    margin-top: 2px;
}


.main-menu-btn {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin-top: 7px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon::before, .main-menu-btn-icon::after {
    position: absolute;
    top: 59%;
    left: 2px;
    height: 2px;
    width: 14px;
    background: #202020;
    -webkit-transition: all 0.25s;
}


    .main-menu-btn-icon:before {
        content: '';
        top: -4px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 4px;
        left: 0;
    }
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}
    /* hide the menu in mobile view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: none;
    }

    #main-menu-state:checked ~ #main-menu {
        display: block;
    }

@media (min-width: 768px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}
/*@media only screen and (min-width:10px)*/

#MenuHomeCls {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    width: 100%;
    position: absolute;
    top: 0px;
    right: -1px;
    height: 100px;
}

#iv_filter {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    left: 0px;
    display: inline;
}

#CopyButton {
    color: white;
    font-weight: 800;
    font-size: 16px;
    background-image: url('../images/Community/Svg/PDFIcon.svg');
    background-size:80%;
    background-repeat:no-repeat;
    background-position:center center;
    padding: 0px;
}

    #CopyButton a {
        margin-left: 7px;
        margin-top: 2px;
    }

span::-moz-selection {
    color: white !important;
    border: 1px solid #dde6e9 !important;
    background-color: rgb(0, 142, 201) !important;
}

span::selection {
    color: white !important;
    border: 1px solid #dde6e9 !important;
    background-color: rgb(0, 142, 201) !important;
}
h1::selection {
    color: white !important;
    border: 1px solid #dde6e9 !important;
    background-color: rgb(0, 142, 201) !important;
}
h2::selection {
    color: white !important;
    border: 1px solid #dde6e9 !important;
    background-color: rgb(0, 142, 201) !important;
}
h1::-moz-selection {
    color: white !important;
    border: 1px solid #dde6e9 !important;
    background-color: rgb(0, 142, 201) !important;
}

h2::-moz-selection {
    color: white !important;
    border: 1px solid #dde6e9 !important;
    background-color: rgb(0, 142, 201) !important;
}

a::-moz-selection {
    color: black !important;
    border: 1px solid #dde6e9 !important;
    background-color: #dde6e9 !important;
}

a::selection {
    color: black !important;
    border: 1px solid #dde6e9 !important;
    background-color: #dde6e9 !important;
}

a::-moz-selection {
    color: black !important;
    border: 1px solid #dde6e9 !important;
    background-color: #dde6e9 !important;
}

td::-moz-selection {
    color: white !important;
    border: 1px solid #dde6e9 !important;
    background-color: rgb(0, 142, 201) !important;
}

td::selection {
    color: white !important;
    border: 1px solid #dde6e9 !important;
    background-color: rgb(0, 142, 201) !important;
}




div::-moz-selection {
    color: black !important;
    border: 1px solid #dde6e9 !important;
    background-color: #dde6e9 !important;
}


div::selection {
    color: black !important;
    border: 1px solid #dde6e9 !important;
    background-color: #dde6e9 !important;
}

div::-moz-selection {
    color: black !important;
    border: 1px solid #dde6e9 !important;
    background-color: #dde6e9 !important;
}

.descrtitle {
    margin-top: 2000px;
}

#IV_PlaceHolder_Desc {
    height: 30px;
    width: 100%;
}

#IV_LeftRightHolder {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50px;
    margin-top: -25px;
}

#IV_Left {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    left: 17px;
    width: 30px;
    background-color: #D0D0D0;
}

    #IV_Left .IV_btnPrev {
        height: 40px;
    }

#IV_Right {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    right: 17px;
    width: 30px;
    background-color: #D0D0D0;
}

    #IV_Right .IV_btnNext {
        height: 40px;
    }

.ButtonsClass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

button {
    display: block;
    width: 160px;
    margin: 30px 15px;
    background-color: #0069d9;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 9px 0;
    border-radius: 3px;
    border: 0px solid transparent;
    cursor: pointer;
}

    button:active,
    button:focus,
    button:hover {
        background-color: #0063b2;
    }


.daterangepicker button {
    display: inline;
    width: auto;
    margin: 3px 5px;
    background-color: #0069d9;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 9px 0;
    border-radius: 3px;
    border: 0px solid transparent;
    cursor: pointer;
}
.daterangepicker select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 0.5em auto;
    background-position: right 0.25em center;
    padding-right: 1em;
    background-image: url("data:image/svg+xml;charset=utf-8, \
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'> \
      <polygon points='0,0 60,0 30,40' style='fill:gray;'/> \
    </svg>");
    border-color: #f0f0f0;
}
.daterangepicker select::-ms-expand {
    display: none;
}

.daterangepicker select:hover {
    border-color: #888;
}

.daterangepicker select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.daterangepicker select option {
    font-weight: normal;
}

daterangepicker button:active,
daterangepicker button:focus,
daterangepicker button:hover {
    background-color: #0063b2;
}
#ShowDateFromTo {
    margin-left:.5em;
    background-color: #ffffff;
    border: 0px solid #737373;
    font-size: 10pt;
    color: #808080;
    cursor:pointer;
}

.buttonHover {
    background-color: #0069d9 !important;
    color: white !important;
}


    #LoginDescription {
        margin: 15px 15px;
    }

input:matches([type="submit"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.NoHeight {
    display: none;
    /*    height:0px; */
}

#HeaderLogo .LogoRed {
    fill: #dc0d15;
}
#HeaderLogo .LogoText {
    fill: #202020;
}
#HeaderLogo .LogoBack{
    fill: white;
}
#HeaderLogo {
    height: 31px;
    width: 228px;
}

.TransparentBlack {
    background: rgba(0,0,0,.3);
}

.HoverTitle {
    position: absolute;
    background: rgba(0,0,0,.4);
    left: 0;
    right: 0;

    padding: 4px;
    color: #f0f0f0;
}

.HoverTitleList {
    left: 0;
    padding: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #f0f0f0;
}

    .HoverTitleList a {
        padding-left: 45px;
    }

#MarkForDownload {
    position: absolute;
    right: 0px;
    height: 21px;
    left: 2px;
    padding-left: 3px;
}

.DisplayInFrame {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    color: white;
    background-color: rgba(255,255,255,0.8);
    min-height: 24px;
    padding: 3px 5px 0px 0px;
    padding-left: 39px;
    padding-top: 5px;
    color: black;
    border: solid 1px rgba(255, 255, 255, 0);
    border-bottom-width: 0px;
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


.FolderIconDark {
    background-color: transparent;
    background-image: url('/images/Community/Views/new/ordnerGray.svg');
    z-index:1;
}

#frameNavigation {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 40px;
    height: 28px;
    border: 1px solid #D0D0D0;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    margin-bottom: 2px;
}

#frameNavigation .disabled{
    cursor:default!important;
    background-color:#D0D0D0 !important;
}
 #backDir {
    background-image: url("/images/Community/Views/new/SVGs/ordner-voriger-transparent.svg");
}
#vorwDir {
    background-image:url("/images/Community/Views/new/SVGs/ordner-naechster-transparent.svg");
}
#DirName{
    flex-grow:1;
    margin-top:4px;
    color: black;
}

.imgDlgPrev {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 60px;
    left:-100%;
    width: 100%;
}
.imgDlgNext {
    position: absolute;
    display: block;
    z-index: 1000;
    left: 100%;
    top: 60px;
    width: 100%;
}
.ImgDlg {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 2;
}
#TheImgViewer{
    overflow:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

.IV_theImg h1{
    color:transparent;

}
.IV_theImg h2 {
    color: transparent;
}

.InfoOnScroll {
    background-color: #F5F5F5;
    border-top: solid 1px #F0F0F0;
    color: rgb(96, 96, 96);
    padding-left: 40px;
    padding-right: 10px;
    opacity: 0.97;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size:14px;
}
.InfoOnScrollMobile {
    position: fixed;
    left: 0;
    width: 100%;
}

.FromToDate {
    font-size: 10pt;
    width: 100%;
    line-height: 28px;
    display: flex;
    margin-left: 12px;
}
    .FromToDate button {
        background-color: #656565;
        color: #ffffff;
        margin: 0px 3px;
        display: block;
        width: auto;
        font-size: 13px;
        padding: 0 9px;
        border-radius: 3px;
        border: 0px solid transparent;
        cursor: pointer;
    }

.SoundPlayShow {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 26px);
    height: 60px;
    width: 52px;
    z-index: 60000;
}

    .SoundPlayShow .SoundPlayButton {
        fill: #202020;
        stroke: yellow;
    }

blue {
    color: #0069d9;
}
/*
.ui-dialog textarea.text {
    margin-bottom: 12px;
    width: 95%;
    height:70%;
    padding: .4em;
    border: 1px solid #e0e0e0;
}

.ui-dialog-titlebar {
    background-color: #202020;
    border: 0px solid transparent;
}
.ui-dialog .ui-dialog-titlebar-close{
    color: transparent;
}
*/


.ImgViewNotFound {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13pt;
    line-height: 1.4em;
}

.viewer{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: #ddd;
    z-index: 100;
}

.FolderDisplayWithText{
    position: absolute;
    top: 0px;
    right: 0px;
    height:30px;
    background-color:rgba(255,255,255,200);
    left:33px;

}