/*****************************************************************************

Zeichensätze

******************************************************************************/
@font-face {
	font-family: ambleregular;
	src: local("ambleregular"), local("Amble-Regular-webfont"),
		url(fonts/amble-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: ambleregular;
	src: local("ambleregular"), local("Amble-Bold-webfont"),
		url(fonts/amble-bold-webfont.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/materialicons-regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'),
		url(fonts/materialicons-regular-woff2.woff2) format('woff2'),
		url(fonts/materialicons-regular-woff.woff) format('woff'),
		url(fonts/materialicons-regular-ttf.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons' !IMPORTANT;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

/*****************************************************************************

Größen/Abmessungen

******************************************************************************/
.kostenrechner, .kostenrechner h2, .kostenrechner input, .kostenrechner select, span.checkbox
{
	font-family: ambleregular, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#logos, .kostenrechner input, .kostenrechner select, span.checkbox, .checkboxspalte, .eingabe, .eingabe_klein, .combobox, .zwischenergebnis, #logo_juris, #logo_dav, .checkboxspalte_instanz2, .kostenrechner th, .kostenrechner td, .dialogActionBar {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.kostenrechner input, .kostenrechner select
{
	height:37px;
}

.toolbar
{
	padding-bottom:0px;
}

.eingabe, .eingabe_klein, .combobox, .zwischenergebnis {
	padding: 7px;
	margin: 0px;
	text-align: right;
}

.formular {
	width:1024px;
}

#logos {
	height: 100px;
	padding: 20px 20px 20px 20px;
}

#logo_juris {
	margin-top:8px;
	height: 50px;
}

#logo_dav {
	height: 60px;
}

.kostenrechner h2
{
	margin: 0px;
	padding: 15px 20px 15px 20px;
}

.tabelle {
	padding: 10px 20px 10px 20px;
}

.werteblock, .checkboxblock, .label_wert, .label_wert_33  {
	display: inline-block;
	width: 50%;
	vertical-align:top;
}

.label_wert_33  {
	width: 33%;
}

.checkboxblock
{
	margin-top:30px;
}

.wertepaar  {
	display: block;
}

.label
{
	margin-bottom:5px;
}

.checkboxzeile {
	display: block;
	width: 100%;
}

.wertepaar {
	margin-bottom: 20px;
}

.checkboxspalte {
	vertical-align: top;
	margin-bottom: 15px;
}

.checkboxspalte_instanz2, .checkboxspalte_instanz3 {
	display:inline-block;
	width: 50%;
}

.checkboxspalte_instanz2 {
	padding-left: 35px;
}

#inputStreitwert, .combobox {
	width: 125px;
	margin: 0px;
}

#selectStand
{
	width: 145px;
}

.eingabe, .zwischenergebnis {
	width: 115px;
	margin: 0px;
}

#inputMandantenE, #inputMandantenG, .eingabe_klein {
	width: 40px;
}

.eingabe_klein {
	margin-right: 5px;
}

.ohnefaktor {
	margin-left: 45px;
}

label.checkbox {
	min-height: 25px;
	line-height: 25px;
	padding-left: 35px;
}

label.single {
	padding-left: 45px;
	top: 7px;
	left: 6px;
}

span.checkbox, .arrow {
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
}

.button {
	height: 35px;
	margin: 0px 0px 0px 10px;
}

label.checkbox span.checkbox:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
}

.kostenrechner table {
	border-spacing: 0px;
}

.kostenrechner td, .kostenrechner th {
	padding: 7px 10px 7px 10px;
}

.kostenrechner th {
	padding-left: 20px;
}

th.kostengrund {
	width: 370px;
}

td.wertespalte, td.kosten {
	width: 218px;
	white-space:nowrap;
}

/*****************************************************************************

Farben

******************************************************************************/
.kostenrechner h2 {
	background-color: #eff0f1;
}

#logos {
	background-color: white;
}


#logos, .toolbar, h2.toolbar, .formular, .kostenrechner th, .kostenrechner td {
	background-color: #FAFAFA;
}

td.i2, th.i2 {
	background-color: #F5F5F5;
}

td.i3, th.i3 {
	background-color: #EEEEEE;
}

th.i1, th.i2, td.i1, td.i2, th.subtitle  {
	border-right:solid #BDBDBD 1px;
}

th.zw_summe, td.zw_summe {
	border-bottom:solid #BDBDBD 1px;
}

th.summe, td.summe {
	border-top:solid #BDBDBD 1px;
}

.kostenrechner h2, .kostenrechner th, .buttonLink  {
	color: rgb(172, 35, 38);
}

.button, .arrow {
	color: white;
	background-color: rgb(172, 35, 38);
	border: solid rgb(172, 35, 38) 1px;
}

.eingabe, .eingabe_klein, .combobox, label.checkbox input 
	 ~ span.checkbox {
	border: 1px solid #2196F3;
	background-color: white;
}

.eingabe, .eingabe_klein, .combobox
{
	border-radius:2px;
}

.kostenrechner {
	background-color: #fff;
	margin: 0;
	text-align: center;
}

.formular {
	display: inline-block;
	text-align: left;
}

.toolbar
{
	text-align:right;
}

#logo_juris {
	float: right;
}

#logo_dav {
	float: left;
}

.hidden, .printOnly {
	display: none;
}

.kostenrechner h2 {
	font-weight: bold;
	display: block;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top:0px;
	position: sticky;
	z-index:1;
}

th.kostengrund {
	color:black;
	font-weight: normal;
	text-align: right;
}

.summe, th.summe {
	font-weight: bold;
}


.eingabe, .eingabe_klein, .combobox, .button, .arrow, label.checkbox input 
	 ~ span.checkbox {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.zwischenergebnis {
	border: 1px solid transparent;
	background-color: transparent;
}


.eingabe:focus, .eingabe_klein:focus, .combobox:focus, label.checkbox input:focus
	 ~ span.checkbox, input:focus, input:hover, label.checkbox input:hover
	 ~ span.checkbox, select:hover, a:focus, .button:focus {
	-moz-box-shadow: 0 0 8px #2196F3;
	-webkit-box-shadow: 0 0 8px #2196F3;
	box-shadow: 0 0 8px #2196F3;
	border: 1px solid #2196F3;
	outline: none;
}

a:focus
{
	outline: 1px solid #2196F3;
	border: none;
} 

input:disabled, select.combobox:disabled
{
	border-color: rgba(0, 0, 0, 0.26);
}

input:disabled:hover, select.combobox:disabled:hover, input:read-only:hover, label.checkbox input:disabled:hover 
	 ~ span.checkbox {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.26);
	outline: none;
}

input:read-only:hover {
	border-color: transparent;
}

label.checkbox {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

span.checkbox {
	position: absolute;
	background-color: #fff;
	border-radius: 2px;
}

label.checkbox:hover input ~ span.checkbox {
	background-color: #fff;
}

label.checkbox input:checked ~ span.checkbox {
	color: rgb(172, 35, 38);
}

span.checkbox:after {
	content: "";
	position: absolute;
	display: none;
}

label.checkbox input:checked ~ span.checkbox:after {
	display: block;
}

label.checkbox span.checkbox:after {
	border: solid #1565C0;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

label.checkbox input:disabled ~ span.checkbox {
	border-color: rgba(0, 0, 0, 0.26);
}

label.checkbox input:disabled:checked ~ span.checkbox:after {
	border-color: rgba(0, 0, 0, 0.26);
}

.button, .arrow {
	-webkit-appearance:none;
	position: relative;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius:2px;
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.buttonLink
{
	position:relative;
	display: inline-block;
	text-decoration:none;
	font-size:30px;
	margin-left:5px;
	display: inline-block;
} 

.arrow {
	width: 30px;
	height: 30px;
	padding: 0px;
	margin-top:2px;
}

.button:disabled, .arrow:disabled, .arrow:disabled:hover {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
	-webkit-box-shadow: none;
	box-shadow: none;
}

label.checkbox input:disabled:checked ~ span.checkbox:after {
	border-color: rgba(0, 0, 0, 0.26);
}

.button:hover, .arrow:hover {
	background-color: rgba(172, 35, 38, 0.7);
}

.buttonLink:hover
{
	color: rgba(172, 35, 38, 0.7);
}

.button:active, .arrow:active, .buttonLink:active {
	top: 2px;
	left: 2px;
}

.instanz_switch {
	display: none;
	text-align: center;
	float: right;
	line-height: 35px;
	margin-top: -8px;
	vertical-align: middle;
}

#instanz {
	display: none;
}

.dialogOverlay {
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.dialog {
	display: none;
	box-shadow: 0 -2px 25px 0 rgba(0, 0, 0, 0.15), 0 13px 25px 0
		rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	z-index: 101;
	position: fixed;
	text-align: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dialogContent {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding-top: 21px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	margin: 0;
}

.dialogTitle {
	background-color: #FFFFFF;
	position: static;
	padding-left: 0px;
}

.dialogActionBar {
	height: 70px;
	background-color: #FFFFFF;
	text-align: right;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	padding-top: 18px;
	padding-left: 16px;
	padding-right: 24px;
	padding-bottom: 8px;
	margin: 0;
}

.dialogdialogOverlay[aria-hidden="true"], .dialog[aria-hidden="true"] {
	display: none;
}

.dialogOverlay[aria-hidden="false"], .dialog[aria-hidden="false"] {
	display: block;
}

#printDlg {
	width: 480px;
}

#inputInfo{
	width:100%;
	text-align:left;
}

/*****************************************************************************

Schmale Displays

******************************************************************************/

@media only screen and (max-width: 1023px) {
	.kostenrechner 
	{
		background-color:#FAFAFA;
	}
	
	.formular
	{
		width:auto;
		max-width:100%;
	}

	#logos, .kostenrechner h2, .tabelle, .kostenrechner td, .kostenrechner th {
		padding-left: 10px;
		padding-right: 10px;
	}

	.label_wert_33  {
		width: 50%;
	}
	
	.kostenrechner td, .kostenrechner th
	{
		padding-top:5px;
		padding-bottom:5px;
	}
	
	th.subtitle, td.kostensumme
	{
		padding-top:10px;
	}
	
	th.zw_summe, td.kostensumme
	{
		padding-bottom:10px;
	}
	
	th.kostengrund {
		width: 40%;
	}
	
	td.wertespalte, td.kosten {
		width: 20%;
	}

	table.uebersicht th, table.aussergerichtlich th {
		width: 320px;
	}


	table.uebersicht td, table.aussergerichtlich td
	{
		width:auto;
	}
}

@media only screen and (max-width: 850px) {
	.euro
	{
		display:none;
	}
  
  	.dialog {
		top: 0px;
		left: 0px;
		transform: none;
		overflow-y: auto;
	}
	#infoDlg, #printDlg {
		width: 100%;
		height: 100%;
	}
	
	#infoDlg .dialogContent {
		margin-bottom: 70px;
	}
	#infoDlg .dialogActionBar {
   		border-top:solid #BDBDBD 1px;
		position:fixed;
		bottom:0px;
		width:100%;
	}
}


@media only screen and (min-width: 580px) and (max-width: 1023px) {

	.checkboxspalte
	{
		margin-bottom:10px;	
	}

	.gerichtskosten input, .gerichtskosten {
		font-family: ambleregular, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
	.gerichtskosten .eingabe, .gerichtskosten .zwischenergebnis {
		width: 90px;
	}
	
	.gerichtskosten .ohnefaktor {
		margin-left: 35px;
	}
	
	.gerichtskosten .ohnefaktor:read-only {
		width: 100px;
		margin-left: 25px;
	}
	
	.gerichtskosten .eingabe, .gerichtskosten .eingabe_klein, .gerichtskosten .combobox, .gerichtskosten .zwischenergebnis {
		padding: 5px;
	}

	.gerichtskosten .eingabe_klein
	{
		margin-right:0px;
		width: 35px;
	}

	.gerichtskosten label.checkbox {
		min-height: 20px;
		line-height: 20px;
		padding-left: 30px;
	}
	.gerichtskosten label.single {
		padding-left: 35px;
	}
	.gerichtskosten span.checkbox {
		margin-left:2px;
		width: 20px;
		height: 20px;
	}
	.gerichtskosten label.checkbox span.checkbox:after {
		left: 6px;
		top: 2px;
		width: 4px;
		height: 8px;
	}
}

/*****************************************************************************

Telefone Landscape

******************************************************************************/
@media only screen and (min-width: 580px) and (max-width: 640px) {

	.detailangabe
	{
		display:none;
	}
}

@media only screen and (max-width: 579px) {
	#logos {
		height: 80px;
		padding: 10px;
		padding-bottom:20px;
	}
	#logo_juris {
		height: 50px;
		margin-top: 12px;
	}
	#logo_dav {
		height: 60px;
	}
	
	.formular, .kostenrechner table {
		width: 100%
	}
	
	.detailangabe2
	{
		display:none;
	}

	.werteblock, .checkboxblock
	{
		display: block;
		width: 100%;
		margin-top:0px;
	}

	.wertepaar {
		display: block;
		width: auto;
	}
	
	.checkboxspalte {
		display: block;
		width: auto;
		margin-bottom: 10px;
	}
	
	.checkboxspalte_instanz2, .checkboxspalte_instanz3 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-bottom: 10px;
	}
	.checkboxspalte_instanz2 {
		padding-left: 35px;
		margin-left: 0px;
	}

	th.i1, th.i2, td.i1, td.i2, th.subtitle  {
		border-right:none;
	}
	td.i2, th.i2, td.i3, th.i3 {
		background-color: #FAFAFA;
	}
	
	table.uebersicht th, table.aussergerichtlich th, table.uebersicht td, table.aussergerichtlich td, th.kostengrund, td.wertespalte, td.kosten {
		width: 50%;
		min-width: 50%;
	}
	
	.eingabe, .zwischenergebnis {
		width: 105px;
	}
	.ohnefaktor:read-only {
		width: 115px;
		margin-left: 35px;
	}
	
	.detailangabe, .suppressed {
		display: none;
	}
	.instanz_switch {
		display: inline-block;
	}
	#instanz {
		display: inline-block;
		position:relative;
		top:-3px;
		margin-left:7px;
		margin-right:7px;
	}
	

}
	
@media print
{
	.kostenrechner, .kostenrechner h2, .kostenrechner input, .kostenrechner select, span.checkbox
	{
		font-family: ambleregular, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
	}	
	
	input:disabled
	{
		color:black;
	}
	
	#logos, .kostenrechner h2, .tabelle, .kostenrechner table, th.kostengrund, th.zwischenergebnis
	{
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
	}

	td.i3, th.i3
	{
		padding-right:0px;
	}

	.formular {
		display: block;
		width:auto;
	}

	.kostenrechner h2
	{
		font-size:14pt;
		text-decoration:underline;
	}
	
	.toolbar
	{
		text-align:left;
		padding-bottom:15px;
	}
	
	.kostenrechner tr
	{
		page-break-inside:avoid;
	}
	
	.kostenrechner td, .kostenrechner th, td.i2, th.i2, td.i3, th.i3, .formular
	{
		background-color:transparent;
	}
	
	td.wertespalte, td.kosten {
		width: auto;
	}

	.prozesskosten th.kostengrund, .prozesskosten th.subtitle
	{
		padding-left:0px;
		white-space: nowrap;
	}
	
	.prozesskosten .eingabe_klein
	{
		width: 30px;
	}

	.prozesskosten .ohnefaktor
	{
		margin-left: 35px;
	}

	.prozesskosten .ohnefaktor
	{
		margin-left: 35px;
	}
	
	.prozesskosten label.single {
		padding-left: 35px;
	}
	
	td.i3
	{
		padding-right:0px;
	}
	
	div.subtitle
	{
		display:block;
		page-break-after:avoid;
		break-after:avoid;
	}
	
	.dialogOverlay[aria-hidden="false"], .dialog[aria-hidden="false"], .buttonLink {
		display: none;
	}
	
	.kostenrechner td, .kostenrechner th
	{
		padding-top:5px;
		padding-bottom:5px;
	}
	
	.eingabe, .eingabe_klein, .combobox, .zwischenergebnis
	{
		padding-left:0px;
		padding-right:0px;
		border:none;
	}
	
	.printOnly
	{
		display:block;
	}
	
	.eingabe:focus, .eingabe_klein:focus, .combobox:focus, label.checkbox input:focus
	 ~ span.checkbox, input:focus, input:hover, label.checkbox input:hover
	 ~ span.checkbox, select:hover, a:focus, .button:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
}
	
}