/*ROLAND*/
[aria-invalid] {
	border-color: red !important;
}

a.navLinkContentActive {
	background-color: #e8eadc;
	margin-left: 5px;
	border-bottom: 1px solid #505e6b;
	color: #505e6b;
	text-decoration: none;
	float: left;
	text-align: center;
}

a.navLinkContentInActive {
	margin-left: 5px;
	color: #505e6b;
	text-decoration: none;
	float: left;
	text-align: center;
}

.form-list .fields .field.one-half {
	width: 49%;
}

.form-list .fields .field.one-third {
	width: 32%;
}

.form-list .fields .field.one-eighth {
	width: 11%;
}

.form-list .fields .field.three-sixteenth {
	width: 17%;
}

/

.form-list .fields .fieldWrapperRolandOrga { /*width: 49%;*/
	float: left;
	/*margin-left: 2%;*/
}

.form-list .fields .fieldWrapperRolandOrga .field { /*width: 49%;*/
	float: left;
	/* margin-left: 2%;*/
}

/*Hintergrund der Display-Tabellen*/
.displayPersonBackground .mod-configurator {
	background: none repeat scroll 0 0 transparent;
	margin-bottom: 1.25em;
}

button.NavibuttonAktiv {
	background: none repeat scroll 0 0 #B2B9C6;
	border: 1px solid #E8EAEC;
	color: white;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: strong;
	padding: 4px 10px 10px 10px;
	position: relative;
	text-decoration: none;
	/*text-transform: uppercase;CL23*/
	transition: all 0.1s ease-in 0s;
	font-family: Arial;
	line-height: 22px;
	width: 280px;
}

button.NavibuttonInaktiv {
	background: none repeat scroll 0 0 #e8eaec;
	color: #969ba5;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	padding: 4px 18px 10px 18px;
	position: relative;
	text-decoration: none;
	
	transition: all 0.1s ease-in 0s;
	font-family: Arial;
	line-height: 22px;
	width: 280px;
}

button.NavibuttonInaktivFertig {
	background: none repeat scroll 0 0 #e8eaec;
	color: black;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	padding: 4px 18px 10px 18px;
	position: relative;
	text-decoration: none;
	transition: all 0.1s ease-in 0s;
	font-family: Verdana, sans-serif;
	line-height: 22px;
	width: 280px;
}

.InnerTableLegend {
	color: #0c68b0;
	font-size: 1rem;
	margin-bottom: 0.625em;
	
}

.mod-configurator table th.legend,.mod-checkout table th.legend,.mod-accordion-box table th.legend
	{
	width: 100%;
}

/* ==========================================================================
   Columns verteilung für Download und allgemeine Reiter
   ========================================================================== */
	/* col2 set */
@media screen and (min-width: 35.5em) {
	/* line 85, ../../private/sass/partials/_layout.scss */
	.col2_1zu3 .col2-set .col-1 {
		display: block;
		float: left;
		margin-left: 0;
		margin-right: -100%;
		width: 24.21875%;
	}
}

@media screen and (min-width: 80em) {
	/* line 85, ../../private/sass/partials/_layout.scss */
	.col2_1zu3 .col2-set .col-1 {
		display: block;
		float: left;
		margin-left: 0;
		margin-right: -99.9%;
		/*width: 48.4375%;*/
		width: 24.21875%;
	}
}

@media
screen
and
(min-width:
35.5em)
{
/* line 94, ../../private/sass/partials/_layout.scss */
.col2_1zu3 .col2-set .col-2 {
	display: block;
	float: left;
	margin-left: 27.34375%;
	margin-right: -100%;
	width: 72.65625%;
}

}
@media screen and (min-width: 80em) {
	/* line 94, ../../private/sass/partials/_layout.scss */
	.col2_1zu3 .col2-set .col-2 {
		display: block;
		float: left;
		margin-left: 27.34375%;
		margin-right: -99.9%;
		width: 72.65625%;
	}
}

/*Download-Tabelle*/
.col-main table.Download, .col-1 table.Download{
	width:100%;
}

.radioGroupFisch td, .radioGroupFisch tbody tr td:first-child{
	/*background-color: #f5f5fa;*/
	background: none repeat scroll 0 0 transparent;
	
	/*padding: 1em 1.25em;*/
	padding:0.4em !important;
	
	/* text-align: center;*/
	text-align:left;
	
	border:none;
}
.radioGroupFisch tbody tr {
border:none;
}


/* Anpassungen für Breite der ServiceNaviations-Lis */
 #servicenavigation li {
  display: block;
  float: left;
  margin-left: 1.2%;  
  position: relative;
}

#servicenavigation li.consultant, #servicenavigation li.contact, #servicenavigation li.callback, #servicenavigation li.report, #servicenavigation li.configure {
  width: 18.734388%;
}


@media only screen and (max-width: 56.25em) {
  /* line 312, ../../private/sass/partials/_servicenavigation.scss */
 
  /* line 322, ../../private/sass/partials/_servicenavigation.scss */
  #servicenavigation li {
    margin-left: 0;
    width: 19% !important;
  }
}
