html.vue {
	box-sizing: border-box
}

body.vue {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.vue *,
.vue :after,
.vue :before {
	box-sizing: inherit
}

.vue [tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

.vue h1,
.vue h2,
.vue h3,
.vue h4,
.vue h5,
.vue h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.vue h1 {
	font-size: 2.5rem
}

.vue h2 {
	font-size: 2rem
}

.vue h3 {
	font-size: 1.75rem
}

.vue h4 {
	font-size: 1.5rem
}

.vue h5 {
	font-size: 1.25rem
}

.vue h6 {
	font-size: 1rem
}

.vue p {
	margin: 0
}

.vue ol,
.vue ul {
	padding-left: 2rem
}

.vue dl,
.vue ol,
.vue ul {
	margin: 0
}

.vue b,
.vue strong {
	font-weight: bolder
}

.vue small {
	font-size: .875em
}

.vue sub,
.vue sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

.vue sub {
	bottom: -.25em
}

.vue sup {
	top: -.5em
}

.vue a {
	text-decoration: none
}

.vue a:hover {
	text-decoration: underline
}

.vue a:not([href]),
.vue a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

.vue figure {
	margin: 0
}

.vue img {
	vertical-align: middle
}

.vue svg {
	overflow: hidden
}

.vue table {
	border-collapse: collapse
}

.vue th {
	text-align: inherit
}

.vue label {
	display: inline-block;
	margin: 0
}

.vue button {
	border-radius: 0
}

.vue button:focus {
	outline: 0
}

.vue button,
.vue input,
.vue optgroup,
.vue select,
.vue textarea {
	margin: 0;
	padding: .5rem;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.vue button:invalid,
.vue input:invalid,
.vue optgroup:invalid,
.vue select:invalid,
.vue textarea:invalid {
	box-shadow: none;
	outline: none
}

.vue [type=button]:not(:disabled),
.vue [type=reset]:not(:disabled),
.vue [type=submit]:not(:disabled),
.vue button:not(:disabled) {
	cursor: pointer
}

.vue ::-moz-focus-inner {
	padding: 0;
	border-style: none
}

.vue input[type=date],
.vue input[type=datetime-local],
.vue input[type=month],
.vue input[type=time] {
	-webkit-appearance: textfield
}

.vue textarea {
	overflow: auto;
	resize: vertical
}

.vue fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

.vue progress {
	vertical-align: baseline
}

.vue ::-webkit-datetime-edit {
	overflow: visible;
	line-height: 0
}

.vue [type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

.vue ::-webkit-search-decoration {
	-webkit-appearance: none
}

.vue ::-webkit-color-swatch-wrapper {
	padding: 0
}

.vue ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

.vue main {
	display: block
}

.vue [hidden] {
	display: none!important
}

.breakpoints {
	margin: 0 auto
}

@media screen and (min-width:480px) and (max-width:767px) {
	.breakpoints {
		max-width: 480px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.breakpoints {
		max-width: 768px
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.breakpoints {
		max-width: 1024px
	}
}

@media screen and (min-width:1280px) {
	.breakpoints {
		max-width: 1280px
	}
}

@media screen and (max-width:479px) {
	.d-none-xs {
		display: none!important
	}
}

@media screen and (min-width:480px) and (max-width:767px) {
	.d-none-sm {
		display: none!important
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.d-none-md {
		display: none!important
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.d-none-lg {
		display: none!important
	}
}

@media screen and (min-width:1280px) {
	.d-none-xl {
		display: none!important
	}
}

.d-none {
	display: none!important
}

@media screen and (max-width:479px) {
	html.vue,
	html[ng-app] .vue {
		font-size: .8rem
	}
}

@media screen and (min-width:480px) and (max-width:767px) {
	html.vue,
	html[ng-app] .vue {
		font-size: .85rem
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	html.vue,
	html[ng-app] .vue {
		font-size: .9rem
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	html.vue,
	html[ng-app] .vue {
		font-size: .95rem
	}
}

@media screen and (min-width:1280px) {
	html.vue,
	html[ng-app] .vue {
		font-size: 1rem
	}
}

.padded {
	padding: 0 1rem
}

@keyframes wandering-background {
	0% {
		background-position-x: 100%
	}
	50% {
		background-position-x: 0
	}
	to {
		background-position-x: 100%
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

.fx-fade-enter-active,
.fx-fade-leave-active {
	transition: opacity .25s ease-out
}

.fx-fade-enter,
.fx-fade-leave-to {
	opacity: 0
}

.vue .ifm-icon {
	outline: none;
	background-color: transparent
}

.vue .ifm-icon svg {
	position: relative;
	top: .125em
}

.vue .ifm-button {
	width: 100%;
	height: 100%;
	padding: .5rem;
	border: 0;
	font-size: .9em;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ededed;
	color: #616161
}

.vue .ifm-button:focus,
.vue .ifm-button:hover {
	background-color: #bdbdbd;
	color: #424242
}

.vue .ifm-button:active:not(.ifm-button--link) {
	box-shadow: inset 0 0 5px rgba(64, 64, 64, .3)
}

.vue .ifm-button:active:not(.ifm-button--link)>* {
	transform: translate(1px, 1px)
}

.vue .ifm-button:disabled {
	cursor: not-allowed
}

.vue .ifm-button:disabled,
.vue .ifm-button:disabled:focus,
.vue .ifm-button:disabled:hover {
	background-color: #9e9e9e;
	color: #e0e0e0
}

.vue .ifm-button--accent {
	background-color: #ff6f00;
	color: #fff
}

.vue .ifm-button--accent:focus,
.vue .ifm-button--accent:hover {
	background-color: #ff9a4d;
	color: #fff;
	text-decoration: none;
	outline: none
}

.vue .ifm-button--link:not(.ifm-button--accent) {
	background-color: transparent;
	color: #ff6f00
}

.vue .ifm-button--link:not(.ifm-button--accent):focus,
.vue .ifm-button--link:not(.ifm-button--accent):hover {
	color: #4e7088;
	text-decoration: underline;
	outline: none
}

.vue .ifm-button--link:not(.ifm-button--accent):active {
	color: #84a2b8
}

.vue .ifm-button--tight {
	padding: .2rem .4rem
}

.vue .ifm-button--inline {
	display: inline-flex;
	width: unset;
	height: unset
}

.vue .ifm-button--anim-loading {
	background: linear-gradient(90deg, #ff6f00 40%, #ff9a4d 50%, #ff6f00 60%);
	background-size: 250% 100%;
	animation: wandering-background 2s cubic-bezier(.5, 0, .5, 1) infinite
}

.vue .ifm-button>* {
	margin: 0 .25em
}

.vue .highlight {
	background-color: #ffe2cc;
	padding: 0 .2rem
}

.vue .subline .highlight {
	font-weight: 400
}

.ifm-search-overlay[data-v-8cca197e] {
	border-top: 1px solid #bdbdbd;
	padding-top: 1rem
}

.suggest-headline[data-v-8cca197e] {
	margin-bottom: -1.5rem
}

.columns[data-v-8cca197e] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.columns>[data-v-8cca197e] {
	width: 30%;
	min-width: 20rem;
	flex-grow: 1
}

.columns>[data-v-8cca197e]:not(:last-of-type) {
	margin-right: 2rem
}

.stale[data-v-8cca197e] {
	opacity: .5;
	transition: opacity 1s ease-out
}

.heading[data-v-8cca197e] {
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 2rem
}

.result[data-v-8cca197e] {
	margin-bottom: .5rem
}

.result a[data-v-8cca197e] {
	color: inherit;
	display: block
}

.result a[data-v-8cca197e]:focus,
.result a[data-v-8cca197e]:hover {
	text-decoration: none
}

.result a:focus .headline[data-v-8cca197e],
.result a:hover .headline[data-v-8cca197e] {
	text-decoration: underline!important;
	color: #ff6f00
}

.result a[data-v-8cca197e]:focus {
	outline: 1px solid #bdbdbd;
	outline-offset: 0;
	background-color: #ededed;
	margin-left: -.5rem;
	padding-left: .5rem
}

.result-with-img a[data-v-8cca197e] {
	display: flex
}

.result-thumbnail[data-v-8cca197e] {
	width: 4rem;
	min-width: 4rem;
	height: 4rem;
	margin-right: .5rem;
	background-image: url(/responsive/thumbnail/onebyone/content/gallery/productgroups/default-img-logo-missing.png);
	background-size: contain
}

.headline[data-v-8cca197e],
.subline[data-v-8cca197e] {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word
}

.headline[data-v-8cca197e] {
	font-weight: 700
}

.subline[data-v-8cca197e] {
	font-size: .9em
}

.clamped[data-v-8cca197e] {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.vue .ifm-input,
.vue .ifm-input input {
	width: 100%;
	height: 100%;
	border: 0;
	font-weight: 400;
	background-color: #fff;
	color: #616161
}

.vue .ifm-input input {
	outline-offset: -2px
}

.vue .ifm-input input:focus {
	outline: 2px solid #bdbdbd
}

.vue .ifm-input input:focus:-ms-input-placeholder {
	color: #bdbdbd
}

.vue .ifm-input input:focus::-ms-input-placeholder {
	color: #bdbdbd
}

.vue .ifm-input input:focus::placeholder {
	color: #bdbdbd
}

.vue .ifm-input input:-ms-input-placeholder {
	color: #9e9e9e
}

.vue .ifm-input input::-ms-input-placeholder {
	color: #9e9e9e
}

.vue .ifm-input input::placeholder {
	color: #9e9e9e
}

.vue .ifm-input--tight input {
	padding: .3rem
}

.vue .ifm-input--large input {
	padding: .7rem
}

.vue .ifm-input--error input {
	outline: 2px solid #ff0051
}

.vue .ifm-input--error input:focus {
	outline-color: #cd8ea2
}

.vue .ifm-input--anim-loading input {
	background: linear-gradient(90deg, #fff 40%, #e0e0e0 50%, #fff 60%);
	background-size: 250% 100%;
	animation: wandering-background 2s cubic-bezier(.5, 0, .5, 1) infinite
}

.ifm-search-bar[data-v-a9f0597a] {
	background: #e0e0e0;
	color: #616161
}

.ifm-search-bar-elements[data-v-a9f0597a] {
	display: flex;
	min-height: 2.5em
}

.ifm-search-bar-input[data-v-a9f0597a] {
	flex-grow: 5;
	margin-right: 1rem
}

.ifm-search-bar-button[data-v-a9f0597a] {
	flex-grow: 1
}

.ifm-search-overlay[data-v-a9f0597a] {
	margin-top: 1rem
}

.ifm-app-search-bar[data-v-3689d78b] {
	background: #e0e0e0
}

.ifm-global-spinner {
	background: hsla(0, 0%, 100%, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff6f00;
	font-size: 7rem;
	cursor: wait
}

.ifm-global-spinner svg {
	animation: spin 1.5s cubic-bezier(.2, .6, .6, .2) infinite
}