li[disabled]{
	display:none
}

.ui-selectonemenu-label {
	margin-bottom: 1px !important;
}

.ui-selectonemenu {
	margin-top: 5px !important;
}

.ui-messages {
	width: fit-content;
	display: inline-block !important;
}

.mobileButton {
	display: none !important;
	width: 30px !important;
	position: fixed !important;
	top: 5px;
	right: 15px;
	z-index: 1010;
	background: unset !important;
}

.logoutButton {
	display: block !important;
	position: fixed !important;
	top: 5px;
	right: 0px;
	z-index: 1010;
	background: unset !important;
}

.pi {
	font-size: 1.5rem !important;
}

.ui-icon-check {
	margin-top: -0.6rem !important;
}

.ui-chkbox .ui-chkbox-box.ui-state-active {
    border-color: #1c663f !important;
    background: #1c663f !important;
    color: #ffffff;
}

.ui-radiobutton .ui-radiobutton-box.ui-state-active {
    border-color: #1c663f !important;
    background: #1c663f !important;
}

.font16 {
	font-size: 17px;
	line-height: 25px;
}

.fontTitle {
	color: #1c663f;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.fontWeight600 {
	font-weight: 600 !important;
}

.selectZustimmung {
    min-width: 150px !important;
}

.inputZustimmungFrm {
    max-width: 250px;
}

.btn-primary:focus {
	background-color: #1c663f !important;
}

.errorIcon {
	display: inline-block; 
	padding: 0px !important;
	width: 10px; 
	height: 10px;
}

.errorIcon > div {
	margin-top: -4px !important;
	margin-bottom: 0px !important;
	background: white !important;
    border: 0px !important;
}

.errorIcon > div > span {
	margin: 0px !important;
	margin-top: -9px !important;
    margin-left: -20px !important;
}

hr {
	display: none !important;
}

.ui-selectoneradio > tbody > tr > td {
	display: inline-flex !important;
}

.scrollToTop {
	display: none;
}

.zustimmungPanelClass {
	display: block;
	margin-top: -24px !important;
    padding-left: 20%;
    padding-right: 20%;
}

.infoText {
	text-align: justify;
}

@media (any-hover: none) {
	#banner {
		padding: 10px 20px 7px 20px !important;
	}
	.mobileButton {
		display: block !important;
	}
	.logoutButton {
		display: none !important;
	}
	.zustimmungPanelClass {
		margin-top: -48px !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	div[id$="gebDatDay"] {
		width: 30%;
		max-width: 125px;
	}
	div[id$="gebDatMonth"] {
		width: 30%;
		max-width: 125px;
	}
	div[id$="gebDatYear"] {
		width: 30%;
		max-width: 125px;
	}
	.selectZustimmung {
	    max-width: 200px !important;
	}
	.inputZustimmungFrm {
	    width: 305px !important;
	    max-width: 305px !important;
	    margin-left: 0px !important;
	}
	hr {
		display: block !important; 
	    border-width: 1px !important;
	    border-color: #1c663f4d !important;
	}
	.ui-selectoneradio > tbody > tr > td {
		display: flex !important;
		margin-bottom: 10px !important;
	}
	.ui-selectoneradio > tbody > tr > td > div {
		order: 2 !important;
	}
	.ui-selectoneradio > tbody > tr > td > label {
		order: 1 !important;
		text-align: right;
	}
}

@media (max-width: 385px) {
	.surveyTable {
		margin-top: 80px;
	}
}

div#mainFooter {
	display:none;
}
