.header.fixed-top.sticky-top {
	background-color: #fff;
	padding: .5rem 0;
	top: 0;
	transition: all 0.5s;
	width: 100%;
}
#site-header {
  background-color: white;
	z-index: 1000;
  position: relative;
}
#site-header.fixed-header {
  top: 0rem;
  position: sticky;
  transition: all .3s;
  z-index: 100;
}
header.header.fixed-top.sticky-top{
	padding: .75rem 0;
	background-color: white;
  transition: all .3s;
  align-content: center;
  display: grid;
}
.toggle-btn {
	display: none;
}

.sub-3 .sub-menu {
  display: none !important;
	transition: all .3s;
}
.main-nav-list.float-end {
	flex-direction: row;
	display: flex;
}
.nav-item-referer span .ms-4.me-2 {
	margin-left: 0.2rem !important;
	margin-right: 0rem !important;
}
.nav-item.main-nav-item.sub-2.nav-item-referer {
	font-size: calc( var( --font-size ) * 1 );
	font-weight: 500;
	text-transform: uppercase;
	font-family: var( --font-family-body );
}
.nav-item.main-nav-item.sub-3.no-icon .nav-link-sub-3 .nav-name,
[data-id="member-menu-cms"] .sub-menu .nav-link {
  font-size: calc( var( --font-size ) * .95 );
  color: var(--primary-color);
  transition: all .3s;
}
a.nav-link.nav-link-sub-3 {
	text-transform: none;
	text-decoration: none !important;
}
a.nav-link.nav-link-sub-4 {
	font-size: calc( var( --font-size ) * .9 );
	font-weight: 300;
	text-transform: none;
	text-decoration: none !important;
}
.nav-link-sub-3{
	padding: 0;
}
.container.header{
	width: 100%;
}
.nav-logo{
	position: relative !important;
	height: 100%;
}
.nav-menu{
	position:relative;
	display: flex;
	flex-direction: row-reverse;
	height:100%;
	z-index: 1000;
}
.js_shopbasket_icon a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
    padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: -8px;
  margin-right: 0px;
}
#shopbasket_button,
#member_button,
#main-nav,
.nav-logo{
  display: grid;
  align-content: center;
}
.sub-2 .nav-name,
[data-id="member-menu-cms"] .sub-menu .nav-link {
  font-weight: 500;
  text-decoration: none !important;
	text-decoration-style: none !important;
	text-transform: uppercase;
}
[data-id="member-menu-cms"] .sub-menu{
	text-decoration: none !important;
}
.js_shopbasket_icon .btn:hover {
  color: var(--button-bg-color);
  background-color: transparent;
  border-color: transparent;
}

/* Individuale Search */
.search-wrapper button {
	width: auto;
}
#main-nav {
  font-size: calc(var(--font-size)*1.2);
}
.toggle-btn {
  top: 3px;
}
form.searchbox .btn {
  position: absolute;
  float: right;
  right: 6px;
  border-radius: .375rem;
  border: none;
  background-color: transparent;
  z-index: 2;
  padding: 3px 6px;
  transition: all .3s;
  margin-right: 2px;
  border-right: 1px solid rgba(0,0,0,.3);
  height: 37px;
}
.fixed-header .searcharea.form-control.me-2 {
  z-index: 1;
}
.form-control.me-2 {
	opacity: 1;
	visibility: visible;
  width:200px;
	height: 37px;
  float: right;
  right: 0;
  position: absolute;
	/* border: none; */
  transition: all .7s;
}
.topbar {
	position: relative;
  height: auto;
  background-color: var(--body-bg-color);
  width: 100% !important;
  padding: 1rem;
  top: -10px;
}
.contacts-searchbox.d-flex {
  position: relative;
  float: right;
  margin-top: -3.5rem;
  transition: all .3s;
}
.search-wrapper form.searchbox svg path,
.fixed-header .search-wrapper form.searchbox svg path {
  fill: var(--button-text-color) !important;
	transition: all .3s;
}

form.searchbox:hover .form-control  {
	opacity: 1 !important;
	visibility: visible !important;
	width: 200px !important;
	float: auto ;
	transition: all .5s;
	border: 1px solid rgba(0,0,0,.3);
	border-right-color: transparent;
	transition: all .3s;
 }
 form.searchbox:hover svg path,
 button svg:hover path{
	fill: var(--primary-color);
	transition: all .3s;
}
 .form-control.me-2:focus-visible {
  width: 200px;
}
.form-control:focus{
	box-shadow: none;
}
.search-wrapper input {
	border-right: 0 !important;
	color: #273583 !important;
}
.search-wrapper input::placeholder {
	color: #273583 !important;
}
.col-12.col-sm-6.col-md-4.text-white.top-bar.d-flex {
	flex-direction: column;
}
.contacts-searchbox.d-flex {
  position: relative;
	transition: all .3s;
}
.search-wrapper {
	position: relative;
	top: 12px;
	transition: all .3s;
}
.contacts {
  position: relative;
  display: flex;
  flex-direction: row;
}
.contacts svg path {
  stroke: var(--secondary-color);
  stroke-width: 2px;
  fill: none;
}
.contacts svg:hover path {
  stroke: var(--button-bg-color);
  transition: all .3s;
}
@media screen and ( min-width:991px ) {
	span#user_name {
		display: inline-block;
		text-decoration: none;
	}

	.col-12.pt-3.pb-3.text-center {
		position: relative;
		margin-top: 0rem;
		top: 9rem;
	}
	.card.rounded-0.shadow-sm.product_list {
		position: relative;
		width: 100%;
		bottom: 0rem;
	}
}
@media screen and (max-width:450px) {
	.form-control.me-2 {
    width: 150px !important;
  }
	.search-wrapper, .fixed-header .search-wrapper {
    right: 6rem !important;
	}
	  .contacts-searchbox.d-flex {
    top: -0.5em;
  }
	.search-wrapper {
    top: 15px !important;
    transition: all .3s;
  }
	.container.navbar-light {
    padding: 1em;
    padding-top: 1px !;
  }
	.topbar {
    top: -3px !important;
  }
	header {
    padding: .75rem 2rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
  }
}
@media screen and (max-width:540px) {
	.col-12.col-sm-6.col-md-4.text-white.top-bar.d-flex {
    flex-direction: column-reverse !important;
    width: 100%;
    text-align: center;
	}
	.contacts-searchbox.d-flex {
		margin-top: -5.2rem !important;
	}
}
	@media screen and ( max-width:1400px ) {
	.show-menu {
    width: 100vw;
    right: 0;
    visibility: visible;
    top: 0rem;
    z-index: -50;
  }
}
@media screen and (min-width:450px) and (max-width:645px){
	.contacts {
    top: -10px !important;
  }
	.search-wrapper {
    top: 1px !important;
	}
}
@media screen and (max-width:645px){
	.topbar {
    top: 0px !important;
		padding: 0 1rem;
  }
	.search-wrapper {
		position: relative;
		top: 2px;
		transition: all .3s;
	}
	.container.navbar-light {
    padding: 1em;
  }
	form.searchbox:hover .form-control {
		width: 150px !important;
	}
	.nav-logo {
		position: relative !important;
		height: 100%;
	}
	.btn-resp-nav {
    position: absolute;
    display: block !important;
    right: 5.5rem !important;
    top: 12px;
    cursor: pointer !important;
    z-index: 2;
  }
	header.header.fixed-top.sticky-top {
		height: 70%;
		top: 0;
		padding: 0 !important;
	}
	.show-menu {
    width: 100vw;
    right: 0;
    visibility: visible;
    top: 0rem;
    z-index: -50;
  }
}
.nav-item.main-nav-item.sub-2 {
  padding: .5rem;
}
@media screen and (max-width:910px) {
	.search-wrapper form.searchbox svg path {
		fill: var(--primary-color);
	}
	form.searchbox.form-control,
	.fixed-header .searchbox.form-control {
		opacity: 1 !important;
		visibility: visible !important;
		width: 200px !important;
		float: auto;
		border: 1px solid rgba(0,0,0,.3);
		border-right-color: transparent;
	}
	.form-control.me-2 {
		width: 200px;
		visibility: visible;
		opacity: 1;
		border: 1px solid rgba(0,0,0,.3);
	}
	#main-nav {
		font-size: calc(var(--font-size)*1.2);
		margin-top: 10.5rem;
	}
	.col-12.col-sm-6.col-md-4.text-white.top-bar.d-flex{
		flex-direction: row;
		width: 100%;
		justify-content: center;
	}
	.bg-gradiant.p-2.row.align-items-center.mx-auto .container{
		flex-direction: column;
	 }
	 .col-12.col-sm-6.text-center.order-sm-1.order-md-2 {
		width: 100%;
	}
	 .col-12.text-white.top-bar.d-flex {
		 flex-direction: row;
	 }
}
.member-menu .d-block {
	top: 1px;
	position: relative;
}
.nav-item.main-nav-item.member-menu.sub-2.no-icon.has-children.border-start.ps-1.ms-1 {
  padding: 0rem 0;
    padding-left: 0px;
}
@media screen and ( max-width:1400px ) {
	.contacts-searchbox.d-flex {
		position: relative;
    float: left;
    margin-top: -4.5rem;
    transition: all .3s;
    top: 5.5rem;
    right: -16rem;
    flex-direction: row-reverse;
		z-index: 1;
	}
	.contacts {
		position: relative;
		display: flex;
		flex-direction: row;
		float: left;
		left: -16.5rem;
	}
	.topbar {
		top: -13px;
	}
	.contacts svg path {
		stroke: var(--button-text-color);
		stroke-width: 2px;
		fill: none;
	}
	.font-400.text-uppercase.d-inline-block {
		padding-top: 10px !important;
	}
	.fixed-header #main-nav {
    margin-top: 0rem;
  }
	.fixed-header .search-wrapper svg path{
		fill: var(--primary-color);
  }
	.search-wrapper svg path{
		fill: var(--primary-color);
  }
	.container.navbar-light.clearfix.d-flex{
		justify-content: end ;
	}
	.search-wrapper,
	.fixed-header .search-wrapper {
		position: absolute;
		float: right;
		right: 2.5rem;
		padding-top: 1.5%;
		z-index: 1;
	}
	.main-nav-item.sub-2 > .nav-text-wrapper > .navi-active.nav-link-sub-2 .nav-name{
		color: var(--primary-color) !important;
	}
	.nav-item.has-children.sub-2:nth-last-child(2) .sub-3 > .sub-menu,
	.nav-item.has-children.sub-2:nth-last-child(3) .sub-3 > .sub-menu {
		top: -16px;
		line-height: .8;
		left: 1em;
	}
	.sub-2 > .buttonDropdown {
    top: 8px;
  }
	i.buttonDropdown.open ~ div ~ div ~ .show-list {
		left: 5rem;
	}
	.buttonDropdown.open {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sub-2 .sub-menu {
		margin-left: 14px;
	}
	.sub-3 .sub-menu.open {
		margin-left: 2px;
	}
  #member_button .buttonDropdown {
    display: none !important;
  }
	.main-nav-item.sub-3 .nav-link {
		line-height: inherit;
		font-weight: 401;
		margin-left: -5px;
	}
	a.nav-link.nav-link-sub-4 {
		margin-left: 1.5rem;
	}
	.sub-4 .buttonDropdown{
		top:2px !important;
		left: 235px !important;
	}
	.sub-2 .sub-menu{
		display: none;
	}
	.sub-menu.open{
	 display: block;
	}
	.nav-item.has-children {
		position: relative;
	}
	.border-start {
    border-left: 0px transparent !important;
  }
	/* Dropdown */
	.buttonDropdown {
		position:absolute;
		content: "";
		left: -15px;
		top: 0px;
		width: 1.3rem;
		height: 1.3rem;
		display: block !important;
		z-index: 2;
		cursor: pointer;
		background-position: center center;
		background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666666' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E" );
		background-size: 15px 15px;
		background-repeat: no-repeat;
		transition: all .3s;
	}
	.buttonDropdown {
		border: 1.5px solid var( --primary-color );
		border-radius: 50px;
	}
	.sub-2 > .sub-menu {
		left: 0;
		width: 75%;
		margin-left: .5em;
		flex-direction: row;
		margin-bottom: .5rem;
	}
	.sub-2 > .sub-menu {
    width: 20rem !important;
  }
	.sub-2 > .sub-menu.open  {
position: relative;
	}
	.sub-3 > .sub-menu {
		display: none !important;
		transition: all .3s;
	}
	.sub-3 > .sub-menu.open {
		display: block !important;
		position: relative;
	}
	.nav-item.main-nav-item.sub-3.no-icon.has-children.current-parent-hover .sub-menu.row.open {
		top: -1.5rem;
	}
	a.nav-link-sub-3 span span {
		font-weight: bold;
	}
	.ul-item-height {
		margin-top: -1.5rem;
	}
	.btn-resp-nav {
		position: absolute;
		display: block;
		right: 1rem;
		bottom: 25px;
		cursor: pointer !important;
		z-index: 2;
		top: 13px;
	}
	.show-menu,
	.show-list {
		opacity: 1;
	}
	.show-menu {
		width: 25rem;
		right: 0;
		visibility: visible;
		top: 0rem;
		z-index: -50;
	}
	.show-list {
		width: auto;
		margin-left: 3rem;
		margin-top: -1rem;
	}
	.main-nav-item.sub-2 > .nav-text-wrapper > .nav-link-sub-2 .nav-name {
		color: var( --text-color );
		font-weight: bold;
		font-size: calc( var( --font-size-h3 ) * .8 );
	}
	.main-nav-item.sub-2 > .nav-text-wrapper > .navi-active.nav-link-sub-2 .nav-name {
		color: var( --button-text-color );
		font-weight: bold;
		font-size: calc( var( --font-size-h3 ) * .8 );
	}
	.nav-item.main-nav-item.member-menu.sub-2.no-icon.border-start.ps-1.ms-1 {
		border-left: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.main-nav-list.float-end {
		flex-direction: column;
		display: flex;
		float: left !important;
		transition: all.3s;
	}
	.main-nav-list.float-end {
		position: absolute;
		display: block;
		height: 50px;
		width: 100%;
		margin: auto 0;
		margin-left: 0px;
		margin-left: 0px;
		border: none;
		background-color: transparent;
		z-index: 3;
		top: 3px;
		padding: 5rem 3rem;
		height: auto;
	}
	/* Toggle-Button */
	.toggle-btn {
		position: relative;
		display: block;
		height: 40px;
		width: 26px;
		margin: auto 0;
		border: none;
		background-color: transparent;
		z-index: 3;
	}
	.btn-bar {
		width: 100%;
		height: 3px;
		background-color: var( --text-color );
		border-radius: 10px;
		position: absolute;
		left: 5%;
		transition: all 0.5s;
	}
	.btn-bar:nth-child( 1 ) {
		top: 20%;
	}
	.btn-bar:nth-child( 2 ) {
		top: 40%;
	}
	.btn-bar:nth-child( 3 ) {
		top: 60%;
	}
	.toggle-btn.click .btn-bar:nth-child( 2 ) {
		width: 32px;
		height: 32px;
		top: 0%;
		left: 0%;
		border-radius: 5%;
		background-color: transparent;
		opacity: .3;
		top: 1.5rem
	}
	.toggle-btn.click .btn-bar:nth-child( 1 ) {
		transform: rotate( -45deg );
		top: 40%;
		border-radius: 10px;
	}
	.toggle-btn.click .btn-bar:nth-child( 3 ) {
		transform: rotate( 45deg );
		top: 40%;
		border-radius: 10px;
	}
	.main-nav {
		position: fixed;
		top: 0;
		right: -50vw;
		width: 80vw;
		height: 100vh;
		background: #ffffff;
		z-index: 1000;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
		visibility: hidden;
		opacity: 0;
		box-shadow: 0 0.5rem 1rem rgba( 0, 0, 0, .15 ) !important;
	}
	span#user_name {
		display: none;
	}
	#member_button {
		padding: 5px;
	}
	.main-nav-item .nav-link {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}
	#member_button .nav-name:hover {
		color: var( --button-bg-color ) !important;
	}
	.btn-resp-nav{
		position: absolute;
		display: block;
		right: 1rem;
		bottom: 25px;
		cursor: pointer !important;
		z-index: 2;
		top: 13px;
	}
	.show-menu,
	.show-list {
		opacity: 1 !important;
	}
	.show-menu {
		width: 25rem;
		right: 0;
		visibility: visible;
		top: 0rem;
		z-index: -50;
	}
	.show-list {
		width: auto;
		margin-left: 3rem;
		margin-top: -1rem;
	}
	.ul-height {
		padding-bottom: 160px;
	}
}
@media screen and ( min-width:1400px ) {
	.header .main-nav-list .main-nav-item {
		float: left;
	}
	span#user_name {
		display: inline-block;
		text-decoration: none;
			top: 1px;
			position: relative;
	}
	.member-menu .nav-link.nav-link-sub-1 {
		padding: 8.5px !important;
    right: -9px;
    position: relative;
    margin-left: -7px;
		margin-top: -1px;
	}
	.main-nav-item.has-children > .nav-text-wrapper > .nav-link .nav-name::after {
		content: '';
		background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E" );
		position: relative;
		margin-left: 4px;
		width: 12px;
		height: 12px;
		display: inline-block;
	}
	.main-nav .sub-menu {
		background-color: var( --container-bg-color );
		position: absolute;
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 6px 12px rgba( 0, 0, 0, .175 );
		margin-top: 30px;
		-webkit-transition: all .35s;
		transition: all .35s;
		padding: .3rem 1rem 0.3rem 0.5rem;
	}
	.main-nav-item.sub-3.has-children > .nav-text-wrapper > .nav-link .nav-name::after {
		transform: rotate( -90deg );
	}
	.main-nav-item.sub-2 .main-nav-item,
	[data-id="member-menu-cms"] .main-nav-item {
		line-height: 2;
		width: 100%;
		/* border-bottom: 1px solid #eee; */
		margin: .2rem .2rem.2rem 0rem;
	}
	.main-nav-item.sub-3 .nav-link {
		white-space: nowrap;
	}
	.main-nav-item.current-parent > .nav-text-wrapper > .nav-link,
	.main-nav-item .nav-link.navi-active {
		font-weight: 600 !important;
		color: var( --primary-color );
		text-decoration: none !important
	}
	.main-nav .nav-item.has-children:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
	}
	.sub-menu .nav-name:hover {
		color: var( --button-bg-color );
		text-decoration: underline;
	}
	.main-nav-item.current-parent > .nav-text-wrapper > .nav-link, .main-nav-item .nav-link.navi-active
	{
		font-weight: 600 !important;
		color: var( --button-text-color );
	}
	.nav-item.main-nav-item.sub-2.no-icon span.nav-name-wrapper:hover {
		color: var( --button-bg-color );
		text-decoration: none;
		transition: all .3s;
	}
	.main-nav .nav-item.has-children:hover > .sub-menu {
		display: flex;
		top: 2.5rem !important;
		border-top: 3px solid var( --button-bg-color );
		flex-direction: column;
		transition: all .3s;
	}
	.sub-3.nav-item.has-children:hover .sub-menu{
	 display: block;
	}
	.nav-item.main-nav-item.sub-3.no-icon.no-url.has-children:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
		display: block !important;
		position: absolute;
		width: 100%;
		top: 0rem !important;
		width:175%;
	}
	.sub-menu .nav-link-sub-3 span:hover {
		color: var( --button-bg-color );
	}
	.nav-item-referer:hover .nav-name {
		color: var( --button-bg-color ) !important;
	}
	.main-nav .nav-item.has-children:hover>.sub-menu {
		margin-top: 0px;
		opacity: 6;
		visibility: visible;
		padding-bottom: 10px;
	}
}
@media screen and ( max-width:991px ) {
	span#user_name {
		display: none;
	}
	.fixed-header .container.navbar-light.clearfix.d-flex.align-items-center {
		top: 0px;
		float: left;
		width: 90%;
	}
	.container.navbar-light.clearfix.d-flex.align-items-center {
		top: 0px;
		width: 92%;
		float: left;
	}
	.header.fixed-top.sticky-top.fixed-header {
		background-color: #fff;
		top: 0px;
		transition: all 0.5s;
	}
	.type-text.textarea.mb-3 {
		padding: 0 !important;
	}
	header{
		background-color: var( --container-bg-color );
	}
	.container.header.sticky-top {
		padding:0;
		transition: all .5s;
	}
	.main-nav-item.sub-2 > .nav-text-wrapper > .nav-link-sub-2 .nav-name {
		font-weight: 500;
	}
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 1rem;
		z-index: 1020;
	}
	.medium-header-container.float-start {
		position: absolute;
	}
		.navbar-brand-img {
		max-width: 100%;
	}
	.medium-header-container.float-start {
		position: absolute;
	}
	.nav-link-sub-2 .nav-name {
		text-transform: uppercase;
		font-weight: lighter;
	}
	.top-section-wrapper.bg-light {
		top: -110px;
		position: relative;
	}
	.ul-height {
		padding-bottom: 160px;
	}
}
