@font-face {
	font-family: "BroadcastMatter";
	font-display: swap;
	src: url("/fonts/BroadcastMatter.eot");
	/* IE9 Compat Modes */
	src: url("/fonts/BroadcastMatter.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
		url("/fonts/BroadcastMatter.otf") format("opentype"),
		/* Open Type Font */
		url("/fonts/BroadcastMatter.svg") format("svg"),
		/* Legacy iOS */
		url("/fonts/BroadcastMatter.ttf") format("truetype"),
		/* Safari, Android, iOS */
		url("/fonts/BroadcastMatter.woff") format("woff"),
		/* Modern Browsers */
		url("/fonts/BroadcastMatter.woff2") format("woff2");
	/* Modern Browsers */
}

/* source-sans-pro-700 - latin */
@font-face {
	font-family: "Source Sans Pro";
	font-display: swap;
	display: auto;
	font-style: normal;
	font-weight: 700;
	src: url("/fonts/source-sans-pro-v14-latin-700.eot");
	/* IE9 Compat Modes */
	src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
		url("/fonts/source-sans-pro-v14-latin-700.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
		url("/fonts/source-sans-pro-v14-latin-700.woff2") format("woff2"),
		/* Super Modern Browsers */
		url("/fonts/source-sans-pro-v14-latin-700.woff") format("woff"),
		/* Modern Browsers */
		url("/fonts/source-sans-pro-v14-latin-700.ttf") format("truetype"),
		/* Safari, Android, iOS */
		url("/fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro") format("svg");
	/* Legacy iOS */
}

html {
	overflow-x: hidden;
	min-width: 100%;
}

.mt-0 {
	margin-top: -62px !important;
}

.mt-1 {
	margin-top: 40px !important;
}

#homeseite p,
h2,
h3,
h4,
li {
	color: #5d637b;
}

#homeseite p {
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 1.1px;
	line-height: 2.7rem;
	font-weight: initial !important;
}

#homeseite h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 6.6rem;
	letter-spacing: 1.6px;
}

#homeseite h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 4.8rem;
	letter-spacing: 2.2px;
	position: relative;
}

#homeseite h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 2.6rem;
	letter-spacing: 0.7px;
}

#homeseite h4 {
	font-family: "BroadcastMatter";
	color: #202433;
	font-size: 9rem;
	line-height: 1;
}

#homeseite h5 {
	font-family: "BroadcastMatter";
	color: #202433;
	font-size: 7rem;
}

div#homeseite p {
	font-family: "source-sans-pro", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 1.2px;
	line-height: 3.8rem;
}

div#homeseite h1 {
	font-family: "montserrat", sans-serif;
	font-size: 6.6rem;
	letter-spacing: 1.6px;
}

div#homeseite h2 {
	font-family: "montserrat", sans-serif;
	font-size: 4.8rem;
	letter-spacing: 2.2px;
	position: relative;
}

div#homeseite h3 {
	font-family: "montserrat", sans-serif;
	font-size: 2.6rem;
	letter-spacing: 0.7px;
}

div#homeseite h4 {
	font-family: "BroadcastMatter";
	color: #202433;
	font-size: 9rem;
	line-height: 1;
}

div#homeseite h5 {
	font-family: "BroadcastMatter";
	color: #202433;
	font-size: 7rem;
}

#homeseite .go-up {
	background: rgba(93, 99, 123, 0.9);
	color: white;
	padding: 12px 17px;
	position: fixed;
	right: 2%;
	z-index: 99999;
	bottom: 10%;
	cursor: pointer;
	display: none;
}

#homeseite .color-btn+.color-btn {
	margin-left: 20px;
}

.well #well-info a:hover {
	color: white;
	text-decoration: none;
}

.well #well-info a {
	color: white;
	text-decoration: underline;
}

#homeseite a {
	z-index: 9;
	white-space: nowrap;
}

nav .dropdown-toggle,
nav .dropdown a {
	text-decoration: none;
	color: #5d637b;
	font-family: "montserrat", sans-serif;
	font-size: 18px !important;
}

#homeseite .nav-login a,
#homeseite .nav-login span,
#homeseite .nav-login li {
	color: #5d637b;
	font-size: 16px;
	font-family: "source-sans-pro", sans-serif;
}

nav.nav-login #navbar .navbar-nav>li>a {
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 0 !important;
	cursor: pointer;
}

nav.nav-login #navbar li a:hover,
nav.nav-login #navbar li a:hover>span,
nav.nav-login #navbar li a:hover>span span {
	background: transparent;
	color: #63d4ef;
}

.nav-login #navbar ul {
	margin-bottom: 0;
}

span.si-icon::before {
	width: 33px;
	height: 33px;
	display: block;
	color: #72beeb;
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	background-position: center center;
	background-size: 33px auto;
}

.nav-login li.member-menu img {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	margin: -4px 0 0 0;
	padding: 0;
	position: absolute;
	left: 20px;
}

.responsive-menu {
	display: none;
}

.nav-login #navbar ul.navbar-nav li:nth-last-of-type(2)>a,
.nav-login #navbar ul.navbar-nav li:last-of-type>a {
	padding-left: 20px;
}

.nav-login #navbar ul.navbar-nav li:first-of-type>a {
	padding-right: 20px;
}

.nav-login .badge {
	margin-top: 10px;
	background: #5d637b;
	color: white;
}

.nav-login .navbar-toggle .fa-user {
	margin-left: 5px;
}

.nav-login .navbar-toggle .fa-caret-down {
	color: #5d637b;
}

#sanuslife-menu {
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: auto;
	height: 100vh;
	background: white;
	padding: 20px 80px 20px 50px;
	display: none;
}

#sanuslife-menu li a {
	font-family: "montserrat", sans-serif;
	font-size: 2.6rem;
	letter-spacing: 0.7px;
	color: #5d637b;
	text-transform: uppercase;
	cursor: pointer;
}

#sanuslife-menu li {
	padding: 2% 0;
}

#sanuslife-menu li a:hover {
	text-decoration: none;
	color: #63d4ef;
}

#sanuslife-menu li:first-of-type {
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;
}

.navbar .fa-user {
	font-size: 30px;
	color: #5d637b;
	cursor: pointer;
	line-height: 45px;
}

.navbar .color-btn {
	float: right;
}

.down-btn {
	z-index: 10;
}

.well #well-info>span {
	font-family: "BroadcastMatter";
	font-size: 3.4rem;
}

.well i.fa-chevron-left {
	position: absolute;
	left: 10px;
	top: 37%;
	font-size: 2.4rem;
	color: white;
}

div#homeseite .well.well-open p {
	font-size: 3rem !important;
}

div#homeseite .well.well-open p#well-info {
	font-size: 1.6rem !important;
}

.well.well-open i.fa-chevron-left {
	top: 45%;
	transform: rotate(180deg);
}


#gutscheinsystem>.row>div:first-of-type {
	padding-left: 0;
}

#gutscheinsystem>.row>div:nth-of-type(2) {
	margin-top: -1%;
}

.blue {
	color: #63d4ef;
}

.navbar .caret {
	color: #5d637b;
	position: relative;
	cursor: pointer;
}

header:after {
	display: block !important;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.1;
	pointer-events: none;
	z-index: 0;
}

header>div:not(.well)>*:not(#dots):not(.down-btn) {
	position: relative;
	z-index: 1;
}

.dropdown-menu {
	border-radius: 0 !important;
	padding: 10%;
}

nav {
	width: 100vw;
}

#c2,
#c3,
#c4,
#c5,
#c6,
#c7 {
	display: none;
}

#homeseite h1.claim {
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -70%);
	width: 100%;
	margin: 0;
}



#homeseite .claim-container {
	padding-top: 62vh;
}

#homeseite .text-sc-h2 {
	font-size: 65px;
	line-height: 47px;
	letter-spacing: 2.8px;
}

#homeseite #c7 {
	font-size: 110px;
	line-height: 1;
	letter-spacing: 4.4px;
	font-weight: 300;
}

#homeseite .text-sc-p {
	font-family: 'montserrat', sans-serif;
	font-weight: bold !important;
	font-size: 30px;
	letter-spacing: 0.6px;
	line-height: 47px;
	text-shadow: 0px 3px 6px #00000055;
	position: relative;
}

.text-small,
#well-info,
#sanusbusiness .panel p {
	font-size: 1.6rem !important;
	line-height: 2.6rem !important;
}

.line {
	height: 4px;
	width: 35px;
	background: #5d637b;
	display: block;
	margin: 6px 0;
}

.navbar {
	background: white;
}

.nav-login {
	z-index: 1000;
	display: none;
}

.nav-home {
	z-index: 1000;
}

.broadcast-font {
	font-family: "BroadcastMatter";
}

.well .text-small span {
	font-family: "BroadcastMatter";
	font-size: 3rem;
}

.hamburger {
	cursor: pointer;
	margin-left: 20px;
}

.navbar .col-md-offset-1 ul,
.nav-login .container-fluid>div:first-of-type ul {
	display: flex;
	align-items: center;
}

.navbar .row {
	padding: 15px 15px 10px 15px;
}

.navbar .row div:first-of-type a {
	text-decoration: none;
	color: #5d637b;
	font-family: "montserrat", sans-serif;
	font-size: 24px;
	margin-left: 20px;
}

.caret ul {
	position: absolute;
	top: 20px;
	right: -20px;
	padding: 0 20px 20px;
	background-color: white;
	display: none;
}

.caret ul a {
	color: #5d637b;
	font-size: 2rem;
	line-height: 40px;
}

.caret ul a:hover {
	color: #63d4ef;
	text-decoration: none;
}

header {
	height: 94vh;
	color: white;
	background-image: url("/img/lifehomepage/SanusMap_HEADER_Street_-_für_Home_und_app-Home.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 6vh;
	position: relative;
	background-position: center;
}

#dots {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

#dots ol {
	list-style: none;
	width: 100%;
}

#dots ol li {
	background: white;
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin-right: 10px;
}

#dots .active {
	width: 15px;
	height: 15px;
	margin-bottom: -2px;
}

header p,
header h3 {
	color: white;
}

.color-btn {
	background: linear-gradient(right, #60BBEA 0%, #5BDDDD 100%);
	background: -webkit-linear-gradient(right, #60BBEA 0%, #5BDDDD 100%);
	background: -moz-linear-gradient(right, #60BBEA 0%, #5BDDDD 100%);
	background: -o-linear-gradient(right, #60BBEA 0%, #5BDDDD 100%);
	padding: 10px 25px;
	border: none;
	cursor: pointer;
	position: relative;
	color: white;
	font-family: "source-sans-pro", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.6px;
}

.color-btn:hover {
	-webkit-box-shadow: inset 0px 0px 0px 2px #63d4ef;
	-moz-box-shadow: inset 0px 0px 0px 2px #63d4ef;
	box-shadow: inset 0px 0px 0px 2px #63d4ef;
	background: transparent !important;
	color: #63d4ef;
	text-decoration: none;
}

.outline-btn {
	border: 2px solid white;
	padding: 8px 20px;
	background: transparent;
	cursor: pointer;
	color: white;
	font-family: "source-sans-pro", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.6px;
}

.outline-btn:hover {
	border-color: #9ed545;
	color: #9ed545;
	text-decoration: none;
}

.outline-btn.grey-outline-btn {
	border-color: #5d637b;
	color: #5d637b;
	font-size: 20px;
	padding: 10px 50px;
}

.well-btn {
	border: 2px solid white;
	padding: 8px 20px;
	background: transparent;
	cursor: pointer;
	color: white;
	font-family: "source-sans-pro", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.6px;
}

.grey-btn {
	border: 2px solid #5d637b;
	padding: 8px 15px;
	background: transparent;
	cursor: pointer;
	color: #5d637b;
	font-family: "source-sans-pro", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.6px;
}

.grey-btn:hover {
	text-decoration: none;
	font-weight: bold;
	border-color: #9ed545;
	color: #9ed545;
}

.regular-link {
	color: #5d637b;
	font-family: "montserrat", sans-serif;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-weight: bold;
}

.regular-link:after {
	content: "";
	background: url("/img/lifehomepage/btn-arrow.png");
	width: 22px;
	height: 22px;
	position: absolute;
	margin-left: 10px;
}

#well-info {
	display: none;
}

.well {
	position: fixed;
	right: 0;
	top: 150px;
	border-radius: 0;
	background: -moz-linear-gradient(0% 50% 0deg, rgba(190, 204, 0, 1) 0%, rgba(116, 180, 43, 1) 25%, rgba(44, 184, 202, 1) 50%, rgba(44, 175, 198, 1) 58.09%, rgba(45, 151, 188, 1) 71.24%, rgba(45, 131, 179, 1) 80%, rgba(40, 78, 118, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(190, 204, 0, 1) 0%, rgba(116, 180, 43, 1) 25%, rgba(44, 184, 202, 1) 50%, rgba(44, 175, 198, 1) 58.09%, rgba(45, 151, 188, 1) 71.24%, rgba(45, 131, 179, 1) 80%, rgba(40, 78, 118, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(190, 204, 0, 1)), color-stop(0.25, rgba(116, 180, 43, 1)), color-stop(0.5, rgba(44, 184, 202, 1)), color-stop(0.5809, rgba(44, 175, 198, 1)), color-stop(0.7124, rgba(45, 151, 188, 1)), color-stop(0.8, rgba(45, 131, 179, 1)), color-stop(1, rgba(40, 78, 118, 1)));
	background: -o-linear-gradient(0deg, rgba(190, 204, 0, 1) 0%, rgba(116, 180, 43, 1) 25%, rgba(44, 184, 202, 1) 50%, rgba(44, 175, 198, 1) 58.09%, rgba(45, 151, 188, 1) 71.24%, rgba(45, 131, 179, 1) 80%, rgba(40, 78, 118, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(190, 204, 0, 1) 0%, rgba(116, 180, 43, 1) 25%, rgba(44, 184, 202, 1) 50%, rgba(44, 175, 198, 1) 58.09%, rgba(45, 151, 188, 1) 71.24%, rgba(45, 131, 179, 1) 80%, rgba(40, 78, 118, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BECC00', endColorstr='#284E76' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(190, 204, 0, 1) 0%, rgba(116, 180, 43, 1) 25%, rgba(44, 184, 202, 1) 50%, rgba(44, 175, 198, 1) 58.09%, rgba(45, 151, 188, 1) 71.24%, rgba(45, 131, 179, 1) 80%, rgba(40, 78, 118, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BECC00', endColorstr='#284E76', GradientType=1);
	border: none;
	padding: 15px 20px 10px 70px;
	display: flex;
	cursor: pointer;
	max-width: 350px;
	z-index: 17990;
}

.well-visible {
	font-size: 3.6rem;
	font-weight: bold;
}

.well-visible span {
	font-weight: normal;
	font-size: 5.6rem !important;
	padding-left: 50%;
}


.well:after {
	content: "";
	position: absolute;
	left: 2vw;
	top: 0;
	height: 100%;
	width: 2px;
	background: white;
}

.claim {
	margin-top: 30vh;
	margin-bottom: 5%;
}

.claim span span {
	font-size: 14rem;
}

.claim.nostandard {
	margin: 25vh 0 2% 0;
}

.down-btn {
	position: absolute;
	left: 50%;
	bottom: 2%;
}

#sanuslife {
	position: relative;
	padding-top: 20vh;
	padding-bottom: 45vh;
	background: url("/img/lifehomepage/wolken_hauptteil.jpg") no-repeat;
	background-position-y: 0%;
	background-size: auto;
	background-size: 100%;
	background-position-y: 950px;
}

#sanuslife>div>h3 {
	display: flex;
	align-items: center;
}

#sanuslife h3 span {
	color: #202433;
	font-family: "BroadcastMatter";
	font-size: 10rem;
}

#sanuslife>div:first-of-type {
	position: relative;
	z-index: 2;
}

#sanuslife .rellax {
	position: absolute;
	z-index: 1;
	top: 1400px;
	width: 100%;
	left: 0;
}

#sanuslife .tooltip .tooltip-inner {
	font-size: 18px;
	background-color: #edeaea;
	opacity: 1;
	color: #5d637b;
	box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}

#sanuslife .tooltip.in {
	opacity: 1;
}

#sanuslife .tooltip .tooltip-arrow {
	border-top-color: #edeaea;
}

.vertical-line:before {
	content: "";
	background: -moz-linear-gradient(45.98% -252% 90deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	background: -webkit-gradient(linear, 45.98% -252%, 45.98% -859.21%, color-stop(0, rgba(40, 78, 118, 1)), color-stop(0.2, rgba(45, 131, 179, 1)), color-stop(0.2876, rgba(45, 151, 188, 1)), color-stop(0.4191, rgba(44, 175, 198, 1)), color-stop(0.5, rgba(44, 184, 202, 1)), color-stop(0.75, rgba(116, 180, 43, 1)), color-stop(1, rgba(190, 204, 0, 1)));
	background: -o-linear-gradient(90deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	background: -ms-linear-gradient(90deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#284E76', endColorstr='#BECC00' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BECC00', endColorstr='#284E76', GradientType=0);
	width: 10px;
	height: 31vh;
	position: absolute;
	left: -30px;
	top: -26.5vh;
}

.horizontal-line:before {
	content: "";
	background: linear-gradient(90deg, #9ed545 0%, #63d4ef 100%);
	width: 22vw;
	height: 10px;
	position: absolute;
	margin-left: -24vw;
	margin-top: 2vh;
}

.right-img {
	width: calc(100% + 15px);
	height: auto;
}

#gutschein-logo {
	position: absolute;
	left: calc(100% - 38vw);
	width: 19vw;
	top: 66%;
}

#sanusplanet-logo {
	position: absolute;
	right: calc(100% - 33vw);
	width: 17vw;
	top: 60%;
	pointer-events: none;
}

#sanusplanet {
	padding-bottom: 15%;
}

#sanusworld {
	position: relative;
	z-index: 9;
}

#sanusworld-logo {
	width: 34vw;
	margin: 6% auto 0;
	display: block;
}

#homeseite .online-offline p {
	font-family: 'BroadcastMatter' !important;
	color: white !important;
	font-size: 90px;
	transform: rotate(-8deg);
	display: inline-block;
	line-height: 0.7;
	z-index: 10;
}

#homeseite .online-offline>p:last-of-type {
	padding-left: 120px;
}

#homeseite .online-offline:before {
	width: 220px;
	height: 220px;
	content: '';
	position: absolute;
	left: 25px;
	top: -45px;
	background: linear-gradient(90deg, rgba(190, 204, 0, 1) 0%, rgba(116, 180, 43, 1) 25%, rgba(44, 184, 202, 1) 50%, rgba(44, 175, 198, 1) 58.09%, rgba(45, 151, 188, 1) 71.24%, rgba(45, 131, 179, 1) 80%, rgba(40, 78, 118, 1) 100%);
	border-radius: 50%;
}

#homeseite .online-offline {
	width: 400px;
	position: absolute;
	top: -50px;
	right: 0;
}

#sanusworld>div:first-of-type {
	z-index: 1;
}

#sanusworld>div:nth-last-of-type(2) {
	z-index: 1;
}

#sanusworld .rellax {
	margin: 0 -15px;
	z-index: 0;
}

#sanusproducts {
	padding-top: 20vh;
	padding-bottom: 35vh;
	position: relative;
	z-index: 11;
}

#sanusworld .rellax {
	position: absolute;
	bottom: -450px;
	z-index: 0;
}

#sanusproducts:after {
	content: "";
	background: url(/img/lifehomepage/logo-sanus-products.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	right: 15vw;
	background-size: 100%;
	opacity: 0.2;
	top: 10vh;
}

#sanusproducts>div:first-of-type {
	position: relative;
}

#sanusproducts .row {
	position: relative;
	z-index: 2;
}

#sanusproducts .row img {
	width: 250px;
}

#sanusproducts img[alt="Ecaia"] {
	margin-top: 10vh;
}

#sanusproducts img[alt="Esori"] {
	margin-top: 5vh;
}

#sanusproducts .baumrellax1 {
	position: absolute;
	top: 1050px;
	margin-left: -15px;
	margin-right: -15px;
	z-index: 0;
}

.baum {
	margin-top: -45%;
	float: left;
	width: 100%;
}

#sanuspool,
#waterbottle {
	padding-top: 7%;
}

#sanuspool {
	padding-bottom: 5vw;
}

#waterbottle p {
	padding-right: 9%;
}

#sanusbusiness .panel .panel-heading[aria-expanded="false"] .vs-part-1:before {
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	content: "+";
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	z-index: 5;
	padding-top: 10.5%;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 75px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.8s;
}

#sanusbusiness .panel .panel-heading[aria-expanded="false"]:hover .vs-part-1:before {
	opacity: 1;
}

.vertical-col div {
	background: -moz-linear-gradient(45.98% -252% 90deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	background: -webkit-gradient(linear, 45.98% -252%, 45.98% -859.21%, color-stop(0, rgba(40, 78, 118, 1)), color-stop(0.2, rgba(45, 131, 179, 1)), color-stop(0.2876, rgba(45, 151, 188, 1)), color-stop(0.4191, rgba(44, 175, 198, 1)), color-stop(0.5, rgba(44, 184, 202, 1)), color-stop(0.75, rgba(116, 180, 43, 1)), color-stop(1, rgba(190, 204, 0, 1)));
	background: -o-linear-gradient(90deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	background: -ms-linear-gradient(90deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#284E76', endColorstr='#BECC00' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(40, 78, 118, 1) 0%, rgba(45, 131, 179, 1) 20%, rgba(45, 151, 188, 1) 28.76%, rgba(44, 175, 198, 1) 41.91%, rgba(44, 184, 202, 1) 50%, rgba(116, 180, 43, 1) 75%, rgba(190, 204, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BECC00', endColorstr='#284E76', GradientType=0);
	width: 10px;
	height: 43vh;
	margin-left: 7.7vw;
}

#pool-eur {
	color: #5d637b;
	font-family: "montserrat", sans-serif;
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 3.2px;
	line-height: 110%;
	opacity: 0.5;
}

#navbar .btn-shop-logged-in a {
	margin-right: 20px;
}

@media (min-width: 768px) {
	.pool-sac {
		color: #63d4ef;
		font-family: "montserrat", sans-serif;
		font-weight: bold !important;
		font-size: 3.2rem;
		letter-spacing: 3.2px;
		line-height: 110%;
	}
}

@media (max-width: 768px) {
	.pool-sac {
		color: #63d4ef;
		font-family: "montserrat", sans-serif;
		font-weight: bold !important;
		font-size: 3.2rem;
		letter-spacing: 3.2px;
		line-height: 110%;
	}

}

#mappartner-logo {
	position: absolute;
	right: 8%;
	width: 25vw;
	top: -25%;
}

#mappartner {
	position: relative;
	z-index: 99;
}

#sanusbusiness {
	padding-bottom: 5%;
	padding-top: 5%;
	background: black;
	position: relative;
}

#fische {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 11;
	right: 20%;
	animation: 20s fische infinite;
	-webkit-animation: 20s fische infinite;
	-moz-animation: 20s fische infinite;
	-o-animation: 20s fische infinite;
	transform: scaleX(0.85);
}

@keyframes fische {
	40% {
		right: 12%;
		top: -2%;
	}

	70% {
		right: 7%;
		top: 2%;
	}
}

.kliff {
	height: 500px;
}

.kliff div img {
	width: 100%;
}

.kliff div {
	position: absolute;
	top: 2100px;
	z-index: 9;
	right: 0;
	width: 100%;
}

.kliff>img:last-of-type {
	z-index: 10;
	position: absolute;
	top: 0;
	width: 100%;
}

#sanusbusiness .container-fluid {
	z-index: 99;
	position: relative;
}

#gutscheinsystem {
	background-image: linear-gradient(to bottom,
			rgb(1, 39, 63),
			rgb(1, 39, 63));
	padding-top: 10%;
	position: relative;
	z-index: 100;
}

#mappartner {
	background-image: linear-gradient(to bottom,
			rgb(1, 39, 62),
			rgb(1, 39, 63));
}

.schildkroete {
	position: absolute;
	width: 40%;
	right: 10%;
	bottom: 7%;
	animation: move 12s infinite cubic-bezier(0.02, 0.43, 0.32, 0.81);
	-webkit-animation: move 12s infinite cubic-bezier(0.02, 0.43, 0.32, 0.81);
	-moz-animation: move 12s infinite cubic-bezier(0.02, 0.43, 0.32, 0.81);
	-o-animation: move 12s infinite cubic-bezier(0.02, 0.43, 0.32, 0.81);
}

@keyframes move {
	50% {
		right: 7%;
		bottom: 9%;
	}
}

.moewen {
	position: relative;
}

.moewen img:first-of-type {
	width: 35vw;
	position: absolute;
	top: -1400px;
	right: 35%;
	animation: moewe1 5s infinite;
	-webkit-animation: moewe1 5s infinite;
	-moz-animation: moewe1 5s infinite;
	-o-animation: moewe1 5s infinite;
}

@keyframes moewe1 {
	50% {
		right: 33%;
	}
}

.moewen img:last-of-type {
	width: 20vw;
	position: absolute;
	top: -1600px;
	right: 10%;
	animation: moewe2 8s infinite;
	-webkit-animation: moewe2 8s infinite;
	-moz-animation: moewe2 8s infinite;
	-o-animation: moewe2 8s infinite;
}

@keyframes moewe2 {
	50% {
		top: -1500px;
	}
}

#sanuscoin,
#sanusmap-app {
	background: rgb(1, 39, 63);
}

#sanusmap-app .row>div:first-of-type {
	margin-top: 10%;
}

.white-font {
	color: white;
}

#sanusbusiness .panel.business .panel-heading a .ico-sanus-business {
	background-color: #314c7c;
	background-image: url("/img/lifehomepage/logo-sanus-business.png");
}

#sanusbusiness .panel.business .panel-heading a .ico-sanus-products {
	background-color: #afb649;
	background-image: url("/img/lifehomepage/logo-sanus-products.png");
}

#sanusbusiness .panel.business .panel-heading a .ico-sanus-world {
	background-color: #72beeb;
	background-image: url("/img/lifehomepage/logo-sanus-world_2.png");
}

#sanusbusiness .panel.business .panel-heading a .ico-sanus-store {
	background-color: #7fa054;
	background-image: url("/img/lifehomepage/logo-sanus-store.png");
}

#sanusbusiness .panel.business .panel-heading a .ico-sanus-companies {
	background-color: #58a289;
	background-image: url("/img/lifehomepage/logo-sanus-map.png");
}

#sanusbusiness .panel.business .panel-heading a .vs-part-1,
#sanusbusiness .panel.business .panel-heading a .vs-part-2 {
	width: 50%;
	float: left;
	text-align: center;
	color: white;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% auto;
	font-size: 1.6rem;
	font-family: "montserrat", sans-serif;
	padding-top: 37%;
	padding-bottom: 5%;
	letter-spacing: 0.6px;
}

.content.sanus-business .panel.business .panel-heading a {
	display: block;
	position: relative;
	overflow: hidden;
}

#sanusbusiness .panel.business .panel-heading a .vs-divider {
	position: absolute;
	left: 50%;
	top: 11vh;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.125);
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	font-size: 2.15384615em;
}

#sanusbusiness .panel.business .panel-heading a .vs-divider .fa-exchange {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fa-exchange::before {
	content: "\f0ec";
}

#sanusbusiness .panel.animated,
#sanusbusiness .panel-heading {
	background-color: transparent !important;
	border: none;
	background-image: none !important;
}

#sanusbusiness .panel-heading {
	padding: 0 !important;
}

#sanusbusiness .top30>div {
	margin-bottom: 1%;
}

#sanusbusiness .panel:before {
	content: "+";
	position: absolute;
	top: 0;
	color: white;
	font-size: 3rem;
	right: 5%;
}

#sanuscompanies {
	background: url("/img/lifehomepage/BG_Unterwasserwelt.jpg");
	background-size: 100%;
	padding: 50% 0 35vh 0;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
}

#sanusplanet {
	padding-top: 5%;
	position: relative;
	z-index: 11;
}

#sanusplanet>div:first-of-type {
	padding-top: 2.5%;
	padding-right: 5%;
}

.quallen {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0 15% 0 0;
	z-index: 1;
}

.quallen img {
	width: 15%;
	height: auto;
	margin-top: 15%;
	position: absolute;
}

#sanusmap-app div.row {
	position: relative;
	z-index: 2;
	padding-bottom: 7vw;
}

.quallen img:first-of-type {
	transform: scaleX(-1);
	opacity: 0.3;
	left: 30%;
	animation: qualle1 8s infinite;
	-webkit-animation: qualle1 8s infinite;
	-moz-animation: qualle1 8s infinite;
	-o-animation: qualle1 8s infinite;
}

@keyframes qualle1 {
	50% {
		left: 28%;
		opacity: 0.6;
	}
}

.quallen img:nth-of-type(2) {
	left: 45%;
	opacity: 0.5;
	animation: qualle2 6s infinite;
	-webkit-animation: qualle2 6s infinite;
	-moz-animation: qualle2 6s infinite;
	-o-animation: qualle2 6s infinite;
}

@keyframes qualle2 {
	50% {
		width: 15.5%;
		left: 45.5%;
		margin-top: 12%;
		opacity: 1;
	}
}

.quallen img:last-of-type {
	left: 70%;
	animation: qualle3 10s infinite;
	-webkit-animation: qualle3 10s infinite;
	-moz-animation: qualle3 10s infinite;
	-o-animation: qualle3 10s infinite;
}

@keyframes qualle3 {
	50% {
		left: 68.5%;
		margin-top: 16%;
	}
}

#sanuscoin {
	padding-top: 15%;
}

#footer-1 {
	background: #f4f4f4;
	padding: 25px 9%;
	padding: 25px 15px;
}

#footer-1 a {
	font-family: "montserrat", sans-serif;
	color: #5d637b;
	letter-spacing: 0.5px;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

#footer-1 ul {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}

#footer-1 li {
	position: relative;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#footer-1 li:not(:last-of-type) {
	border-right: 1px solid #5d637b;
}

#footer-1 ul>li>a {
	font-size: 16px;
}

#footer-2 {
	margin: 3% 0;
}

#footer-2 li {
	font-family: "montserrat", sans-serif;
	color: #5d637b;
	letter-spacing: 0.4px;
	font-size: 16px;
	line-height: 26px;
}

#footer-2 li a {
	opacity: 0.5;
	color: #5d637b;
	text-decoration: none;
	cursor: pointer;
	hyphens: auto;
}

#footer-2 li:first-of-type {
	font-size: 18px;
	margin-bottom: 5px;
	width: 100%;
}

#footer-2>.row {
	min-height: 223px;
}

#footer-2 ul li.text-uppercase {
	margin-bottom: 15px;
}

#footer-2 ul li:not(.text-uppercase) strong {
	font-weight: normal;
}

#footer-2 .col-lg-3 ul.list-inline li:not(.text-uppercase) {
	margin: 4px 4px;
}

#footer-2 .col-lg-1:last-of-type {
	display: flex;
	flex-direction: column;
	min-height: 204px;
}

#footer-2 .col-lg-1>.list-unstyled {
	flex-grow: 1;
}

#footer-2 .col-lg-1:last-of-type>a {
	align-self: flex-end;
	margin: 4px;
}

#footer-3 {
	background: #5d637b;
}

#footer-3 p,
#footer-3 a {
	font-size: 13px;
	color: white;
	font-family: "montserrat", sans-serif;
	letter-spacing: 0.8px;
	text-decoration: none;
}

#footer-3 p {
	margin: 0 auto;
	text-align: center;
}

#footer-1 a:hover,
#footer-3 a:hover {
	color: #63d4ef !important;
}

#footer-2 a:hover {
	opacity: 1;
}

.fa-facebook {
	background-color: #aeb1bd;
	padding: 6px 10px 5px 9px;
	border-radius: 50%;
	color: white;
	font-size: 20px;
}

.fa-youtube,
.fa-instagram {
	background-color: #aeb1bd;
	padding: 5px 6px 5px 7px;
	border-radius: 50%;
	color: white;
	font-size: 20px;
}

#sanusproducts .col-md-3 a:before {
	width: 0px;
	height: 300px;
	background-size: 100%;
	position: absolute;
	left: -420px;
	bottom: -70px;
	z-index: 99;
	content: " ";
	transition: height 0.3s;
}

#sanusproducts .col-md-3:hover>a:before {
	width: 350px;
}

#ecaia a:before {
	background: url("/img/lifehomepage/ecaja@2x.png") no-repeat center center;
}

#esori a:before {
	background: url("/img/lifehomepage/Esori@2x.png") no-repeat center center;
}

#anacos a:before {
	background: url("/img/lifehomepage/Anacos@2x.png") no-repeat center center;
}

/* #sanuscompanies .text:after {
    content: "Sind Sie";
    font-family: BroadcastMatter;
    position: absolute;
    color: #fff;
    font-size: 6em;
    top: -40px;
    right: 250px;
}

#sanuscompanies .text:before {
    content: "Unternehmer?";
    font-family: BroadcastMatter;
    position: absolute;
    color: #fff;
    top: 30px;
    right: 80px;
    font-size: 6em;
} */

#sanuscompanies .companies-slogan-p1 {
	font-family: BroadcastMatter;
	position: absolute;
	color: #fff;
	font-size: 6em;
	top: -40px;
	right: 250px;
	white-space: nowrap;
}

#sanuscompanies .companies-slogan-p2 {
	font-family: BroadcastMatter;
	position: absolute;
	color: #fff;
	top: 30px;
	right: 80px;
	font-size: 6em;
}

@media (max-width: 768.8px) {
	#sanuscompanies .companies-slogan-p1 {
		font-family: BroadcastMatter;
		position: absolute;
		color: #fff;
		font-size: 6em;
		top: 40vw;
		right: 55vw;
		white-space: nowrap;
	}

	#sanuscompanies .companies-slogan-p2 {
		font-family: BroadcastMatter;
		position: absolute;
		color: #fff;
		top: 55vw;
		right: 25px;
		font-size: 6em;
	}
}

@media (min-width: 768.8px) and (max-width: 992px) {
	#sanuscompanies .companies-slogan-p1 {
		font-family: BroadcastMatter;
		position: absolute;
		color: #fff;
		font-size: 6em;
		top: 30vw;
		right: 21vw;
		white-space: nowrap;
	}

	#sanuscompanies .companies-slogan-p2 {
		font-family: BroadcastMatter;
		position: absolute;
		color: #fff;
		top: 35vw;
		right: 25px;
		font-size: 6em;
	}
}

header .row h3 {
	white-space: nowrap;
}

.pool-einnahmen:after {
	content: "";
	background: url("/img/lifehomepage/sanusplanet_logo.png") no-repeat;
	position: absolute;
	top: -25px;
	height: 430px;
	width: 100%;
	max-width: 400px;
	background-size: contain;
}

.pool-einnahmen p:first-of-type {
	margin-top: 150px;
}

.pool-einnahmen p {
	z-index: 1;
	position: relative;
	margin-left: 50px;
}

#comingsoon-img {
	margin-top: 12%;
}

.nav-login #shop-nav li a.dropdown-toggle {
	margin-top: 0 !important;
	margin-left: 30px !important;
}

.nav-login #shop-nav li .shop-icon:before {
	content: "";
	position: absolute;
	background: url("/img/lifehomepage/shop-icon.png");
	width: 35px;
	height: 35px;
	background-size: contain;
	left: -25px;
	top: 5px;
}

.nav-login #shop-nav li a:hover {
	background: transparent;
	color: #63d4ef;
}

.nav-login #shop-nav li .color-btn:hover {
	color: #63d4ef;
}

/* Responsive */


@media all and (max-width: 1700px) {
	#sanuslife {
		background-position-y: 1000px;
	}

	#sanuslife .rellax {
		top: 1700px;
	}

	.claim {
		margin-top: 20vh;
	}

	.moewen img:last-of-type {
		top: -1600px;
	}

	.moewen img:first-of-type {
		top: -1450px;
	}

	#sanusbusiness .rellax {
		top: 2300px;
	}

	.outline-btn.grey-outline-btn {
		padding: 10px 35px;
	}
}

@media all and (max-width: 1600px) {
	.well i.fa-chevron-left {
		left: 8px;
	}

	.claim.nostandard {
		margin: 20vh 0 2% 0;
	}

	header .row .text-small {
		width: 110%;
	}

	#sanusworld .color-btn,
	#sanusworld .grey-btn {
		margin-top: 5px;
		display: inline-block;
	}

	#sanusworld .color-btn {
		margin-right: 10px;
	}

	#sanusworld .rellax {
		bottom: -550px;
	}

	#sanusworld .grey-btn {
		margin-left: 0px;
		z-index: 1;
		position: relative;
	}

	#sanusproducts {
		padding-bottom: 160px;
	}

	#sanusproducts .col-md-3 a::before {
		left: -350px;
		bottom: -40px;
	}

	#sanuscompanies {
		padding-bottom: 16%;
	}

	#sanusbusiness .rellax {
		top: 2500px;
	}

	#footer-1 {
		padding: 25px 15px;
	}

	#footer-1 a {
		font-size: 14px;
	}

	#footer-1 ul {
		justify-content: center;
	}

	#footer-1 li {
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer-1 li::after {
		display: none;
	}

	#footer-1 li:not(:last-of-type) {
		border-right: 2px solid #5d637b;
	}

	#footer-1 ul>li>a {
		font-size: 16px;
	}

	.moewen img:first-of-type {
		top: -1500px;
	}
}

@media all and (max-width: 1500px) {
	.outline-btn.grey-outline-btn {
		padding: 10px 25px;
	}

	#sanuslife h3 span {
		font-size: 8rem;
	}

	.moewen img:first-of-type {
		top: -1600px;
	}

	nav.nav-login #navbar .navbar-nav>li>a {
		padding-right: 0;
	}

	header .row .text-small {
		width: 130%;
	}

	.claim.nostandard {
		margin: 20vh 0 0 0;
	}


	.well:after {
		left: 30px;
	}

	#homeseite .circle-container {
		margin-left: 0;
	}
}

@media all and (max-width: 1440px) {
	#sanuslife .rellax {
		top: 1750px;
	}

	#homeseite .online-offline {
		transform: scale(0.8);
	}

	.well i.fa-chevron-left {
		left: 5px;
	}

	#shop-nav {
		padding-left: 4%;
	}

	.nav-login .si-icon span {
		display: none !important;
	}

	.nav-login #navbar ul.navbar-nav li:first-of-type>a {
		padding-right: 5px;
	}

	#footer-1 ul {
		flex-wrap: wrap;
	}

	#footer-1 ul li a {
		line-height: 2;
	}

	#footer-2 .col-lg-1:last-of-type {
		padding-right: 0;
	}

	.nav-home .col-md-2 .dropdown {
		padding-left: 0;
	}

	#mappartner .col-md-4 .color-btn:last-of-type {
		margin-left: 0 !important;
		float: left;
		margin-top: 20px;
	}

	.moewen img:first-of-type {
		top: -1600px;
	}

	.moewen img:last-of-type {
		top: -1700px;
	}

	@keyframes moewe2 {
		50% {
			top: -1800px;
		}
	}

	#sanusbusiness .panel.business .panel-heading a .vs-part-1,
	#sanusbusiness .panel.business .panel-heading a .vs-part-2 {
		font-size: 1.2rem;
	}

	#sanuslife .col-md-3 h3 {
		font-size: 2.3rem;
	}

	#sanusproducts {
		padding-bottom: 80px;
	}

	#sanuscompanies {
		padding-bottom: 8%;
	}

	#mappartner {
		padding-top: 8%;
	}

	.schildkroete {
		width: 30%;
		right: 0%;
		bottom: -3%;
	}

	#sanusbusiness .rellax {
		top: 2600px;
	}

	header .claim {
		margin-bottom: 2%;
	}
}

@media all and (max-width: 1320px) {
	header .row .text-small {
		width: 150%;
	}

	#sanusbusiness .rellax {
		top: 2800px;
	}

	.outline-btn.grey-outline-btn {
		padding: 10px 20px;
	}
}

@media all and (max-width: 1280px) {
	div#homeseite p {
		font-size: 2rem;
		line-height: 3.2rem;
	}

	.navbar .row {
		padding: 10px 15px 5px 15px;
	}

	.claim span {
		font-size: 6rem;
	}

	.claim span span {
		font-size: 12rem;
	}

	nav.nav-login #navbar li a {
		padding-left: 5px;
	}

	div#homseite h2,
	h2 {
		font-size: 3.5rem;
	}


	#sanusworld>div:first-of-type {
		margin-top: 5%;
	}

	.kliff div {
		top: 2800px;
	}

	.kliff {
		height: 350px;
	}

	#sanusbusiness {
		padding-top: 0;
	}

	body p {
		font-size: 2rem;
		line-height: 3.2rem;
	}


	#sanuslife {
		background-position-y: 1000px;
	}

	#sanuslife .rellax {
		top: 1760px;
	}

	#sanusworld .rellax {
		bottom: -550px;
	}

	#sanusproducts .col-md-3 a::before {
		left: -280px;
	}

	#sanusproducts .col-md-3:hover>a:before {
		width: 275px;
	}

	#sanusbusiness .panel .panel-heading[aria-expanded="false"] .vs-part-1::before {
		font-size: 1.6rem;
	}

	#footer-1 {
		padding: 25px 15px;
	}

	#footer-1 a {
		font-size: 14px;
	}

	#footer-1 ul {
		justify-content: center;
	}

	#footer-1 li {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
	}

	#footer-1 li::after {
		display: none;
	}

	#footer-1 li:not(:last-of-type) {
		border-right: 2px solid #5d637b;
	}

	#footer-2 li:first-of-type {
		font-size: 14px;
	}

	#footer-2 li {
		font-size: 12px;
	}

	#mappartner div .color-btn:nth-of-type(2) {
		margin-left: 0 !important;
		margin-top: 7%;
		float: left;
	}

	h4 {
		font-size: 7rem;
	}

	#sanusbusiness .rellax {
		top: 2700px;
	}

	.text-small,
	#well-info,
	#sanusbusiness .panel p {
		line-height: 2.4rem;
		letter-spacing: 0.5px;
	}
}

@media (max-width: 1200px) {
	#homeseite .online-offline {
		width: 300px;
	}

	header .row .text-small {
		width: 100%;
	}

	.nav-login .member-menu .dropdown-toggle span span {
		display: none !important;
	}

	.nav-login .container-fluid>div:first-of-type>ul>li:nth-of-type(2) {
		display: none;
	}

	.moewen img:first-of-type {
		top: -240px;
	}

	.moewen img:last-of-type {
		top: -400px;
		animation: none;
	}

	.schildkroete {
		bottom: 4%;
	}

	.pool-einnahmen:after {
		height: 370px;
	}

	.pool-einnahmen p:first-of-type {
		margin-top: 120px;
	}

	#sanusplanet {
		padding-top: 20vh;
		padding-bottom: 5%;
	}

	#sanusplanet-video {
		margin-top: -15%;
	}

	#sanusplanet-logo {
		top: 50%;
	}

	#lovenature>.row>div:nth-of-type(2) {
		margin-top: 2%;
	}

	#waterbottle img {
		width: 100%;
	}

	#waterbottle p {
		padding-right: 0;
	}

	#sanuspool {
		padding-top: 12%;
	}

	#mappartner div img:last-of-type {
		width: 90%;
	}

	#mappartner-logo {
		right: -7%;
		width: 30vw;
	}

	#sanuscompanies .text::after,
	#sanuscompanies .text::before {
		font-size: 5.4em;
	}

	#sanuscompanies h2 {
		margin-top: 5%;
	}

	#mappartner h3 {
		margin-top: 0;
	}

	#comingsoon-img {
		width: 100%;
	}
}

@media all and (max-width: 1080px) {
	#sanuscompanies {
		padding-bottom: 1.5%;
	}

	.schildkroete {
		width: 23%;
	}
}

@media all and (max-width: 1024px) {
	#homeseite #c7 {
		font-size: 80px;
	}

	#homeseite h1 .text-sc-h2 {
		font-size: 35px;
	}

	#homeseite h1 .text-sc-p {
		font-size: 25px;
		line-height: 1.2;
	}

	#sanusworld .rellax {
		bottom: -650px;
	}
}

@media all and (max-width: 991px) {
	.navbar .container {
		width: 99%;
	}

	#navbar .btn-shop-logged-in a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}


	.navbar-nav.navbar-dividers>li:not(:first-child)>a {
		padding-left: 5px;
		padding-right: 5px;
	}

	#c6 img {
		width: 50px !important;
	}

	.navbar .row {
		padding: 5px 15px 0 15px;
	}

	#sanuslife .rellax[data-rellax-speed="5"],
	#sanuslife .rellax[data-rellax-speed="6"] {
		display: none;
	}

	#sanuslife {
		background-position-y: 110%;
		padding-bottom: 25vh;
	}

	#sanusworld .container-fluid>div:first-of-type {
		margin-top: 0 !important;
	}

	#sanusworld .container-fluid>div:nth-of-type(2)>.right-img {
		display: none;
	}

	#sanusworld-logo {
		width: 400px
	}

	#sanusplanet-video {
		margin-top: 0;
	}

	#sanusplanet-logo {
		top: 60%;
		width: 25vw;
		right: 37%;
	}

	#lovenature>.row {
		display: flex;
		flex-direction: column-reverse;
	}

	#lovenature iframe {
		height: 500px;
	}

	#lovenature>.row>div:nth-of-type(2) {
		margin-top: 0;
		margin-bottom: 5%;
	}

	#sanuspool {
		padding-top: 5%;
	}

	#sanuspool .vertical-col {
		display: none;
	}

	.pool-einnahmen:after {
		height: 400px;
		top: -150px;
		left: 33%;
	}

	.pool-einnahmen {
		height: 250px;
	}

	.pool-einnahmen p:first-of-type {
		margin-top: 120px;
	}

	#waterbottle>.row>div:last-of-type {
		margin-top: 5%;
	}

	.pool-einnahmen p {
		margin-left: 38%;
	}

	.moewen img:first-of-type {
		top: 70px;
	}

	.moewen img:last-of-type {
		top: -40px;
		animation: moewe2resp 6s infinite;
		-webkit-animation: moewe2resp 6s infinite;
		-moz-animation: moewe2resp 6s infinite;
		-o-animation: moewe2resp 6s infinite;
	}

	@keyframes moewe2resp {
		50% {
			top: -20px;
		}
	}

	#sanuscompanies {
		padding-top: 10%;
		background-position-y: -50px;
		background-color: rgb(1, 39, 62);
	}

	#sanuscompanies>div:nth-of-type(2) {
		padding-top: 40%;
	}

	#sanuscompanies .text::after,
	#sanuscompanies .text::before {
		font-size: 5em;
	}

	#sanuscompanies .text::before {
		top: 320px;
		right: 50px;
	}

	#sanuscompanies .text::after {
		top: 260px;
		right: 200px;
	}

	.schildkroete {
		animation: none;
	}

	#mappartner div img:last-of-type {
		width: 100%;
	}

	#mappartner-logo {
		right: 0;
		width: 50vw;
		top: -5%;
	}

	#mappartner>.row>div:nth-of-type(2) {
		margin-top: 5%;
	}

	#mappartner .color-btn:first-of-type {
		float: left;
		margin-right: 5%;
	}

	#mappartner div .color-btn:nth-of-type(2) {
		margin-top: 0;
	}

	#sanusmap-app img#comingsoon-img {
		width: 80%;
		margin: 0 10%;
	}

	#gutscheinsystem {
		padding-top: 5%;
	}

	#gutscheinsystem>.row>div:first-of-type {
		padding-left: 15px !important;
		padding-bottom: 15%;
	}

	#gutscheinsystem img:first-of-type {
		width: 100%;
	}

	#gutschein-logo {
		width: 30vw;
		left: 38%;
		top: 60%;
	}

	#gutscheinsystem>.row>div:nth-of-type(2) {
		padding: 0 15px;
	}

	#sanusbusiness .rellax {
		top: 0;
	}

	#sanusbusiness .container-fluid {
		margin-top: -10%;
	}

	#sanusbusiness .panel.animated .panel-heading a .vs-divider {
		top: 33vh;
	}

	#sanusbusiness .panel .panel-body .page-content {
		min-height: 100px !important;
	}

	#sanusbusiness .panel .panel-heading[aria-expanded="false"] .vs-part-1::before {
		left: 0;
		width: 100%;
	}

	#footer-1 li:not(:last-of-type) {
		border: none;
	}

	#footer-2 .col-lg-1:first-of-type {
		width: 100%;
		text-align: center;
	}

	#footer-2 .col-lg-1:first-of-type img {
		width: 70%;
		margin-top: 0 !important;
		margin-bottom: 40px;
	}

	#footer-2 .row>div:not(:first-of-type) {
		width: 49.5%;
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.nav-login span.si-icon.si-cart::before {
		font-size: 28px;
	}

	nav.nav-login #navbar li a {
		padding-right: 5px;
	}

	.well {
		padding-left: 30px;
		top: 120px;
		max-width: 700px;
	}

	.well-visible span {
		padding-left: 22%;
	}

	.claim {
		margin-top: 25vh;
	}

	#sanuslife>div>h3 {
		flex-direction: column;
		align-items: start;
	}

	.col-nopadding {
		padding: 0;
	}

	#sanuslife h3 span {
		margin: 15px 0;
	}

	.right-img {
		width: 100%;
		height: 100%;
		margin-top: 10%;
	}

	#homeseite h1.claim {
		transform: translate(-50%, -99%);
	}

	#homeseite #c7 {
		top: 100px;
		position: relative;
	}
}

@media (max-width: 760px) {
	div#homeseite h5 {
		font-size: 48px;
	}

	#sanuslife p.buttons {
		text-align: center;
	}

	div#homeseite p {
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 0.5px;
	}

	#mappartner {
		padding-top: 110px;
		padding-bottom: 80px;
	}

	#homeseite #c1 span.broadcast-font {
		display: block;
		margin-top: 50px;
		font-size: 70px !important;
	}

	#homeseite .online-offline {
		transform: scale(0.5);
		right: -77px;
	}

	#sanusmap-app img#comingsoon-img {
		width: 100%;
		margin: 0;
	}

	#sanusworld-logo {
		width: 300px;
	}

	#homeseite .down-btn {
		display: none;
	}

	#homeseite #c6>br:nth-of-type(2) {
		display: none !important;
	}

	#homeseite h1.claim {
		transform: translate(-50%, 0);
		top: 50px;
	}

	#homeseite .claim-container {
		padding-top: 63vh;
	}

	#homeseite #c7 {
		font-size: 45px !important;
	}

	#homeseite h1 .text-sc-h2 {
		font-size: 25px !important;
	}

	#homeseite h1 .text-sc-p {
		font-size: 20px !important;
		line-height: 1.2;
	}

	.well i.fa-chevron-left {
		top: 35%;
		left: 3px;
	}

	div#homeseite h4 {
		font-size: 7rem;
	}

	#sanusmap-app .row>div:first-of-type {
		padding-bottom: 50px;
	}

	header {
		background-image: url("/img/lifehomepage/SanusMap_HEADER_Street_-_für_Home_und_app-Home_mobile.jpg");
	}

	.quallen img:last-of-type {
		left: 60%;
		animation: none;
	}

	.nav-login #shop-nav {
		position: absolute;
		left: 35%;
		top: -5px;
	}

	.nav-login #shop-nav .navbar-nav li:first-of-type {
		float: left;
	}

	.nav-login .member-menu .dropdown-toggle span span {
		display: inline !important;
	}

	.nav-login #navbar ul.navbar-nav span.si-icon:before {
		display: none;
	}

	.nav-login .member-menu img {
		display: none;
	}

	.nav-login #navbar ul.navbar-nav li.dropdown a,
	.nav-login #navbar ul.navbar-nav>li:last-of-type a {
		padding-left: 0;
	}

	.nav-login #navbar ul.navbar-nav>li>a {
		padding-left: 0;
	}

	#navbar {
		width: 100%;
	}

	.nav-login .si-icon span {
		display: inline !important;
	}

	.claim span {
		line-height: 1.1;
	}

	h1 {
		line-height: 60px;
	}

	header {
		min-height: 800px;
		height: 97vh;
		margin-top: 3vh;
	}

	.well {
		top: 122px;
	}

	.well-visible span {
		padding-left: 50%;
	}

	header .row .outline-btn {
		margin-top: 8%;
		float: left;
	}

	.responsive-menu {
		display: block;
	}

	#sanuslife-menu li a {
		font-size: 2.1rem;
	}

	#sanuslife-menu li {
		padding: 1% 0;
	}

	#sanuslife-menu hr {
		margin: 10px 0;
	}

	.nav-home .color-btn {
		padding: 10px 15px;
	}

	div#homseite h2,
	h2 {
		font-size: 3rem;
	}

	.baum {
		margin-top: -10%;
	}

	#sanuscompanies>div:nth-of-type(2) {
		padding-top: 80%;
	}

	#sanuscompanies .text::before {
		top: 180px;
		right: 20px;
	}

	.schildkroete {
		display: none;
	}

	#mappartner div .color-btn:nth-of-type(2) {
		margin-top: 7%;
	}

	#comingsoon-img {
		margin: 10% 0;
		width: 100%;
	}

	.quallen img {
		width: 35%;
	}

	.quallen img:first-of-type {
		left: 0;
		width: 35%;
		animation: qualle1resp 6s infinite;
		-webkit-animation: qualle1resp 6s infinite;
		-moz-animation: qualle1resp 6s infinite;
		-o-animation: qualle1resp 6s infinite;
	}

	@keyframes qualle1resp {
		50% {
			left: 5%;
			opacity: 0.6;
		}
	}

	.quallen img:nth-of-type(2) {
		left: 30%;
		animation: qualle2resp 6s infinite;
		-webkit-animation: qualle2resp 6s infinite;
		-moz-animation: qualle2resp 6s infinite;
		-o-animation: qualle2resp 6s infinite;
	}

	@keyframes qualle2resp {
		50% {
			width: 30%;
			left: 35%;
			opacity: 1;
			margin-top: 12%;
		}
	}

	.quallen {
		margin: 20% 0;
	}

	#sanusbusiness .container-fluid {
		margin-top: -30%;
	}

	#sanusbusiness .rellax {
		top: 3%;
	}

	.kliff>img:last-of-type {
		width: 150%;
		right: 0;
	}

	#sanusbusiness .panel.animated .panel-heading a .vs-divider {
		top: 11vh;
	}

	#sanuscompanies .text::after {
		top: 120px;
		right: unset;
	}

	#sanusplanet {
		padding-top: 20vh;
	}

	#sanusplanet iframe {
		height: 300px;
	}

	#lovenature iframe {
		height: 260px;
	}

	.pool-einnahmen {
		height: 320px;
	}

	.pool-einnahmen p:first-of-type {
		margin-top: 180px;
	}

	.pool-einnahmen p {
		margin-left: 100px;
	}

	.pool-einnahmen::after {
		top: -150px;
		left: 0;
		background-position-x: 50%;
	}

	.moewen img:last-of-type {
		display: none;
	}

	.moewen img:first-of-type {
		top: -40px;
		width: 50vw;
	}

	#footer-2 .row>div:not(:first-of-type) {
		width: 100%;
		text-align: center;
	}

	.nav-login span.si-icon.si-cart::before {
		display: none;
	}

	.nav-login .dropdown-toggle .badge {
		display: none;
	}

	.nav-login .navbar-toggle {
		margin-top: 0 !important;
		padding: 0 !important;
		margin-right: 20px;
	}

	.claim span {
		font-size: 4rem;
	}

	.claim span span {
		font-size: 8rem !important;
		line-height: 80px;
	}

	h3 {
		font-size: 22px;
	}

	.claim {
		margin-top: 20vh;
		margin-bottom: 5vh;
	}

	#sanuslife h3 span {
		font-size: 5.7rem;
		margin: 15px 0;
	}

	#sanuslife {
		padding-top: 8%;
		background-position-y: 100%;
		padding-bottom: 20vh;
	}

	.vertical-line::before,
	.horizontal-line:before {
		display: none;
	}

	#sanusworld .container-fluid>div:last-of-type {
		margin-top: 20%;
	}


	#sanusproducts {
		padding-top: 10%;
	}

	#sanusworld .container-fluid>div>div.col-12 {
		width: 30%;
	}

	.navbar .row div:first-of-type a {
		margin: 0;
		font-size: 20px;
	}

	.navbar .row>div:first-of-type {
		padding-right: 0;
	}

	.navbar .row>div:nth-of-type(2) {
		padding-left: 0;
	}

	.navbar .list-inline>li {
		padding-right: 0;
		padding-left: 0;
	}

	.line {
		width: 25px;
		margin: 5px 0;
	}

	.hamburger {
		margin-left: 10px;
	}

	header {
		margin-bottom: 5%;
	}

	header:after {
		opacity: 0.3;
	}


}

@media (max-width: 370px) {
	.claim span span {
		font-size: 70px !important;
		line-height: 1;
	}

	.claim span {
		font-size: 30px;
		line-height: 1 !important;
	}
}

.container-fluid {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/* center your content if > 1222! */
@media (min-width: 1320px) {

	.container-1,
	.container-fluid {
		max-width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.sanus-side-trigger a.sst_faq {
	background: #60bbea url(/assets/trigger-sidebar_faq.png) no-repeat 10px center;
	top: 350px !important;
	height: 88px;
	z-index: 15400;
}

.sanus-side-trigger a.sst_events {
	background: #60bbea url(/assets/trigger-sidebar_events.png) no-repeat 10px center;
	top: 250px !important;
	height: 88px;
	z-index: 15400;
}

.well-closed {
	padding: 15px 20px 10px 70px;
}

.well.well-open {
	padding: 55px 20px 40px 70px;
}

@media all and (max-width: 767px) {
	.well {
		top: 80px;
		padding: 5px 10px 0px 50px;
	}

	.well.well-open {
		padding: 30px 20px 30px 50px;
	}


	div#homeseite h2 {
		font-size: 2.6rem;
	}

	#homeseite h3 {
		font-size: 20px !important;
	}

	.pool-einnahmen p {
		margin-left: 20%;
	}

}

@media all and (max-width: 991px) {
	#anacos {
		margin-top: 8vh;
	}

	.pool-einnahmen:after {
		height: 370px;
		top: -150px;
		/* left: 33%; */
	}
}

@media all and (max-width: 300px) {
	h2 {
		font-size: 2.3rem;
	}

	#sanuscompanies .text::before {
		top: 150px;
	}

	#sanuscompanies .text::after {
		top: 80px;
	}

	nav a.dropdown-toggle {
		font-size: 15px !important;
	}
}

.a-wrap {
	white-space: initial !important;
}

/* use to hide old move up btn */
#ScrollUpToTop {
	display: none !important;
}

.pool_image {
	position: relative;
	background: url(/img/lifehomepage/sanusplanet_logo.png) no-repeat;
	top: -20px;
	height: 430px;
	width: 100%;
	max-width: 400px;
	background-size: contain;
}

.pool_image>.centered {
	position: absolute;
	top: 54%;
	left: 45%;
	transform: translate(-55%, -50%);
}

.centered>p {
	font-family: "source-sans-pro", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 1.2px;
	line-height: 3.8rem;
	color: #5d637b;
}

#pool-sac {
	color: #63d4ef;
	font-family: "montserrat", sans-serif;
	font-weight: bold;
	font-size: 4.2rem;
	letter-spacing: 3.2px;
	line-height: 110%;
}

.pool-sac {
	color: #63d4ef;
	font-family: "Montserrat", sans-serif;
	font-weight: bold !important;
	font-size: 4.2rem !important;
	letter-spacing: 3.2px;
	line-height: 110%;
}