﻿
.hund {
	color: #B84700;
	font-weight: bold;
	width: 77%;
}
.besitzer, .cacibbesitzer {
	color: black;
	font-weight: normal;
}
.besitzer::before , .cacibbesitzer::before {
 		content: "(";
 	}
.besitzer::after {
 		content: ")";
 	}
.show {
	font-size: 1.375em;
	font-weight: bold;
	color: #B84700;
	display:inline-block;
}
.showdate {
	color: #000080;
}	
.richter, .klasse {
	font-weight: bold;
	color: black;
}
.formwert {
	font-weight: bold;
	color: #000080;
	width: 23%;
	vertical-align: top;
}
table {
	font-size: 1.0625em;
		margin: 0 10%;
	font-family: "Times New Roman", Times, serif;
}
#weite, .weite {
	width:80%;
	margin: 0 10%;
}
#weite_div {
	width:80%;
	margin: 0 10%;
}


@media ( max-width:50em ) {
	table {
		margin: 0 6%;
		width:88%;
		}
	#weite_div {
		margin: 0 6%;
		width:88%;
	}
	#weite, .weite {
		margin: 0 6%;
		width:88%;
	}
}
@media ( max-width:40em ) {
	table {
		margin: 0 4%;
		width: 92%;
		font-size: 1em;		}
	#weite_div {
		margin: 0 4%;
		width: 92%;
	}
	#weite, .weite {
		margin: 0 4%;
		width: 92%;
	}
}

@media ( max-width:32em ) {
	table {
		margin: 0 1%;
		width: 98%;
		font-size: 0.9375em;		}
	#weite_div {
		margin: 0 1%;
		width: 98%;
	}
	#weite, .weite {
		margin: 0 1%;
		width: 98%;
	}
}


