/**
 * Theme Name: walk3
 * Author: Walk3 GmbH & Co. KG
 * Author URI: https://walk3.de
 * Version: 1.0
 */


/**
 * 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:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

input, button, a {
	outline: none;
}

/*
 * General
 */
body {
	font-size: 16px;
	color: #333333;
	background-color: #ffffff;
	font-family: 'Nunito', sans-serif;
}

.wrap-content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

a {
	color: #333;
	outline: none;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
}

a:hover {
	color:  #b03428;
	outline: none;
}

a:focus {
	color:  #b03428;
	outline: none;
}

.bold {
	font-weight: bold !important;
}

main a {
    color: #006fb4;
}

.content:after {
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

.content [class*="column-"] {
	width: 100%;
}

@media screen and (min-width: 874px) {
	.content [class*="column-"] {
		float: left;
	}

	.content .column-3 {
		width: 25%;
	}

	.content .column-4 {
		width: 33.33333%;
	}

	.content .column-9 {
		width: 75%;
	}
}


/**
 * Header
 */
#header-first .content.first {
	text-align: right;
	display: none;
}

#header-first .content.first > .widget {
	display: inline-block;
	margin-left: 6px;
}

#header-first .content.first > .widget .widget-icon {
	color: #ffffff;
	padding-right: 10px;
	font-size: 1.2em;
}

#header-first .content.second {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

#header-first .content.second::after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#header-first .content.second .widget.logo {
	display: none;
	margin-top: -5px;
}

#header-first .content.second .widget.logo-small {
	display: inline-block;
}

#header-first .content.second .widget.logo a,
#header-first .content.second .widget.logo img,
#header-first .content.second .widget.logo-small a,
#header-first .content.second .widget.logo-small img {
	display: block;
}


@media screen and (min-width: 874px) {
	#header-first .content.second .widget.logo-small {
		display: none;
	}

	#header-first .content.second .widget.logo {
		display: inline-block;
	}

	#header-second {
		display: block;
	}

	#header-first .content.second {
		text-align: left;
		padding-top: 0;
	}
}

#header-second {
	display: none;
}

#header-second .wrap-content .content {
	padding: 10px 0;
}

.widget.widget_polylang li {
	display: inline-block;
}

#menu {
	display: none;
	vertical-align: bottom;
	line-height: 28px;
}

#menu ul {
	display: flex;
	justify-content: space-between;
}

#menu li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

#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 ul.level-1 .menu-item.level-1 a {
	color: #333333;
}

#menu li ul.level-1 {
	display: none;
	position: absolute;
	background-color: #ffffff;
	text-align: left;
	left: -10px;
	top: calc(100% + 10px);
	z-index: 100;
	min-width: 220px;
	/*box-shadow: 0px 4px 10px 4px #0000002A;*/
    box-shadow: 0px 5px 20px 0 rgba(10,10,10, 0.25);
}

#menu li.menu-item ul.level-1 li.menu-item {
	display: block;
	border-bottom: 2px solid #ffffff;
	padding: 10px 20px;
}

#menu li.menu-item ul.level-1 li.menu-item.level-1:hover a {
	color: #FE863E;
}

#menu li:hover ul.level-1 li:last-child {
	border-bottom: none;
}

#menu li.menu-item {
	position: relative;
}

#menu li.menu-item ul.level-2 {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	/*padding: 0 10px;*/
}

#menu li.menu-item.level-2:hover ul.level-2 {
	display: block;
}

#menu li.menu-item ul.level-2 li.menu-item {
	background: #fff;
    box-shadow: 0px 5px 20px 0 rgba(10,10,10, 0.25);
}

#menu li.menu-item ul.level-2 li.menu-item.level-2 a {
	color: #333;
}

#menu li.menu-item ul.level-2 li.level-2.menu-item:hover a {
	color: #FE863E;
}


@media screen and (min-width: 874px) {
	#header-first .content.first {
		display: block;
	}

	#menu {
		display: block;
	}

	#header-second {
		display: block;
	}
}


#header-first .widget.widget_mslswidget a {
	margin-left: 10px;
}

#header-first .widget.widget_mslswidget a:first-child {
	margin-left: 0;
}

#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;
	color: #333333;
}

#header .logo-small img {
	max-height: 100px;
}

#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;
	cursor: pointer;
	float: left;
}

#header-mobile  #menu-invoker:hover {
	color: #FE863E;
}

#header-mobile a {
	cursor: pointer;
	font-size: 1.8em;
	line-height: 48px;
	vertical-align: bottom;
	margin-left: 20px;
}

#header-mobile a:hover {
	color: #333333;
}

#header-mobile a:first-child {
	margin-left: 0;
}

#menu-bar {
	text-align: right;
	border-bottom: 2px solid #ffffff;
}

#header-mobile a.fa:hover {
	color: #FE863E;
}


#menu-mobile {
	padding: 20px 0;
	font-size: 0.6em;
}

#menu-mobile ul.level-1{
	padding-left: 20px;
}

#menu-mobile a:hover {
	color: #FE863E;
}

@media screen and (min-width: 874px) {
	#header-mobile {
		display: none;
	}
}


/**
 * Main
 */
#slider {
	width: 100%;
	height: 700px;
}

.slider-wrap {
	display: none;
}

#slider-images img {
	width: 100%;
}

@media screen and (min-width: 874px) {
	.slider-wrap {
		display: block;
	}
}

#main {
	/**padding: 20px 0;**/
}

#main h1,
#main h2 {
	font-family: 'Nunito', sans-serif;
}

#main h1 {
	font-size: 1.765em;
}

#main h2 {
	font-size: 1.647em;
}

#partners .content-second {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 32px 0;
}

#partners .content-first h2 {
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 3px solid #dbdbdb;
}


/**
 * Footer
 */
#footer-first {
	background: #b03428;
	color: #ffffff;
	line-height: 1.2em;
}

#footer-first a {
	color: #ffffff;
}

#footer-first a:hover {
	color: #FE863E;
}

#footer-first .content {
	padding: 40px 0 0;
	line-height: 1.4em;
}

#footer-first .content .widget {
	padding-bottom: 40px;
}

#footer-first .content h2 {
	font-weight: bold;
	min-width: 1px;
	padding-bottom: 12px;
}

#footer-second {
	background: #ffffff;
	text-align: center;
}

#footer-second .content {
	padding: 10px 0;
}
@media screen and (min-width: 874px) {
	#footer-first .content h2 {
		padding-bottom: 40px;
	}
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1180px!important;
}
