#tophead {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
	height: 63px;
	background-color: #001840;
	padding: 0;
	margin: 0;
	overflow: hidden;
	box-shadow: 0px 3px 0 0 rgba(0, 24, 64, 0.35);
}

.headleft {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.headright {
	float: right;
	margin-right: 10px;
	margin-left: 50px;
}

.headcenter {
	max-width: 1030px;
	width: 100%;
	height: 63px;
	margin: 0 auto;
}

.icon_setup:before {
	animation: rotation 15s infinite linear;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	display: inline-block;
}
.r360:before {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}

.inputcont input {
	margin-top: 14px;
	width: 100%;
	background-color: #001840;
	color: #fff;
	border: none;
	border-bottom: 1px solid #798fc8;
	/*font-family: 'Dosis', sans-serif;*/
	font-family: 'Rajdhani', sans-serif;
	/*font-weight: 200;*/
	font-weight: 300;
	font-size: 28px;
	line-height: normal;
	padding: 0 5px 0 40px;
	-webkit-appearance: none;
	float: left;

	/*border-image: linear-gradient(to right, pink, pink 50%, purple 1%, purple 50%) 1;*/
	/*animation-duration: 10s;*/
    /*animation-fill-mode: forwards;*/
    /*animation-iteration-count: infinite;*/
    /*animation-name: bord;*/
    /*animation-timing-function: linear;*/
	/*border-image: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);*/
	/*linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);*/
}


.inputcont input::-webkit-input-placeholder { color: #798fc8; /* Chrome/Opera/Safari */ }
.inputcont input::-moz-placeholder { color: #798fc8; /* Firefox 19+ */ }
.inputcont input:-ms-input-placeholder { color: #798fc8; /* IE 10+ */ }

.inputcont {
	width: auto;
	overflow: hidden;
    position: relative;
}
.inputcont span {
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 38px;
	color: #798fc8;
}

.icon_infobay_logo_beta_flattened {
	font-size: 33px;
	padding-top: 16px;
	display: inline-block;
	vertical-align: top;
}
.hicon {
	font-size: 40px;
	height: 54px;
	width: 58px;
	color: #798fc8;
/*	display: inline-block;*/
	float: left;
	text-align: center;
	padding-top: 9px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.hicon span {
	width: 50px;
	height: 44px;
	border-bottom: 3px solid transparent;
	display: block;
	padding-top: 4px;
}
.hicon:hover span, .hicon .hactive, .micon .hactive {
	background-color: #002769;
	border-bottom: 3px solid #000620;
}

.hicon .hactive, .micon .hactive {
	color: #fff;
}
.icon_microphone_disabled {
	color: #113368;
}
.searchcont {
	width: 100%;
	/*max-width: 944px;*/
	max-width: 600px;
}
.hamburger {
	padding-left: 5px;
	padding-right: 5px;
	width: 50px;
	margin-right: 15px;
}
.mic {
	float: right;
	width: 50px;
	margin-left: 20px;
	position: relative;
}
.rec {
    display: none;
	width: 8px;
	height: 8px;
	background-color: red;
	position: absolute;
	top: 14px;
	left: 35px;
	border-radius: 50%;
	animation: blinker 1s ease-out infinite;
}
@keyframes blinker {
	50% { opacity: 0.5; }
}
#mobilmenu {
	display: none;
}

/* mobil header in bottom */
.mmcont {
	position: relative;
}

#mobilmenu {
	/*-webkit-transform: translate3d(0, 0, 0);*/
	/*transform: translateZ(0);*/
    /*-webkit-transform: translateZ(0);*/
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 63px;
	width: 100%;
	/*z-index: 1000;*/
	background-color: #001840;
	/*background: rgba(0, 24, 64, .75);*/
	padding: 0;
	overflow: hidden;
	box-shadow: 0 -3px 0 0 rgba(0, 24, 64, 0.35);
	/*-webkit-backface-visibility: hidden;*/
	/*backface-visibility: hidden;*/
}
#mobilmenuright {
	float: right;
	/*width: 150px;*/
	height: 63px;
}
#mobilmenuleft {
	/*width: 63px;*/
	float: left;
	height: 63px;
}

.micon {
	font-size: 40px;
	color: #798fc8;
/*	display: inline-block;*/
	float: left;
	text-align: center;
	padding-top: 7px;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
}
.micon span {
	width: 50px;
	height: 44px;
	border-bottom: 3px solid transparent;
	display: block;
	padding-top: 4px;
}
.msetting {
	/*background-color: green;*/
	float: right;
	width: 64px;
	height: 63px;
	padding-left: 5px;
}
.msearch {
	/*background-color: yellow;*/
	float: right;
	width: 63px;
	height: 63px;
	font-size: 58px;
	padding-top: 0;
}
.msearch > span {
	padding-top: 2px;
}
.mhamburger {
	padding-left: 5px;
	margin-right: 19px;
}
@media only screen and (max-width: 640px) {
#mobilmenu {
	display: block;
}
}