/* Generated by Meurologic Inh. Frank Meurer */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cdff98;
}
form {
	font-family: Verdana, Arial, serif;
	font-size: 12px;
}
td { border-style: none;
    margin: 0px;
    padding: 6px;
    top: 0px;
    left: 0px;
    font-family: Verdana, Arial, serif;
	font-size: 12px;
	vertical-align:top;
}
.adminTd {
	font-size:14px;
	padding:2px;

}
.adminFont {
	font-size:14px;
	padding:2px;

}
.tdAlH {
	font-size:14px;
	padding:2px;
}
.tdAl {
	width:105px;
	padding:2px;
}
.tdAr {
	width:200px;
	padding:2px;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.ktr {
	color:#333333;
}
.ktrr {
	background-color:#66FF66;
}
.ktrw {
	background-color:#33FF33;
}
.ktd {
	padding: 0px;
	padding-left: 5px;
	font-size: 10px;
}

.newTD {
vertical-align:middle;
font-size: 18px;
text-align: left;
}
.p1 {
	padding:1px;
}
.liste {
	color:#333000;
	padding:0px;
	font-size: 10px;
}
.liste a,.liste a:link,.liste a:visited,.liste a:active,.liste a:focus,.liste a:link {
	color:red;
	font-size: 10px;
}

a:link { color:#333000; text-decoration:underline; font-weight:bold;}
a:visited {  color:#333000; text-decoration:underline; font-weight:bold;}
a:hover {  color:#009900; text-decoration:overline underline;font-weight:bold;}
a:active {  color:#333000; text-decoration:underline; font-weight:bold;}
a:focus {  color:#333000; text-decoration:underline; font-weight:bold;}
a.pic:hover { text-decoration:underline;background-color: #CCCCFF; font-weight:bold;}

#divTermin {
	border:1px solid;
	visibility:visible;
}

.optionen {
	margin-top:5px;
	background-color:CDFF98;
}

.optionen td {
	background-color:#CDFF98;
	padding:0px;
	color:#000000;
	vertical-align:middle;
}
#header {
	background-color:#CDFF98;
	width:100%;
	color: #FFFFFF;
	height: 63px;
	background-image: url(images/logo_versand_streck.jpg);
#	left: -1px; top: 0px; width: 100%;
    z-index: 14;
}
#header a{
	color: #009999;
}
#header a:hover,#header a:focus,#header a:active {
	color: #66ff66
}
#links a {
	display: inline;
	color: #FCEE04;
	font: bold 9px Verdana,Arial;
	margin: 0px;
	padding: 2px 2px;
	text-decoration: underline;
	width: 70px;
	text-align: left;
}
#links a:hover,a:focus,a:active {
	color: #CCCCCC;
	text-decoration: overline underline;
}
.border{
	border: 1px solid black;
}
.border-top{
	border-top: 1px solid black;
}
.w-100{
	width: 100%;

}
.container{
	padding: 1rem;
	position: relative;
}
.d-flex{
	display: flex;
}
.justify-content-between{
	justify-content: space-between;
}
.lead{
font-size: 16px;
}
.text-sm{
	font-size: 10px;
}
.text-lg{
	font-size: 14px;
}
.m-02{
	margin: 0.2rem;
}
.m-1{
	margin: 0.5rem;
}
.mt-0{
	margin-top: 0;
}
.mt-1{
	margin-top: 0.5rem;
}
.mt-5{
	margin-top: 4rem;
}
.mb-1{
	margin-bottom: 0.5rem;
}
.pt-0{
	padding-top: 0;
}
.bg-white{
	background-color: #fff;
}
.text-gray{
	color: gray;
}
.invoice-header{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	font-size: 8px;
	text-align: center;
}
.invoice-header img{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	height: auto;

}
.datafield{
	position: relative;
	line-height: 1;
	display: inline-block;
	padding: 0.1rem;
	font-weight: 600;
	width: 70px;
	border-bottom: 1px solid #000;
}
.datafield-xl{
	width: 340px;
}
.shadow{
	box-shadow: .1rem .1rem .3rem rgba(153, 153, 153, .5);
}

.label{
	position: relative;
}
.label::after{
	position: absolute;
	bottom: -300%;
	font-weight: 400;
	font-size: 8px;
	left: 0;
	color: #000;
}
.label-unterschrift::after{;
	position: absolute;
	bottom: -300%;
	font-weight: 400;
	font-size: 8px;
	left: 0;
	color: #000;
	content: 'Unterschrift';
}
.label-verhaeltnis::after{
	content: '(z.B. Ehefrau / Lebensgef�hrte)';
}
.label-ort-datum::after{
	content: 'Ort\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 Datum';
}

.collapse {
	display: block;
	max-height: 0px!important;
	overflow: hidden!important;
	transition: max-height .5s cubic-bezier(0, 1, 0, 1)!important;;


  }
  .collapse.show {
	  max-height: 99em!important;
	  transition: max-height .5s ease-in-out!important;
	}

  .block {
	margin-top: 10px!important;
	/* height: 250px; */


  }
  .block__content {
	  padding: 1.5em;
	  height: 100%!important;
	}