/*
Theme Name: eology
Theme URI: https://www.eology.de
Author: SX900 | Bjoern Bertschy
Author URI: https://www.sx900.com
Description: eology is the brand for SEO.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
Text Domain: eo
*/

@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
		src:url('css/font/fontawesome/fontawesome-webfont.eot?v=4.7.0');
		src:url('css/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
			url('css/font/fontawesome/fontawesome-webfont.otf?v=4.7.0') format('otf'),
			url('css/font/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
			url('css/font/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
			url('css/font/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
			url('css/font/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

@font-face {
	font-family: 'shopware';
	font-style: normal;
	font-weight: normal;
	src:url('css/font/shopware/shopware.eot?v=1.0');
	src:url('css/font/shopware/shopware.eot?v=1.0') format('embedded-opentype'),
		url('css/font/shopware/shopware.woff?v=1.0') format('woff'),
		url('css/font/shopware/shopware.ttf?v=1.0') format('truetype'),
		url('css/font/shopware/shopware.svg?v=1.0') format('svg');
}

@font-face {
	font-family: 'Ionicons';
	font-weight: normal;
	font-style: normal;
	src:url("css/font/ionicons/ionicons.eot?v=4.5.4");
	src:url("css/font/ionicons/ionicons.eot?v=4.5.4#iefix") format('embedded-opentype'),
		url("css/font/ionicons/ionicons.woff?v=4.5.4") format('woff'),
		url("css/font/ionicons/ionicons.woff2?v=4.5.4") format('woff2'),
		url("css/font/ionicons/ionicons.ttf?v=4.5.4") format('truetype'),
		url("css/font/ionicons/ionicons.svg?v=4.5.4#Ionicons") format('svg');
}

/* ------------------------------------------------------------------------ */
/* Reset																	*/
/* ------------------------------------------------------------------------ */

html {
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html,
body {
	width: 100%;
	max-width: 100%;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	position: relative;
	z-index: 1;
	-webkit-touch-action: pan-y;
	-moz-touch-action: pan-y;
	-ms-touch-action: pan-y;
	-o-touch-action: pan-y;
	touch-action: pan-y;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}

*,
*::before,
*::after {
	outline: none !important;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	zoom: 1;
}

h2::before,
h2::after,
h3::before,
h3::after,
a::before,
a::after,
span::before,
span::after,
div::before,
div::after,
li::before,
li::after,
button::before,
button::after {
	content: '';
	font-family: 'FontAwesome';
	font-size: 14px;
	color: inherit;
	background-color: transparent;
	position: absolute;
	z-index: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

h1 *,
h2 *,
h3 *,
h4 * {
	font-size: inherit !important;
	color: inherit !important;
}

a,
a *,
a::before,
a::after,
a *::before,
a *::after,
span,
span::before,
span::after,
button,
button::before,
button::after,
input,
select,
textarea {
	font-size: inherit;
	background: none;
	transition: content 0.2s linear, opacity 0.2s ease, background-color 0.2s ease, padding 0.2s ease, color 0.2s ease, border-color 0.2s ease, font-size 0.2s ease, font-weight 0.2s linear;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 * {
	transition: color 0.2s ease;
}

a img {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.clear,
.custom .clear_column {
	padding: 0 !important;
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

p:empty {
	display: none;
}

b,
b *,
strong,
strong * {
	color: inherit;
	font-size: inherit;
}

em,
em * {
	font-style: italic;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

div {
	zoom: 1;
}

figure {
	width: auto !important;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0 none;
	outline: none;
	display: block;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

table, td, th {
	border: 0 none;
	padding: 0;
}