/* Konstanten */
:root { 
	-a-FooterLink-clr-hv: #464646; 
	-z-a-FooterLink: #797979; 
	-lwl-ozg-main-darkblue: #00325f; 
	-lwl-ozg-main-darkblue-hover: #002445; 
	-lwl-ozg-main-darkgrey: #878185; 
	-lwl-ozg-main-darkgrey-hover: #615c5f; 
	-lwl-ozg-main-darkred: #9b182a;
}

/* allgemeine ZK-Komponenten */
body * :not([class*="z-icon-"], [type=checkbox]) {
	font-family: open_sansregular, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
	line-height: initial;
	color: #00325f;
	line-height: normal;
}

.z-a, .z-label, .z-button, .z-window-header, .z-panel-header,
	.z-menu-text, .z-menuitem-text, .z-column-content, .z-row-content,
	.z-group-content, .z-groupfoot-content, .z-footer-content {
	font-family: open_sansregular, Arial, sans-serif;
}

.wofoH2Header {
	padding-top: 20px;
}

/* Layout ohne Abstaende */
body {
	padding: 0px;
}

.z-north, .z-center, .z-south, .z-window, .z-window-content, z-body {
	padding: 0;
}

.z-north-body, .z-south-body, .z-west-body, .z-center-body, .z-east-body
	{
	padding: 0px;
}

.z-row-content {
	padding: 5px 0px 0px 0px;
}

/* ZK Anpassungen */
.z-row:hover>.z-row-inner, .z-row:hover>.z-cell {
	background: none;
}

.z-window, .z-grid, .z-north, .z-south, .z-row .z-row-inner, .z-row .z-cell {
	border: none;
}

.z-south {
	background: #EAEAEA;
}

.z-window-header {
	font-size: 2.375rem;
	line-height: 1.21053;
	color: #00325f;
}

.z-vlayout-inner {
	padding: 10px 16px 5px 0px;
}

.z-groupbox-notitle .z-groupbox-content {
	border-top: none;
	padding: 0px;
}

.z-groupbox-content .z-vlayout-inner {
	padding: 10px 0px 16px 0px;
}

.z-textarea, .z-textarea:hover {
	border-radius: 4px;
	width: 100%;
	font-size: 1.0625rem;
	min-height: 2.625rem;
	line-height: normal; 
	border: 1px solid #00325f;
	color: #00325f;
	margin-bottom: 0.5rem;
	resize: vertical;
	padding: 8px;
}

.z-textbox, .z-textbox:hover, .z-intbox, .z-intbox:hover,
	.z-combobox-input, .z-combobox-input:hover, .z-doublebox, .z-doublebox:hover,
	.z-decimalbox, .z-decimalbox:hover, .z-searchbox, .z-searchbox:hover, .z-searchbox-search, .z-searchbox-search:hover {
	width: 100%;
	font-size: 1.0625rem;
	min-height: 2.625rem;
	border: 1px solid #00325f;
	color: #00325f;
	margin-bottom: 0.5rem;
}

.z-textbox:focus, .z-textbox[readonly]:focus, .z-intbox:focus,
	.z-doublebox:focus, .z-decimalbox:focus, .z-datebox-input:focus,
	.z-textarea:focus, .z-dropdown-input:focus, .z-textarea[readonly]:focus,
	.z-combobox-input:focus, .z-searchbox-search:focus, .z-combobox-input[readonly]:focus {
	border-color: #00325f;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(0, 50, 95, .6);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.z-textbox[disabled], .z-decimalbox[disabled], .z-intbox[disabled],
	.z-doublebox[disabled], .z-longbox[disabled], .z-decimalbox[disabled],
	.z-dropdown[disabled], .z-datebox-disabled>input, .z-combobox-input[disabled]:focus
	{
	color: #00325f !important;
}

.z-textbox[disabled]:hover, .z-textbox[readonly]:hover, .z-decimalbox[disabled]:hover,
	.z-intbox[disabled]:hover, .z-doublebox[disabled]:hover, .z-longbox[disabled]:hover,
	.z-decimalbox[disabled]:hover, .z-datebox-disabled .z-datebox-button:hover,
	.z-combobox-input[disabled]:hover, .z-combobox-input[readonly]:hover {
	border-color: #00325f !important;
}

.z-datebox, .z-datebox-input, .z-datebox-button, .z-datebox-readonly>input,
	.z-dropdown, .z-searchbox {
	font-size: 1.0625rem;
	min-height: 2.625rem;
	color: #00325f;
	margin-bottom: 0.5rem;
}

.z-datebox, .z-datebox:hover {
	max-width: 430px;
	min-width: 200px;
	width: 100%;
}

/* Tabellen */
.z-auxheader {
	border-bottom: 1px solid #00325f;
	background-color: inherit;
	white-space: break-spaces;
}

.z-auxheader-content {
	font-family: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	color: #00325f;
}

.z-auxhead-bar {
	border: none;
}

.lwl-ozg-grid-area {
	overflow-x: auto;
}

.lwl-ozg-grid {
	margin-top: 1rem;
	margin-bottom: 0.75rem;
	height: 100%;
}

.lwl-ozg-grid table {
	border: 1px solid #00325f;
	border-collapse: collapse;
	height: 100%;
}

.lwl-ozg-grid-cell, .lwl-ozg-grid-cell-with-border {
	padding: 0px !important;
	height: 100%;
	background: #F2F2F2 !important;
}

.lwl-ozg-grid .lwl-ozg-grid-cell, .lwl-ozg-grid .lwl-ozg-grid-cell-with-border, .lwl-ozg-grid .lwl-ozg-grid-column  {
	border: 1px solid #00325f;
}

.lwl-ozg-grid-column .z-column-content {
	white-space: normal;
	padding: 4px 8px;
}

.lwl-ozg-grid-input, .lwl-ozg-grid-date-input {
	border-radius: 0px;
	border: none;
	margin: 0 !important;
	height: 100%;
}

.lwl-ozg-grid-input:hover, .lwl-ozg-grid-input:focus {
	border: 1px solid #00325f;
}

.lwl-ozg-grid-label {
	border-radius: 0px;
	border:none;
	margin: 0 !important;
	color: rgba(0,0,0,0.9);
	padding: 10px 8px;
	-webkit-box-decoration-break: clone;
  	box-decoration-break: clone;
  	min-height: 42px;
  	display: inline-block;
  	width: 100%;
}

.lwl-ozg-grid-label-files {
	border-radius: 0px;
	border:none;
	margin: 0 !important;
	color: #00325f;
	background: white;
	padding: 10px 8px;
	-webkit-box-decoration-break: clone;
  	box-decoration-break: clone;
  	min-height: 42px;
  	display: inline-block;
  	width: 100%;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow-x: clip;
}

.lwl-ozg-grid-tools-btn {
	background-color: white;
	color: #00325f; 
	box-shadow: none;
    border-radius: 0px;
    height: 100%;
    width: 100%;
  	padding: 0px;
}

.lwl-ozg-grid-tools-btn i{
	font-size: 28px;	
}

.lwl-ozg-grid-cell .z-dropdown {
	border-radius: 0px;
	border: 0px;
	text-overflow: ellipsis;
	max-width: 100% !important;
	min-width: revert;
	height: 100%;
	padding: 8px;
}

.lwl-ozg-grid-cell .z-dropdown:hover, .lwl-ozg-grid-cell .z-dropdown:focus {
	border: 1px solid #00325f;
	text-overflow: ellipsis;
	max-width: 100% !important;
	min-width: revert;
}


.lwl-ozg-grid-cell .z-datebox {
	border-radius: 0px;
	max-width: 100%;
	min-width: revert;
}

.lwl-ozg-grid-cell .z-datebox-input {
	text-overflow: ellipsis;
	margin: 0 !important;
}

.lwl-ozg-grid-cell .z-datebox:hover .z-datebox-input, .lwl-ozg-grid-cell .z-datebox:hover .z-datebox-button {
	border: 1px solid #00325f;
}

.lwl-ozg-grid-cell .z-datebox:hover .z-datebox-input {
	border-right: none;
}

.lwl-ozg-grid-cell .z-datebox:hover .z-datebox-input-full {
	border-right: 1px solid #00325f;
}

.lwl-ozg-grid-cell .z-datebox:hover .z-datebox-button {
	border-left: none;
}

.lwl-ozg-grid-cell .z-datebox .z-datebox-input, .lwl-ozg-grid-cell .z-datebox .z-datebox-button {
	border: none;
	border-radius: 0px;
	height: 100%;
}

.lwl-ozg-grid-icon {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
    object-fit: contain;	
}

.lwl-ozg-grid-cell:hover .z-decimalbox-readonly, .lwl-ozg-grid-cell .z-decimalbox-readonly:focus,
	.lwl-ozg-grid-cell:hover .z-intbox-readonly, .lwl-ozg-grid-cell .z-intbox-readonly:focus,
	.lwl-ozg-grid-cell:hover .z-textbox-readonly, .lwl-ozg-grid-cell .z-textbox-readonly:focus
	{
	border: none;
	color: rgba(0, 0, 0, 0.9);;
}

.lwl-ozg-grid-iconSpan {
	color: #00325f;
  	min-height: 42px;
  	width: 100%;
  	text-align: center;
  	font-size: 30px;
 	align-content: center;
}

/* SelectBox - Fits widest element, stretches up to maximum the width of the other fields 
 * Yes - the width + max-width definition seems wierd but it seems to do the trick. 
 * Tested in Edge(Chromium) & Firefox
 */
.z-dropdown, .z-dropdown:hover {
	min-width: 200px;
	width: 100%;
	max-width: fit-content;
	max-width: -moz-fit-content;
}

.z-datebox-icon, .z-dropdown-icon {
	font-size: 1.5rem;
	color: #00325f;
}

.z-datebox-input, .z-datebox-button, .z-datebox-input:hover,
	.z-datebox-button:hover, .z-datebox-input:focus, .z-datebox-button:focus,
	.z-datebox-popup, .z-dropdown {
	border: 1px solid #00325f;
}

.z-datebox-popup{
	height: fit-content !important;
}

.z-button[disabled]:focus, .z-button[disabled]:hover {
	background-color: #D9D9D9;
}

/* Searchbox */
.z-searchbox {
	height: 34px;
	padding: 5px 48px 8px 8px;
	border-radius: 4px;
}

.z-searchbox:active {
	background: #FFFFFF;
	color:  #00325f;
}

.z-searchbox-icon {
	color:  #00325f;
}

.z-searchbox-popup {
	border-color: #00325f;
}

.z-searchbox-search, .z-searchbox-search:hover {
	margin-bottom: 4px;
}

.z-searchbox-item {
	color:  #00325f;
	font-size: 16px;
}

.z-searchbox-item:hover, .z-searchbox-item.z-searchbox-selected:hover  {
	background:  #D9D9D9 !important;
	font-size: 16px;
	color:  #00325f;
}

.z-searchbox-item.z-searchbox-selected {
	color:  #D9D9D9;
}

.z-searchbox-item.z-searchbox-active {
  background: #00325f;
  color: #FFFFFF;
}

/* Radio- und Checkboxen */
.z-radio {
	line-height: 35px;
	display: block;
}

.z-radio::after {
	content: "";
	clear: both;
	display: table;
}

.z-radio-content, .z-checkbox-content {
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
}

.z-radio-content {
	display: block;
	width: calc(100% - 35px);
	float: right;
}

.z-combobox {
	width: 100%;
	height: auto;
}

.z-combobox-readonly.lwl-ozg-bgwhite>input {
	background-color: #ffffff;
}

.z-combobox-input, .z-combobox-input:hover {
	margin-bottom: 0;
}

.z-combobox-button {
	height: 100%;
	border: 1px solid #00325f;
	line-height: normal;
}

.z-combobox-button:hover, .z-combobox-popup, .z-combobox-open .z-combobox-button,
	.z-combobox-input.z-combobox-hover+.z-combobox-button,
	.z-combobox-input:focus+.z-combobox-button {
	border-color: #00325f;
	background-color: #ffffff;
}

.lwl-ozg-comboboxInvalid .z-combobox-input, .lwl-ozg-comboboxInvalid .z-combobox-input:hover,
	.lwl-ozg-comboboxInvalid .z-combobox-button, .lwl-ozg-comboboxInvalid .z-combobox-button:hover,
	.lwl-ozg-comboboxInvalid .z-combobox-popup, .lwl-ozg-comboboxInvalid .z-combobox-open .z-combobox-button,
	.lwl-ozg-comboboxInvalid .z-combobox-input.z-combobox-hover+.z-combobox-button,
	.lwl-ozg-comboboxInvalid .z-combobox-input:focus+.z-combobox-button {
	border: 1px solid #9b182a;
}

.lwl-ozg-comboboxInvalid .z-combobox-input:focus,
	.lwl-ozg-comboboxInvalid .z-combobox-input[readonly]:focus {
	border-color: #9b182a;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #9b182a;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.z-comboitem-selected {
	color: #b4b2b2;
}

.z-dropdown {
	height: 34px;
	padding: 8px 48px 8px 8px;
	border-radius: 4px;
}

.z-column-content {
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
	cursor: default;
}

.z-column {
	background: lightgray;
	border: none;
}

.z-grid-header {
	background: lightgray;
	cursor: default;
}

input[type="radio"] {
	width: 20px;
	height: 20px;
	border: 1px solid #00325f;
}

input[type="radio"]::before {
	height: 12px;
	width: 12px;
}

input[type="radio"]:checked {
	border-color: #00325f;
}

input[type="radio"]:hover, input[type="radio"]:focus {
	border: 1px solid #00325f;
}

input[type="radio"]:hover::before, input[type="radio"]:focus::before {
	background-color: #878185;
}

input[type="radio"]:checked::before {
	background-color: #00325f;
}

input[type="checkbox"][disabled] {
	cursor: default;
	color: rgba(0, 0, 0, 0.34);
	background-color: #F2F2F2 !important;
	border-color: #878185;
}

input[type="checkbox"][disabled] + span {
	color: #878185;
}

input[type="checkbox"][disabled]:hover {
	border-color: #878185;
}

.z-caption input {
	font-size: inherit;
}

.z-checkbox {
	line-height: 1.61111;
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
}

.z-loading { 
    top: 114px !important;
    vertical-align: middle;
    padding-top: 15%;
    width: 100%;
    height: 87%;
    opacity: 87%;
}

.z-loading-indicator {
	color: #00325f;
	font-weight: bold;
	font-size: 24px;
}

input[type="checkbox"] {
	border-color: #00325f;
}

input[type="checkbox"]:checked {
	background-color: #00325f;
}

input[type="checkbox"]:hover, input[type="checkbox"]:focus {
	border-color: #00325f;
}

/* eigene Designs */
* {
	font-family: open_sansregular, Arial, sans-serif;
}

input:invalid {
	box-shadow: none; /* Firefox fix */
}

input[type=number] {
	appearance: textfield;
	-moz-appearance: textfield;
}

a.summaryDownload {
	text-decoration: none !important;
}

.lwl-ozg-dyn-section {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e5e5;
}

.lwl-ozg-summary .z-vlayout-inner:nth-of-type(2) {
	padding-top: 0.3vH;
}

.lwl-ozg-summary .z-vlayout-inner:nth-of-type(1) label {
	text-decoration: underline;
}

.lwl-ozg-summary ul {
	color: #00325f;
	font-size: 1.0625rem;
	margin-top: 0;
}

.lwl-ozg-summary-key {
	text-decoration: underline;
	width: 100%;
	line-height: 1.61111;
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
	display: inline-block;
	cursor: default;
}

.lwl-ozg-summary-value {
	padding-top: 0.3vH;
	width: 100%;
	line-height: 1.61111;
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
	display: inline-block;
	cursor: default;
}

.lwl-ozg-summaryTable .z-row-inner {
	border-bottom: 1px solid #00325f;
}

.lwl-ozg-summaryTable .z-row-content {
	padding-bottom: 5px;
}

.lwl-ozg-summaryTable-value {
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
	cursor: default;
}

.lwl-ozg-fieldset {
	border: none;
	margin: 0px;
	min-width: 0;
}

.lwl-ozg-legend {
	padding-top: 2rem;
	display: block;
	width: 100%;
	font-size: 1.6875rem;
	line-height: 1.42857;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

.lwl-ozg-subheading {
	padding-top: 1.1rem;
	display: block;
	width: 100%;
	font-size: 1.3125rem;
	line-height: 1.42857;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	margin-block-start: 0px;
    margin-block-end: 0px;
}

.lwl-ozg-mainButton, .lwl-ozg-secondButton, .lwl-ozg-deleteButton,
	.lwl-ozg-downloadButton, .lwl-ozg-accordionButton {
	padding: .5rem .875rem;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.42857;
	border-radius: .25rem;
	border: none;
	transition: background .15s ease-out;
}

.lwl-ozg-rightButton {
	float: right;
}

.lwl-ozg-mainButton:hover, .lwl-ozg-mainButton:focus,
	.lwl-ozg-downloadButton:hover, .lwl-ozg-downloadButton:focus {
	background-color: #002445;
}

.lwl-ozg-accordionButton:hover, .lwl-ozg-accordionButton:focus,
	.lwl-ozg-grid-tools-btn:hover, .lwl-ozg-grid-tools-btn:focus,
	.lwl-ozg-accordionButton:active, .lwl-ozg-grid-tools-btn:active,
	.z-datebox-button:active, .z-datebox-button:focus, .z-datebox-button:hover
	{
	background-color: #00325f;
	color: white;
}

.z-datebox-button:active .z-icon-calendar::before, .z-datebox-button:focus .z-icon-calendar::before,.z-datebox-button:hover .z-icon-calendar::before {
	color: white;
}

.lwl-ozg-mainButton {
	background-color: #00325f;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

.lwl-ozg-secondButton {
	background-color: #878185;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

.lwl-ozg-downloadButton {
	background-color: #00325f;
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
}

.lwl-ozg-accordionButton {
	background-color: inherit;
	color: inherit;
	box-shadow: none;
	margin: -4px 0 -4px 0;
	padding: 5px 10px 5px 10px;
	float: right;
}

.lwl-ozg-accordionButton i {
	font-size: 28px;
}

.lwl-ozg-deleteButton {
	background-color: #878185;
}

.lwl-ozg-secondButton:hover, .lwl-ozg-secondButton:focus,
	.lwl-ozg-deleteButton:hover, .lwl-ozg-deleteButton:focus {
	background-color: #615c5f;
}

.lwl-ozg-titleLabel {
	font-size: 2.375rem;
	line-height: 1.21053;
	font-weight: 400;
	color: #00325f;
	display: inline-block;
}

.lwl-ozg-textboxLabel {
	line-height: 1.61111;
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
	display: inline-block;
}

.lwl-ozg-formLabel, legend.lwl-ozg-textboxLabel, .lwl-ozg-formLabelBold {
	width: 100%;
	line-height: 1.61111;
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
	cursor: default;
	display: block;
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}

.lwl-ozg-formLabelBold {
	font-weight: 600;
}

/* Hinweisbox */

.lwl-ozg-info-icon {
	color: #00325f;
	font-size: 1em;
	margin-right: 8px;
}

.lwl-ozg-info-box {
    border: 1px solid #878185;
    padding: 10px;
    margin: -10px 0 0.5rem 0;
    background-color: #e7e7e8;
    width: 100%;
}

.lwl-ozg-info-hint {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lwl-ozg-info-label {
    font-size: 0.9em; 
    color: #00325f;
    cursor: default;
}

.lwl-ozg-info-list {
	font-size: 0.9rem;
	margin-top: 0.25rem;
	color: #00325f;
	margin-left: 0.5rem;
}

.lwl-ozg-info-list-hint {
	font-size: 0.9rem;
	cursor: default;
 	display: block;
 	color: #00325f;
}

.z-radiogroup+.lwl-ozg-info-box, .textarea-description+.lwl-ozg-info-box,
	fieldset+.lwl-ozg-info-box, .lwl-ozg-checkBoxLabel + .lwl-ozg-info-box {
	margin-top: 5px;
}

/* Hinweisbox Ende */
.lwl-ozg-errorList, .lwl-ozg-zust {
	padding: 20px;
	border: 2px solid #9b182a;
	background-color: #f5e7e9;
}

.lwl-ozg-zust span {
	font-weight: 600;
	color: #9b182a;
	font-size: 1rem;
}

.lwl-ozg-zust-positive {
	padding: 20px;
	border: 2px solid #00325f;
	background-color: #d9dcfa;
}

.lwl-ozg-zust-positive span {
	font-weight: 600;
	color: #00325f;
	font-size: 1rem;
}

.lwl-ozg-errorList ul {
	margin-top: 0px;
	list-style-position: inside;
}

.lwl-ozg-errorList ul li {
	font-size: 1rem;
	display: list-item;
}

.lwl-ozg-errorListUl {
	padding-left: 0px;
}

.lwl-ozg-stepError {
	background-color: #f5e7e9;
	border: 1px solid #9b182a;
	padding: 10px;
	display: block;
	line-height: 1.61111;
	font-weight: 600;
	color: #9b182a;
	font-size: 1.0625rem;
	margin: 1rem 0 1rem 0;
}

.lwl-ozg-formErrorLabel {
	line-height: 1.61111;
	font-weight: 600;
	color: #9b182a;
	cursor: default;
	display: inline-block;
	font-size: 1.0625rem;
	margin-top: 0.5rem;
	width: 100%;
}

.lwl-ozg-formErrorListHeader {
	line-height: 1.61111;
	font-weight: 600;
	color: #9b182a;
	cursor: default;
	font-size: 1.1625rem;
	display: inline-block;
	margin: 0;
}

.lwl-ozg-countdownLabel {
	font-size: 10pt;
	display: block;
	margin-top: 10px;
}

.lwl-ozg-titelLabel {
	color: #00325f;
	font-size: 1.125rem;
	display: block;
	margin-top: 10px;
}

.lwl-ozg-userLabel{
	color: #615c5f;
	font-size: 12pt;
}

.lwl-ozg-headerLabel {
	font-size: 1.6875rem;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 2rem;
	display: inline-block;
}

.lwl-ozg-checkBoxLabel {
	display: block;
	padding-left: 36px;
	text-indent: -36px;
}

.lwl-ozg-checkBoxValueLabel {
	padding-left: 36px;
	text-indent: -36px;
	display: inline-block;
	width: fit-content;
	margin-bottom: 18px;
}

.lwl-ozg-checkBoxValueLabel2 {
	display: inline-block;
	width: fit-content;
}

.lwl-ozg-checkBoxValue {
	margin-top:9px;
	display: inline-block;
	width: 150px !important;
}

.lwl-ozg-gridLabel {
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
}

.lwl-ozg-listLabel, p, ul {
	margin-bottom: 0.25rem;
	color: #000;
	font-size: 1.125rem;
	line-height: 1.61111;
	display: block;
}

.lwl-ozg-textboxInvalid, .lwl-ozg-textboxInvalid:hover,
	.lwl-ozg-textareaInvalid, .lwl-ozg-textareaInvalid:hover {
	border: 1px solid #9b182a;
}

.lwl-ozg-textboxInvalid:focus, .lwl-ozg-textareaInvalid:focus {
	border-color: #9b182a;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #9b182a;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.lwl-ozg-antragsDiv {
	min-width: 380px;
	max-width: 1024px;
	padding: 0 20px 0 20px;
	margin: auto;
}

.lwl-ozg-buttonDiv {
	padding: 1.5rem 20px 0 20px;
}

.lwl-ozg-innerVlayout .z-vlayout-inner {
	padding: 15px 0px 5px 0px;
}

.lwl-ozg-groupBox .z-groupbox-content {
	border: none;
}

.lwl-ozg-groupBox.groupBox-expandable {
	clear: left;
}

.groupBox-expandable .z-groupbox-content {
	border-width: 3px;
	border-color: #b4b2b2;
	border-style: solid;
	padding: 0 1em;
}

.lwl-ozg-groupbox-attachements {
	margin-bottom: 1.75em;
}

.lwl-ozg-upload-wrapper-box {
	display: flex;
	margin: 5px 0px 5px 0px;
}

.lwl-ozg-upload-filename-box {
	flex: 0 0 30%;
}

.lwl-ozg-upload-filename-box .lwl-ozg-gridLabel {
	line-height: 1.42857;
	padding: .5rem 0;
	display: inline-block;
}

.lwl-ozg-upload-removeFile-box {
	flex: 1;
}

.lwl-ozg-important {
	background-color: #eaeaea;
	padding: 5px;
	margin-bottom: 1rem;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(135, 129, 133, 1);
}

.lwl-ozg-top-margin {
	margin-top: 1.5rem;
}

.lwl-ozg-p-no-top-margin {
	margin-top: 0px;
}

.lwl-ozg-vorfragen-spacer {
	height: 1rem;
	border: 0;
	margin: 0;
}

/* Accordion */
.lwl-ozg-accordion {
	position: relative;
	overflow: hidden;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.lwl-ozg-accordion-element:first-child > .lwl-ozg-accordion-tab {
	border-top: none;
}

.lwl-ozg-accordion-tab {
	font-size: 18px;
	display: block;
	margin: 0;
	color: #00325f;
	border-top: 1px solid #D9D9D9;
	line-height: 24px;
	text-align: center;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px 16px;
	width: 100%;
}

.lwl-ozg-accordion-tab::before {
	content: '\02C4';
 	font-weight: bold;
 	float:left;
 	font-size: 24px;
	margin-right: 10px;
	margin-top: 4px;
}

.lwl-ozg-accordion-tab-invalid { 
	border: 2px solid #9b182a !important; 
	background-color: #f5e7e9;
	color: #9b182a;
	padding: 4px 16px;
}

.lwl-ozg-accordion-tab-invalid .lwl-ozg-accordionButton {
	margin: -4px -2px -4px 0px;
}

.lwl-ozg-accordion-tab-invalid .lwl-ozg-accordionButton:hover, .lwl-ozg-accordion-tab-invalid .lwl-ozg-accordionButton:focus {
	background-color: #9b182a;
	color: white;
}

.lwl-ozg-accordion-tab-selected {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
	-ms-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	border-bottom: 2px solid #00325f;
}

.lwl-ozg-accordion-tab-selected::before {
	content: "\02C5";
	margin-top: 4px;
}

.lwl-ozg-accordion-tab-header {
	color: #00325f;
	float: left;
	font-size: 18px;
	padding-left: 16px;
	padding-top: 4px;
}

.lwl-ozg-accordion-tab-title {
	color: #00325f;
	font-weight: bold;
	font-size: 18px;
	padding: 4px;
	float: left;
}

.lwl-ozg-accordion-tab-header-invalid {
	color: #9b182a;
}

.lwl-ozg-accordion-tab-title-invalid {
	color: #9b182a;
}

.lwl-ozg-accordion-content {
	padding: 16px;
}

.lwl-ozg-accordion-content .z-groupbox-content{
	border: none;
	clear: left;
}

/* Footer */
/* horizontal mittig ausgerichteter Text im South-BorderLayout */
.footer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: right;
	display: flex;
}

.lwl-ozg-southArea {
	border-top: 1px solid #e5e5e5;
}

/* Header */
.lwl-ozg-northHeader {
	box-shadow: 0 .1875rem .25rem #00000014;
	height: 7.125rem !important;
}

.lwl-ozg-northHeaderIkf {
	height: 8.1875rem !important;
}

/* Wizard Step Bar */
.lwl-ozg-wizardStep-wrapper {
	margin-top: 1rem;
}

.lwl-ozg-wizardStep-header:after {
	content: "";
	display: table;
	clear: both;
}

.lwl-ozg-wizardStep-wrapper h2 {
	margin: 0;
	cursor: pointer;
	display: inline-block;
}

.lwl-ozg-wizardStep-wrapper .v1 button, .lwl-ozg-wizardStep-wrapper .v1 button:hover,
	.lwl-ozg-wizardStep-wrapper .v1 button:active,
	.lwl-ozg-wizardStep-wrapper .v1 button:focus {
	background: transparent;
	color: #00325f;
	border: 0px none;
	padding: 0 5px;
	vertical-align: super;
	font-size: 0.75rem;
	box-shadow: none;
}

.lwl-ozg-wizardStep-wrapper .v2 button, .lwl-ozg-wizardStep-wrapper .v2 button:hover,
	.lwl-ozg-wizardStep-wrapper .v2 button:active,
	.lwl-ozg-wizardStep-wrapper .v2 button:focus {
	float: right;
	background-color: #002445;
	font-size: 0.75rem;
}

.lwl-ozg-wizardStep-wrapper .showbutton {
	display: none;
}

.lwl-ozg-wizardStep-wrapper .hidebutton {
	display: inline-block;
}

.lwl-ozg-wizardStep-wrapper #navList {
	display: flex;
	flex-wrap: wrap;
}

.lwl-ozg-wizardStep-wrapper ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lwl-ozg-wizardStep-wrapper li {
	display: inline-block;
	margin-left: 4px;
}

.lwl-ozg-wizardStep-enabled, .lwl-ozg-wizardStep-disabled {
	display: inline-block;
	padding: 0.5rem;
	font-size: 1.125rem;
	color: white;
	text-align: center;
	position: relative;
	margin: 2px 0px 2px 0px;
	user-select: none;
}

.lwl-ozg-wizardStep-enabled>label, .lwl-ozg-wizardStep-disabled>label {
	padding-left: 5px;
}

.lwl-ozg-wizardStep-disabled>label {
	cursor: default;
}

.lwl-ozg-wizardStep-enabled:after, .lwl-ozg-wizardStep-disabled:after,
	.lwl-ozg-wizardStep-enabled:before, .lwl-ozg-wizardStep-disabled:before
	{
	content: '';
	position: absolute;
	top: 0%;
	width: 0;
	height: 0;
	border-top: solid 16px transparent;
	border-bottom: solid 16px transparent;
}

.lwl-ozg-wizardStep-enabled:after {
	border-left: solid 8px #00325f;
	margin-left: 8px;
	z-index: 1;
}

.lwl-ozg-wizardStep-enabled:hover:after {
	border-left: solid 8px #002445;
}

.lwl-ozg-wizardStep-disabled:after {
	border-left: solid 8px #b4b2b2;
	margin-left: 8px;
	z-index: 1;
}

.lwl-ozg-wizardStep-enabled:before, .lwl-ozg-wizardStep-disabled:before
	{
	margin-left: -8px;
	border-left: solid 8px white;
}

.lwl-ozg-wizardStep-wrapper li:first-child .z-div:before,
	.lwl-ozg-wizardStep-wrapper li:first-child .z-div:after,
	.lwl-ozg-wizardStep-wrapper li:nth-child(2) .z-div:before,
	.lwl-ozg-wizardStep-wrapper li:last-child .z-div:after {
	display: none;
}

.lwl-ozg-wizardStep-enabled {
	background-color: #00325f;
	cursor: pointer;
}

.lwl-ozg-wizardStep-enabled:hover {
	background-color: #002445;
}

.lwl-ozg-wizardStep-disabled {
	background-color: #b4b2b2;
	cursor: default;
}

/* Link im Footer */
a.FooterLink {
	text-decoration: none;
	font-weight: normal;
}

a.FooterLink:hover {
	text-decoration: underline;
}

.z-a.FooterLink {
	color: #464646;
}

.footer-copyright, .footer-legal {
	display: inline-block;
	width: 50%;
	margin-top: 5px;
}

.footer-copyright {
	text-align: left;
}

.lwl-ozg-copyright {
	padding-left:12px;
}

.footer-legal {
	text-align: right;
}

.footer-legal a {
	margin-right: 10px;
}

.footer-legal div {
	margin-right: 10px;
}

.footer-version-label {
	color: #a1a1a1;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.lwl-ozg-language {
	height: 27px;
	color: #00325f;
	border: 1px solid #00325f;
	width: 150px;
	min-width: 150px;
	margin-right: 10px;
	margin-top: -5px;
}

.footer-language select:active, .footer-language select:focus {
	border-color: #00325f;
}


.footer-language select:active {
	background-color: #00325f;
}

.hint, .textarea-hint {
	line-height: 1.61111;
	font-weight: 400;
	color: #00325f;
	font-size: 1.0625rem;
	cursor: default;
	display: block;
}

.textarea-hint {
	margin-top: 0rem;
	margin-left: 1rem;
}

.textarea-hintList {
	list-style-type: disc;
	margin-top: 0rem;
}

.hint.checkboxInputLabel {
	margin-left: 0;
	margin-bottom: 1rem;
	font-size: 0.9375rem;
}

.textarea-description {
	margin-left: 1rem;
	color: #00325f;
}

/* DATE INPUT SPECIFIC */
.dateInputPartDiv {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
}

.dateInputLabel {
	display: block;
	margin-bottom: 0.4em
}

.lwl-ozg-dateDiv {
	display: flex;
	max-width: 430px;
}

.lwl-ozg-datePrefix {
	width: 3.8em;
	margin-right: 5px;
}

/* END DATE INPUT SPECIFIC */

/* ERROR PAGE */
.errorHeadline span {
	font-size: 6rem;
	font-weight: 600;
	color: #00325f;
}

.errorHeadline2 {
	font-size: 2.375rem;
	line-height: 1.21053;
	font-weight: 400;
	color: #00325f;
	margin: 1.25rem 0;
	display: block;
}

.errorPretext span {
	font-size: 1.3125rem;
	line-height: 1.42857;
	color: #00325f;
	margin-bottom: 1rem;
	display: block;
}

.errorPageText span {
	font-size: 1.125rem;
	line-height: 1.61111;
}

a.errorPageTextLink:active, a.errorPageTextLink {
	color: #000;
	border-bottom: 1px solid #000;
}

a.errorPageTextLink:hover, a.errorPageTextLink:focus {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

.errorPageSeparator {
	height: 30px;
}

a.errorPageButton, a.errorPageButton:visited {
	border: 1px solid #00325f;
	padding: .5rem .875rem;
	font-size: 1.0625rem;
	line-height: 1.42857;
	border-radius: .25rem;
	text-decoration: none;
	color: #00325f;
	font-weight: 600;
}

a.errorPageButton:hover, a.errorPageButton:focus {
	background-color: #00325f;
	border-color: #00325f;
	color: #fff;
}
/* END ERROR PAGE */

/* CONFIRMATION PAGE */
.lwl-ozg-confirmation-window {
	width: 500px;
	padding: 10px;
	background-color: white;
}

.lwl-ozg-confirmation-title {
	color: #00325f;
	padding-top: .625rem;
	display: block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.6875rem;
	line-height: 1.42857;
	border-bottom: 1px solid #e5e5e5;
}

.lwl-ozg-confirmation-information {
	margin-bottom: 0.25rem;
	color: #00325f;
	font-size: 1.125rem;
	line-height: 1.61111;
	display: block;
	padding-bottom: 20px;
}

.lwl-ozg-confirmation-window button {
	min-width: 120px;
}

/* END CONFIRMATION PAGE */
.has-control-menu .banner-cookie {
	display: none;
}

.banner-cookie {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	color: #fff;
	width: 100% !important;
	padding: 15px 0 0;
	background: rgba(0, 50, 95, .8);
}

.banner-cookie header {
	display: none;
}

.banner-cookie .container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.banner-cookie .cookie-wrapper {
	margin-bottom: 1rem;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
}

.banner-cookie .cookie-wrapper span {
	-ms-flex-order: 1;
	order: 1;
	-ms-flex: 1;
	flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 3;
	flex-grow: 3;
	-ms-flex-item-align: center;
	align-self: center;
}

.banner-cookie .cookie-wrapper .cookie-controls {
	-ms-flex-order: 2;
	order: 2;
	text-align: left;
	float: left;
	-ms-flex: 1;
	flex: 1;
}

.banner-cookie .cookie-wrapper .cookie-controls a:first-of-type {
	-ms-flex-order: 2;
	order: 2;
}

.banner-cookie .btn {
	margin-left: 1rem;
	color: #ffffff !important;
	text-decoration: none !important;
}

.ozg-header {
	padding: 20px 12px 12px 12px;
}

.ozg-header::after {
	content: "";
	display: block;
	clear: both;
}

.ozg-header span {
	display: block;
	max-width: 100%;
	/** width: 395px; */
	float: left;
	margin-right: 20px;
}

.ozg-wideHeader {
	padding: 20px 12px 12px 12px;
}

.ozg-wideHeader::after {
	content: "";
	display: block;
	clear: both;
}

.ozg-wideHeader span {
	display: block;
	max-width: 100%;
	width: 600px;
	float: left;
	margin-right: 20px;
}

.ozg-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.ozg-col-sm-2 {
	width: 16.666667%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.ozg-col-sm-4 {
	width: 33.333333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.ozg-col-sm-8 {
	width: 66.666667%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.ozg-col-sm-10 {
	width: 83.3333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.ozg-col-sm-2, .ozg-col-sm-4, .ozg-col-sm-8, .ozg-col-sm-10 {
	padding: 0 5px;
	box-sizing: border-box;
}

@media ( min-width :768px) {
	.banner-cookie .container {
		max-width: 100%;
		width: 768px;
	}
}

@media ( min-width :968px) {
	.banner-cookie .container {
		max-width: 100%;
		width: 968px;
	}
}

@media ( min-width :1440px) {
	.banner-cookie .container {
		max-width: 100%;
		width: 1440px;
	}
}

.headerGrid {
	margin: 0px 10px 0px 10px;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(8, 1fr); /** generates 8 Columns */
	grid-template-rows: repeat(3, 1fr); /** generates 3 Rows */
	grid-column-gap: 10px;  /** margin between columns */
	grid-row-gap: 10px; /** margin between rows */
}

.gridTitle {
	grid-area: 1/1/3/4; /** row-start / column-start / row-end / column-end */
}

.gridName {
	grid-area: 3/1/3/4; /** row-start / column-start / row-end / column-end */
	align-self: center;
}	

.gridTimer {
	grid-area: 1/4/3/6; /** row-start / column-start / row-end / column-end */
	align-self: center;
}

.gridLogos {
	grid-area: 1/6/4/9; /** row-start / column-start / row-end / column-end */
	justify-self: end;
}

.gridLogosIkf {
	grid-area: 1/6/4/9; /** row-start / column-start / row-end / column-end */
	justify-self: end;
	display: grid; /** nested-grid */
	grid-template-columns: 1fr; /* only one column here */
	grid-template-rows: repeat(auto-fit, minmax(50px, 1fr));
	grid-gap: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lwl-ozg-lwlimg, .lwl-ozg-lwlimg-fix {
	height: 113px;
	max-width: 350px;
}

.lwl-ozg-ikfimg{
	height: 50px;
}

@media only screen and (max-width: 1120px) {
	.z-south {
		height: 70px !important;
		padding: 5px;
	}
	.z-south-body {
		height: inherit;
	}
	
	.footer-copyright, .footer-legal, .footer-language, .footer {
		width: 100%;
		text-align: center;
	}
	.footer {
		top: 0;
		transform: initial;
		-webkit-transform: initial;
		display: block;
	}
	.footer-copyright span {
		padding-left: 0 !important;
	}
	.footer-version-label {
		padding: 10px;
	}
	.footer-language {
		display: block;
	}
}


@media only screen and (min-width: 1120px) {
	.z-south {
		height: 45px !important;
	}
	.z-south-body {
		height: inherit;
	}
}


/** Works better for the Header with max-width 912 as it seems */
@media only screen and (max-width: 912px) {
	/** On smaller displays the grid only has one column */
	.headerGrid {
		display: grid;
		grid-template-columns: 1fr; /* only one column here */
		grid-template-rows: auto; /* automatically detect the necessary amount of rows */
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	/** Change order for smaller displays to:
	 *		1. Logos
	 *		2. Title
	 *		3. Timer
	 */
	.gridTitle {
		grid-area: 2/1/3/1;
	}
	.gridName {
		grid-area: 4/1/5/1; 
	}
	.gridTimer {
		grid-area: 3/1/4/1;
	}
	.gridLogos {
		grid-area: 1/1/2/1;
	}
	.gridLogosIkf {
		grid-area: 1/1/2/1;
		justify-self: end;
		display: grid; /** nested-grid */
		grid-template-columns : 210px 210px 1fr;
		grid-template-rows: repeat(auto-fit, minmax(40px, 1fr));
		grid-gap: 10px;
		margin-bottom: 0px;
	}
	.lwl-ozg-ikfimg {
		height: 40px;
	}
	.lwl-ozg-titelLabel {
		margin-top: 0px;
	}
	.lwl-ozg-countdownLabel{
		margin-top: 0px;
	}
	.ozg-header span {
		margin-right: unset;
	}
	img {
		max-width: 100% !important;
	}
	.lwl-ozg-lwlimg {
	 	content: url("../img/LWL_Logo_ohne_Claim.jpg");
	 	height: 35px;
	 	margin: 10px 10px 0 0;
	}
	.lwl-ozg-lwlimg-fix{
		height: 50px;
	 	margin: 0;
	}
	.z-button {
		white-space: normal;
	}
	.lwl-ozg-northHeader, .z-center, .z-center-body, .z-south {
		position: relative !important;
		overflow: visible !important;
	}
	.z-center {
		top: 0 !important;
		height: auto !important;
	}
	.z-center-body {
		height: auto !important;
	}
	.z-borderlayout {
		overflow: visible;
	}
	#topHeadline {
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.lwl-ozg-northHeader img {
		float: none !important;
	}
	.lwl-ozg-northHeader, .z-north-body {
		height: fit-content !important;
	}
	.lwl-ozg-antragsDiv {
		min-width: auto !important;
	}
	.lwl-ozg-antragsDiv>div>div:first-child, .lwl-ozg-antragsDiv>div>div:last-child
		{
		margin-top: 1.5rem !important;
	}
	.lwl-ozg-antragsDiv::after {
		content: "";
		display: block;
		clear: both;
		padding-bottom: 20px;
	}
	.z-south {
		height: 110px !important;
		top: 30px !important;
		padding: 10px;
	}
	.z-south-body {
		height: inherit;
	}
	.z-notification {
		right: 0 !important;
		left: auto !important;
	}
	.z-window-modal {
		top: 0 !important;
		height: 100% !important;
		width: 100% !important;
	}
	.lwl-ozg-upload-wrapper-box, .lwl-ozg-upload-filename-box,
		.lwl-ozg-upload-removeFile-box {
		display: block;
	}
	.lwl-ozg-wizardStep-wrapper .showbutton {
		display: inline-block;
	}
	.lwl-ozg-wizardStep-wrapper #navList, .lwl-ozg-wizardStep-wrapper .hidebutton
		{
		display: none;
	}
	.ozg-col-sm-2, .ozg-col-sm-4, .ozg-col-sm-8, .ozg-col-sm-10 {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	/* ERROR PAGE */
	.errorHeadline span {
		font-size: 4.5rem;
	}
	.errorHeadline2 {
		font-size: 1.9rem;
	}
	.errorPretext span {
		font-size: 1.2125rem;
	}
	.errorPageButtonDiv {
		display: grid;
	}
	.errorPageButton {
		max-width: max-content;
	}
	/* END ERROR PAGE */
}

@media only screen and (max-width: 450px) {
	.gridLogosIkf {
	grid-area: 1/1/2/1;
	justify-self: end;
	display: grid; /** nested-grid */
	grid-template-columns: 1fr; /* only one column here */
	grid-template-rows: repeat(auto-fit, minmax(40px, 1fr));
	grid-gap: 10px;
	margin-top: 10px;
	}
}

@media only screen and (max-width: 440px) {
	.lwl-ozg-upload-filename-box span {
		overflow: auto;
		max-width: 85%;
		width: 300px
	}
	.z-south {
		height: 120px !important;
	}
	.z-south-body {
		height: 80px !important;
	}
}