/*
This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, either version 2
of the License, or any later version.

For the full copyright and license information, please read the
LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share!
*/
/*
    Created on : 04.10.2016, 14:39:12
    Author     : Kevin Ditscheid <kevinditscheid@gmail.com>
*/

/* NAVIGATION ICON */
.icon > a:before{
	font-family: 'icomoon';
	display: inline-block;
	font-size: 1.639em;
	font-weight: normal;
	margin-right: 10px;
	min-width: 36px;
}
.icon-logo > a:before {
	content: "\e903";
}
.icon-expert > a:before {
	content: "\e900";
}
.icon-house > a:before {
	content: "\e902";
}
.icon-office > a:before {
	content: "\e901";
}

.navigation{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

.navigation > .item{
	display: inline-block;
}

@media screen and (min-width: 940px) {
	.icon > a:before {
		min-width: 0;
	}
}