/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Source+Sans+Pro:400,600,700');*/

*, *::before, *::after {box-sizing: border-box;}



:root {
    --color-main: rgba(20,27,77,1);
    --color-premiumblau: rgba(20,27,77,1);
    --color-koenigsblau: rgba(52,99,167,1);
    --color-alpenblau: rgba(0,176,226,1);
    --color-eisblau: rgba(162,217,242,1);
    --color-eisblaupastell: rgba(212,237,252,1);
    --color-eisblaupastell50: rgba(234,246,254,1);
    --color-mint: rgba(139,203,183,1);
    --color-mintpastell: rgba(203,230,225,1);
    --color-flieder: rgba(188,163,206,1);
    --color-fliederpastell: rgba(221,209,233,1);
    --color-pfirsich: rgba(246,177,174,1);
    --color-pfirsichpastell: rgba(251,218,211,1);
    --color-gelb: rgba(251,239,116,1);
    --color-gelbpastell: rgba(255,249,199,1);
    --color-white: #fff;
    --color-black: #222;
    --color-lightgrey: #C3C5D2;
    --color-darkgrey: rgba(112,112,112,1);
    --color-lightgrey30: rgba(195,197,210,0.3);
    --color-disabled-color: #F9F9FB;
    --color-disabled-border: #C3C5D2;
    --color-warning: #ff0000;
    --shadow-kwa: 0 9px 24px rgb(0 20 60 / 15%);
    --shadow-negative-kwa: 0 -9px 24px rgb(0 20 60 / 15%);
    --space-4xlarge: 180px;
    --space-3xlarge: 108px;
    --space-2xlarge: 90px;
    --space-xlarge: 72px;
    --space-large: 54px;
    --space-medium: 42px;
    --space-small: 36px;
    --space-xsmall: 24px;
    --space-2xsmall: 16px;
    --space-3xsmall: 8px;
    --mainheader-height: 86px;
    --mobilenavfooter-height: 74px;
    --heropagination-height: 36px;
    --transition-timing-function: cubic-bezier(0.25,0.1,0.25,0.99);
}

div#Header {
    box-shadow: var(--shadow-kwa);
}


.smalllisticon, .smalllisticonactive, .xlthumbsicon, .xlthumbsiconactive, .smallthumbsicon, .smallthumbsiconactive, .largethumbsicon, .largethumbsiconactive, .stripicon, .stripiconactive {
    box-sizing: content-box;
}

.kwa-login #UICenter {
    background-image: url(../gfx/login-bg.jpg);
    background-size: cover;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;*/
}

.kwa-login h1 {
    display: none;
}

.kwa-login #account_apply {
    display: none;
}

.kwa-login div#Footer {
    display: none;
}


#login_box {
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 1px 10px 1px rgba(0,0,0,0.25);
    display: inline-block;
    background: var(--color-white);
}

#login_box, #login_box h1, #login_box a {
    color: var(--color-premiumblau);
}

#login_box .Question.KeepLoggedIn {
    display: none;
}

#login_box .QuestionSubmit {
    float: none;
    margin-top: 30px;
    padding: 0;
    width: 100%;
    display: block;
}

#login_box .QuestionSubmit input {
    display: inline-flex;
    font-size: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 0;
    border-radius: 5px;
    padding: 0;
    min-height: 48px;
    background: var(--color-alpenblau);
}



#login_box .Question.HalfWidth {
    display: none;
}

#login_box .Question input[type=text], 
#login_box .Question input[type=password], 
#login_box textarea {
    background-color: #f9f9f9;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    min-height: 48px;
    width: 100%;
}

/*
.kwa-login div#Header {
    display: none;
}



.kwa-login p:nth-of-type(2) {
    background: url('../gfx/linkedheaderimgsrc.svg');
    height: 64px;
    background-repeat: no-repeat;
    background-position-x: 47px;
    margin-bottom: 15px;
    padding: 0;
}



.kwa-login #account_pw_reset {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    transition: all 0.2s ease 0s;
}

.kwa-login #account_pw_reset:hover {
    text-decoration: none;
    font-weight: 700;
}

.kwa-login label {
    
    color: #fff;
}

.kwa-login #CentralSpaceLogin {
    margin: 0;
    padding: 0;
    width: 300px;
    text-align: left;
    top: unset;
    transform: unset;
}

.kwa-login .Question {
    padding: 10px 0;
    background: no-repeat;
    border: none;
}

.kwa-login .QuestionSubmit {
    background: none;
    border: none;
    padding: 30px 0 15px 0;
}

.kwa-login #username, .kwa-login #password {
    padding: 15px 25px;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.25);
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
    height: auto;
    text-align: center;
}

.kwa-login .Question:nth-of-type(3) {
    display: none !important;
}
*/

/*.kwa-login label[for="remember"] {
    display: block;
    color: #fff;
    line-height: 17px;
    font-size: 17px;
    width: 80%;
    font-weight: 400;
} */


/*

.kwa-login input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #274599;
    color: #fff;
    border: 1px solid #274599;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    margin: 0;
}

*/
.kwa-login .FormIncorrect {
    background: rgba(255,0,0,0.75);
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid rgba(255,0,0,0.75);
}



.kwa-login div#LoginHeader {
    background: transparent;
}


#HeaderImg {
    padding-top: 4px;
}



/* Tile-Menu */

.TileNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.TileNav li {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
    position: relative;
    word-break: break-word;
    line-height: 1.1;
    font-size: 16px;
}

.TileNav a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.TileNav .fa {
    font-size: 32px;
    padding-bottom: 0px;
}

.TileNav a br {
    display: none;
}

.clearerleft {
    clear: both;
    padding-bottom: 0;
    margin-top: 20px;
}




#modal .BasicsBox, #modal #CollapsibleSections {
    margin: 0;
    padding: 20px 25px;
}

#modal .RecordHeader h1 {
    padding: 6px 0 20px;
    font-size: 21px;
}


.collapsed:before, 
.expanded:before {
    margin-right: 5px;
    /*display: block;*/
}

h3.CollapsibleSectionHead.collapsed,
h3.CollapsibleSectionHead.expanded {
    display: flex;
    align-items: center;
}


/* ------------------
-- Kollektion unten 
------------------ */

div#CollectionSpace {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.CollectBack .SearchWidth, #CollectionMinDrop .SearchWidth {
    padding: 3px 5px;
    outline: none;
    border-radius: 0;
}

#CollectionMinDrop {
    margin: 4px 0px 0px;
}

#CollectionMinRightNav {
    margin: 4px 25px 0px 0px;
}

.CollectImageBorder {
    border: none;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.CollectionPanelInfo {
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
}

.CollectionPanelShell {
    padding: 0;
    position: relative;
    background: transparent;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    height: auto;
    max-height: 75px;
    float: none;
}

.CollectionResourceAlign a {
    display: block;
}

.CollectionPanelTools {
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
}

.CollectionPanelShell:hover .CollectionPanelTools {
    visibility: visible;
    background: rgba(0,0,0,0.9);
    padding: 5px;
    margin: 0 2px;
}

.CollectionResourceAlign td {
    padding: 0;
    vertical-align: text-bottom;
}

img.CollectionPanelThumb {
    max-height: unset;
    width: 100%;
    height: auto;
}

.CollectionResourceAlign {
    width: unset;
    height: unset;
    text-align: center;
    vertical-align: middle;
}





/* Modal */
div#ResourceWorkflowActions {
    display: none;
}

div#Titles1.ViewPanelTitles {
    padding-top: 15px;
}

.nopadding {
    padding: 0 !important;
}






/* ------------------
-- ResourcePanel
------------------ */
.RecordBox:nth-of-type(2) {
    display: none;
}

.RecordBox:nth-of-type(3) {
    display: none;
}


#CentralSpaceResources {
    text-align: justify;
    margin: 0;
}



#SearchResultFound {
    padding-top: 1px;
    line-height: 30px;
}

.InpageNavLeftBlock select {
    padding: 5px 10px;
    border-radius: 0;
    background: #eaeaea;
    border: 1px solid #aeaeae;
    cursor: pointer;
    color: #666;
}

.TopInpageNavRight {
    line-height: 30px;
}


#SearchBox {
    padding: 0;
    width: 280px;
    margin: 0;
    background-color: var(--color-premiumblau);
}

div#SearchBoxPanel {
    border-radius: 0;
    width: 100%;
}

/*#CentralSpaceContainer {
    margin: 0px 0px 20px 25px;
    padding: 0 300px 0 0;
    text-align: left;
}*/


#CentralSpaceResources .ResourcePanel {
    padding: 0;
    margin: 0 15px 15px 0;
    height: auto !important;
    border-radius: 0;
    transition: all 0.2s ease 0s;
    overflow: hidden;
    width: auto;
    display: inline-block;
    float: none;
    border:  none;
}

#CentralSpaceResources .ResourcePanel:hover{
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,.2);
transform: scale(1.1);
    z-index: 10;    
}

.ResourcePanel .ImageWrapper {
    margin-top: 0;
    height: 180px;
}

.ImageColourWrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}


.ResourcePanel img {
    border: 0;
    width: 100%;
    height: auto;
    margin: 0 !important;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
}

/*.ResourcePanelInfo {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px !important;
    padding-top: 15px;
    background: rgba(255,255,255,0.6);
}*/

.ResourcePanelInfo a {
    width: 100%;
    display: inline;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    color: #363636;
    /* padding: 15px 10px 0 10px; */
    /* margin: -5px 0 0 0; */
    font-size: 10px;
}

.ResourcePanelIcons {
    padding: 0px 5px 5px 5px;
    bottom: -1px;
    width: 100%;
}

.ResourcePanelTop {
    position: absolute;
    width: 100%;
}

.ResourcePanelInfo, .ResourcePanelIcons {
    text-align: center;
}


.ResourcePanel .ResourcePanelInfo, .ResourcePanel .ResourcePanelIcons {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease 0s;
}

.ResourcePanel:hover .ResourcePanelInfo, .ResourcePanel:hover .ResourcePanelIcons {
    display: block;
    opacity: 1;
    visibility: visible;
}

/*.sperrvermerk:before {
    content: 'Sperrvermerk';
    position: absolute;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 100%;
    top: 0;
    background: rgba(255,0,0,0.75);
    padding: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
}*/

.sperrvermerk:before {
    content: 'SV';
    position: absolute;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 100%;
    top: 5px;
    background: rgba(255,0,0,0.75);
    padding: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    left: 5px;
}

/*.sperrvermerk {border: 1px solid #ff0000 !important;}*/

.file-extension {
    display: none;
}

.thumbs-file-extension {
    position: absolute;
    right: -1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
    font-size: 11px;
    padding: 5px;
    top: -1px;
    background: rgba(255,255,255,0.5);
}

/*.file-extension {
    position: absolute;
    color: #474747;
    font-size: 10px;
    text-align: center;
    width: 100%;
    top: 0;
    background: rgba(255,255,255,0.25);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    width: 25px;
    height: 22px;
    line-height: 22px;
    border-radius: 0;
    right: 0;
}

.file-extension:before {
    content: '?';
    position: absolute;
    color: #474747;
    font-size: 10px;
    text-align: center;
    width: 100%;
    top: 0;
    background: rgba(255,255,255,0.25);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    width: 25px;
    height: 22px;
    line-height: 22px;
    border-radius: 0;
    right: 0;
}

.file-extension.jpg:before {
    content: 'JPG';
}
.file-extension.png:before {
    content: 'PNG';
}
.file-extension.gif:before {
    content: 'GIF';
}

.file-extension.eps:before {
    content: 'EPS';
}

.file-extension.bmp:before {
    content: 'BMP';
}

.file-extension.pdf:before {
    content: 'PDF';
}

.file-extension.wav:before {
    content: 'WAV';
}

.file-extension.mp3:before {
    content: 'MP3';
}

.file-extension.mp4:before {
    content: 'MP4';
}*/

.InpageNavLeftBlock.icondisplay {
    display: none !important;
}


.viewSperrvermerk {
    position: absolute;
    z-index: 1;
    padding: 10px 15px;
    color: #fff;
    background: rgba(255,0,0,0.75);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    left: 20px;
    border-bottom-right-radius: 5px;
}

#previewimagewrapper #previewimage {
    margin: unset;
}

#previewimagewrapper a#previewimagelink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


button, input[type=submit], input[type=button], .RecordPanel .RecordDownloadSpace .DownloadDBlend a, .UploadButton a {
    border: 1px solid transparent;
    background-color: var(--color-alpenblau);
    background-image: none;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

#clearbutton,
input.resetform {
    background-color: var(--color-pfirsich);
}


.BreadcrumbsBox {
    background-color: var(--color-mint);
}


input:checked + .customFieldLabel, .keywordselected {
    background-color: var(--color-koenigsblau);
}

button.uppy-u-reset.uppy-Dashboard-browse {
    background-color: var(--color-alpenblau) !important;
}


button:disabled, button[disabled] {
    color: var(--color-disabled-border) !important;
    cursor: not-allowed;
    background-color: var(--color-disabled-color) !important;
}

#HeaderNav1, #HeaderNav1 li a, #HeaderNav2 li a, #HiddenLinks li.HeaderLink a {
    color: var(--color-premiumblau);
    opacity: 1;
}

.TileNav a {
    color: var(--color-premiumblau);
}

#modal .RecordHeader h1, #modal .BasicsBox h1 {
    color: var(--color-alpenblau);
}

#HomeSiteText.dashtext {
    background-color: var(--color-premiumblau);
    border-radius: 8px;
}

#HomeSiteText.dashtext h1 {
    color: var(--color-alpenblau);
}

div#contents_user_tile_upgrade_available {
    background-color: var(--color-eisblau);
    box-shadow: var(--shadow-kwa);
}

.HomePanel .HomePanelDynamicDash h2 {
    background: var(--color-premiumblau);
    text-shadow: none;
    padding: 8px 24px;
}

.HomePanelDynamicDash p, .HomePanelThemes p {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
    text-shadow: none;
    color: var(--color-premiumblau); 
}