@import url("/hc/theming_assets/01JE467EK689JV6AYBTWS48R5Y");
@import url("/hc/theming_assets/01JE468BTNATFY5Q00D04K7VKS");
/*
@import url('//support.nuki.io/hc/assets/css/reset.css');
HTML5 Reset :: style.css
----------------------------------------------------------
We have learned much from/been inspired by/taken code where offered from:

Eric Meyer					:: http://meyerweb.com
HTML5 Doctor				:: http://html5doctor.com
and the HTML5 Boilerplate	:: http://html5boilerplate.com

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

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

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

/* Handle box-sizing while better addressing child elements:
http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
	max-width: 100%;
	height: auto;
}

/*
Note: keeping IMG here will cause problems if you're using foreground images as sprites.
In fact, it *will* cause problems with Google Maps' controls at small size.
If this is the case for you, try uncommenting the following:

#map img {
  max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {
	overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
you'll have to restore the bullets within content,
which is fine because they're probably customized anyway */
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

pre {
	white-space: pre;
	/* CSS2 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;
	/* IE */
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

select,
input,
textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

small {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

td,
td img {
	vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
	margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
	width: auto;
	overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
(commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/*
  GRID RESPONSIVE
*/
/* ============================================ */
/* This file has a mobile-to-desktop breakpoint */
/* ============================================ */
@media (max-width: 400px) {
	@-ms-viewport {
		width: 320px;
	}
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.grid-container:before,
.mobile-grid-5:before,
.mobile-grid-10:before,
.mobile-grid-15:before,
.mobile-grid-20:before,
.mobile-grid-25:before,
.mobile-grid-30:before,
.mobile-grid-35:before,
.mobile-grid-40:before,
.mobile-grid-45:before,
.mobile-grid-50:before,
.mobile-grid-55:before,
.mobile-grid-60:before,
.mobile-grid-65:before,
.mobile-grid-70:before,
.mobile-grid-75:before,
.mobile-grid-80:before,
.mobile-grid-85:before,
.mobile-grid-90:before,
.mobile-grid-95:before,
.mobile-grid-100:before,
.mobile-grid-33:before,
.mobile-grid-66:before,
.grid-5:before,
.grid-10:before,
.grid-15:before,
.grid-20:before,
.grid-25:before,
.grid-30:before,
.grid-35:before,
.grid-40:before,
.grid-45:before,
.grid-50:before,
.grid-55:before,
.grid-60:before,
.grid-65:before,
.grid-70:before,
.grid-75:before,
.grid-80:before,
.grid-85:before,
.grid-90:before,
.grid-95:before,
.grid-100:before,
.grid-33:before,
.grid-66:before,
.grid-offset:before,
.clearfix:before,
.grid-container:after,
.mobile-grid-5:after,
.mobile-grid-10:after,
.mobile-grid-15:after,
.mobile-grid-20:after,
.mobile-grid-25:after,
.mobile-grid-30:after,
.mobile-grid-35:after,
.mobile-grid-40:after,
.mobile-grid-45:after,
.mobile-grid-50:after,
.mobile-grid-55:after,
.mobile-grid-60:after,
.mobile-grid-65:after,
.mobile-grid-70:after,
.mobile-grid-75:after,
.mobile-grid-80:after,
.mobile-grid-85:after,
.mobile-grid-90:after,
.mobile-grid-95:after,
.mobile-grid-100:after,
.mobile-grid-33:after,
.mobile-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.grid-container:after,
.mobile-grid-5:after,
.mobile-grid-10:after,
.mobile-grid-15:after,
.mobile-grid-20:after,
.mobile-grid-25:after,
.mobile-grid-30:after,
.mobile-grid-35:after,
.mobile-grid-40:after,
.mobile-grid-45:after,
.mobile-grid-50:after,
.mobile-grid-55:after,
.mobile-grid-60:after,
.mobile-grid-65:after,
.mobile-grid-70:after,
.mobile-grid-75:after,
.mobile-grid-80:after,
.mobile-grid-85:after,
.mobile-grid-90:after,
.mobile-grid-95:after,
.mobile-grid-100:after,
.mobile-grid-33:after,
.mobile-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
	clear: both;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1334px;
	padding-left: 0px;
	padding-right: 0px;
}

.mobile-grid-5,
.mobile-grid-10,
.mobile-grid-15,
.mobile-grid-20,
.mobile-grid-25,
.mobile-grid-30,
.mobile-grid-35,
.mobile-grid-40,
.mobile-grid-45,
.mobile-grid-50,
.mobile-grid-55,
.mobile-grid-60,
.mobile-grid-65,
.mobile-grid-70,
.mobile-grid-75,
.mobile-grid-80,
.mobile-grid-85,
.mobile-grid-90,
.mobile-grid-95,
.mobile-grid-100,
.mobile-grid-33,
.mobile-grid-66,
.grid-5,
.grid-10,
.grid-15,
.grid-20,
.grid-25,
.grid-30,
.grid-35,
.grid-40,
.grid-45,
.grid-50,
.grid-55,
.grid-60,
.grid-65,
.grid-70,
.grid-75,
.grid-80,
.grid-85,
.grid-90,
.grid-95,
.grid-100,
.grid-33,
.grid-66 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.grid-parent {
	padding-left: 0;
	padding-right: 0;
}

.grid-offset {
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
}

@media (max-width: 767px) {

	.mobile-push-5,
	.mobile-pull-5,
	.mobile-push-10,
	.mobile-pull-10,
	.mobile-push-15,
	.mobile-pull-15,
	.mobile-push-20,
	.mobile-pull-20,
	.mobile-push-25,
	.mobile-pull-25,
	.mobile-push-30,
	.mobile-pull-30,
	.mobile-push-35,
	.mobile-pull-35,
	.mobile-push-40,
	.mobile-pull-40,
	.mobile-push-45,
	.mobile-pull-45,
	.mobile-push-50,
	.mobile-pull-50,
	.mobile-push-55,
	.mobile-pull-55,
	.mobile-push-60,
	.mobile-pull-60,
	.mobile-push-65,
	.mobile-pull-65,
	.mobile-push-70,
	.mobile-pull-70,
	.mobile-push-75,
	.mobile-pull-75,
	.mobile-push-80,
	.mobile-pull-80,
	.mobile-push-85,
	.mobile-pull-85,
	.mobile-push-90,
	.mobile-pull-90,
	.mobile-push-95,
	.mobile-pull-95,
	.mobile-push-33,
	.mobile-pull-33,
	.mobile-push-66,
	.mobile-pull-66 {
		position: relative;
	}

	.hide-on-mobile {
		display: none !important;
	}

	.mobile-grid-5 {
		float: left;
		width: 5%;
	}

	.mobile-prefix-5 {
		margin-left: 5%;
	}

	.mobile-suffix-5 {
		margin-right: 5%;
	}

	.mobile-push-5 {
		left: 5%;
	}

	.mobile-pull-5 {
		left: -5%;
	}

	.mobile-grid-10 {
		float: left;
		width: 10%;
	}

	.mobile-prefix-10 {
		margin-left: 10%;
	}

	.mobile-suffix-10 {
		margin-right: 10%;
	}

	.mobile-push-10 {
		left: 10%;
	}

	.mobile-pull-10 {
		left: -10%;
	}

	.mobile-grid-15 {
		float: left;
		width: 15%;
	}

	.mobile-prefix-15 {
		margin-left: 15%;
	}

	.mobile-suffix-15 {
		margin-right: 15%;
	}

	.mobile-push-15 {
		left: 15%;
	}

	.mobile-pull-15 {
		left: -15%;
	}

	.mobile-grid-20 {
		float: left;
		width: 20%;
	}

	.mobile-prefix-20 {
		margin-left: 20%;
	}

	.mobile-suffix-20 {
		margin-right: 20%;
	}

	.mobile-push-20 {
		left: 20%;
	}

	.mobile-pull-20 {
		left: -20%;
	}

	.mobile-grid-25 {
		float: left;
		width: 25%;
	}

	.mobile-prefix-25 {
		margin-left: 25%;
	}

	.mobile-suffix-25 {
		margin-right: 25%;
	}

	.mobile-push-25 {
		left: 25%;
	}

	.mobile-pull-25 {
		left: -25%;
	}

	.mobile-grid-30 {
		float: left;
		width: 30%;
	}

	.mobile-prefix-30 {
		margin-left: 30%;
	}

	.mobile-suffix-30 {
		margin-right: 30%;
	}

	.mobile-push-30 {
		left: 30%;
	}

	.mobile-pull-30 {
		left: -30%;
	}

	.mobile-grid-35 {
		float: left;
		width: 35%;
	}

	.mobile-prefix-35 {
		margin-left: 35%;
	}

	.mobile-suffix-35 {
		margin-right: 35%;
	}

	.mobile-push-35 {
		left: 35%;
	}

	.mobile-pull-35 {
		left: -35%;
	}

	.mobile-grid-40 {
		float: left;
		width: 40%;
	}

	.mobile-prefix-40 {
		margin-left: 40%;
	}

	.mobile-suffix-40 {
		margin-right: 40%;
	}

	.mobile-push-40 {
		left: 40%;
	}

	.mobile-pull-40 {
		left: -40%;
	}

	.mobile-grid-45 {
		float: left;
		width: 45%;
	}

	.mobile-prefix-45 {
		margin-left: 45%;
	}

	.mobile-suffix-45 {
		margin-right: 45%;
	}

	.mobile-push-45 {
		left: 45%;
	}

	.mobile-pull-45 {
		left: -45%;
	}

	.mobile-grid-50 {
		float: left;
		width: 50%;
	}

	.mobile-prefix-50 {
		margin-left: 50%;
	}

	.mobile-suffix-50 {
		margin-right: 50%;
	}

	.mobile-push-50 {
		left: 50%;
	}

	.mobile-pull-50 {
		left: -50%;
	}

	.mobile-grid-55 {
		float: left;
		width: 55%;
	}

	.mobile-prefix-55 {
		margin-left: 55%;
	}

	.mobile-suffix-55 {
		margin-right: 55%;
	}

	.mobile-push-55 {
		left: 55%;
	}

	.mobile-pull-55 {
		left: -55%;
	}

	.mobile-grid-60 {
		float: left;
		width: 60%;
	}

	.mobile-prefix-60 {
		margin-left: 60%;
	}

	.mobile-suffix-60 {
		margin-right: 60%;
	}

	.mobile-push-60 {
		left: 60%;
	}

	.mobile-pull-60 {
		left: -60%;
	}

	.mobile-grid-65 {
		float: left;
		width: 65%;
	}

	.mobile-prefix-65 {
		margin-left: 65%;
	}

	.mobile-suffix-65 {
		margin-right: 65%;
	}

	.mobile-push-65 {
		left: 65%;
	}

	.mobile-pull-65 {
		left: -65%;
	}

	.mobile-grid-70 {
		float: left;
		width: 70%;
	}

	.mobile-prefix-70 {
		margin-left: 70%;
	}

	.mobile-suffix-70 {
		margin-right: 70%;
	}

	.mobile-push-70 {
		left: 70%;
	}

	.mobile-pull-70 {
		left: -70%;
	}

	.mobile-grid-75 {
		float: left;
		width: 75%;
	}

	.mobile-prefix-75 {
		margin-left: 75%;
	}

	.mobile-suffix-75 {
		margin-right: 75%;
	}

	.mobile-push-75 {
		left: 75%;
	}

	.mobile-pull-75 {
		left: -75%;
	}

	.mobile-grid-80 {
		float: left;
		width: 80%;
	}

	.mobile-prefix-80 {
		margin-left: 80%;
	}

	.mobile-suffix-80 {
		margin-right: 80%;
	}

	.mobile-push-80 {
		left: 80%;
	}

	.mobile-pull-80 {
		left: -80%;
	}

	.mobile-grid-85 {
		float: left;
		width: 85%;
	}

	.mobile-prefix-85 {
		margin-left: 85%;
	}

	.mobile-suffix-85 {
		margin-right: 85%;
	}

	.mobile-push-85 {
		left: 85%;
	}

	.mobile-pull-85 {
		left: -85%;
	}

	.mobile-grid-90 {
		float: left;
		width: 90%;
	}

	.mobile-prefix-90 {
		margin-left: 90%;
	}

	.mobile-suffix-90 {
		margin-right: 90%;
	}

	.mobile-push-90 {
		left: 90%;
	}

	.mobile-pull-90 {
		left: -90%;
	}

	.mobile-grid-95 {
		float: left;
		width: 95%;
	}

	.mobile-prefix-95 {
		margin-left: 95%;
	}

	.mobile-suffix-95 {
		margin-right: 95%;
	}

	.mobile-push-95 {
		left: 95%;
	}

	.mobile-pull-95 {
		left: -95%;
	}

	.mobile-grid-33 {
		float: left;
		width: 33.33333%;
	}

	.mobile-prefix-33 {
		margin-left: 33.33333%;
	}

	.mobile-suffix-33 {
		margin-right: 33.33333%;
	}

	.mobile-push-33 {
		left: 33.33333%;
	}

	.mobile-pull-33 {
		left: -33.33333%;
	}

	.mobile-grid-66 {
		float: left;
		width: 66.66667%;
	}

	.mobile-prefix-66 {
		margin-left: 66.66667%;
	}

	.mobile-suffix-66 {
		margin-right: 66.66667%;
	}

	.mobile-push-66 {
		left: 66.66667%;
	}

	.mobile-pull-66 {
		left: -66.66667%;
	}

	.mobile-grid-100 {
		clear: both;
		width: 100%;
	}
}

@media (min-width: 768px) {

	.push-5,
	.pull-5,
	.push-10,
	.pull-10,
	.push-15,
	.pull-15,
	.push-20,
	.pull-20,
	.push-25,
	.pull-25,
	.push-30,
	.pull-30,
	.push-35,
	.pull-35,
	.push-40,
	.pull-40,
	.push-45,
	.pull-45,
	.push-50,
	.pull-50,
	.push-55,
	.pull-55,
	.push-60,
	.pull-60,
	.push-65,
	.pull-65,
	.push-70,
	.pull-70,
	.push-75,
	.pull-75,
	.push-80,
	.pull-80,
	.push-85,
	.pull-85,
	.push-90,
	.pull-90,
	.push-95,
	.pull-95,
	.push-33,
	.pull-33,
	.push-66,
	.pull-66 {
		position: relative;
	}

	.hide-on-desktop {
		display: none !important;
	}

	.grid-5 {
		float: left;
		width: 5%;
	}

	.prefix-5 {
		margin-left: 5%;
	}

	.suffix-5 {
		margin-right: 5%;
	}

	.push-5 {
		left: 5%;
	}

	.pull-5 {
		left: -5%;
	}

	.grid-10 {
		float: left;
		width: 10%;
	}

	.prefix-10 {
		margin-left: 10%;
	}

	.suffix-10 {
		margin-right: 10%;
	}

	.push-10 {
		left: 10%;
	}

	.pull-10 {
		left: -10%;
	}

	.grid-15 {
		float: left;
		width: 15%;
	}

	.prefix-15 {
		margin-left: 15%;
	}

	.suffix-15 {
		margin-right: 15%;
	}

	.push-15 {
		left: 15%;
	}

	.pull-15 {
		left: -15%;
	}

	.grid-20 {
		float: left;
		width: 20%;
	}

	.prefix-20 {
		margin-left: 20%;
	}

	.suffix-20 {
		margin-right: 20%;
	}

	.push-20 {
		left: 20%;
	}

	.pull-20 {
		left: -20%;
	}

	.grid-25 {
		float: left;
		width: 25%;
	}

	.prefix-25 {
		margin-left: 25%;
	}

	.suffix-25 {
		margin-right: 25%;
	}

	.push-25 {
		left: 25%;
	}

	.pull-25 {
		left: -25%;
	}

	.grid-30 {
		float: left;
		width: 30%;
	}

	.prefix-30 {
		margin-left: 30%;
	}

	.suffix-30 {
		margin-right: 30%;
	}

	.push-30 {
		left: 30%;
	}

	.pull-30 {
		left: -30%;
	}

	.grid-35 {
		float: left;
		width: 35%;
	}

	.prefix-35 {
		margin-left: 35%;
	}

	.suffix-35 {
		margin-right: 35%;
	}

	.push-35 {
		left: 35%;
	}

	.pull-35 {
		left: -35%;
	}

	.grid-40 {
		float: left;
		width: 40%;
	}

	.prefix-40 {
		margin-left: 40%;
	}

	.suffix-40 {
		margin-right: 40%;
	}

	.push-40 {
		left: 40%;
	}

	.pull-40 {
		left: -40%;
	}

	.grid-45 {
		float: left;
		width: 45%;
	}

	.prefix-45 {
		margin-left: 45%;
	}

	.suffix-45 {
		margin-right: 45%;
	}

	.push-45 {
		left: 45%;
	}

	.pull-45 {
		left: -45%;
	}

	.grid-50 {
		float: left;
		width: 50%;
	}

	.prefix-50 {
		margin-left: 50%;
	}

	.suffix-50 {
		margin-right: 50%;
	}

	.push-50 {
		left: 50%;
	}

	.pull-50 {
		left: -50%;
	}

	.grid-55 {
		float: left;
		width: 55%;
	}

	.prefix-55 {
		margin-left: 55%;
	}

	.suffix-55 {
		margin-right: 55%;
	}

	.push-55 {
		left: 55%;
	}

	.pull-55 {
		left: -55%;
	}

	.grid-60 {
		float: left;
		width: 60%;
	}

	.prefix-60 {
		margin-left: 60%;
	}

	.suffix-60 {
		margin-right: 60%;
	}

	.push-60 {
		left: 60%;
	}

	.pull-60 {
		left: -60%;
	}

	.grid-65 {
		float: left;
		width: 65%;
	}

	.prefix-65 {
		margin-left: 65%;
	}

	.suffix-65 {
		margin-right: 65%;
	}

	.push-65 {
		left: 65%;
	}

	.pull-65 {
		left: -65%;
	}

	.grid-70 {
		float: left;
		width: 70%;
	}

	.prefix-70 {
		margin-left: 70%;
	}

	.suffix-70 {
		margin-right: 70%;
	}

	.push-70 {
		left: 70%;
	}

	.pull-70 {
		left: -70%;
	}

	.grid-75 {
		float: left;
		width: 75%;
	}

	.prefix-75 {
		margin-left: 75%;
	}

	.suffix-75 {
		margin-right: 75%;
	}

	.push-75 {
		left: 75%;
	}

	.pull-75 {
		left: -75%;
	}

	.grid-80 {
		float: left;
		width: 80%;
	}

	.prefix-80 {
		margin-left: 80%;
	}

	.suffix-80 {
		margin-right: 80%;
	}

	.push-80 {
		left: 80%;
	}

	.pull-80 {
		left: -80%;
	}

	.grid-85 {
		float: left;
		width: 85%;
	}

	.prefix-85 {
		margin-left: 85%;
	}

	.suffix-85 {
		margin-right: 85%;
	}

	.push-85 {
		left: 85%;
	}

	.pull-85 {
		left: -85%;
	}

	.grid-90 {
		float: left;
		width: 90%;
	}

	.prefix-90 {
		margin-left: 90%;
	}

	.suffix-90 {
		margin-right: 90%;
	}

	.push-90 {
		left: 90%;
	}

	.pull-90 {
		left: -90%;
	}

	.grid-95 {
		float: left;
		width: 95%;
	}

	.prefix-95 {
		margin-left: 95%;
	}

	.suffix-95 {
		margin-right: 95%;
	}

	.push-95 {
		left: 95%;
	}

	.pull-95 {
		left: -95%;
	}

	.grid-33 {
		float: left;
		width: 33.33333%;
	}

	.prefix-33 {
		margin-left: 33.33333%;
	}

	.suffix-33 {
		margin-right: 33.33333%;
	}

	.push-33 {
		left: 33.33333%;
	}

	.pull-33 {
		left: -33.33333%;
	}

	.grid-66 {
		float: left;
		width: 66.66667%;
	}

	.prefix-66 {
		margin-left: 66.66667%;
	}

	.suffix-66 {
		margin-right: 66.66667%;
	}

	.push-66 {
		left: 66.66667%;
	}

	.pull-66 {
		left: -66.66667%;
	}

	.grid-100 {
		clear: both;
		width: 100%;
	}
}

/*
  @import url('//support.nuki.io/hc/assets/css/font-face.css');
*/
@font-face {
	font-family: "brandon-text";
	src: url(/hc/theming_assets/01J85FNTG7BVEQWWGNTNQZWAZG) format("eot"),
		url(/hc/theming_assets/01J85FNV5EK2TBC330GYEFKZ4R) format("woff"),
		url(/hc/theming_assets/01J85FNTRWQR91RZ6TWE4RK0W3) format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "brandon-text";
	src: url(/hc/theming_assets/01J85FNTQPSHK4GKDN7M819PZ5) format("eot"),
		url(/hc/theming_assets/01J85FNV27T8W7YJF3VAM5TA7H) format("woff"),
		url(/hc/theming_assets/01J85FNTJJ9A653W7N71F5G43S) format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "brandon-text";
	src: url(/hc/theming_assets/01J85FNTMG1EX5QG4EQDFD7Y1J) format("eot"),
		url(/hc/theming_assets/01J85FNTZY2ES99DVMMAV7J56K) format("woff"),
		url(/hc/theming_assets/01J85FNTF7E57B2B27Y605W06W) format("woff2");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "brandon-text";
	src: url(/hc/theming_assets/01J85FNTKEVGNEBYRG2TNHXMYP) format("eot"),
		url(/hc/theming_assets/01J85FNV070XX5D3EAMST8Y9MG) format("woff"),
		url(/hc/theming_assets/01J85FNTG5MD9D77YV9WQBNC08) format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'brandon-text';
	src: url(/hc/theming_assets/01JDT18R9V7FC89N5EYDVC5A31);
	/* IE9 Compatibility */
	src: url(/hc/theming_assets/01JDT18R9V7FC89N5EYDVC5A31?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(/hc/theming_assets/01JDT18ST1G4DVWQ3QYYCPGAV9) format('woff2'),
		/* Modern Browsers */
		url(/hc/theming_assets/01JDT18ST1G4DVWQ3QYYCPGAV9) format('woff');
	/* Legacy Browsers */
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'brandon-text';
	src: url(/hc/theming_assets/01JDT18THDN59JSYNT2H682V98);
	/* IE9 Compatibility */
	src: url(/hc/theming_assets/01JDT18THDN59JSYNT2H682V98?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(/hc/theming_assets/01JDT18VX2X6W1QZQTPKV4ZGDM) format('woff2'),
		/* Modern Browsers */
		url(/hc/theming_assets/01JDT18V7GCMEVNTAE871449BP) format('woff');
	/* Legacy Browsers */
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}




/*
  @import url('//support.nuki.io/hc/assets/css/fonts.css');
*/
/*---------------------------
$FONTS
-----------------------------*/



.light {
	font-weight: 200;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.camouflage-link {
	color: inherit;
	text-decoration: none;
}

.no-transform {
	text-transform: none;
}

.f13,
.f14,
.f15,
.f16,
.f17,
.f18,
.f19,
.f20,
.f21,
.f22,
.f23,
.f24,
.f26,
.f28,
.f30,
.f32,
.f34,
.f36,
.f38,
.f40,
.f44,
.f60,
.f80,
.f100 {
	line-height: 1.5;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
}

.f20 {
	font-size: 20px;
}

.f21 {
	font-size: 21px;
}

.f22 {
	font-size: 22px;
}

.f23 {
	font-size: 23px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}

.f34 {
	font-size: 34px;
}

.f36 {
	font-size: 36px;
}

.f38 {
	font-size: 38px;
}

.f40 {
	font-size: 40px;
}

.f44 {
	font-size: 44px;
}

.f60 {
	font-size: 60px;
}

.f80 {
	font-size: 80px;
}

.f100 {
	font-size: 100px;
}

.normal-line-height {
	line-height: 1;
}

.line-height-1-1 {
	line-height: 1.1;
}

.small-line-height {
	line-height: 1.2;
}

.regular-line-height {
	line-height: 1.5;
}

.big-line-height {
	line-height: 2;
}


/* FONT COLORS */
.yellow,
a.yellow {
	color: #fecb3f;
}

.white {
	color: #FFF;
}

.grey-7,
a.grey-7 {
	color: #111;
}

.grey-20,
a.grey-20 {
	color: #333;
}

.grey-25,
a.grey-25 {
	color: #404040;
}

.grey-30,
a.grey-30 {
	color: #4c4c4c;
}

.grey-40,
a.grey-40 {
	color: #666;
}

.grey-45,
a.grey-45 {
	color: #757575;
}

.grey-50,
a.grey-50 {
	color: #808080;
}

.grey-60,
a.grey-60 {
	color: #999;
}

.grey-70,
a.grey-70 {
	color: #b2b2b2;
}

.red,
a.red {
	color: #fc5666;
}

.letter-space-50 {
	letter-spacing: 0.05em;
}

.letter-space-100 {
	letter-spacing: 0.1em;
}

/*
  @import url('//support.nuki.io/hc/assets/css/helper.css');
*/
/*---------------------------
$HELPER
-----------------------------*/
.left {
	float: left !important;
}

.right {
	float: right !important;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.hidden {
	display: none !important;
}

.error {
	color: #fc5666;
}

.valid {
	color: #8cc152;
}

.green {
	color: #57CB8E;
}

.full-width {
	width: 100%;
}

.twitter-share-button {
	vertical-align: bottom;
	margin-right: 10px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
  @import url('//support.nuki.io/hc/assets/css/buttons.css'); 
*/
/*---------------------------
$BUTTONS
-----------------------------*/

.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 11px 35px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.2s ease;
	-webkit-appearance: none;
}

.btn:focus,
.btn:active:focus {
	outline: 0;
}

.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
}

.btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-yellow {
	color: #111;
	background-color: #fecb3f;
	border-color: #fecb3f;
	border-width: 2px;
}

.btn-yellow:focus,
.btn-yellow:hover {
	color: #111;
	background-color: #FFF;
	border-color: #fecb3f;

}

.btn-black {
	color: #FFF;
	background-color: #000;
	border-color: #000;
	border-width: 2px;
}

.btn-black:focus,
.btn-black:hover {
	color: #000;
	background-color: #FFF;
	border-color: #000;

}


.btn-yellow-border {
	color: #111;
	background-color: transparent;
	border: 2px solid #fecb3f;
}

.btn-yellow-border:focus,
.btn-yellow-border:hover {
	color: #111;
	background-color: #fecb3f;
	border-color: #fecb3f;
}

.btn-black-border {
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
}

.btn-black-border:focus,
.btn-black-border:hover {
	color: #FFF;
	background-color: #000;
	border-color: #000;
}

.btn-white {
	color: #111;
	background-color: #FFF;
	border-color: #FFF;
	border-width: 2px;
}

.btn-white:focus,
.btn-white:hover {
	color: #111;
	background-color: #FFF;
	border-color: #111;
}

.btn-grey {
	color: #111;
	background-color: rgba(0, 0, 0, 0.13);
	border-width: 2px;
}

.btn-grey:focus,
.btn-grey:hover {
	color: #111;
	background-color: rgba(0, 0, 0, 0.25);

}





.btn-video {
	text-decoration: none;
	color: #111;
	padding-left: 34px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48dGl0bGU+cGxheS12aWRlbzwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjEwIDcgMTAgMTcgMTcgMTIgMTAgNyIvPjxwYXRoIGQ9Ik0xMiwxQTExLDExLDAsMSwxLDEsMTIsMTEsMTEsMCwwLDEsMTIsMW0wLTFBMTIsMTIsMCwxLDAsMjQsMTIsMTIsMTIsMCwwLDAsMTIsMGgwWiIvPjwvc3ZnPg==) no-repeat left center transparent;
	font-family: 'brandon-text', sans-serif;
	font-size: 20px;
	vertical-align: middle;
}

.btn-more {
	text-decoration: none;
	border-bottom: 1px solid #404040;
	transition: all 0.2s ease;
}

.btn-more:hover {
	border-bottom-color: #fecb3f;
	color: #fecb3f;
}

.btn-more-yellow {
	text-decoration: none;
	border-bottom: 1px solid #fecb3f;
	transition: all 0.2s ease;
}

.btn-more-yellow:hover {
	border-bottom: 1px solid #404040;
}


/* @import url('//support.nuki.io/hc/assets/css/divider.css'); */
.divider {
	display: block;
	clear: both;
}

hr {
	border: none;
	padding: 0;
	margin: 0;
}

/* @import url('//support.nuki.io/hc/assets/css/flex.css'); */

/*------------------------
  FLEXBOX
--------------------------*/

.flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-vcenter {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-hcenter {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-sp {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-end {
	-webkit-align-content: flex-end;
	align-items: flex-end;
}


@media screen and (max-width: 768px) {
	.flex-wrap {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}



/* @import url('//support.nuki.io/hc/assets/css/spacings.css'); */
/*---------------------------
$SPACINGS
-----------------------------*/


.top-5 {
	margin-top: 5px;
}

.top-10 {
	margin-top: 10px;
}

.top-15 {
	margin-top: 15px;
}

.top-20 {
	margin-top: 20px;
}

.top-30 {
	margin-top: 30px;
}

.top-35 {
	margin-top: 35px;
}

.top-40 {
	margin-top: 40px;
}

.top-45 {
	margin-top: 40px;
}

.top-50 {
	margin-top: 50px;
}

.top-60 {
	margin-top: 60px;
}

.top-65 {
	margin-top: 65px;
}

.top-70 {
	margin-top: 70px;
}

.top-80 {
	margin-top: 80px;
}

.top-90 {
	margin-top: 90px;
}

.top-100 {
	margin-top: 100px;
}

.top-130 {
	margin-top: 130px;
}

.top-180 {
	margin-top: 180px;
}

.top-200 {
	margin-top: 200px;
}

.bottom-5 {
	margin-bottom: 5px;
}

.bottom-10 {
	margin-bottom: 10px;
}

.bottom-15 {
	margin-bottom: 15px;
}

.bottom-20 {
	margin-bottom: 20px;
}

.bottom-25 {
	margin-bottom: 25px;
}

.bottom-30 {
	margin-bottom: 30px;
}

.bottom-35 {
	margin-bottom: 35px;
}

.bottom-40 {
	margin-bottom: 40px;
}

.bottom-50 {
	margin-bottom: 50px;
}

.bottom-60 {
	margin-bottom: 60px;
}

.bottom-70 {
	margin-bottom: 70px;
}

.bottom-80 {
	margin-bottom: 80px;
}

.bottom-90 {
	margin-bottom: 90px;
}

.bottom-100 {
	margin-bottom: 100px;
}

.bottom-200 {
	margin-bottom: 200px;
}

.bottom-300 {
	margin-bottom: 300px;
}

.right-5 {
	margin-right: 5px;
}

.right-10 {
	margin-right: 10px;
}

.right-15 {
	margin-right: 15px;
}

.right-20 {
	margin-right: 20px;
}

.right-30 {
	margin-right: 30px;
}

.right-40 {
	margin-right: 40px;
}

.right-50 {
	margin-right: 50px;
}

.right-60 {
	margin-right: 60px;
}

.right-70 {
	margin-right: 70px;
}

.right-80 {
	margin-right: 80px;
}

.right-90 {
	margin-right: 90px;
}

.right-100 {
	margin-right: 100px;
}

.left-5 {
	margin-left: 5px;
}

.left-10 {
	margin-left: 10px;
}

.left-15 {
	margin-left: 15px;
}

.left-20 {
	margin-left: 20px;
}

.left-30 {
	margin-left: 30px;
}

.left-40 {
	margin-left: 40px;
}

.left-50 {
	margin-left: 50px;
}

.left-60 {
	margin-left: 60px;
}

.left-70 {
	margin-left: 70px;
}

.left-80 {
	margin-left: 80px;
}

.left-90 {
	margin-left: 90px;
}

.left-100 {
	margin-left: 100px;
}




.p-top-5 {
	padding-top: 5px;
}

.p-top-10 {
	padding-top: 10px;
}

.p-top-15 {
	padding-top: 15px;
}

.p-top-20 {
	padding-top: 20px;
}

.p-top-30 {
	padding-top: 30px;
}

.p-top-40 {
	padding-top: 40px;
}

.p-top-50 {
	padding-top: 50px;
}

.p-top-60 {
	padding-top: 60px;
}

.p-top-70 {
	padding-top: 70px;
}

.p-top-80 {
	padding-top: 80px;
}

.p-top-90 {
	padding-top: 90px;
}

.p-top-100 {
	padding-top: 100px;
}

.p-bottom-5 {
	padding-bottom: 5px;
}

.p-bottom-10 {
	padding-bottom: 10px;
}

.p-bottom-15 {
	padding-bottom: 15px;
}

.p-bottom-20 {
	padding-bottom: 20px;
}

.p-bottom-25 {
	padding-bottom: 25px;
}

.p-bottom-30 {
	padding-bottom: 30px;
}

.p-bottom-35 {
	padding-bottom: 35px;
}

.p-bottom-40 {
	padding-bottom: 40px;
}

.p-bottom-50 {
	padding-bottom: 50px;
}

.p-bottom-60 {
	padding-bottom: 60px;
}

.p-bottom-70 {
	padding-bottom: 70px;
}

.p-bottom-80 {
	padding-bottom: 80px;
}

.p-bottom-90 {
	padding-bottom: 90px;
}

.p-bottom-100 {
	padding-bottom: 100px;
}

.p-left-5 {
	padding-left: 5px;
}

.p-left-10 {
	padding-left: 10px;
}

.p-left-15 {
	padding-left: 15px;
}

.p-left-20 {
	padding-left: 20px;
}

.p-left-30 {
	padding-left: 30px;
}

.p-left-40 {
	padding-left: 40px;
}

.p-left-50 {
	padding-left: 50px;
}

.p-left-60 {
	padding-left: 60px;
}

.p-left-70 {
	padding-left: 70px;
}

.p-left-80 {
	padding-left: 80px;
}

.p-left-90 {
	padding-left: 90px;
}

.p-left-100 {
	padding-left: 100px;
}

.p-right-5 {
	padding-right: 5px;
}

.p-right-10 {
	padding-right: 10px;
}

.p-right-15 {
	padding-right: 15px;
}

.p-right-20 {
	padding-right: 20px;
}

.p-right-30 {
	padding-right: 30px;
}

.p-right-40 {
	padding-right: 40px;
}

.p-right-50 {
	padding-right: 50px;
}

.p-right-60 {
	padding-right: 60px;
}

.p-right-70 {
	padding-right: 70px;
}

.p-right-80 {
	padding-right: 80px;
}

.p-right-90 {
	padding-right: 90px;
}

.p-right-100 {
	padding-right: 100px;
}


@media screen and (max-width: 768px) {
	/*---------------------------
  MOBILE SPACINGS
-----------------------------*/

	.m-top-0 {
		margin-top: 0;
	}

	.m-top-5 {
		margin-top: 5px;
	}

	.m-top-10 {
		margin-top: 10px;
	}

	.m-top-15 {
		margin-top: 15px;
	}

	.m-top-20 {
		margin-top: 20px;
	}

	.m-top-30 {
		margin-top: 30px;
	}

	.m-top-40 {
		margin-top: 40px;
	}

	.m-top-50 {
		margin-top: 50px;
	}

	.m-top-60 {
		margin-top: 60px;
	}

	.m-top-70 {
		margin-top: 70px;
	}

	.m-top-80 {
		margin-top: 80px;
	}

	.m-top-90 {
		margin-top: 90px;
	}

	.m-top-100 {
		margin-top: 100px;
	}

	.m-top-150 {
		margin-top: 150px;
	}

	.m-top-200 {
		margin-top: 200px;
	}

	.m-bottom-0 {
		margin-bottom: 0px;
	}

	.m-bottom-5 {
		margin-bottom: 5px;
	}

	.m-bottom-10 {
		margin-bottom: 10px;
	}

	.m-bottom-15 {
		margin-bottom: 15px;
	}

	.m-bottom-20 {
		margin-bottom: 20px;
	}

	.m-bottom-25 {
		margin-bottom: 25px;
	}

	.m-bottom-30 {
		margin-bottom: 30px;
	}

	.m-bottom-35 {
		margin-bottom: 35px;
	}

	.m-bottom-40 {
		margin-bottom: 40px;
	}

	.m-bottom-50 {
		margin-bottom: 50px;
	}

	.m-bottom-60 {
		margin-bottom: 60px;
	}

	.m-bottom-70 {
		margin-bottom: 70px;
	}

	.m-bottom-80 {
		margin-bottom: 80px;
	}

	.m-bottom-90 {
		margin-bottom: 90px;
	}

	.m-bottom-100 {
		margin-bottom: 100px;
	}

	.m-p-top-5 {
		padding-top: 5px;
	}

	.m-p-top-10 {
		padding-top: 10px;
	}

	.m-p-top-15 {
		padding-top: 15px;
	}

	.m-p-top-20 {
		padding-top: 20px;
	}

	.m-p-top-30 {
		padding-top: 30px;
	}

	.m-p-top-40 {
		padding-top: 40px;
	}

	.m-p-top-50 {
		padding-top: 50px;
	}

	.m-p-top-60 {
		padding-top: 60px;
	}

	.m-p-top-70 {
		padding-top: 70px;
	}

	.m-p-top-80 {
		padding-top: 80px;
	}

	.m-p-top-90 {
		padding-top: 90px;
	}

	.m-p-top-100 {
		padding-top: 100px;
	}

	.m-p-bottom-5 {
		padding-bottom: 5px;
	}

	.m-p-bottom-10 {
		padding-bottom: 10px;
	}

	.m-p-bottom-15 {
		padding-bottom: 15px;
	}

	.m-p-bottom-20 {
		padding-bottom: 20px;
	}

	.m-p-bottom-25 {
		padding-bottom: 25px;
	}

	.m-p-bottom-30 {
		padding-bottom: 30px;
	}

	.m-p-bottom-35 {
		padding-bottom: 35px;
	}

	.m-p-bottom-40 {
		padding-bottom: 40px;
	}

	.m-p-bottom-50 {
		padding-bottom: 50px;
	}

	.m-p-bottom-60 {
		padding-bottom: 60px;
	}

	.m-p-bottom-70 {
		padding-bottom: 70px;
	}

	.m-p-bottom-80 {
		padding-bottom: 80px;
	}

	.m-p-bottom-90 {
		padding-bottom: 90px;
	}

	.m-p-bottom-100 {
		padding-bottom: 100px;
	}

	.m-p-left-5 {
		padding-left: 5px;
	}

	.m-p-left-10 {
		padding-left: 10px;
	}

	.m-p-left-15 {
		padding-left: 15px;
	}

	.m-p-left-20 {
		padding-left: 20px;
	}

	.m-p-left-30 {
		padding-left: 30px;
	}

	.m-p-left-40 {
		padding-left: 40px;
	}

	.m-p-left-50 {
		padding-left: 50px;
	}

	.m-p-left-60 {
		padding-left: 60px;
	}

	.m-p-left-70 {
		padding-left: 70px;
	}

	.m-p-left-80 {
		padding-left: 80px;
	}

	.m-p-left-90 {
		padding-left: 90px;
	}

	.m-p-left-100 {
		padding-left: 100px;
	}

	.m-p-right-5 {
		padding-right: 5px;
	}

	.m-p-right-10 {
		padding-right: 10px;
	}

	.m-p-right-15 {
		padding-right: 15px;
	}

	.m-p-right-20 {
		padding-right: 20px;
	}

	.m-p-right-30 {
		padding-right: 30px;
	}

	.m-p-right-40 {
		padding-right: 40px;
	}

	.m-p-right-50 {
		padding-right: 50px;
	}

	.m-p-right-60 {
		padding-right: 60px;
	}

	.m-p-right-70 {
		padding-right: 70px;
	}

	.m-p-right-80 {
		padding-right: 80px;
	}

	.m-p-right-90 {
		padding-right: 90px;
	}

	.m-p-right-100 {
		padding-right: 100px;
	}


}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	/*---------------------------
  MOBILE SPACINGS
-----------------------------*/


	.t-top-5 {
		margin-top: 5px;
	}

	.t-top-10 {
		margin-top: 10px;
	}

	.t-top-15 {
		margin-top: 15px;
	}

	.t-top-20 {
		margin-top: 20px;
	}

	.t-top-30 {
		margin-top: 30px;
	}

	.t-top-40 {
		margin-top: 40px;
	}

	.t-top-50 {
		margin-top: 50px;
	}

	.t-top-60 {
		margin-top: 60px;
	}

	.t-top-70 {
		margin-top: 70px;
	}

	.t-top-80 {
		margin-top: 80px;
	}

	.t-top-90 {
		margin-top: 90px;
	}

	.t-top-100 {
		margin-top: 100px;
	}

	.t-bottom-5 {
		margin-bottom: 5px;
	}

	.t-bottom-10 {
		margin-bottom: 10px;
	}

	.t-bottom-15 {
		margin-bottom: 15px;
	}

	.t-bottom-20 {
		margin-bottom: 20px;
	}

	.t-bottom-25 {
		margin-bottom: 25px;
	}

	.t-bottom-30 {
		margin-bottom: 30px;
	}

	.t-bottom-35 {
		margin-bottom: 35px;
	}

	.t-bottom-40 {
		margin-bottom: 40px;
	}

	.t-bottom-50 {
		margin-bottom: 50px;
	}

	.t-bottom-60 {
		margin-bottom: 60px;
	}

	.t-bottom-70 {
		margin-bottom: 70px;
	}

	.t-bottom-80 {
		margin-bottom: 80px;
	}

	.t-bottom-90 {
		margin-bottom: 90px;
	}

	.t-bottom-100 {
		margin-bottom: 100px;
	}

	.t-p-top-5 {
		padding-top: 5px;
	}

	.t-p-top-10 {
		padding-top: 10px;
	}

	.t-p-top-15 {
		padding-top: 15px;
	}

	.t-p-top-20 {
		padding-top: 20px;
	}

	.t-p-top-30 {
		padding-top: 30px;
	}

	.t-p-top-40 {
		padding-top: 40px;
	}

	.t-p-top-50 {
		padding-top: 50px;
	}

	.t-p-top-60 {
		padding-top: 60px;
	}

	.t-p-top-70 {
		padding-top: 70px;
	}

	.t-p-top-80 {
		padding-top: 80px;
	}

	.t-p-top-90 {
		padding-top: 90px;
	}

	.t-p-top-100 {
		padding-top: 100px;
	}

	.t-p-bottom-5 {
		padding-bottom: 5px;
	}

	.t-p-bottom-10 {
		padding-bottom: 10px;
	}

	.t-p-bottom-15 {
		padding-bottom: 15px;
	}

	.t-p-bottom-20 {
		padding-bottom: 20px;
	}

	.t-p-bottom-25 {
		padding-bottom: 25px;
	}

	.t-p-bottom-30 {
		padding-bottom: 30px;
	}

	.t-p-bottom-35 {
		padding-bottom: 35px;
	}

	.t-p-bottom-40 {
		padding-bottom: 40px;
	}

	.t-p-bottom-50 {
		padding-bottom: 50px;
	}

	.t-p-bottom-60 {
		padding-bottom: 60px;
	}

	.t-p-bottom-70 {
		padding-bottom: 70px;
	}

	.t-p-bottom-80 {
		padding-bottom: 80px;
	}

	.t-p-bottom-90 {
		padding-bottom: 90px;
	}

	.t-p-bottom-100 {
		padding-bottom: 100px;
	}


}




/* @import url('//support.nuki.io/hc/assets/css/header.css'); */

/*-----------------------------
  $HEADER
-------------------------------*/

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

.header-wrap {
	max-width: 1334px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 74px;
	padding-right: 74px;
	background-color: #FFF;
	height: 85px;
	position: relative;
}

.header .logo {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTIuMjQiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAxMTIuMjQgNTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmRjYTQwO308L3N0eWxlPjwvZGVmcz48dGl0bGU+bnVraS1sb2dvPC90aXRsZT48cGF0aCBkPSJNMCwyMS4yNEEwLjc3LDAuNzcsMCwwLDEsLjc4LDIwLjVoMUwxOC4xNSwzNi4yM2gwVjIxLjY5QTAuNzgsMC43OCwwLDAsMSwxOSwyMC45MWg0LjkyYTAuODEsMC44MSwwLDAsMSwuNzguNzhWNDkuMjZhMC43NywwLjc3LDAsMCwxLS43OC43NEgyMy4yM2ExLjIxLDEuMjEsMCwwLDEtLjUzLTAuMkw2LjUxLDMzLjUzaDBWNDguODFhMC43OCwwLjc4LDAsMCwxLS43OC43OEgwLjgyQTAuODEsMC44MSwwLDAsMSwwLDQ4LjgxWiIvPjxwYXRoIGQ9Ik0zNi41NCwyMS42OWEwLjgxLDAuODEsMCwwLDEsLjc4LTAuNzhoNWEwLjc4LDAuNzgsMCwwLDEsLjc4Ljc4VjM4LjI4YTUuMDgsNS4wOCwwLDEsMCwxMC4xNiwwVjIxLjY5YTAuNzgsMC43OCwwLDAsMSwuNzgtMC43OGg1YTAuODEsMC44MSwwLDAsMSwuNzguNzhWMzguNjFhMTEuNjgsMTEuNjgsMCwwLDEtMjMuMzUsMFYyMS42OVoiLz48cGF0aCBkPSJNNzEuODYsMjEuOWExLDEsMCwwLDEsMS0xaDQuNzlhMSwxLDAsMCwxLDEsMVYzMi42N2w5LjEtMTEuMzVhMS4yMiwxLjIyLDAsMCwxLC43OC0wLjQxaDUuMTZhMSwxLDAsMCwxLC43NCwxLjUybC05LjU5LDEyTDk1LjI1LDQ4YTEsMSwwLDAsMS0uNzgsMS41Mkg4OC44MmExLjEyLDEuMTIsMCwwLDEtLjc0LTAuMjlMNzguNjIsMzYuNFY0OC42MWExLDEsMCwwLDEtMSwxSDcyLjg0YTEsMSwwLDAsMS0xLTFWMjEuOVoiLz48cGF0aCBkPSJNMTA0LjgsMjEuNjlhMC44MSwwLjgxLDAsMCwxLC43OC0wLjc4aDQuOTJhMC44MSwwLjgxLDAsMCwxLC43OC43OFY0OC44MWEwLjgxLDAuODEsMCwwLDEtLjc4Ljc4aC00LjkyYTAuODEsMC44MSwwLDAsMS0uNzgtMC43OFYyMS42OVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDMuODMsNC4yN0E0LjE2LDQuMTYsMCwwLDEsMTA4LDBhNC4yNCw0LjI0LDAsMSwxLDAsOC40OEE0LjE0LDQuMTQsMCwwLDEsMTAzLjgzLDQuMjdaIi8+PC9zdmc+) no-repeat center center transparent;
	width: 113px;
	height: 50px;
	text-indent: -9999em;
	display: inline-block;
	margin-top: 9px;
	position: relative;
	z-index: 1;
}

.admin-bar .header {
	top: 32px;
}

/* @import url('//support.nuki.io/hc/assets/css/slides.css'); */

/*---------------------
SLIDES
-----------------------*/

.lightgrey-background {
	background-color: #f7f7f7;
}

.yellow-background {
	background-color: #fecb3f;
}

.lightyellow-background {
	background-color: #FFF5D9;
}

.black-background {
	background-color: #000;
}

.grey-border-top {
	border-top: 1px solid #f7f7f7;
}

.grey-border-bottom {
	border-bottom: 1px solid #f7f7f7;
}

.grey-border-left {
	border-left: 1px solid #f7f7f7;
}

.grey-border-right {
	border-right: 1px solid #f7f7f7;
}


.medium-grey-border-top {
	border-top: 1px solid #e5e5e5;
}

.medium-grey-border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.medium-grey-border-left {
	border-left: 1px solid #e5e5e5;
}

.medium-grey-border-right {
	border-right: 1px solid #e5e5e5;
}

.yellow-border-top {
	border-top: 1px solid #fecb3f;
}

.yellow-border-bottom {
	border-bottom: 1px solid #fecb3f;
}

.yellow-border-left {
	border-left: 1px solid #fecb3f;
}

.yellow-border-right {
	border-right: 1px solid #fecb3f;
}


.foto-slide {
	min-height: 620px;
	background-repeat: no-repeat;
	background-size: cover;
}

.big-slide {
	min-height: 700px;
}

.min-slide {
	min-height: 550px;
}

.foto-slide-wrap {
	padding-left: 74px;
	padding-right: 74px;
	width: 100%;
	overflow: hidden;
}

.foto-slide-small {
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

.fade-right {
	background-position: right center;
}

.fade-left {
	background-position: left center;
}

.image-left-bottom {
	background-position: left 140px bottom 0;
	background-repeat: no-repeat;
	background-size: auto;
}

.sl-hardware {
	background-position: center center;
}

.section-wrap {
	padding-left: 74px;
	padding-right: 74px;
	width: 100%;
	overflow: hidden;
}


/* @import url('//support.nuki.io/hc/assets/css/main.css'); */

/*-----------------------------
$MAINSTYLES
-------------------------------*/
body {
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
	background-color: #FFF;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

.wrapper {
	max-width: 1334px;
	margin-left: auto;
	margin-right: auto;
}


body,
select,
input,
textarea {
	color: #111;
}

input:focus {
	outline: none;
}

.brandon-text {
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
}

.brandon-grotesque {
	font-family: "brandon-grotesque", sans-serif;
}

a.no-underline {
	text-decoration: none;
}

.ul {
	list-style-type: disc;
	margin-left: 25px;
}

.ol {
	list-style-type: decimal;
	margin-left: 25px;
}

.feature-table {
	border-collapse: collapse;
}

.feature-table,
.feature-table th,
.feature-table td {
	border: 1px solid #e6e6e6;
}

.feature-table th {
	text-align: left;
}

.feature-table td,
.feature-table th {
	padding: 10px;
}


/*-----------------------------
$BLOG
-------------------------------*/

.blog-tile {
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
	padding: 0;
	margin: 0 10px;
	width: calc(33.333333333% - 20px);
	float: left;
}

.blog-tile .grid-100 {
	padding-left: 20px;
	padding-right: 20px;
}

.blog-navigation {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 100px;
}

.blog-navigation a {
	text-decoration: none;
	color: #fecb3f;
}

.press-releases .blog-tile {
	position: relative;
	min-height: 580px
}

.press-releases .blog-tile .grid-100>a {
	position: absolute;
	bottom: 0;
}

.blog-head {
	background: url(https://nuki.io/wp-content/themes/nuki/assets/img/blog-head.svg) no-repeat center center #000;
	background-size: cover;
	min-height: 160px;
}

.blog-logo {
	max-width: 224px;
	margin: auto;
}

.blog-categories,
.blog-social-nav-list {
	list-style: none;
	margin-left: 0;
}

.blog-categories>li,
.blog-categories>li>a,
.blog-social-nav-list>li,
.blog-social-nav-list>li>a,
.blog-form-topics>li,
.blog-form-topics>li>a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}


.blog-categories>li>a {
	text-decoration: none;
	font-weight: 600;
	color: #000;
	padding-bottom: 2px;
	border-bottom: 2px solid #fecb3f;
}

.blog-categories>li>a:hover {
	border-bottom-color: #000;
}

.blog-categories>li {
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.blog-categories>li:last-child {
	margin-right: 0px;
}

.blog-nav {
	flex-grow: 1;
}

.blog-search,
.blog-subscribe {
	padding-right: 20px;
}

.blog-sub {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-form {
	position: relative;
}

.blog-search-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #CDCDCD;
	border-radius: 21px;
	font-size: 16px;
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
	width: 320px;
	vertical-align: bottom;
	height: 42px;
	padding-left: 15px;
	padding-right: 40px;
}

.blog-search-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #000;
	border: none;
	border-radius: 20px;
	background: url(https://nuki.io/wp-content/themes/nuki/assets/img/search-icon.svg) no-repeat center center transparent;
	font-size: 20px;
	text-indent: -9999em;
	display: inline-block;
	margin-left: -4px;
	height: 40px;
	width: 40px;
	vertical-align: bottom;
	position: absolute;
	right: 1px;
	top: 1px;
	background-size: 18px;
}

.blog-subscribe .btn {
	padding: 9px 20px;
}

.blog-social-nav-list>li>a {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999em;
	opacity: 0.4;
	transition: all 0.2s ease;
}

.blog-social-nav-list>li:hover {
	opacity: 0.6;
}

.blog-facebook {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmZhY2Vib29rPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOS44LDBIMi4yQTIuMjEsMi4yMSwwLDAsMCwwLDIuMlYxOS44QTIuMjEsMi4yMSwwLDAsMCwyLjIsMjJINi44VjEzLjI0SDV2LTNINi44VjguNDJjMC0yLjQ2LDEtMy45MiwzLjkyLTMuOTJoMi40MXYzSDExLjYzYy0xLjEzLDAtMS4yLjQyLTEuMiwxLjIxdjEuNTFoMi43M2wtMC4zMiwzSDEwLjQyVjIySDE5LjhBMi4yMSwyLjIxLDAsMCwwLDIyLDE5LjhWMi4yQTIuMjEsMi4yMSwwLDAsMCwxOS44LDBaIi8+PC9zdmc+);
}

.blog-twitter {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDIwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnR3aXR0ZXI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI0LDIuMzdhOS42Niw5LjY2LDAsMCwxLTIuODMuOEE1LDUsMCwwLDAsMjMuMzQuMzdhOS43MSw5LjcxLDAsMCwxLTMuMTMsMS4yMkE0Ljg2LDQuODYsMCwwLDAsMTYuNjIsMGE1LDUsMCwwLDAtNC45Miw1LDUuMTksNS4xOSwwLDAsMCwuMTMsMS4xNUExMy44NiwxMy44NiwwLDAsMSwxLjY3LjkyLDUuMTIsNS4xMiwwLDAsMCwxLDMuNDZhNS4wOCw1LjA4LDAsMCwwLDIuMTksNC4yQTQuODIsNC44MiwwLDAsMSwxLDdWNy4xYTUsNSwwLDAsMCwzLjk1LDUsNC44MSw0LjgxLDAsMCwxLTIuMjIuMDksNSw1LDAsMCwwLDQuNiwzLjUxQTkuNzQsOS43NCwwLDAsMSwwLDE3LjczLDEzLjY5LDEzLjY5LDAsMCwwLDcuNTUsMjBjOS4wNiwwLDE0LTcuNywxNC0xNC4zNywwLS4yMiwwLTAuNDQsMC0wLjY1QTEwLjE1LDEwLjE1LDAsMCwwLDI0LDIuMzdaIi8+PC9zdmc+);
}

.blog-twitter,
.blog-facebook {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.blog-subscribe-head {
	text-align: center;
}

.blog-subscribe-head img {
	height: 36px;
	margin-right: 5px;
}

#subscribe-mc {
	padding-top: 25px;
	font-family: "brandon-text", sans-serif;
}

.blog-form-topics {
	font-size: 18px;
	font-weight: 100;
	margin: 10px 0 25px;
	color: #808080;
}

.blog-form-topics>li {
	padding-right: 30px;
}

.blog-subscribe-mail {
	display: block;
	max-width: 450px;
	margin-bottom: 25px;
}

.blog-subscribe-mail input {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: "brandon-text", sans-serif;
	transition: all 0.2s ease;
}

.blog-dsgvo {
	padding-bottom: 25px;
	display: block;
	color: #808080;
}

.blog-feature-left,
.blog-feature-right {
	display: flex;
}

.blog-feature-right {
	flex-direction: row-reverse;
}

.blog-feature-content {
	background-color: #F3F3F3;
	padding: 30px 20px 20px 50px;
	width: 366px;
	display: flex;
	flex-direction: column;
}

.blog-feature-content>div:first-child {
	flex-grow: 1;
}

.blog-feature-img {
	line-height: 0;
	width: calc(100% - 366px);
}

.blog-feature-img img,
.blog-view-img img {
	object-fit: cover;
	height: 100%;
}

.blog-view-img {
	min-height: 285px;
	display: flex;
	max-height: 285px;
	margin-bottom: 15px;
	overflow: hidden;
	align-items: flex-end;
	line-height: 0;
}

.blog-detail-top-img img {
	padding-left: 12.5%;
	padding-right: 12.5%;
}

.blog-detail-head {
	margin-left: 12.5%;
	background-color: #FFF;
	margin-top: -40px;
	z-index: 1;
	position: relative;
	width: 70%;
	padding: 10px 0 10px 0;
}

.blog-detail-head.top-0 {
	margin-top: 0px;
}

.blog-detail-head a {
	color: #808080;
}

.blog-detail-head .breadcrumb_last {
	font-weight: 400;
}

.blog-detail .blog-category,
.blog-detail .blog-detail-meta {
	margin-right: 20px;
}

.blog-detail-text-block,
.blog-detail-quote-block,
.imagetext-block-text {
	color: #808080;
}

.blog-detail-text-block p {
	padding-bottom: 40px;
}

.blog-detail-disrupter {
	margin-bottom: 40px;
}

.blog-detail-quote-block,
.blog-detail-content blockquote {
	padding-left: 30px;
	border-left: 5px solid #fecb3f;
	margin-bottom: 40px;
}

.blog-detail-content blockquote p {
	padding-bottom: 0;
}

.blog-detail-disrupter {
	background-color: #f7f7f7;
}

.blog-detail-imagetext-block {
	display: flex;
}

.blog-detail-imagetext-block.imagetext-block-right {
	flex-direction: row-reverse;
}

.blog-detail-imagetext-block .imagetext-block-img img {
	max-width: 275px;
}

.blog-detail-imagetext-block .imagetext-block-img {
	padding: 0px 20px 20px 0;
}

.blog-detail-imagetext-block.imagetext-block-right .imagetext-block-img {
	padding: 0px 0px 20px 20px;
}

.blog-detail-text-block ul {
	padding-left: 25px;
	padding-bottom: 40px;
}

.blog-detail-text-block ul li {
	position: relative;
}

.blog-detail-text-block ul li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 7px;
	border-top: 3px solid #fecb3f;
	border-right: 3px solid #fecb3f;
	position: absolute;
	left: -25px;
	top: 12px;
}

.blog-detail-text-block ol {
	padding-left: 20px;
	padding-bottom: 40px;
}

.blog-detail-content a {
	text-decoration: underline;
	color: #333;
}

.blog-detail-content a {
	text-decoration: underline;
	text-decoration-color: #fecb3f;
	color: #333;
}

.blog-detail-content a:hover {
	text-decoration-color: #333;
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
	margin: 0.5em 0 0.5em;
	font-weight: inherit;
	line-height: 1.2;
	color: #333;
}

.blog-detail-content h2 {
	font-size: 1.953em;
}

.blog-detail-content h3 {
	font-size: 1.563em;
}

.blog-detail-content h4 {
	font-size: 1.25em;
}

.blog-detail-content small,
.blog-detail-content .font_small {
	font-size: 0.8em;
}

.blog-author-information {
	display: flex;
}

.blog-author-information>div {
	width: 50%;
}

.blog-author-img {
	position: relative;
}

.blog-author-img:after {
	display: inline-block;
	z-index: 1;
	width: 200px;
	height: 200px;
	border: 7px solid #fecb3f;
	position: absolute;
	left: 40px;
	top: 40px;
	content: "";
}

.blog-author-img img {
	max-width: 200px;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 767px) {

	.blog-search,
	.blog-subscribe:not(form.blog-subscribe),
	.blog-social-nav {
		display: none;
	}

	.blog-view-img {
		min-height: 0;
		max-height: none;
	}

	.blog-feature-img img,
	.blog-view-img img {
		object-fit: cover;
		height: auto;
	}

	.blog-feature-img {
		width: 100%;
	}

	.blog-detail-content h2 {
		font-size: 1.5em;
		word-break: break-word;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}

@media screen and (max-width: 480px) {
	.blog-head {
		background: url(https://nuki.io/wp-content/themes/nuki/assets/img/blog-head-mobile.svg) no-repeat center center #000;
		min-height: 100px;
		background-size: cover;
	}

	.blog-logo {
		max-width: 136px;
	}

	.blog-feature-left,
	.blog-feature-right {
		flex-direction: column-reverse;
	}

	.blog-feature-content {
		padding: 20px;
		max-width: none;
		width: 100%;
	}

	.blog-view-tile {
		margin-bottom: 30px;
	}

	.blog-detail-top-img img {
		padding-left: 0%;
		padding-right: 0%;
	}

	.blog-detail-head {
		margin-left: 0;
		width: 90%;
		padding-left: 20px;
	}

	/*.blog-detail-head #blog-detail-breadcrumbs > span > span > a,
.blog-detail-head #blog-detail-breadcrumbs > span > span > a+span,
.blog-detail-head #blog-detail-breadcrumbs > span > span > span > a,
.blog-detail-head #blog-detail-breadcrumbs > span > span > span > a+span {
  display: none;
}*/
	.blog-detail-head #blog-detail-breadcrumbs>span>span>span>a+span,
	.blog-detail-head #blog-detail-breadcrumbs>span>span>span>span>a,
	.blog-detail-head #blog-detail-breadcrumbs>span>span>span>span>a+span,
	.support-breadcrumb>span>span>span>a+span,
	.breadcrumb_last {
		display: none;
	}

	.blog-detail-imagetext-block,
	.blog-detail-imagetext-block.imagetext-block-right {
		flex-direction: column;
	}

	.blog-detail-imagetext-block .imagetext-block-img,
	.blog-detail-imagetext-block.imagetext-block-right .imagetext-block-img {
		padding: 0;
	}

	.blog-detail-imagetext-block .imagetext-block-img img {
		max-width: 100%;
	}

	.blog-author-information {
		flex-direction: column;
	}

	.blog-author-information>div {
		width: 100%;
	}

	.blog-author-img:after {
		top: -40px;
	}
}


/*--------------------------------
SOCIAL SLIDE
----------------------------------*/

.social-list {
	list-style: none;
	margin-left: 0;
}

.social-list>li,
.social-list>li>a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.social-list>li {
	padding: 10px;
}

.social-list>li>a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	opacity: 1;
	transition: all 0.2s ease;
}

.social-list>li>a:hover {
	opacity: 0.6;
}

.social-list .email a {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnNvY2lhbC1tYWlsPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNSwwQTI1LDI1LDAsMSwwLDUwLDI1LDI1LDI1LDAsMCwwLDI1LDBaTTM4LDM0SDEyVjE5bDEzLDgsMTMtOFYzNFptMC0xN0wyNSwyNSwxMiwxN1YxNkgzOHYxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjwvc3ZnPg==) no-repeat center center transparent
}

.social-list .twitter a {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnNvY2lhbC10d2l0dGVyPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNSwwQTI1LDI1LDAsMSwwLDUwLDI1LDI1LDI1LDAsMCwwLDI1LDBabTkuNTQsMjBjMCwwLjIyLDAsLjQzLDAsMC42NSwwLDYuNjctNSwxNC4zNy0xNCwxNC4zN0ExMy42OSwxMy42OSwwLDAsMSwxMywzMi43M2E5Ljc0LDkuNzQsMCwwLDAsNy4yOS0yLjA5LDUsNSwwLDAsMS00LjYtMy41MUE0LjgxLDQuODEsMCwwLDAsMTcuOTEsMjdhNSw1LDAsMCwxLTMuOTUtNXMwLDAsMC0uMDZhNC44Miw0LjgyLDAsMCwwLDIuMjMuNjMsNS4xNCw1LjE0LDAsMCwxLTEuNTItNi43NEExMy44NywxMy44NywwLDAsMCwyNC44MiwyMS4yLDUuMiw1LjIsMCwwLDEsMjQuNjksMjBhNSw1LDAsMCwxLDQuOTItNSw0Ljg2LDQuODYsMCwwLDEsMy41OSwxLjU5LDkuNzIsOS43MiwwLDAsMCwzLjEzLTEuMjIsNSw1LDAsMCwxLTIuMTYsMi43OSw5LjY1LDkuNjUsMCwwLDAsMi44My0uOEExMC4xNiwxMC4xNiwwLDAsMSwzNC41NCwyMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz48L3N2Zz4=) no-repeat center center transparent
}

.social-list .facebook a {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnNvY2lhbC1mYWNlYm9vazwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjUsMEEyNSwyNSwwLDEsMCw1MCwyNSwyNSwyNSwwLDAsMCwyNSwwWm00LjYxLDI1aC0zVjM2SDIyLjIxVjI1SDIwVjIxLjIxaDIuMjJWMTguOTNDMjIuMjIsMTUuODMsMjMuNDcsMTQsMjcsMTRoM3YzLjc5SDI4LjEzYy0xLjM4LDAtMS40OC41My0xLjQ4LDEuNTJ2MS45SDMwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjwvc3ZnPg==) no-repeat center center transparent
}

.social-list .youtube a {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnNvY2lhbC15b3V0dWJlPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNSwwQTI1LDI1LDAsMSwwLDUwLDI1LDI1LDI1LDAsMCwwLDI1LDBaTTQxLDI2LjE4YTQ2LjMyLDQ2LjMyLDAsMCwxLS4zMiw1LjA2LDYuNjcsNi42NywwLDAsMS0xLjI3LDMuMSw0LjYzLDQuNjMsMCwwLDEtMy4yMSwxLjMzQzMxLjcyLDM2LDI1LDM2LDI1LDM2cy04LjMyLS4wNy0xMC44OC0wLjMyYTUuNSw1LjUsMCwwLDEtMy41My0xLjM0LDYuNjcsNi42NywwLDAsMS0xLjI3LTMuMUE0Ni4yNiw0Ni4yNiwwLDAsMSw5LDI2LjE4VjIzLjgxYTQ2LjI2LDQ2LjI2LDAsMCwxLC4zMi01LjA2LDYuNjcsNi42NywwLDAsMSwxLjI3LTMuMTEsNC42NCw0LjY0LDAsMCwxLDMuMjEtMS4zMkMxOC4yOCwxNCwyNSwxNCwyNSwxNHM2LjcyLDAsMTEuMi4zMmE0LjY0LDQuNjQsMCwwLDEsMy4yMSwxLjMzLDYuNjcsNi42NywwLDAsMSwxLjI3LDMuMUE0Ni4zMiw0Ni4zMiwwLDAsMSw0MSwyMy44MXYyLjM3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyMS42OCAyOS4wNiAzMC4zMyAyNC42OCAyMS42OCAyMC4yNyAyMS42OCAyOS4wNiIvPjwvc3ZnPg==) no-repeat center center transparent
}

.social-list .phone a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjx0aXRsZT5zb2NpYWwtdHdpdHRlcjwvdGl0bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI1LDBDMTEuMiwwLDAsMTEuMiwwLDI1YzAsMTMuOCwxMS4yLDI1LDI1LDI1YzEzLjgsMCwyNS0xMS4yLDI1LTI1QzUwLDExLjIsMzguOCwwLDI1LDB6IE0zNC41LDM0Yy0wLjYsMC42LTEuMywwLjktMi4xLDEuMWMtMS42LDAuNC0zLjIsMC4xLTQuNy0wLjVjLTQuMy0xLjUtNy45LTQuNy0xMC41LTguNWMtMS4xLTEuNi0yLTMuMy0yLjQtNS4yYy0wLjQtMS44LTAuMi02LjQsMi42LTYuM2MwLjYsMCwxLjIsMC4zLDEuNywwLjZjMS4xLDAuNywyLjEsMS42LDIuOCwyLjZjMC41LDAuNiwwLjksMS40LDAuNiwyLjFjLTAuMywwLjgtMS40LDEuMi0xLjYsMmMtMC4xLDAuNSwwLjEsMC45LDAuNCwxLjNjMS40LDIuMywzLjMsNC4yLDUuNyw1LjZjMC4yLDAuMSwwLjUsMC4zLDAuOCwwLjJjMCwwLDAsMCwwLjEsMGMwLjMsMCwwLjUtMC4yLDAuNy0wLjVjMC41LTAuNCwxLTAuOCwxLjYtMS4xYzAuMi0wLjEsMC40LTAuMiwwLjYtMC4yYzAuMiwwLDAuNCwwLjEsMC42LDAuMmMxLDAuNiwxLjgsMS40LDIuNywyLjJjMC41LDAuNiwxLjEsMS4yLDEuMiwyQzM1LjQsMzIuNiwzNS4xLDMzLjUsMzQuNSwzNHoiLz48L2c+PC9zdmc+) no-repeat center center transparent
}

.social-list .instagram a {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiPjxzdHlsZT4uc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNC43IDE3LjdjLS40LTEuMS0xLjMtMS45LTIuNC0yLjQtMS42LS42LTUuNS0uNS03LjMtLjUtMS44IDAtNS43LS4yLTcuMy41LTEuMS40LTEuOSAxLjMtMi40IDIuNC0uNiAxLjYtLjUgNS41LS41IDcuM3MtLjIgNS43LjUgNy4zYy40IDEuMSAxLjMgMS45IDIuNCAyLjQgMS42LjYgNS41LjUgNy4zLjUgMS44IDAgNS43LjIgNy4zLS41IDEuMS0uNCAxLjktMS4zIDIuNC0yLjQuNy0xLjYuNS01LjUuNS03LjNzLjItNS43LS41LTcuM3pNMjUgMzEuNGMtMy41IDAtNi40LTIuOS02LjQtNi40czIuOS02LjQgNi40LTYuNGMzLjUgMCA2LjQgMi45IDYuNCA2LjRzLTIuOSA2LjQtNi40IDYuNHptNi42LTExLjZjLS44IDAtMS41LS43LTEuNS0xLjVzLjctMS41IDEuNS0xLjUgMS41LjcgMS41IDEuNWMwIC45LS42IDEuNS0xLjUgMS41eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNSAyMC44Yy0yLjMgMC00LjIgMS45LTQuMiA0LjJzMS45IDQuMiA0LjIgNC4yYzIuMyAwIDQuMi0xLjkgNC4yLTQuMnMtMS45LTQuMi00LjItNC4yeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNSAwQzExLjIgMCAwIDExLjIgMCAyNXMxMS4yIDI1IDI1IDI1IDI1LTExLjIgMjUtMjVTMzguOCAwIDI1IDB6bTEyLjQgMzAuMWMtLjEgMi0uNiAzLjgtMiA1LjItMS41IDEuNS0zLjIgMS45LTUuMiAyLTIuMS4xLTguMi4xLTEwLjMgMC0yLS4xLTMuOC0uNi01LjItMi0xLjUtMS41LTEuOS0zLjItMi01LjItLjEtMi4xLS4xLTguMiAwLTEwLjMuMS0yIC42LTMuOCAyLTUuMiAxLjUtMS41IDMuMi0xLjkgNS4yLTIgMi4xLS4xIDguMi0uMSAxMC4zIDAgMiAuMSAzLjguNiA1LjIgMiAxLjUgMS41IDEuOSAzLjIgMiA1LjIuMSAyLjEuMSA4LjMgMCAxMC4zeiIvPjwvc3ZnPg==) no-repeat center center transparent
}


.social-list .linkedIn a {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHRpdGxlPkFzc2V0IDI3PC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIj48cGF0aCBkPSJNMjUsMEEyNSwyNSwwLDEsMCw1MCwyNSwyNSwyNSwwLDAsMCwyNSwwWk0yMC42MSwzMi44MmgtMy4zVjIyaDMuM1pNMTksMjAuNTVhMi4xMywyLjEzLDAsMSwxLDIuMTItMi4xMkEyLjEzLDIuMTMsMCwwLDEsMTksMjAuNTVaTTMzLjM1LDMzaC0zLjNWMjcuNzFjMC0xLjg1LS40NC0yLjg5LTEuNTctMi44OS0xLjU1LDAtMi4yMSwxLjEyLTIuMjEsMi44OVYzM0gyM1YyMi4xMUgyNnYxLjU0QTMuNSwzLjUsMCwwLDEsMjkuMzIsMjJjMy4yNiwwLDQsMS43Niw0LDVaIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center transparent
}

.social-list .xing a {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHRpdGxlPkFzc2V0IDI2PC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIj48cGF0aCBkPSJNMjUsMEEyNSwyNSwwLDEsMCw1MCwyNSwyNSwyNSwwLDAsMCwyNSwwWk0yMC42NiwyOC4wNUgxOGEuNi42LDAsMCwxLS4zOC0uMTUuNDUuNDUsMCwwLDEsMC0uNDVsMi43OS01LjA1LTEuODEtMy4xN2EuNDUuNDUsMCwwLDEsMC0uNDUuNTguNTgsMCwwLDEsLjM4LS4xNWgyLjcxYS45NC45NCwwLDAsMSwuNzUuNTNsMS44OSwzLjI0Yy0uMTUuMTUtMi45NCw1LjEyLTIuOTQsNS4xMkExLDEsMCwwLDEsMjAuNjYsMjguMDVaTTMzLjQsMTUuNTQsMjcuNDUsMjYuMDksMzEuMjEsMzNhLjQ3LjQ3LDAsMCwxLDAsLjQ2LjU3LjU3LDAsMCwxLS4zNy4xNUgyOC4xMmExLDEsMCwwLDEtLjc1LS41M2wtMy44NC03Yy4yMi0uMyw2LTEwLjYyLDYtMTAuNjJhLjguOCwwLDAsMSwuNzUtLjUzSDMzYS41Ny41NywwLDAsMSwuMzguMTVBLjUxLjUxLDAsMCwxLDMzLjQsMTUuNTRaIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center transparent
}

#phoneoverlay {
	padding: 40px;
	font-size: 18px;
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
	line-height: 1.5em;
}

#phoneoverlay .hi {
	display: block;
	font-size: 20px;
	color: #111;
	padding-bottom: 10px;
}

#phoneoverlay p {
	padding-bottom: 20px;
}

#phoneoverlay a {
	color: #444;
}

/*--------------------------------
APP SWITCHER
----------------------------------*/


#phone-container>div,
.app-text>div {
	display: none;
}

#phone-container {
	position: relative;
	height: 620px;
	margin-bottom: 30px;
}

#phone-container>div {
	position: absolute;
	width: 100%;
}

#app-text {
	position: relative;
	height: 250px;
}

#app-text>div {
	position: absolute;
	width: 100%;
}

.switch-app {
	opacity: 0.5;
	color: #111;
	transition: all 0.2s ease;
	position: relative;
	font-weight: 200;
}

.switch-app:before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	left: -80px;
	border: 2px solid #ccc;
	border-radius: 50%;
	top: -3px;
}

.switch-app.app-active {
	opacity: 1;
	font-weight: 400;
}

.switch-app.app-active:before {
	border-color: #fecb3f;
}

.app-switch-list {
	line-height: 75px;
}


/*--------------------------------
BLOG
----------------------------------*/


.tag-list {
	list-style: none;
	margin-left: 0;
}

.tag-list>li,
.tag-list>li>a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.tag-list>li>a {
	border: 2px solid #fecb3f;
	height: 28px;
	border-radius: 14px;
	padding: 2px 10px;
	margin: 10px;
	transition: all 0.2s ease;
}

.tag-list>li>a:hover {
	border-color: #111;
	color: #111;
}

.tag-list-wrap:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 40px auto 0;
}

.blog-preview:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 60px auto 60px;
}


/*--------------------------------
SERVICE/LEGAL
----------------------------------*/

.service-sidebar a {
	font-size: 20px;
	font-weight: 300;
	color: #111;
	text-decoration: none;
	padding: 10px 13px;
	display: block;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.service-sidebar a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.service-sidebar .current_page_item a {
	background-color: #fecb3f;
	color: #FFF;
	font-weight: 400;
}

.page-item-11805,
.page-item-10609 {
	display: none;
}


/*--------------------------------
SEARCHFORM
----------------------------------*/

.search-form {
	margin: 20px auto;
	position: relative;
	max-width: 768px;
}

zd-autocomplete {
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
}

.search-field input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 20px;
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
	padding: 11px 10px 12px 42px;
	width: 100%;
	vertical-align: bottom;
	height: 56px;
	border-radius: 8px;
	border: 1px solid #949494;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05) inset;
}

.search-field input[type="search"]:hover {
	border-color: rgba(0, 0, 0, 1);
}

.search-field input[type="search"]:focus {
	border-color: #000;
	outline: 1px ridge #fecb3f;
}

.search-field input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #000;
	background: url('https://nuki-shop-prod-eu-content.s3.de.io.cloud.ovh.net/zendesk/search-icon.svg') no-repeat center center transparent;
	padding: 13px 25px 14px;
	font-size: 20px;
	text-indent: -9999em;
	display: inline-block;
	margin-left: -4px;
	height: 56px;
	vertical-align: bottom;
	border: none;
	position: absolute;
	left: 0;
}

.detail-form {
	margin-bottom: 30px;
	margin-top: 25px;
}

.detail-form .search-field input[type="search"] {
	/* border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
}

.search-result-description em {
	font-style: normal;
	background-color: rgba(254, 203, 63, 0.15);
}

.no-search-result-description a {
	color: inherit;
}

.pagination {
	text-align: center;
	font-family: "brandon-text", sans-serif;
}

.pagination-list {
	display: flex;
	justify-content: center;
}

.pagination-list li {
	padding: 0 5px;
}

.pagination-list li a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #fecb3f;
	transition: 0.2s ease all;
}

.pagination-list li a:hover {
	color: #fecb3f;
}

.support-cat {
	transition: 0.2s all ease-in;
	padding: 0 10px 10px 10px;
	border-radius: 10px;
}

.support-cat:hover {
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
}

.support-sub-cat {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 14px;
	transition: 0.2s ease all;
	min-height: 135px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: #FFF;
	height: 100%;
	align-items: center;
}

.support-sub-cat:hover {
	border: 1px solid #fecb3f;
	box-shadow: 0 0px 100px -40px rgba(0, 0, 0, 0.2);
}

.support-sub-cat-FAQ {
	/* display:none; */
}

.zen-sections {
	display: flex;
	flex-wrap: wrap;
}

.zen-sections a {
	width: calc(20% - 20px);
	margin: 10px;
	text-decoration: none;
}

.section-icon {
	max-width: 70px;
}

@media screen and (max-width: 768px) {
	.zen-sections {
		flex-direction: column;
	}

	.zen-sections a {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/*--------------------------------
SUPPORT CHILD CONTAINER
----------------------------------*/

.support-child-container {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 100px;
	position: relative;
	height: 550px;
}

.support-child-category-list {
	position: absolute;
	left: 0;

	top: 0;
	bottom: 0;
	right: 0;
}

.support-child-category-list>li {}

.support-child-category-list>li>span {
	padding: 10px 15px 10px 30px;
	margin: 15px 0;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.2s ease;


}

.support-child-category-list>li>span:hover,
.support-child-category-list>li>span.active {
	background-color: rgba(0, 0, 0, 0.03);
	cursor: pointer;
}

.support-child-category-list>li>span.active {
	font-weight: normal;
}

.support-child-post-list {
	position: absolute;
	top: 0;
	left: 30%;
	right: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.03);
	bottom: 0;
	background-color: #fff;
	display: none;
}

.support-child-post-list.active {
	display: block;
}

.support-child-post-list li {
	margin-left: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.support-child-post-list li.retail-partner {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 33.3333333333334%;
	float: left;
	text-align: center;
	height: 120px;
}

.support-child-post-list li.retail-partner a {
	height: 120px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support-child-post-list li.retail-partner:nth-child(3n+0) {
	border-right: 0;
}

.support-child-post-list.retail-list {
	border-left: 1px solid #e5e5e5;
	overflow: auto;
}

.support-breadcrumb a,
.pagination .nav-links a {
	color: #111;
	background-color: transparent;
	border-bottom: 1px solid #fecb3f;
	text-decoration: none;
	transition: 0.2s all ease;
	display: inline-block;
}

.support-breadcrumb a:focus,
.support-breadcrumb a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links a:hover {
	color: #fecb3f;
	border-bottom-color: #fecb3f;
}

.support-breadcrumb>span>span>span>span>span a,
.support-breadcrumb>span>span>span>span>span span {
	display: none;
}

nav.navigation.pagination .screen-reader-text {
	display: none;
}

nav.navigation.pagination {
	text-align: center;
	font-size: 19px;
	margin-bottom: 40px;
	margin-top: 10px;
}

.retail-amazon svg {
	height: 35px;
	max-width: 160px;
	margin-top: 15px;
}

.retail-mediamarkt svg,
.retail-saturn svg {
	height: 26px;
}

.retail-euronics svg {
	height: 55px;
	margin-top: -20px;
}

.retail-tink img {
	height: 45px;
}

.retail-metro svg,
.retail-cyberport img {
	height: 40px;
}

.retail-eon svg {
	height: 40px;
}

.retail-energiestmk svg {
	height: 55px;
}

.retail-computerworks svg {
	height: 50px;
}

.retail-digitec svg {
	height: 35px;
}

.retail-robbshop svg {
	height: 50px;
}

.retail-five svg {
	height: 70px;
}

@media screen and (max-width: 768px) {
	.retail-container .support-link {
		margin: 0;
	}

	.retail-container .support-child-post-list.active {
		overflow: hidden;
	}

	.support-child-post-list li.retail-partner {
		width: 50%;
	}

	.support-child-post-list li.retail-partner:nth-child(3n+0) {
		border-right: 1px solid #e5e5e5;
	}
}


/*--------------------------------
ABOUT - MANAGEMENT
----------------------------------*/

.management {
	overflow: hidden;
	line-height: 0;
}

.management figure {
	position: relative;
	float: left;
	width: 20%;
}

.management figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	opacity: 0;
	transition: all 0.2s ease;
}

.management figure:hover figcaption {
	opacity: 1;
}

.security-feature {
	width: 35%;
}

.security-one {}

.security-image {
	float: none;
	clear: both;
	text-align: center;
}


/*--------------------------------
SMART LOCK
----------------------------------*/

.nuki-button,
.aluminium,
.led-ring,
.bluetooth,
.batteries {
	position: relative;
}

.nuki-button {
	margin-top: 22px;
}

.nuki-button:after {
	content: "";
	display: block;
	width: 65%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 14px;
	left: 105%;
}

.aluminium:after {
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 14px;
	left: -75%;
}

.led-ring {
	margin-top: -28px;
}

.led-ring:after {
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 14px;
	left: -75%;
}

.bluetooth {
	margin-top: 20px;
}

.bluetooth:after {
	content: "";
	display: block;
	width: 36%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 14px;
	left: 105%;
}

.batteries:after {
	content: "";
	display: block;
	width: 38%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 14px;
	left: -43%;
}


/*--------------------------------
TIMELINE
----------------------------------*/

.timeline {
	position: relative;
	overflow-x: scroll;
}

.timeline-container {
	height: 500px;
	width: 2660px;
	position: relative;
}

.trunk {
	position: absolute;
	right: 0;
	left: 74px;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background-color: #e6e6e6;
}

.events {
	position: absolute;
	top: 50%;
	height: 12px;
	margin-top: -6px;
	left: 0;
	right: 0;
	-webkit-transition: left 600ms ease-out;
	transition: left 600ms ease-out;
}

.event {
	position: absolute;
	width: 250px;
	bottom: 100%;
	padding: 0 0 18px 30px;
}

.event:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #ffcc00;
	border-radius: 50%;
	left: 30px;
	bottom: -16px;
	position: absolute;
	background-color: #FFF;
}

.event-down {
	top: 100%;
	bottom: auto;
	padding-bottom: 0;
	padding-top: 20px;
}

.event-down:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #ffcc00;
	border-radius: 50%;
	left: 30px;
	top: -16px;
	bottom: auto;
	position: absolute;
	background-color: #FFF;
}

.event-content {
	position: relative;
}

.event-1 {
	left: 70px;
}

.event-2 {
	left: 300px;
}

.event-3 {
	left: 550px;
}

.event-4 {
	left: 800px;
}

.event-5 {
	left: 1050px;
}

.event-6 {
	left: 1300px;
}

.event-7 {
	left: 1550px;
}

.event-8 {
	left: 1800px;
}

.event-9 {
	left: 2050px;
}

.event-10 {
	left: 2300px;
}


/*------------------------
SHOP DETAIL PAGE
-------------------------*/

.tabs-menu {
	height: 70px;
	clear: both;
	width: 100%;
	text-align: center;
}

.tabs-menu li {
	height: 70px;
	line-height: 70px;
	display: inline-block;
	padding: 0 20px;
}

.tabs-menu li.current span {
	position: relative;
	border-bottom: 2px solid #fecb3f;
	z-index: 5;
}

.tabs-menu li span {
	padding: 10px;
	color: #000;
	text-decoration: none;
	font-family: 'brandon-text', sans-serif;
	font-size: 20px;
	cursor: pointer;
}


.tab {
	background-color: #fff;
	margin-bottom: 20px;
	width: auto;
}

.tab-content {
	display: none;
}

#tab-1 {
	display: block;
}

.tech-table {
	border-collapse: collapse;
	width: 100%;
}

.tech-table,
.tech-table tr,
.tech-table td {
	border: 1px solid #e6e6e6;
}

.tech-table td,
.tech-table th {
	padding: 10px;
}

.tech-table th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.tech-table td,
.tech-table td ul li {
	/*font-weight: 200;*/
}

@media screen and (max-width: 767px) {
	.tech-table {
		display: block;
		overflow-x: auto;
	}
}

/* styles by christoph eibl */

.invisible-link {
	color: inherit;
	text-decoration: none;
}

.blog-content {
	font-weight: 100;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
	font-weight: 400;
	margin: 50px 0 30px 0;
}

.blog-content h1 {
	font-size: 40px;
}

.blog-content h2 {
	font-size: 35px;
}

.blog-content h3 {
	font-size: 30px;
}

.blog-content h4 {
	font-size: 25px;
}

.blog-content strong {
	font-weight: 400;
}

.blog-content i {
	font-weight: 100;
}

.blog-content p {
	margin: 30px 0 20px 0;
	font-weight: 100;
}

.blog-content ul,
.blog-content ol {
	margin: 20px 0 20px 30px;
}

.blog-content a {
	color: #111;
	transition: 0.2s all ease-in;
}

.blog-content a:hover {
	color: #fecb3f;
}

.blog-content li {
	font-weight: 100;
	margin: 10px 0;
}

.blog-content ul li {
	list-style-type: circle;
}

.blog-content ol li {
	list-style-type: decimal;
}

.blog-content img {
	display: table;
	margin: 0 auto;
	border: 1px dotted #ccc;
	margin-bottom: 20px;
}

.blog-content figure {
	margin: 30px 0;
}

.blog-content figcaption {
	font-size: 16px;
	color: #999;
	text-align: center;
}

.zen-breadcrumbs {
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 14px;
}

.breadcrumbs li {
	display: inline;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs li>a {
	font-weight: bold;
}

.breadcrumbs li+li::before {
	content: "»";
	margin: 0 4px;
}

.breadcrumbs>li:last-child a {
	font-weight: normal;
	border-bottom: none;
}


.install-requirement {
	overflow: hidden;
	padding: 20px;
	text-align: center;
}

.green-bg {
	background-color: #eef8f1;
}

.red-bg {
	background-color: #fdedeb;
}

.ireq {
	width: 33.333333333333%;
	float: left;
}

.invite-input {
	border: 2px solid #e5e5e5;
	border-radius: 4px;
	padding: 8px 0;
	-webkit-appearance: none;
	box-shadow: none;
}

.invite-btn {
	font-size: 20px;
}

.invite-h {
	position: relative;
}

.invite-h:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 40px;
	left: 50%;
	margin-left: -2px;
	background-color: rgba(0, 0, 0, 0.1);
	top: -40px;
}


.service-module {
	font-weight: 100;
	font-size: 19px;
}

.service-module p,
.service-module .grid-65 {
	font-weight: 100;
	font-size: 19px;
	margin: 20px 0;
}

.service-module {
	font-family: 'brandon-text', sans-serif;
	line-height: 1.5em;
}

.service-module .grid-65 p:first-child,
.service-module .grid-65 h2:first-child {
	margin-top: 0;
}

.service-module,
.service-module .grid-65 {
	margin-top: 0;
}

.service-module h1,
.service-module h2,
.service-module h3,
.service-module h4 {
	font-weight: 400;
	margin: 50px 0 30px 0;
	font-family: 'brandon-grotesque', sans-serif;
	line-height: 1.2em;
}

.service-module h1 {
	font-size: 40px;
	margin-bottom: 100px;
}

.service-module h2 {
	font-size: 35px;
}

.service-module h3 {
	font-size: 30px;
}

.service-module h4 {
	font-size: 25px;
}

.service-module ul,
.service-module ol {
	margin: 20px 0 20px 30px;
}

.service-module a {
	color: #111;
	transition: 0.2s all ease-in;
}

.service-module a:hover {
	color: #fecb3f;
}

.service-module li {
	font-weight: 100;
	margin: 10px 0;
}

.service-module ul li {
	list-style-type: circle;
}

.service-module ol li {
	list-style-type: decimal;
}

.service-module ul.service-sidebar {
	margin: 0;
}

.service-module ul.service-sidebar li {
	list-style-type: none;
	margin: 0;
}

.service-module ul.service-sidebar li a {
	color: inherit;
}


/*--
IFA
--*/

.show-ifa .ifa {
	display: block;
}

.ifa {
	background-color: #e2001a;
	color: #FFF;
	font-weight: bold;
	padding: 10px 0 3px;
	position: relative;
	display: none;
}

.ifa-logo {
	display: inline-block;
	vertical-align: middle;
}

.ifa-welcome {
	font-weight: bold;
	font-size: 20px;
	display: inline;
	margin-left: 10px;
}

.ifa-close {
	font-size: 30px;
	float: right;
	position: absolute;
	right: 74px;
	top: 4x;
	cursor: pointer;
}

.ifa-date {
	float: right;
	font-weight: bold;
}

.cl-vc {
	background-color: #333;
	color: #FFF;
	padding: 10px 20px 13px;
	font-size: 18px;
	font-family: "brandon-text", sans-serif;
	font-weight: bold;
	text-align: center;
}

.cl-vc span {
	font-weight: bold;
	color: #fecb3f;
	border-bottom: 2px solid #fecb3f;
}

@media screen and (max-width: 767px) {
	.ifa {
		background-color: #e2001a;
		color: #FFF;
		font-weight: bold;
		padding: 10px 0 3px;
		position: relative;
	}

	.ifa-logo {
		display: block;
		vertical-align: middle;
		text-align: center;
	}

	.ifa-welcome {
		font-weight: bold;
		font-size: 15px;
		display: block;
		margin-left: 0;
		text-align: center;
		margin-top: 5px;
		padding-bottom: 5px;
	}

	.ifa-close {
		font-size: 30px;
		float: right;
		position: absolute;
		right: 20px;
		top: -13px;
	}

	.ifa-date {
		display: block;
		text-align: center;
		float: none;
	}
}

/*
NUKI WEB
*/
.nw-list li {
	opacity: 0.3;
	cursor: pointer;
}

.nw-list li.active {
	opacity: 1;
}

.nw-img img {
	display: none;
}

.nw-img img.active {
	display: inline;
}

/*------------------------
LANDINGPAGE
-------------------------*/

.video-wrapper {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	max-width: 853px;
	margin: 50px auto;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lp-input {
	border: none;
	-webkit-appearance: none;
	padding: 15px 15px 16px 25px;
	font-family: "brandon-text", sans-serif;
	font-size: 18px;
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
	width: 70%;
	margin: 0;
	float: left;
}

.lp-button {
	-webkit-appearance: none;
	border: none;
	background-color: #fecb3f;
	font-size: 18px;
	font-weight: bold;
	font-family: "brandon-text", sans-serif;
	padding: 15px 15px 16px 15px;
	margin: 0;
	float: left;
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
	width: 30%;
}

.nl-wrap .fancybox-skin {
	background-color: #000;
	color: #FFF;
	text-align: center;
}

.lp-faq {
	padding-left: 50px;
}

.lp-faq h3 {
	position: relative;
}

.lp-faq h3:before {
	content: url("https://nuki.io/wp-content/themes/nuki/assets/img/faq-q.svg");
	position: absolute;
	left: -40px;
}

.fancybox-slide--html .fancybox-content,
.fancybox-slide--video .fancybox-content {
	max-width: 1334px;
}

@media screen and (max-width: 768px) {
	.nl-wrap .fancybox-skin {
		padding: 20px !important;
	}

	.nl-wrap .fancybox-inner {
		width: 100% !important;
	}

	.lp-faq {
		padding-bottom: 30px;
	}

	.lp-input,
	.lp-button {
		width: 100%;
		border-radius: 2px;
		margin-top: 5px;
	}

	.lp-mobile-app {
		max-height: 200px;
		float: left;
		margin-right: 20px;
	}
}

.overlay-input {
	border: none;
	-webkit-appearance: none;
	padding: 15px 15px 16px 25px;
	font-family: "brandon-text", sans-serif;
	font-size: 18px;
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
	width: 70%;
	margin: 0;
	float: left;
}

.overlay-button {
	-webkit-appearance: none;
	border: none;
	background-color: #fecb3f;
	font-size: 18px;
	font-weight: bold;
	font-family: "brandon-text", sans-serif;
	padding: 15px 15px 16px 15px;
	margin: 0;
	float: left;
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
	width: 30%;
}

/*------------------------
START LANDINGPAGE
-------------------------*/


.quote-sign {
	color: #fecb3f;
	font-size: 200px;
	line-height: 0;
	padding-top: 80px;
	font-family: "brandon-text", sans-serif;
	font-style: italic;
	margin-top: 60px;
}

.expert-quote {
	font-family: "brandon-text", sans-serif;
	font-style: italic;
	font-size: 36px;
	padding: 30px 0 40px;
}

.expert-review-container {
	position: relative;
	height: 260px;
}

.expert-review {
	position: absolute;
	width: 100%;
	display: none;
}

.expert-switcher {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 80px;
	padding-left: 10%;
}

.expert-switch {
	width: 32%;
	float: left;
	text-align: left;
}

.expert-switch a {
	color: #111;
	text-decoration: none;
	opacity: 0.4;
	display: block;
}

.expert-switch a.review-active {
	opacity: 1;
}

.expert-foto {
	float: left;
}

.expert-author {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}

.expert-name {
	font-family: "brandon-text", sans-serif;
	font-size: 22px;
	display: block;
}

.expert-source {
	font-family: "brandon-text", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.user-review-wrapper {
	width: 40%;
	float: left;
	margin: 2% 5%;
}

.user-review {
	position: relative;
	background-color: #FFF;
	font-family: "brandon-text", sans-serif;
	margin-left: 50px;
	overflow: visible;
	margin-top: 40px;
}

.user-review:after {
	content: "\201C";
	position: absolute;
	font-size: 180px;
	width: 100px;
	height: 100px;
	top: 75px;
	right: 0;
	color: #fff5d9;
	z-index: 1000;
	line-height: 0;
}

.user-review img {
	position: absolute;
	left: -30px;
	top: -30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

.user-review-name {
	font-size: 22px;
	display: block;
	padding-left: 80px;
	padding-top: 20px;
}

.user-review-location {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.5;
	display: block;
	padding-left: 80px;
	padding-top: 4px;
}

.user-review-text {
	font-size: 17px;
	font-style: italic;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	opacity: 0.7;
	line-height: 26px;
}

.unslider {
	position: relative;
}

.unslider-arrow {
	top: 50%;
	text-indent: -9999em;
	width: 26px;
	height: 86px;
}

.unslider-arrow.next {
	background: url(https://nuki.io/wp-content/themes/nuki/assets/img/next-arrow.png) no-repeat center center transparent;
	right: 0 !important;
}

.unslider-arrow.prev {
	background: url(https://nuki.io/wp-content/themes/nuki/assets/img/prev-arrow.png) no-repeat center center transparent;
	left: 0;
}

.unslider-nav {
	display: none;
}

.welcome-message span {
	font-size: 40px;
	color: #bfbfbf;
	font-weight: 200 !important;
	padding: 0px 20px;
	border-right: 1px solid #e3e3e3;
}

.welcome-message span:last-child {
	border: none;
}

.welcome-text,
.welcome-img,
.welcome-message,
.welcome-cta {
	opacity: 0;
}

.step-count {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	font-size: 30px;
	border-radius: 50%;
	color: #FFF;
	background-color: #fecb3f;
}

.input-form input:not([type=checkbox]):not([type=radio]) {
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	padding: 13px;
	-webkit-appearance: none;
	width: 100%;
	font-family: "brandon-text", sans-serif;
}

.input-form input.input-50 {
	width: calc(50% - 5px) !important;
}

.input-form input.input-40 {
	width: calc(35% + 10px) !important;
}

.input-form input.input-30 {
	width: calc(30% - 5px) !important;
}

.input-form input.input-70 {
	width: calc(70% - 5px) !important;
}

.input-form select.input-gender {
	width: calc(25% - 10px);
	float: left;
	margin-top: 0;
	margin-right: 10px;
	background: white url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA1Ij48cGF0aCBmaWxsPSIjZTZlNmU2IiBkPSJNNSA1TDAgMGgxMHoiLz48L3N2Zz4=) no-repeat right 10px center;
	background-size: 12px 6px
}

.fieldset-checkbox {
	width: 100%;
}

.fieldset-checkbox>span,
.fieldset-radio>span {
	display: block;
	font-weight: bold;
	font-family: "brandon-text", sans-serif;
	margin-bottom: 5px;
}

.fieldset-checkbox input[type=checkbox] {
	width: auto;
	margin-right: 0;
}

.fieldset-checkbox label,
.fieldset-radio label {
	display: inline;
	font-family: "brandon-text";
	vertical-align: middle;
	margin-left: 5px;
}

.fieldset-radio input[type="radio"] {
	vertical-align: middle;
}

.input-submit {
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	overflow: hidden;
}

.input-form select {
	display: block;
	width: 100%;
	margin: 10px 0;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	padding: 13px;
	-webkit-appearance: none;
	width: 100%;
	font-family: "brandon-text", sans-serif;
	position: relative;
	background: white url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA1Ij48cGF0aCBmaWxsPSIjZTZlNmU2IiBkPSJNNSA1TDAgMGgxMHoiLz48L3N2Zz4=) no-repeat right 10px center;
	background-size: 12px 6px;
}

.input-form select option:disabled {
	color: #ccc;
}

@media screen and (max-width: 768px) {
	#input-name {
		width: 75% !important;
	}

	#input-lastname,
	#input-mail,
	#input-city {
		width: 100% !important;
	}

	#input-plz {
		width: calc(50% - 5px) !important;
	}

}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	width: inherit;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
}

input[type=checkbox]:checked {}

.input-form-newsletter {
	color: #808080;
}

.input-form textarea {
	display: block;
	width: 100%;
	margin: 10px 0;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	padding: 13px;
	-webkit-appearance: none;
	width: 100%;
	font-family: "brandon-text", sans-serif;
	background-color: #FFF;
	position: relative;
}

.input-link {
	color: #808080;
	font-family: "brandon-text", sans-serif;
}

.input-button {
	background-color: #fecb3f;
	color: #000;
	font-family: "brandon-text", sans-serif;
	width: calc(50% - 5px);
	text-align: center;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border: none;
	height: 46px;
	font-weight: bold;
	border-radius: 6px;
}

.input-button:focus {
	outline: none;
}

table.input-table {
	font-size: 20px;
	text-align: center;
	width: 100%;
	line-height: 40px;
	font-family: "brandon-text";
}

table.input-table tr td {
	border-top: 1px solid #dedede;
	color: #808080;
}

#input-messages:empty {
	display: none;
}

#input-messages {
	font-size: 16px;
	font-family: "brandon-text", sans-serif;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	border-radius: 6px;
	color: #FFF;
}

div#input-messages.success {
	background-color: #7cc576;
}

div#input-messages.error {
	background-color: #ed5565
}

.partner-vcard {
	height: 172px;
	background-color: #FFF;
}

.partner-vcard img {
	float: left;
	margin-right: 20px;
}

.partner-vcard div h3 {
	font-size: 20px;
	color: #111;
}

.partner-vcard>div {
	padding-top: 20px;
	color: #808080;
}

.partner-vcard a {
	color: #808080;
}

.partner-vcard>div>div {
	line-height: 1.5em;
}

/* LANDINGPAGE MOBILE */
@media screen and (max-width: 768px) {
	.welcome-text h1 {
		font-size: 34px;
		margin-top: 20px;
	}

	.welcome-text h2 {
		font-size: 20px;
		line-height: 1.2em;
		margin-top: 10px;
	}

	.welcome-message span {
		font-size: 20px;
		padding: 0px 10px;
	}

	.reviews h2,
	.expert-reviews h2 {
		font-size: 26px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.user-review-wrapper {
		width: 100%;
		float: left;
		margin: 0%;
	}

	.user-review {
		margin-left: 20px;
		margin-top: 20px;
	}

	.user-review img {
		width: 60px;
		left: -20px;
		top: -10px;
		box-shadow: none;
	}

	.user-review-name {
		padding-left: 60px;
		padding-top: 10px;
	}

	.user-review-location {
		padding-left: 60px;
	}

	.user-review-text {
		padding-left: 20px;
		padding-bottom: 15px;
		line-height: 22px;
		font-size: 15px;
	}

	.user-review:after {
		font-size: 90px;
		width: 50px;
		height: 60px;
		top: 45px;
	}

	.user-reviews {
		width: 100%;
		overflow: hidden;
	}

	.user-reviews>ul {
		width: 100%;
		overflow: auto;
		padding-bottom: 30px;
	}

	.user-reviews>ul li {
		display: none;
	}

	.user-reviews>ul>li:first-child {
		width: 400% !important;
		display: block;
	}

	.user-review-wrapper {
		width: 25%;
		float: left;
		margin: 0%;
	}

	.quote-sign {
		padding-top: 60px;
		font-size: 100px;
		font-style: normal;
		margin-top: 0px;
	}

	.expert-quote {
		font-size: 22px;
		padding: 10px 0 20px;
	}

	.expert-review-container {
		height: auto;
		width: 300%;

	}

	.expert-reviews {
		overflow: auto;
		margin-top: 10px;
	}

	.expert-review {
		float: left;
		width: 33.3333333333%;
		display: block;
		position: relative;
	}

	.expert-author {
		float: none;
		padding-top: 20px;
		padding-left: 0;
		padding-bottom: 40px;
	}

	.expert-switcher {
		display: none;
	}

	.unslider-wrap {
		width: 100% !important;
	}

	.unslider-arrow {
		display: none;
	}

	.page-template-start-lp-template .yellow-background h3 {
		font-size: 30px;
	}

	.partner-vcard {
		height: auto;
		text-align: center;
		padding: 20px;
	}

	.partner-vcard img {
		float: none;
		margin-right: 0;
	}

	.partner-vcard>div {
		padding-top: 0px;
		color: #808080;
	}
}

/*
BOX-CHECK
*/
.box-search input {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: "brandon-text", sans-serif;
	transition: all 0.2s ease;
}

.box-search input:focus {
	border-color: rgba(0, 0, 0, 0.5);
}

.faq-items {
	list-style: none;
	margin: 0;
	padding: 3rem 0;
}

.faq-item {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px 20px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.faq-item {
		padding: 15px 0px;
	}
}

.reveal-out {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity .6s .1s, -webkit-transform .6s ease;
	transition: opacity .6s .1s, -webkit-transform .6s ease;
	transition: opacity .6s .1s, transform .6s ease;
	transition: opacity .6s .1s, transform .6s ease, -webkit-transform .6s ease;
}

.reveal-in {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.faq-item__check {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	z-index: 1;
	box-sizing: border-box;
	padding: 0;
	overflow: visible;
	font: inherit;
	margin: 0;
}

.faq-item__title {
	color: #333;
	font-size: 24px;
	margin-bottom: 0;
	padding-right: 3rem;
	position: relative;
}

.faq-item__content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease-in;
	transition: max-height .3s ease-in;
	position: relative;
	z-index: 2;
}

.faq-item__article-content {
	margin-top: 3rem;
}

.faq-item__check:checked~.faq-item__content {
	max-height: 2000px;
}

.faq-item__title:after {
	color: #999;
	content: "+";
	display: block;
	font-size: 40px;
	font-weight: 300;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	width: 20px;
}

.faq-item__title-more:after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDg1MzkgMTguMjA3NkwxNS40NzM2IDEyLjExMzlMOS4wODUzOSA2LjAyMDE0IiBzdHJva2U9IiNGRUNCM0YiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=")
}

.faq-item:hover .faq-item__title:after {
	color: #fecb3f;
}

.faq-item__check:checked~.faq-item__title:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.cylinder-variants {
	margin-top: 10px
}

.cylinder-variants a {
	text-decoration: none;
}

.cylinder-single-variant svg {
	opacity: .2
}

.cylinder-single-variant {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 8px;
	padding: 15px;
	height: 82px;
	vertical-align: top;
	width: 82px;
	text-align: center;
	line-height: 82px;
	margin-right: 5px
}

.cylinder-single-variant.active {
	border-color: #fecb3f
}

.cylinder-single-variant.active svg {
	opacity: 1
}

.products-variants {}

.products-variants a {
	text-decoration: none;
}

.product-single-variant {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .15);
	vertical-align: top;
	text-align: center;
	margin-right: 5px;
	line-height: 1;
	width: auto;
	text-transform: uppercase;
	color: #111;
	height: auto;
	padding: 6px 12px;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.product-single-variant:hover {
	border-color: rgba(0, 0, 0, 1);
}

.product-single-variant.active {
	border-color: #fecb3f;
	font-weight: bold;
}

[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer
}

[data-tooltip]:after,
[data-tooltip]:before {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none
}

[data-tooltip]:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, .9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2
}

[data-tooltip]:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, .9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

/* ----------------------------------
Box Pricing
----------------------------------- */

.tarif-button-grey,
.tarif-button-yellow {
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 13px 0;
	font-size: 16px;
	transition: all 0.2s ease;
}

.tarif-button-yellow {
	background-color: #fecb3f;
}

.tarif-button-grey:hover {
	background-color: rgba(0, 0, 0, 0.25);
}

.tarif-button-yellow:hover {
	background-color: #000;
	color: #FFF;
}

.tarif-box {
	width: 300px;
	float: left;
	padding: 0 15px 15px 15px;
	margin-left: calc(50% - 300px);
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}

.tarif-family {
	margin-left: 0;
	border: 3px solid #fecb3f;
	background-color: #FFF;
	padding: 0;
	margin-top: -25px;
}

.tarif-business {
	margin: auto;
	border: 3px solid #fecb3f;
	padding: 0;
	float: none;
	margin-top: -25px;
	margin-bottom: 50px;
}

.tarif-family h2,
.tarif-business h2 {
	background-color: #fecb3f;
	color: #FFF;
	border-radius: 10px 10px 0px 0px;
}

.tarif-p {
	padding: 0 15px 15px 15px;
}

.tarif-switcher a.active {
	color: #000000;
	border-bottom: 2px solid #fecb3f;
}

.how-to-step {
	background-color: #fecb3f;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	border-radius: 50%;
	line-height: 80px;
	margin: 0 auto 25px;
	position: relative;
}

.how-to-step-line:after {
	content: "";
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	height: 4px;
	position: absolute;
	left: 228%;
	top: 38px;
}

.yellow-bottom-border {
	border-bottom: 3px solid #fecb3f;
}

.box-form {
	padding-bottom: 50px;
}

.box-input {
	-webkit-appearance: none;
	border: none;
	padding: 10px;
	font-family: "brandon-text", sans-serif;
	vertical-align: top;
}

.box-button {
	-webkit-appearance: none;
	border: none;
	padding: 11px 14px 11px 10px;
	font-family: "brandon-grotesque", sans-serif;
	background-color: #fecb3f;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.tarif-switcher a {
		margin: 0 0 15px 0;
		display: inline-block;
	}

	.tarif-box {
		width: auto;
		float: none;
		margin: auto;
	}

	.tarif-family {
		margin-top: 20px;
	}

	.how-to-step {
		width: 40px;
		height: 40px;
		font-size: 25px;
		line-height: 40px;
		margin: 25px auto 10px;
	}

	.how-to-step-line:after {
		display: none;
	}
}

.nuki-video-container {
	position: relative;
}

.nuki-video-container:after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.nuki-hero-video {
	max-width: 100%;
	position: absolute;
	top: 0;
}

.vid-arrow {
	position: absolute;
	height: 52px;
	width: 52px;
	background-color: rgba(0, 0, 0, 0.1);
	top: calc(50% - 26px);
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
	font-size: 40px;
	font-weight: lighter;
	color: #FFF;
	transition: all 0.2s ease;
	z-index: 99;
}

.vid-arrow:hover {
	background-color: rgba(0, 0, 0, 0.25);
}

.vid-next {
	right: 30px;
}

.vid-next {
	background: rgba(0, 0, 0, 0.2);
}

.vid-next:after {
	content: "";
	border: 3px solid #fecb3f;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 52px;
	width: 52px;
	position: absolute;
	right: 0px;
	top: calc(50% - 26px);
	-webkit-animation: nextpulsate 2.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation: nextpulsate 2.5s ease-out;
	animation-iteration-count: infinite;
	opacity: 0.0
}

@-webkit-keyframes nextpulsate {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0.0
	}

	50% {
		opacity: 1.0
	}

	100% {
		-webkit-transform: scale(1.4, 1.4);
		transform: scale(1.4, 1.4);
		opacity: 0.0
	}
}

.vid-prev {
	left: 30px;
}

.vid-step-container {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.vid-step-list {
	list-style: none;
	margin-left: 0;
}

.vid-step-list>li,
.vid-step-list>li>a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.vid-step-list>li>a.step {
	width: 14px;
	height: 14px;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 50%;
	display: inline-block;
	margin: 0px 3px;
	position: relative
}

.vid-step-list>li>a.step[data-active="active"]:after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 2px;
}

.video-overlays,
.vid-white-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.overlay-1 {
	margin-top: 30px;
}

.overlay-1 p {
	position: absolute;
	bottom: 75px;
	width: 800px;
	margin-left: 50%;
	left: -400px;
	font-size: 18px;
	font-family: "brandon-text", sans-serif;
	line-height: 27px;
	color: hsl(0, 0%, 20%);
}

.overlay-2 {
	margin-left: 60px;
	margin-top: 50px;
	max-width: 460px;
}

.overlay-3 {
	margin-left: 460px;
	margin-top: 70px;
	max-width: 370px;
}

.overlay-2,
.overlay-3,
.overlay-4,
.overlay-5,
.overlay-6 {
	display: none;
}

.bridge-video {
	position: absolute;
	bottom: 10%;
	left: 25%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	border-radius: 10px;
}

.fob-video {
	position: absolute;
	bottom: 33%;
	left: 5%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	border-radius: 10px;
}

.alexa-video {
	position: absolute;
	bottom: 45%;
	left: 22%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	border-radius: 10px;
}

.app-video {
	position: absolute;
	margin-left: 50%;
	left: -335px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	border-radius: 10px;
	width: 670px;
	text-align: center;
	bottom: 12%;
}

.led-video {
	position: absolute;
	margin-left: 50%;
	left: -500px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	border-radius: 10px;
	width: 520px;
	text-align: center;
	bottom: 18%;
}

.vid-white-overlay {
	background-color: #FFF;
	display: none;
}

.play-link {
	position: relative;
	margin-right: 65px;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease;
}

.play-link:hover {
	border-bottom: 2px solid #fff;
}

.play-link:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 27px;
	background-size: 100% 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgdmlld0JveD0iMCAwIDQ3IDQ3Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xLCAuY2xzLTIgeyAgICAgICAgZmlsbDogbm9uZTsgICAgICAgIHN0cm9rZTogIzAwMDsgICAgICAgIHN0cm9rZS13aWR0aDogMnB4OyAgICAgIH0gICAgICAuY2xzLTIgeyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMjMuNSIgY3k9IjIzLjUiIHI9IjIyLjUiLz4gIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzOTUuMzgsNTU2Yy0wLjk4LDAtMS4zOC44MzYtMS4zOCwydjE0YzAsMS4xNjMuNCwyLDEuMzgsMmExLjc1MiwxLjc1MiwwLDAsMCwuOS0wLjI1M2wxMS4yNC02LjY3MWEyLjA2MiwyLjA2MiwwLDAsMCwuMDctMy40NDdsLTExLjI0LTcuMzM3YTEuNzczLDEuNzczLDAsMCwwLS45Ny0wLjNoMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzc2IC01NDEpIi8+PC9zdmc+);
	right: -35px;
}

.underline-link {
	text-decoration: none;
	border-bottom: 2px solid #ffcb3f;
	transition: all 0.2s ease;
}

.underline-link:hover {
	border-bottom-color: #000;
}

.white.play-link:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgdmlld0JveD0iMCAwIDQ3IDQ3Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xLCAuY2xzLTIgeyAgICAgICAgZmlsbDogbm9uZTsgICAgICAgIHN0cm9rZTogI0ZGRjsgICAgICAgIHN0cm9rZS13aWR0aDogMnB4OyAgICAgIH0gICAgICAuY2xzLTIgeyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMjMuNSIgY3k9IjIzLjUiIHI9IjIyLjUiLz4gIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzOTUuMzgsNTU2Yy0wLjk4LDAtMS4zOC44MzYtMS4zOCwydjE0YzAsMS4xNjMuNCwyLDEuMzgsMmExLjc1MiwxLjc1MiwwLDAsMCwuOS0wLjI1M2wxMS4yNC02LjY3MWEyLjA2MiwyLjA2MiwwLDAsMCwuMDctMy40NDdsLTExLjI0LTcuMzM3YTEuNzczLDEuNzczLDAsMCwwLS45Ny0wLjNoMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzc2IC01NDEpIi8+PC9zdmc+);
}

.more-link {
	position: relative;
	margin-right: 25px;
}

.more-link:after {
	content: "\203A";
	position: absolute;
	font-size: 30px;
	font-weight: 100;
	font-family: "brandon-text", sans-serif;
	right: -17px;
	bottom: 0;
	line-height: 1em;
}


.black-slide {
	position: relative;
}

.black-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7) !important;
	transition: all 0.2s ease;
}

.black-slide:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.black-slide div {
	position: relative;
	z-index: 9;
}

.section-switcher {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.section-switch-list,
.section-two-switch-list {
	list-style: none;
	margin-left: 0;
}

.section-switch-list>li,
.section-two-switch-list>li {
	margin: 0 10px;
}

.section-switch-list>li,
.section-switch-list>li>a,
.section-two-switch-list>li,
.section-two-switch-list>li>a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.section-switch-list>li>a,
.section-two-switch-list>li>a {
	padding: 10px 15px;
	position: relative;
	font-size: 22px;
	text-decoration: none;
	color: #000;
}

.section-switch-list>li>a.active,
.section-two-switch-list>li>a.active {
	border-bottom: 2px solid #fecb3f;
}

.section-switch-list>li>a.active:after,
.section-two-switch-list>li>a.active:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fecb3f transparent transparent transparent;
	top: 100%;
	left: calc(50% - 5px);
}

.quote-container:after {
	content: "\201C ";
	font-size: 180px;
	font-family: "brandon-text", sans-serif;
	color: #fff5d9;
	position: absolute;
	left: calc(50% - 35px);
	z-index: -1;
	top: 25px;
}

.quote-container {
	font-family: "brandon-text-italic", sans-serif;
	font-size: 18px;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
	line-height: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
	margin-top: 20px;
}

.single-quote {
	display: none;
}

.single-quote.active {
	display: block;
}

.quote-switcher>div {
	opacity: 0.2;
}

.quote-switcher>div.active {
	opacity: 1;
}

.quote-switcher>div>a {
	color: #000;
	text-decoration: none;
}

.quote-switcher svg {
	margin-bottom: 10px;
	max-height: 40px;
}

.quote-link {
	color: #808080 !important;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: underline !important;
}

.product-foursome {
	overflow: hidden;
}

.product-foursome .product-wrapper {
	float: left;
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.product-foursome .product-first-wrapper {
	width: 100%;
}

.product-foursome .product-wrapper>a {
	text-decoration: none;
	color: #000;
}

.product-foursome .product-wrapper>a p {
	color: #808080;
	font-size: 20px;
	padding-bottom: 30px;
	font-family: "brandon-text", sans-serif;
}

.product-foursome .product-wrapper>a span.more-link {
	font-size: 16px;
	font-family: "brandon-text", sans-serif;
	color: #000;
}

.product-foursome .product-wrapper>a>div {
	height: 334px;
	position: relative;
}

.product-foursome .product-wrapper>a>div:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFF;
	transition: all 0.2s ease;
	opacity: 0.8;
}

.product-foursome .product-wrapper>a>div:hover:after {
	opacity: 0;
}

.product-foursome .product-wrapper:nth-child(even) {
	margin-left: 5px;
}

.product-foursome .product-wrapper:nth-child(odd) {
	margin-right: 5px;
}

.product-smart-lock {
	background: url(/wp-content/uploads/2018/12/product-smart-lock.jpg) no-repeat left center #e0e0e0;
}

.product-bridge {
	background: url(/wp-content/uploads/2018/02/product-bridge.jpg) no-repeat left center #d7e1eb;
}

.product-fob {
	background: url(/wp-content/uploads/2018/02/product-fob.jpg) no-repeat left center #353f48;
}

.product-keypad {
	background: url(/wp-content/uploads/2018/12/product-keypad.jpg) no-repeat left center #dbdad6;
}

.product-foursome .product-wrapper a .product-fob:hover a,
.product-foursome .product-wrapper a .product-fob:hover h2,
.product-foursome .product-wrapper a .product-fob:hover p,
.product-foursome .product-wrapper a .product-fob:hover span.more-link {
	color: #FFF;
}

.product-box {
	background: url(/wp-content/uploads/2018/02/product-box.jpg) no-repeat left center #e2e2e2;
}

.product-content {
	margin-left: 50%;
	padding-top: 105px;
	position: relative;
	z-index: 1;
}

.svgimg-link {
	color: #000;
	text-decoration: none;
}

.svgimg-link h3 {
	display: inline-block;
	border-bottom: 2px solid #FFF;
}

.svgimg-link:hover h3 {
	border-bottom: 2px solid #fecb3f;
}

.bridge-video,
.alexa-video,
.fob-video,
.vid-slide-1-text {
	display: none;
	z-index: 1;
}

.ring-container {
	position: relative;
}

.ring-container:hover {
	cursor: pointer;
}

.video-circle {
	width: 15px;
	height: 15px;
	background-color: #fecb3f;
	border-radius: 50%;
	position: absolute;
	top: 23px;
	left: 23px;
}

.ringring {
	border: 3px solid #fecb3f;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	left: 18px;
	top: 18px;
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

.ring-slide-1-text {
	position: absolute;
	bottom: 27.4%;
	left: 55.5%;
}

.ring-bridge {
	position: absolute;
	bottom: 19%;
	left: 20%;
}

.ring-alexa {
	top: 50%;
	position: absolute;
	left: 18%;
}

.ring-fob {
	position: absolute;
	top: 57%;
	left: 2%;
}

.overlay-3-logos {
	position: absolute;
	width: 150px;
	right: 30px;
	bottom: 30px;
}

.overlay-3-logos>div {
	padding-bottom: 10px;
}

.overlay-3-logos>div:nth-child(4) {
	padding-bottom: 0;
}

.overlay-3-logos>div:nth-child(3) svg {
	height: 20px;
}

.nuki-link svg {
	max-width: 90px;
	margin-top: -11px;
}

.amazon-link svg {
	max-width: 100px;
}

.media-link svg {
	max-width: 224px;
}

.euronics-link svg {
	max-width: 140px;
	margin-top: -22px;
}

.saturn-link svg {
	max-width: 163px;
}

.conrad-link svg {
	max-width: 140px;
}

.hornbach-link svg {
	max-width: 180px;
}

.boulanger-link svg {
	max-width: 200px;
}

.cdiscount-link img {
	max-width: 160px;
}

.leroy-link svg {
	max-width: 100px;
	margin-top: -20px;
}

.bcc-link svg {
	max-width: 150px;
}

.ffive-link svg {
	max-width: 70px;
	margin-top: -15px;
}

@media screen and (max-width: 768px) {
	.nuki-video-container {
		display: none;
	}

	.more-link {
		margin-right: 0;
	}

	.section-switcher {
		z-index: 100;
	}

	.switch-app:before {
		width: 30px;
		height: 30px;
		left: -50px;
		top: 1px;
	}

	.product-foursome .product-wrapper {
		width: 100%;
	}

	.product-content {
		margin-left: 20px;
		padding-top: 75px;
		padding-right: 20px;
	}

	.product-foursome .product-wrapper>a>div {
		height: 300px;
	}

	.faq-items {
		padding-top: 0;
	}
}

@media screen and (min-width: 769px) {
	.nuki-video-replacement {
		display: none;
	}
}

/*
AIRBNB
*/
.checkmark-list li {
	position: relative;
	padding-left: 35px;
	padding-bottom: 15px;
}

.checkmark-list li:before {
	content: "";
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 6px;
	background: url(/wp-content/uploads/2018/04/checkmark.svg) no-repeat center center transparent;
}

.feature-wrap {
	overflow: auto;
	width: 90%;
	margin: auto;
	padding: 20px 40px 60px;
}

.feature-box {
	border-radius: 8px;
	box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 25px;
	margin: 10px;
	width: calc(50% - 20px);
	float: left;
	background-color: #FFF;
}

.plus-list {
	position: relative;
}

.plus-list:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 233, 233, .27)), to(#cfcfcf));
	background: linear-gradient(rgba(233, 233, 233, .27), #cfcfcf);
	height: 100%;
	top: 15px;
	left: 8px;
	width: 2px;
	padding-bottom: 10px;
}

.plus-list:after {
	background-color: #cfcfcf;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	position: absolute;
	bottom: -20px;
	left: 5px;
}

.plus-list:after,
.plus-list:before {
	content: "";
	position: absolute;
}

.plus-list li {
	position: relative;
	padding-left: 35px;
	padding-bottom: 15px;
}

.plus-list li:before {
	content: "";
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 6px;
	background: url(/wp-content/uploads/2018/04/plus.svg) no-repeat center center transparent;
}

.yellow-underline-c {
	text-decoration: underline;
	text-decoration-color: #ffcb3f;
}

.coupon-72756e64,
.coupon-7479706567,
.coupon-636f6d626f,
.coupon-6575726f,
.coupon-66726575726f,
.coupon-49n3zkvjx,
.coupon-6B6579706164,
.coupon-6b65796672,
.coupon-41rbnb-k3yp4d,
.coupon-h05tbnb-k3yp4d {
	display: none !important;
}

.airbnb-chooser {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 20px;
	border-radius: 4px;
}

.airbnb-chooser:hover {
	border-color: #ffcb3f;
}


@media screen and (max-width: 768px) {
	.feature-wrap {
		width: 100%;
		padding: 0
	}

	.feature-box {
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		width: calc(100% - 20px);
		float: none;
	}
}

.store-locator-pin {
	float: left;
	text-decoration: none;
	padding-top: 29px;
	margin-right: 20px;
}

.store-locator-pin:hover span {
	text-decoration: underline;
}

.store-locator-pin span {
	text-transform: uppercase;
	color: #CDCDCD;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding-top: 4px;
}

.store-locator-pin img {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

.store-locator-pin[data-tooltip]:after {
	margin-left: 3px;
}

#map-canvas,
#panel {
	height: 500px;
}

#panel {
	width: 300px;
	float: left;
	margin-right: 10px;
	font-family: "brandon-text", sans-serif;
}

.action {
	display: none;
}


.storelocator-panel {
	border: 1px solid #ccc;
	overflow: auto;
}

.storelocator-panel .store-list {
	margin: 0;
	padding: 0;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
	padding: 5px;
}

.storelocator-panel .directions-panel {
	font-size: 0.8em;
}

.storelocator-panel .store-list li.store:hover {
	cursor: pointer;
	background: #eee;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
	background: rgba(254, 203, 63, 0.75)
}

.storelocator-panel .directions {
	display: none;
}

.storelocator-panel .location-search {
	padding: 5px;
}

.storelocator-panel .location-search input {
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #e5e5e5;
	padding: 5px 5px;
	box-shadow: none;
}

.storelocator-panel .location-search input:focus {
	border-color: #fecb3f;
}

.storelocator-panel .location-search h4 {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.storelocator-panel .store-list .no-stores {
	color: grey;
}

.storelocator-panel .store .features {
	display: none;
}

.storelocator-panel .feature-filter {
	overflow: hidden;
}

.storelocator-panel .feature-filter label {
	display: block;
	font-size: 0.8em;
	margin: 0 0.4em;
	float: left;
}

.store .title {
	font-weight: bold;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
	font-size: 90%;
	margin-bottom: 0.5em;
	display: block;
}

.store a {
	color: #000;
}

.store .features {
	overflow: hidden;
	color: grey;
	margin: 0;
	padding: 0;
	font-size: 70%;
	max-width: 250px;
}

.store .features li {
	display: inline;
	float: left;
	padding-right: 0.8em;
}

.store .web a {
	color: green
}

.store .action {
	font-size: 0.8em;
	color: green;
	margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
	.store-locator-pin {
		position: absolute;
		top: 0;
		left: 10px;
		padding-top: 0px
	}

	#panel {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	#map-canvas,
	#panel {
		height: 250px;
		margin-bottom: 20px;
	}
}

/*
WATSON ASSISTANT
*/

#watson-box {
	width: 480px;
}

#message-container {
	background-color: #FFF;
}

#watson-box .watson-font {
	font-size: 15px;
	font-family: "brandon-text", sans-serif;
}

#message-container #messages .message {
	border-radius: 5px;
	max-width: 90%;
	margin-bottom: 5px;
}

#message-container #messages .watson-message {
	background-color: #f5f5f5;
	color: #000;
}

#message-container #messages .message:first-child {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

#message-container #messages .message-option {
	border: 2px solid;
	border-color: #fecb3f;
	color: #000;
	max-width: 250px;
	margin-bottom: 5px;
	background-color: #fecb3f;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
}

#message-container #messages .message-option:hover {
	background-color: #FFF;
	color: #000;
}

#message-container #messages .user-message {
	background-color: #333;
	color: #FFF;
}

#watson-fab-text {
	display: table-cell;
	vertical-align: middle;
	line-height: 54px;
	font-size: 18px;
}

#watson-fab-icon {
	font-size: 24pt;
	line-height: 54px;
}

#watson-fab-icon:first-child {
	padding-left: 5px;
}

#watson-fab {
	border-spacing: 0.5em 0em;
	line-height: 54px;
}

.drop-shadow:hover {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.22);
}

.watson-message a {
	color: #000;
}

.watson-message a:hover {
	color: #fecb3f;
}


/*-----------------------------
$INTEGRATIONS
-------------------------------*/

.mobile-bottom-30 {
	margin-bottom: 30px;
}

.mobile-top-50 {
	margin-top: 50px;
}

.integration-text {
	position: relative;
	z-index: 10;
}

.integration-active {
	border-bottom: 2px solid #ffcb3f;
	font-weight: 600;
	position: relative;
}

.integration-active:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffcb3f transparent transparent transparent;
	top: 100%;
	left: calc(50% - 8px);
}

.hero-gradient-grey {


	height: 300px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, #ffffff, #d3d3d3);

}


.rel-container {
	position: relative;
	padding-bottom: 140px;
}

.hero-img {
	position: relative;
	z-index: 1;
	width: 600px;


}


.grey-bg {
	background: #F8F8F8;
}

.black-bg {
	background: #000000;
}

.integration-products {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	width: 320px;

}


.integration-wrap {
	height: auto !important;
	min-height: 400px;
	padding-top: 50px;
	padding-bottom: 100px;
}


.integration-logos {
	max-height: 100px;
	width: 70%;
	display: block;
	margin: 0 auto;
}

.integration-logo-IFFT {
	max-height: 40px;
	width: 70%;
	display: block;
	margin: 0 auto;
}


.products-ihaus {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	width: 125px;
}

.products-alexa {
	width: 180px;
}

.products-googleHome {
	width: 250px;
}

.products-doorbird {
	width: 215px;
}


.integration-divider {
	background: #505050;
	height: 70px;
}

.integration-divider h2 {
	line-height: 70px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

/* ################## Textswitch styles ############# */

.integration-info-switcher {
	margin-top: 25px;
	text-align: center
}

.integration-info-switcher li {

	font-weight: 500;
	font-size: 24px;
	list-style: none;
	display: block;
	margin: 20px 10px 15px 0;
}

.integration-info-switcher a {
	color: #111;
	text-decoration: none;

}


.integration-info-content {
	margin-top: 15px;
	font-size: 20px;
	color: #808080;
}

.border-bottom-white-elektro {
	border-bottom: 2px solid white;
}

.integration-info-content-wrapper ol {
	margin-left: 24px;
}

.integration-anchor {
	display: block;
	height: 115px;
	/*same height as header*/
	margin-top: -115px;
	/*same height as header*/
	visibility: hidden;
}

/* ################## Textswitch styles END ############# */

@media (max-width: 460px) {
	.integration-info-switcher a {
		border-bottom: 2px solid #ffcb3f;
	}

	.rel-container {
		padding-bottom: 20px;
	}
}


@media (min-width: 460px) {

	.integration-wrap {
		min-height: 580px;
		height: auto;
		padding-top: 50px;
		padding-bottom: 0;
	}

	.integration-products {
		margin-top: 100px;
	}

	.integration-trust-flex {
		flex-grow: 1;
	}

	.hero-img {
		bottom: -34px;
	}

	.hero-gradient-grey {
		margin-top: 500px;
		width: 1334px;
	}


	.icon-integration-execption {
		width: 190px;
	}

	.icon-integration {
		width: 90px;
	}

	.integration-trust-flexWrap {
		align-items: center;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		height: 70px;
	}

	.integration-logos {
		max-height: 80px;
		width: 45% !important;
	}

	/* ################## Textswitch styles ############# */
	.integration-info-switcher li {
		display: inline;
		font-weight: 400;
		font-size: 21px;
		margin: 0px 20px 15px 0;
	}

	.integration-info-content {
		font-size: 20px;
		color: #808080;
	}

	.integration-divider h2 {
		line-height: 70px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		font-size: 36px;
		color: #fff;
	}
}


@media (min-width: 768px) {

	.integration-info-switcher {

		text-align: left;
	}
}



/*----------------------------- $ELEKTRONIK INSTALLATEURE -------------------------------*/



.elektro-hero {

	position: relative;
}

/* .lp-elektro-wrap-1 {
  background: red;

} */

h1 em,
h2 em,
h3 em {
	font-style: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fecb3f));
	background-image: linear-gradient(to bottom, transparent 50%, #fecb3f 50%);
	background-repeat: repeat-x;
	background-size: 40px 0.7em;
	background-position: 0 60%;
	font-weight: bold
}

.

/* lp-elektro-hero-wrap-1 h1 {
  font-size: 30px;
} */
.grey-elektro-container {

	height: auto;
	background: #F8F8F8;
}


.yellow-underline {
	text-decoration: underline;
	text-decoration-color: #fecb3f;
}


.video-lp-elektro-container {}

.video-lp-elektro {
	width: 100%;
}

.yellow-list ul {
	line-height: 1.8;
	list-style: none;
	margin-left: 20px;
}


.yellow-list li::before {
	content: "\2022";
	color: #fecb3f;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

.black-list {
	list-style-type: disc;
}

.w-100 {
	width: 100%;
}

.relative-test {
	position: relative;
}

@media (min-width: 460px) {
	.p-top-40 {
		padding-top: 40px;
	}

	.p-top-50 {
		padding-top: 50px;
	}

	.p-top-60 {
		padding-top: 60px;
	}

	.p-top-75 {
		padding-top: 75px;
	}

	.p-top-100 {
		padding-top: 100px;
	}

	.cta-elektro-container {
		height: 300px;

	}

	.p-bottom-60 {
		padding-bottom: 60px;
	}

	.p-bottom-100 {
		padding-bottom: 100px;
	}


	.rectangle-1 {
		position: absolute;
		top: 1;
		right: 52%;
	}

	.fix-center {
		text-align: left;
	}

	.lp-elektro-hero-wrap-1 h1 {
		font-size: 40px;
	}

	.bottom-destop-60 {
		margin-bottom: 60px;
	}


	.trust-leiste-elektro svg {
		height: 30px;
	}

	.cta-elektro-container {
		width: 100%;
		max-width: 1400px
	}

	.outer-wrapper-elektroPartner {
		position: relative;
	}


	.svg-elektro {
		height: 180px;
	}

}

.logo-header-elektro {
	width: 140px;
	margin-left: 10px;

}

@media (min-width: 760px) {

	.img-3-partner {
		position: absolute;
		left: 6%;
		bottom: 36%;
	}

	.test-img:after {
		content: "";
		border: 3px solid #fecb3f;
		height: 80px;
		width: 40px;

	}


	.rectangle-container-status {
		position: relative;
		z-index: 1;
	}

	.border-rectangle-1 {
		position: relative;
		z-index: 1;
	}

	.border-rectangle-1:after {
		content: "";
		position: absolute;
		right: 18%;
		top: 66%;
		width: 100px;
		height: 137px;
		border: 5px solid #fecb3f;
		z-index: -1;

	}

	.border-rectangle-2:after {
		content: "";
		position: absolute;
		right: 9%;
		top: 20%;
		width: 350px;
		height: 350px;
		border: 7px solid #fecb3f;
		z-index: -1;

	}

	.border-rectangle-3:after {
		content: "";
		position: absolute;
		right: -10px;
		top: -10px;
		width: 100px;
		height: 100px;
		border: 5px solid #fecb3f;
		z-index: -1;

	}

	.border-rectangle-4:after {
		content: "";
		position: absolute;
		right: 78%;
		top: 6%;
		height: 50px;
		width: 50px;
		border-top: 7px solid #fecb3f;
		border-left: 7px solid #fecb3f;
		z-index: 200;


	}

	.video-lp-elektro-container {
		position: absolute;
		max-width: 600px;
		left: 48%;
		top: 255px;
	}
}

@media (max-width: 1250px) {
	.rectangle-2 {
		display: none;

	}
}


@media (max-width: 460px) {

	.m-text-center {
		text-align: center;
	}

	.m-p-top-40 {
		padding-top: 40px;
	}

	.m-p-top-60 {
		padding-top: 60px;
	}

	.m-p-bottom-40 {
		padding-bottom: 40px;
	}

	.m-p-bottom-60 {
		padding-bottom: 60px;
	}
}


@media (min-width: 1240px) {}

@media (min-width: 1251px) {
	.rectangle-2 {
		position: absolute;
		top: 1%;
		right: 5%;

	}
}


/*
NUKI BOX NEW
*/

.box-overview-hero {
	position: relative;
	min-height: 650px !important;
	background-position: center center;
}

.box-overview-hero:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 70%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0) !important;
	z-index: 99;
}

.box-overview-hero div {
	position: relative;
}

.box-overview-hero div.foto-slide-wrap {
	z-index: 100;
}

.yellow-underscore,
.grey-underscore {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fecb3f));
	background-image: linear-gradient(to bottom, transparent 50%, #fecb3f 50%);
	background-repeat: repeat-x;
	background-size: 20px 0.4em;
	background-position: 0 80%;
}

.grey-underscore {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E5E5E5));
	background-image: linear-gradient(to bottom, transparent 50%, #E5E5E5 50%);
}

.white-underscore {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFFFF));
	background-image: linear-gradient(to bottom, transparent 50%, #FFFFFF 50%);
}

.box-sub-overview {
	position: relative;
	margin-top: -23px;
}

.box-sub-overview .btn {
	background-color: #FFF;
}

.box-sub-overview .btn:hover {
	background-color: #fecb3f;
}

.box-video-wrap {
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.box-video-wrap video {
	opacity: 0;
	position: absolute;
}

.box-video-wrap video#still {
	opacity: 1;
}

.box-mix-hero {
	position: relative;
	min-height: 750px !important;
	background-position: center center;
}

.box-mix-hero div {
	position: relative;
}

.box-mix-hero div.foto-slide-wrap {
	z-index: 100;
}

.box-mix-video-wrap {
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.box-mix-video-wrap video {
	opacity: 1;
	position: absolute;
}

.managing-switch {
	position: relative;
	padding-bottom: 50px;
	background: #000;
}

.managing-switch .section-switch-list>li>a {
	color: #FFF;
}

.position-relative {
	position: relative;
}

.web-switcher {}

.web-switcher li {
	padding-bottom: 30px;
	position: relative;
	padding-left: 20px;
}

.web-switcher li:before {
	content: "\2022";
	position: absolute;
	left: 5px;
	top: 2px;
}

.web-switcher a {
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
	font-size: 20px;
}

.web-switcher a.active {
	color: rgba(0, 0, 0, 1);
}

.box-infobox {
	border: 4px solid #fecb3f;
	padding: 20px;
	background: url(/wp-content/uploads/2018/10/infosign.svg) no-repeat left center transparent;
	background-position: 25px 15px;
	background-size: 20px;
}

@media screen and (max-width: 768px) {
	.foto-slide.box-mix-hero {
		min-height: auto !important;
		padding-bottom: 50px;
	}

	.foto-slide.box-mix-hero:before {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.box-infobox {
		background-position: 10px 10px;
		background-size: 15px;
	}

	#box-manage-form #input-name {
		width: 100% !important;
	}

	.box-mix-video-wrap video {
		height: 100%;
	}
}

@media screen and (max-width: 480px) {
	.box-video-wrap video {
		left: -70%;
	}
}

.col-50 {
	width: 50%;
}

.img-object-fit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.partner-feature-box {
	position: relative;
}

.partner-feature-box img {
	position: relative;
	z-index: 10;
}

.partner-feature-box:before {
	content: " ";
	position: absolute;
	width: 10px;
	background-color: rgba(0, 0, 0, 0.1);
	left: 50%;
	margin-left: -5px;
	top: 10px;
	bottom: 10px;
	z-index: 1;
}

.smart-access {
	background: url(/wp-content/uploads/2018/10/smart-access.svg) no-repeat center top transparent;
}

.slick-slide {
	padding: 0 15px;
	opacity: 0.2;
}

.slick-slide:focus {
	outline: none;
}

.slick-current {
	opacity: 1;
}

.slider-nav .slick-slide {
	/*max-width: 720px;*/
	text-align: center;
}

.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
	color: rgba(0, 0, 0, 0.25);
	font-size: 30px;
	line-height: 0;
}

.slick-prev:before,
.slick-next:before {
	content: "" !important;
	width: 38px;
	height: 38px;
	background: url(/wp-content/themes/nuki/assets/img/arr-left.svg) no-repeat center center transparent;
	display: inline-block;
	margin-top: -20px;
}

.slick-next:before {
	background: url(/wp-content/themes/nuki/assets/img/arr-right.svg) no-repeat center center transparent;
}

.nuki-box-offer-img {
	max-width: 606px;
	margin: auto;
}

.scroll-down a {
	position: absolute;
	bottom: 120px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font: normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

.scroll-down a:hover {
	opacity: .5;
}

.scroll-down a {
	padding-top: 80px;
}

.scroll-down a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

.scroll-down a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.scroll-down a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.scroll-down a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.partner-video {
	position: relative;
}

.partner-video video {
	width: 100%;
	height: auto;
}

.partner-video div {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	margin-top: -70px;
}

@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb07 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 768px) {
	.col-50 {
		width: 100%;
	}

	.mobile-column-flex-reverse {
		flex-direction: column-reverse;
	}

	.mobile-column-flex {
		flex-direction: column;
	}

	.slick-next {
		right: -10px;
	}

	.smart-access {
		background: none;
	}
}

.upgrade-notice {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 15px 15px 15px 10px;
	font-size: 16px;
	font-family: "brandon-text", sans-serif;
	line-height: 24px;
	color: #333;
}

.upgrade-notice img {
	max-width: 70px;
	float: left;
	margin-right: 10px;
}

.upgrade-notice a {
	color: #333;
}

.upgrade-notice a:hover {
	text-decoration-color: #fecb3f;
}

table.upgrade-table {
	width: 100%;
	margin: 10px 0 20px;
}

table.upgrade-table tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.upgrade-table th {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "brandon-grotesque", sans-serif;
	padding: 10px;
	background: rgba(0, 0, 0, 0.05);
}

.upgrade-table td {
	font-size: 16px;
	padding: 10px;
}

.woocommerce form .knob-cylinder-help {
	background: url(https://nuki.io/wp-content/themes/nuki/assets/img/knob-cylinder-detail.svg) no-repeat right top transparent;
	min-height: 50px;
	background-size: 82px 50px;
	margin-bottom: 15px;
}

.woocommerce form .knob-cylinder-help:hover {
	cursor: help;
}

.woocommerce form .knob-cylinder-help .optional,
.woocommerce form .eneloop-deal .optional {
	display: none;
}

.woocommerce form .knob-cylinder-help .knob-help {
	border: 1px solid #fecb3f;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	font-weight: 600;
	font-size: 14px;
}

.woocommerce form .knob-cylinder-help .form-row label {
	font-size: 16px;
	line-height: 24px;
	display: block;
	width: calc(100% - 90px);
	padding-left: 28px;
}

.woocommerce form .knob-cylinder-help .form-row label .input-checkbox {
	margin-left: -28px;
	pointer-events: none;
}

.woocommerce form .eneloop-deal .form-row label {
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}

.woocommerce form .installations-service-help {
	background: url(https://nuki.io/wp-content/themes/nuki/assets/img/installations-service-detail.svg) no-repeat right top transparent;
	min-height: 50px;
	background-size: 82px 50px;
	margin-bottom: 15px;
}

.woocommerce form .installations-service-help:hover {
	cursor: help;
}

.woocommerce form .installations-service-help .optional,
.woocommerce form .eneloop-deal .optional {
	display: none;
}

.woocommerce form .installations-service-help .knob-help {
	border: 1px solid #fecb3f;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	font-weight: 600;
	font-size: 14px;
}

.woocommerce form .installations-service-help .form-row label {
	font-size: 16px;
	line-height: 24px;
	display: block;
	width: calc(100% - 90px);
	padding-left: 28px;
}

.woocommerce form .installations-service-help .form-row label .input-checkbox {
	margin-left: -28px;
	pointer-events: none;
}

.woocommerce form .eneloop-deal .form-row label {
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}

.ces-banner {
	background-color: #231F20;
	padding: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ces-banner-inner {
	color: #FFF;
	flex-grow: 1;
}

.ces-banner img {
	width: 142px;
	height: 50px;
}

.hidden-select {
	display: none;
}

.input-select .woocommerce-input-wrapper {
	padding-left: 28px;
}

#knob_brand {
	width: calc(100% - 28px);
	margin-top: 5px;
}

#knob_brand_field {
	margin-top: 20px;
}

.dimension-help {
	border: 1px solid #fecb3f;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.woocommerce form .knob-cylinder-help .form-row label {
		font-size: 14px;
		line-height: 21px;
	}

	.ces-banner {
		flex-direction: column-reverse;
		padding: 10px;
		text-align: center;
	}

	.ces-banner img {
		width: 114x;
		height: 40px;
		margin-bottom: 10px;
	}

	#watson-fab-float.watson-fixed {
		opacity: 0;
		display: none;
	}
}

.video-player {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.icon-ja {
	width: 50px;
	height: 50px;
	background: url(/wp-content/uploads/2016/04/green-bullet-yes.svg) no-repeat center center;
}

.icon-nein {
	width: 50px;
	height: 50px;
	background: url(/wp-content/uploads/2016/04/grey-bullet-no.svg) no-repeat center center;
}


.v-align-middle {
	vertical-align: middle !important;
}


.table-bridge td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.29);
	padding: 10px 0;
}


/*
b2b-landingpages 2019-09
*/

.sub-menu-b2b li {
	display: inline;
}

.sub-menu-b2b a {
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}

.sub-menu-b2b a:hover,
.sub-menu-b2b li.active a {
	text-decoration: none;
}

.sub-menu-b2b li.active a:hover {
	text-decoration: underline;
}

/* best practices */

.card-slider {
	margin-top: -115px;
}

.bp-overview-box {
	color: #808080;
	transition: 0.5s;
}


.bp-overview-box:hover {
	color: #fff;
	background: #fecb3f;
}

.overflow-wrapper {
	overflow-x: auto;
	width: 100%;
}

.ovflow-container {
	height: 500px;
	width: 2400px;
	margin-left: 74px;
}

.overflow-card {
	width: 278px;
	height: 415px;
	border-radius: 8px;
	background: #fff;
	float: left;
	margin-left: 15px;
	box-shadow: 0px 4px 37px -11px rgb(220, 217, 217)
}

@media screen and (max-width: 600px) {
	.card-slider {
		margin-top: 0;
		position: relative;
		z-index: 99;
	}

	.ovflow-container {
		height: 500px;
		width: 2400px;
		margin-left: 0;
		;
	}
}

.pflege-feedback-input {
	padding: 18px 0 14px 19px;
	margin-top: 15px;
	border-radius: 4px;
	display: block;
	background: white;
	width: 100%;
	border: none;
}

.pfege-input-button {
	margin-top: 15px;
	width: 100%;
	padding: 18px;
	border-radius: 4px;
	border: none;
}

.bp-select-container {
	overflow: hidden;
}

.bp-overview-box {
	border-radius: 8px;
	box-shadow: 0px 25px 60px 0px rgba(224, 224, 224, 1);
	height: 510px;
	padding: 0;
	overflow: hidden;
}

/*
NEW SUPPORT BTN
*/
#btn-support {
	background-color: #23282d;
	color: #FFF;
	position: fixed;
	z-index: 999999;
	bottom: 50px;
	right: 50px;
	text-decoration: none;
	height: 54px;
	line-height: 54px;
	padding: 0 20px 0 0;
	border-radius: 27px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	opacity: 0;
	transition: 0.2s opacity ease-in;
	overflow: hidden;
	display: none;
}

#btn-support.hiddentext {
	width: 54px;
	padding-right: 0px;
}

#btn-support span {
	position: relative;
	padding-left: 60px;
	font-size: 18px;
	font-family: "brandon-text", "Brandon Text", sans-serif;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	transition: 0.2s all ease-in;
}

#btn-support.en span {
	width: 240px;
}

#btn-support.de span {
	width: 190px;
}

#btn-support.fr span,
#btn-support.es span {
	width: 255px;
}

#btn-support.it span {
	width: 215px;
}

#btn-support.hiddentext span {
	width: 0px;
}

#btn-support span:before {
	content: "";
	background: url(https://nuki.io/wp-content/themes/nuki/assets/img/help.svg) center center no-repeat transparent;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 5px;
}

#btn-support.hiddentext span:before {
	left: 7px;
}

@media screen and (max-width: 768px) {
	#btn-support {
		display: none !important;
	}
}

/*
COOKIE BANNER
*/

.cookie {
	font-size: 14px;
	text-align: center;
	font-family: "brandon-text", sans-serif;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.cookie strong {
	font-size: 18px;
	color: #000;
}

.cookie {
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.cookie>div {
	padding: 20px;
	color: #808080;
	text-align: left;
	max-width: 1334px;
	margin: auto;
}

.cookie #cookie-info {
	font-size: 16px;
	line-height: 16px;
}

.cookie #cookie-info>div {
	margin: 15px 0;
}

.cookie #cookie-info a {
	display: inline-block;
	text-decoration: underline;
	padding: 10px 0;
	cursor: pointer;
	color: #000;
}

.cookie #cookie-detail>div {
	display: flex;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px;
	margin: 5px 0;
}

.cookie #cookie-detail input {
	margin: 5px 5px 5px 10px;
}

.cookie #cookie-detail a {
	text-decoration: underline;
	cursor: pointer;
	color: #000;
	font-size: 16px;
}

.cookie>div>div:after {
	clear: both;
	content: "";
	display: block;
}

.cookie button {
	color: #000;
	font-weight: bold;
	background-color: #FECB3E;
	touch-action: manipulation;
	border: 1px solid #FECB3E;
	padding: 10px 20px;
	border-radius: 25px;
	user-select: none;
	transition: all .2s ease;
	float: right;
	font-family: "brandon-text", sans-serif;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.cookie strong {
		font-size: 16px;
	}

	.cookie #cookie-info {
		font-size: 14px;
		line-height: 18px;
	}

	.cookie #cookie-detail a {
		font-size: 14px;
		color: #000;
	}

	.cookie #cookie-info>div {
		margin: 7px 0;
	}

	.cookie,
	.cookie-text {
		line-height: 17px
	}

	.cookie-text {
		display: inline
	}

	.cookie #close {
		margin-top: 5px
	}
}

@media screen and (max-width: 480px) {
	.cookie>div {
		padding: 10px;
	}
}


/*
LANGUAGE SELEKTOR
*/

.lb-shown body {
	padding-top: 90px;
}

.lb-shown .header {
	top: 90px;
}

.language-banner-wrap {
	position: fixed;
	top: 0;
	background-color: #333;
	z-index: 9999;
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.language-banner {
	max-width: 1334px;
	margin: auto;
}

.language-banner-inner {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
}

.choose-lang-form {
	display: flex;
}

#choose-lang-form input {
	border-color: #fecb3f;
	border-width: 2px;
	padding: 13px 35px;
}

#lang-form-select-wrap {
	height: 50px;
	margin: auto;
	position: relative;
	display: inline-block;
}

#lang-form-select-wrap:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 9px;
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	right: 19px;
	top: 21px;
	display: inline-block;
	z-index: 2;
	pointer-events: none;
}

#lang-form-select-wrap:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	left: 12px;
	top: 10px;
	display: inline-block;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	pointer-events: none;
}

#lang-form-select-wrap.DE:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/DE.png);
}

#lang-form-select-wrap.AT:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/AT.png);
}

#lang-form-select-wrap.FR:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/FR.png);
}

#lang-form-select-wrap.ES:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/ES.png);
}

#lang-form-select-wrap.de_CH:before,
#lang-form-select-wrap.fr_CH:before,
#lang-form-select-wrap.it_CH:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/CH.png);
}

#lang-form-select-wrap.NL:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/NL.png);
}

#lang-form-select-wrap.IT:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/IT.png);
}

#lang-form-select-wrap.en_GB:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/UK.png);
}

#lang-form-select-wrap.en_AU:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/AU.png);
}

#lang-form-select-wrap.en_NZ:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/NZ.png);
}

#lang-form-select-wrap.en:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/INT.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	#lang-form-select-wrap.DE:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/DE@2x.png);
	}

	#lang-form-select-wrap.AT:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/AT@2x.png);
	}

	#lang-form-select-wrap.FR:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/FR@2x.png);
	}

	#lang-form-select-wrap.ES:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/ES@2x.png);
	}

	#lang-form-select-wrap.de_CH:before,
	#lang-form-select-wrap.fr_CH:before,
	#lang-form-select-wrap.it_CH:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/CH@2x.png);
	}

	#lang-form-select-wrap.NL:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/NL@2x.png);
	}

	#lang-form-select-wrap.IT:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/IT@2x.png);
	}

	#lang-form-select-wrap.en_GB:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/UK@2x.png);
	}

	#lang-form-select-wrap.en_AU:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/AU@2x.png);
	}

	#lang-form-select-wrap.en_NZ:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/NZ@2x.png);
	}

	#lang-form-select-wrap.en:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/INT@2x.png);
	}
}

.lang-form-select {
	height: 50px;
	border-radius: 25px;
	border: 1px solid rgba(112, 112, 112, 0.25);
	background-color: #FFF;
	-webkit-appearance: none;
	padding-left: 54px;
	position: relative;
	z-index: 1;
	padding-right: 20px;
}

.lang-form-select:focus {
	border-color: rgba(112, 112, 112, 0.75);
	outline: none;
}

@media screen and (max-width: 768px) {
	#lang-form-select-wrap {
		height: 40px;
	}

	#lang-form-select-wrap::before {
		width: 24px;
		height: 24px;
		left: 7px;
		top: 8px;
		background-size: 24px 24px;
	}

	#lang-form-select-wrap::after {
		width: 14px;
		height: 9px;
		right: 14px;
		top: 16px;
	}

	.lang-form-select {
		height: 40px;
		border-radius: 20px;
		padding-left: 34px;
	}

	.lb-shown body {
		padding-top: 135px;
	}

	.lb-shown .header,
	.lb-shown .admin-bar .header {
		top: 135px;
	}

	.language-banner-inner {
		flex-direction: column;
		padding: 10px 0;
	}

	.language-banner-wrap {
		height: 135px;
	}

	#choose-lang-form input {
		padding: 8px 20px;
	}
}


.my-devices {
	border-collapse: collapse;
	width: 100%;
}

.my-devices,
.my-devices tr,
.my-devices td {
	border: 1px solid #e6e6e6;
}

.my-devices td,
.my-devices th {
	padding: 10px;
}

.my-devices th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.my-devices td,
.my-devices td ul li {
	font-weight: 200;
}

.new-device {
	width: 100%;
	margin: 20px;
}

.my-devices-dropdown {}

.register-device select {
	width: 100%;
	margin-top: 10px;
}

.register-device input {
	width: 100%;
	height: 44px;
}

button.device-remove {
	background: #e25757;
	color: #ffffff;
}

button.device-remove:after {
	display: inline-block;
	content: "\00d7";
}

.navigation-logo {
	padding: 5px 10px;
	width: 125px;
}

.navigation-logo svg {
	width: 100%;
}



/* @import url('//support.nuki.io/hc/assets/css/navigation.css'); */

/*-----------------------------
$NAVIGATION
-------------------------------*/
.nav {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0;
	padding-left: 210px;
}

.nav ul {
	list-style: none;
	margin-left: 0;
}

.nav ul>li,
.nav ul>li>a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.nav ul>li>a {
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 32px;
	padding-bottom: 33px;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.nav ul>li>a>span {
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	transition: all 0.2s ease;
	padding-bottom: 3px;
}

.nav>ul>li:hover>a>span,
.nav>ul>li.current-menu-item>a>span,
.nav>ul>li.current-menu-parent>a>span {
	border-bottom: 2px solid #fecb3f;
}

.nav ul>li>ul.sub-menu {
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	padding-top: 12px;
	display: none;
	text-align: center;
}

.nav ul>li>ul.sub-menu>li>a {
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 70px 35px 10px;
	color: rgba(0, 0, 0, .5);
	transition: all 0.1s ease;
}

.nav ul>li>ul.sub-menu>li>a:hover {
	color: rgba(0, 0, 0, 1);
}

.sub-smart-lock a,
.sub-bridge a,
.sub-opener a,
.sub-fob a,
.sub-box a,
.sub-android a,
.sub-ios a,
.sub-shop a,
.sub-standard a,
.sub-web a,
.sub-combo a,
.sub-family-combo a,
.sub-fob-deal a,
.sub-spare-parts a,
.sub-keypad a,
.sub-cylinder a,
.sub-keypad-combo a,
.sub-adapter a,
.sub-opener-combo a,
.sub-opener-set a,
.sub-power-pack a,
.sub-smart-door a,
.sub-ekey a,
.sub-installationservice a {
	position: relative;
}

.sub-smart-lock a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-smart-lock.svg) no-repeat center top transparent;
	width: 100%;
	height: 57px;
	left: 0;
	top: 0;
}

.sub-bridge a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-bridge.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 27px;
}

.sub-opener a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-opener.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 27px;
}

.sub-fob a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-fob.svg) no-repeat center top transparent;
	width: 100%;
	height: 33px;
	left: 0;
	top: 24px;
}

.sub-box a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-box.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 27px;
}

.sub-android a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-android-app.svg) no-repeat center top transparent;
	width: 100%;
	height: 40px;
	left: 0;
	top: 20px;
	background-size: contain;
}

.sub-ios a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-ios-app.svg) no-repeat center top transparent;
	width: 100%;
	height: 40px;
	left: 0;
	top: 20px;
	background-size: contain;
}

.sub-shop a:before {
	content: "";
	position: absolute;
	background: url(../img/cart-icon-big.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 28px;
	background-size: contain;
}

.sub-web a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-web.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 28px;
	background-size: contain;
}

.sub-standard a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-yellow-circle.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 25px;
}

.sub-combo a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-combo.svg) no-repeat center top transparent;
	width: 100%;
	height: 57px;
	left: 0;
	top: 0;
}

.sub-family-combo a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-family-combo.svg) no-repeat center top transparent;
	width: 100%;
	height: 57px;
	left: 0;
	top: 0;
}

.sub-fob-deal a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-fob-deal.svg) no-repeat center top transparent;
	width: 100%;
	height: 57px;
	left: 0;
	top: 31px;
}

.sub-spare-parts a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-spare-parts.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 27px;
}

.sub-keypad a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-keypad.svg) no-repeat center top transparent;
	width: 100%;
	height: 54px;
	left: 0;
	top: 5px;
}

.sub-cylinder a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-cylinder.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 28px;
}

.sub-keypad-combo a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-keypad-combo.svg) no-repeat center top transparent;
	width: 100%;
	height: 57px;
	left: 0;
	top: 0;
}

.sub-adapter a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-adapter.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 28px;
}

.sub-opener-combo a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-opener-combo.svg) no-repeat center top transparent;
	width: 100%;
	height: 57px;
	left: 0;
	top: 0;
}

.sub-opener-set a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-opener-set.svg) no-repeat center top transparent;
	width: 100%;
	height: 34px;
	left: 0;
	top: 26px;
}

.sub-power-pack a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-power-pack.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 27px;
}

.sub-smart-door a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-smart-door-nav.svg) no-repeat center top transparent;
	width: 100%;
	height: 50px;
	left: 0;
	top: 10px;
	background-size: contain;
}

.sub-ekey a:before {
	content: "";
	position: absolute;
	background: url(../img/nuki-ekey.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 27px;
}

.sub-installationservice a:before {
	content: "";
	position: absolute;
	background: url(../img/installationservice.svg) no-repeat center top transparent;
	width: 100%;
	height: 30px;
	left: 0;
	top: 28px;
	background-size: contain;
}


.nav-right {
	float: right;
	position: relative;
	z-index: 1;
}

#lang_sel {
	position: relative;
	z-index: 1;
	padding-top: 39px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
}

#lang_sel>ul>li {}

#lang_sel>ul>li>a {
	padding-left: 14px;
}

#lang_sel>ul>li>a>span {
	text-indent: -9999em;
	display: block;
}

#lang_sel>ul>li>ul {
	display: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin-right: -35px;
	background-color: #FFF;
}

ul.wpml-ls-sub-menu li a {
	padding: 0 0 0 10px;
}

#lang_sel>ul>li:hover>ul {
	display: block;
}

#lang_sel>ul>li>a {
	position: relative;
	background-position: right center !important;
}

#lang_sel>ul>li>a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 5px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC42MSIgaGVpZ2h0PSI2LjAxIiB2aWV3Qm94PSIwIDAgMTAuNjEgNi4wMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM5Mjk1OTY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5sYW5nLWRvd24tYXJyb3c8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwLjI1LDAuMzVMNS4zLDUuMywwLjM1LDAuMzUiLz48L3N2Zz4=) no-repeat center center transparent;
	position: absolute;
	right: -20px;
	top: 3px;
}

#lang_sel .icl-de a,
#lang_sel .icl-en a,
#lang_sel .icl-fr a,
#lang_sel .icl-nl a,
#lang_sel .icl-it a,
#lang_sel .icl-es a,
#lang_sel .icl-de span,
#lang_sel .icl-en span,
#lang_sel .icl-fr span,
#lang_sel .icl-nl span,
#lang_sel .icl-it span,
#lang_sel .icl-es span {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	color: #b3b3b3;
	font-size: 14px;
}

#lang_sel .icl-de,
#lang_sel .icl-en,
#lang_sel .icl-fr,
#lang_sel .icl-nl,
#lang_sel .icl-it,
#lang_sel .icl-es {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE0IDExIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmYzg2Njt9LmNscy0ye2ZpbGw6I2NjMjkwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRlPC90aXRsZT48cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHk9IjQiIHdpZHRoPSIxNCIgaGVpZ2h0PSIzIi8+PC9zdmc+) no-repeat left center transparent;
	height: 11px;
	display: block;
}

#lang_sel .icl-en {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE0IDExIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwMjQ3ZDt9LmNscy0ye2ZpbGw6I2ZmZjt9LmNscy0ze2ZpbGw6I2NmMTQyYjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkVOPC90aXRsZT48ZyBpZD0iZzMwNDciPjxwYXRoIGlkPSJwYXRoMzAyNSIgY2xhc3M9ImNscy0xIiBkPSJNMCwwVjExSDE0VjBIMFoiLz48cGF0aCBpZD0icGF0aDMwMTYiIGNsYXNzPSJjbHMtMiIgZD0iTTAsMFYxLjI0TDUuNDMsNS41LDAsOS43NlYxMUgxLjU3TDcsNi43NCwxMi40MywxMUgxNFY5Ljc2TDguNTcsNS41LDE0LDEuMjRWMEgxMi40M0w3LDQuMjYsMS41NywwSDBaIi8+PHBhdGggaWQ9InBhdGgzMDQzIiBjbGFzcz0iY2xzLTMiIGQ9Ik0wLDAuODNMNi40Nyw1LjkxLDAsMTFIMUw3LjUxLDUuOSwxNCwxMVYxMC4xN0w3LjUxLDUuMDksMTQsMEgxMi45Mkw2LjQ3LDUuMDgsMCwwVjAuODNaIi8+PHBhdGggaWQ9InBhdGgzMDEyIiBjbGFzcz0iY2xzLTIiIGQ9Ik01LjgzLDBWMy42N0gwVjcuMzNINS44M1YxMUg4LjE3VjcuMzNIMTRWMy42N0g4LjE3VjBINS44M1oiLz48cGF0aCBpZD0icGF0aDMwMTQiIGNsYXNzPSJjbHMtMyIgZD0iTTYuMywwVjQuNEgwVjYuNkg2LjNWMTFINy43VjYuNkgxNFY0LjRINy43VjBINi4zWiIvPjwvZz48L3N2Zz4=) no-repeat left center transparent;
}

#lang_sel .icl-fr {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxNCAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRUQyOTM5O30uc3Qxe2ZpbGw6I0ZGRkZGRjt9LnN0MntmaWxsOiMwMDIzOTU7fTwvc3R5bGU+PHRpdGxlPkVOPC90aXRsZT48cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTQiIGhlaWdodD0iMTEiLz48cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iOS4zIiBoZWlnaHQ9IjExIi8+PHJlY3QgY2xhc3M9InN0MiIgd2lkdGg9IjQuNyIgaGVpZ2h0PSIxMSIvPjwvc3ZnPg==) no-repeat left center transparent;
}

#lang_sel .icl-nl {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxNCAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMjE0NjhCO30uc3Qxe2ZpbGw6I0ZGRkZGRjt9LnN0MntmaWxsOiNBRTFDMjg7fTwvc3R5bGU+PHRpdGxlPkVOPC90aXRsZT48cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTQiIGhlaWdodD0iMTEiLz48cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMTQiIGhlaWdodD0iNy4zIi8+PHJlY3QgY2xhc3M9InN0MiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjMuNyIvPjwvc3ZnPg==) no-repeat left center transparent;
}

#lang_sel .icl-it {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxNCAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMDA5MjQ2O30uc3Qxe2ZpbGw6I0ZGRkZGRjt9LnN0MntmaWxsOiNDRTJCMzc7fTwvc3R5bGU+PHRpdGxlPmRlPC90aXRsZT48cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTQiIGhlaWdodD0iMTEiLz48cmVjdCB4PSI0LjciIGNsYXNzPSJzdDEiIHdpZHRoPSI5LjMiIGhlaWdodD0iMTEiLz48cmVjdCB4PSI5LjMiIGNsYXNzPSJzdDIiIHdpZHRoPSI0LjciIGhlaWdodD0iMTEiLz48L3N2Zz4=) no-repeat left center transparent;
}

#lang_sel .icl-es {
	background: url(../img/es.svg) no-repeat left center transparent;
}

#lang_sel .wpml-ls-sub-menu .icl-de,
#lang_sel .wpml-ls-sub-menu .icl-en,
#lang_sel .wpml-ls-sub-menu .icl-fr,
#lang_sel .wpml-ls-sub-menu .icl-nl,
#lang_sel .wpml-ls-sub-menu .icl-it,
#lang_sel .wpml-ls-sub-menu .icl-es {
	height: 20px;
}

.buy-now {
	float: left;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #fecb3f;
	border-radius: 22px;
	padding: 10px 28px;
	margin-top: 21px;
	background-color: #FFF;
	transition: all 0.2s ease;
}

.buy-now span {
	font-weight: bold;
}

.buy-now:hover {
	background-color: #fecb3f;
}

.mobile-menu-btn {
	display: none;
}

/*.cart-contents {
font-weight: bold;
text-transform: uppercase;
color: #999999;
text-decoration: none;
padding-left: 30px;
padding-right: 30px;
padding-top: 32px;
padding-bottom: 33px;
font-size: 14px;
letter-spacing: 0.05em;
display: inline-block;
float: right;
}*/
.cart-contents span {
	font-weight: bold;
}

.free-shipping-badge {
	position: absolute;
	right: 0;
	top: 70px;
	animation: rotatebadge 5s infinite;
	-moz-animation: rotatebadge 5s infinite;
	/* Firefox */
	-webkit-animation: rotatebadge 5s infinite;
	/* Webkit */
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

@media screen and (max-width: 768px) {
	.free-shipping-badge {
		display: none !important;
	}

	.free-shipping-bar {
		display: block !important;
	}
}


@keyframes rotatebadge {

	/* CSS3 */
	0% {
		transform: rotate(5deg);
		/* CSS3 */
		-moz-transform: rotate(5deg);
		/* Firefox */
		-webkit-transform: rotate(5deg);
		/* Webkit */
		-o-transform: rotate(5deg);
		/* Opera */
		-ms-transform: rotate(5deg);
		/* IE 9 */
	}

	50% {
		transform: rotate(0);
		/* CSS3 */
		-moz-transform: rotate(0);
		/* Firefox */
		-webkit-transform: rotate(0);
		/* Webkit */
		-o-transform: rotate(0);
		/* Opera */
		-ms-transform: rotate(0);
		/* IE 9 */
	}

	100% {
		transform: rotate(5deg);
		/* CSS3 */
		-moz-transform: rotate(5deg);
		/* Firefox */
		-webkit-transform: rotate(5deg);
		/* Webkit */
		-o-transform: rotate(5deg);
		/* Opera */
		-ms-transform: rotate(5deg);
		/* IE 9 */
	}
}

.free-shipping-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: RED;
	left: 0;
	text-align: center;
	font-size: 15px;
	padding: 2px 0;
	z-index: 1000;
}

.free-shipping-bar .white {
	padding-right: 10px;
}

.nav-help {
	float: left;
	text-decoration: none;
	padding-top: 33px;
	margin-right: 20px;
	text-transform: uppercase;
	color: #A6A6A6;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}

.nav-help:hover {
	color: #000;
	transition: 0.2s ease color;
}

.nav-help span {
	font-weight: bold;
}

.nav ul>li>div.sub-menu {
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: none;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

.sub-menu-wrap a {
	color: inherit;
	text-decoration: none;
}

.sub-menu-wrap a.sub-menu-img-item:hover div.grey-50 {
	transition: 0.2s ease color;
	color: #000;
}

.sub-menu-wrap .sub-menu-row a:hover {
	color: #666;
	transition: 0.2s ease color;
}

.sub-menu-img-item {
	display: flex;
}

.sub-menu-img-item .sub-menu-img {
	margin-right: 10px;
}

.sub-menu-discover {
	max-width: 1000px;
	margin: auto;
}

.sub-menu-row {
	display: flex;
}

.sub-menu-row>a {
	flex: 1;
}

.sub-menu-wrap.sub-menu-products {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: flex-start;
}

.sub-menu-products-column {
	margin: 0 15px;
}

.sub-menu-wrap.sub-menu-community {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-content: center;
	align-items: flex-start;
}

.sub-menu-community-column {
	margin: 0 15px;
}

.sub-menu-community-column a.sub-menu-img-item .sub-menu-nav {
	padding-top: 8px;
}

.sub-menu-community-column.sub-menu-community-blog-column {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}

.sub-menu-blog-img {
	margin-right: 15px;
}

.sub-menu-community-column a:hover {
	color: #666;
	transition: 0.2s ease color;
}

.mobile-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 44px;
	background-color: #FFF;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 80vh;
	overflow: scroll;
}

.mobile-menu a {
	color: inherit;
	text-decoration: none;
}

.mobile-menu-products,
.mobile-menu-discover,
.mobile-menu-community {
	padding: 10px 20px;
	display: flex;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.mobile-menu-blog-wrap {
	display: flex;
}

.mobile-menu-discover-col,
.mobile-menu-community-col {
	flex: 1;
}

.mobile-menu-check,
.mobile-menu-blog {
	padding: 10px 20px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}




/* @import url('//support.nuki.io/hc/assets/css/footer.css'); */

/*---------------------
FOOTER
-----------------------*/

.footer {
	background: #000;
	padding: 50px 74px 20px;
	color: #FFF;
}

.footer-wrap {
	overflow: hidden;
}

.footer-menus {}

.footer-menus ul.footer-menu {
	width: 25%;
	float: left;
	line-height: 30px;
}

.footer-menus .footer-menu-heading.hide-on-desktop {
	width: 100%;
	float: none;
	text-align: center;
	display: block;
}

.footer-menu>li>a {
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	transition: all 0.2s ease;
}

.footer-menu>li>a:hover {
	color: rgba(255, 255, 255, 1);
}

.footer-menu>li.footer-menu-heading>a {
	color: #FFF;
	font-size: 16px;
}

/*.footer-menu > li:first-child > a,*/
.footer-right h6,
.footer-menus .footer-menu-heading {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFF;
	font-family: "brandon-grotesque", "brandon-text", sans-serif;
}

.footer-menus .footer-menu-heading {
	padding-bottom: 5px;
}

.footer-right {
	float: right;
	width: 25%;
	text-align: right;
	line-height: 30px;
}

.footer-newsletter {
	margin-top: 5px;
}

.footer-newsletter input[type=email] {
	-webkit-appearance: none;
	border: none;
	border-right: 1px solid #000;
	height: 48px;
	width: 65%;
	padding: 10px;
	font-family: "brandon-grotesque", "brandon-text", sans-serif;
	font-size: 18px;
	float: left;
	border-radius: 0;
}

.footer-newsletter input[type=submit],
.footer-newsletter button[type=submit] {
	background-color: #fecb3f;
	color: #000;
	font-family: "brandon-grotesque", "brandon-text", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-appearance: none;
	border: none;
	font-weight: bold;
	height: 48px;
	width: 35%;
	border-radius: 0;
	text-align: center;
	padding: 0;
}

.footer-contact {
	float: left;
	color: #999999;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.03em;
	font-family: "brandon-text", "brandon-grotesque", sans-serif;

}

.footer-contact ul {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.footer-logo {
	width: 90px;
	float: left;
}

.footer-payment {
	margin-bottom: 7px;
	margin-top: 15px;
	width: auto;
	float: right;
}

.footer-divider {
	clear: both;
	float: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.1);
	margin-top: 40px;
	margin-bottom: 20px;
}

.footer-bottom {}

.footer-bottom .social {
	float: left;
}

.footer-bottom .social li {
	display: inline-block;
}

.footer-bottom .social a {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999em;
	opacity: 0.4;
	transition: all 0.2s ease;
}

.footer-bottom .social a:hover {
	opacity: 1;
}

.footer-bottom .twitter a {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDIwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnR3aXR0ZXI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI0LDIuMzdhOS42Niw5LjY2LDAsMCwxLTIuODMuOEE1LDUsMCwwLDAsMjMuMzQuMzdhOS43MSw5LjcxLDAsMCwxLTMuMTMsMS4yMkE0Ljg2LDQuODYsMCwwLDAsMTYuNjIsMGE1LDUsMCwwLDAtNC45Miw1LDUuMTksNS4xOSwwLDAsMCwuMTMsMS4xNUExMy44NiwxMy44NiwwLDAsMSwxLjY3LjkyLDUuMTIsNS4xMiwwLDAsMCwxLDMuNDZhNS4wOCw1LjA4LDAsMCwwLDIuMTksNC4yQTQuODIsNC44MiwwLDAsMSwxLDdWNy4xYTUsNSwwLDAsMCwzLjk1LDUsNC44MSw0LjgxLDAsMCwxLTIuMjIuMDksNSw1LDAsMCwwLDQuNiwzLjUxQTkuNzQsOS43NCwwLDAsMSwwLDE3LjczLDEzLjY5LDEzLjY5LDAsMCwwLDcuNTUsMjBjOS4wNiwwLDE0LTcuNywxNC0xNC4zNywwLS4yMiwwLTAuNDQsMC0wLjY1QTEwLjE1LDEwLjE1LDAsMCwwLDI0LDIuMzdaIi8+PC9zdmc+) no-repeat center center transparent;
}

.footer-bottom .facebook a {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmZhY2Vib29rPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOS44LDBIMi4yQTIuMjEsMi4yMSwwLDAsMCwwLDIuMlYxOS44QTIuMjEsMi4yMSwwLDAsMCwyLjIsMjJINi44VjEzLjI0SDV2LTNINi44VjguNDJjMC0yLjQ2LDEtMy45MiwzLjkyLTMuOTJoMi40MXYzSDExLjYzYy0xLjEzLDAtMS4yLjQyLTEuMiwxLjIxdjEuNTFoMi43M2wtMC4zMiwzSDEwLjQyVjIySDE5LjhBMi4yMSwyLjIxLDAsMCwwLDIyLDE5LjhWMi4yQTIuMjEsMi4yMSwwLDAsMCwxOS44LDBaIi8+PC9zdmc+) no-repeat center center transparent;
}

.footer-bottom .youtube {
	margin-left: 7px;
}

.footer-bottom .youtube a {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDMyIDIyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnlvdXR1YmU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMxLjY4LDQuNzVhNi42Nyw2LjY3LDAsMCwwLTEuMjctMy4xQTQuNjQsNC42NCwwLDAsMCwyNy4yLjMyQzIyLjcyLDAsMTYsMCwxNiwwaDBTOS4yOCwwLDQuOC4zMkE0LjY0LDQuNjQsMCwwLDAsMS41OSwxLjY0LDYuNjcsNi42NywwLDAsMCwuMzIsNC43NSw0Ni4yNiw0Ni4yNiwwLDAsMCwwLDkuODF2Mi4zN2E0Ni4yNiw0Ni4yNiwwLDAsMCwuMzIsNS4wNiw2LjY3LDYuNjcsMCwwLDAsMS4yNywzLjEsNS41LDUuNSwwLDAsMCwzLjUzLDEuMzRDNy42OCwyMS45MywxNiwyMiwxNiwyMnM2LjcyLDAsMTEuMi0uMzNhNC42Myw0LjYzLDAsMCwwLDMuMjEtMS4zMyw2LjY3LDYuNjcsMCwwLDAsMS4yNy0zLjFBNDYuMzMsNDYuMzMsMCwwLDAsMzIsMTIuMThWOS44MUE0Ni4zMyw0Ni4zMywwLDAsMCwzMS42OCw0Ljc1Wm0tMTksMTAuMzFWNi4yN2w4LjY1LDQuNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+) no-repeat center center transparent;
}

.footer-bottom .blog a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjIycHgiIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjx0aXRsZT5mYWNlYm9vazwvdGl0bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LjgsMEgyLjJDMSwwLDAsMSwwLDIuMnYxNy42QzAsMjEsMSwyMiwyLjIsMjJoMTcuNmMxLjIsMCwyLjItMSwyLjItMi4yVjIuMkMyMiwxLDIxLDAsMTkuOCwweiBNNi4yLDE3LjdjLTEsMC0xLjgtMC44LTEuOC0xLjhTNS4yLDE0LDYuMiwxNFM4LDE0LjgsOCwxNS44UzcuMiwxNy43LDYuMiwxNy43eiBNMTAuNiwxNy43YzAtMy41LTIuOC02LjItNi4yLTYuMlY4LjhjNC45LDAsOC44LDQsOC44LDguOGgtMi42VjE3Ljd6IE0xNSwxNy43QzE1LDExLjgsMTAuMiw3LDQuMyw3VjQuM2M3LjQsMCwxMy4zLDYsMTMuMywxMy4zSDE1VjE3Ljd6Ii8+PC9zdmc+) no-repeat center center transparent;
}

.footer-bottom .instagram a {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZD0iTTExIDUuNGMtMy4xIDAtNS42IDIuNS01LjYgNS42czIuNSA1LjYgNS42IDUuNiA1LjYtMi41IDUuNi01LjYtMi41LTUuNi01LjYtNS42em0wIDkuM2MtMiAwLTMuNy0xLjYtMy43LTMuN1M5IDcuMyAxMSA3LjMgMTQuNyA5IDE0LjcgMTEgMTMgMTQuNyAxMSAxNC43em03LjItOS42YzAgLjctLjYgMS4zLTEuMyAxLjMtLjcgMC0xLjMtLjYtMS4zLTEuM3MuNi0xLjMgMS4zLTEuMyAxLjMuNiAxLjMgMS4zem0zLjcgMS40Yy0uMS0xLjgtLjUtMy4zLTEuOC00LjZDMTguOC42IDE3LjMuMiAxNS41LjFjLTEuOC0uMS03LjItLjEtOSAwLTEuOC4xLTMuNC41LTQuNiAxLjdTLjIgNC43LjEgNi41Yy0uMSAxLjgtLjEgNy4yIDAgOSAuMSAxLjguNSAzLjMgMS44IDQuNnMyLjggMS43IDQuNiAxLjhjMS44LjEgNy4zLjEgOS4xIDAgMS44LS4xIDMuMy0uNSA0LjYtMS44IDEuMy0xLjMgMS43LTIuOCAxLjgtNC42IDAtMS44IDAtNy4yLS4xLTl6bS0yLjMgMTFjLS40IDEtMS4xIDEuNy0yLjEgMi4xLTEuNS42LTQuOS40LTYuNS40cy01IC4xLTYuNS0uNGMtMS0uNC0xLjctMS4xLTIuMS0yLjFDMS45IDE2IDIgMTIuNiAyIDExcy0uMS01IC40LTYuNWMuNC0xIDEuMS0xLjcgMi4xLTIuMUM2IDEuOCA5LjQgMiAxMSAyczUtLjEgNi41LjRjMSAuNCAxLjcgMS4xIDIuMSAyLjEuNiAxLjUuNCA0LjkuNCA2LjVzLjIgNS0uNCA2LjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center center transparent;
}

.footer-bottom .linkedin a {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZD0iTTIyIDEuNnYxOC44YzAgLjktLjcgMS42LTEuNiAxLjZIMS42Qy43IDIyIDAgMjEuMyAwIDIwLjRWMS42QzAgLjcuNyAwIDEuNiAwaDE4LjljLjggMCAxLjUuNyAxLjUgMS42ek02LjkgNWMwLTEtLjgtMS45LTEuOS0xLjktMSAwLTEuOS45LTEuOSAxLjlTNCA2LjkgNSA2LjkgNi45IDYuMSA2LjkgNXptLS4yIDEzLjlWOC40SDMuNHYxMC41aDMuM3ptMTIuMi01LjhjMC0yLjgtLjYtNS0zLjktNS0xLjYgMC0yLjcuOS0zLjEgMS43VjguNEg4Ljd2MTAuNUgxMnYtNS4yYzAtMS40LjMtMi43IDItMi43czEuNyAxLjYgMS43IDIuOHY1LjFIMTl2LTUuOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center center transparent;
}

.footer-secondary {
	float: right;
}

.footer-secondary ul {
	float: right;
}

.footer-secondary li {
	display: inline-block;
}

.footer-secondary a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 0 15px;
	letter-spacing: 0.05em;
	transition: all 0.2s ease;
}

.footer-secondary a:hover {
	color: rgba(255, 255, 255, 1);
}

.footer-secondary li:last-child a {
	padding-right: 0;
}

.footer .blog-subscribe-btn {
	font-size: 13px;
}

.footer #lang_sel {
	float: right;
	background-color: #000;
	padding-top: 4px;
	margin-left: 10px;
}

.footer #lang_sel>ul>li>ul {
	z-index: 9999;
	position: absolute;
	width: 272px;
	height: 35px;
	right: 55px;
	bottom: 0px;
}

.footer #lang_sel>ul>li>ul>li {
	padding-right: 10px;
	display: inline-block;
}

.wpml-ls wpml-ls-legacy-dropdown>ul>li {
	position: relative;
}

@media screen and (max-width:768px) {
	.footer #lang_sel>ul>li>ul {
		width: auto;
		height: auto
	}

	ul.wpml-ls-sub-menu li a {
		padding-right: 0 !important;
	}
}

body.overlay-open,
html.overlay-open {
	overflow: hidden;
}


.language-overlay-wrap {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
}

.language-overlay-fullscreen {
	margin: 0;
	width: 100%;
	height: 100%;
}

.language-overlay-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	max-width: 100%;
	z-index: 9000;
	overflow-y: scroll;
	overflow-x: hidden;
}

.language-overlay {
	background-color: #FFF;
	max-width: 1334px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#language-overlay-close {
	text-decoration: none;
	color: #808080;
	font-size: 50px;
	font-weight: lighter;
	position: absolute;
	right: 20px;
	top: 0;
}

#shopLanguageChooser,
.language-overlay-chooser a {
	position: relative;
	padding-left: 40px;
}

.language-overlay-chooser a {
	text-decoration: none;
	color: #000;
}

.language-overlay-chooser a:hover {
	text-decoration: underline;
}

#shopLanguageChooser:before,
.language-overlay-chooser a:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	left: 10px;
	top: -1px;
	display: inline-block;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}

.language-overlay-chooser a:before {
	width: 30px;
	height: 30px;
	left: 0px;
	top: -2px;
	background-size: 30px 30px;
}

#shopLanguageChooser.DE:before,
.language-overlay-chooser .DE:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/DE.png);
}

#shopLanguageChooser.AT:before,
.language-overlay-chooser .AT:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/AT.png);
}

#shopLanguageChooser.FR:before,
.language-overlay-chooser .FR:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/FR.png);
}

#shopLanguageChooser.ES:before,
.language-overlay-chooser .ES:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/ES.png);
}

#shopLanguageChooser.de_CH:before,
#shopLanguageChooser.fr_CH:before,
#shopLanguageChooser.it_CH:before,
.language-overlay-chooser .de_CH:before,
.language-overlay-chooser .fr_CH:before,
.language-overlay-chooser .it_CH:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/CH.png);
}

#shopLanguageChooser.NL:before,
.language-overlay-chooser .NL:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/NL.png);
}

#shopLanguageChooser.IT:before,
.language-overlay-chooser .IT:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/IT.png);
}

#shopLanguageChooser.en_GB:before,
.language-overlay-chooser .en_GB:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/UK.png);
}

#shopLanguageChooser.en_AU:before,
.language-overlay-chooser .en_AU:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/AU.png);
}

#shopLanguageChooser.en_NZ:before,
.language-overlay-chooser .en_NZ:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/NZ.png);
}

#shopLanguageChooser.en:before,
#shopLanguageChooser.EN:before,
.language-overlay-chooser .en:before,
.language-overlay-chooser .EN:before {
	background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/INT.png);
	background-color: #FFF;
	border-radius: 50%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {

	#shopLanguageChooser.DE:before,
	.language-overlay-chooser .DE:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/DE.png);
	}

	#shopLanguageChooser.AT:before,
	.language-overlay-chooser .AT:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/AT.png);
	}

	#shopLanguageChooser.FR:before,
	.language-overlay-chooser .FR:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/FR.png);
	}

	#shopLanguageChooser.ES:before,
	.language-overlay-chooser .ES:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/ES.png);
	}

	#shopLanguageChooser.de_CH:before,
	#shopLanguageChooser.fr_CH:before,
	#shopLanguageChooser.it_CH:before,
	.language-overlay-chooser .de_CH:before,
	.language-overlay-chooser .fr_CH:before,
	.language-overlay-chooser .it_CH:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/CH.png);
	}

	#shopLanguageChooser.NL:before,
	.language-overlay-chooser .NL:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/NL.png);
	}

	#shopLanguageChooser.IT:before,
	.language-overlay-chooser .IT:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/IT.png);
	}

	#shopLanguageChooser.en_GB:before,
	.language-overlay-chooser .en_GB:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/UK.png);
	}

	#shopLanguageChooser.en_AU:before,
	.language-overlay-chooser .en_AU:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/AU.png);
	}

	#shopLanguageChooser.en_NZ:before,
	.language-overlay-chooser .en_NZ:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/NZ.png);
	}

	#shopLanguageChooser.en:before,
	#shopLanguageChooser.EN:before,
	.language-overlay-chooser .en:before,
	.language-overlay-chooser .EN:before {
		background-image: url(https://nuki.io/wp-content/themes/nuki/assets/img/INT.png);
		background-color: #FFF;
		border-radius: 50%;
	}
}


/* @import url('//support.nuki.io/hc/assets/css/fancybox.min.css'); */
body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 20px 0;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
	/*position: relative;*/
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('https://nuki.io/wp-content/themes/nuki/assets/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://nuki.io/wp-content/themes/nuki/assets/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://nuki.io/wp-content/themes/nuki/assets/img/blank.gif');
	/* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://nuki.io/wp-content/themes/nuki/assets/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url('https://nuki.io/wp-content/themes/nuki/assets/img/fancybox_sprite@2x.png');
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://nuki.io/wp-content/themes/nuki/assets/img/fancybox_loading@2x.gif');
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}


/* @import url('//support.nuki.io/hc/assets/css/media-queries.css'); */
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	.nav ul>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.store-locator-pin span {
		display: none;
	}

	.store-locator-pin {
		margin-right: 0px;
	}

	.buy-now {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 1024px) {
	.header-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	header .hide-on-mobile {
		display: none;
	}

	.nav {
		padding-left: 150px;
	}

	.nav ul>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.nuki-products {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.admin-bar .header {
		top: 46px;
	}

	#wpadminbar {
		position: fixed;
	}

	.wrapper {}

	.mobile-menu-btn {
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		width: 44px;
		height: 44px;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		cursor: pointer;
		padding: 10px;
	}

	.mobile-menu-btn span {
		display: block;
		position: absolute;
		height: 2px;
		width: 22px;
		background: #000;
		opacity: 1;
		left: 10px;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}

	.mobile-menu-btn span:nth-child(1) {
		top: 13px;
	}

	.mobile-menu-btn span:nth-child(2),
	.mobile-menu-btn span:nth-child(3) {
		top: 21px;
	}

	.mobile-menu-btn span:nth-child(4) {
		top: 29px;
	}

	.mobile-menu-btn.open span:nth-child(1) {
		top: 21px;
		width: 0%;
		left: 50%;
	}

	.mobile-menu-btn.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mobile-menu-btn.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.mobile-menu-btn.open span:nth-child(4) {
		top: 21px;
		width: 0%;
		left: 50%;
	}

	.nav-help {
		display: none;
	}

	.mobile-menu.open {
		display: block;
	}

	.header {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.header-wrap {
		height: 44px;
	}

	.header .logo {
		background-position: left center;
		background-size: contain;
		height: 25px;
		width: 58px;
		margin-top: 6px;
		left: 50%;
		margin-left: -29px;
		z-index: 10;
	}

	.nav {
		position: absolute;
		left: auto;
		right: -80%;
		width: 80%;
		background-color: #FFF;
		transition: all 0.2s ease;
		text-align: left;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		padding-left: 0;
	}

	.nav.active {
		right: 0;
		z-index: 10;
	}

	.nav-right {
		float: none;
		right: 0px;
		position: absolute;
		top: 11px;
		width: 100%;
	}

	.nav ul>li,
	.nav ul>li>a {
		display: block;
	}

	.nav ul>li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.nav ul>li:last-child {
		border-bottom: 0;
	}

	.nav ul>li>a {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.nav ul>li>a>span {
		border-bottom: none;
	}

	.nav ul>li:hover>a>span {
		border-bottom: none;
	}

	.nav ul>li>ul.sub-menu {
		/*display: block;*/
		position: relative;
		padding-top: 0;
	}

	.nav ul>li>ul.sub-menu>li>a {
		padding: 15px 14px 15px 55px;
	}

	.sub-smart-lock a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 30px;
		top: 7px;
	}

	.sub-bridge a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 16px;
		top: 15px;
	}

	.sub-opener a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 16px;
		top: 15px;
	}

	.sub-fob a:before {
		background-size: contain;
		background-position: left 22px top 0;
		height: 16px;
		top: 16px;
	}

	.sub-box a:before {
		background-size: contain;
		background-position: left 22px top 0;
		height: 16px;
		top: 16px;
	}

	.sub-standard a:before {
		background-size: contain;
		background-position: left 22px top 0;
		height: 16px;
		top: 16px;
	}

	.sub-android a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 18px;
		top: 14px;
	}

	.sub-ios a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 18px;
		top: 14px;
	}

	.sub-shop a:before {
		background-size: contain;
		background-position: left 18px top 0;
		height: 18px;
		top: 14px;
	}

	.sub-web a:before {
		background-size: contain;
		background-position: left 18px top 0;
		height: 18px;
		top: 14px;
	}

	.sub-combo a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 20px;
		top: 11px;
		left: -4px;
	}

	.sub-family-combo a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 20px;
		top: 12px;
		left: -13px;
	}

	.sub-fob-deal a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 17px;
		top: 13px;
		left: -13px;
	}

	.sub-keypad a:before {
		background-size: contain;
		background-position: left 22px top 0;
		height: 26px;
		top: 10px;
	}

	.sub-spare-parts a:before {
		content: "";
		position: absolute;
		background: url(https://nuki.io/wp-content/themes/nuki/assets/img/nuki-spare-parts.svg) no-repeat center top transparent;
		width: 100%;
		left: -6px;
		background-size: contain;
		background-position: left 22px top 0;
		height: 22px;
		top: 12px;
	}

	.sub-cylinder a:before {
		background-size: contain;
		background-position: left 22px top 0;
		left: -2px;
		background-position: left 22px top 0;
		height: 18px;
		top: 14px;
	}

	.sub-keypad-combo a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 20px;
		top: 12px;
		left: -13px;
	}

	.sub-adapter a:before {
		background-size: contain;
		background-position: left 22px top 0;
		left: -2px;
		background-position: left 22px top 0;
		height: 18px;
		top: 14px;
	}

	.sub-opener-combo a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 20px;
		top: 12px;
		left: -13px;
	}

	.sub-opener-set a:before {
		background-size: contain;
		background-position: left 20px top 0;
		height: 14px;
		top: 17px;
		left: -6px;
	}

	.sub-power-pack a:before {
		background-size: contain;
		background-position: left 16px top 0;
		height: 22px;
		top: 8px;
	}

	.sub-smart-door a:before {
		background-size: contain;
		background-position: left 14px top 0;
		height: 30px;
		top: 8px;
	}

	.sub-ekey a:before {
		background-size: contain;
		background-position: left 15px top 0px;
		height: 22px;
		top: 13px;
	}

	.sub-installationservice a:before {
		background-size: contain;
		background-position: left 18px top 0;
		height: 18px;
		top: 14px;
	}

	#lang_sel {
		padding-top: 8px;
	}

	.foto-slide,
	.big-slide {
		min-height: inherit;
	}

	.foto-slide-wrap,
	.section-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.www-menu .buy-now {
		border: none;
		/* border-bottom: 2px solid #fecb3f; */
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
		margin-right: auto;
		margin-top: auto;
		padding-bottom: 0;
		float: none;
		/* display: none; */
		font-size: 0;
		width: 44px;
		height: 44px;
		position: absolute;
		right: 0;
		background: url(https://nuki.io/wp-content/themes/nuki/assets/img/cart-icon.svg) no-repeat center center;
		padding-top: 0;
		top: -10px;
	}

	.woocommerce-cart .shop-menu .buy-now {
		display: none;
	}

	.cart-contents {
		padding: 10px 15px;
		margin-right: 54px;
		text-indent: -9999em;
		background: url(https://nuki.io/wp-content/themes/nuki/assets/img/cart-icon.svg) no-repeat center center;
		margin-top: -9px;
		right: 0px;
		position: absolute;
		border: none;
		display: inline-block;
	}

	.cart-contents-count {
		position: absolute;
		z-index: 10;
		background: #fecb3f;
		right: 36px;
		width: 20px;
		height: 20px;
		color: #000;
		text-indent: 0;
		border-radius: 100%;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
	}

	.blog-tile {
		width: 100%;
		margin: 0px auto 30px;
	}

	.footer-menus {
		width: 100%;
	}

	.footer-menus ul.footer-menu {
		width: 100%;
		float: none;
		line-height: 30px;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer-right {
		float: none;
		text-align: center;
		width: 100%;
	}

	.footer-bottom .social {
		float: none;
		text-align: center;
	}

	.footer-secondary {
		text-align: center;
		float: none;
	}

	.footer-secondary li:last-child a:not(.wpml-ls-item a) {
		padding-right: 15px;
	}

	.search-field input[type="search"] {
		/*width: 280px;*/
	}

	.foto-slide {
		position: relative;
	}

	.foto-slide:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.foto-slide.dark-after:before {
		background-color: rgba(0, 0, 0, 0.3);
	}

	.foto-slide.no-bg {
		background-image: none !important;
	}

	.foto-slide.no-bg:before {
		background-color: rgba(0, 0, 0, 0);
	}

	.foto-slide-wrap,
	.section-wrap {
		position: relative;
		z-index: 10;
	}


	.security-feature {
		width: 100%;
		text-align: left;
		padding-bottom: 30px;
	}

	.support-child-post-list {
		width: 100%;
		position: relative;
		left: 0;
	}

	.support-child-post-list li {
		margin-left: 0px;
		padding-left: 15px;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	}

	.support-child-category-list>li>a {
		margin-bottom: 0;
		padding-left: 15px;
	}

	.nuki-button,
	.aluminium,
	.led-ring,
	.bluetooth,
	.batteries {
		position: relative;
		margin: 0;
		text-align: left !important;
		margin-bottom: 20px;
	}


	.m-text-left {
		text-align: left;
	}

	.m-text-right {
		text-align: right;
	}

	.m-text-center {
		text-align: center;
	}

	.management figure {
		width: 50%;
	}

	.image-left-bottom {
		background-size: contain;
		background-position: center center;
	}


	.app-switch-list {
		line-height: normal;
		padding-left: 50px;
	}

	.switch-app {
		font-size: 20px;
	}

	.tabs-menu {
		height: auto;
	}

	.tabs-menu li {
		height: auto;
		line-height: 44px;
	}

	.tabs-menu li span {
		padding: 0;
	}

	.support-child-container {
		height: auto;
	}

	.support-child-category-list {
		position: relative;
	}

	.ireq {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.invite-btn {
		font-size: 17px;
		padding: 11px 14px;
	}

	.hide-768 {
		display: none !important;
	}

	.show-768 {
		display: block !important;
	}

	.m-no-border {
		border: none !important;
	}

	.faq-item {
		padding: 15px 00px;
	}

	.faq-item__title {
		font-size: 18px;
	}

	.faq-item__article-content {
		margin-top: 1rem;
		font-size: 16px;
	}

	.search-form {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 769px) {
	.show-769 {
		display: block !important;
	}

	.hide-769 {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.combo-start {
		background-position: center center;
		min-height: 550px;
	}

	.foto-slide.no-tp:before {
		background-color: rgba(0, 0, 0, 0);
	}

	.tablet-prefix-0 {
		margin-left: 0%;
	}

	.tablet-suffix-0 {
		margin-right: 0%;
	}

	.foto-slide-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.tablet-show {
		display: block !important;
	}

	.tablet-image-left-bottom {
		background-position: left bottom;
	}

	.blog-tile {
		text-align: center;
	}

	.blog-tile p {
		text-align: left;
	}

	.tablet-landscape-hide {
		display: none !important;
	}

	.foto-slide.tablet-landscape-no-bg {
		background-image: none !important;
	}

	.foto-slide.tablet-landscape-no-bg:before {
		background-color: rgba(0, 0, 0, 0);
	}

	.tablet-landscape-grid-100 {
		width: 100%;
	}
}

@media screen and (max-width: 768px) and (min-width: 481px) {
	.combo-start {
		padding: 0px 0 150px;
		background-position: center center;
	}

	.combo-start:before {
		background: none;
	}

	.tablet-grid-100 {
		width: 100%;
	}

	.tablet-prefix-0 {
		margin-left: 0%;
	}

	.tablet-suffix-0 {
		margin-right: 0%;
	}

	.tablet-show {
		display: block !important;
	}

	.tablet-image-left-bottom {
		background-position: left bottom;
	}

	.blog-tile {
		text-align: center;
	}

	.blog-tile p {
		text-align: left;
	}

}

@media screen and (max-width: 767px) {
	.shop-front-tile {
		width: 100%;
		height: 445px;
		float: none;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100% !important;
	}

	.nuki-button:after,
	.aluminium:after,
	.led-ring:after,
	.bluetooth:after,
	.batteries:after {
		height: 0;
	}

	.ios-app {
		display: none;
	}

	.app-switch-list {
		padding-left: 50px
	}
}

@media screen and (max-width: 768px) {
	.search-field input[type="search"] {
		/*width: 210px;*/
	}

	.page-template-landingpage-template .video-wrapper {
		padding-bottom: 55%;
	}

	.footer-menus .footer-menu-heading {
		width: 100%;
		text-align: center;
	}
}


@media screen and (max-width: 768px) {
	.m-f-8 {
		font-size: 8px;
	}

	.m-f-9 {
		font-size: 9px;
	}

	.m-f-10 {
		font-size: 10px;
	}

	.m-f-11 {
		font-size: 11px;
	}

	.m-f-12 {
		font-size: 12px;
	}

	.m-f-13 {
		font-size: 13px;
	}

	.m-f-14 {
		font-size: 14px;
	}

	.m-f-15 {
		font-size: 15px;
	}

	.m-f-16 {
		font-size: 16px;
	}

	.m-f-17 {
		font-size: 17px;
	}

	.m-f-18 {
		font-size: 18px;
	}

	.m-f-19 {
		font-size: 19px;
	}

	.m-f-20 {
		font-size: 20px;
	}

	.m-f-21 {
		font-size: 21px;
	}

	.m-f-22 {
		font-size: 22px;
	}

	.m-f-23 {
		font-size: 23px;
	}

	.m-f-24 {
		font-size: 24px;
	}

	.m-f-25 {
		font-size: 25px;
	}

	.m-f-26 {
		font-size: 26px;
	}

	.m-f-27 {
		font-size: 27px;
	}

	.m-f-28 {
		font-size: 28px;
	}

	.m-f-29 {
		font-size: 29px;
	}

	.m-f-30 {
		font-size: 30px;
	}

	.m-f-31 {
		font-size: 31px;
	}

	.m-f-32 {
		font-size: 32px;
	}

	.m-f-33 {
		font-size: 33px;
	}

	.m-f-34 {
		font-size: 34px;
	}

	.m-f-35 {
		font-size: 35px;
	}

	.m-f-36 {
		font-size: 36px;
	}

	.m-f-37 {
		font-size: 37px;
	}

	.m-f-38 {
		font-size: 38px;
	}

	.m-f-39 {
		font-size: 39px;
	}

	.m-f-40 {
		font-size: 40px;
	}

	.m-f-41 {
		font-size: 41px;
	}

	.m-f-42 {
		font-size: 42px;
	}

	.m-f-43 {
		font-size: 43px;
	}

	.m-f-44 {
		font-size: 44px;
	}

	.m-f-45 {
		font-size: 45px;
	}

	.m-f-46 {
		font-size: 46px;
	}

	.m-f-47 {
		font-size: 47px;
	}

	.m-f-48 {
		font-size: 48px;
	}

	.m-f-49 {
		font-size: 49px;
	}

	.m-f-50 {
		font-size: 50px;
	}

	.m-f-51 {
		font-size: 51px;
	}

	.m-f-52 {
		font-size: 52px;
	}

	.m-f-53 {
		font-size: 53px;
	}

	.m-f-54 {
		font-size: 54px;
	}

	.m-f-55 {
		font-size: 55px;
	}

	.m-f-56 {
		font-size: 56px;
	}

	.m-f-57 {
		font-size: 57px;
	}

	.m-f-58 {
		font-size: 58px;
	}

	.m-f-59 {
		font-size: 59px;
	}

	.m-f-60 {
		font-size: 60px;
	}

	.m-f-61 {
		font-size: 61px;
	}

	.m-f-62 {
		font-size: 62px;
	}

	.m-f-63 {
		font-size: 63px;
	}

	.m-f-64 {
		font-size: 64px;
	}

	.m-f-65 {
		font-size: 65px;
	}

	.m-f-66 {
		font-size: 66px;
	}

	.m-f-67 {
		font-size: 67px;
	}

	.m-f-68 {
		font-size: 68px;
	}

	.m-f-69 {
		font-size: 69px;
	}

	.m-f-70 {
		font-size: 70px;
	}

	.m-f-71 {
		font-size: 71px;
	}

	.m-f-72 {
		font-size: 72px;
	}

	.m-f-73 {
		font-size: 73px;
	}

	.m-f-74 {
		font-size: 74px;
	}

	.m-f-75 {
		font-size: 75px;
	}

	.m-f-76 {
		font-size: 76px;
	}

	.m-f-77 {
		font-size: 77px;
	}

	.m-f-78 {
		font-size: 78px;
	}

	.m-f-79 {
		font-size: 79px;
	}

	.m-f-80 {
		font-size: 80px;
	}

	.m-f-81 {
		font-size: 81px;
	}

	.m-f-82 {
		font-size: 82px;
	}

	.m-f-83 {
		font-size: 83px;
	}

	.m-f-84 {
		font-size: 84px;
	}

	.m-f-85 {
		font-size: 85px;
	}

	.m-f-86 {
		font-size: 86px;
	}

	.m-f-87 {
		font-size: 87px;
	}

	.m-f-88 {
		font-size: 88px;
	}

	.m-f-89 {
		font-size: 89px;
	}

	.m-f-90 {
		font-size: 90px;
	}

	.m-f-91 {
		font-size: 91px;
	}

	.m-f-92 {
		font-size: 92px;
	}

	.m-f-93 {
		font-size: 93px;
	}

	.m-f-94 {
		font-size: 94px;
	}

	.m-f-95 {
		font-size: 95px;
	}

	.m-f-96 {
		font-size: 96px;
	}

	.m-f-97 {
		font-size: 97px;
	}

	.m-f-98 {
		font-size: 98px;
	}

	.m-f-99 {
		font-size: 99px;
	}

	.m-f-100 {
		font-size: 100px;
	}
}



/* @import url('//support.nuki.io/hc/assets/css/ytv.css'); */
/*
 * YouTube TV
 */

/*
 * Base Canvas
 */
.ytv-canvas {
	display: block;
	background: #282828;
	overflow: hidden;
	font-family: arial, sans-serif;
}

.ytv-canvas ::-webkit-scrollbar {
	border-left: 1px solid #000;
	width: 10px;
}

.ytv-canvas ::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.1);
}

/*
 * Video
 */
.ytv-video {
	position: absolute;
	top: 0;
	right: 300px;
	bottom: 0;
	left: 0;
	height: 100%;
}

.ytv-video iframe {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	display: block;
}

/*
 * List
 */
.ytv-list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 300px;
}

.ytv-list-inner {
	overflow: auto;
	position: absolute;
	top: 52px;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
}

.ytv-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ytv-list .ytv-active a {
	border-left: 2px solid #fff;
	background: rgba(255, 255, 255, 0.05);
	;
}

.ytv-list a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FEFEFE;
	padding: 10px;
	padding-left: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 2px solid transparent;
}

.ytv-list a b {
	max-height: 45px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.ytv-list li:first-child a {
	border-top: none;
}

.ytv-list li:last-child a {
	border-bottom: none;
}

.ytv-list a:hover,
.ytv-list-header .ytv-playlists a:hover {
	background: rgba(255, 255, 255, 0.05);
}

.ytv-list a:active,
.ytv-list-header .ytv-playlists a:active {
	background: rgba(0, 0, 0, 0.05);
}

.ytv-list .ytv-content {
	padding-left: 125px;
}

.ytv-list .ytv-thumb-stroke {
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	z-index: 2;
	outline: 1px solid rgba(255, 255, 255, 0.1);
}

.ytv-list .ytv-thumb {
	float: left;
	position: relative;
	outline: 1px solid rgba(0, 0, 0, 0.5);
}

.ytv-list .ytv-thumb img {
	width: 120px;
	display: block;
}

.ytv-list .ytv-thumb span {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #eee;
	background: rgba(0, 0, 0, 0.7);
	font-size: 11px;
	font-weight: bold;
	padding: 0px 4px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ytv-views {
	display: block;
	margin-top: 5px;
	font-size: 10px;
	font-weight: normal;
	opacity: 0.3;
}


.ytv-list-header {
	height: 52px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ytv-list-header a {
	background: rgba(255, 255, 255, 0.05);
	position: relative;
	z-index: 10;
}

.ytv-list-header img,
.ytv-list .ytv-playlists .ytv-thumb img {
	width: 30px;
	vertical-align: middle;
}

.ytv-list-header span {
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

/*
 * Playlists
 */
.ytv-playlists {
	z-index: 9;
	position: absolute;
	background: #282828;
	top: 52px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	display: none;
}

.ytv-playlists img,
.ytv-list-header img {
	float: left;
}

.ytv-playlists a span,
.ytv-list-header a span {
	white-space: nowrap;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ytv-list-header>a span {
	line-height: 30px;
}

.ytv-list-header .ytv-playlists a {
	background: none;
}

.ytv-playlist-open .ytv-playlists {
	display: block;
}

/*
 * Modifiers
 */
.ytv-relative {
	position: relative;
	width: 100%;
	height: 100%;
}

.ytv-full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

.ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.ytv-has-playlists .ytv-arrow {
	display: inline-block;
}

.ytv-playlist-open .ytv-arrow {
	border-color: transparent;
	border-bottom-color: rgba(0, 0, 0, 0.4);
	top: -10px;
}

.ytv-list-header a:after,
.ytv-clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.custom-anguage-selector>ul>li {
	position: relative;
}

.custom-anguage-selector>ul>li:hover .lang-submenu {
	display: flex;
}

.lang-submenu {
	display: none;
	flex-direction: column;
	position: absolute;
	bottom: 23px;
	z-index: 10;
	background: #FFF;
	right: 0;
	width: 230px;
	padding: 5px 10px;
	text-align: right;
}

.lang-submenu a {
	color: #333;
}

.lang-submenu a:hover {
	color: #666;
	text-decoration: underline;
}

.zen-article-body .grid-70 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.zen-article-body p {
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
	margin-bottom: 10px;
	color: #404040;
	font-size: 20px;
	line-height: 1.5em;
}

.article-sidebar .sidenav-title {
	padding-left: 5px;
}

.collapsible-sidebar-body li {
	margin-bottom: 5px;
}

.collapsible-sidebar-body a,
.related-articles a {
	text-decoration: none;
	color: #333;
	padding: 5px;
	display: block;
	border-radius: 4px;
	transition: 0.2s ease all;
}

.collapsible-sidebar-body a:hover,
.related-articles a:hover {
	font-weight: bold;
	background-color: rgba(254, 203, 63, 0.5);
}

.collapsible-sidebar-body a.current-article {
	font-weight: bold;
	background-color: #fecb3f;
}

.article-votes {
	padding: 20px 0
}

.section-items .faq-item {
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.article-votes {
		padding: 0
	}

	.section-items .faq-item {
		padding: 15px 0px;
	}
}

/***** Buttons *****/
.article-votes .button {
	background-color: transparent;
	border: 1px solid #fecb3f;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 2.34;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
	user-select: none;
	white-space: nowrap;
	-webkit-touch-callout: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "brandon-grotesque", "brandon-text", sans-serif;
}

.article-votes .button.button-primary {
	background-color: #fecb3f;
}

.zen-error-link a {
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #fecb3f;
}

.zen-error-link a:hover {
	color: #fecb3f;
}

a[href^="/hc/change_language/de-de"],
a[href^="/hc/change_language/it-it"],
a[href^="/hc/change_language/nl-nl"] {
	display: none;
}

.hyphensauto {
	hyphens: auto;
	overflow-wrap: anywhere;
}

/*--------------------------------------------------------
Content Block Styles
----------------------------------------------------------*/

.zen-article-body {
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
	color: #404040;
}

.zen-article-title {
	font-family: "brandon-text", "brandon-grotesque", sans-serif;
	font-size: 50px;
	line-height: 1.2;
}

.zen-article-body h1 {
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 15px;
	line-height: 1.2;
}

.zen-article-body h2 {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 1.2;
}

.zen-article-body h3 {
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.zen-article-body h4 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.zen-article-body h5 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.zen-article-body h6 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.zen-article-body p,
.faq-item__article-content p,
.faq-item__article-content div {
	font-size: 20px;
	margin-bottom: 30px;
}

.faq-item__article-content h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}

.faq-item__article-content h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.zen-article-body small {
	font-size: 16px;
}

.zen-article-body a,
.faq-item__article-content a {
	color: #404040;
	text-decoration: underline;
	/*text-decoration-color: #fecb3f;*/
}

.zen-article-body a:hover,
.faq-item__article-content a:hover {
	color: #404040;
	text-decoration: underline;
	text-decoration-color: #fecb3f;
}

.zen-article-body ol,
.faq-item__article-content ol {
	font-size: 20px;
	padding-left: 20px;
	margin-bottom: 30px
}

.faq-item__article-content ol {
	padding-left: 30px;
}

.zen-article-body ol li,
.faq-item__article-content ol li {
	margin-bottom: 10px
}

.zen-article-body ul,
.faq-item__article-content ul {
	list-style-type: disc;
	font-size: 20px;
	padding-left: 20px;
	margin-bottom: 30px
}

.faq-item__article-content ul {
	padding-left: 30px;
}

.zen-article-body ul li,
.faq-item__article-content ul li {
	margin-bottom: 10px
}

.zen-article-body blockquote,
.faq-item__article-content blockquote {
	padding-left: 20px;
	border-left: 4px solid #fecb3f;
	margin-bottom: 30px;
}

.support-cat-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.support-cat-wrap a {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-end;
	background-color: #FFF;
	align-items: center;
}


@media screen and (max-width:768px) {
	.zen-article-title {
		font-size: 38px;
	}

	.zen-article-body small,
	.faq-item__article-content small {
		font-size: 16px;
	}

	.zen-article-body h1 {
		font-size: 38px;
		margin-bottom: 15px;
	}

	.zen-article-body h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.zen-article-body h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.zen-article-body h4 {
		font-size: 20px;
	}

	.zen-article-body h5 {
		font-size: 18px;
	}

	.zen-article-body h6 {
		font-size: 16px;
	}

	.zen-article-body p,
	.faq-item__article-content p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.zen-article-body ol,
	.zen-article-body ul,
	.faq-item__article-content ol,
	.faq-item__article-content ul {
		font-size: 16px;
		margin-bottom: 20px
	}

	.zen-article-body blockquote,
	.faq-item__article-content blockquote {
		margin-bottom: 20px;
	}

	.support-cat-wrap {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.faq-item__article-content h2 {
		font-size: 20px;
	}

	.faq-item__article-content h3 {
		font-size: 18px;
	}
}

.nuki-support-content .breadcrumbs li a {
	color: #000;
	text-decoration: none;
}


.nuki-support-content {
	padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
	.nuki-support-content.grid-md-75 {
		width: 75%;
	}
}

@media screen and (min-width: 992px) {
	.nuki-support-content.grid-lg-60 {
		width: 60%;
	}
}

@media screen and (min-width: 1200px) {
	.nuki-support-content.grid-xl-40 {
		width: 40%;
	}
}

.nuki-support-content.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.nuki-support-content .search-container {
	position: relative;
	margin-top: 15px;
}

.nuki-support-content .search-container input[type=search] {
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	padding: 13px;
	-webkit-appearance: none;
	width: 100%;
	font-family: "brandon-text", sans-serif;
	margin: 0;
}

.nuki-support-content .search-container .search-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 16px;
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nuki-support-content .page-title {
	text-align: center;
	padding-bottom: 20px;
}

.nuki-support-content .page-title h1 {
	display: inline-block;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fecb3f));
	background-image: linear-gradient(to bottom, transparent 50%, #fecb3f 50%);
	background-repeat: repeat-x;
	background-size: 20px 0.4em;
	background-position: 0 80%;
}

.nuki-support-form label {
	font-family: "brandon-text", sans-serif;
	font-size: 14px;
	color: #757575;
}

.nuki-support-form .form-field {
	padding-bottom: 15px;
}

.nuki-support-form .form-field input:not([type=checkbox]):not([type=radio]) {
	border-radius: 4px;
	border: 1px solid #949494;
	padding: 13px;
	-webkit-appearance: none;
	width: 100%;
	font-family: "brandon-text", sans-serif;
}
.nuki-support-form .form-field input:not([type=checkbox]):not([type=radio]):hover {
	border-color: #000;
}
.nuki-support-form .form-field input:not([type=checkbox]):not([type=radio]):focus {
	outline: 1px ridge #fecb3f;
}
div#upload-dropzone:focus, 
div#upload-dropzone[data-hc-focus=true] {
	border-color: #000 !important;
}
.nuki-support-form .form-field .nesty-input {
	border-radius: 4px;
	border: 1px solid #949494;
	padding: 13px;
	-webkit-appearance: none;
	width: 100%;
	font-family: "brandon-text", sans-serif;
	height: 50px;
}

.nuki-support-form footer input[type=submit] {
	background-color: #000;
	color: #FFF;
	font-family: "brandon-text", sans-serif;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border: none;
	display: block;
	height: 46px;
	font-weight: bold;
	border-radius: 6px;
	transition: 0.2s ease all;
	border: 2px solid #000;
}
.nuki-support-form footer input[type=submit]:hover,
.nuki-support-form footer input[type=submit]:focus {
	background-color: #FFF;
	color: #000;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused), 
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content,
.upload-dropzone {
	border-color: #949494 !important;
}
.upload-dropzone span {
	color: #757575;
}

.request-form #launcher {
	display: none !important;
}

.nuki-support-form textarea {
	min-height: 100px;
	width: 100%;
	display: block;
}

.nuki-support-form .form-field .nesty-input {
	line-height: 1.3;
}

.nuki-support-form .form-field .nesty-input::after {
	top: calc(50% - 8px);
}

/* Container for the <ul> */
.filters-in-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	/*cursor: grab;*/
}

/* The <ul> element */
.filters-in-section ul {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
	gap: 12px;
	margin-bottom: 20px;
	padding-left: 74px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
ul::-webkit-scrollbar {
	display: none;
}

/* Fade-out effect on the right side */
.filters-in-section::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	/* Adjust the width of the fade-out effect */
	pointer-events: none;
	background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* <li> and <a> styling */
.filters-in-section ul li {
	flex: 0 0 auto;
	list-style: none;
}

.filters-in-section ul li a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: black;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 44px;
	font-family: 'brandon-text', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	transition: 0.2s all ease;
}

.filters-in-section ul li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;
}

.filters-in-section ul li a span {
	font-weight: bold;
}

.filters-in-section ul li a.current {
	background-color: #FECB3F;
	color: #000;
	border-color: #FECB3F;
}

@media screen and (max-width: 768px) {
	.filters-in-section ul {
		padding-left: 16px;
	}
}

#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: #000;
	-webkit-transition: top .5s ease-out;
	transition: top .5s ease-out;
	z-index: 2147483635;
	font-family: 'brandon-text', sans-serif;
	font-weight: bold;
}

#skiptocontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	outline-color: transparent;
	-webkit-transition: top .05s ease-in;
	transition: top .05s ease-in;
}

.btn-404>a {
	color: #111;
	text-decoration: none;
}

.bg-404 {
	background-image: url(https://nuki.io/wp-content/uploads/2023/11/nuki-cant-open.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 600px;
	height: calc(100vh - 85px);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.bg-404 {
		background-image: url(https://nuki.io/wp-content/uploads/2023/11/nuki-cant-open@2x.jpg);
	}
}

@media screen and (max-width: 768px) {
	.bg-404 {
		height: calc(100vh - 44px);
	}
}

.contact-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 16px;
}

.contact-col {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 3.797px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 2.129px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 1.131px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 0.47px 2.214px 0px rgba(0, 0, 0, 0.02);
	flex: 1 1 25%;
	box-sizing: border-box;
	padding: 16px;
	position: relative;
}

.contact-col h3 {
	position: relative;
	padding-right: 24px;
}

.contact-col h3:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(https://nuki.io/wp-content/uploads/2024/07/contact-more.svg) no-repeat center transparent;
	right: 0;
	top: 7px;
}

/*.contact-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/
#chat-status.green,
#chat-status.error {
	background-color: #FFF;
	color: #298554;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 8px;
	border: 1px solid #298554;
}

#chat-status.error {
	background-color: #FFF;
	color: #EC041B;
	border-color: #EC041B;
}

.faq-item__article-content {}

.callout {
	border-radius: 8px;
	border: 1.5px solid;
	padding: 16px;
	margin-bottom: 20px;
}

.callout p {
	margin-bottom: 0px;
}

.callout__title {
	position: relative;
	padding-left: 36px;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.callout .callout__title:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;

}

.callout.callout--tip {
	border-color: #57CB8E;
	background: rgba(87, 203, 142, 0.05);
}

.callout.callout--example {
	border-color: #4285F4;
	background: rgba(66, 133, 244, 0.05);
}

.callout.callout--learn {
	border-color: #FECB3F;
	background: rgba(254, 203, 63, 0.05);
}

.callout.callout--note {
	border-color: #FC5666;
	background: rgba(252, 86, 102, 0.05);
}

.callout--tip .callout__title:before {
	background: url(https:///nuki.io/wp-content/uploads/2024/08/icon_tip.svg) no-repeat center transparent;
}

.callout--note .callout__title:before {
	background: url(https:///nuki.io/wp-content/uploads/2024/08/icon_note.svg) no-repeat center transparent;
}

.callout--learn .callout__title:before {
	background: url(https:///nuki.io/wp-content/uploads/2024/08/icon_learn.svg) no-repeat center transparent;
}

.callout--example .callout__title:before {
	background: url(https:///nuki.io/wp-content/uploads/2024/08/icon_example.svg) no-repeat center transparent;
}

.concern-box {}

.concern-box__title {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.concern-box ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	list-style-type: none;
}

.concern-box ul li {
	background-color: rgb(235 235 235);
	border-radius: 20px;
	padding: 3px 10px;
	margin: 0 10px 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #ccc;
}


.table-of-contents {
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.03);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05) inset;
	padding: 20px 20px 0;
	margin-bottom: 20px;
}

/* Initially the ToC is visible */
.table-of-contents ul {
	display: block;
	font-size: 18px;
	list-style-type: none;
	padding-left: 0;
}

/* When the hidden class is added, the ToC is hidden */
.table-of-contents ul.hidden {
	display: none;
}

/* Styling for the header container */
.toc-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-bottom: 20px;
}

/* Style for the chevron */
.toc-chevron {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	margin-left: 10px;
}

/* Chevron pointing down */
.chevron-down {
	transform: rotate(45deg);
	/* Downward pointing chevron */
}

/* Chevron pointing up */
.chevron-up {
	transform: rotate(-135deg);
	/* Upward pointing chevron */
}

/* Optional style for the toggle button */
.table-of-contents h2 {
	font-size: 18px;
	margin: 0;
}

.related-articles-title {
	font-weight: bold;
	margin: 10px 0;
	font-family: brandon-text, sans-serif;
}

.related-articles li {
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.contact-col {
		flex: 1 1 100%;
	}

	.contact-wrap {
		flex-direction: column;
	}

	.callout .callout__title:before {
		top: 0px;
	}

	.concern-box__title,
	.callout__title {
		font-size: 20px;
	}

	.table-of-contents ul {
		font-size: 16px;
	}
}

.feedback-form {
	max-width: 320px;
	margin: auto;
}

.feedback-form input[type="radio"] {
	vertical-align: baseline;
	margin-right: 5px;
}

.feedback-message {
	margin-top: 15px;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
}

.feedback-message.success {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
}

.feedback-message.error {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
}

.pdf-download-box {
	font-family: "brandon-text", sans-serif;
}

.pdf-download-box ul {
	border-top: 1px solid #E6E6E6;
	font-size: 22px;
}

.pdf-download-box ul li {
	border-bottom: 1px solid #E6E6E6;
	font-weight: bold;
}

.pdf-download-box ul li a {
	position: relative;
	padding: 20px 60px 20px 60px;
	text-decoration: none;
	color: #000;
	display: block;
}

.pdf-download-box ul li a:hover {
	background-color: rgba(0, 0, 0, 0.015);
}

.pdf-download-box ul li a:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(https://nuki.io/wp-content/uploads/2024/11/icon_download_pdf.svg) no-repeat center center transparent;
	background-size: contain;
	position: absolute;
	left: 10px;
	top: 18px;
}

.pdf-download-box ul li a:after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDg1MzkgMTguMjA3NkwxNS40NzM2IDEyLjExMzlMOS4wODUzOSA2LjAyMDE0IiBzdHJva2U9IiNGRUNCM0YiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
	display: inline-block;
	right: 0;
	position: absolute;
	top: 24px;
}

@media (max-width: 768px) {
	.pdf-download-box ul {
		border-top: 1px solid #E6E6E6;
		font-size: 18px;
	}

	.pdf-download-box ul li a {
		padding: 12px 40px 12px 40px;
	}

	.pdf-download-box ul li a:before {
		width: 24px;
		height: 24px;
		left: 4px;
		top: 12px;
	}
}

.support-cat-link {
	border: 0px solid rgba(0, 0, 0, 0.05);
	border-radius: 16px;
}

.overview-smartlock {}

.overview-keypad {}

.overview-doorsensor {}

.overview-fob {}

.overview-opener {}

.overview-smartdoor {}

.overview-appweb {}

.overview-integrations {}

header.sticky {
	padding-bottom: 32px;
}

@media (max-width: 768px) {
	header.sticky {
		padding-bottom: 16px;
	}

	header.sticky.pt-6 {
		padding-top: 16px;
	}

	.footer-legal {
		flex-wrap: wrap;
	}

	nav.h-20 {
		height: 56px;
	}

	img.h-auto {
		width: 68px;
	}
}

.completelyhidden {
	display: none !important;
}

.submenu>div:nth-child(-n+2) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.rotate-45,
.rotate-90 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
	--tw-rotate: 45deg;
}

.loading-spinner {
	border: 3px solid #f3f3f3;
	border-top: 3px solid #fecb3f;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	animation: spin 1s linear infinite;
	display: inline-block;
	margin-left: 10px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.submit-feedback:disabled {
	background-color: #cccccc;
	/* Light gray background */
	color: #666666;
	/* Darker gray text */
	cursor: not-allowed;
	/* Show a 'not-allowed' cursor */
	opacity: 0.6;
	/* Make it slightly transparent */
	box-shadow: none;
	/* Remove any box shadow */
}

.feedback-textarea {
	width: 100%;
	border: 1px solid #949494;
	padding: 10px;
	border-radius: 4px;
	font-family: 'brandon-text', sans-serif;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

figure.wysiwyg-table {
  display: block !important;
}
.space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
}