/*
--------------------------------------------------------------------------------
section start: html-tags
--------------------------------------------------------------------------------
*/

@import url("fonts.css");

body {
	margin-top: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Calibri, Arial, Helvetica, Courier, sans-serif;
	font-size: 0.9em;
	background: #f7f7f7;
}

/* */

img {
	vertical-align: top;
}

input, select, textarea {
	font-family: Calibri, Arial, Helvetica, Courier, sans-serif;
	font-size: 0.95em;
	color: #000;
	border: solid 1px #aaa;
	background-color: #fff;
	max-width: 380px;
}

textarea {
	width: 400px;
}

input.checkbox {
	margin-left: 0px;
}

a,
a:visited,
a:focus {
	color: #0080c0;
	text-decoration: none;
}

a:hover {
	color: #333;
}

/*
--------------------------------------------------------------------------------
section end: html-tags
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
section start: classes
--------------------------------------------------------------------------------
*/

.tblview,
table {
	width: 80%;
	max-width: 1300px;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 1px;
}

/* IPads im Hochformat */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

	.tblview,
	table {
		width: 96%;
		max-width: 100%;
	}
}

table td {
	vertical-align: top;
	padding: 4px 4px;
}

select.free {
	min-width: 160px;
}

.divider {
	padding: 0 0;
	height: 3px;
}

.sep {
	width: 30px !important;
}

.title_bestand {
	font-family: inherit;
	font-size: 1.1em;
	vertical-align: top;
	background-color: #e7e2da;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px; 
}

.subtitle_bestand {
	font-family: inherit;
	font-size: 1.1em;
	vertical-align: top;
	background-color: #f6f6e6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color: #aaa;
}

.info_bestand {
	color: #ff0000;
	font-family: inherit;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: top;
	background-color: #f8f8f8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #aaa;
}

.title {
	font-family: inherit;
	font-size: 1.1em;
	vertical-align: top;
	background-color: #efece7;
	padding: 5px 10px;
	width: 140px;
	color: #333;
	font-weight: bold;
}

.subtitle {
	font-family: inherit;
	font-size: 1.1em;
	vertical-align: top;
	background-color: #f8f7e9;
	padding: 5px 10px;
	width: 235px;
	border-bottom-style: dotted;
	border-bottom-width:1px;
	border-bottom-color: #aaa;
	font-style: italic;
	/* background-image: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(100, 100, 100, 0.1) 3px, rgba(100, 100, 100, 0.1) 4px); */
}

.info {
	font-family: inherit;
	font-size: 1.1em;
	vertical-align: top; 
	background-color: #f8f8f8;
	padding: 5px 10px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#AAAAAA;
}

.info_small {
	font-family: inherit;
	font-size: 0.9em;
	vertical-align: top; 
	background-color: #F0F0F0;
	padding: 5px 10px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#AAAAAA;
}

.info_small_red {
	font-family: inherit;
	font-size: 0.9em;
	vertical-align: top; 
	background-color: #FF8484;
	padding: 5px 10px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#AAAAAA;
}

.info_editbutton {
	font-family: inherit;
	font-size: 0.9em;
	vertical-align: top; 
	background-color: #E0E0E0;
	padding: 10px 5px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#AAAAAA;
}

.info_editbutton input,
input[type=submit],
input[type=reset],
input[type=button] {
	padding: 8px 14px;
	cursor: pointer;
	border-radius: 5px;
	background-color: #0b9dcc;
	background-color: #0d6efd;
	color: #fff;
	border: none;
	margin-top: .3em;
	letter-spacing: 1px;
	line-height: 1.5;
}

input[type=submit] {
	margin-top: 1em;
}

input[type=file] {
	font-size: 0.8em;
}

.info_editbutton input,
#search input {
	background-color: #888;
	padding: 5px 8px;
	letter-spacing: normal !important;
}

input[type=file] {
	padding: 5px 8px;
}

input[type=reset],
input[type=button].del,
input.reset {
	background-color: #cf2525;
}

input[type=button].pag {
	padding: 5px 12px;
	background-color: #abb;
	background: transparent;
	border: solid 1px #aaa;
	color: #333;
	letter-spacing: normal;
}

.info_editbutton input:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	background-color: #006b9f;
	background-color: #156CCC;
}

input[type=button].pag:hover {
	background-color: #abb;
}

input[type=button].del:hover,
input.reset:hover {
	background-color: #a61e1e;
}

input.edit,
input.del,
input.reset {
	padding-left: 34px !important;
}

.button-icon {
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 10;
	color: #fff;
}

.icon-reply {
	margin-right: 6px;
}

.filter {
	vertical-align: top;
	padding-top: 5px; 
}

.filter input[type=text] {
	padding: 3px 6px;
	font-size: 1em;
	border: solid 1px #ddd;
}

.filter select,
.filter input {
	border: solid 1px #ddd !important;
	height: 20px;
}

.filter .acti {
	border: solid 1px #aaa !important;
}

.inf-left {
	float: left;
	width: 240px;
	margin-top: 6px;
}

.inf-right {
	float: right;
	text-align: right;
	width: 250px;
	margin-left: 1em;
}

.back {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	width: 100px;
	padding: 6px 16px;
	border-radius: 5px;
	background-color: #c5baa9;
	margin-top: 1em;
	letter-spacing: 1px;
}

.back:hover {
	background-color: #8f7c61;
	color: #fff;
}

.arrow {
	width: 50px;
	text-align: center;
	vertical-align: middle;
}

.arrow img {
	width: 20px;
}

.input_links, .input_signatur {
	margin-bottom: 3px;
}

.header {
	border-bottom: solid 1px #fff;
	background-color: rgba(4, 56, 96, 0.9); 
	margin: 0px;
	display: block;
	margin-bottom: 3em;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}

.header.index {
	background-color: rgba(68, 68, 68, 0.9);
}

.header-div {
	width: 100%;
	position: relative;
}

.header-div ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header-left {
	float: left;
	text-align: left;
	width: 60%;
}

.header-left ul li {
	float: left;
	border-right: solid 1px #777;
}

.header-right {
	float: right;
	text-align: right;
	width: 40%;
}

.header-right ul li {
	float: right;
	border-left: solid 1px #777;
}

.footer {
	border-top: solid 1px #000;
	background-color: #3c5c5c;
	background-color: #444;
	padding: 20px 0;
	margin: 0px;
	margin-top: 3em;
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
	position: relative;
}

.footer-content {
	width: 85%;
	margin: 0 auto;
}

.footer-left {
	float: left;
	width: 60%;
}

.footer-right {
	float: right;
	width: 40%;
	text-align: right;
}

.footer table td,
.header table td {
	font-size: inherit;
	vertical-align: top;
}

.footer a, .header a {
	text-decoration: none;
	color: #fff;
}

.header a {
	font-size: 105%;
	padding: 1em 1em;
	display: block;
	text-transform: uppercase;
}

/*
.header a.newf {
	background: rgba(0, 128, 64, 0.5);
}
*/

.header a.logoutf {
	background: rgba(187, 0, 0, 0.6);
}

.header a:hover,
.header a.here {
	background: rgba(106, 106, 106, 1);
}

.footer a:hover {
	color: #c1b7a2;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 260px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content .ico {
	color: #000;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #000;
	padding: 1em 1em;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #e9e9e9;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}


/* icon */

.ico {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: icomoon;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	margin-right: 6px;
	font-size: 18px;
	color: #ccc;
	vertical-align: bottom;
}

.ico2 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: icomoon;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	margin-right: 6px;
	font-size: 18px;
	color: #ccc;
	vertical-align: middle;
}

.footer .ico {
	font-size: 14px;
	margin-right: 2px;
	vertical-align: baseline;
}

.symb {
	width: 14px;
	height: 14px;
	/*display: none;*/
}

table.menu {
	width: 96%;
	margin: 0 1em;
}

.menu a {
	color: #fff;
	font-size: 104%;
}

.menu a:hover,
.menu a.here {
	color: #fdd65e;
}

.sep {
	margin: 0 10px;
	display: inline-block;
}

p, .BezeichnungsText {
	font-family: Arial,Helvetica,Courier;
	font-size: inherit;
	margin-left: 12px;
	color: #0080c0;
}
/*
--------------------------------------------------------------------------------
section end: classes
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
section start: ID's
--------------------------------------------------------------------------------
*/
#bestaetigung {
	text-align: right;
	visibility:hidden;
}

#bestaetigungstext {
	padding: 10px;
	background-color: #d5ffd5;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #00a600;
	text-align: center;
	visibility:hidden; 
}
/*
--------------------------------------------------------------------------------
section end: ID's
--------------------------------------------------------------------------------
*/

div.clear {
	display: block;
	content: '';
	clear: both;
}

/* ----- */

.loginform {
	width: 200px;
	margin: 0 auto;
	padding: 2em 3em;
	border-radius: 5px;
	background: rgba(10, 10, 10, 0.1);
	color: #333;
	text-align: left;
}

.loginform label {
	font-size: 1.3em;
	display: block;
	font-weight: bold;
	margin-bottom: -10px;
}

.loginform input {
	font-size: 1.2em;
	display: block;
	width: 93%;
	padding: 0.5em 0.5em;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-bottom: 1px solid #8e8e8e;
	color: #333;
	border-radius: 0;
	-webkit-transition: border-color .25s ease, box-shadow .25s ease;
	-moz-transition: border-color .25s ease, box-shadow .25s ease;
	transition: border-color .25s ease, box-shadow .25s ease;
}

.loginform input:focus {
	border: none;
	outline: none;
	background: rgba(255, 255, 255, 0.3);
}

#cmd {
  border: 0;
  outline: none;
  padding: 1.1em;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  background: #0b9dcc;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  margin-top: 2.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cmd:hover, #cmd:focus {
  background: #006b9f;
  letter-spacing: 4px;
}

/* --- */

#js-warning {
	position: absolute;
	top: 180px;
	left: 0;
	height: auto;
	line-height: 1.6em;
	padding: 1em 1em;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	width: 100%;
	background: rgba(255, 0, 0, 0.8);
	z-index: 300;
}

#overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(250, 50, 50, 0.8);
	background: linear-gradient(180deg, rgba(0, 0, 20, 0.6) 0%, rgba(103, 103, 103, 0.6) 50%, rgba(204, 204, 204, 0.46) 100%);
	z-index: 200;
	cursor: pointer;
}

#el {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 120%;
	color: #333;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

