body {
	font-family:				Tahoma, Geneva, sans-serif;
/*	font-family:				'Hind', sans-serif; */
	font-size:					14px;
	color:						#000000;
}

a, input {
	outline:					none;
}

.text-area {
	white-space:				normal;
	cursor:						default;
/*	line-height:				18pt; */
	letter-spacing:				0.5pt;
	font-size:					13px;
	font-weight:				400;
	-o-hyphens:					auto;
	-ms-hyphens:				auto;
	-moz-hyphens:				auto;
	-webkit-hyphens:			auto;
	hyphens:					auto;
	line-height:				18px;
}

@media (min-width: 1750px) {
	.tpl-bottom .text-area {
		line-height:			22px;
	}
	.tpl-bottom .text-area ul {
		line-height:			22px;
	}
}

.imprint .text-area {
	font-size:					12px;
	line-height:				14pt;
	text-align:					justify;
}


/* @media (min-width: 1400px) { */
	.text-area.text-col-2 .txt-2 {
		min-height:				100%;
		-moz-column-count:		2;
		-webkit-column-count:	2;
		column-count:			2;
		-moz-column-gap:		30px;
		-webkit-column-gap:		30px;
		column-gap:				30px
	}
/* } */

.text-area p,
.text-area h2
.text-area h3 {
	margin:						0;
	padding:					0;
}

.Titel {
    height: 					50px;
	padding:					0;
	margin-bottom:				20px;
	border-radius:				5px;
	white-space:				nowrap;
}

.text-area table {
	margin:						0px;
	padding:					0px;
	width:						100%;
	white-space:				normal !important;
}

.text-area table tr {
	vertical-align:				top;
}

.text-area ul,
.text-area ul li {
	padding:					0px;
	margin:						0 7px;
}



.text-area .table {
	width:					100%;
	display:				table;
	position:				relative;
	border-collapse:		separate;
}

.Bimprint .text-area .table {
	margin:					0px;
}

.text-area .table .table-row {
	width:					100%;
	display:				table-row;
	position:				relative;
	border-bottom:			1px solid #e0e0e0;
	box-sizing:				border-box;
}

.text-area .table .table-row .table-cell {
	width:					auto;
	display:				table-cell;
	position:				relative;
	vertical-align:			top;
	hyphens:				none;
	padding:				4px 0;
}

.Bimprint .text-area .table .table-row .table-cell {
	padding:				0px;
}

.B220 .text-area .table .table-row .table-cell:first-child {
	width:					50%;
	padding-right:			25px;
}

.B220 .text-area .table .table-row .table-cell:first-child + .table-cell {
	padding-left:			25px;
}