@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {
    padding: 0;
    margin: 0;
	height: 100%;
	min-height: 100%;
}

body, div, p, td, a, input, textarea, select, option {
    font-family: arial;
    font-size: 9.5pt;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial;
	font-weight: normal;
	color: #939393;
    padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: arial;
	color: #939393;
    text-decoration: none;
}

h1 {
    margin: 3mm 0;
}

h1, h1 a {
    font-size: 20pt;
	text-transform: uppercase;
}

h2 {
    margin: 2.75mm 0;
}

h2, h2 a {
    font-size: 16pt;
}

h3 {
    margin: 2.5mm 0;
}

h3, h3 a {
    font-size: 14pt;
}

h4 {
    margin: 2.25mm 0;
}

h4, h4 a {
    font-size: 12pt;
}

h5, h6 {
    margin: 2mm 0;
}

h5, h5 a, h6, h6 a {
    font-size: 10pt;
}

p  {
    padding: 0px;
    margin: 2mm 0;
}

ul, ol  {
    padding: 0 0 0 5mm;
    margin: 1mm 0;
}

li {
    padding: 0px;
    margin: 1mm 0;
}

h1, h2, h3, h4, h5, h6, p, li, div {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, li:first-child {
    margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, li:last-child {
    margin-bottom: 0;
}

.table {
	display: table;
}

.tablerow {
	display: table-row;
}

.tablerowgroup {
	display: table-row-group;
}

.tablecell {
	display: table-cell;
	padding: 0.2mm 0;
	vertical-align: top;
}

.tablelist .tablecell {
	padding: 0.4mm 2mm 0.4mm 0;
}

.tablelist .tablecell:last-child {
	padding-right: 0;
}

.tablehead .tablecell {
	border-bottom: 0.1mm solid #000;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.menu {
	display: none;
}

@media screen and (min-width: 700px) {
	.menu {
		/*
		transform-origin: center 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		*/
	}
}

@media screen {
	.menu {
		display: block;
		position: fixed;
		background-color: #939393;
		z-index: 10000;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		padding: 0.3mm 0;
	}
	.menu > ul {
		width: 180mm;
		margin: 0 auto;
        padding: 0;
        list-style: none;
        position: relative;
    }
    
    .menu > ul li {
        margin: 0px;
        padding: 0px;
        white-space: nowrap;
        -webkit-transition: background .15s ease-in-out;
        -moz-transition: background .15s ease-in-out;
        -ms-transition: background .15s ease-in-out;
        -o-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }
    
    .menu > ul a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        display: block;
        padding: 2px 10px;
        -webkit-transition: color .15s ease-in-out;
        -moz-transition: color .15s ease-in-out;
        -ms-transition: color .15s ease-in-out;
        -o-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
    }
    
    .menu > ul > li {
        float: left;
    }
    
    .menu > ul > li > a {
        padding: 4px 10px;
    }
    
    .menu > ul > li:first-child > a {
        padding-top: 4px;
    }
    
    .menu > ul > li:last-child > a {
        padding-bottom: 4px;
    }
    
    .menu > ul li ul {
        opacity: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }
    
    .menu > ul li:hover > ul {
        opacity: 1;
        height: auto;
        overflow: visible;
    }
    
    .menu > ul ul li {
        float: none;
        display: list-item;
        position: relative;
    }
    
    .menu > ul ul ul {
        float: left;
        left: 100%;
        top: 0px;
    }
    
    .menu li > a:after,
    .menu ul li > a:after {
		content: '';
		display: inline-block;
		width: 0px;
		height: 0px;
		border: 0px solid transparent;
        -webkit-transition: border .15s ease-in-out;
        -moz-transition: border .15s ease-in-out;
        -ms-transition: border .15s ease-in-out;
        -o-transition: border .15s ease-in-out;
        transition: border .15s ease-in-out;
    }
    
    .menu li > a:after {
		border-width: 5px 4px 0px 4px;
		border-top-color: #fff;
		margin: 0 0 3px 11px;
    }
    
    .menu ul li > a:after {
		border-width: 4px 0px 4px 5px;
		border-left-color: #fff;
		margin: 0 0 2px 11px;
    }
    
    .menu > ul li:hover, .menu > ul li.defpage {
        background-color: #ccc;
    }
    
    .menu > ul li:hover > a, .menu > ul li.defpage > a {
        color: #000;
    }
    
    .menu li:hover > a:after, .menu li.defpage > a:after {
		border-top-color: #000;
    }
    
    .menu ul li:hover > a:after, .menu ul li.defpage > a:after {
		border-left-color: #000;
		border-top-color: transparent;
    }
    
    .menu li > a:only-child:after, .menu li:hover > a:only-child:after, 
    .menu ul li > a:only-child:after, .menu ul li:hover > a:only-child:after {
        content: '';
		display: none;
		border: 0px;
    }
}

.loginbox input, .loginbox select,
.overlaybox input, .overlaybox select,
.accountform input {
	background-color: #fff;
	border: 1px solid #888;
	padding: 2px 4px;
	box-sizing: border-box;
	width: 100%;
}

.loginbox input[type="submit"],
.overlaybox input[type="submit"],
.accountform input[type="submit"] {
	background-color: #888;
	border: 0px;
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
}

.loginframe {
	height: 100%;
	min-height: 100%;
	position: relative;
}

.loginbox {
	position: absolute;
	border: 0.1mm solid #000000;
	padding: 5mm;
	left: 50%;
	top: 50%;
	/*
	*/
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 700px) {
	.loginbox {
		/*
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		-moz-transform: translate(-50%, -50%) scale(1.5);
		-ms-transform: translate(-50%, -50%) scale(1.5);
		-o-transform: translate(-50%, -50%) scale(1.5);
		transform: translate(-50%, -50%) scale(1.5);
		*/
	}
}

.accountform {
	width: 200px;
}

.overlaybg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 20000;
}

.overlaybg.show {
	display: block;
}

.overlaybox {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 10px;
	background-color: #fff;
	border: 0.1mm solid #000000;
	/*
	*/
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 700px) {
	.overlaybox {
		/*
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		-moz-transform: translate(-50%, -50%) scale(1.5);
		-ms-transform: translate(-50%, -50%) scale(1.5);
		-o-transform: translate(-50%, -50%) scale(1.5);
		transform: translate(-50%, -50%) scale(1.5);
		*/
	}
}

.overlayclose {
	text-align: right;
	margin-top: -3px;
}

.overlayclose span {
	font-weight: bold;
	cursor: pointer;
}

.pageframe {
	width: 180mm;
	margin: 0 auto;
}

@media screen and (min-width: 700px) {
	.pageframe {
		/*
		transform-origin: center 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		*/
	}
}

.topmargin {
	display: none;
}

@media screen {
	.topmargin {
		display: block;
		font-size: 0;
		line-height: 0;
	}
}

::focus {
	outline: none;
}

::placeholder {
	font-size: 8pt;
	color: #999;
}

#newuser,
#newcard {
	text-align: right;
	padding-bottom: 10px;
}

#newuser > span,
#newcard > span {
	text-decoration: underline;
	cursor: pointer;
	position: relative;
}

.biggreen {
	font-size: 20pt;
	font-weight: bold;
	color: #0f9f1f;
	line-height: 14px;
	display: inline-block;
	margin: 1px 0 0 -22px;
	position: absolute;
}

#oldaktzeich,
#aktzeichlist {
	background-color: #fff;
	position: absolute;
	display: none;
	padding: 5px;
	border: 1px solid #000;
}

#oldaktzeich {
	margin-top: -2mm;
}

#oldaktzeich.show,
#aktzeichlist.show {
	display: block;
}

#oldaktzeich .takezeich,
#aktzeichlist .takezeich {
	cursor: pointer;
}

.edituser {
	text-decoration: underline;
	cursor: pointer;
}

#delsubmit {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	text-decoration: underline;
	cursor: pointer;
}

.searchcard {
	padding-bottom: 20px;
}

.filtercards {
	padding-bottom: 20px;
}

.listdate {
	display: inline-block;
	margin: 0px 5px;
}

.listdate .picker_datum {
	width: 18mm;
}

.pagination {
	margin-top: 30px;
	text-align: center;
}

.pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pagination ul li {
	margin: 0px;
	padding: 0px 5px;
	display: inline;
}

.pagination ul li.active {
	font-weight: bold;
}

.pagination ul li a {
	text-decoration: none;
}

/*
div[contenteditable="true"]:before {
	content: '';
	display: block;
}
*/

.input, .tagedit {
	display: inline-block;
	min-width: 5mm;
}

@media screen {
	.input, .tagedit {
		outline: 0.1mm dotted #777;
		border-radius: 0.6mm;
		padding: 0 0.8mm;
		margin: 0 -0.8mm;
	}
}

.editcontent {
	display: inline-block;
}

@media screen {
	.editcontent {
		outline: 0.1mm dotted #ff0000;
		/*
		border: 0.1mm dotted #ff0000;dashed !important
		*/
	}
}

.columns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.columns > div {
	box-sizing: border-box;
	display: block;
	-webkit-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
    -webkit-align-self: flex-start;
    align-self: flex-start;
	/*
	
    -webkit-align-self: center;
    align-self: center;
	
	-webkit-align-self: flex-end;
	align-self: flex-end;
	
    -webkit-align-self: stretch;
    align-self: stretch;
	*/
}

.topline > div {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	width: 50%;
}

.headline {
}

.aktzeich {
	text-align: right;
}

.aktzeich .input {
	font-size: 16pt;
}

.subhead {
	color: #939393;
}

.row1 {
	margin-top: 5mm;
}

.row1 > div:nth-child(1) {
	width: 83mm;
}

.row1 > div:nth-child(2) {
	width: 45mm;
}

.row1 > div:nth-child(3) {
	width: 52mm;
}

.row2 {
	margin-top: 3mm;
}

.row2 > div:nth-child(1) {
	width: 57mm;
}

.row2 > div:nth-child(2) {
	width: 13mm;
}

.row2 > div:nth-child(3) {
	width: 13mm;
}

.row2 > div:nth-child(4) {
	width: 45mm;
}

.row2 > div:nth-child(5) {
	width: 52mm;
}

.row3 {
	margin-top: 3mm;
}

.row3 > div:nth-child(1) {
	width: 78mm;
}

.row3 > div:nth-child(2) {
	width: 25mm;
}

.row3 > div:nth-child(3) {
	width: 25mm;
}

.row3 > div:nth-child(4) {
	width: 52mm;
}

.columns > div {
	padding-top: 1mm;
}

.row1 > div:nth-child(3),
.row2 > div:nth-child(5),
.row3 > div:nth-child(4) > div {
	border: 0.1mm solid #939393;
	padding: 0.9mm 0 0 1mm;
}

.sidetable {
	width: 51mm;
	margin-top: 1mm;
}

.sidetable > .tablerow > .tablecell {
	padding: 0.5mm 0;
}

.sidetable > .tablerow > .tablecell:nth-child(2) {
	width: 5mm;
	border-top: 0.1mm solid #939393;
	color: #939393;
	text-align: center;
}

.sidetable > .tablerow > .tablecell:last-child {
	width: 21mm;
	border-top: 0.1mm solid #939393;
	text-align: center;
}

.row2 > div:nth-child(5) .sidetable {
	margin-top: 0;
}

.row2 > div:nth-child(5) .sidetable > .tablerow:first-child > .tablecell:nth-child(2),
.row2 > div:nth-child(5) .sidetable > .tablerow:first-child > .tablecell:last-child {
	border-top: 0;
}

.columns > div .head {
	color: #939393;
}

.margtop {
	margin-top: 3mm;
}

.small {
	font-size: 8pt;
}

.bignum {
	text-align: center;
	margin: 2mm 0 -5mm 0;
}

.bignum .input {
	font-size: 15pt;
}

.dateinput .picker_datum {
	border: 0;
	padding: 0;
	outline: 0;
	width: 18mm;
}

.taginput {
	
}

.tags {
	
}

.tags > div {
	
}

.deletetag {
	
}

.deltag {
	font-weight: bold;
	color: #f00;
	cursor: pointer;
	display: none;
}

@media screen {
	.deltag {
		display: inline-block;
	}
}

.addtag {
	
}

.addtag.hide {
	display: none;
}

.inputtag {
	display: none;
	min-width: 15mm;
	margin-right: 2mm;
}

.taginput.single .inputtag {
	min-width: 10mm;
}

.edittag {
	outline: 0;
	padding: 0;
}

@media screen {
	.edittag {
		outline: 0.1mm dotted #ff0000;
		border-radius: 0.6mm;
		padding: 0 0.8mm;
		margin: 0 1.2mm 0 -0.8mm;
	}
}

.inputtag.show {
	display: inline-block;
}

.inserttag, .sendtag {
	display: none;
	margin-top: -5px;
	font-size: 12pt;
	font-weight: bold;
	color: #1c8e3e;
	cursor: pointer;
}

@media screen {
	.inserttag, .sendtag {
		display: inline-block;
	}
}

.inserttag.hide, .sendtag.hide {
	display: none;
}

.prevtags {
	display: none;
	border: 1px solid #888;
	background-color: #fff;
	position: absolute;
	padding: 2px 0;
}

.prevtags.show {
	display: block;
}

.taketag {
	padding: 2px 4px;
	text-align: left;
	cursor: pointer;
}

.taketag.focus {
	background-color: #f00;
}

.kostentag .inputtag,
.kostentag .deletetag {
	color: #939393;
}

.durchsetzung {
	border: 0.1mm solid #939393;
	margin-top: 7mm;
}

.durchsetzung .tabelle1,
.durchsetzung .tabelle2,
.durchsetzung .tabelle3 {
	width: 179.8mm;
}

.durchsetzung .tabelle1 .tablecell {
	vertical-align: bottom;
	padding: 0.2mm;
}

.durchsetzung .tabelle1 .tablecell:first-child {
	font-size: 11pt;
}

.durchsetzung .tabelle1 .tablecell:nth-child(2),
.durchsetzung .tabelle1 .tablecell:last-child {
	color: #939393;
}

.durchsetzung .tabelle1 .tablecell:nth-child(2) {
	width: 76mm;
}

.durchsetzung .tabelle1 .tablecell:last-child {
	width: 57mm;
}

.durchsetzung .tabelle2 {
	
}

.durchsetzung .tabelle2 .tablecell {
	border-top: 0.1mm solid #939393;
	vertical-align: top;
	text-align: center;
	padding: 0.2mm;
	box-sizing: border-box;
	width: 19mm;
}

.durchsetzung .tabelle2 .tablecell:first-child {
	width: 30mm;
}

.durchsetzung .tabelle2 .tablecell:nth-child(2) {
	width: 16.8mm;
	color: #939393;
}

.durchsetzung .tabelle2 .tablerow:first-child .tablecell,
.durchsetzung .tabelle2 .tablecell:first-child {
	border-top: 0;
}

.durchsetzung .tabelle2 .tablerow:first-child .tablecell {
	text-align: center;
	color: #939393;
}

.durchsetzung .tabelle3 .tablecell {
	border-top: 0.1mm solid #939393;
	vertical-align: top;
	padding: 0.2mm;
	box-sizing: border-box;
}

.durchsetzung .tabelle3 .tablecell:first-child {
	width: 30mm;
	border-top: 0;
}

.durchsetzung .tabelle3 .tablecell:nth-child(2) {
	width: 16.8mm;
	color: #939393;
	text-align: center;
}

.durchsetzung .tabelle3 .tablecell:nth-child(4) {
	width: 19mm;
}

.durchsetzung .tabelle3 .tablecell:nth-child(3),
.durchsetzung .tabelle3 .tablecell:last-child {
	width: 57mm;
}

.vbignum {
	text-align: center;
	margin: -2mm 0 -10mm 0;
}

.vbignum .input {
	font-size: 25pt;
}



.anmerkungen {
	margin-top: 7mm;
	padding-bottom: 7mm;
}

.hinweisanmerkungen {
	margin-top: 3mm;
	padding-bottom: 3mm;
	color: #f00;
	font-weight: bold;
	display: none;
}

@media screen {
	.hinweisanmerkungen.show {
		display: block;
	}
}

.anmerkungen .cardtext {
	margin-top: 2mm;
}

.anmerkungen .cardtext,
.anmerkungen .cardtext * {
	color: #939393 !important;
}







#loadtags {
	background-color: #fff;
	border: 1px solid #888;
	padding: 2px 4px;
	box-sizing: border-box;
}

.tagstop {
	margin-top: 20px;
}

#moretags,
#tagserror {
	display: none;
}

#moretags.show,
#tagserror.show {
	display: block;
}

#mergetags {
	text-decoration: underline;
	cursor: pointer;
}

#loadmore {
	text-decoration: underline;
	cursor: pointer;
}