@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('/common/layout/fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Lato Regular'), local('Lato-Regular'),
			url('/common/layout/fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('/common/layout/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			url('/common/layout/fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
			url('/common/layout/fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			url('/common/layout/fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
	background-color: #ECECEC;
	min-width: 400px;
	font-family: 'Lato', sans-serif;
}

h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.1rem; }

input[type="text"], input[type="password"], input[type="tel"], input[type="submit"], input[type="button"], input[type="number"], select, textarea, button, a.btn, .input-group-text, .custom-file-label { border-radius: 0 !important; }

.header { padding-top: 15px; padding-bottom: 15px; }
.headerUserDropdown { min-width: 200px; }

.menuMain { padding-top: 15px; padding-bottom: 1px; border-top: 1px solid silver; border-bottom: 1px solid silver;}

a { text-decoration: underline; }
a, a:hover { color: inherit; }
a.btn, a.dropdown-item { text-decoration: none; }

.contentBox {
	margin-bottom: 1em;
}

.contentBoxTitle {
	margin-bottom: 10px;
}

.contentBoxTitle > h1 {
	margin-bottom: 0px;
}

.contentBoxTitle > h2 {
	border-bottom: 2px solid silver;
}

.contentBoxTitle > h3 {
	padding: 4px 4px 4px 6px;
	background-color: silver;
}

.centForm { margin: 0px; clear: both; }

.formSegment { margin-top: 30px; }
.formSegmentTitle { font-weight: bold; border-bottom: 2px solid silver; margin-bottom: 2px; }
.formSegmentHelp { font-weight: normal; }

/* List Footer with Buttons and list entry count */
.listBottom {
	padding-top: 5px; }
.listBottomInfo {
	text-align: right; font-size: 0.8em; }
.listBottomButtons {
	}

/* notice box */
.notice {
	padding: 10px; margin-bottom: 5px; }
.notice-error {
	border-left: 2px solid #D9534F; background-color: #FDF7F7; }
.notice-information {
	border-left: 2px solid #5BC0DE; background-color: #F4F8FA; }
.notice-warning {
	border-left: 2px solid #F0AD4E; background-color: #fdeed8; }
.notice-success {
	border-left: 2px solid #85EB65; background-color: #DEF8D6; }
.notice ul {
	margin: 2px; }

/* Fix Bootstrap */
table.table {
	margin-bottom: 0px; }
table.table > thead {
	background-color: #A6A6A6; }
table.table > tfoot {
	background-color: #A6A6A6; }
table.table > tbody > tr > td {
	vertical-align: middle; }
.dropdown-menu > li > a {
	text-decoration: none !important;
}

/* */
.intl-tel-input {
	width: 100%;
}

nav {
	height: 51px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

nav ul {
	list-style-type:none;
	margin:0;
	padding: 0px 0px 0px 0px;
	position: absolute;
}

nav ul  li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/* Top Level Link */
nav > div >  ul >  li > a {
	display:block;
	font-size: 1.4em;
	height: 50px;
	margin-right: 25px;
	line-height: 50px;
	color: black;
	text-decoration: none;
}
/* Top Level Link Hover */
nav > div >  ul >  li:hover > a {
	color: green;
	text-decoration: none;
	border-bottom: 2px solid green;
}

nav > div > ul > li > ul {
	padding: 0px;
	margin: 0px;
}

nav > div > ul > li > ul > li > div > div > b {
	display: block;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #A5A5A5;
}

nav > div > ul > li > ul > li > div > div {
	margin-top: 20px;
	margin-bottom: 20px;
}

nav > div > ul > li > ul > li > div > div > a {
	display: block;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #A5A5A5;
	color: black;
	text-decoration: none;
}
nav > div > ul > li > ul > li > div > div > a:hover {
	color: black;
}

nav > div li ul {
		display: none;
		left: 0px;
		background-color: #ECECEC;
		z-index: 99;
}

ul li a:hover + .hidden, .hidden:hover {
		display: block;
}

#pleaseWaitDialog {
	cursor: wait;
}

.icon {
	display: inline-flex;
	align-self: center;
}

.icon svg, .icon img {
	height: 1em;
	width: 1em;
}

.icon.baseline svg, .icon img {
	top: .125em;
	position: relative;
}

/* Footer */
.footer-logos { background-color: #E3E3E3; height: 65px; padding-top: 15px; padding-bottom: 15px; }
.footer-infos { background-color: #ECECEC; }
.footer-infos2 { padding-top: 25px; padding-bottom: 35px;  }
.footer-infos > div > div { padding-left: 0px; padding-right: 0px; font-size: 13px; }
.footer-links > div > div { margin-bottom: 20px; }
.footer-links > div > div > a, .footer-links > div > div > b { display: block; text-decoration: none; }
.footer-support > div > div > a { text-decoration: none; }
.footer-contact { unicode-bidi:bidi-override; direction: rtl; }
.footerLine { border-bottom: 1px solid #848484; margin: 20px 15px; }

/* HomeBox */
.homeBox { margin-bottom: 20px; }

/* Banner */
.height1 { height: 100px; }
.height2 { height: 200px; }
.height3 { height: 300px; }
.height4 { height: 400px; }
.height5 { height: 500px; }
.bannerTitleMT1 { margin-top: 0px; }
.bannerTitleMT2 { margin-top: 100px; }
.bannerTitleMT3 { margin-top: 200px; }
.bannerTitleMT4 { margin-top: 300px; }
.bannerTitleMT5 { margin-top: 400px; }
.bannerTitleBG { background-color: white; opacity: 0.8; filter: alpha(opacity=80); }
.bannerTitleBG1 { background-color: gainsboro; }

#banner {	overflow: hidden;	}
#bannerLeft { display: inline; float: left; top: 0px; width: 50%; text-align: right; }
#bannerRight { display: inline; float: right; top: 0px; width: 50%; }
#bannerLeft > div { width: 1200px; float: right; }
#bannerRight > div { width: 1200px; float: left; }
#bannerCenter { position: absolute; width: 100%; margin-left: auto; margin-right: auto; left: 0px; right: 0px; }
#bannerTitle { position: absolute; display: inline-block; height: 100px; width: 100%; padding: 25px 15px; }
#bannerTitle:only-child { padding: 10px 15px; }
#bannerTitle > .breadcrumb { background-color: inherit; padding: 0px 0px 0px 3px; }
#bannerTitle > .breadcrumb > .breadcrumb-item, .bannerTitle > .breadcrumb > .breadcrumb-item > a  { color: dimgray; }
.boxLine { width: 100%; height: 100px; overflow-y: hidden; }
.boxLineLast { opacity: 0.2; filter: alpha(opacity=20) }
.box { display: inline-block; width: 100px; height: 100px; }
.boxA { background-color: #8CC567; }
.boxB { background-color: #8DC668; }
.boxC { background-color: #3EA450; }
.boxD { background-color: #4AAB4E; }
.boxE { background-color: #61B351; }
.boxF { background-color: #90C553; }
.boxG { background-color: #82C053; }
.boxH { background-color: #43A751; }
.boxI { background-color: #3C9D50; }
.boxJ { background-color: #338755; }
.boxK { background-color: #55AE50; }
.boxL { background-color: #80BF54; }
.boxM { background-color: #63B350; }
.boxN { background-color: #38984E; }
.boxO { background-color: #45A750; }
.boxP { background-color: #71B852; }
.boxQ { background-color: #3D9E51; }
.boxR { background-color: #54AD4F; }

/*  Hamburger Menu Button */
.show-menu {
	position: relative;
	z-index: 100;
	cursor: pointer;
}

/* Navigation on small Displays */
@media screen and (max-width : 768px){
	nav { height: 0px;	}
	nav ul {	display: none;	}
	nav li {	margin-bottom: 1px;	}
	nav ul li, li a {	width: 100%;	}
	nav > div > ul {	padding: 0px 15px 0px 15px;	}
	#menu {
		display: block;
		position: fixed;
		overflow-y: auto;
		background-color: #ECECEC;
		right: 9999px;
		top: 0px;
		width: 300px;
		height: 100vh;
		padding-top: 70px;
		z-index: 99;
		box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
	}
	#menu > li > ul > li.container {
		width: 290px;
	}
}

/* Navigation Font smaller on medium devices */
@media screen and (min-width: 768px) and (max-width: 992px) {
	nav > div >  ul >  li > a {	font-size: 1.1em;	}
}

/* Responsive Anpassungen */
@media (max-width: 496px) {
	#bannerTitle { padding: 25px 30px; }
	#bannerLeft { display: none; }
	#bannerRight { display: none; }
	#bannerTitle { padding: 25px 30px; }
	#bannerTitle > h1 { font-size: 1.4rem; }
	.nav-wizard { display: none; }
}
@media (min-width: 497px) AND (max-width: 575px) {
	#bannerLeft { padding-right: 260px; }
	#bannerRight { padding-left: 260px; }
	#bannerCenter { max-width: 540px; }
	#bannerTitle { padding: 25px 30px; }
	#bannerTitle > h1 { font-size: 1.4rem; }
	.nav-wizard { display: none; }
}
@media (min-width: 576px) AND (max-width: 768px) {
	nav > div > ul > li > ul {
		min-width: 540px;
		max-width: 100%;
		margin-left: -15px;
	}
	#bannerLeft { padding-right: 260px; }
	#bannerRight { padding-left: 260px; }
	#bannerCenter { max-width: 540px; }
	#bannerCenter > picture { max-width: 540px; width: 540px }
	#bannerTitle { padding: 25px 10px; }
	#bannerTitle > h1 { font-size: 1.4rem; }
	.nav-wizard { display: none; }
}
@media (min-width: 768px) AND (max-width: 992px) {
	nav > div > ul > li > ul {
		min-width: 720px;
		max-width: 100%;
		margin-left: -15px;
	}
	#bannerLeft { padding-right: 360px; }
	#bannerRight { padding-left: 360px; }
	#bannerCenter { max-width: 720px; }
	#bannerCenter > picture { max-width: 720px; }
	#bannerTitle > h1 { font-size: 1.8rem; }
	.nav-wizard { display: none; }
}
@media (min-width: 992px) AND (max-width: 1200px) {
	nav > div > ul > li > ul {
		min-width: 960px;
		max-width: 100%;
		margin-left: -15px;
	}
	#bannerLeft { padding-right: 480px; }
	#bannerRight { padding-left: 480px; }
	#bannerCenter { max-width: 960px; }
	.nav-wizard { width: 960px; }
}
@media (min-width: 1200px) {
	nav > div > ul > li > ul {
		min-width: 1140px;
		max-width: 100%;
		margin-left: -15px;
	}
	#bannerLeft { padding-right: 570px; }
	#bannerRight { padding-left: 570px; }
	#bannerCenter { max-width: 1140px; }
	.nav-wizard { width: 1140px; }
}

/* Multistep Indicator */
.nav-wizard {
position: relative;
margin-top: -35px;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 30px;
list-style-type: none;
padding: 0px;
height: 30px;
}
.nav-wizard > li {
float: left;
}
.nav-wizard > li > a {
position: relative;
display: inline-block;
background-color: #eeeeee;
padding-top: 12px;
padding-left: 10px;
width: 99%;
font-size: 0.7em;
text-decoration: none;
cursor: default;
height: 40px;
}
.nav-wizard > li > a .badge {
position: relative;
top: -1px;
margin-left: 3px;
margin-right: 5px;
color: #eeeeee;
background-color: #073c8d;
}
.nav-wizard > li > a .badge.badge-step {
border-radius: 50%;
padding: 3px 4px;
background-color: transparent;
}
.nav-wizard > li.active > a .badge.badge-step {
color: #FFFFFF;
border: 1px solid #FFFFFF;
border-radius: 50%;
padding: 3px 5px;
background-color: transparent;
}
.nav-wizard > li:not(:first-child) > a {
padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
width: 0px;
height: 0px;
border-top: 20px inset transparent;
border-bottom: 20px inset transparent;
border-left: 20px solid #ffffff;
position: absolute;
content: "";
top: 0;
left: 0;
}
.nav-wizard > li:not(:last-child) > a {
margin-right: 4px;
}
.nav-wizard > li:not(:last-child) > a:after {
width: 0px;
height: 0px;
border-top: 20px inset transparent;
border-bottom: 20px inset transparent;
border-left: 20px solid #eeeeee;
position: absolute;
content: "";
top: 0;
right: -20px;
z-index: 2;
}
/*.nav-wizard > li:first-child > a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}*/
/*.nav-wizard > li:last-child > a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}*/
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
border-left-color: #e2e2e2;
}
.nav-wizard > li.disabled > a {
color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: #eeeeee;
cursor: default;
}
.nav-wizard > li.disabled > a:before {
border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
float: none;
}
.nav-wizard.nav-justified > li > a {
padding: 10px 15px;
}
@media (max-width: 768px) {
	.nav-wizard.nav-justified > li > a {
		/*border-radius: 4px;*/
		margin-right: 0;
	}
	.nav-wizard.nav-justified > li > a:before,
	.nav-wizard.nav-justified > li > a:after {
		border: none !important;
	}
}

