/* ==============================================================================================================

Titel:		ONEMAN AGENTUR
Adresse:	www.onemanagentur.de
Autor:		Dennis Burfey
E-Mail:		hallo@onemanagentur.de

© Copyright Dennis Burfey – Alle Rechte vorbehalten.

-------------------------------------------------------------------------------------------------------------- */

/* ==============================================================================================================
F O N T
-------------------------------------------------------------------------------------------------------------- */

/* khand-300 - latin */
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/khand-v14-latin-300.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/khand-v14-latin-300.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/khand-v14-latin-300.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/khand-v14-latin-300.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/khand-v14-latin-300.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/khand-v14-latin-300.svg#Khand') format('svg');
	/* Legacy iOS */
}

/* khand-regular - latin */
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/khand-v14-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/khand-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/khand-v14-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/khand-v14-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/khand-v14-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/khand-v14-latin-regular.svg#Khand') format('svg');
	/* Legacy iOS */
}

/* khand-600 - latin */
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/khand-v14-latin-600.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/khand-v14-latin-600.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/khand-v14-latin-600.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/khand-v14-latin-600.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/khand-v14-latin-600.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/khand-v14-latin-600.svg#Khand') format('svg');
	/* Legacy iOS */
}


/* ==============================================================================================================
F O N T S
-------------------------------------------------------------------------------------------------------------- */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}

body,
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #666;
}

body {
	font: 1.2em/1.5em 'Khand', Verdana, Geneva, sans-serif;
	font-weight: 300;
	text-decoration: none;
}

.textalign-left,
.services p {
	text-align: left;
}

p {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	margin: 15px 0 20px;
}

b,
strong {
	font-weight: 400;
}

blockquote p {
	font: 2.5em/1.2em 'Khand', Verdana, Geneva, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

cite {
	position: relative;
	top: -25px !important;
	left: 33%;
	font: 1.2em/1.2em 'Khand', Verdana, Geneva, sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #666;
}

h1 {
	font: 3.1em/0.95em 'Khand', Verdana, Geneva, sans-serif;
	padding-bottom: 10px !important;
}

h2 {
	font: 2.9em/1.15em 'Khand', Verdana, Geneva, sans-serif;
	padding-bottom: 10px !important;
}

h3 {
	font: 1.7em/1.15em 'Khand', Verdana, Geneva, sans-serif;
}

h4 {
	font: 1.4em/1.35em 'Khand', Verdana, Geneva, sans-serif;
}

h5 {
	font: 1.3em/1.35em 'Khand', Verdana, Geneva, sans-serif;
}

h6 {
	font: 1.25em/1.35em 'Khand', Verdana, Geneva, sans-serif;
	color: #ad1;
}

a:hover,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color: #ad1;
}

a {
	text-decoration: none;
}

a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/* ==============================================================================================================
I C O N S
-------------------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?-1ofjfz');
	src: url('../fonts/icomoon.eot?#iefix-1ofjfz') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-1ofjfz') format('woff'),
		url('../fonts/icomoon.ttf?-1ofjfz') format('truetype'),
		url('../fonts/icomoon.svg?-1ofjfz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.scrollToTop,
.icon,
footer span {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon-oma-branding:before,
.icon-oma-web:before,
.icon-oma-print:before,
.icon-oma-ebv:before,
.icon-oma-vector:before,
.icon-oma-paint:before,
.icon-oma-marke:before,
.icon-oma-hand:before,
.icon-oma-html5:before,
.icon-oma-analytic:before,
.icon-oma-drupal:before,
.icon-oma-responsive:before,
.icon-oma-browser:before,
.icon-oma-quelltext:before,
.icon-oma-veredelung:before,
.icon-oma-drucker:before,
.icon-oma-vielfalt:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 6em;
}

.icon-oma-arrow-right:before {
	content: "\e620";
}

.icon-oma-analytic:before {
	content: "\e600";
}

.icon-oma-arrow-up:before {
	content: "\e601";
}

.icon-oma-art:before {
	content: "\e602";
}

.icon-oma-branding:before {
	content: "\e603";
}

.icon-oma-browser:before {
	content: "\e604";
}

.icon-oma-button-behance:before {
	content: "\e605";
}

.icon-oma-button-deviantart:before {
	content: "\e606";
}

.icon-oma-button-facebook:before {
	content: "\e607";
}

.icon-oma-button-location:before {
	content: "\e608";
	position: relative;
	top: 1px;
	right: 5px;
}

.icon-oma-button-mail:before {
	content: "\e609";
	position: relative;
	top: 1px;
	right: 5px;
}

.icon-oma-button-tel:before {
	content: "\e60a";
	position: relative;
	top: 1px;
	right: 5px;
}

.icon-oma-button-xing:before {
	content: "\e60b";
}

.icon-oma-cross:before {
	content: "\e60c";
}

.icon-oma-deviantart:before {
	content: "\e60d";
}

.icon-oma-drucker:before {
	content: "\e60e";
}

.icon-oma-drupal:before {
	content: "\e60f";
}

.icon-oma-ebv:before {
	content: "\e610";
}

.icon-oma-facebook:before {
	content: "\e611";
}

.icon-oma-hand:before {
	content: "\e612";
}

.icon-oma-html5:before {
	content: "\e613";
}

.icon-oma-illustration:before {
	content: "\e614";
}

.icon-oma-marke:before {
	content: "\e615";
}

.icon-oma-paint:before {
	content: "\e616";
}

.icon-oma-print:before {
	content: "\e617";
}

.icon-oma-quelltext:before {
	content: "\e618";
}

.icon-oma-responsive:before {
	content: "\e619";
}

.icon-oma-vector:before {
	content: "\e61a";
}

.icon-oma-veredelung:before {
	content: "\e61b";
}

.icon-oma-vielfalt:before {
	content: "\e61c";
}

.icon-oma-web:before {
	content: "\e61d";
}

.icon-oma-xing:before {
	content: "\e61e";
}

.icon-oma-zauberstab:before {
	content: "\e61f";
}