.row::after {
	content: "";
	clear: both;
	display: table;
}

[class*="col-"] {
	float: left;
	padding: 10px;
}

.col-00 {
	display: block;
	width: 100%;
	min-height: 60px;
	background-color: white;
	margin: 0;
	padding: 0px;
	font-size: 11px;
	text-align: right;
}

.c00_logo {
	float: left;
	margin: 0;
	padding: 0px;
}

.c00_action {
	float: right;
	margin: 0;
	padding: 0px;
	width: 200px;
	height: 30px;
	border: 1px solid #73ad21;
}

.tabform {
	font-size: 12px;
	align-content: center;
}

.button {
	background-color: red;
	border: none;
	color: white;
	padding: 5px;
	cursor:pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.button2 {
	border: none;
	padding: 5px;
	text-align: left;
	cursor:pointer;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.col-10 {
	width: 100%;
}

.col-40 {
	width: 100%;
	background-color: #9d958d;
	border-top: solid 0.5px white;
	color: white;
	font-size: 10px;
}

.col-60 {
	width: 100%;
	background-color: #877f78;
	text-align: right;
	border-top: solid 0.5px white;
	color: white;
	font-size: 12px;
}

.col-60 A {
	text-decoration: none;
	cursor: pointer;
	color: white;
}

html {
	font-family: DekaFrutiger-Roman, Arial, sans-serif;
	font-size  : 12px;
	color      : #003745;
	min-width: 250px;
}

.header {
	background-color: white;
	min-height: 60px;
	color: #003745;
	padding: 10px;
}

.menu ul {
	background-color: #dad2bd;
	float: top;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.menu li {
	display: inline-block;
	padding: 5px;
	max-width: 300px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	/*background-color: #33b5e5;*/
	color: #003745;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.menu li:hover {
	color: #ff0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.submenu {
	display: none;
}

.submenu ul {
	float: top;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.submenu li {
	display: inline-block;
	padding: 5px;
	max-width: 300px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	/*background-color: #33b5e5;*/
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.submenu li:hover {
	color: #ff0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


/*--   DROP DOWN MENUE TOP RIGHT */
.dropdown {
	margin-top: 5px;
	float: right;
	vertical-align: middle;
	display: inline-block;
	right: 5px;
	z-index: 5;
}

.dropdown img {
	vertical-align: middle;
}

.dropdown-content {
	display: none;
	padding: 0;
	z-index: 10;
}

.dropdown-content ul {
	float: right;
	list-style-type: none;
	background-color: white;
	margin: 1px;
	padding: 1px;
	text-align: right;
}

.dropdown-content li {
	border: 0.2px solid rgba(135, 127, 120, 0.2);
	width: 80px;
	margin: 0px;
	padding-top: 2px;
}

.dropdown-content li:hover {
	color: #ff0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.dropdown-content li:after {
	content: '\21E2';
	padding-left: 4px;
}

.dropdown:hover .dropdown-content {
	display: flex;
}

.frame1 {
	border: 0.2px solid rgba(135, 127, 120, 0.2);
	margin: 2px;
	width: 80px;
	padding: 3px;
}

ausgabe:after {
	content: '\25BC';
	color: red;
	padding-left: 4px;
}

.log_user {
	vertical-align: middle;
	font-weight: bold;
	width: 200px;
	margin-top: 25px;
	z-index: 1;
	height: 50px;
}
/*-- SPINNER --*/

.bar_spinner {
  text-align: center;
  font-size: 10px;
  position: absolute;
	background-color: rgba(100, 104, 100, 0.4);
	border-radius: 25px;
	width: 100px;
	height: 50px;
	z-index: 99999;
	justify-content: center;
	align-content: center;
	margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.bar_spinner > div {
  background-color: red;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.bar_spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.bar_spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.bar_spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.bar_spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
