/* hexagon */
.statistic_navigation_hiveId {
	display: table;
    padding: 18px;
    background-color: rgba(255, 255, 0, 0.8);
    font-weight: 900;
    height: 47px;
	font-size: 30px;
	width: 32px;
    text-align: center;
	background: 
		linear-gradient(152deg, transparent 20px, rgba(255, 255, 0, 0.8) 0) top left, 
		linear-gradient(209deg, transparent 20px, rgba(255, 255, 0, 0.8) 0) top right, 
		linear-gradient(331deg, transparent 20px, rgba(255, 255, 0, 0.8) 0) bottom right, 
		linear-gradient(29deg, transparent 20px, rgba(255, 255, 0, 0.8) 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
	left: 33px;
	margin: 0px 30px 0px 30px;
}

.statistic_navigation_hive_dropdown {
    width: 50px;
    font-size: 28px;
    padding: 17px;
    height: 67px;
    margin: 16px;
    background: orange;
    color: black;
    border-radius: 8px;
}

.statistic_navigation {
    /* display: inline-flex; */
}

.statistic_navigation_container {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    margin-bottom: 9px;
}

.statistic_navigation_hive_control_container {
	display: inline-flex;
    width: 100%;
}

.statistic_navigation_hive_name {
	font-weight: bold;
    font-size: 90px;
    margin-right: 22px;
}

.statistic_navigation_shell {
    margin-top: 13px;
}

.statistic_navigation_timerange_date {
	font-size: 17px;
    font-weight: 600;
    color: white;
}

.statistic_navigation_timerange_bis {
	font-size: 12px
}

.statistic_navigation_button_zoom {
	background-color: orange;
}

.statistic_navigation_resetbutton {
	background-color: red;
}

.statistic_navigation_weeklybutton {
	background-color: orange;
}

.statistic_navigation_exit_archive_button {
	background-color: red;
}



/*
/** Größere Monitore **/
@media only screen and (min-width: 700px) {	
	
}
