/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * $$
 * -----------------------------------------------------------------------------
 */

/*
 * Add your custom CSS code to this file. This file will be included as last CSS
 * file in the form and main view. The file may also include theme macros.
 */

@import 'responsiveExtensions.css';

/* Bundes Sans */

@font-face {
    font-family: 'BundesSans Web';
    src:   url('../fonts/BundesSansWeb/BundesSansWeb-Regular.woff') format('woff'),
           url('../fonts/BundesSansWeb/BundesSansWeb-Regular.ttf') format('truetype'),
           url('../fonts/BundesSansWeb/BundesSansWeb-Regular.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BundesSans Web bold';
    src:   url('../fonts/BundesSansWeb/BundesSansWeb-Bold.woff') format('woff'),
           url('../fonts/BundesSansWeb/BundesSansWeb-Bold.ttf') format('truetype'),
           url('../fonts/BundesSansWeb/BundesSansWeb-Bold.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BundesSerif Web bold';
    src:   url('../fonts/BundesSansWeb/BundesSerifWeb-Bold.woff') format('woff'),
           url('../fonts/BundesSansWeb/BundesSerifWeb-Bold.ttf') format('truetype'),
           url('../fonts/BundesSansWeb/BundesSerifWeb-Bold.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}


@font-face{
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: 	local('Roboto Slab Regular'),
			local('RobotoSlab-Regular'),
			url('../fonts/Roboto/Roboto_Slab.woff2') format('woff2'),
			url('../fonts/Roboto/Roboto_Slab.woff') format('woff'),
			url('../fonts/Roboto/Roboto_Slab.ttf') format('truetype'),
			url('../fonts/Roboto/Roboto_Slab.eot') format('eot');
}

@font-face{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src:
		local('Roboto'),
		local('Roboto-Regular'),
		url('../fonts/Roboto/Roboto_400.woff2') format('woff2'),
		url('../fonts/Roboto/Roboto_400.woff') format('woff'),
		url('../fonts/Roboto/Roboto_400.ttf') format('truetype'),
		url('../fonts/Roboto/Roboto_400.eot') format('eot');
}

@font-face{
	font-family: Roboto Medium;
	font-style: normal;
	font-weight: 500;
	src:
		local('Roboto Medium'),
		local('Roboto-Medium'),
		url('../fonts/Roboto/Roboto_500.woff2') format('woff2'),
		url('../fonts/Roboto/Roboto_500.woff') format('woff'),
		url('../fonts/Roboto/Roboto_500.ttf') format('truetype'),
		url('../fonts/Roboto/Roboto_500.eot') format('eot');
}


#lip_headerSegmentsContainer {
	/*display: none;*/
	position: absolute;
	z-index: 5000;
}

form.centered .padding .centeredContent {
	margin: 0 auto;
}

form.centered .form {
	margin: 0 auto;
}

form.centered .padding {
    padding: 0 !important;
}

#lip_segment-instances\:header > div > .flex-container, #lip_segment-instances\:body {
	
}


#LB_Datenschutz {
	display: block;
}

.form ul[data-group-name="HinweisGruppe1"] {
    display: block;
    list-style: initial !important;
}

.form ul[data-group-name] li {
    margin-top: 0px;
    line-height: 20px;
    display: block;
}

a {
	color: rgba(0,75,118,.87);
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-weight: 700;
	/*text-shadow: 0 0 .01px white, 0 0 .01px white;*/
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: none;
	font-weight: unset;
	text-shadow: 0 0 .01px white, 0 0 .01px white;
}

ul[data-group-name=HinweisDurchfuehrung] > li {
	
}

.QuestionHeaderWrapper > h1 {
	font-size: 32px;
	line-height: 48px;
	color: white;
	font-family: BundesSans Web;
	margin-left: 20px;
	margin-top: 12px;
}

.QuestionHeaderWrapper > span {
	font-size: 22px;
	line-height: 32px;
	color: white;
    margin-left: 20px;
	margin-right: 20px;
	white-space: nowrap;
}

.custom-form-footer {
	color: #fff;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	background-color: #003858;
	position: relative;
	/*margin-top: 107px;*/
}

.footer-wrapper {
	/* padding-right: 13px; */
    /* padding-left: 13px; */
    flex-direction: row;
    display: flex;
    justify-content: space-between;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}

.footer-copyright {
	font-size: 18px;
	line-height: 26px;
}

.footer-meta-nav {
	display: block;
    box-sizing: border-box;
}

.footer-meta-nav-list {
	justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-meta-nav-list-item {
	margin-right: 40px;
	font-size: 16px;
}

.footer-meta-nav-list-item > a {
	color: white;
	text-decoration: none;
}

.footer-meta-nav-list-item > a:hover {
	text-decoration: underline;
}

.customHeaderWrapper {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 40px;
}

.customHeaderHeading {
	font-size: 18px;
	line-height: 26px;
}

.customHeaderDescription {
	font-size: 16px;
	line-height: 22px;
}

a.formControl.PrimaryButton {
	flex-shrink: 0 !important;
}

@media only screen and (max-width: 767px) {
	.footer-wrapper {
		flex-direction: column;
	}
	
	.footer-meta-nav-list {
		flex-direction: column;
	}
	
	.customHeaderWrapper {
		display: none;
	}
	
	.QuestionHeaderWrapper {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.QuestionHeaderWrapper > span {
		margin-left: 20px;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.QuestionHeaderWrapper > h1 {
		margin-bottom: 0px;
	}	
	
}


#lip_formToolbar {
	max-width: 1280px;
	margin: auto;
	/* fix for ie11 */
	width: 100%;
	left: 0%;
	right: 0%;
}

#lip_header_wrapper, #lip_header {
	box-shadow: 0 .125em .625em .0625em rgba(51,51,51,.2);
}

.lowerBarBorder {
	display: none;
}

.formToolbar .content {
    height: 94px;
}

.formToolbar .logo {
    display: flex;
    flex-direction: row;
}

.HeaderImg > img {
	width: 100% !important;
}


.lip_checkbox input[type="checkbox"]:checked ~ div > .after::before, .lip_checkbox div[data-type="checkbox"][data-checked="checked"] ~ div > .after::before {
    color: rgb(0, 75, 118);
}

.lip_checkbox {
	width: 30px !important;
	height: 34px !important;
}

#lip_formBean .pageContent__Startseite .TextHervorhebung a::-moz-focus-inner, #lip_formBean .pageContent__Startseite .TextHervorhebung a:focus::-moz-focus-inner, #lip_formBean .pageContent__Startseite .TextHervorhebung a:focus {
  border: 1px solid black !important;
  outline: 1px solid black !important;
}

#lip_buttonPanel .text {  
	display: none; 
}

.hamburger {  
	display: none !important; 
}

#lip\.loadingNotification svg rect {
	fill: #004b76;
}

.qlist {
	list-style: none;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
}

.datepicker table tr td.highlighted  {
	background-color: #e6e7e7;
}

.datepicker *:focus {
	border-color: #005f94;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
	color: #FFFFFF;
    background-color: #004b76de;
}

.datepicker table tr td.today {
	color: #FFFFFF;
    background-color: #004b76;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
	color: #FFFFFF;
    background-color: #004b76de;
}

a.formControlLink, .formControlLink {
    color: #004b76;
}

a.formControlLink:focus, .formControlLink:focus, 
a.formControlLink:hover, .formControlLink:hover 
{
	color: #004b76;
}

a.formControlLink:visited, .formControlLink:visited {
	color: #004b76 !important;
}

.ffw_errorLabel {
	font-size: 19px !important;
}

.formBody main article {
	overflow: hidden;
}