html, body, .mm-slideout {height: 100%;}
#mainsite { height: 100% !important;}
#wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -135px; background: #fff;}
#main { padding-bottom: 135px; overflow: hidden; height: auto;}

.container.login {height: 100%; display: table; width: 100%; position: relative; z-index: 2;}
.loginformcontainer {display: table-cell; vertical-align: middle;text-align: center;}
.loginlogo {margin-bottom: 1.5rem;}
.login #submit { color: #fff; background: #be0b20; border: 1px solid #be0b20; padding: 0.2rem 1rem;}
.login #submit:hover { color: #fff; background: #888; border: 1px solid #888; padding: 0.2rem 1rem;}
.login input {
    overflow: visible;
    padding: 0.2rem 0.5rem;
    border: 1px solid #888;
    width: 100%;
    margin-bottom: 0.5rem;
}
form.loginform {width: 300px;margin: 0 auto;}
.header_tringle.login {background: transparent;position: fixed;width: 100%;}
.footer_tringle.login { background: transparent; position: fixed; bottom: 0; width: 100%;transform: scaleY(-1);}
.footer_tringle.login svg {}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	font-size: 1.1rem;
	line-height: 2rem; 
	-webkit-font-smoothing: antialiased;
	color: #000;
	overflow-x: hidden;
}

header {
	background:#be0b20;
	height:auto;
	color:white;
}
footer {
	background:#be0b20;
	color:white;
	padding-bottom: 1rem;
}
a {color: #000;}
a:hover {color: #be0b20; text-decoration: none;}
.filter {
	background:#eee;
	padding:1rem;
}
.header_tringle {
	background:#eee;
}
.footer_tringle {
	background:#be0b20;
}
.header_content{
	font-weight:normal;
	position:relative;
	top:1rem;
}
h1 {
	font-weight:normal;
	font-size: 2rem;
}
.error {
	color:red;
}
.headline {
	display: table; height: 100%; padding-left: 1rem;
}
.headline h1 {margin: 0; display: table-cell; vertical-align: bottom;}
.mitarbeiter {
	
}
.filter_box {
	padding:5px 15px;
	background:white;
	margin: 0.5rem 0;
}
.filter_box label {margin: 0;}
select {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border:none;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #888;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #888;
    padding: 0.8rem 1.3rem;
    font-size: 1.1rem;
    line-height: normal;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.btn {color: #888;}
.btn i {margin-right: 0.5rem; font-size: 1.2rem; float: left; line-height: 1.2rem;}
.btn-default:hover { color: #be0b20 !important; border-color: #be0b20;}
.filter_box select, .filter_box input {
	display:block;
	line-height:28px;
	color:#888;
	width:100%;
}
select:focus, input:focus {
	outline: none;
}
input[type=date] {
	line-height:26px;
	border:none;
	
}
.filter_box_row {
	justify-content: space-between;
	display: flex;
}
.filter_button_container {
	text-align: right;
	padding:15px 0;
}
.filter_button button, .filter_button input {
	border-radius: 0;
	color:#888;
	border:1px solid #888;
	padding: 0.5rem 2rem;
	margin-left:15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.clear_filter {
	display: inline-block;
}
.show_filter {
	display: inline-block;
	margin-left: 1rem;
}
.entry_row {
	width:100%;
	padding:0.5rem 1rem;
}
.entry_row:nth-child(even) {background: #eee;}
.customer_name {
	display: inline-block;
	font-weight:bold;
}
.customer_name a i {color: #666;}
.customer_name a:hover i {color: #be0b20;}
.customer_company {
	display: inline-block;
}
.employee_name, .timespan_call {
	text-align: right;
}
.date_call {
	text-align: center;
}
.call_type {text-align: right;}
.col-6 {width:50%;}
.col-5 {width:41.66%;}
.col-4 {width:33.33%;}
.col-3 {width:25%;}
.col-2 {width:16.66%;}
.col-1 {width:8.33%;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {display: inline-block;}
.tel_count, .time_total {
	display:inline-block;
	padding-left:50px;
}
.content {margin-bottom: 1rem;}
.label_count, .label_total {
	font-size:22px;
}
.value_count, .value_total {
	font-size: 30px;
}
.value_count {
	text-align: left;
}
.footer_content {
	text-align: right;
	margin-top:-30px;
}

@media (max-width: 1199px) {
	.call_type {text-align: left;}
}

@media (max-width: 991px) {
	.footer_content {margin-top: 0;}
	.date_call, .call_type {text-align: right;}
	.timespan_call {text-align: left;}
	h1 {font-size: 1.4rem;}
}
@media (max-width: 767px) {
	h1 {font-size: 1.3rem;}
	.headline {padding: 0;}
	.header_container {padding-bottom: 1rem;}
	.label_count, .label_total {font-size: 1.2rem;}
	.value_count, .value_total {font-size: 1.6rem;}
}


