/*
 * This file is generated. Every change gets lost after rebuild.
 */


* {
    margin: 0;
    padding: 0;
}

body,
html {
    background-color: #eaeaea;
    color: #585858;
    height: 100%;
    margin: 0px;
}

html {
    font-size: 16px;
}

body,
input,
button {
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.dwLink,
.dwLink:visited {
    background: linear-gradient(transparent 50%, #1e9fb4 50%);
    background-size: 100% 200%;
    background-position: top;
    color: #1e9fb4;
    padding: 0 .125rem;
    transition: background .2s;
}

.dwLink:hover {
    background-position: bottom;
    color: #fff;
}

.dwLink:focus {
    box-shadow: inset 0px 0px 0px 1px #1e9fb4;
}

.dwLink:active {
    background: linear-gradient(#000, #000);
    color: #fff;
}

.dwLink[disabled] {
    color: #000;
}

.dwLink-button {
    color: #1e9fb4;
    cursor: pointer;
}

.dwLabel {
    background-color: #EAEAEA;
    border-radius: .25rem;
    padding: 0 .25rem;
}

.dwLabel.expired {
    background-color: #cc5b5b;
    color: white;
}

.dwLabel.critical {
    background-color: #ecd417;
}

:focus {
    outline: none;
}

input {
    outline: none;
}

.Invalid:not([type="checkbox"]),
.Invalid:not([type="checkbox"]):disabled,
.dwMultiSelection .Invalid[type="text"],
.dwSingleSelectionTxtBox .dwSingleSelectionElementWrapper.Invalid {
    border: 1px solid #ca1517;
}

.Invalid[type="checkbox"] {
    outline: 1px solid red;
    outline-offset: -1px;
}

#BodyArea {
    display: -webkit-box;
    display: flex;
    height: 100%;
    width: 100%;
}

#BodyArea .TopArea {
    border-bottom: none;
    box-sizing: border-box;
    height: 2.5rem;
}

#BodyArea .TopArea .dwIcons {
    height: 1.5rem;
}

#LeftSideArea {
    background-color: #585858;
}


#LeftSideArea > div:first-child {
    background-color: #FFFFFF;
    padding: .25rem .75rem;
    border-right: none;
    box-sizing: border-box;
    display: -webkit-box;
    display:  flex;
    justify-content:  space-between;
    align-items:  center;
}

.DisabledText {
    word-break: break-word;
    background-color: #eaeaea;
    border: 1px solid #a9a9a9;
    padding: .5rem .5rem;
    width: 100%;
    min-height: 3.7rem;
    box-sizing: border-box;
    margin-top: 2px;
}

.product-logo {
    height: 100%;
}

.product-logo > img,
#LeftSideArea > div > img[src$="svg"] {
    height: 100%;
    width: 9rem;
    margin-right: 1rem;
}

#RightSideArea {
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    flex: 1;
    min-width: 10%;
}

#RightSideArea > div:first-child {
    background-color: #FFFFFF;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: .5rem;
    flex-shrink: 0;
}

.dwMenu {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2044.6%2022.6%22%20style%3D%22enable-background%3Anew%200%200%2044.6%2022.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20%23DB251C%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Crect%20class%3D%22st0%22%20width%3D%2244.6%22%20height%3D%224.9%22%20%2F%3E%09%3Crect%20y%3D%2217.8%22%20class%3D%22st0%22%20width%3D%2244.6%22%20height%3D%224.9%22%20%2F%3E%09%3Crect%20y%3D%229%22%20class%3D%22st0%22%20width%3D%2244.6%22%20height%3D%224.9%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    cursor: pointer;
}

#Quickbar {
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
}

.TopArea #Quickbar .dwIcons {
    height: 1.25rem;
    width: 1.25rem;
    margin: .5rem;
}

#Quickbar .dwMultiSelection {
    width: 18rem;
}

#MainContent {
    background-color: #eaeaea;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    padding: .5rem;
}

#TopMenu {
    background-color: #585858;
    margin-right: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem .5rem 1.5rem 0.75rem;
}

#TopMenu .TopTitle {
    color: #88898c;
    margin-bottom: .5rem;
}

#TopMenu .dwIcons {
    height: 1.25rem;
    margin-right: 1rem;
    background-position: center;
}

.Collapse #TopMenu,
.Collapse #TopMenu a {
    margin-right: 0;
    padding-right: 0;
}

#LeftSideArea.Collapse > div img[src$="svg"],
.Collapse .TopTitle,
.Collapse .product-logo,
.Collapse li a > span > span:not(:first-child),
.Collapse label
{
    display: none;
}

#ContentMenuWrapper {
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

#BreadCrumbsAndMessageWrapper {
    background-color: white;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    height: 3rem;
}

#BreadCrumbs {
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    font-size: 150%;
    font-weight: bold;
    height: 100%;
    padding-left: 1rem;
}

#BreadCrumbs > a {
    margin: 0 0.5rem;
    color: #585858;
}

#BreadCrumbs > a:last-child {
    color: #585858;
}

#MessagesContainer {
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    justify-content: flex-end;
}

#ContentMenuWrapper > div:last-child {
    display: -webkit-box;
    display: flex;
    flex: 1;
    height: 100%;
    min-height: 0;
}

#ContentWrapper {
    -webkit-flex: 1;
    flex: 1;
    min-width: 10%;
}

#Webmenu {
    list-style: none;
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
}

#MainTopSettings ul {
    list-style: none;
}

#Webmenu li a, #MainTopSettings li a {
    color: #FFFFFF;
    background-color: #585858;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
    width: 100%;
}

#Webmenu li a:after {
    align-items: center;
    content: "\276f";
    display: -webkit-box;
    display: flex;
    font-size: 120%;
    margin-left: 10px;
    transform: rotate(90deg);
}

#Webmenu li.isActiv a:after {
    transform: rotate(0);
}

.Collapse #Webmenu li a:after,
.Collapse #Webmenu li.isActiv a:after {
    content: "";
}

/*#region general CSS-Classes */

.flex-row {
    display: -webkit-box;
    display: flex;
}

.height-100 {
    height: 100%;
}

.center-vertically {
    margin: auto 0;
}

.font-bold {
    font-size: 16px;
    letter-spacing: .015rem;
}

.padding-bottom-small {
    padding-bottom: 10px;
}

/*#endregion general CSS-Classes */

/* Icon TopMenu*/
.dwHome {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M575.8%20255.5c0%2018-15%2032.1-32%2032.1h-32l.7%20160.2c0%202.7-.2%205.4-.5%208.1V472c0%2022.1-17.9%2040-40%2040H456c-1.1%200-2.2%200-3.3-.1c-1.4%20.1-2.8%20.1-4.2%20.1H416%20392c-22.1%200-40-17.9-40-40V448%20384c0-17.7-14.3-32-32-32H256c-17.7%200-32%2014.3-32%2032v64%2024c0%2022.1-17.9%2040-40%2040H160%20128.1c-1.5%200-3-.1-4.5-.2c-1.2%20.1-2.4%20.2-3.6%20.2H104c-22.1%200-40-17.9-40-40V360c0-.9%200-1.9%20.1-2.8V287.6H32c-18%200-32-14-32-32.1c0-9%203-17%2010-24L266.4%208c7-7%2015-8%2022-8s15%202%2021%207L564.8%20231.5c8%207%2012%2015%2011%2024z%22%20%2F%3E%3C%2Fsvg%3E');
}

#Webmenu li a:hover .dwHome,
#Webmenu li.isActiv a .dwHome {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M575.8%20255.5c0%2018-15%2032.1-32%2032.1h-32l.7%20160.2c0%202.7-.2%205.4-.5%208.1V472c0%2022.1-17.9%2040-40%2040H456c-1.1%200-2.2%200-3.3-.1c-1.4%20.1-2.8%20.1-4.2%20.1H416%20392c-22.1%200-40-17.9-40-40V448%20384c0-17.7-14.3-32-32-32H256c-17.7%200-32%2014.3-32%2032v64%2024c0%2022.1-17.9%2040-40%2040H160%20128.1c-1.5%200-3-.1-4.5-.2c-1.2%20.1-2.4%20.2-3.6%20.2H104c-22.1%200-40-17.9-40-40V360c0-.9%200-1.9%20.1-2.8V287.6H32c-18%200-32-14-32-32.1c0-9%203-17%2010-24L266.4%208c7-7%2015-8%2022-8s15%202%2021%207L564.8%20231.5c8%207%2012%2015%2011%2024z%22%20%2F%3E%3C%2Fsvg%3E');
}

.dwManagement {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M352%20128c0%2070.7-57.3%20128-128%20128s-128-57.3-128-128S153.3%200%20224%200s128%2057.3%20128%20128zM0%20482.3C0%20383.8%2079.8%20304%20178.3%20304h91.4C368.2%20304%20448%20383.8%20448%20482.3c0%2016.4-13.3%2029.7-29.7%2029.7H29.7C13.3%20512%200%20498.7%200%20482.3zM625%20177L497%20305c-9.4%209.4-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l47%2047L591%20143c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9z%22%20%2F%3E%3C%2Fsvg%3E');
}

#Webmenu li a:hover .dwManagement,
#Webmenu li.isActiv a .dwManagement {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M352%20128c0%2070.7-57.3%20128-128%20128s-128-57.3-128-128S153.3%200%20224%200s128%2057.3%20128%20128zM0%20482.3C0%20383.8%2079.8%20304%20178.3%20304h91.4C368.2%20304%20448%20383.8%20448%20482.3c0%2016.4-13.3%2029.7-29.7%2029.7H29.7C13.3%20512%200%20498.7%200%20482.3zM625%20177L497%20305c-9.4%209.4-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l47%2047L591%20143c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9z%22%20%2F%3E%3C%2Fsvg%3E');
}

.dwDates {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M96%2032V64H48C21.5%2064%200%2085.5%200%20112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V64H160V32c0-17.7-14.3-32-32-32S96%2014.3%2096%2032zM448%20192H0V464c0%2026.5%2021.5%2048%2048%2048H400c26.5%200%2048-21.5%2048-48V192z%22%20%2F%3E%3C%2Fsvg%3E');
}

#Webmenu li a:hover .dwDates,
#Webmenu li.isActiv a .dwDates {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M96%2032V64H48C21.5%2064%200%2085.5%200%20112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V64H160V32c0-17.7-14.3-32-32-32S96%2014.3%2096%2032zM448%20192H0V464c0%2026.5%2021.5%2048%2048%2048H400c26.5%200%2048-21.5%2048-48V192z%22%20%2F%3E%3C%2Fsvg%3E');
}

.dwAnalyse {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M64%2064c0-17.7-14.3-32-32-32S0%2046.3%200%2064V400c0%2044.2%2035.8%2080%2080%2080H480c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80c-8.8%200-16-7.2-16-16V64zM439%20279c15.1%2015.1%2041%204.4%2041-17V152c0-13.3-10.7-24-24-24H345.9c-21.4%200-32.1%2025.9-17%2041l32.4%2032.4L304%20258.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3%200l-80%2080c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L208%20253.3l73.4%2073.4c12.5%2012.5%2032.8%2012.5%2045.3%200l80-80L439%20279z%22%20%2F%3E%3C%2Fsvg%3E');
}

#Webmenu li a:hover .dwAnalyse,
#Webmenu li.isActiv a .dwAnalyse {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M64%2064c0-17.7-14.3-32-32-32S0%2046.3%200%2064V400c0%2044.2%2035.8%2080%2080%2080H480c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80c-8.8%200-16-7.2-16-16V64zM439%20279c15.1%2015.1%2041%204.4%2041-17V152c0-13.3-10.7-24-24-24H345.9c-21.4%200-32.1%2025.9-17%2041l32.4%2032.4L304%20258.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3%200l-80%2080c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L208%20253.3l73.4%2073.4c12.5%2012.5%2032.8%2012.5%2045.3%200l80-80L439%20279z%22%20%2F%3E%3C%2Fsvg%3E');
}

.dwControlling {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M30.1%2C8.6c-1.3%2C0-2.9%2C0-4.5%2C0c-0.5-2.4-2.6-4.3-5.2-4.3l-6.4%2C0c-2.6%2C0-4.7%2C1.8-5.2%2C4.3c-2%2C0-3.6%2C0-4.3%2C0%20%20%20C0%2C8.5%2C0%2C12.8%2C0%2C12.8L0%2C17l34.2%2C0.1l0-4.3C34.2%2C12.9%2C34.2%2C8.6%2C30.1%2C8.6z%20M13.9%2C6.4l6.4%2C0c1.4%2C0%2C2.6%2C0.9%2C3%2C2.1c-4.2%2C0-8.8%2C0-12.4%2C0%20%20%20C11.4%2C7.3%2C12.5%2C6.4%2C13.9%2C6.4z%22%20%2F%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M21.4%2C19.2l0%2C2.1c0%2C1.2-1%2C2.1-2.1%2C2.1l-4.3%2C0c-1.2%2C0-2.1-1-2.1-2.1l0-2.1L0%2C19.2l0%2C8.4c0%2C0%2C0%2C2.3%2C4.1%2C2.3%20%20%20c7.8%2C0%2C23.1%2C0.1%2C25.7%2C0.1c4.4%2C0%2C4.4-2.3%2C4.4-2.3l0-8.4L21.4%2C19.2z%22%20%2F%3E%09%3Crect%20x%3D%2216%22%20y%3D%2218.2%22%20transform%3D%22matrix%283.174979e-03%20-1%201%203.174979e-03%20-3.248%2037.3326%29%22%20class%3D%22st0%22%20width%3D%222.1%22%20height%3D%224.3%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#Webmenu li a:hover .dwControlling,
#Webmenu li.isActiv a .dwControlling {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M30.1%2C8.6c-1.3%2C0-2.9%2C0-4.5%2C0c-0.5-2.4-2.6-4.3-5.2-4.3l-6.4%2C0c-2.6%2C0-4.7%2C1.8-5.2%2C4.3c-2%2C0-3.6%2C0-4.3%2C0%20%20%20C0%2C8.5%2C0%2C12.8%2C0%2C12.8L0%2C17l34.2%2C0.1l0-4.3C34.2%2C12.9%2C34.2%2C8.6%2C30.1%2C8.6z%20M13.9%2C6.4l6.4%2C0c1.4%2C0%2C2.6%2C0.9%2C3%2C2.1c-4.2%2C0-8.8%2C0-12.4%2C0%20%20%20C11.4%2C7.3%2C12.5%2C6.4%2C13.9%2C6.4z%22%20%2F%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M21.4%2C19.2l0%2C2.1c0%2C1.2-1%2C2.1-2.1%2C2.1l-4.3%2C0c-1.2%2C0-2.1-1-2.1-2.1l0-2.1L0%2C19.2l0%2C8.4c0%2C0%2C0%2C2.3%2C4.1%2C2.3%20%20%20c7.8%2C0%2C23.1%2C0.1%2C25.7%2C0.1c4.4%2C0%2C4.4-2.3%2C4.4-2.3l0-8.4L21.4%2C19.2z%22%20%2F%3E%09%3Crect%20x%3D%2216%22%20y%3D%2218.2%22%20transform%3D%22matrix%283.174979e-03%20-1%201%203.174979e-03%20-3.248%2037.3326%29%22%20class%3D%22st0%22%20width%3D%222.1%22%20height%3D%224.3%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.dwOrdermanagement {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cg%3E%09%09%3Cg%3E%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M21.6%2C13.3h-2.2c-0.1-0.4-0.3-0.8-0.5-1.2l1.5-1.5c0.3-0.3%2C0.3-0.9%2C0-1.3l-0.6-0.6c-0.3-0.3-0.9-0.3-1.3%2C0%20%20%20%20%20l-1.5%2C1.5c-0.4-0.2-0.8-0.4-1.3-0.5v-2c0-0.5-0.4-0.9-0.9-0.9h-0.9c-0.5%2C0-0.9%2C0.4-0.9%2C0.9v2c-0.5%2C0.1-1%2C0.3-1.4%2C0.6L10.2%2C9%20%20%20%20%20C9.9%2C8.7%2C9.3%2C8.7%2C9%2C9L8.3%2C9.7C8%2C10%2C8%2C10.6%2C8.3%2C10.9l1.3%2C1.3c-0.3%2C0.5-0.5%2C1-0.6%2C1.5H7.4c-0.5%2C0-0.9%2C0.4-0.9%2C0.9v0.9%20%20%20%20%20c0%2C0.5%2C0.4%2C0.9%2C0.9%2C0.9h1.8c0.2%2C0.5%2C0.4%2C1%2C0.7%2C1.5l-1.2%2C1.2c-0.3%2C0.3-0.3%2C0.9%2C0%2C1.3L9.3%2C21c0.3%2C0.3%2C0.9%2C0.3%2C1.3%2C0l1.4-1.4%20%20%20%20%20c0.5%2C0.2%2C1%2C0.4%2C1.5%2C0.5V22c0%2C0.5%2C0.4%2C0.9%2C0.9%2C0.9h0.9c0.5%2C0%2C0.9-0.4%2C0.9-0.9v-2.1c0.4-0.2%2C0.9-0.4%2C1.3-0.6l1.4%2C1.4%20%20%20%20%20c0.3%2C0.3%2C0.9%2C0.3%2C1.3%2C0l0.6-0.6c0.3-0.3%2C0.3-0.9%2C0-1.3L19%2C17.2c0.2-0.4%2C0.3-0.8%2C0.4-1.2h2.1c0.5%2C0%2C0.9-0.4%2C0.9-0.9v-0.9%20%20%20%20%20C22.5%2C13.7%2C22.1%2C13.3%2C21.6%2C13.3z%20M14.3%2C17.1c-1.2%2C0-2.2-1-2.2-2.2c0-1.2%2C1-2.2%2C2.2-2.2c1.2%2C0%2C2.2%2C1%2C2.2%2C2.2%20%20%20%20%20C16.5%2C16.1%2C15.5%2C17.1%2C14.3%2C17.1z%22%20%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M32.7%2C27.8l-6.1-6.1c1.1-2%2C1.8-4.3%2C1.8-6.8C28.4%2C7.2%2C22.1%2C1%2C14.5%2C1C6.8%2C1%2C0.6%2C7.2%2C0.6%2C14.9s6.2%2C13.9%2C13.9%2C13.9%20%20%20c2.9%2C0%2C5.5-0.9%2C7.7-2.4l5.9%2C5.9c0.6%2C0.6%2C1.4%2C0.9%2C2.3%2C0.9s1.6-0.3%2C2.3-0.9C33.9%2C31.1%2C33.9%2C29%2C32.7%2C27.8z%20M4%2C14.9%20%20%20C4%2C9.1%2C8.7%2C4.4%2C14.5%2C4.4C20.3%2C4.4%2C25%2C9.1%2C25%2C14.9c0%2C5.8-4.7%2C10.5-10.5%2C10.5C8.7%2C25.3%2C4%2C20.6%2C4%2C14.9z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#Webmenu li a:hover .dwOrdermanagement,
#Webmenu li.isActiv a .dwOrdermanagement {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cg%3E%09%09%3Cg%3E%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M21.6%2C13.3h-2.2c-0.1-0.4-0.3-0.8-0.5-1.2l1.5-1.5c0.3-0.3%2C0.3-0.9%2C0-1.3l-0.6-0.6c-0.3-0.3-0.9-0.3-1.3%2C0%20%20%20%20%20l-1.5%2C1.5c-0.4-0.2-0.8-0.4-1.3-0.5v-2c0-0.5-0.4-0.9-0.9-0.9h-0.9c-0.5%2C0-0.9%2C0.4-0.9%2C0.9v2c-0.5%2C0.1-1%2C0.3-1.4%2C0.6L10.2%2C9%20%20%20%20%20C9.9%2C8.7%2C9.3%2C8.7%2C9%2C9L8.3%2C9.7C8%2C10%2C8%2C10.6%2C8.3%2C10.9l1.3%2C1.3c-0.3%2C0.5-0.5%2C1-0.6%2C1.5H7.4c-0.5%2C0-0.9%2C0.4-0.9%2C0.9v0.9%20%20%20%20%20c0%2C0.5%2C0.4%2C0.9%2C0.9%2C0.9h1.8c0.2%2C0.5%2C0.4%2C1%2C0.7%2C1.5l-1.2%2C1.2c-0.3%2C0.3-0.3%2C0.9%2C0%2C1.3L9.3%2C21c0.3%2C0.3%2C0.9%2C0.3%2C1.3%2C0l1.4-1.4%20%20%20%20%20c0.5%2C0.2%2C1%2C0.4%2C1.5%2C0.5V22c0%2C0.5%2C0.4%2C0.9%2C0.9%2C0.9h0.9c0.5%2C0%2C0.9-0.4%2C0.9-0.9v-2.1c0.4-0.2%2C0.9-0.4%2C1.3-0.6l1.4%2C1.4%20%20%20%20%20c0.3%2C0.3%2C0.9%2C0.3%2C1.3%2C0l0.6-0.6c0.3-0.3%2C0.3-0.9%2C0-1.3L19%2C17.2c0.2-0.4%2C0.3-0.8%2C0.4-1.2h2.1c0.5%2C0%2C0.9-0.4%2C0.9-0.9v-0.9%20%20%20%20%20C22.5%2C13.7%2C22.1%2C13.3%2C21.6%2C13.3z%20M14.3%2C17.1c-1.2%2C0-2.2-1-2.2-2.2c0-1.2%2C1-2.2%2C2.2-2.2c1.2%2C0%2C2.2%2C1%2C2.2%2C2.2%20%20%20%20%20C16.5%2C16.1%2C15.5%2C17.1%2C14.3%2C17.1z%22%20%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M32.7%2C27.8l-6.1-6.1c1.1-2%2C1.8-4.3%2C1.8-6.8C28.4%2C7.2%2C22.1%2C1%2C14.5%2C1C6.8%2C1%2C0.6%2C7.2%2C0.6%2C14.9s6.2%2C13.9%2C13.9%2C13.9%20%20%20c2.9%2C0%2C5.5-0.9%2C7.7-2.4l5.9%2C5.9c0.6%2C0.6%2C1.4%2C0.9%2C2.3%2C0.9s1.6-0.3%2C2.3-0.9C33.9%2C31.1%2C33.9%2C29%2C32.7%2C27.8z%20M4%2C14.9%20%20%20C4%2C9.1%2C8.7%2C4.4%2C14.5%2C4.4C20.3%2C4.4%2C25%2C9.1%2C25%2C14.9c0%2C5.8-4.7%2C10.5-10.5%2C10.5C8.7%2C25.3%2C4%2C20.6%2C4%2C14.9z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.dwCommunicationcenter {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2227.5%2C27%2011.8%2C27%2010.4%2C27%209.9%2C27%206.6%2C30.3%206.6%2C27%205.3%2C27%205.3%2C27%201.3%2C27%201.3%2C9.2%205.3%2C9.2%205.3%2C23%20%20%20%20%2027.5%2C23%20%20%20%22%20%2F%3E%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.9%2C21.7%2028.9%2C21.7%2028.9%2C7.9%206.7%2C7.9%206.7%2C3.9%2032.9%2C3.9%20%20%20%22%20%2F%3E%09%3C%2Fg%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C10.6v9.8h18.2v-9.8H8z%20M13.2%2C16.7h-2.4v-2.5h2.4V16.7z%20M18.3%2C16.7h-2.4v-2.5h2.4V16.7z%20M23.4%2C16.7H21v-2.5%20%20%20h2.4V16.7z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#Webmenu li a:hover .dwCommunicationcenter,
#Webmenu li.isActiv a .dwCommunicationcenter {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2227.5%2C27%2011.8%2C27%2010.4%2C27%209.9%2C27%206.6%2C30.3%206.6%2C27%205.3%2C27%205.3%2C27%201.3%2C27%201.3%2C9.2%205.3%2C9.2%205.3%2C23%20%20%20%20%2027.5%2C23%20%20%20%22%20%2F%3E%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2232.9%2C21.7%2028.9%2C21.7%2028.9%2C7.9%206.7%2C7.9%206.7%2C3.9%2032.9%2C3.9%20%20%20%22%20%2F%3E%09%3C%2Fg%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C10.6v9.8h18.2v-9.8H8z%20M13.2%2C16.7h-2.4v-2.5h2.4V16.7z%20M18.3%2C16.7h-2.4v-2.5h2.4V16.7z%20M23.4%2C16.7H21v-2.5%20%20%20h2.4V16.7z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.dwHelp {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M256%20512c141.4%200%20256-114.6%20256-256S397.4%200%20256%200S0%20114.6%200%20256S114.6%20512%20256%20512zM169.8%20165.3c7.9-22.3%2029.1-37.3%2052.8-37.3h58.3c34.9%200%2063.1%2028.3%2063.1%2063.1c0%2022.6-12.1%2043.5-31.7%2054.8L280%20264.4c-.2%2013-10.9%2023.6-24%2023.6c-13.3%200-24-10.7-24-24V250.5c0-8.6%204.6-16.5%2012.1-20.8l44.3-25.4c4.7-2.7%207.6-7.7%207.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4%200-6.4%202.1-7.5%205.3l-.4%201.2c-4.4%2012.5-18.2%2019-30.6%2014.6s-19-18.2-14.6-30.6l.4-1.2zM288%20352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32s32%2014.3%2032%2032z%22%20%2F%3E%3C%2Fsvg%3E');
}

li a:hover .dwHelp {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M256%20512c141.4%200%20256-114.6%20256-256S397.4%200%20256%200S0%20114.6%200%20256S114.6%20512%20256%20512zM169.8%20165.3c7.9-22.3%2029.1-37.3%2052.8-37.3h58.3c34.9%200%2063.1%2028.3%2063.1%2063.1c0%2022.6-12.1%2043.5-31.7%2054.8L280%20264.4c-.2%2013-10.9%2023.6-24%2023.6c-13.3%200-24-10.7-24-24V250.5c0-8.6%204.6-16.5%2012.1-20.8l44.3-25.4c4.7-2.7%207.6-7.7%207.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4%200-6.4%202.1-7.5%205.3l-.4%201.2c-4.4%2012.5-18.2%2019-30.6%2014.6s-19-18.2-14.6-30.6l.4-1.2zM288%20352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32s32%2014.3%2032%2032z%22%20%2F%3E%3C%2Fsvg%3E');
}

.dwFeedback {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M17%2C3.4C9.8%2C3.4%2C4%2C8.7%2C4%2C15.2c0%2C3.9%2C2.1%2C7.4%2C5.3%2C9.5l-2.6%2C6.8l8.8-4.5c0.5%2C0.1%2C1%2C0.1%2C1.6%2C0.1%20%20c7.2%2C0%2C13-5.3%2C13-11.8S24.2%2C3.4%2C17%2C3.4z%22%20%2F%3E%3C%2Fsvg%3E');
}

li a:hover .dwFeedback {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M17%2C3.4C9.8%2C3.4%2C4%2C8.7%2C4%2C15.2c0%2C3.9%2C2.1%2C7.4%2C5.3%2C9.5l-2.6%2C6.8l8.8-4.5c0.5%2C0.1%2C1%2C0.1%2C1.6%2C0.1%20%20c7.2%2C0%2C13-5.3%2C13-11.8S24.2%2C3.4%2C17%2C3.4z%22%20%2F%3E%3C%2Fsvg%3E');
}

.dwSupport {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2051.5%2042.7%22%20style%3D%22enable-background%3Anew%200%200%2051.5%2042.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M43.3%2C6.7c-1.1-2.1-3.4-3.8-4.4-4.4c-0.3-0.2-0.6-0.3-1-0.4c-1.4-0.3-2.7%2C0.5-3.6%2C1.1c-0.1%2C0.1-0.3%2C0.2-0.4%2C0.3%20%20c-1.3%2C0.8-2.6%2C8.4-2.6%2C9c0.1%2C1.1%2C1.2%2C2.2%2C3.8%2C4.5c-0.8%2C2.6-3.1%2C6.1-4.9%2C8.2c-1.7%2C1.9-5.3%2C5.2-7.9%2C6.4c-2.3-2.1-3.4-3-4.4-3.2%20%20c-0.2%2C0-0.3%2C0-0.5%2C0c-0.6%2C0-8%2C2.2-8.6%2C3.6c-0.1%2C0.1-0.1%2C0.3-0.2%2C0.4c-0.5%2C1-1.4%2C3-0.1%2C4.6c0.7%2C0.9%2C2.6%2C3%2C4.8%2C3.8l0.1%2C0l0%2C0%20%20c1.7%2C0.3%2C12.7-0.1%2C21.6-10.3C44.3%2C20.2%2C44%2C8.1%2C43.3%2C6.7z%22%20%2F%3E%3C%2Fsvg%3E');
}

li a:hover .dwSupport {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2051.5%2042.7%22%20style%3D%22enable-background%3Anew%200%200%2051.5%2042.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M43.3%2C6.7c-1.1-2.1-3.4-3.8-4.4-4.4c-0.3-0.2-0.6-0.3-1-0.4c-1.4-0.3-2.7%2C0.5-3.6%2C1.1c-0.1%2C0.1-0.3%2C0.2-0.4%2C0.3%20%20c-1.3%2C0.8-2.6%2C8.4-2.6%2C9c0.1%2C1.1%2C1.2%2C2.2%2C3.8%2C4.5c-0.8%2C2.6-3.1%2C6.1-4.9%2C8.2c-1.7%2C1.9-5.3%2C5.2-7.9%2C6.4c-2.3-2.1-3.4-3-4.4-3.2%20%20c-0.2%2C0-0.3%2C0-0.5%2C0c-0.6%2C0-8%2C2.2-8.6%2C3.6c-0.1%2C0.1-0.1%2C0.3-0.2%2C0.4c-0.5%2C1-1.4%2C3-0.1%2C4.6c0.7%2C0.9%2C2.6%2C3%2C4.8%2C3.8l0.1%2C0l0%2C0%20%20c1.7%2C0.3%2C12.7-0.1%2C21.6-10.3C44.3%2C20.2%2C44%2C8.1%2C43.3%2C6.7z%22%20%2F%3E%3C%2Fsvg%3E');
}

.dwLogout {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M352%2096L512%20256%20352%20416l-32%200%200-96-160%200%200-128%20160%200%200-96%2032%200zM160%2096L64%2096l0%20320%2096%200%2032%200%200%2064-32%200L32%20480%200%20480l0-32L0%2064%200%2032l32%200%20128%200%2032%200%200%2064-32%200z%22%20%2F%3E%3C%2Fsvg%3E');
}

li a:hover .dwLogout {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M352%2096L512%20256%20352%20416l-32%200%200-96-160%200%200-128%20160%200%200-96%2032%200zM160%2096L64%2096l0%20320%2096%200%2032%200%200%2064-32%200L32%20480%200%20480l0-32L0%2064%200%2032l32%200%20128%200%2032%200%200%2064-32%200z%22%20%2F%3E%3C%2Fsvg%3E');
}

.dwSettings {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M29.4%2C14.4h-3.9c-0.2-0.7-0.6-1.4-0.9-2.1l2.6-2.6c0.6-0.6%2C0.6-1.6%2C0-2.2l-1.1-1.1c-0.6-0.6-1.6-0.6-2.2%2C0%20%20%20%20l-2.6%2C2.6c-0.7-0.4-1.5-0.7-2.3-0.9V4.8c0-0.8-0.7-1.5-1.5-1.5h-1.5c-0.8%2C0-1.5%2C0.7-1.5%2C1.5v3.4c-0.9%2C0.2-1.7%2C0.6-2.5%2C1L9.8%2C7%20%20%20%20C9.2%2C6.4%2C8.2%2C6.4%2C7.6%2C7L6.5%2C8.1c-0.6%2C0.6-0.6%2C1.6%2C0%2C2.2l2.2%2C2.2c-0.5%2C0.8-0.8%2C1.7-1%2C2.7H4.8c-0.9%2C0-1.5%2C0.7-1.5%2C1.5v1.5%20%20%20%20c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h3.1c0.3%2C0.9%2C0.7%2C1.8%2C1.2%2C2.6L7%2C24.4C6.4%2C25%2C6.4%2C26%2C7%2C26.6l1.1%2C1.1c0.6%2C0.6%2C1.6%2C0.6%2C2.2%2C0l2.3-2.3%20%20%20%20c0.8%2C0.4%2C1.6%2C0.7%2C2.5%2C0.8v3.2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h1.5c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-3.6c0.8-0.3%2C1.5-0.6%2C2.2-1.1l2.5%2C2.5%20%20%20%20c0.6%2C0.6%2C1.6%2C0.6%2C2.2%2C0l1.1-1.1c0.6-0.6%2C0.6-1.6%2C0-2.2L25%2C21.2c0.3-0.7%2C0.6-1.4%2C0.8-2.2h3.7c0.9%2C0%2C1.5-0.7%2C1.5-1.5v-1.5%20%20%20%20C30.9%2C15.1%2C30.3%2C14.4%2C29.4%2C14.4z%20M16.7%2C20.9c-2.1%2C0-3.8-1.7-3.8-3.8c0-2.1%2C1.7-3.8%2C3.8-3.8c2.1%2C0%2C3.8%2C1.7%2C3.8%2C3.8%20%20%20%20C20.6%2C19.2%2C18.8%2C20.9%2C16.7%2C20.9z%22%20%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

li a:hover .dwSettings {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.2%2034.2%22%20style%3D%22enable-background%3Anew%200%200%2034.2%2034.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M29.4%2C14.4h-3.9c-0.2-0.7-0.6-1.4-0.9-2.1l2.6-2.6c0.6-0.6%2C0.6-1.6%2C0-2.2l-1.1-1.1c-0.6-0.6-1.6-0.6-2.2%2C0%20%20%20%20l-2.6%2C2.6c-0.7-0.4-1.5-0.7-2.3-0.9V4.8c0-0.8-0.7-1.5-1.5-1.5h-1.5c-0.8%2C0-1.5%2C0.7-1.5%2C1.5v3.4c-0.9%2C0.2-1.7%2C0.6-2.5%2C1L9.8%2C7%20%20%20%20C9.2%2C6.4%2C8.2%2C6.4%2C7.6%2C7L6.5%2C8.1c-0.6%2C0.6-0.6%2C1.6%2C0%2C2.2l2.2%2C2.2c-0.5%2C0.8-0.8%2C1.7-1%2C2.7H4.8c-0.9%2C0-1.5%2C0.7-1.5%2C1.5v1.5%20%20%20%20c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h3.1c0.3%2C0.9%2C0.7%2C1.8%2C1.2%2C2.6L7%2C24.4C6.4%2C25%2C6.4%2C26%2C7%2C26.6l1.1%2C1.1c0.6%2C0.6%2C1.6%2C0.6%2C2.2%2C0l2.3-2.3%20%20%20%20c0.8%2C0.4%2C1.6%2C0.7%2C2.5%2C0.8v3.2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h1.5c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-3.6c0.8-0.3%2C1.5-0.6%2C2.2-1.1l2.5%2C2.5%20%20%20%20c0.6%2C0.6%2C1.6%2C0.6%2C2.2%2C0l1.1-1.1c0.6-0.6%2C0.6-1.6%2C0-2.2L25%2C21.2c0.3-0.7%2C0.6-1.4%2C0.8-2.2h3.7c0.9%2C0%2C1.5-0.7%2C1.5-1.5v-1.5%20%20%20%20C30.9%2C15.1%2C30.3%2C14.4%2C29.4%2C14.4z%20M16.7%2C20.9c-2.1%2C0-3.8-1.7-3.8-3.8c0-2.1%2C1.7-3.8%2C3.8-3.8c2.1%2C0%2C3.8%2C1.7%2C3.8%2C3.8%20%20%20%20C20.6%2C19.2%2C18.8%2C20.9%2C16.7%2C20.9z%22%20%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.dwUser {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M224%200a128%20128%200%201%201%200%20256A128%20128%200%201%201%20224%200zM178.3%20304h91.4c11.8%200%2023.4%201.2%2034.5%203.3c-2.1%2018.5%207.4%2035.6%2021.8%2044.8c-16.6%2010.6-26.7%2031.6-20%2053.3c4%2012.9%209.4%2025.5%2016.4%2037.6s15.2%2023.1%2024.4%2033c15.7%2016.9%2039.6%2018.4%2057.2%208.7v.9c0%209.2%202.7%2018.5%207.9%2026.3H29.7C13.3%20512%200%20498.7%200%20482.3C0%20383.8%2079.8%20304%20178.3%20304zM436%20218.2c0-7%204.5-13.3%2011.3-14.8c10.5-2.4%2021.5-3.7%2032.7-3.7s22.2%201.3%2032.7%203.7c6.8%201.5%2011.3%207.8%2011.3%2014.8v30.6c7.9%203.4%2015.4%207.7%2022.3%2012.8l24.9-14.3c6.1-3.5%2013.7-2.7%2018.5%202.4c7.6%208.1%2014.3%2017.2%2020.1%2027.2s10.3%2020.4%2013.5%2031c2.1%206.7-1.1%2013.7-7.2%2017.2l-25%2014.4c.4%204%20.7%208.1%20.7%2012.3s-.2%208.2-.7%2012.3l25%2014.4c6.1%203.5%209.2%2010.5%207.2%2017.2c-3.3%2010.6-7.8%2021-13.5%2031s-12.5%2019.1-20.1%2027.2c-4.8%205.1-12.5%205.9-18.5%202.4l-24.9-14.3c-6.9%205.1-14.3%209.4-22.3%2012.8l0%2030.6c0%207-4.5%2013.3-11.3%2014.8c-10.5%202.4-21.5%203.7-32.7%203.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8V454.8c-8-3.4-15.6-7.7-22.5-12.9l-24.7%2014.3c-6.1%203.5-13.7%202.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7%201.1-13.7%207.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3%20.7-12.4L343.8%20325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6%207.7-21%2013.5-31s12.5-19.1%2020.1-27.2c4.8-5.1%2012.4-5.9%2018.5-2.4l24.8%2014.3c6.9-5.1%2014.5-9.4%2022.5-12.9V218.2zm92.1%20133.5a48.1%2048.1%200%201%200%20-96.1%200%2048.1%2048.1%200%201%200%2096.1%200z%22%20%2F%3E%3C%2Fsvg%3E');
}

li a:hover .dwUser {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M224%200a128%20128%200%201%201%200%20256A128%20128%200%201%201%20224%200zM178.3%20304h91.4c11.8%200%2023.4%201.2%2034.5%203.3c-2.1%2018.5%207.4%2035.6%2021.8%2044.8c-16.6%2010.6-26.7%2031.6-20%2053.3c4%2012.9%209.4%2025.5%2016.4%2037.6s15.2%2023.1%2024.4%2033c15.7%2016.9%2039.6%2018.4%2057.2%208.7v.9c0%209.2%202.7%2018.5%207.9%2026.3H29.7C13.3%20512%200%20498.7%200%20482.3C0%20383.8%2079.8%20304%20178.3%20304zM436%20218.2c0-7%204.5-13.3%2011.3-14.8c10.5-2.4%2021.5-3.7%2032.7-3.7s22.2%201.3%2032.7%203.7c6.8%201.5%2011.3%207.8%2011.3%2014.8v30.6c7.9%203.4%2015.4%207.7%2022.3%2012.8l24.9-14.3c6.1-3.5%2013.7-2.7%2018.5%202.4c7.6%208.1%2014.3%2017.2%2020.1%2027.2s10.3%2020.4%2013.5%2031c2.1%206.7-1.1%2013.7-7.2%2017.2l-25%2014.4c.4%204%20.7%208.1%20.7%2012.3s-.2%208.2-.7%2012.3l25%2014.4c6.1%203.5%209.2%2010.5%207.2%2017.2c-3.3%2010.6-7.8%2021-13.5%2031s-12.5%2019.1-20.1%2027.2c-4.8%205.1-12.5%205.9-18.5%202.4l-24.9-14.3c-6.9%205.1-14.3%209.4-22.3%2012.8l0%2030.6c0%207-4.5%2013.3-11.3%2014.8c-10.5%202.4-21.5%203.7-32.7%203.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8V454.8c-8-3.4-15.6-7.7-22.5-12.9l-24.7%2014.3c-6.1%203.5-13.7%202.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7%201.1-13.7%207.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3%20.7-12.4L343.8%20325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6%207.7-21%2013.5-31s12.5-19.1%2020.1-27.2c4.8-5.1%2012.4-5.9%2018.5-2.4l24.8%2014.3c6.9-5.1%2014.5-9.4%2022.5-12.9V218.2zm92.1%20133.5a48.1%2048.1%200%201%200%20-96.1%200%2048.1%2048.1%200%201%200%2096.1%200z%22%20%2F%3E%3C%2Fsvg%3E');
}

#Webmenu li a > span, #MainTopSettings li a > span {
    align-items: center;
    display: -webkit-box;
    display: flex;
    text-transform: uppercase;
}

#Webmenu li a:hover,
#Webmenu li:hover,
#Webmenu li.isActiv,
#Webmenu li.isActiv a,
#MainTopSettings li:hover,
#MainTopSettings li a:hover{
    background-color: #E30F16;
    color: #FFFFFF;
}

#SideMenuContainer {
    background-color: #6f6f6f;
    padding-top: .5rem;
}

#SideMenu {
    background-color: #6f6f6f;
    list-style: none;
    min-width: 12rem;
    margin-right: 1rem;
    padding: .75rem 0;
}

#SideMenu a {
    align-items: center;
    background-color: #6f6f6f;
    border: none;
    box-sizing: border-box;
    color: #FFFFFF;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: .5rem .5rem .5rem 2rem;
    text-decoration: none;
    white-space: normal;
}

#SideMenu > li > a:after {
    align-items: center;
    content: "\276f";
    display: -webkit-box;
    display: flex;
    font-size: 120%;
    margin-left: 25px;
    transform: rotate(90deg);
}

#SideMenu > li > a.menuLeaf:after {
    content: "";
}

#SideMenu > li > a.beta::after {
    content: " BETA";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05rem;
    width: auto;
    height: 16px;
    font-size: 11px;
    transform: rotate(0deg);
    align-items: inherit;
    display: inherit;
    margin-left: 0;
}

#SideMenu > li > a.ui-state-active:after {
    content: "\276e";
    transform: rotate(90deg);
}

#SideMenu a.active {
    color: #eaeaea;
    background-color: #E30F16;
}

#SideMenu ul {
    background-color: #6f6f6f;
    display: none;
    list-style: none;
    padding: .75rem 0;
}

#SideMenu ul li {
    border-bottom: 1px solid #6f6f6f;
}

#SideMenu ul li a:hover {
    background-color: #E30F16;
    color: #eaeaea;
}

#SideMenu ul li:last-child {
    border-bottom: none;
}

#SideMenu ul a {
    background: #6f6f6f;
    border: none;
    color: #FFFFFF;
}

#CompanyLogoVersion {
    bottom: .75rem;
    color: #FFFFFF;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    left: .75rem;
    position: absolute;
}

#site-navigation-wrapper {
    padding: 5px;
    position: relative;
    width: 80%;
}

#site-navigation-wrapper .dwAutocomplete.dwCollapsed,
#site-navigation-wrapper .dwAutocompleteBackground.dwCollapsed {
    min-width: 35px;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*#endregion global styling */
/*#region grouping */
.Grouping {
    background-color: #c3d2eb;
    border: 1px solid #7197ca;
    float: left;
    margin: 5px;
    min-height: 130px;
    padding: 5px;
    width: 330px;
}

.Grouping input,
.Grouping select,
.Grouping table {
    width: 100%;
}

.Grouping td {
    padding: 1px;
}

.Grouping .ContentFull2Icons {
    width: 79%;
}

.Grouping .ContentFull1Icons {
    width: 89%;
}

.Grouping input[type="text"].ContentFull1Icons {
    width: 88%;
}

.Grouping table tr td:first-child {
    text-align: right;
    width: 39%;
}

.Grouping table.TableComments tr td:first-child {
    text-align: right;
    width: 16px;
}

.Grouping input[type="checkbox"] {
    float: left;
    width: auto;
}

.Grouping input[type="radio"] {
    width: auto;
}

.Grouping input.AddressCity {
    margin-right: -2%;
    width: 59%;
}

.Grouping input.AddressHouseNumber {
    margin-right: -2%;
    width: 19%;
}

.Grouping input.AddressPostalcode {
    margin-right: 1%;
    width: 35%;
}

.Grouping input.AddressStreet {
    margin-right: 1%;
    width: 75%;
}
/*#endregion grouping */

/*#region common elements */
*[hidden] {
    display: none !important;
}

.transparent-50 {
    opacity: 0.5;
}

/* don't show the arrows on the right site */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type=password],
input[type=search],
input[type=text] {
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
    height: 1.5rem;
    text-indent: .25rem;
}

.Button.disabled {
    cursor: initial;
    pointer-events: none;
}

input[type="button"]:not(.dwIcons):disabled,
button[type="button"]:not(.dwIcons):disabled:not(.ui-datepicker-trigger):not(.IconButton),
.Button:not(.dwIcons).disabled {
    background-color: #E30F16;
    border: none;
    cursor: default;
}

input[type="button"].dwIcons:disabled,
button[type="button"].dwIcons:disabled {
    opacity: 0.5;
}

input[type="text"]:disabled {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
}

input[type=search] {
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2074.3%2074.3%22%20preserveAspectRatio%3D%22xMaxyMid%22%20style%3D%22enable-background%3Anew%200%200%2074.3%2074.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23E30F16%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M13.3%2C60.6c1%2C1%2C2.2%2C1.4%2C3.5%2C1.4s2.5-0.5%2C3.5-1.4l9.1-9.1c3.4%2C2.3%2C7.5%2C3.6%2C11.8%2C3.6c11.7%2C0%2C21.3-9.5%2C21.3-21.3%20%20s-9.5-21.3-21.3-21.3c-11.7%2C0-21.3%2C9.5-21.3%2C21.3c0%2C3.8%2C1%2C7.3%2C2.8%2C10.4l-9.3%2C9.3C11.4%2C55.6%2C11.4%2C58.7%2C13.3%2C60.6z%20M41.2%2C50.8%20%20c-9.3%2C0-16.9-7.6-16.9-16.9c0-9.3%2C7.6-16.9%2C16.9-16.9c9.3%2C0%2C16.9%2C7.6%2C16.9%2C16.9C58.1%2C43.2%2C50.5%2C50.8%2C41.2%2C50.8z%22%20%2F%3E%3C%2Fsvg%3E');
    background-position: right .25rem center;
    background-repeat: no-repeat;
    border-color: #bcbcbc;
    border-radius: 2rem;
    margin-right: 0.5rem;
    padding-right: 2rem;
    text-indent: 1rem;
}

.dwSvgs {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
}

.dwSvgs + span {
    margin-left: .25rem;
}

.dwIcons {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
}

.dwIcons.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.dwIcons.dwTooltip {
    text-decoration: none;
}

input.dwIcons[type=button],
input.dwIcons[type=submit],
.dwIcon-drag-and-drop
{
    border: 0px none;
    cursor: pointer;
    font: inherit;
}

input[type=button].dwCheckbox {
    border: 0px none;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    height: .75rem;
    width: 1.5rem;
}

button.ui-datepicker-trigger {
    /* remove jQuery's default styling */
    background-color: transparent;
    border: none;
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23585858%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Crect%20x%3D%227.2%22%20y%3D%227.9%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%2211.2%22%20y%3D%227.9%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%2215.1%22%20y%3D%227.9%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%223.3%22%20y%3D%2211.8%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%227.2%22%20y%3D%2211.8%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%2211.2%22%20y%3D%2211.8%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%2215.1%22%20y%3D%2211.8%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%223.3%22%20y%3D%2215.8%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%227.2%22%20y%3D%2215.8%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Crect%20x%3D%2211.2%22%20y%3D%2215.8%22%20width%3D%222.6%22%20height%3D%222.6%22%20%2F%3E%09%3Cpath%20d%3D%22M17.7%2C2.6V0h-3.9v2.6H7.2V0H3.3v2.6H0.7V21h19.7V2.6H17.7z%20M15.1%2C1.3h1.3v2.6h-1.3V1.3z%20M4.6%2C1.3h1.3v2.6%20%20%20H4.6V1.3z%20M19%2C19.7H2V6.6H19V19.7z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    height: 1.5rem;
    width: 1rem;
    background-position-y: center;
}

.dwTimepicker + button.ui-datepicker-trigger {
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23585858%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cpath%20d%3D%22M25%2C0C11.2%2C0%2C0%2C11.2%2C0%2C25s11.2%2C25%2C25%2C25s25-11.2%2C25-25S38.8%2C0%2C25%2C0z%20M27.3%2C46.2v-5.4c0-0.3-0.2-0.5-0.5-0.5%20%20%20h-3.5c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v5.4c-9.9-1.1-17.8-9-18.9-18.9h5.4c0.3%2C0%2C0.5-0.2%2C0.5-0.5v-3.5c0-0.3-0.2-0.5-0.5-0.5H3.8%20%20%20c1.1-9.9%2C9-17.8%2C18.9-18.9v5.5c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5h3.5c0.3%2C0%2C0.5-0.2%2C0.5-0.5V3.8c9.9%2C1.1%2C17.8%2C9%2C18.9%2C18.9h-5.4%20%20%20c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v3.5c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5h5.4C45.1%2C37.2%2C37.2%2C45.1%2C27.3%2C46.2z%22%20%2F%3E%09%3Cpath%20d%3D%22M38.4%2C11.2c-0.4-0.4-4.5%2C1.1-5.1%2C1.7s-8%2C10.4-8%2C10.4s-5.4-5-5.8-5.4c-0.4-0.4-4.8-1.3-5.1-1%20%20%20c-0.3%2C0.3%2C0.8%2C4.5%2C1.4%2C5.1c0.6%2C0.6%2C7%2C7%2C8%2C8c1%2C1%2C1.8%2C1.1%2C2.8%2C0c0.9-1.1%2C10.7-13.1%2C11.2-13.6C38.3%2C15.9%2C38.8%2C11.6%2C38.4%2C11.2z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

button.ui-datepicker-trigger:disabled {
    opacity: 0.5;
    cursor: default;
}

.dwIcon-datepicker {
    height: 1rem;
    vertical-align: text-bottom;
    width: 1.25rem;
}

.beta {
    background: #F6A119;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 0 4px;
}

.beta.dwTooltip {
    text-decoration: none;
}

/*#endregion*/

/*#region buttons */
.Button,
.Button.ui-button,
.ui-dialog-buttonset .ui-button {
    background-color: #E30F16;
    border: 1px solid #E30F16;
    border-radius: .25rem;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 1.5rem;
    overflow: visible;
    padding: 0 1.25rem;
    text-align: center;
    text-decoration: none !important;
    zoom: 1;
}

.Button:disabled,
.Button:disabled:focus,
.Button:disabled:hover {
    background-color: #E30F16;
}

.Button:focus,
.Button:hover {
    background-color: #E30F16;
    color: #FFFFFF;
}

.Button.ui-button-text,.ui-button-text {
    display: block;
}

.Button.ReverseButton {
    background-color: white;
    color: #E30F16;
    border: 1px solid #E30F16;
}

.Button.ReverseButton:focus,
.Button.ReverseButton:hover {
    background-color: #E30F16;
    border: 1px solid #E30F16;
    color: white;
}

button.IconButton {
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    height: 1rem;
    width: 1rem;
}

button.IconButton > svg * {
    fill: #585858;
}

button.IconButton:disabled > svg * {
    fill: #bcbcbc;
}

button.Button {
    padding: 0 .5rem;
    display: inline-flex;
    align-items: center;
}

button.Button .dwIcons + span {
    margin-left: .5rem;
}

.custom-combobox {
    display: -webkit-box;
    display: flex;
}

.custom-combobox .Button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1px 0;
    position: relative;
    vertical-align: bottom;
    width: 2rem;
}

span.arrow-down::after {
    content: "\276f";
    font-size: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: .25rem;
    transform: rotate(90deg);
    width: 100%;
}

.dwButtonPanelWrapper {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
}

.dwButtonPanelWrapper > *:first-child {
    -webkit-flex: 1;
    flex: 1;
    flex-basis: auto;
    overflow: auto;
}

.ui-dialog-buttonset,
.dwButtonPanel {
    border-top: 1px solid lightgray;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    margin-top: 0.75rem;
}
.ui-dialog-buttonset > *,
.dwButtonPanel > * {
    margin: .75rem .25rem;
}

/* #endregion buttons*/

/* #region Overviewbox*/
.dwOverviewBoxWrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.dwOverviewBox {
    background-color: white;
    box-shadow: inset 0 0 0 1px #bcbcbc;
    box-sizing: border-box;
    margin: .25rem;
    width: 24rem;
}

.dwOverviewBoxTitle {
    background-color: #585858;
    color: white;
    display: block;
    margin-bottom: .5rem;
    padding: .25rem .5rem;
    text-transform: uppercase;
}

.dwOverviewBoxTable,
.dwOverviewBoxContent {
    box-sizing: border-box;
    padding: .5rem;
    margin-left: 0.5rem;
}

.dwOverviewBoxContent > * {
    margin-top: .25rem;
}

.dwOverviewBox > .dwDataTable,
.dwOverviewBox > div > .dwDataTable {
    padding: 0 .5rem;
}

.dwOverviewBoxTable > div {
    align-items: center;
    display: -webkit-box;
    display: flex;
}

.dwOverviewBoxTable > div > div:first-child {
    width: 39%;
}

.dwOverviewBoxTable > div > div:nth-child(2) {
    display: -webkit-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
}

.dwOverviewBoxTable > div + div {
    padding-top: .25rem;
}

.mandatory-field::before {
    color: red;
    content: "*";
    margin-left: -0.5rem;
    margin-right: 0.25rem;
}

.dwOverviewBoxTable input[type="text"],
.dwOverviewBoxTable input[type=password] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.dwOverviewBoxTable label {
    margin-right: .25rem;
}

.dwOverviewBoxTable .custom-combobox {
    width: 100%;
}

.dwOverviewBoxTable .custom-combobox input {
    min-width: 0;
    width: 100%;
}


.dwOverviewBox .dwDateTime {
    display: -webkit-box;
    display: flex;
}

.dwOverviewBox .dwDateTime > div {
    display: flex;
    margin-right: .5rem;
}

.dwOverviewBox .dwDateTime > *:last-child {
    margin-right: 0;
}

.dwOverviewBox .dwDateTime input.hasDatepicker {
    width: calc(100% - 25px);
}

.dwOverviewBox textarea {
    border: 1px solid #bcbcbc;
    font-family: inherit;
    resize: none;
}

.dwOverviewBoxTable textarea {
    width: 100%;
}

/* #endregion Overviewbox*/
/* #region Bubble*/
.dwBubbleWrapper {
    position: relative;
}

.dwCounterBubble {
    background-color: #013A73;
    border-radius: .25rem;
    color: white;
    font-size: .75rem;
    height: 1rem;
    right: 0;
    padding: 0px .25rem;
    position: absolute;
    text-align: center;
    top: 0;
}
/* #endregion Bubble*/
/* #region Spinner */
.dwSpinnerWrapper {
    position: relative;
}

.dwSpinner {
    align-content: center;
    align-items: center;
    background-color: #bcbcbc;
    display: -webkit-box;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}

.dwSpinner > div > * {
    display: inline-block;
}

.dwSpinner > div > :first-child {
    animation: waiting-move-first .5s ease-out infinite;
}

.dwSpinner > div > :first-child > * {
    animation: transition-opacity .5s ease-out infinite;
    background: #227d90;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
}

.dwSpinner > div > :nth-child(2),
.dwSpinner > div > :nth-child(3) {
    animation: waiting-move-middle .5s linear infinite;
    background: #227d90;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
}

.dwSpinner > div > :last-child {
    animation: waiting-move-last .5s ease-out infinite;
}

.dwSpinner > div > :last-child > * {
    animation: transition-opacity .5s ease-out infinite reverse;
    background: #227d90;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
}

/* #endregion Spinner */

/* #region dwIconTextInput */
.dwIconTextInput {
    width: 100%;
}

.dwIconTextInput > div {
    display: flex;
}

.dwIconTextInput .dwIconTextInputWrapper {
    flex-grow: 1;
    display: flex;
}

.dwIconTextInput .dwIconTextInputWrapper input {
    flex: 1;
}

.dwIconTextInput .dwIconTextInputIconWrapper {
    display: flex;
    align-items: center;
    background-color: #E30F16;
    padding: 4px;
}

.dwIconTextInput .dwIconTextInputIconWrapper input {
    height: 1rem;
    width: 1rem;
}
/* #endregion dwIconTextInput*/

/* #region dwColorSelection */

.dwColorSelection-dialog .flex-row {
    flex-wrap: wrap;
}

.ColorWrapper {
    height: 22px;
    width: 22px;
}

.dwColorSelection-dialog .ColorWrapper {
    margin: 5px;
    cursor: pointer;
}

.ColorWrapper.isSelected {
    box-sizing: border-box;
    padding: 1px;
    border: 2px solid #005faa;
}

.ColorBlock {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid gray;
}

.ColorTransparentLine {
    transform: rotate(45deg);
    height: 28px;
    width: 2px;
    background-color: red;
    margin: -4px 0 0 9px;
}

.ColorWrapper.isSelected .ColorTransparentLine {
    height: 19px;
    margin: -2px 0 0 6px;
}

/* #endregion dwColorSelection */

/* #region dwNumeric */

.dwNumeric + [data-currency] {
    display: inline-block;
}

    .dwNumeric + [data-currency]::after {
        color: #BCBCBC;
        margin-left: -13px;
        padding-right: 10px;
    }

.dwNumeric + [data-currency="EUR"]::after {
    content: "€";
}

/* #endregion dwNumeric */

/* #region dwTextarea */

.dwTextarea .dwTextarea-input {
    border-color: #bcbcbc;
    padding: .25rem;
    box-sizing: border-box;
}

.dwTextarea .dwTextarea-limit {
    display: flex;
    justify-content: flex-end;
    color: #bcbcbc;
}

.dwTextarea .NoteText {
    width: 100%;
    resize: none;
}
/* #endregion dwTextarea */

/* #region passwordPolicy */
.passwordPolicy ul {
    margin-left: 1.5rem;
}
/* #endregion passwordPolicy */
.dwBasicDialog {
    background-color: white;
    left: 0;
    outline: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

.dwBasicDialog .dwBasicDialog-titlebar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 1.5rem;
    padding: 0.25rem 0.5rem;
    background-color: #bcbcbc;
    color: white;
}

.dwBasicDialog-button {
    background-color: #1e9fb4;
    border: none;
    border-radius: 1rem;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 1.5rem;
    overflow: visible;
    padding: 1px 2rem;
    text-align: center;
    text-decoration: none !important;
    zoom: 1;
}

.dwBasicDialog-button.dwBasicDialog-titlebar-close {
    background-color: transparent;
}

.dwBasicDialog-button-text {
    display: block;
}

.dwBasicDialog-button-wrapper {
    border-top: 1px solid lightgray;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
}

.dwBasicDialog-button-wrapper > button {
    margin: 1rem 0.5rem;
    padding: 0 1.5rem;
}

.dwBasicDialog-content {
    border: 0;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    padding: 0.5rem;
}

.dwBasicDialog-draggable .dwBasicDialog-titlebar {
    cursor: move;
}

.dwBasicDialog-overlay {
    background: #aaa;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dwBasicDialog-title {
    align-items: center;
    display: flex;
    padding-right: .5rem;
}

.dwBasicDialog-title-icon {
    margin-right: 0.5rem;
}

.dwDialog {
    border: 1px solid #bcbcbc;
    padding: initial;
}

.dwDialog .ui-dialog-title .dwIcons {
    display: block;
    height: 1.5rem;
    margin-right: .5rem;
    margin-right: .5rem;
    width: 1rem;
}

.dwDialog .MessagesWrapper:first-child {
    border-bottom: 1px solid lightgray;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0 -.5rem;
    padding: .5rem .5rem;
}

.dwIcon-close {
    height: 1rem;
}

.ui-dialog {
    background-color: white;
    left: 0;
    outline: 0;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-titlebar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .25rem .5rem;
    padding-right: .25rem;
    background-color: #004B8A;
    color: white;
}
.ui-dialog .ui-dialog-title {
    align-items: center;
    display: flex;
    padding-right: .5rem;
}
.ui-dialog .ui-dialog-titlebar-close {
    margin-right: .25rem;
    padding: 1px;
}
.ui-dialog .ui-dialog-content {
    border: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 .5rem .5rem;
    position: relative;
}
.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-front {
    z-index: 100;
}

.dwDialogContentWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dwDialogContent {
    flex: 1;
    flex-basis: auto;
    min-height: 0;
    padding-top: .5rem;
}

.dwDialogContent .title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

/*included in main.tt*/
/*included in public.tt*/
/*todo: can be deleted if all jQueryDialogs are dwBasicDialogs*/

.ui-front {
    z-index: 100;
}

.ui-dialog {
    background-color: white;
    left: 0;
    outline: 0;
    position: absolute;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog .ui-dialog-titlebar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .25rem .5rem;
    padding-right: .25rem;
    background-color: #bcbcbc;
    color: white;
}

.ui-dialog .ui-dialog-title {
    align-items: center;
    display: flex;
    padding-right: .5rem;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-right: .25rem;
    padding: 1px;
}

.Button.ui-button-text, .ui-button-text {
    display: block;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 .5rem .5rem;
    position: relative;
}

.ui-dialog-buttonset,
.dwButtonPanel {
    border-top: 1px solid lightgray;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    margin-top: .75rem;
}

.ui-button {
    background-color: #1e9fb4;
    border: none;
    border-radius: 1rem;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 1.5rem;
    overflow: visible;
    padding: 1px 2rem;
    text-align: center;
    text-decoration: none !important;
    zoom: 1;
}

.ui-button.ui-dialog-titlebar-close {
    background-color: transparent;
}

.ui-dialog-buttonset > *, .dwButtonPanel > * {
    margin: 1rem .5rem;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*#region dwSingleSelection */

.dwSingleSelectionTxtBox {
    display: flex;
    width: 100%;
}

.dwSingleSelectionTxtBox > div {
    display: flex;
    align-items: center;
}

.dwSingleSelectionOpened .dwSingleSelectionTxtBox > div {
    z-index: 1;
}

.dwSingleSelectionTxtBox > div + div {
    flex-shrink: 0;
}

.dwSingleSelectionTxtBox .dwSingleSelectionElementWrapper {
    background-color: #fff;
    border: thin solid #bcbcbc;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    flex-grow: 1;
}

.dwSingleSelectionWrapper.disabled .dwSingleSelectionElementWrapper {
    background-color: #eaeaea;
}

.dwSingleSelectionTxtBox .dwSingleSelectionElementWrapper > * {
    padding-left: 0.25rem;
}

.dwSingleSelectionOpened .dwSingleSelectionElementWrapper {
    background-color: #ffffff;
}

.dwSingleSelectionTxtBox input[type="text"] {
    border: none;
    height: 1.25rem;
    text-indent: 0;
    width: 100%;
}

.dwSingleSelectionTxtBox .Button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    position: relative;
    width: 1.5rem;
}

.dwSingleSelectionList {
    background-color: white;
    border: 1px solid #bcbcbc;
    min-height: 30px;
}

.dwSingleSelectionList[data-direction="down"] {
    border-top-width: 0;
    margin-top: -0.8rem;
    padding-top: 0.8rem;
}

.dwSingleSelectionList[data-direction="up"] {
    border-bottom-width: 0;
    padding-bottom: 0.8rem;
}

.dwSingleSelectionList > ul {
    max-height: 200px;
    overflow: auto;
}

.dwSingleSelectionList > ul > li {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    padding: .5rem;
}

.dwSingleSelectionList > ul > li.disabled {
    cursor: initial;
    opacity: 0.5;
}

.dwSingleSelectionList > ul > li:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.dwSingleSelectionList > ul > li:last-child {
    border-bottom: none;
}

.dwSingleSelectionList > ul > li.hover {
    background-color: #d2d2d2;
    color: black;
}

.dwSingleSelectionListIcons {
    display: flex;
    flex-shrink: 0;
}

.dwSingleSelectionListIcons:empty {
    display: none;
}

.dwSingleSelectionListIcons > * {
    height: 1rem;
    flex-shrink: 0;
}

.dwSingleSelectionListIcons > * + * {
    margin-left: 0.25rem;
}

.dwSingleSelectionListIcons:not(:empty) + span {
    margin-left: 0.5rem;
}

.dwSingleSelectionList > ul > li.selected span {
    color: #013A73;
}

.dwSingleSelectionList > ul > li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.mapPin-selection.dwSingleSelectionWrapper .dwSingleSelectionList .dwIcons {
    width: 1.25rem;
    height: 1.25rem;
}

/*#endregion dwSingleSelection */

.MessagesWrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    margin-right: 2rem;
}

.MessagesWrapper .dwIcons,
.dwMessageList .dwIcons {
    height: 1.25rem;
    margin: 5px;
    width: 1.5rem;
}

.dwMessageBox {
    border-radius: .25rem;
    border: 1px solid;
    display: flex;
    margin-right: .5rem;
    cursor: pointer;
}

.MessageContent {
    align-items: center;
    background-color: white;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    flex: 1 0 auto;
    padding-left: 5px;
}

.MessageContent > div {
    max-width: 15rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.dwErrorBox {
    background-color: #ca1517;
    border-color: #ca1517;
}

.dwSuccessBox {
    background-color: #46ad43;
    border-color: #46ad43;
}

.dwNoteBox {
    background-color: #eee;
    border-color: #999;
}

.dwHintBox, .dwSpinnerBox {
    background-color: #f6a119;
    border-color: #f6a119;
}

.dwCounterButton {
    border-radius: 10px;
    color: white;
    margin: 5px;
    padding: 3px;
    text-align: center;
    width: 15px;
    cursor: pointer;
}

.dwErrorBox .dwCounterButton {
    background-color: #ca1517;
}

.dwHintBox .dwCounterButton {
    background-color: #f6a119;
}

.dwNoteBox .dwCounterButton {
    background-color: #eee;
    color: black;
}

.dwSuccessBox .dwCounterButton {
    background-color: #46ad43;
}

.dwMessageList > li {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    padding: 5px 10px;
}

.dwMessageList > li > *:first-child {
    flex: 1;
}

.dwMessageList > li:nth-child(2n) {
    background-color: white;
}

.dwMessageList > li:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.dwSpinnerBox {
    height: 30px;
}
.ImgButton {
    cursor: pointer;
}

.TopArea > img {
    height: 50%;
}

#LeftSideArea > div:first-child {
    background-color: #FFFFFF;
}

#RightSideArea > div:first-child {
    background-color: #FFFFFF;
}

#ContentMenuWrapper {
    display: flex;
    flex-direction: column-reverse;
}

#ContentWrapper > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#BackgroundLogin {
    align-items: center;
    background: url("login-background.jpg") no-repeat;
    background-size: cover;
    display: flex;
    flex: 1;
    flex-basis: auto;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
}

#BackgroundLogin > div.ui-dialog {
    left: auto !important;
    margin: 0 20px;
    position: relative !important;
    top: auto !important;
    width: 350px;
    height: 275px;
}

#ContactArea {
    align-items: center;
    background-color: eaeaea;
    color: #bcbcbc;
    display: flex;
    height: 3.8em;
    justify-content: center;
}

#ContactArea > div {
    border-right: 1px solid #bcbcbc;
}

#ContactArea > div:last-child {
    border-right: none;
}

#ContactArea a {
    margin: 1em;
    color: #bcbcbc;
}

#NewsContent {
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    padding: 10px;
}

.NewsBox {
    display: flex;
    flex: 1;
    margin-right: 10px;
}

.NewsImage {
    flex-shrink: 0;
    margin-right: 10px;
}

.NewsTitle {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 10px;
}

#NewsImageMain {
    margin: 0 auto;
    width: 960px;
            height: 293px;
    }

.dwEntryContainer {
    flex: 1;
    flex-basis: auto;
    margin-top: 1em;
    overflow-y: auto;
}

.dwEntryContainer > div {
    background-color: white;
    border: 1px solid white;
}

.dwEntryContainer > div:not(:first-child) {
    margin-top: 1em;
}


.dwEntryContainer > div > div:first-child {
    background-color: #585858;
    color: white;
    padding: 5px;
    display: flex;
}

.dwEntryContainer > div > div:first-child > div:first-child {
    flex-grow: 2;
}

.dwEntryContainer > div > div:nth-child(2) > div {
    align-items: center;
    display: flex;
    margin: .5em 0;
    min-height: 4.5ex;
    width: 100%;
}

.dwEntryContainer > div > div:nth-child(2) > div:nth-child(2n) {
    background-color: white;
}

.dwEntryContainer > div > div:nth-child(2) > div:nth-child(2n+1) {
    background-color: #F3F3F3;
}

.dwEntryContainer > div > div:nth-child(2) > div > div:first-child {
    padding-left: 15px;
    width: 33%;
}

.dwEntryContainer > div > div:nth-child(2) > div > div:nth-child(2) label,
.dwEditFilterEntry > label {
    display: inline-block;
    margin: 5px 10px 5px 0;
    white-space: nowrap;
}

.dwEntryContainer > div > div:nth-child(2) > div > div input:not(:first-child) {
    margin-left: 5px;
}

.dwEntryContainer input[type="text"] {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.dwEntryContainer > div > div:nth-child(2) > div > div:nth-child(2) {
    padding-right: 10px;
    width: 45%;
}

.dwEntryContainer > div > div:nth-child(2) > div > div:nth-child(3) {
    padding-right: 5px;
    white-space: nowrap;
}

.dwEntryContainer > div > div:nth-child(2) > div > div:nth-child(2) > div {
    align-items: center;
    display: flex;
    width: 100%;
}

.dwEntryContainer .StreetHouseNumber input[type="text"]:first-child {
    flex-basis: 87%;
}

.dwEntryContainer .StreetHouseNumber input[type="text"]:nth-child(2) {
    flex-basis: 13%;
}

.dwEntryContainer .ZipCity input[type="text"]:first-child {
    flex-basis: 20%;
}

.dwEntryContainer .ZipCity input[type="text"]:nth-child(2) {
    flex-basis: 80%;
}

.dwEntryContainer > div:first-child .dwOverviewBoxTable > div:last-child > div:last-child {
    align-items: center;
}

.dwEntryContainer > div:first-child .dwOverviewBoxTable > div:last-child > div:last-child > img {
    height: 16px;
    margin-left: 1em;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: #d2d2d2;
}

.ui-autocomplete {
    background-color: white;
    border: 1px solid lightgray;
    max-height: 420px;
    overflow: auto;
    position: absolute;
}

/* Für Autocomplete DropDown, muss verbessert werden */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*#region LOGIN WIZARD START*/
.login-wizard.dwWizard-dialog.dwDialog .MessagesWrapper:first-child {
    width: 740px;
}

.login-wizard.dwWizard-dialog.dwDialog .dwDialogContent {
    padding-top: 0;
}

.login-wizard .dwWizard-content {
    width: 700px;
}

.login-wizard .dwWizard-side-info {
    width: 260px;
    display: grid;
}

.dwWizard-content .billing-information {
    width: 100%;
    margin: 0;
}

.dwWizard-content .billing-information > div,
.dwWizard-content > div > div {
    width: 70%;
    margin-top: 4px;
}

.dwWizard-content .full-width,
.dwWizard-content .billing-information .full-width {
    width: 100%;
    margin-top: 4px;
}

.dwWizard-content .billing-information input[type=text]:disabled {
    color: transparent;
}

.login-wizard input[type=text] {
    width: 100%;
    margin: 2px 0;
}

.login-wizard .checkbox-wrapper {
    width: 75%;
    display: flex;
    align-items: center;
}

.login-wizard .checkbox-wrapper > label {
    margin: 0 10px;
    line-height: 11pt;
}

.login-wizard .header {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 22px;
}

.login-wizard .sub-header {
    padding-bottom: 15px;
    margin-top: -5px;
}

.login-wizard .header-two {
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 10px 0;
}

.login-wizard .hint-text-wrapper {
    display: flex;
    justify-content: space-between;
}

.login-wizard .hint-text-wrapper > div:first-child {
    width: 75%;
}

.login-wizard .hint-text-wrapper > div:nth-child(2) {
    color: #bcbcbc;
    font-style: italic;
    width: 30%;
    padding-left: 8px;
    line-height: 15px;
}

.login-wizard .active-font {
    color: #1e9fb4;
}

.login-wizard .inactive-font {
    color: #bcbcbc;
}

.hint-text-in-foreground {
    z-index: 1;
}

#personal-title-wrapper,
#dako-sales-partner-wrapper,
#address-wrapper {
    display: flex;
}

#dako-sales-partner-wrapper {
    height: 3.7ex;
}

#dako-sales-partner-wrapper input[type=text][name='SalesPartner'] {
    width: 50%;
}

#company-name-wrapper {
    padding: 10px 0;
}

#billing-address-wrapper {
    margin-left: 10px;
}

.city-postal-code-wrapper, .street-house-number-wrapper {
    display: flex;
}

.city-postal-code-wrapper > input:first-child {
    width: 33%;
    margin-right: 5px;
}

.street-house-number-wrapper > input:nth-child(2) {
    width: 33%;
    margin-left: 5px;
}

#account-name-wrapper {
    display: flex;
    padding-bottom: 10px;
}

#account-name-wrapper div {
    margin: 5px 2px;
}

#account-name-wrapper input {
    text-transform: uppercase;
    margin-left: 2px;
    margin-right: 2px;
}

#personal-title-wrapper > div {
    margin-right: 20px;
    padding: 3px 0;
    display: flex;
}

#personal-title-wrapper > div > div {
    padding-top: 2px;
    margin-right: 10px;
}

#personal-title-wrapper > div > div {
    margin-right: 10px;
}

#vat-tax-number-wrapper {
    display: flex;
    justify-content: space-between;
}

#vat-tax-number-wrapper > div:first-child {
    display: flex;
}

#choose-vat-nr, #choose-tax-number {
    display: flex;
    border: 1px solid #1e9fb4;
    color: #1e9fb4;
    height: 20px;
    cursor: pointer;
    padding: 2px 6px;
    background-color: #d4dfe0;
}

#choose-vat-nr {
    border-radius: 5px 0 0 5px;
}

#choose-tax-number {
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

.inactive#choose-vat-nr, .inactive#choose-tax-number {
    border: 1px solid #bcbcbc;
    color: #bcbcbc;
    background-color: white;
}

#choose-vat-nr > div, #choose-tax-number > div {
    margin: auto 2px auto 0px;
    max-width: 9em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#vat-tax-number-wrapper > div:nth-child(2) {
    width: 55%;
}

#tax-number-wrapper {
    position: relative;
    height: 100%;
}

#tax-number-wrapper > div {
    display: flex;
    margin-top: 2px;
    margin-left: 7px;
    position: absolute;
    pointer-events: none;
    right: 0;
}

#tax-number-wrapper > div > div {
    border: 1px solid darkgray;
    height: 20px;
    width: 10px;
    margin: 0 1.5px;
    flex-shrink: 0;
}

#tax-number-wrapper > div > #hide-last-space {
    pointer-events: all;
    border-color: transparent;
    background-color: white;
    height: 20px;
    width: 13px;
    margin: 0 -1px;
}

.login-wizard input[type=text][name='Tax'] {
    letter-spacing: 7.7px;
    border-color: transparent;
    margin: 0 0 2px 9px;
    font-family: Courier New, monospace;
    position: absolute;
    text-indent: 0.1em;
    height: 28px;
    right: 4px;
    width: 200px;
}

.login-wizard input[type=text][name='Tax']::-ms-clear {
    display: none;
}

.login-wizard input[type=text][name='VatId'] {
    width: 95%;
    margin-left: 10px;
}

.login-wizard .side-info-top-header {
    color: white;
    font-size: 20px
}

.login-wizard .side-info-bottom-header {
    color: #1e9fb4;
}

.login-wizard .side-info-bottom {
    color: white;
}

#show-price-list {
    padding-right: 5px;
}

#finished-wrapper > div {
    padding: 10px 0;
}

#check-circle-wrapper {
    display: flex;
    padding-bottom: 20px;
}

#check-circle {
    border: 3px solid #1e9fb4;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

#check-circle .dwIcons.dwIcon-check-active {
    height: 20px;
    width: 20px;
    margin: 5px;
}

#check-circle .active-font {
    font-size: large;
}

#check-circle-wrapper .active-font {
    font-size: large;
    font-weight: bold;
    padding: 5px 10px;
}

#validate-spinner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.login-wizard .single-line {
    display: flex;
}

.login-wizard .single-line > div {
    flex: 1;
}

.login-wizard .single-line > div:first-child {
    margin-right: 3px;
}

.login-wizard .single-line > div:last-child {
    margin-left: 3px;
}

.login-wizard input[name='FirmNameSufix'] {
    width: 23%;
}

@keyframes transition-opacity {
    from { opacity: 0 } to { opacity: 1 }
}

@keyframes waiting-move-first {
    from { transform: translateX(-8px) } to { transform: translateX(8px) }
}

@keyframes waiting-move-middle {
    from { transform: translateX(0) } to { transform: translateX(8px) }
}

@keyframes waiting-move-last {
    from { transform: translateX(0) } to { transform: translateX(8px) }
}
/*#endregion LOGIN WIZARD END*/

.dwIcon-close { background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2046%2046%22%20style%3D%22enable-background%3Anew%200%200%2046%2046%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20%23585858%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2236.8%2C46%2023%2C32.2%209.2%2C46%200%2C36.8%2013.8%2C23%200%2C9.2%209.2%2C0%2023%2C13.8%2036.8%2C0%2046%2C9.2%2032.2%2C23%2046%2C36.8%20%22%20%2F%3E%3C%2Fsvg%3E'); }
.dwIcon-help { background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20white%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M256%20512c141.4%200%20256-114.6%20256-256S397.4%200%20256%200S0%20114.6%200%20256S114.6%20512%20256%20512zM169.8%20165.3c7.9-22.3%2029.1-37.3%2052.8-37.3h58.3c34.9%200%2063.1%2028.3%2063.1%2063.1c0%2022.6-12.1%2043.5-31.7%2054.8L280%20264.4c-.2%2013-10.9%2023.6-24%2023.6c-13.3%200-24-10.7-24-24V250.5c0-8.6%204.6-16.5%2012.1-20.8l44.3-25.4c4.7-2.7%207.6-7.7%207.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4%200-6.4%202.1-7.5%205.3l-.4%201.2c-4.4%2012.5-18.2%2019-30.6%2014.6s-19-18.2-14.6-30.6l.4-1.2zM288%20352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32s32%2014.3%2032%2032z%22%20%2F%3E%3C%2Fsvg%3E'); }
.dwIcon-hint { background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2046%2046%22%20style%3D%22enable-background%3Anew%200%200%2046%2046%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20white%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cg%3E%09%09%3Cg%3E%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3891.8%2C252.9c-12.7%2C0-23%2C10.3-23%2C23c0%2C12.7%2C10.3%2C23%2C23%2C23c12.7%2C0%2C23-10.3%2C23-23%20%20%20%20%20C3914.8%2C263.2%2C3904.5%2C252.9%2C3891.8%2C252.9z%20M3891.8%2C295.5c-10.8%2C0-19.6-8.8-19.6-19.6c0-10.8%2C8.8-19.6%2C19.6-19.6%20%20%20%20%20c10.8%2C0%2C19.6%2C8.8%2C19.6%2C19.6C3911.4%2C286.7%2C3902.6%2C295.5%2C3891.8%2C295.5z%22%20%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg%3E%09%09%3Crect%20x%3D%223888.1%22%20y%3D%22281.3%22%20class%3D%22st0%22%20width%3D%227.3%22%20height%3D%227.3%22%20%2F%3E%09%09%3Crect%20x%3D%223888.1%22%20y%3D%22263.1%22%20class%3D%22st0%22%20width%3D%227.3%22%20height%3D%2214.6%22%20%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M28%2C35.3c0%2C0.4-0.1%2C0.5-0.5%2C0.5h-9c-0.4%2C0-0.5-0.1-0.5-0.5V33c0-0.4%2C0.1-0.5%2C0.5-0.5h2.3V21.6h-2.3%20%20%20%20c-0.4%2C0-0.5-0.1-0.5-0.5v-2.3c0-0.4%2C0.1-0.5%2C0.5-0.5h6.3c0.4%2C0%2C0.5%2C0.1%2C0.5%2C0.5v13.7h2.3c0.4%2C0%2C0.5%2C0.1%2C0.5%2C0.5V35.3z%20M23%2C16%20%20%20%20c-1.6%2C0-2.9-1.3-2.9-2.9c0-1.6%2C1.3-2.9%2C2.9-2.9c1.6%2C0%2C2.9%2C1.3%2C2.9%2C2.9C25.9%2C14.7%2C24.6%2C16%2C23%2C16z%22%20%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M23%2C0C10.3%2C0%2C0%2C10.3%2C0%2C23c0%2C12.7%2C10.3%2C23%2C23%2C23s23-10.3%2C23-23C46%2C10.3%2C35.7%2C0%2C23%2C0z%20M23%2C42.6%20%20%20%20C12.2%2C42.6%2C3.4%2C33.8%2C3.4%2C23C3.4%2C12.2%2C12.2%2C3.4%2C23%2C3.4S42.6%2C12.2%2C42.6%2C23C42.6%2C33.8%2C33.8%2C42.6%2C23%2C42.6z%22%20%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }
.dwIcon-successful { background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Ebene_1%22%20x%3D%220%22%20y%3D%220%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20white%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M8%200C3.6%200%200%203.6%200%208s3.6%208%208%208%208-3.6%208-8-3.6-8-8-8zm0%2014.7A6.7%206.7%200%20118%201.3a6.7%206.7%200%20010%2013.4z%22%20class%3D%22st0%22%20%2F%3E%3Cpath%20d%3D%22M7.4%209.5l-1.9-2-1%201%203.1%203L12%205.4l-1-.8z%22%20class%3D%22st0%22%20%2F%3E%3C%2Fsvg%3E'); }
.dwIcon-warning { background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2046%2046%22%20style%3D%22enable-background%3Anew%200%200%2046%2046%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20white%3B%7D%3C%2Fstyle%3E%3Cg%3E%09%3Cg%3E%09%09%3Cg%3E%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M3891.8%2C252.9c-12.7%2C0-23%2C10.3-23%2C23c0%2C12.7%2C10.3%2C23%2C23%2C23c12.7%2C0%2C23-10.3%2C23-23%20%20%20%20%20C3914.8%2C263.2%2C3904.5%2C252.9%2C3891.8%2C252.9z%20M3891.8%2C295.5c-10.8%2C0-19.6-8.8-19.6-19.6c0-10.8%2C8.8-19.6%2C19.6-19.6%20%20%20%20%20c10.8%2C0%2C19.6%2C8.8%2C19.6%2C19.6C3911.4%2C286.7%2C3902.6%2C295.5%2C3891.8%2C295.5z%22%20%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg%3E%09%09%3Crect%20x%3D%223888.1%22%20y%3D%22281.3%22%20class%3D%22st0%22%20width%3D%227.3%22%20height%3D%227.3%22%20%2F%3E%09%09%3Crect%20x%3D%223888.1%22%20y%3D%22263.1%22%20class%3D%22st0%22%20width%3D%227.3%22%20height%3D%2214.6%22%20%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%09%3Cg%3E%09%09%3Cg%3E%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M23%2C0C10.3%2C0%2C0%2C10.3%2C0%2C23c0%2C12.7%2C10.3%2C23%2C23%2C23s23-10.3%2C23-23C46%2C10.3%2C35.7%2C0%2C23%2C0z%20M23%2C42.6%20%20%20%20%20C12.2%2C42.6%2C3.4%2C33.8%2C3.4%2C23C3.4%2C12.2%2C12.2%2C3.4%2C23%2C3.4S42.6%2C12.2%2C42.6%2C23C42.6%2C33.8%2C33.8%2C42.6%2C23%2C42.6z%22%20%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%09%3Cg%3E%09%09%3Crect%20x%3D%2219.3%22%20y%3D%2228.5%22%20class%3D%22st0%22%20width%3D%227.3%22%20height%3D%227.3%22%20%2F%3E%09%09%3Crect%20x%3D%2219.3%22%20y%3D%2210.2%22%20class%3D%22st0%22%20width%3D%227.3%22%20height%3D%2214.6%22%20%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }
.dwIcon-delete-message { background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Ebene_1%22%20x%3D%220%22%20y%3D%220%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%23BCBCBC%3B%7D%20.st1%20%7B%20fill%3A%20%23fff%3B%20%7D%3C%2Fstyle%3E%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20class%3D%22st2%22%20%2F%3E%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20class%3D%22st1%22%20%2F%3E%20%20%20%20%3Cpath%20d%3D%22M11.5%205.5l-1-1L8%206.9%205.5%204.5l-1%201L6.9%208l-2.4%202.5%201%201L8%209.1l2.5%202.4%201-1L9.1%208z%22%20class%3D%22st0%22%20%2F%3E%3C%2Fsvg%3E'); }
.dwIcon-check-bright { background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20%231e9fb4%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22New_Symbol_125%22%3E%3C%2Fg%3E%3Cg%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M6.8%2C19.2l-6.4-7.2c-0.7-0.7-0.5-1.8%2C0.3-2.4c0.8-0.6%2C2.1-0.5%2C2.7%2C0.3l3.3%2C3.7l9.8-12c0.6-0.8%2C1.8-0.9%2C2.7-0.4%20%20%20c0.9%2C0.6%2C1.1%2C1.6%2C0.4%2C2.4L6.8%2C19.2L6.8%2C19.2z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }
.dwIcon-check-active { background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20%231e9fb4%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22New_Symbol_125%22%3E%3C%2Fg%3E%3Cg%3E%09%3Cpath%20class%3D%22st0%22%20d%3D%22M6.8%2C19.2l-6.4-7.2c-0.7-0.7-0.5-1.8%2C0.3-2.4c0.8-0.6%2C2.1-0.5%2C2.7%2C0.3l3.3%2C3.7l9.8-12c0.6-0.8%2C1.8-0.9%2C2.7-0.4%20%20%20c0.9%2C0.6%2C1.1%2C1.6%2C0.4%2C2.4L6.8%2C19.2L6.8%2C19.2z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }
.dwIcon-close-white { background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2046%2046%22%20style%3D%22enable-background%3Anew%200%200%2046%2046%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20white%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2236.8%2C46%2023%2C32.2%209.2%2C46%200%2C36.8%2013.8%2C23%200%2C9.2%209.2%2C0%2023%2C13.8%2036.8%2C0%2046%2C9.2%2032.2%2C23%2046%2C36.8%20%22%20%2F%3E%3C%2Fsvg%3E'); }
.dwIcon-close-inactive { background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2046%2046%22%20style%3D%22enable-background%3Anew%200%200%2046%2046%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20%23bcbcbc%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2236.8%2C46%2023%2C32.2%209.2%2C46%200%2C36.8%2013.8%2C23%200%2C9.2%209.2%2C0%2023%2C13.8%2036.8%2C0%2046%2C9.2%2032.2%2C23%2046%2C36.8%20%22%20%2F%3E%3C%2Fsvg%3E'); }
.dwIcon-player-playpause-active { background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.0%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%2A%7Bfill%3A%20%231e9fb4%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M45.8%2C0H4.2C1.9%2C0%2C0%2C1.9%2C0%2C4.2v41.6C0%2C48.1%2C1.9%2C50%2C4.2%2C50h41.6c2.3%2C0%2C4.2-1.9%2C4.2-4.2V4.2%20%20C50%2C1.9%2C48.1%2C0%2C45.8%2C0z%20M10.7%2C32.9V16.7l14%2C8.1L10.7%2C32.9z%20M31.4%2C33.3h-4V16.7h4V33.3z%20M39.3%2C33.3h-4V16.7h4V33.3z%22%20%2F%3E%3C%2Fsvg%3E'); }


