@CHARSET "UTF-8";

body, .sapUiBodyBackground, .sapUiBody {
	background-image: none;
	background-color: #f8f8f8;
}

.headerBox.desktop {
	background-image: url(../res/images/jb_header_background.png);
	background-repeat: no-repeat;
	position: relative;
	height: 163px;
	width: 100%;
}

.headerBox.mobile {
	/*width: 100%;*/
	margin-top: 1em;
	margin-bottom: 1em;
}

.sapMTitle {
/*	color: rgb(8, 84, 160);*/
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	overflow-wrap: break-word;
	word-wrap: break-word;
	width: auto;
}

span.sapUiTv {
	font-size: 0.875rem;
}

h1.sapMTitle {
	font-size: 2em;
}

h2.sapMTitle {
	font-size: 1.5em;
}

h1.dark {
	color: #333;
}

h2.dark {
	color: #333;
}
h3.panelHeading {
	font-size: 1.05rem !important;
}
h2.sapMTitleStyleH3  {
	font-size: 1.05rem !important;
}
h3.dark {
	color: #333;
}

.grey {
	color: #666;
}

ul.keyValue {
	list-style-type: none;
	padding-left: 0px;
}

ul.keyValue li span.left {
	float: left;
	width: 320px;
	font-weight: bold;
}

ul.keyValue li span.right {
	display: block;
	float: left;
	margin-bottom: 0.4em;
	width: 200px;
}

.bold {
	font-weight: bold;
}

svg#MapAustria {
	margin-top: 72px;
}

.panelHeaderWhite .sapMPanelWrappingDiv {
	background-color: #fff;
}

.panelHeaderWhite .sapMPanelWrappingDiv .sapMPanelHdr {
	color: rgb(8, 84, 160);
}

.warning {
	background-color: #ffffcc;
	border-style: dashed;
	border-width: 1px;
	border-color: #ffff1a;
	padding-top: 10px;
	padding-bottom: 10px;
}

.screenReaderOnly {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.nowrap {
	white-space: normal !important;
}

/* Skip Link related classes */
a.skipLink {
	left: -999px;
	position: absolute !important;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}

a.skipLink:focus, a.skipLink:active {
	left: 15px;
	top: 7px;
	width: auto;
	height: auto;
	overflow: auto;
	z-index: 999;
}
.sapUiAcdSection {
	border-bottom: 1px solid #bfbfbf !important;
	margin-top: -1px !important;
}
.sapUiAcdSectionCont:focus {
	outline: none;
}
.sapUiAcdSectionHdr:focus {
	outline: none;
}
.sapMLIB.sapMLIBSelected {
	border: none;
	background: none;
}
/* Make disabled akkordions visible */
.sapUiAcdSectionHdr>div>span {
	overflow: initial !important;
}
.sapUiAcdSectionDis .sapUiAcdSectionHdr {
    color: #a0a0a0 !important;
}

/* accordion */
.sapUiAcdSectionHdr {
	font-size: 18px !important;
	padding-top: 10px !important;
	padding-bottom: 11px;
	padding-left: 5px;
	/*color: rgb(8, 84, 160) !important;*/
}

.sapUiAcdSectionHdr:hover {
	/*color: rgb(8, 84, 160) !important;
	background-color: #D5E8F2 !important;*/
	
}

.sapUiAcdSectionHdr>div>span>span {
	left: 32px !important;
	top: 14px !important;
}

.sapUiAcd {
	padding: 1px !important;
}

.sapUiAcdSectionHdr {
	/*border-bottom: 1px solid #bfbfbf !important;*/
	border-top: 1px solid #bfbfbf !important;
	border-left: 1px solid #bfbfbf !important;
	border-right: 1px solid #bfbfbf !important;
	line-height: 1.1 !important;
}

.sapUiAcdSectionCont {
	/*border-bottom: 1px solid #bfbfbf !important;*/
	border-left: 1px solid #bfbfbf !important;
	border-right: 1px solid #bfbfbf !important;
	border-bottom: none !important;
}


/* Remove branding bar by changing its height to zero and page header top width to zero */
.sapMShellBrandingBar, .sapMShellBG {
	background-color: #f8f8f8;
}

.sapMShellBrandingBar {
    height: 0px;
}

.sapMPageHeader::before {
    border-top-width: 0rem;
}

.sapMShellContent {
	background-color: #fff;
	background-image: none;
}

.sapUiView, .sapMPage {
	background-color: white;
}

.sapMPageHeader::before {
	border-top-color: white;
}

.sapMPageHeader, .sapMPanelWrappingDiv, .sapMPageHeader .sapMBtn {
	/*background-color: #DDDDDD;*/
}

.sapMPanelContent {
	border-style: solid;
	border-color: #DDDDDD;
}

.sapMPanelContent {
	border-width: 1px;
}

.sapMPageHeader .sapMTitle {
	color: rgb(8, 84, 160);
	font-size: 2rem;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
}

li.filterListItem .sapMSLITitleOnly {
	font-size: 0.875rem
}

.sapMSLI {
	height: 2rem;
}

.versioninfo {
	font-size: 11px;
	margin-top: 15px;
}

@media only screen and (max-width: 450px) {
	.sapMPageHeader .sapMTitle {
		font-size: 1.5rem;
	}
}