html, body{
	font-family: Aktiv Grotesk;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6rem;
	letter-spacing: normal;
	scrollbar-width: none; 
    -ms-overflow-style: none;
}

#pdf-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sp-cookie-banner {
	z-index: 101;
}

.sp-modal {
	z-index: 102;
}

.item-image {
	width: 130px;
}

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

html, body:has(.sp-main-wrapper) {
	display: flex;
	flex-direction: column;
}

#sp-main-content:has(.sp-main-wrapper) {
	overflow-y: auto;
}

#sp-main-content {
	flex: 1;
}

.sp-flex:has(.disabled) {
	margin: 0 !important;
}

*:disabled {
	color: #b2b2b2;
}

.fen-helper {
	color: #6d6d6d;
}

.fen-label, .main-fen-label {
	color: #6d6d6d;
}

.fen-title, .des-title {
	color: #6d6d6d;
}

.sp-flex:has(.disabled) {
	margin: 0 !important;
}

.sp-res-menu-item-icon .fa-bags-shopping {
	color: red;
}

.sp-menu-item-icon{
	display: flex;
	align-items: center;
}

.sp-radio-custom{
	display: unset;
}

.sp-home-grid-recommend{
	text-align: center;
	font-size: 1rem;
	font-style: italic;
	width: auto;
	background-color: #ce000014;
	border-radius: .5rem;
	border: 1px solid  #ce000050;
	padding: 10px;
}

header{
	background-color: rgba(0,0,0,0.18);
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	backdrop-filter: blur(12px);
	transition: background-color .5s ease-in-out,box-shadow .5s ease-in-out;
	padding: 0px calc(30px*5);
	height: auto;
	font-size: 1.2rem;
	font-weight: 600;
	z-index: 5;
}

.slide-nav {
	z-index: 4;
}

.slide-nav-panel {
	z-index: 4;
}

h1 {
	font-family: GT Ultra,sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 3rem;
	letter-spacing: -1px;
	margin-bottom: 1rem;
}

h2 {
	font-family: GT Ultra,sans-serif;
	font-size: 1.88rem;
	font-weight: 800;
	line-height: 3rem;
	letter-spacing: -1px;
	margin-bottom: 1rem !important;
}

h3 {
	font-family: GT Ultra,sans-serif;
	font-size: 1.33rem;
	font-weight: 800;
	line-height: 3rem;
	letter-spacing: -1px;
	margin-bottom: 1rem;
}

.sp-content-text-top, .sp-content-text-top-sub {
	top: 55%;
	transform: translateY(-55%);
	margin-left: 0;
	text-transform: unset;
	font-size: 3.5rem;
	letter-spacing: .1.7rem;
	text-shadow: 0px 4px 5px #000;
}


header.scrolling-header{
	background-color: #0068a6;
	/*
	background-image: linear-gradient(23deg,transparent,rgba(224,236,137,0.2)),linear-gradient(337deg,transparent,rgba(224,236,137,0.4));
	*/
}

footer{
	/*background-image: linear-gradient(23deg,transparent,rgba(224,236,137,0.2)),linear-gradient(337deg,transparent,rgba(224,236,137,0.4));*/
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 1px;
	padding: calc(30px*1) calc(30px*5);
	width: 100%;
	box-sizing: border-box;
}

.howden:after {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	height:100%;
	min-height:35rem;
	/*background-image:url(/static/images/howden.png);*/
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:50%;
	opacity:.035;
	z-index:-1
}

.des{
	padding-top: 15px;
}

.banner-primary{
	z-index: 25300;
}

.banner-alert{
	z-index: 25300;
}
/*
.sp-footer-content-socials{
	width: 25%;
}

.sp-footer-content-howden{
	width: 75%;
}
*/
.sp-footer-menu-title{
	font-family: GT Ultra,sans-serif;
	font-size: 1.7rem;
	margin-right: calc(30px*2);
}

.sp-legal-menu-item{
	margin:0;
}

.sp-legal{
	width: 22%;
	justify-content: space-between;
}

.sp-footer-content {
	min-width: unset;
}

a{
	color: #0068a6;
	font-weight: bold;
}

a.sp-res-menu-item > div:nth-child(2) {
  color: #333333;
  font-weight: 400;
}

div.sp-contact-box:nth-child(2) > div:nth-child(3) > a:nth-child(1) {
  color: #333333;
  font-weight: normal;
}

.sp-hr {
	height: 4px;
	background: #7ce0d3;
	opacity: .4;
	width: 100%;
	margin: calc(5px*3) 0px;
	box-shadow: 0px 0px 1px;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.howden-cut-wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}

.howden-cut {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)*0.5);
  padding-left: calc(var(--bs-gutter-x)*0.5);
  max-width: calc(100% - var(--bs-gutter-x));
  aspect-ratio: 332/71;
  margin: 0 auto;
  -webkit-clip-path: url(#howden-logo-clip);
  clip-path: url(#howden-logo-clip);
  animation: zoomOut 0.7s cubic-bezier(.165,.84,.44,1) 0s 1 forwards;
  opacity: 1;
  background-color: hsla(0,0%,100%,.1);
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.howden-cut img {
  width: 170vw;
  display: block;
  position: absolute;
  top: 380%;
  left: -39%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.sp-logo{
	filter: saturate(0%) invert(100%) brightness(150%);
}
.sp-logo{
	max-height: calc(30px*3);
}

.sp-footer-logo{
	max-height: calc(30px*2.2);
}

.sp-logo{
	transition: all ease-in 0.5s;
	padding: 8px 0;
}

.sp-logo.scrolling-logo{
	/*filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(2720%) hue-rotate(129deg) brightness(92%) contrast(88%);*/
	filter: saturate(0%) invert(100%) brightness(150%);
}

.for-you{
	transition: all ease-in 0.5s;
	max-height: calc(30px*1.1);
	margin-top: 35px;
}

.sp-login{
	padding-top: calc(30px*15) !important ;
	padding-bottom: calc(30px*14.5) !important ;
}
	
.sp-login-title{
	color: #233851;
	margin: 15px 0;
}

.sp-content-image-top, .sp-content-image-top img{
	height: calc(30px*19);
}

.sp-main-content-content h1{
	text-transform: unset;
	text-align: left;
	font-size: 2.4rem;
}

.sp-home-grid .sp-main-content-content{
	padding: 30px;
}

.sp-main-content-top {
  text-align: center;
  padding: calc(30px*2.5) calc(30px*5) 5px;
  font-size: 1rem;
}

.sp-menu-item{
	color: #fafafa;
	text-transform: unset;
}

.fen {
	font-size: 1.1rem;
}

.fen-radio-item {
	font-size: 1rem;
}

.sp-menu-item::after{
	content: "";
	width: 0;
	height: 4px;
	display: block;
	transition: color .5s ease-in-out;
}

.sp-menu-item:hover::after{
	width: 100%;
	background-color: #7ce0d3;
	margin-top: -5px;
}

.sp-menu-item-label{
	padding: 15px 0;
}
/*
div.sp-footer-content:nth-child(2) {
	order: 1;
}

div.sp-footer-content:nth-child(1) {
	order: 2;
}
*/
div.sp-contact-box:nth-child(1) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
  background-color: #0068a6;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

div.sp-contact-box:nth-child(2) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
  background-color: #0068a6;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

div.sp-contact-box:nth-child(3) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
  background-color: #0068a6;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

div.sp-contact-box:nth-child(4) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
  background-color: #0068a6;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

div.sp-contact-box:nth-child(5) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
  background-color: #0068a6;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

.sp-main-content-box-icon{
	padding: 0px;
	color: #0068a6;
	top: -2px;
	left: auto;
	background-color: transparent;
}

.slide-nav-panel .active{
	color: #7ce0d3;
}

.sp-main-content-intro{
	background-color: #fafafa;
}

.sp-main-content-box{
	box-shadow: none;
	width: 33%;
	text-align: center;
	background-color: transparent;
}

a.sp-main-content-box{
	cursor: pointer;
}

.sp-main-content-top-title{
	font-family: GT Ultra,sans-serif;
	font-size: 2.3rem;
}

.sp-main-content-intro{
	padding-top: 0;
}

.sp-article {
	padding: calc(30px*1) calc(30px*5);
}

.sp-article-image img {
	width: 100%;
	object-fit: cover;
	height: 600px;
	padding-bottom: 20px;
}

.sp-article-teaser .sp-button {
	padding: calc(5px*2);
}

.sp-article-teaser-title {
	color: #0068a6;
	font-family: GT Ultra,sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5rem;
	letter-spacing: -1px;
	margin-bottom: .5em;
}

.sp-article-teaser-time i{
	color: #0068a6;
	font-weight: bold;
}

.sp-article-title {
  color: #0068a6;
  font-size: 1.6rem;
  font-weight: 600;
}

#sp-main-content > .sp-main-content-intro:last-child{
	background-color: #fafafa;
	color: #fafafa;
	padding: calc(30px*2) calc(30px*5);
	background-repeat: no-repeat;
	background-size: 100%;
}

.sp-main-content-box-title{
	text-align: center;
	font-family: GT Ultra,sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -1px;
}

.sp-main-content-box-text{
	color: #333333;
	font-weight: 400;
}

.sp-button {
	background-color: #0068a6;
	border-radius: .5rem;
	letter-spacing: .5px;
	text-transform: unset;
}

.sp-button:hover {
	background-color: #fafafa;
	color:#0068a6;
}

.slide{
	transition: all 1s ease;	
	width: 100%;
	height: 600px;
	position: absolute;
	opacity: 0;
}

.slide > img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.slide.active {
	opacity: 100%;
}

.sp-slide-intro {
	top: 35%;
	font-family: GT Ultra,sans-serif;
}

.slides, .slide{
	height: 100vh;
}

.sp-slide-title, .sp-slide-intro {
	text-shadow: 1px 1px 3px #0068a6;
	letter-spacing: 1px;
}

.sp-slide-title {
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-transform: none;
	font-family: GT Ultra,sans-serif;
	font-weight: bold;
	font-size: 3.5rem;
}

.sp-slide-intro {
	top: 75%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.6rem;
}

.sp-slide-box{
	font-size: 1.7rem;
	position: absolute;
	top: 80%;
	left: 85%;
	transform: translate(-50%,-50%);
	color: #fafafa;
	padding: 5px calc(5px*2);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	transition:  all 1s ease;

}

.sp-slide-intro-desc{
	box-sizing: border-box;
	padding: 30px;
	backdrop-filter: blur(8px);
	width: auto;
	font-family: Aktiv Grotesk;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	text-align: center;
}

.sp-slide-intro-desc b{
	color: #fafafa;
	text-transform: uppercase;
}

.sp-slide svg {
	width: 0;
	height: 0;
	position: absolute;
}

.sp-contacts {
	margin: 30px calc(30px*4) 0;
}

.sp-footer-menu-icon {
	font-size: 2rem;
	width: 100%;
	justify-content: end;
	display: flex;
}

.slider{
	padding-bottom: calc(30px*2);
}

.intro-qr{
	width: 200px;
}

.h-map img{
	max-width: 20%;
	border-radius: 50%;
}

.sp-main-content-content {
	padding: calc(30px*2) calc(30px*5);
	padding-bottom: 30px;
	font-size: 1rem;
}

.sp-map {
	margin: 0 calc(30px*5) 30px;
	font-family: GT Ultra,sans-serif;
}

.sp-faq-title{
	font-weight: bold;
	color: #0068a6;
}

.sp-faq-content{
	color: #333333;
}

.sp-product{
	box-shadow: 1px 1px 1px 1px #d9d9d9;
	padding:30px;
}

.sp-privacy {
	padding: 0 calc(30px*5) calc(30px*3);
}

.sphere-dialog {
	max-width: 80%; 
	max-height: 100%; 
}

.sp-ets {
	width: 20%;
}

.sp-ets-contacts {
	margin: -25px calc(30px*19) 30px;
}

div.sp-ets-contact-box:nth-child(1) > div:nth-child(1) {
  font-size: 1.7rem;
  width: 20px;
  height: 20px;
}

.sp-main-ets-content-box-title {
  font-size: 1.2rem;
}

.sp-ets-contact-box {
  padding: calc(5px*2) 20px 20px;
}

.sp-main-content-teasers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sp-article-teaser {
    flex: 0 1 32%;
	height: auto;
}

.sp-article-teaser-img img {
	height: calc(30px*16);
}

.sp-article-teasers{
	padding:calc(30px*2) calc(30px*15);
}

.nursind-logo{
	width: calc(30px*2.5);
	margin: 0 10px;
}

.sp-product-description{
	font-size: 1.1rem;
	font-style: italic;
}

.sp-product-price{
	font-size: 1.5rem;
	padding-right: 0;
}

.sp-products > div{
  justify-content: space-between;
}

.sp-product-category{
	margin-top: 10px;
}

.sp-product-category > *:first-child {
    margin-right: 5px;
}

*:disabled {
	color: #b2b2b2;
}

.fen-radio[disabled] {
    color: #b2b2b2;
}

.fen-radio[disabled]:focus {
    outline: none;
    color: #b2b2b2;
}

.fen-radio[disabled] + .fen-radio-label {
    color: #b2b2b2;
}

.sp-product-validity{
	margin-right: 5px;
}

.sp-product-subtitle{
	font-style: italic;
}

.sp-red-color{
	background-color: #ce000036;
}

.sphere-dialog-content .sp-content-image-top, .sphere-dialog-content .sp-content-image-top img {
	height: calc(30px*3);
}

.sphere-dialog-content .sp-main-content-content {
	padding: calc(30px*1.5) calc(30px*2);
}

.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
	top: 51%;
	font-size: 2.5rem;
	left: calc(30px*2);
}

.sphere-dialog-content .sp-main-content-content h1 {
	font-size: 2rem;
}


/*(min-width: 1099px) and (max-width: 1954px)*/
@media (min-width: 1440px) and (max-width: 2560px) {

	.howden-cut {
		top: 30%;
	}

	.sp-home-grid-recommend {
		width: 80%;
	}

	.howden-cut img {
		top: 290%;
		left: 17%;
		width: 160vw;
	}

	header {
		padding: calc(5px*2) calc(30px*3);
		font-size: 1.1rem;
	}

	footer {
		padding: calc(30px*0.5) calc(30px*1);
		font-size: 0.8rem;
	}
	
	.howden-cut-wrapper {
		width: 75%;
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: calc(30px*2) calc(30px*3);
	}

	.sp-main-content-content {
		padding: calc(30px*2) calc(30px*3);
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		margin-left: calc(30px*-2);
	}

	.sp-article {
		padding: calc(30px*3) calc(30px*3);
	} 
	
	.sp-article-teasers{
		padding:calc(30px*2) calc(30px*5);
	}

	.sp-login {
		padding-top: calc(30px*15) !important;
		padding-bottom: calc(30px*13) !important;
	}

	.sp-login-box {
		padding: 50px;
	}

	.fen-field {
		padding: calc(5px*2) 0 calc(5px*2);
	}
	
	.sp-product {
		width: 30%;
	}

	.sp-contacts {
		margin: 30px calc(30px*2);
	}

	.sp-map {
		margin: 0 calc(30px*3) 30px;
	}
	
	.sp-content-text-top, .sp-content-text-top-sub {
		font-size: 3rem;
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*17);
	}
	
	.sp-menu{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		align-items: center;
	}
	
	::-webkit-scrollbar {
		display: none;
	}
	
	.sp-menu-item-label {
		white-space: nowrap;
		padding: none;
	}
	
	.sp-scrolling-menu{
		width: auto !important;
	}

	.sp-main-content-top {
		padding: calc(30px*2.5) calc(30px*3) 5px;
	}

	.sp-legal {
		width: 35%;
	}

	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*5);
	}
	
	.sp-hr {
		margin: calc(5px*2) 0px;
	}
	
	.sp-logo, .sp-footer-logo {
		max-height: calc(30px*1.5);
	}
	
	.sp-footer-title {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	
	.sp-footer-menu-icon {
		font-size: 1.7rem;
	}
	
	.sp-article-teaser-img img {
		height: calc(30px*13);
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*4);
	}
}

@media (min-width: 1025px) and (max-width: 1920px) {
	.for-you {
		max-height: calc(30px*1.1);
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: calc(30px*2) calc(30px*3);
	}
	
	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*3) 30px;
	}
	
	.sp-article {
		padding: calc(30px*2) calc(30px*3);
	}
	
	.sp-article-teaser-img img {
		height: calc(30px*10);
	}
	
	.sp-logo, .sp-footer-logo {
		max-height: calc(30px*1.5);
	}

	.sp-main-content-content {
		padding: calc(30px*2) calc(30px*3);
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		margin-left: calc(30px*-2);
	}

	.sp-login {
		padding-top: calc(30px*10) !important;
		padding-bottom: calc(30px*7) !important;
	}

	.sp-login-box {
		width: 50%;
	}

	.sp-button {
		padding: 12px calc(15px*0.8);
		text-transform: unset;
	}

	.sp-product {
		width: 29%;
	}
	
	.sp-scrolling-menu{
		width: auto !important;
	}
	
	.sp-legal {
		width: 45%;
	}
	
	.sp-home-grid-recommend {
		width: 80%;
	}
	
	.sp-logo{
		max-height: calc(30px*2.3);
	}
	
	.sp-footer-logo {
		max-height: calc(30px*2);
	}
	
	.sp-legal {
		width: 35%;
	}

	.sp-logo {
		padding: 0;
	}

	footer {
		padding: 15px 30px;
		font-size: 0.8rem;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*4);
	}
	
	div.sp-footer-content:nth-child(1) {
		width: 85%;
	}

	.sp-footer-title {
		font-size: 1.2rem;
	}

	.sp-footer-menu-icon {
		font-size: 1.7rem;
	}
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1628px) {
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*4);
	}
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1730px) {

	.sp-home-grid-side > * {
		margin: 15px 0;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*4);
	}

}

@media only screen and (min-device-width: 956px) and (max-device-width: 1470px) {
	
	footer {
		padding: 15px;
	}
	
	.sp-logo{
		max-height: calc(30px*2.3);
	}
	.sp-footer-logo {
		max-height: calc(30px*1.8);
	}
	.sp-hr {
		height: 3px;
	}
	
	header {
		padding: calc(5px*2) calc(30px*2);
	}
	
	.sp-main-content-top {
		padding: calc(30px*2.5) calc(30px*2) 5px;
	}
	
	.sp-legal {
		width: 50%;
	}
	
	.sp-article {
		padding: calc(30px*1) calc(30px*2);
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: calc(30px*1) calc(30px*2);
	}
	
	.sp-main-content-content {
		padding: calc(30px*1) calc(30px*2);
	}
	
	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*2) 30px;
	}
	
	.sp-content-text-top, .sp-content-text-top-sub {
		margin-left: calc(30px*-3);
	}
	
	.sp-menu-item {
		margin: 0 calc(5px*2);
	}
	
	.sp-product {
		width: 28%;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*5);
	}
}

@media (min-width: 720px) and (max-width: 1330px) {

	html, body {
		font-size: 14px;
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*12);
	}

	.sp-logo, .sp-footer-logo {
		max-height: calc(30px*2);
	}

	.nursind-logo {
		width: calc(30px*2);
	}

	.for-you {
		max-height: calc(30px*0.9);
		margin-top: 30px;
	}

	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*2) 5px;
	}

	.sp-contacts {
		margin: 30px calc(30px*1) 0;
	}

	.sp-map {
		margin: 0 calc(30px*2) 30px;
	}
	
	.sp-product {
		width: 100%;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*5);
	}
}

@media (min-width: 710px) and (max-width: 1200px) {

	header {
		font-size: 1.1rem;
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		font-size: 3rem;
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*11);
	}
	
	.sp-logo, .sp-footer-logo {
		max-height: calc(30px*1.8);
	}
	
	.sp-product {
		width: 100%;
	}
	
	.sp-home-grid-recommend {
		width: 80%;
	}
	
	.sp-home-grid > :nth-child(1) {
		flex-grow: unset;
		flex-basis: unset;
	}

	.sp-home-grid > * > * {
		width: inherit;
	}

	.sp-home-grid-side > :nth-child(1) {
		width: 100%;
	}
	
	.sp-home-grid > div:nth-child(1) {
		width: 97%;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*4);
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

	.sp-home-grid > * > * {
		margin: 15px 0;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*4);
	}
}


@media (min-width: 700px) and (max-width: 1125px) {

	header {
		font-size: 1.1rem;
		padding: calc(5px*2) calc(30px*1);
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		font-size: 3rem;
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*11);
	}
	
	.sp-logo, .sp-footer-logo {
		max-height: calc(30px*1.8);
	}
	
	.nursind-logo {
		width: calc(30px*1.9);
	}
	
	.for-you {
		max-height: calc(30px*0.8);
		margin-top: 29px;
	}
	
	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*1) 5px;
	}

	.sp-legal {
		width: 55%;
	}

	footer {
		padding: 15px;
	}

	.sp-main-content-top {
		padding: calc(30px*2.5) calc(30px*1) 5px;
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: calc(30px*1) calc(30px*1);
	}

	.sp-main-content-content {
		padding: calc(30px*1) calc(30px*1);
	}
	
	.sp-article {
		padding: calc(30px*1) calc(30px*1);
	}

	.sp-contacts {
		margin: 30px calc(30px*0) 0;
	}
	
	.sp-map {
		margin: 0 calc(30px*1) 30px;
	}

	.sp-fen-view .fen {
		font-size: 1rem;
	}

	.sp-home-grid-title {
		font-size: 1.1rem;
	}
	
	.sp-product {
		width: 100%;
	}
	
	.sp-home-grid-recommend {
		line-height: 140%;
	}
	
	.sp-hr {
		margin: 15px 0px;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*5);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.sp-footer-content {
		margin: unset;
	}

	.sp-home-grid > div:nth-child(1) {
		width: 100%;
	}

	.sp-product {
		width: auto;
	}

	.sp-home-grid > * > * {
		margin: 15px 0;
	}
	
	.sp-content-text-top {
		left: 13%;
	}
	
	.sp-footer-title {
		font-size: 1.1rem;
	}

	footer {
		font-size: 0.8rem;
	}

	.sp-footer-menu-icon {
		font-size: 1.5rem;
	}

	div.sp-footer-content:nth-child(1) {
		width: 90%;
	}

}

@media only screen and (min-width: 375px) and (max-width: 1110px) {
	
	header {
		font-size: 1rem;
	}

	.sp-article-teaser {
		flex: unset;
		height: auto;
	}
	
	.sp-article-teaser-img img {
		height: calc(30px*12);
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*5);
	}
	
	.sp-footer-title {
		font-size: 1.1rem;
	}

	footer {
		font-size: 0.8rem;
	}

	.sp-footer-menu-icon {
		font-size: 1.5rem;
	}

	div.sp-footer-content:nth-child(1) {
		width: 90%;
	}
}

@media only screen and (min-width: 767px) and (max-width: 955px) {
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*2);
	}
}


@media only screen and (min-width: 734px) and (max-width: 767px) {
	
	.sphere-app:has(.sp-products) {
		padding: 15px;
	}

	.sp-product-launcher {
		width: auto;
		display: flex;
	}

	.sp-home-grid-content .sp-button {
		width: fit-content;
		margin: 0 5px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 734px) {
	
	.sphere-app:has(.sp-products) {
		padding: 15px;
	}

	.sp-product-launcher {
		display: unset;
	}

	.sp-home-grid-content .sp-button {
		margin-bottom: 5px;
	}
}


@media only screen and (min-width: 734px) and (max-width: 767px) {
	
	.sphere-app:has(.sp-products) {
		padding: 15px;
	}

	.sp-product-launcher {
		width: auto;
		display: flex;
	}

	.sp-home-grid-content .sp-button {
		width: fit-content;
		margin: 0 5px;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*4);
	}
}

@media only screen and (min-width: 300px) and (max-width: 734px) {
	
	.sphere-app:has(.sp-products) {
		padding: 15px;
	}

	.sp-product-launcher {
		display: unset;
	}

	.sp-home-grid-content .sp-button {
		margin-bottom: 5px;
	}
	
	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*4);
	}
}


@media only screen and (min-device-width: 375px) and (max-device-width: 767px) {

	html, body {
		font-family: Aktiv Grotesk;
		font-size: 14px;
		font-weight: 400;
		line-height: 2rem;
		letter-spacing: normal;
	}

	.sp-menu {
		width: auto;
		padding: unset;
		font-size: 1rem;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		align-items: center;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.sp-menu-item-label {
		white-space: nowrap;
	}

	header{
		padding: 5px !important;
		font-size: 1rem;
	}

	.sp-logo {
		max-height: calc(30px*1.1);
	}

	.for-you{
		max-height: 22px;
		margin-top: 42px;
	}
	
	.sp-main-content-intro {
		padding: 15px;
		display: unset;
	}
	
	.sp-main-content-intro-box {
		display: unset;
		padding:unset;
	}

	.sp-main-content-box {
		width: 100%;
		padding:  30px;
	}

	.slide > img:nth-child(2) {
		height: 100vh;
	}

	.sp-main-content-top {
		padding: 30px;
		line-height: 1.5rem;
	}

	.sp-main-content-top-title {
		line-height: 2.4rem;
		font-size: 1.8rem;
		letter-spacing: none;
	}
/*
	div.sp-legal-column:nth-child(1) {
		width: 33%;
	}
*/
	.sp-main-content-content {
		padding: 30px; 
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		top: 77%;
		margin-left: 0;
		line-height: 2rem;
	}

	.sp-content-image-top, .sp-content-image-top img{
		height: calc(30px*10);
	}

	.sp-content-text-top {
		left: 30px;
		right: 30px;
		text-align: left;
	}

	.sp-article {
		padding: 30px; 
	}

	.sp-article-image img {
		height: 200px;
	}

	.sp-article-teaser-img img {
		height: calc(30px*7);
	}

	.sp-article-teaser-title {
		margin-bottom: 0;
	}
/*
	.sp-article-teaser .sp-button {
		padding: 5px;
	}

	.sp-button {
		padding: calc(5px*2);
	}
*/
	div.sp-article-teaser-time{
		line-height: 1.5rem;
	}

	.sp-contacts {
		margin: 0px; 
		padding: 0px;
	}

	.sp-map {
		margin: 0px 30px 30px;
	}

	.sp-main-content-box-title {
		padding-bottom: calc(5px*2);
		font-size: 1.2rem;
	}
/*
	.sp-main-content img {
		height: calc(30px*10);
	}
*/
	.sp-content-text-top {
		right: 30px;
	}

	.sp-table table td, .sp-table table th {
		padding: 4px;
	}

	.sp-button, .sp-buttons-list li {
		margin-left: 0; 
	}

	.sp-product-launcher > div:nth-child(1) {
		display: contents;
	}

	.sp-product-launcher {
		padding-left: 10%;
		padding-right: 10%;
		width: 100%;
	}
/*
	.sp-login {
		padding-top: calc(30px*3) !important;
		padding-bottom: calc(30px*5) !important;
	}

	.sp-login-box {
		width: 85%;
		padding: 25px;
		margin-top: calc(15px*9);
	}
*/
	.des .sp-button {
		width: fit-content;
		display:flex;
		align-items: center;
		padding: 7px 10px;
	}

	.sp-padding > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) {
		line-height: 1rem;
	}
	
	.sp-res-menu-item {
		margin: 0px 5px;
	}

	.sp-res-menu-title > h1 {
		padding-bottom: calc(5px*2);
	}

	.sp-main-content-box-text {
		font-size: 1rem;
	}

	.sp-main-content-box, .sp-contact-box {
		padding-top: 20px;
	}
	
	/*
	.sphere-dialog {
		top: 28% !important;
	}
	*/
	.sp-logo {
		max-height: calc(30px*2.1);
	}

	.sp-footer-logo {
		max-height: calc(30px*1.3);
		padding-bottom: 10px;
	}

	
	.sp-legal-menu-item {
		margin: unset;
	}

	.sp-footer-menu-icon {
		justify-content: unset;
	}

	.sp-footer-content:first-child {
		margin-top: auto;
	}

	.sp-footer-title {
		font-size: 1rem;
		margin: 10px
	}
 
	footer {
		padding: 5px;
		line-height: 0.7rem;
	}

	footer .sp-flex-cross-center {
		align-items: unset;
	}

	.sp-footer-content-howden {
		width: 100%;
	}

	.sp-footer-content-socials {
		width: 100%;
		padding-bottom: 26px;
	}

	.sp-footer-menu-title {
		display: flex;
		align-items: center;
		margin-left: calc(30px*2);
	}

	.sp-hr {
		margin: 10px 0px;
	}
	
	.sphere-dialog-content .sp-main-content-content {
		padding: calc(30px*1) calc(15px*1);
	}

	.sphere-dialog-content .sp-main-content-content h1 {
		font-size: 1.5rem;
	}

	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*2);
		font-size: 2rem;
	}
	
	.sp-home-grid-side > * {
		margin: 15px 0; 
	}

	.sp-home-grid > div:nth-child(1) {
		width: 100%;
	}
	
	.aderisci-title{
		font-size: 1.1rem;
	}
	
	.aderisci-logo{
		width: 90px;
	}
}

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

	html, body{
		font-family: Aktiv Grotesk;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4rem;
		letter-spacing: normal;
	}

	header {
		padding: 5px;
		font-size: 1rem;
		line-height: 0.8rem;
	}

	header.scrolling-header{
		background-color: #0068a6; 
	}

	h1 {
		letter-spacing: -1px;
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: calc(30px*1);
	}

	h2 {
		font-family: GT Ultra,sans-serif;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 2.2rem;
		letter-spacing: -1px;
		margin-bottom: 1rem !important;
	}

	.sp-logo {
		max-height: calc(30px*1.9);
	}

	.sp-footer-logo {
		max-height: calc(30px*1.3);
		padding-bottom: 10px;
	}

	.for-you{
		max-height: 25px;
	}

	.howden-cut-wrapper {
		top: 45%;
		width: 100%;
	}

	.sp-menu {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		align-items: center;
	}
	
	.sp-menu-item{
		justify-content: center;
	}

	::-webkit-scrollbar {
		display: none;
	}
	
	.sp-menu-item-label {
		white-space: nowrap;
		padding: 5px;
	}
	
	.sp-menu-item-icon {
		font-size: 0.8rem;
	}

	.sp-main-content-content {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.sp-main-content-content h1 {
		letter-spacing: -1px;
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: calc(30px*1);
	}

	.sp-main-content-content {
		padding: 30px;
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*7);
	}

	.sp-login {
		padding-top: calc(30px*7) !important;
		padding-bottom: calc(30px*5) !important;
	}

	.sp-login-title {
		font-size: 1.2rem;
	}

	.fen {
		font-size: 1rem;
	}

	.sp-login-box {
		width: 95%;
	}

	.sp-login-description {
		line-height: 1.3rem;
	}

	.sp-button {
		font-size: 1rem;
		letter-spacing: none;
	}

	.sp-article-teaser-title {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	.sp-article-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.sp-article-teaser-img img {
		height: calc(30px*5);
	}

	.sp-article-teaser .sp-button {
		padding: 7px;
	}

	.sp-article {
		padding: 30px;
	}

	.sp-map {
		margin: 0px 30px 30px;
	}

	.sp-main-content-box-title {
		font-size: 1.rem;
	}

	div.sp-contact-box:nth-child(1) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	div.sp-contact-box:nth-child(2) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	div.sp-contact-box:nth-child(3) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	div.sp-contact-box:nth-child(4) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	div.sp-contact-box:nth-child(5) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	.sp-main-content-box, .sp-contact-box {
		font-size: 1rem;
		padding-top: 25px;
	}

	.sp-main-content-top {
		padding: 30px;
		padding-bottom: 0px;
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: 30px;
	}

	.sp-main-content-box {
		width: 100%;
	}

	.sp-main-content-intro {
		display: unset;
	}

	.sp-main-content-intro-box {
		display: unset;
		padding:unset;
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		top: 74%;
		margin-left: calc(30px*1);
		left: calc(30px*0);
	}

	.sp-res-menu-items {
		font-size: 1rem;
		overflow-x: auto;
		overflow-y: hidden;
		flex-basis: unset;
		flex-grow: unset;
	}
	.sp-res-menu-items .sp-flex-end{
		justify-content: unset;
	}

	.sp-content-text-top {
		left: 0%;
		font-size: 2rem;
	}

	.sp-res-menu {
		font-size: 0.8rem;
		overflow-x: auto;
		overflow-y: hidden;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.sp-res-menu-title > h1 {
		font-size: 1.5rem;
	}

	.sp-home-grid-content .sp-button {
		font-size: 1rem;
		width: unset;
		padding: calc(5px*1.5) 10px;
	}

	.sp-home-grid-title {
		font-size: 1rem;
	}

	.des .sp-button {
		width: fit-content;
		display:flex;
		align-items: center;
		padding: 7px 10px;
	}

	.sp-login-buttons {
		width: -moz-available;
		justify-content: center;
	}
	.sp-table-container a .fal {
		font-size: 1.4rem;
	}

	.sp-home-grid-side .sp-button {
		font-size: 1rem;
	}

	.sp-home-grid > * > * {
		font-size: 1rem;
	}

	.fen-view-label {
		font-size: 1rem;
	}

	.sp-product {
		width: 100%;
	}

	.sp-product-launcher > div:nth-child(1) {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.sp-home-grid-content .sp-button {
		margin-bottom: 5px;
	}

	.sp-product-launcher > div:nth-child(1) {
		justify-content: space-between;
	}

	.sp-button, .sp-buttons-list li {
		margin-left: unset; 
	}

	.fen-field {
		font-size: 0.9rem;
	}

	.fen {
		padding: 0 0 calc(5px*1);
	}

	.sp-margin-t {
		margin-top: 12px;
	}

	.sphere-dialog .sp-button {
		font-size: 0.9rem;
	}

	/*
	.sphere-dialog {
		top: 27% !important;
		max-width: 95%;
	}

	.sphere-dialog .fen-label {
		font-size: 1rem;
	}
	*/
	
	.sp-ets {
		width: 100%;
	}

	.sp-article-teaser {
		flex: unset;
	}

	.sp-product {
		width: 100%;
	}
	
	.sp-logo {
		padding: 3px 0;
		margin: 0;
	}
	
	.sp-main-content-top-title {
		line-height: 2.4rem;
		font-size: 1.8rem;
	}
	
	.sp-main-content-top {
		line-height: 1.5rem;
	}
	
	.sp-contacts {
		margin: 15px 0 0;
	}
	
	.sphere-dialog-content .sp-main-content-content {
		padding: calc(30px*1) calc(15px*1);
	}

	.sphere-dialog-content .sp-main-content-content h1 {
		font-size: 1.5rem;
	}

	.sphere-dialog-content .sp-content-text-top, .sphere-dialog-content .sp-content-text-top-sub {
		left: calc(30px*2);
		font-size: 2rem;
	}

	.item-image{
		width: 100px;
	}

	.sp-product-title {
		font-size: 1.2rem;
	}
	
	div.sp-footer-content:nth-child(2) {
		width: 20%;
	}
	
	div.sp-footer-content:nth-child(1) {
		width: 80%;
	}
	
	.sp-footer-content:first-child {
		margin-top: unset;
	}

	footer {
		padding: 5px;
		font-size: 0.7rem;
		line-height: 0.8rem;
		letter-spacing: normal;
	}

	.sp-footer-content-socials {
		width: 100%;
		padding-bottom: 15px;
	}

	.sp-footer-menu-title {
		margin-left: 18%;
		margin-right: 30px;
		margin-top: 7px;
		font-size: 1.5rem;
	}

	.sp-footer-menu-icon {
		font-size: 1.3rem;
		justify-content: center;
	}

	.sp-footer-content-howden {
		width: 100%;
	}

	div.sp-legal-column:nth-child(1) {
		padding-right: 15px;
	}

	.sp-hr {
		height: 2px;
		margin: 10px 0px;
	}

	.sp-footer-content {
		margin: 0;
	}
	
	.sp-footer-content:first-child {
		margin-top: auto;
	}
	
	.sp-footer-title {
		font-size: 0.8rem;
		margin: 10px
	}
	
	.sp-legal {
		font-size: 0.7rem;
		margin-top: 10px;
		width:100%;
	}

	.sp-buttons-list li {
		font-size: 1rem;
		padding: 3px;
		align-items: center;
		display: flex;
	}

	.sp-home-grid-side > :nth-child(1) {
		margin: 15px 0;
	}
	
	.sp-home-grid > div:nth-child(1) {
		width: 100%;
	}
	
	.sp-home-grid-side > * {
		margin: 15px 0;
	}

	.sphere-dialog-content {
		font-size: 1rem;
	}
	.fen-title, .des-title {
		white-space: unset;
	}
	
	.aderisci-title{
		font-size: 1.1rem;
	}
	
	.aderisci-logo{
		width: 90px;
	}
}