html{
	font-size: 1rem;
}

body,a,p,textarea,input,div,span,table,tr,td,h,.xspTextLabel,.xspTextViewColumn,.xspInputFieldEditBox,.xspComboBox,.xspInputFieldTextArea,.xspListBox,.xspTextComputedField,.xspInputFieldFileUpload,.xspInputFieldSecret,.xspInputFieldFileUpload,.xspDataTableFileDownloadName,.xspButtonSubmit,.xspButtonCancel,.xspButtonCommand,.buttonAction, .xspPickerButton, .dijitComboBoxMenuPopup *{
	font-family: 'StandardFont',Calibri,Trebuchet MS,Arial,Verdana; 
	font-size:0.9375rem;
	font-weight: 400;
	color:#405065;
	line-height:1.5;
	text-size-adjust:none;
	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	margin:0px;
	padding:0px;
	scroll-behavior:smooth;
}

a:not(.frameFooter a){
	color:var(--cd-primary-color);
	text-decoration:underline;
}

a{
	transition:all 0.3s linear;
}

a:hover{
	color:var(--cd-secondary-color);
}

.h1, .h1 *{
	font-weight: 900;
	font-size: 4.5rem;
	line-height:1.075;
}

.h2, .h2 *{
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.25;
}

.h3, .h3 *,
.contentBlockTitle{
	font-size:1.375rem;
	font-weight:800;
}

table{
	border-spacing:0px;
    border-collapse:collapse;
}


.frameHeader {
	justify-content: flex-end;
    align-items: center;
    top: 0px;
    left: 0px;
    width: calc(100% - 100px);
    height: 100px;
    padding: 0 24px;
    column-gap:24px;
    background-color: var(--cd-secondary-light-color);
    border: 24px solid white;
    border-bottom-width: 0px;
    box-sizing:content-box;
    transition: all .3s ease;
}

.frameHeaderLogo {
	display:inline-block;
	margin-right: auto;
	width:79px;
	height:54px;
	background-image: url(logoFalkFoundationBlue150.png);
	background-repeat: no-repeat;
	background-size: cover;
	order: 1;
	filter: grayscale(1) brightness(5);
}

.frameHeader:hover,
.frameHeader.onScroll {
    background-color: var(--cd-secondary-xxlight-color);
}

.frameHeader:hover .frameHeaderLogo,
.frameHeader.onScroll .frameHeaderLogo {
    filter: none;
}

.frameHeaderSystem {
    top: 75px;
    right: -5px;
}

.frameHeaderQuickAccess{
	display:flex;
    column-gap:24px;
    order:10;
}

.frameHeaderQuickAccessButton{
	width: auto;
	height: auto;
	padding:0px;
	line-height: 1.5;
	text-align:center;
	cursor:pointer;
	text-decoration:none !important;
	transition:all 0.3s linear;
	background-color: transparent !important;
	box-shadow: none !important;
}

.frameHeaderQuickAccessButton .frameHeaderMenuTitle{
	font-size: 1rem;
	font-weight: 700;
	color: white;
}

.frameHeader:hover .frameHeaderQuickAccessButton .frameHeaderMenuTitle,
.frameHeader.onScroll .frameHeaderQuickAccessButton .frameHeaderMenuTitle{
	color: var(--cd-primary-color);
}

.frameHeader .frameHeaderQuickAccessButton.active .frameHeaderMenuTitle{
	color: var(--cd-primary-color);
}

.frameHeader:hover .frameHeaderQuickAccessButton.active .frameHeaderMenuTitle,
.frameHeader:hover .frameHeaderQuickAccessButton:hover .frameHeaderMenuTitle,
.frameHeader.onScroll .frameHeaderQuickAccessButton.active .frameHeaderMenuTitle,
.frameHeader.onScroll .frameHeaderQuickAccessButton:hover .frameHeaderMenuTitle{
	color: var(--cd-secondary-color);
}

.frameHeaderQuickAccessButton.active .frameHeaderMenuTitle{
	color: var(--cd-secondary-color);
}	

.frameHeaderQuickAccessButton.menu{
	order: 11;
}

.frameHeaderQuickAccessButton.dashboard{
	order: 10;
}

.frameHeaderQuickAccessButton.myProfile {
	position: relative;
	top:0px;
	right: 0px;
	order: 20;
}

.frameHeaderQuickAccessButton.login {
	position: relative;
	top:0px;
	right: 0px;
	order: 30;
}

.frameHeaderQuickAccessButton.register {
	position: relative;
	top:0px;
	right: 0px;
	order: 25;
}

.frameHeaderQuickAccessButton img{
	display:none;
}

.frameFooter {
	position: relative;
	padding: 30px 20px 40px;
    border: 24px solid white;
    border-width: 0px 24px 24px;
}

.frameFooter .innerContainer {
	display: block;
	max-width: 1150px;
	margin: 0px auto;
}

.frameFooter .footerExternal {
    flex: 1 0 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    column-gap: 20px;
    flex-wrap: nowrap;
    padding: 20px 0px 0px;
    margin: 30px 0px 0px;
    border-top: 1px solid hsla(0,0%,100%,.2);
    order: 90;
}

.frameFooter .footerExternal .copyright{
	margin-right: auto;
	order: 10;
}

.frameFooter .footerExternal .imprint{
	order: 20;
}

.frameFooter .footerExternal .dataPrivacy{
	order: 30;
}

.frameContent{
    background-color: var(--cd-secondary-xxlight-color);
    margin: 124px 0px 30px 0px;
    padding: 24px;
    position: relative;
    width: 100%;
    border: 24px solid white;
    border-bottom-width: 3px;
    z-index: 3;
}

.frameContent.dashboard{
	margin-top:115px;
}

.actionbar {
    width: 100%;
    background-color: var(--cd-secondary-xxlight-color);
}

.actionbar.fixedOnTop {
    position:sticky;
    top: 124px;
    padding: 0px calc((100% - 1150px) / 2);
    border-color: var(--cd-secondary-xxlight-color);
    border-style: solid;
    border-width: 10px 0px 10px;
}

.actionbar.bottomOfPage{
	margin-top: 20px;
	width: 100%;
	justify-content: flex-end;
	background: transparent;
	order: 9999;
}

.actionbar.posterEvaluation {
    margin: 5px 0px 10px;
    padding: 5px 0px 10px;
    border-width: 0px 0px 1px 1px;
    justify-content: center;
    border-style: solid;
    border-color: lightgray;
}

.contentWrapper {
    margin: 0px auto;
}

.content:not(.content * .content),
span[role=alert],
.contentBlock.hints {
    margin: 0px auto;
    max-width: 1150px;
}

.content:not(.content * .content){
    min-height: 450px;
}

.contentBlock {
	background-color: white;
	padding: 20px;
	margin-top: 80px;
	border: 0px;
}

.contentBlock .content .contentBlock {
	padding: 20px;
	margin-top: 80px;
	border: 0px;
}

.contentBlock.withoutTitle {
	margin-top: 20px;
}

.contentBlock.container{
	background-color: transparent;
	padding: 0px !important;
}

.contentBlock.container.float100{
	margin: 0px;
	width: 100%;
}

.contentBlock.container.inline{
	padding: 0px !important;
}

/*
.contentBlockTitle {
	position: relative; 
	top: -20px;
	left: 0px;	
	padding: 0px;
	color: inherit;
}
*/

.contentBlockTitle {
    position: absolute;
    top: -55px !important;
    left: 0px;
    padding: 0px;
    color: var(--cd-primary-color);
    background: transparent;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentDescr {
    display: block;
    width:auto;
	min-width:auto;
	height:auto;
	position: relative;
    padding: 10px 0px 5px;
    text-align: left;
    border: 0px;
}

.contentDescr *,
.viewHeader * {
	text-align: left;
    font-size: 0.75rem !important;
    color: #a7a7a7 !important;
    font-weight: 400;
}

.contentCont {
    display: flex;
    flex-wrap: wrap;
    place-items: baseline;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0px 0px 10px 0px;
    word-break: break-word;
}

.teaserResearchGrant {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.5px;
    color: white !important;
    text-align: center;
    text-decoration: none !important;
    width: 82px;
    height: 82px;
    position: absolute;
    right: -10px;
    top: 14px;
    z-index: 10;
    padding: 10px;
    box-sizing: content-box;
    background-color: var(--cd-attention-color);
    border: 1px solid white;
    border-radius: 100px;
    box-shadow: 0px 0px 10px 0px gray;
    transform: rotate(10deg) scale(1.3);
    transform-origin: top right;
}

.sympListSubmission {
	border: 0px;
}

.sympListSubmission .sympRow{
	display:flex;
	column-gap: 10px;
	margin-bottom: 20px;
}

.sympListSubmission .sympRowData {
    display: flex;
    gap: 5px 10px;
    flex-wrap: wrap;
    flex: 1 1;
}

.sympListSubmission .sympLogo {
    height: 35px;
    margin: 4px 0px 0px;
    filter: grayscale(100);
}

.sympListSubmission .sympTitle{
	font-weight: 700;
	flex: 1 0 100%;
	order: 10;
}

.sympListSubmission .sympLocation {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    order: 20;
}

.sympListSubmission .sympLocation:before,
.sympListSubmission .sympDeadline:before {
    content: "";
    display: inline-flex;
    padding: 0px;
    width: 15px;
    height: 15px;
    background-image: url(location.png);
    background-size: cover;
    background-position: 0px;
    background-repeat: no-repeat;
    filter: brightness(2.5);
    margin-right: 7px;
}

.sympListSubmission .sympDeadline:before{
	background-image: url(deadline.png);
}

.sympListSubmission .sympDeadline {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    margin-left: auto;
    white-space: nowrap;
    order: 30;
}

.sympListSubmission .sympDeadline *{
	font-size:0.7rem;
}

.posterRow tr,
.posterHeader tr{
	display: flex;
    flex-wrap: wrap;
    gap: 0px 5px;
}

.posterRow .viewColumn.postNumber,
.posterHeader .viewHeader.postNumber {
    order: 5;
    flex: 0 0 40px;
}

.posterRow .viewColumn.postTitle,
.posterHeader .viewHeader.postTitle {
    order: 10;
    flex: 1 0 50%;
}

.posterRow .viewColumn.postTitle span {
	font-weight: bold;
}

.posterRow .viewColumn.postAuthor,
.posterHeader .viewHeader.postAuthor {
    order: 20;
    flex: 1 0 calc(50% - 20px - 40px - 20px);
    text-align: right;
}

.posterRow .viewColumn.postStatus,
.posterHeader .viewHeader.postStatus {
    order: 30;
    flex: 1 0 120px;
}

.posterRow .viewColumn.postEvalSent,
.posterHeader .viewHeader.postEvalSent {
    order: 40;
    flex: 1 0 160px;
}

.posterRow .viewColumn.postID,
.posterHeader .viewHeader.postID {
    order: 50;
    flex: 1 0 120px;
    text-align: right;
}

.posterHeader .viewHeader.postOfDistinction,
.posterRow .viewColumn.postOfDistinction {
	order:49;
    width: 20px;
    text-align: center;
}

.posterHeader .lineBreak1,
.posterRow .lineBreak1{
	display: block;
	flex: 1 0 100%;
    order: 21;
}


.posterPreviewHintForSO{
    flex: 1 0 100%;
    position: sticky;
    top: 178px;
    z-index: 10;
    background-color: var(--cd-primary-xxlight-color);
}

.userSignedUpImg,
.registrationDoneImg{
	width:67px;
}

.viewColumn.dateTime, 
.viewHeader.dateTime{
	width:160px;
}

.contentHint *{
	font-size: 0.8rem;
}

.dijitTabController{
	height: 50px !important;
}

.dijitTabListWrapper{
	height: 35px !important;
}

.dijitTabContainer * .dijitTab {
    padding:2px 15px 2px 0px;
}

.dijitTabContainer * .dijitTab * {
    font-size: 1.8rem;
}

.dijitTabContainer * .dijitTabChecked *, 
.dijitTabContainer * .dijitTabHover *{
	color: #50647f;
	border-bottom: 0px solid #50647f;
}

.dijitTabContainer * .dijitTabCheckedHover{
	background: transparent !important;
}

.dijitTabContainer * .dijitContentPane {
    padding: 24px;
}


.xspButtonSubmit, 
.xspButtonCancel, 
.xspButtonCommand, 
.xspPickerButton, 
.xspPickerButton1, 
.xspPickerButton2, 
.xspPickerButton3 {
    color: white;
    height: auto;
    width: auto;
    min-width: auto;
    padding: 6px 16px;
    margin: 0px !important;
    background-color: var(--cd-secondary-light-color);
    border: 0px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.xspButtonSubmit:hover, 
.xspButtonCancel:hover, 
.xspButtonCommand:hover, 
.xspPickerButton:hover, 
.xspPickerButton1:hover, 
.xspPickerButton2:hover, 
.xspPickerButton3:hover {
    color: white;
    background-color: var(--cd-secondary-color) !important;
}

.xspButtonCommand.mainAction {
    width: 100%;
    font-size: initial;
    margin: 0px auto 0px auto;
    float: none;
    clear: both;
    padding: 6px 16px;
}

.xspInputFieldEditBox, .xspInputFieldSecret, .xspComboBox, .dijitTextBox, .xspTextArea, .xspInputFieldDateTimePicker, .dijitTextArea, .listMember, .xspListBox{
	line-height:2.1;
	padding:0px 5px;
	appearance: none;
}

.xspComboBox {
    background-image: url(arrowDownContur12Light.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 5px) center !important;
    padding-right: 25px;
}

.cke_reset {
    border-radius: 5px !important;
}

.cke_contents {
    border: 1px solid #b3b3b3 !important;
}

.cke_reset:focus {
	box-shadow: 0px 0px 0px 1px var(--cd-secondary-color);
	border-color: var(--cd-secondary-light-color) !important;
}

.cke_top, 
.cke_bottom {
    display: none !important;
}

.xspMessage, .contentMessage {
    padding: 1px 0px;
    margin: 0px;
    border: 0px;
    color: var(--cd-attention-color);
    background-color: transparent;
    list-style-position: inside;
}


.xspInputFieldEditBox:has(+ span):has(.xspMessage){
	background-color: #ff9f9f;
	border: 1px solid red; 
}

.dashboardTileStatus .statusImg{
	margin-top: 3px;
}

@media all and (max-width: 1400px){
	.teaserResearchGrant {
	   transform: rotate(10deg) scale(1.2);
	}
}

@media all and (max-width: 1260px){
	.actionbar.fixedOnTop {
	    top: 124px;
	    width: calc(100% + 48px);
	    padding: 0px 24px;
	    margin-left: -24px;
	}
}

@media all and (max-width: 1000px){
	.teaserResearchGrant {
	   transform: rotate(10deg) scale(1.05);
	}
}

@media all and (max-width: 599px){
	.frameHeaderQuickAccessMobile{
		display:flex;
	}
	
	.frameHeaderQuickAccessButton.myProfile {
	    display: inline-block;
	}
	
	.dashboardTile {
	    width: 100%;
	    margin-right: 0px;
	}
	
	.userSignedUpImg{
		width:40px;
	}
	
	.teaserResearchGrant {
	   transform: rotate(10deg) scale(0.9);
	}
}