html {
  height: 100.1%;
}

body {
  position: relative;
  padding-bottom: 44px;
  min-height: 100.1%;
}

.head {
  padding: 10px 0px;
  border-bottom: 10px solid #7a8077;
}

.logo1 {
  width: 550px;
  display: block;
}

.container.login input {
  margin-bottom: 1em;
}

.row0 .col {
  background: #EEEEEE;
}

.row1 .col {
  background: #DDDDDD;
}

.footer {
	background-color: #262526;
	color: rgba(122,128,119,1);
	padding: 10px 20px 10px;
	overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
  .footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    float: right;
  }
    .footer ul li {
      float: left;
    }
    
    .footer ul li a {
      padding: 0px 0px 0px 10px;
      margin-left: 10px;
      border-left: 1px solid rgba(122,128,119,1);
      color: rgba(122,128,119,1);
    }
    
    .footer ul li:first-child a {
      border-left: none;
      padding: 0px;
      margin-left: 0px;
    }

.table {
	margin-bottom: 0em;	
}

.table td, .table th {
	border-top: 0px;
}

.table thead th {
	background: #CCCCCC;
}

.tooltip-wide .tooltip.bottom, .tooltip-inner  {
  max-width: none;
  text-align: left;
  line-height: 1.8em;
}

.table {
	/*color: #FFFFFF;*/
}

.over {
	position: absolute;
	z-index: 2;
	display: none;
	opacity: 0;
	transition: opacity 0.7s;
	width: 80vw;
	text-align: center;
}



.over .canvas {
	position: relative;
	height: 50vh;
	width: 100%;
	padding: 0em 1em 1em 1em;
}

.overbg {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
	display: none;
	opacity: 0;
	transition: opacity 0.7s;
}

.over.show,
.overbg.show {
	opacity: 1;
}

.over h3.title {
	padding: 0.5em;
	text-align: center;
	color: #FFFFFF;
} 

.over .title .close {
	color: #FFFFFF;
	font-size: 1.5em;
	opacity: 1;
	font-weight: 400;
	position: relative;
	top: -8px;
}

.over .title .resetalarm {
	color: #FFFFFF;
	font-size: 1.5em;
	opacity: 1;
	font-weight: 100;
	position: relative;
	top: -8px;
	border: 0px;
	background: transparent;
	float: left;
	font-size: 1.2em;
}

.over .lrbutton {
	display: inline-block;
	margin: 0px auto;
	text-align: center;
}

.over .leftbutton {
	color: #666666;
	font-size: 1.5em;
	opacity: 1;
	font-weight: 100;
	position: relative;
	top: -6px;
	border: 0px;
	background: transparent;
	float: left;
}

.over .date {
	float: left;
}

.over .rightbutton {
	color: #666666;
	opacity: 1;
	font-weight: 100;
	position: relative;
	top: -6px;
	border: 0px;
	background: transparent;
	float: left;
	font-size: 1.5em;
}

.over .daten {
	padding-bottom: 1em;
	text-align: left;
}

.break {
	display: none;
}

.preloaderbg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	opacity: 0;
	transition: opacity 0.7s;
}

.preloaderbg.show {
	opacity: 1;
}

.preloaderbg .btn.disabled,
.preloaderbg .btn:disabled {
	opacity: 1;
}



.pagecontent {
	padding: 1em 0em;
}



.popover-body img {
	width: 100%;
}

.popover {
	max-width: 1000px;
}

.GebModal .errorMessage {
  color: #FF0000;
  display: none;
}

tr.nosti td {
  color: #888888;
}


@media (max-width: 700px) {
	.over {
		width: 96vw;
	}
	
	.over .title .close {
		top: -4px;
	}
	
	.over h3.title {
		padding: 0.5em 0.5em 0.5em 0.5em;
		text-align: left;
	}
} 

@media (max-width: 900px) {
	/*.daten .col-1 {
		max-width: 100%;
		flex: 100%;
		font-size: 0em;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}*/
  
  .logo1 {
     width: 100%;
     margin-bottom: 1em;
  }
  
  .logo2 {
     width: 25%;
  }
  
  .footer ul {
    float: none;
  }
  
  .pagecontent .container {
    padding: 0px 20px;
  }
  
  .pagecontent .container .col {
    padding-left: 0px;
    padding-right: 0px;
    
  }
  
  body {
    padding-bottom: 80px;
  }
} 


@media print {
	.navbar {
		display: flex;
	}
	
	a.navbar-brand {
	    display: inline-block;
	    padding-top: .3125rem;
	    padding-bottom: .3125rem;
	    margin-right: 1rem;
	    font-size: 1.25rem;
	    line-height: inherit;
	    white-space: nowrap;
	    font-size: 30px;
	    text-decoration: none;
	}
	
	.monthrightbutton, .monthleftbutton {
		display: none;
	}
	
	.monthprint {
		display: none;
	}
}


