/**
 * Theme Name: Japay
 * Theme URI: http://japay.de
 * Author: Walk3 GmbH & Co. KG
 * Author URI: https://walk3.de
 * Version: 1.0
 */


/**
 * Fonts
 */

/**
 * Reset Stylesheets
 */
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;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

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

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

input, button, a {
	outline: none;
}

/*
 * General
 */
body {
	font-size: 20px;
	color: #333333;
	background-color: #F9F9F9;
	font-family: 'Roboto', sans-serif;
}

.wrap-content {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 20px;
}

a {
	color: #7a7a7a;
	outline: none;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	display: inline-block;
}

a:hover {
	color: #0C9FD2;
	outline: none;
}

a:focus {
	color: #0C9FD2;
	outline: none;
}

.content:after {
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

.content [class*="column-"] {
	width: 100%;
}

@media screen and (min-width: 771px) {
	.content [class*="column-"] {
		float: left;
	}

	.content .column-4 {
		width: 33%;
	}
}


/**
 * Header
 */
#header {
	background-color: #ffffff;
	border-bottom: 2px solid #0C9FD2;
}


#header .content.first {
	text-align: center;
	padding: 5px 0;
	line-height: 76px;
}

@media screen and (min-width: 874px) {
	#header .content.first {
		text-align: left;
	}
}

#header .content.first::after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#header .content.first .widget.logo {
	display: inline-block;
	vertical-align: middle;
}

#header .content.first .widget.logo a,
#header .content.first .widget.logo img {
	display: block;
}

#header .content.first .widget.widget_text {
	float: right;
	font-size: 1.4em;
	display: none;
}

@media screen and (min-width: 1082px) {
	#header .content.first .widget.widget_text {
		display: block;
	}
}

@media screen and (min-width: 1147px) {
	#header .content.first .widget.widget_text {
		float: right;
		font-size: 1.8em;
		display: block;
	}
}

#header .content.first .widget.widget_text .widget-icon {
	font-size: 1.2em;
	padding-right: 10px;
	color: #0C9FD2;
}

#menu {
	display: none;
	vertical-align: middle;
	line-height: 20px;
	padding: 0 30px 0 60px;
}

#menu li {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}

#menu li a {
	font-weight: 300;
}

#menu li:first-child {
	padding-left: 0;
}

#menu li:last-child {
	padding-right: 0;
}

#menu li:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	height: 10px;
}

#menu .menu-item--active a,
#menu .menu-item:hover a {
	color: #0C9FD2;
}

#menu .menu-item:hover ul.level-1 a {
	color: #333333;
}

#menu  ul.level-1 .menu-item:hover a {
	color: #0C9FD2;
}

#menu li ul.level-1 {
	display: none;
	position: absolute;
	text-align: left;
	background-color: #ffffff;
	top: calc(100% + 10px);
	box-shadow: 0 0 10px 0 rgba(0, 0,0, 0.4);
	border-radius: 4px;
	padding: 10px 0;
	min-width: 180px;
	font-size: 0.9em;
}

#menu li.menu-item ul.level-1 li.menu-item {
	display: block;
	padding: 10px 20px;
	position: relative;
}

#menu li:hover ul.level-1 li:last-child {
	border-bottom: none;
}

#menu ul.level-1 li ul.level-2 {
	display: none;
	position: absolute;
	left: calc(100% + 5px);
	background-color: #ffffff;
	box-shadow: 0 4px 12px 2px rgba(0, 0,0, 0.4);
	top: 0;
	border-radius: 4px;
	padding: 10px 0;
	min-width: 180px;
}

#menu ul.level-1 li:hover ul.level-2 li.menu-item a {
	color: #333333;
}

#menu ul.level-1 li:hover ul.level-2 li.menu-item a:hover {
	color: #0C9FD2;
}

#menu ul.level-1 li ul.level-2:before {
	position: absolute;
	content: '\n';
	color: transparent;
	left: -5px;
	width: 5px;
	height: 100%;
}

#menu ul.level-1 li:hover ul.level-2 {
	display: block;
}

@media screen and (min-width: 874px) {
	#header .content.first {
		display: block;
	}

	#menu {
		display: inline-block;
	}
}

#menu li:hover ul.level-1 {
	display: block;
}

#header-mobile  {
	background-color: #FFFFFF;
	max-height: 48px;
	line-height: 48px;
	overflow-y: hidden;
	transition: max-height 0.2s ease-in-out;
	border-bottom: 2px solid #0C9FD2;
}

#header-mobile.menu-open  {
	max-height: 1000px;
}

#header-mobile  #menu-invoker {
	 display: inline-block;
	 border: none;
	 background-color: transparent;
	 font-size: 1.8em;
	 height: 48px;
	 padding: 0;
	 color: #777777;
	cursor: pointer;
	float: left;
}

#header-mobile  #menu-invoker:hover {
	color: #0C9FD2;
}

#header-mobile a {
	color: #777777;
	cursor: pointer;
	font-size: 1.8em;
	line-height: 48px;
	vertical-align: bottom;
	margin-left: 20px;
}

#header-mobile a:first-child {
	margin-left: 0;
}

#menu-bar {
	text-align: right;
	border-bottom: 2px solid #EEEEEE;
}

#header-mobile a:hover {
	color: #0C9FD2;
}

#menu-mobile {
	padding: 20px 0;
	font-size: 0.6em;
}

#menu-mobile ul.level-1, #menu-mobile ul.level-2{
	padding-left: 20px;
}

@media screen and (min-width: 874px) {
	#header-mobile {
		display: none;
	}
}


/**
 * Main
 */
#main {
	padding: 0;
}

#main p {
	font-weight: 300;
}

#main h1 {
	font-size: 1.25em;
	color: #0C9FD2;
	font-weight: 300;
}

#main h2 {
	font-size: 2.4em;
	font-weight: 300;
	color: #333333;
}

#main h3 {
	font-size: 2.2em;
	font-weight: 300;
	color: #333333;
}

#main h4 {
	font-size: 1.25em;
	color: #666666;
	font-weight: 300;
}

#main .article-header {
	 background-color: #FFFFFF;
	 padding: 5px 0;
}

#main .article-content {
	min-height: 400px;
}

#main .elementor-icon-list-item {
	position: relative;
}

#main .elementor-icon-list-icon {
	display: block;
	position: absolute;
	/*top: 0.7em;*/
	left: 0;
}

#main .elementor-icon-list-text {
	display: block;
	padding-left: 1.0em;
}

/**
 * Footer
 */
#footer-first {
	background-color: #ffffff;
}

#footer-first .content {
	padding: 20px 0;
}

#footer-first [class*="column-"] {
	margin-bottom: 40px;
}

#footer-first [class*="column-"]:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 771px) {
	#footer-first [class*="column-"] {
		margin-bottom: 0;
	}
}

#footer-first h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

#footer-first a {
	font-size: 0.85em;
	color: #777777;
}

#footer-first a:hover {
	color: #0C9FD2;
}

#footer-first .content.first {
	text-align: center;
	border-bottom: 2px solid #EEEEEE;
}

#footer-first .content.first li {
	display: inline-block;
	padding: 0 40px;
}

#footer-first .content.first li:first-child {
	display: inline-block;
	padding-left: 0;
}

#footer-first .content.first li:last-child {
	display: inline-block;
	padding-right: 0;
}

@media screen and (min-width: 771px) {
	#footer-first .content.first {
		text-align: left;
	}
}

#footer-first .content.first {
	 padding-bottom: 10px;
}

#footer-first .content.second {
	padding-top: 10px;
}

#footer-second {
	background-color: #EEEEEE;
}

#footer-second .content {
	text-align: center;
	color: #0C9FD2;
	padding: 10px 0;
}



#menu .level-1{
	z-index:999;
}

.ezfc-price-currency-after:after {
	content: "+ 29,00€ Freischaltung & Versand pro Gerät";
    font-size: 0.7em;
    margin-left: 10px;
}