
/* some possibly reusable things in common* */
.esraRechnerAllType .icon-rechner::before {
	content: "\e944";
	font-size: 80px;
}
.esraRechnerAllType .icon-rechner {
	position:absolute;
	display:block;
	top:11px;
	right:21px;
}

.esraRechnerAllType .floating-label .form-group :focus {
	outline: 3px dashed rgb(190,0,33);
	outline-offset: 3px;
}
.esraRechnerAllType .select-label.form-group:has(:focus) {
	outline: 3px dashed rgb(190,0,33);
	outline-offset: 3px;
}

.esraRechnerAllType .table-striped td {
	width: 16%;
}

.esraRechnerAllType .sidebyside {
	display: flex;
	flex-direction: row;
}

.centeredFlex {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}

.esraSmall {
	display: none;
} 

@media (min-width: 490px){
	.centeredFlex {
		position: relative;
		visibility: visible;
		display: flex;
		align-items: center;
		justify-items: center;
	}
}

.labelFlex {
	display: flex;
	flex-grow: inherit;
	justify-content: space-between;	
}

.spec-help.updated-help {
	visibility: visible;
	display:block;
	position: absolute;
	top:2px;
	right:0;
}


@media (min-width: 490px){

	.labelFlex .updated-help, .labelMobile .updated-help {
		visibility: hidden;
		display: none;
	}
	.labelFlex .stay-desktop, .labelMobile .stay-desktop {
		visibility: visible;
		display: block;
	}
	
}

.labelFlexPerm {
	display: flex;
	flex-grow: inherit;
	justify-content: start;
}

.updated-help {
	float: right;
	display: block;
	align-self: center;
	margin-bottom:7px;	
}

@media (min-width: 490px)
{
	
	.updated-help {
		position: relative;
		right: 0px;
		padding: 3px 15px;
		margin-bottom: 25px;
		display: block;
		justify-self: center;
	}

	.labelFlexPerm .updated-help {
		margin-bottom: 0px;
	}
	.esraSmall {
		display: inline;
	} 
}

[class^="icon3-"],
[class*=" icon3-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon3' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-help:hover,
.icon-help:focus,
.icon-help:active {
	color: #be0021;
	text-decoration: none;
}

.icon-help:before {
	content: "?";
	padding: 3px;
	font-family: Arial !important;
	font-weight: bold;
}

.icon-help {
	color: #be0021;
	font-size: 15px;
	height: 22px;
	width: 22px;
	font-weight: 700;
	border-radius: 3px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #be0021;
	display: inline;
}

.icon-help.infoLink {
	cursor: pointer;
	margin-left: 10px;
	text-decoration: none;
}



/*#################Overlay##################*/
div#esraRechnerBoxOverlay {
	background: #000000 none repeat scroll 0 0;
	cursor: auto;
	height: 100% !important;
	left: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
	overflow: auto;
}

#esraRechnerBoxLayer {
	cursor: auto;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
	overflow: auto;
}

#esraRechnerBox {
	display: block;
	background: #FFF;
	color: #000;
	cursor: auto;
	position: relative;
	opacity: 1;
	padding: 25px 20px 20px;
	max-width: 682px;
	width: 50%;
	min-width: 400px;
	z-index: 9999;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	overflow: auto;
}

#closeEsraRechnerBox {
	position: absolute;
	text-align: right;
	top: 0px;
	right: 0px;
}

#closeEsraRechnerBox {
	cursor: pointer;
	float: right;
}

#closeEsraRechnerBox,
#closeInfoButton a {
	display: block;
	padding: 15px;
	line-height: 1px;
}

#esraRechnerBoxContent {
	cursor: auto;
	width: 100%;
	height: auto;
	display: block;
}

#esraRechnerBoxContent h2 {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: normal;
	margin-bottom: 15px;
	width: 90%;
}

#esraRechnerBoxContent .floating-label .form-group {
	width: 110px;
	display: inline;
}

#esraRechnerBoxContent select.selectpicker {
	display: block !important;
}

#esraRechnerBoxContent a {
	text-decoration: underline;
}

.mainContentFooterInfo {
	margin: 40px 0 20px 0;
}

.icon3-X:before {
	content: "\e901";
}

.icon-close::before {
	content: "\e905";
	color: #be0021;
}

.icon-close {
	font-size: 51px;
}

.icon-close {
	font-size: 51px;
}

@media (max-width: 768px) {
	#esraRechnerBox {
		min-width: 97%;
	}
}

.infoLink {
	padding-top: 20px;
	float:right;
	text-decoration: none;
	}
	.infoLinks .infoLink {
	padding-top: 5px;
	}
	.icon-info:before {
	 content:"\e915"
	}
	.icon-info {
	display:inline-block;
	color:#be0021;
	font-size:20px;
	height: 22px;
	width:22px;
	font-weight:700;
	border-radius:3px;
	background-color: #fff;
	padding-top:1px;
	border:1px solid #be0021;
	}
	.infoLink .icon-info {
	margin-left: 5px;
	}

@media (max-width:550px) {
	.hidden-xxs{display:none!important}
}
@media (min-width:551px) {
	.hidden-notxxs{display:none!important}
}
@media (max-width:490px) {
	.esraRechnerAllType .floating-label {
		width: 100%;
	}
}

.esraBnRechnerResultTable table {
width:100%;
}
.table thead {
background: #2a2c33;
border-right: 1px solid #2a2c33;
}
.table thead * {
color:#fff;
background: #2a2c33;
border-right: 1px solid #2a2c33;
}
.table-plain > tbody > tr > td:last-child, .table-striped > tbody > tr > td:last-child, .table > tbody > tr > td:last-child {
border-right: none;
}
.table > tbody > tr > td {
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-align:right;
}
.table > tbody > tr:nth-of-type(2n+1) td {
background-color: #fff;
}
.table > tbody > tr:nth-of-type(2n) td {
background-color: #f9f9f9;
}
.esraBnRechnerResultTable {
margin: 0 0 20px 0;
}
.esraBnRechnerResultTable table th span {
white-space:nowrap;
}
.esraBnRechnerResultTable table th {
text-align:right;
}
.esraBnRechnerResultTable > table.table > thead > tr > th, .esraBnRechnerResultTable > table.table > tbody > tr > td {
vertical-align:middle;
}
.table > tbody > tr > td:first-child {
text-align:left;
}
.table > thead > tr > th {
border-bottom: none !important;
}
.table > tbody > tr {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.reduce {
max-width: calc(100% - 30px);
}
.width100 {
width: 100%;
}