/* Bandbreite, official website
   v2.0 | 2023-01, created by Filip Chudzinski
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------------------------------------------------------------------- */
/* basics */
/* ---------------------------------------------------------------------- */

body {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400; font-size: 16px; line-height: 1.4em; letter-spacing: normal;
    color: rgba(255, 255, 255, 1.0);
	background: rgba(24,24,24, 1);
    overflow-x: hidden;
}

	@media (prefers-color-scheme: dark) {
	  body {
	    color: rgba(255, 255, 255, 0.9);
	    background: rgba(0, 0, 0, 1); 
	  }
	}

body, html {
    margin-top: 0px !important;
}

body, html { 
    overflow-x: hidden;
}

a, a:visited {
    outline: none;
    text-decoration: none;
    color: rgba(0, 110, 220, 1);
}

	@media (prefers-color-scheme: dark) {
		a, a:visited {
		    outline: none;
		    text-decoration: none;
		    color: rgba(0, 110, 220, 1);
		}
	}

a:hover {
    text-decoration: none;
    color: rgba(0, 110, 220, 1);
}

section, footer, header, aside {
    display: block;
}

::selection {
    background: rgba(255, 255, 255, 1);
    color: rgba(0,0,0,1);
    text-shadow: none;
}

::-moz-selection {
    background: rgba(255, 255, 255, 1);
    color: rgba(0,0,0,1);
    text-shadow: none;
}

table {
    display: table
}

tr {
    display: table-row
}

thead {
    display: table-header-group
}

tbody {
    display: table-row-group
}

tfoot {
    display: table-footer-group
}

col {
    display: table-column
}

colgroup {
    display: table-column-group
}

td, th {
    display: table-cell
}

caption {
    display: table-caption
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* ---------------------------------------------------------------------- */
/* basics */
/* ---------------------------------------------------------------------- */

body {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400; font-size: 18px; line-height: 1.4em; letter-spacing: normal;
    color: rgba(255, 255, 255, 1.0);
	background: rgba(24,24,24, 1);
    overflow-x: hidden;
}

	@media (prefers-color-scheme: dark) {
	  body {
	    color: rgba(255, 255, 255, 0.9);
	    background: rgba(0, 0, 0, 1); 
	  }
	}

body, html {
    margin-top: 0px !important;
}

body, html { 
    overflow-x: hidden;
}

a, a:visited {
    outline: none;
    text-decoration: none;
    color: rgba(0, 110, 220, 1);
}

	@media (prefers-color-scheme: dark) {
		a, a:visited {
		    outline: none;
		    text-decoration: none;
		    color: rgba(0, 110, 220, 1);
		}
	}

a:hover {
    text-decoration: none;
    color: rgba(0, 110, 220, 1);
}

section, footer, header, aside {
    display: block;
}

::selection {
    background: rgba(255, 255, 255, 1);
    color: rgba(0,0,0,1);
    text-shadow: none;
}

::-moz-selection {
    background: rgba(255, 255, 255, 1);
    color: rgba(0,0,0,1);
    text-shadow: none;
}

table {
    display: table
}

tr {
    display: table-row
}

thead {
    display: table-header-group
}

tbody {
    display: table-row-group
}

tfoot {
    display: table-footer-group
}

col {
    display: table-column
}

colgroup {
    display: table-column-group
}

td, th {
    display: table-cell
}

caption {
    display: table-caption
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* ---------------------------------------------------------------------- */
/* text-styles */
/* ---------------------------------------------------------------------- */

.text__small {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px; font-weight: 400;
	letter-spacing: .054em;	
	line-height: 1.43;
}

.text__smaller {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px; font-weight: 400;
	letter-spacing: .056em;
	line-height: 1.43;	
}

		@media only screen and (min-width: 768px) {
		.text__smaller {
		    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
			font-size: 16px; font-weight: 400;
			letter-spacing: .022em;
			line-height: 1.47059;	
		}
		}
		
		@media only screen and (min-width: 1024px) {
		
		}

.text__default {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px; font-weight: 400;
	letter-spacing: .056em;
	line-height: 1.43;	
}

		@media only screen and (min-width: 768px) {
		.text__default {
		    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
			font-size: 18px; font-weight: 400;
			letter-spacing: .022em;
			line-height: 1.47059;	
		}
		}
		
		@media only screen and (min-width: 1024px) {
		
		}

.text__xlarge {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px; font-weight: 700;
	letter-spacing: -.003em;
	line-height: 1.21053;
}

		@media only screen and (min-width: 768px) {
		
		.text__xlarge {
			font-size: 26px; font-weight: 700;
			letter-spacing: .01em;
			line-height: 1.3200;
		}
		}

.text__xxlarge {
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 18px; font-weight: 700;
	letter-spacing: -.003em;
	line-height: 1.292;
}

		@media only screen and (min-width: 768px) {
		.text__xxlarge {
			font-size: 36px; font-weight: 700;
			letter-spacing: -.003em;
			line-height: 1.08349;
		}
		}
		
		@media only screen and (min-width: 1024px) {
		.text__xxlarge {
			font-size: 48px; font-weight: 700;
			letter-spacing: -.003em;
			line-height: 1.08349;
		}
		}
		
/* ---------------------------------------------------------------------- */
/* dekstop/mobile */
/* ---------------------------------------------------------------------- */		

.desktop {
	display: none !important; visibility: hidden;
}

@media only screen and (min-width: 768px) {
.desktop {
	display: block !important; visibility: visible;
}
}

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

}

.mobile {
	display: block; visibility: visible;
}

@media only screen and (min-width: 768px) {
.mobile {
	display: none; visibility: hidden;
}
}

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

}

/* ---------------------------------------------------------------------- */
/* ribbon */
/* ---------------------------------------------------------------------- */

#ribbon {
	margin: 0; padding: 0;
	position: fixed; top: 0;
	height: 44px; width: 100%; display: none;
	background: rgba(0, 0, 0, .6); 
	color: rgba(255, 255, 255, 1);
	-webkit-backdrop-filter: blur(32px);
	backdrop-filter: blur(32px);
}

		@media only screen and (min-width: 500px) {
		#ribbon {
			margin: 0; padding: 0;
			height: 44px; width: 100%; display: block;
			background: rgba(0, 0, 0, .6); 
			color: rgba(255, 255, 255, 1);
			-webkit-backdrop-filter: blur(32px);
			backdrop-filter: blur(32px);
			z-index: 100;
		}
		}
		
		@media only screen and (min-width: 1024px) {
		
		}

#ribbon__content {
	margin: 0; padding: 0;
	height: 44px; width: 100%; display: block;
	line-height: 44px;
	text-align: center;
}

#ribbon__content a {
	padding: 0 1px;
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
	
}

#ribbon__content a:hover {
	padding: 0 3px;	
    background: rgba(255, 255, 255, 1);
    color: rgba(0,0,0,1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	cursor: pointer;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
	
}

/* ---------------------------------------------------------------------- */
/* content */
/* ---------------------------------------------------------------------- */

#content {
	padding: 0% 5%;
	margin-bottom: 24px;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
}

		@media only screen and (min-width: 768px) {
		#content {
			padding: 0% 4%;
			transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
		}
		}
		
		@media only screen and (min-width: 1024px) {
		#content {
			padding: 0% 2%;
			transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
		}		
		}

#content__edgetoedge {
	padding: 0% 0%;
	margin-bottom: 24px;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
}

		@media only screen and (min-width: 768px) {
		#content__edgetoedge {
			padding: 0% 4%;
			transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
		}
		}
		
		@media only screen and (min-width: 1024px) {
		#content__edgetoedge {
			padding: 0% 2%;
			transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
		}		
		}
		
/* ---------------------------------------------------------------------- */
/* navigation */
/* ---------------------------------------------------------------------- */	

#navigation {
	margin: 0 auto; padding: 0;
	margin-top: 50px;
	height: auto; width: 100%; display: none;
	min-height: 36px;
	color: rgba(255, 255, 255, 1);	
}

@media only screen and (min-width: 500px) {
#navigation {
	margin: 0 auto; padding: 0;
	margin-top: 50px;
	height: auto; width: 100%; display: block;
	min-height: 36px;
	color: rgba(255, 255, 255, 1);	
}
}

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

}

#navigation__content {
	margin: 0 auto; padding: 0;
	height: 36px; max-width: 1024px; display: block;
	line-height: 36px;
	border-bottom: 1px solid #404040;
}

#navigation__title {
	margin: 0; padding: 0;
	width: 50%; display: block; float: left;
	line-height: 36px;
}

#navigation__links {
	margin: 0; padding: 0;
	width: 50%; display: none; float: right;	
	line-height: 36px;
}

	@media only screen and (min-width: 768px) {
	#navigation__links {
		margin: 0; padding: 0;
		width: 50%; display: block; float: right;	
		line-height: 36px;
	}
	}
	
	@media only screen and (min-width: 1024px) {
	
	}

#navigation__links ul, li {
	list-style: none;
	list-style-type: none;
}

#navigation__links li {
	float: right;
	padding-left: 12px;
	padding-right: 20px;
	background: transparent url('icon-arrow-right-light.svg') no-repeat center right;
	background-size: 16px auto;	
}

#navigation__links li:hover {
	float: right;
	padding-left: 12px;
	padding-right: 20px;
	background: transparent url('icon-arrow-right-fill.svg') no-repeat center right;
	background-size: 16px auto;	
	cursor: pointer;	
}

#navigation__links li.download {
	float: right;
	padding-left: 12px;
	padding-right: 20px;
	background: transparent url('icon-arrow-down-light.svg') no-repeat center right;
	background-size: 16px auto;	
}

#navigation__links li.download:hover {
	float: right;
	padding-left: 12px;
	padding-right: 20px;
	background: transparent url('icon-arrow-down-fill.svg') no-repeat center right;
	background-size: 16px auto;	
	cursor: pointer;
}


	
/* ---------------------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------------------- */

#header {
	margin: 0 auto; padding: 0;
	margin-top: 36px;
	height: auto; width: 100%; display: block;
	min-height: 200px;
	color: rgba(255, 255, 255, 1);	
}

#header__content {
	margin: 0 auto; padding: 0;
	height: auto; max-width: 1024px; display: block;
}

#header__content .appicon {
	margin: 0 auto; padding: 0;
	margin-bottom: 12px;
	height: 100px; width: 100px; display: block;
	background: transparent url('20230130-image-appicon.png') center center;
	background-size: 100px auto;
	text-indent: -9999px;
}

#header__content .appname {
	margin: 0; padding: 0;
	text-align: center;
}

#header__content .headline {
	margin: 6px auto; padding: 0;
	max-width: 800px;
	text-align: center;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
}

@media only screen and (min-width: 768px) {
#header__content .headline {
	margin: 14px auto; padding: 0;
	max-width: 800px;
	text-align: center;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
}
}

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

}

#header__content .subheadline {
	margin: 0; padding: 0;
	text-align: center;
}

/* ---------------------------------------------------------------------- */
/* section */
/* ---------------------------------------------------------------------- */

#section {
	margin: 0 auto; padding: 0 5%;
	margin-top: 0px;
	height: auto; max-width: 1024px; display: block;
}

@media only screen and (min-width: 768px) {
#section {
	margin: 0 auto; padding: 0 4%;
	margin-top: 0px;
	height: auto; max-width: 1024px; display: block;
}
}

@media only screen and (min-width: 1024px) {
#section {
	margin: 0 auto; padding: 0 2%;
	margin-top: 0px;
	height: auto; max-width: 1024px; display: block;
}
}

#headline {
	text-align: center;
}

#subheadline {
	padding: 6px 1% 0 1%;
	text-align: center;
}

@media only screen and (min-width: 768px) {
#subheadline {
	padding: 6px 0 0 0;
	text-align: center;
}
}

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

}

#section a {
	color: inherit;
	border-bottom: 1px solid rgba(255,255,255,1);
}

/* ---------------------------------------------------------------------- */
/* hero */
/* ---------------------------------------------------------------------- */

#header__hero {
	padding: 0% 0%;
	margin-bottom: 24px;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
}

		@media only screen and (min-width: 768px) {
		#header__hero {
			padding: 0% 4%;
			transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
		}
		}
		
		@media only screen and (min-width: 1024px) {
		#header__hero {
			padding: 0% 2%;
			transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
		}		
		}

#header__hero__content {
	margin: 0; padding: 0; 
	height: 300px; width: 100%; display: block;
	text-indent: -9999px;
	perspective: 1;
}

@media only screen and (min-width: 768px) {
#header__hero__content {
	margin: 0; padding: 0; 
	height: 500px; width: 100%; display: block;
	text-indent: -9999px;
}
}

@media only screen and (min-width: 1024px) {
#header__hero__content {
	margin: 0; padding: 0; 
	height: 500px; width: 100%; display: block;
	text-indent: -9999px;
	perspective: 1;
}
}

@media only screen and (min-width: 1280px) {
#header__hero__content {
	margin: 0; padding: 0; 
	height: 750px; width: 100%; display: block;
	text-indent: -9999px;
	perspective: 1;
}
}

#header__hero__image {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20250424-image-hero-devices-ipad.png') no-repeat center center;
	background-size: auto 100%;
	position: relative;
}

#header__hero__image__iphone {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20250424-image-hero-devices-iphone.png') no-repeat center right 35%;
	background-size: auto 100%;
	position: absolute; top: 0px;
}

@media only screen and (min-width: 500px) {
#header__hero__image__iphone {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20250424-image-hero-devices-iphone.png') no-repeat center center;
	background-size: auto 100%;
	position: absolute; top: 0px;
}
}

#header__hero__image__watch {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20230912-image-hero-devices-watch.png') no-repeat center right 35%;
	background-size: auto 100%;
	position: absolute; top: 0px; right: 0;
}

@media only screen and (min-width: 500px) {
#header__hero__image__watch {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20230912-image-hero-devices-watch.png') no-repeat center center;
	background-size: auto 100%;
	position: absolute; top: 0px;
	right: 0px;
}
}

@media only screen and (min-width: 1024px) {
#header__hero__image__watch {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20230912-image-hero-devices-watch.png') no-repeat center center;
	background-size: auto 100%;
	position: absolute; top: 0px;
	right: -20px;
}
}

@media only screen and (min-width: 1280px) {
#header__hero__image__watch {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20230912-image-hero-devices-watch.png') no-repeat center center;
	background-size: auto 100%;
	position: absolute; top: 0px;
	right: 100px;
}
}

#header__hero__image__card-01 {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20250424-image-hero-cards-01.png') no-repeat center center;
	background-size: auto 100%;
	position: absolute;
}

#header__hero__image__card-02 {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20250424-image-hero-cards-02.png') no-repeat center center;
	background-size: auto 100%;
	position: absolute; top: 20px;
}

#header__hero__image__card-03 {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20250424-image-hero-cards-03.png') no-repeat center center;
	background-size: auto 100%;
	position: absolute; top: 20px;
}

#hero__basics {
	margin: 0; padding: 0; 
	height: 250px; width: 100%; display: none;
	text-indent: -9999px;
}

@media only screen and (min-width: 768px) {
#hero__basics {
	margin: 0; padding: 0; 
	height: 500px; width: 100%; display: block;
	text-indent: -9999px;
}
}

@media only screen and (min-width: 1024px) {
#hero__basics {
	margin: 0; padding: 0; 
	height: 500px; width: 100%; display: block;
	text-indent: -9999px;
}
}

@media only screen and (min-width: 1280px) {
#hero__basics {
	margin: 0; padding: 0; 
	height: 750px; width: 100%; display: block;
	text-indent: -9999px;
}
}

#hero__basics__mobile {
	margin: 0; padding: 0; 
	height: 320px; width: 100%; display: block;
	text-indent: -9999px;
}

@media only screen and (min-width: 768px) {
#hero__basics__mobile {
	margin: 0; padding: 0; 
	height: 320px; width: 100%; display: none;
	text-indent: -9999px;
}
}

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

}

#hero__basics__image {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: none; 
	position: relative;
}

@media only screen and (min-width: 768px) {
#hero__basics__image {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: none; 
	position: relative;
}
}

@media only screen and (min-width: 1024px) {
#hero__basics__image {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: none; 
	position: relative;
}

@media only screen and (min-width: 1280px) {
#hero__basics__image {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20230130-image-hero-basics.png') no-repeat center top;
	background-size: 100% auto; 
	position: relative;
}
}
}

#hero__basics__image__mobile {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 1024px;
	background: transparent url('20230130-image-hero-basics-mobile.png') no-repeat center top;
	background-size: 150% auto; 
	position: relative;	
}

#hero__basics__image__devices {
	margin: 0 auto; padding: 0;
	height: 100%; width: 90%; 
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0px; 
}

#hero__basics__image__devices__01 {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 100%;
	background: transparent url('20230130-image-hero-basics-01.png') no-repeat center center;
	background-size: auto 80%;
	position: relative;
	top: 0px;
}

#hero__basics__image__devices__02 {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 100%;
	background: transparent url('20230130-image-hero-basics-02.png') no-repeat center center;
	background-size: auto 80%;
	position: relative;
	top: 160px;
}

#hero__basics__image__devices__03 {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 100%;
	background: transparent url('20230130-image-hero-basics-03.png') no-repeat center center;
	background-size: auto 80%;
	position: relative;
	top: -100px;	
}

#hero__basics__image__devices__04 {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	max-width: 100%;
	background: transparent url('20230130-image-hero-basics-04.png') no-repeat center center;
	background-size: auto 80%;
	position: relative;
	top: 0px;	 overflow: visible;
}

#hero__devices {
	margin: 0 auto; padding: 0; 
	height: 300px; width: 100%; display: block;
	text-indent: -9999px;
	max-width: 95%;
}

@media only screen and (min-width: 768px) {
#hero__devices {
	margin: 0 auto; padding: 0; 
	height: 525px; width: 100%; display: block;
	text-indent: -9999px;
	max-width: 90%;
}
}

@media only screen and (min-width: 1024px) {
#hero__devices {
	margin: 0 auto; padding: 0; 
	height: 500px; width: 100%; display: block;
	text-indent: -9999px;
	max-width: 1024px;
}
}

@media only screen and (min-width: 1280px) {
#hero__devices {
	margin: 0 auto; padding: 0; 
	height: 750px; width: 100%; display: block;
	text-indent: -9999px;
	max-width: 1280px;
}
}

#hero__devices__image__mobile {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	background: transparent url('20230130-image-hero-devices-mobile.png') no-repeat center center;
	background-size: auto 100%;
	position: relative;
}


#hero__devices__image {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	background: transparent url('20230130-image-hero-devices.png') no-repeat center center;
	background-size: auto 100%;
	position: relative;
}

#hero__devices__image__mac {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	background: transparent url('20230130-image-hero-devices-sync-mac.png') no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
}

#hero__devices__image__ipad {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	background: transparent url('20230130-image-hero-devices-sync-ipad.png') no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
}

#hero__devices__image__iphone {
	margin: 0 auto; padding: 0;
	height: 100%; width: 100%; display: block;
	background: transparent url('20230130-image-hero-devices-sync-iphone.png') no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
}


@media only screen and (min-width: 1280px) {
#header__hero__content, #header__hero__image, #header__hero__image__iphone, #header__hero__image__card-01, #header__hero__image__card-02, #header__hero__image__card-03, #hero__basics__image, #hero__devices__image {
	max-width: 1280px; margin: 0 auto;
}
}

/* ---------------------------------------------------------------------- */
/* buttons */
/* ---------------------------------------------------------------------- */




/* ---------------------------------------------------------------------- */
/* callout */
/* ---------------------------------------------------------------------- */


#callout {
	margin-bottom: 72px;
}

@media only screen and (min-width: 768px) {
#callout {
	margin-bottom: 96px;
}
}

@media only screen and (min-width: 1024px) {
#callout {
	margin-bottom: 216px;
}
}

#callout__content {
	margin: 6px auto; padding: 0;
	max-width: 90%;
	text-align: center;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
}

		@media only screen and (min-width: 768px) {
		
		#callout__content {
			margin: 12px auto; padding: 0;
			max-width: 90%;
		}
		
		}
		
		@media only screen and (min-width: 1024px) {	

		#callout__content {
			margin: 12px auto; padding: 0;
			max-width: 1024px;
		}

		}


#callout__sub {
	margin: 0 auto; padding: 0;
	max-width: 90%;
	text-align: center;
}

		@media only screen and (min-width: 768px) {
		#callout__sub {
			margin: 0 auto; padding: 0;
			max-width: 90%;
			text-align: center;
		}
		}
		
		@media only screen and (min-width: 1024px) {
		#callout__sub {
			margin: 0 auto; padding: 0;
			max-width: 800px;
			text-align: center;
		}		
		}


/* ---------------------------------------------------------------------- */
/* marquee */
/* ---------------------------------------------------------------------- */

:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

.marquee__card {
	margin: 0; padding: 0;
	width: 142px; height: 200px; display: block;
}

@media only screen and (min-width: 768px) {
.marquee__card {
	margin: 0; padding: 0;
	width: 170px; height: 240px; display: block;
}
}

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

}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

.marquee:hover .marquee__content {
  animation-play-state: paused;
}

#content__marquee__cards__content {
	padding: 0% 5%; margin: 24px auto;
	height: auto; max-width: 1024px; display: block;
	text-align: center;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
}

		@media only screen and (min-width: 768px) {
		
		#content__marquee__cards__content {
			padding: 0% 4%; margin: 32px auto; 
			height: auto; max-width: 1024px; display: block; 
			text-align: center;
			transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
		}
		
		}
		
		@media only screen and (min-width: 1024px) {
		
		#content__marquee__cards__content {
			padding: 0% 4%; margin: 32px auto; 
			height: auto; max-width: 1024px; display: block; 
			text-align: center;
			transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
		}
		
		}

/* ---------------------------------------------------------------------- */
/* filler */
/* ---------------------------------------------------------------------- */

#filler-half {
	height: 36px; width: 100%; display: block;
}

@media only screen and (min-width: 768px) {
#filler-half {
	height: 36px; width: 100%; display: block;
}
}

@media only screen and (min-width: 1024px) {
#filler-half {
	height: 48px; width: 100%; display: block;
}
}

#filler {
	height: 72px; width: 100%; display: block;
}

@media only screen and (min-width: 768px) {
#filler {
	height: 72px; width: 100%; display: block;
}
}

@media only screen and (min-width: 1024px) {
#filler {
	height: 96px; width: 100%; display: block;
}
}

/* ---------------------------------------------------------------------- */
/* buttons */
/* ---------------------------------------------------------------------- */

#button__link {
	margin: 12px auto; padding: 0 12px;
	margin-top: 18px;
	height: 56px; width: auto; line-height: 56px; display: block;
	text-align: center; border-radius: 44px;
	color: rgba(255,255,255,1);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 18px; font-weight: 500;
	letter-spacing: .033em;	
	background: rgba(0,0,0,1) url('icon-arrow-right-light.svg') no-repeat center right 18px;
	background-size: 24px auto;		
}

#button__download {
	margin: 0px auto; padding: 0 24px;
	margin-top: 32px;
	height: 48px; width: 250px; line-height: 48px; display: block;
	text-align: center; border-radius: 44px;
	color: rgba(255,255,255,1);
    font-weight: 700;
	background: rgba(0,0,0,1);
	background-size: 24px auto;		
	text-transform: uppercase;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
	
}

#button__download:hover {
	color: rgba(255,255,255,1);
	background: rgba(32,32,32,1);
	cursor: pointer;
	transition-property: all; -webkit-transition-property: all; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0; -moz-transition-property: all; -moz-transition-duration: 150ms; -moz-transition-timing-function: linear; -moz-transition-delay: 0; -ms-transition-property: all; -ms-transition-duration: 150ms; -ms-transition-timing-function: linear; -ms-transition-delay: 0; -o-transition-property: all; -o-transition-duration: 150ms; -o-transition-timing-function: linear; -o-transition-delay: 0; transition-property: all; transition-duration: 150ms; transition-timing-function: linear; transition-delay: 0;
	
}

/* ---------------------------------------------------------------------- */
/* cards */
/* ---------------------------------------------------------------------- */

#cards__features {
	margin: 0 auto; padding: 0;
	max-width: 1024px;
}

#card {
	margin: 0; padding: 24px 6px;
	height: auto; min-height: 160px; width: 100%; display: block;
	background: rgba(10, 10, 10, 1);
	border-radius: 24px;
	margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
#card {
	margin: 0; padding: 24px;
	height: auto; min-height: 160px; width: 100%; display: block;
	background: rgba(10, 10, 10, 1);
	border-radius: 24px;
	margin-bottom: 0px;
}
}

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

}

#card__lbd {
	margin: 0; padding: 24px 24px 280px 24px;
	height: auto; min-height: 160px; width: 100%; display: block;
	background: rgba(10, 10, 10, 1);
	border-radius: 24px;
	margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
#card__lbd {
	margin: 0; padding: 24px 24px 400px 24px;
	height: auto; min-height: 160px; width: 100%; display: block;
	background: rgba(10, 10, 10, 1);
	border-radius: 24px;
	margin-bottom: 0px;
}
}

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

}



#card.large {
	margin: 0; padding: 24px;
}

@media only screen and (min-width: 768px) {
#card.large {
	margin: 0; padding: 48px 72px;
}
}

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

}

#cards__columns {
	margin: 24px 0; padding: 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 24px;
	clear: both; float: none; overflow: hidden;
}

	@media only screen and (min-width: 768px) {
	#cards__columns {
		margin: 24px 0; padding: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 24px;
		clear: both; float: none; overflow: hidden;
	}
	}
	
	@media only screen and (min-width: 1024px) {
	
	}

#card__headline {
	margin: 0; padding: 0 0 12px 0;
	width: auto;
}

#card__content {
	margin: 0; padding: 0;
}

#card__content a {
	color: inherit;
	border-bottom: 1px solid rgba(255,255,255,1);
}

#card__iconBands {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-watch.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}


#card__iconCollection {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-tray.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}


#card__iconWishlist {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-wishlist.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}


#card__iconStats {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-chart.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconLog {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-calendar.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconShare {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-share.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconBarcode {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-barcode.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconCommunity {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-community.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconAppIcon {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-icon.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconCollection {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-collection.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconBandTray {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-bandtray.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconNotifications {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-notifications.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconLanguages {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-translations.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconSticker {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-messages.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#card__iconShuffle {
	margin: 0; padding: 0; display: block; margin-bottom: 10px;
	width: 36px; height: 36px;
	background: transparent url('icon-squared-shuffle.svg') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#cards__soon {
	margin: 0; padding: 6px 12px;
	width: auto; height: 24px; display: block;
	line-height: 11px; 
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 20px;
	float: right;
	font-size: 8px;
}

@media only screen and (min-width: 768px) {
#cards__soon {
	margin: 0; padding: 6px 12px;
	width: auto; height: 32px; display: block;
	line-height: 20px; 
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 20px;
	float: right; font-size: 12px;
}
}

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

}

#card__lbd.card__content__lbd__stats {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-stats.png') no-repeat bottom center;
	background-size: 65% auto;	
}

#card__lbd.card__content__lbd__logbook {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-logbook.png') no-repeat bottom center;
	background-size: 65% auto;	
}

#card__lbd.card__content__lbd__share {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-share.png') no-repeat bottom center;
	background-size: 65% auto;	
}

#card__lbd.card__content__lbd__languages {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-languages.png') no-repeat bottom center;
	background-size: 65% auto;	
}

#card__lbd.card__content__lbd__wishlist {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-wishlist.png') no-repeat bottom center;
	background-size: 65% auto;	
}

#card__lbd.card__content__lbd__collection {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-collection.png') no-repeat bottom center;
	background-size: 65% auto;	
}

#card__lbd.card__content__lbd__watchos {
	background: rgba(10, 10, 10, 1) url('20230830-image-littlebigdetails-watchOS.png') no-repeat bottom center;
	background-size: 150% auto;	
}

#card__lbd.card__content__lbd__all {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-allbands.png') no-repeat bottom center;
	background-size: 65% auto;	
}

@media only screen and (min-width: 768px) {
#card__lbd.card__content__lbd__stats {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-stats.png') no-repeat bottom center;
	background-size: 90% auto;	
}

#card__lbd.card__content__lbd__logbook {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-logbook.png') no-repeat bottom center;
	background-size: 90% auto;	
}

#card__lbd.card__content__lbd__share {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-share.png') no-repeat bottom center;
	background-size: 90% auto;	
}

#card__lbd.card__content__lbd__languages {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-languages.png') no-repeat bottom center;
	background-size: 90% auto;	
}

#card__lbd.card__content__lbd__wishlist {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-wishlist.png') no-repeat bottom center;
	background-size: 90% auto;	
}

#card__lbd.card__content__lbd__collection {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-collection.png') no-repeat bottom center;
	background-size: 90% auto;	
}

#card__lbd.card__content__lbd__all {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-allbands.png') no-repeat bottom center;
	background-size: 90% auto;	
}

#card__lbd.card__content__lbd__watchos {
	background: rgba(10, 10, 10, 1) url('20230830-image-littlebigdetails-watchOS.png') no-repeat bottom center;
	background-size: 120% auto;	
}
}

@media only screen and (min-width: 1024px) {
#card__lbd.card__content__lbd__stats {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-stats.png') no-repeat bottom center;
	background-size: 100% auto;	
}

#card__lbd.card__content__lbd__logbook {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-logbook.png') no-repeat bottom center;
	background-size: 100% auto;	
}

#card__lbd.card__content__lbd__share {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-share.png') no-repeat bottom center;
	background-size: 100% auto;	
}

#card__lbd.card__content__lbd__languages {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-languages.png') no-repeat bottom center;
	background-size: 100% auto;	
}

#card__lbd.card__content__lbd__wishlist {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-wishlist.png') no-repeat bottom center;
	background-size: 100% auto;	
}

#card__lbd.card__content__lbd__collection {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-collection.png') no-repeat bottom center;
	background-size: 100% auto;	
}

#card__lbd.card__content__lbd__all {
	background: rgba(10, 10, 10, 1) url('20230130-image-littlebigdetails-allbands.png') no-repeat bottom center;
	background-size: 100% auto;	
}
#card__lbd.card__content__lbd__watchos {
	background: rgba(10, 10, 10, 1) url('20230830-image-littlebigdetails-watchOS.png') no-repeat bottom center;
	background-size: 100% auto;	
}
}

/* ---------------------------------------------------------------------- */
/* cards__ratings */
/* ---------------------------------------------------------------------- */

#cards__reviews {
	margin: 0 auto; padding: 0;
	width: 100%;
	max-width: 1024px;
}

#card {
	margin: 0; padding: 24px;
	height: auto; min-height: 160px; width: 100%; display: block;
	background: rgba(10, 10, 10, 1);
	border-radius: 24px;
	margin-bottom: 0px;
}

#cards__columns__reviews {
	margin: 24px auto; padding: 0;
	display: grid; max-width: 1280px;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 24px;
	clear: both; float: none; overflow: hidden;
}

	@media only screen and (min-width: 768px) {
	#cards__columns__reviews {
		margin: 24px 0; padding: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 24px;
		clear: both; float: none; overflow: hidden;
	}
	}
	
	@media only screen and (min-width: 1024px) {
	
	}
	
#review__stars__large {
	margin: 0 auto; padding: 0; display: block;
	width: 180px; height: 24px;
	margin-bottom: 12px;
}	

@media only screen and (min-width: 768px) {
#review__stars__large {
	margin: 0 auto; padding: 0; display: block;
	width: 300px; height: 48px;
	margin-bottom: 12px;
}	
}

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

}
	
#star__large {
	margin: 0 6px; padding: 0; display: block;
	width: 24px; height: 24px;
	background: transparent url('icon-rating-star-fill.svg') no-repeat center center;
	background-size: 24px auto;
	float: left;
}	

@media only screen and (min-width: 768px) {
#star__large {
	margin: 0 6px; padding: 0; display: block;
	width: 48px; height: 48px;
	background: transparent url('icon-rating-star-fill.svg') no-repeat center center;
	background-size: 48px auto;
	float: left;
}	
}

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

}

#star__small {
	margin: 0 0px; padding: 0; display: block;
	margin-right: 3px;
	width: 16px; height: 16px;
	background: transparent url('icon-rating-star-fill.svg') no-repeat center left;
	background-size: 16px auto;
	float: left;
}	

#review__stars {
	margin: 0; padding: 0; height: 16px;
	margin-bottom: 6px;
	display: block; float: none; clear: both;
}

#review__name {
	margin: 0; padding: 0;
	margin-bottom: 6px;
	display: block; float: none; clear: both;
}

#review__headline {
	margin: 0; padding: 0;
	margin-bottom: 12px;
	display: block; float: none; clear: both;
}

/* ---------------------------------------------------------------------- */
/* devices */
/* ---------------------------------------------------------------------- */

#content__devices {
	margin: 0 auto; padding: 0;
	margin-top: 24px;
	max-width: 90%;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0px;	
}

@media only screen and (min-width: 768px) {
#content__devices {
	margin: 0 auto; padding: 0;
	margin-top: 36px;
	max-width: 1024px;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px;	
}
}

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

}

#content__devices__mac {
	padding-top: 48px; margin-bottom: 24px;
	background: transparent url('icon-devices-mac.svg') no-repeat center top;
	background-size: auto 32px;
}

#content__devices__iphone {
	padding-top: 48px;
	background: transparent url('icon-devices-iphone.svg') no-repeat center top;
	background-size: auto 32px;
}

#content__devices__ipad {
	padding-top: 48px;
	background: transparent url('icon-devices-ipad.svg') no-repeat center top;
	background-size: auto 32px;
}

@media only screen and (min-width: 768px) {
#content__devices__mac {
	padding-top: 72px;
	background: transparent url('icon-devices-mac.svg') no-repeat center top;
	background-size: auto 48px;
}

#content__devices__iphone {
	padding-top: 72px;
	background: transparent url('icon-devices-iphone.svg') no-repeat center top;
	background-size: auto 48px;
}

#content__devices__ipad {
	padding-top: 72px;
	background: transparent url('icon-devices-ipad.svg') no-repeat center top;
	background-size: auto 48px;
}
}

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

}

/* ---------------------------------------------------------------------- */
/* team */
/* ---------------------------------------------------------------------- */

#team {
	margin: 24px auto; padding: 12px 0;
	max-width: 90%;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 24px;	
}

@media only screen and (min-width: 768px) {
#team {
	margin: 24px auto; padding: 12px 0;
	max-width: 90%;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;	
}
}

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

}

#team a {
	color: rgba(255,255,255,1);
}

#team .filip {
	padding-top: 112px;
	background: transparent url("image-member-filip.png") no-repeat top center;
	background-size: 96px auto;
}

#team .florent {
	padding-top: 112px;
	background: transparent url("image-member-florent.png") no-repeat top center;
	background-size: 96px auto;
}

#team .mattia {
	padding-top: 112px;
	background: transparent url("image-member-mattia.png") no-repeat top center;
	background-size: 96px auto;
}

#team .moritz {
	padding-top: 112px;
	background: transparent url("image-member-moritz.png") no-repeat top center;
	background-size: 96px auto;
}

#team .baptiste {
	padding-top: 112px;
	background: transparent url("image-member-baptiste.png") no-repeat top center;
	background-size: 96px auto;
}

#team .simon {
	padding-top: 112px;
	background: transparent url("image-member-simon.png") no-repeat top center;
	background-size: 96px auto;
}

.signature {
	margin: 0 0 0 -20px; padding: 0;
	width: 90px; height: 80px; display: inline-block;
	background: transparent url('image-signature.svg') center center no-repeat;
	background-size: 90px auto;
	text-indent: -9999px;
}

/* ---------------------------------------------------------------------- */
/* QR Code */
/* ---------------------------------------------------------------------- */

#qr-code {
	margin: 0 auto; padding: 0;
	margin-bottom: 24px;
	height: 250px; width: 250px; display: block;
	background: transparent url("image-appstore-qr-code.jpg") no-repeat top center;
	background-size: 100% auto;	
}

/* ---------------------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------------------- */

#footer {
	margin: 0 auto; padding: 36px 5%;
	max-width: 95%;
	text-align: center;
}

@media only screen and (min-width: 768px) {
#footer {
	margin: 0 auto; padding: 72px 4%;
	max-width: 1024px;
	text-align: center;
}
}

@media only screen and (min-width: 1024px) {
#footer {
	margin: 0 auto; padding: 72px 2%;
	max-width: 1024px;
	text-align: center;
}
}

#footer .content {
	opacity: 0.5;
}

#footer .content a {
	color: inherit;
	border-bottom: 1px solid rgba(255,255,255,1);
}

/* ---------------------------------------------------------------------- */
/* compatibility */
/* ---------------------------------------------------------------------- */

#compatibility-watch {
	margin: 0 auto;
	margin-bottom: 72px;
	width: 90%; height: auto;
	display: block;
}

@media only screen and (min-width: 1024px) {
#compatibility-watch {
	width: 600px;
}
}

#compatibility-watch-header {
	margin: 0; padding: 0;
	float: none; display: block;
	margin-bottom: 12px;
}

#compatibility-watch-modell {
	margin: 0; padding: 0;
}

#compatibility-watch-modell.series0 {
	background: transparent url("icon-WatchSeries-0.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series1 {
	background: transparent url("icon-WatchSeries-1.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series2 {
	background: transparent url("icon-WatchSeries-2.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series3 {
	background: transparent url("icon-WatchSeries-3.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series4 {
	background: transparent url("icon-WatchSeries-4.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series5 {
	background: transparent url("icon-WatchSeries-5.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series6 {
	background: transparent url("icon-WatchSeries-6.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series7 {
	background: transparent url("icon-WatchSeries-7.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series8 {
	background: transparent url("icon-WatchSeries-8.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series9 {
	background: transparent url("icon-WatchSeries-9.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.series10 {
	background: transparent url("icon-WatchSeries-10.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-modell.ultra {
	background: transparent url("icon-WatchSeries-ultra.svg") no-repeat center center;
	background-size: 100px auto;
	text-indent: -9999px;		
}

#compatibility-watch-size {
	margin: 0; padding: 0;
	height: 50px;
}

#compatibility-watch-size.size-38 {
	background: transparent url("icon-WatchSize-38MM.svg") no-repeat center left 24px;
	background-size: 50px auto;
	text-indent: -9999px;
}

#compatibility-watch-size.size-40 {
	background: transparent url("icon-WatchSize-40MM.svg") no-repeat center left 24px;
	background-size: 50px auto;
	text-indent: -9999px;
}

#compatibility-watch-size.size-41 {
	background: transparent url("icon-WatchSize-41MM.svg") no-repeat center left 24px;
	background-size: 50px auto;
	text-indent: -9999px;
}

#compatibility-watch-size.size-42 {
	background: transparent url("icon-WatchSize-42MM.svg") no-repeat center left 24px;
	background-size: 50px auto;
	text-indent: -9999px;
}

#compatibility-watch-size.size-44 {
	background: transparent url("icon-WatchSize-44MM.svg") no-repeat center left 24px;
	background-size: 50px auto;
	text-indent: -9999px;
}

#compatibility-watch-size.size-45 {
	background: transparent url("icon-WatchSize-45MM.svg") no-repeat center left 24px;
	background-size: 50px auto;
	text-indent: -9999px;
}

#compatibility-watch-size.size-46 {
	background: transparent url("icon-WatchSize-46MM.svg") no-repeat center left 24px;
	background-size: 50px auto;
	text-indent: -9999px;
}

#compatibility-watch-size.size-49 {
	background: transparent url("icon-WatchSize-49MM.svg") no-repeat center left 24px;
	background-size: 50px auto;
	text-indent: -9999px;
}

#compatibility-info {
	margin: 0; padding: 0;
	margin-bottom: 24px;
	display: block; float: none;
	width: 100%; clear: both;
}

#compatibility-bandsizes {
	
}

.compatibility-watchsizes-table {
  display: grid;
  grid-template-columns: 100px 1fr;
  border: none;
}

.compatibility-watchsizes-table > div {
  border: none;
  padding: 12px;
  text-align: left;
  min-height: 60px;
}

.compatibility-bandsizes-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal-width columns */
  border: none;
}

.compatibility-bandsizes-table > div {
  border: none;
  padding: 8px;
  text-align: center;
  min-height: 40px;
}

@media only screen and (min-width: 1024px) {
.compatibility-bandsizes-table > div {
  min-height: 50px;
}	
}	

.compatibility-bandsizes-table .size-38 {
	background: transparent url("icon-BandLabelSize-38MM.svg") no-repeat center center;
	background-size: 50px auto;
	text-indent: -9999px;	
}

.compatibility-bandsizes-table .size-40 {
	background: transparent url("icon-BandLabelSize-40MM.svg") no-repeat center center;
	background-size: 50px auto;
	text-indent: -9999px;	
}

.compatibility-bandsizes-table .size-41 {
	background: transparent url("icon-BandLabelSize-41MM.svg") no-repeat center center;
	background-size: 50px auto;
	text-indent: -9999px;	
}

.compatibility-bandsizes-table .size-42 {
	background: transparent url("icon-BandLabelSize-42MM.svg") no-repeat center center;
		
}

.compatibility-bandsizes-table .size-44 {
	background: transparent url("icon-BandLabelSize-44MM.svg") no-repeat center center;
		
}

.compatibility-bandsizes-table .size-45 {
	background: transparent url("icon-BandLabelSize-45MM.svg") no-repeat center center;
		
}

.compatibility-bandsizes-table .size-46 {
	background: transparent url("icon-BandLabelSize-46MM.svg") no-repeat center center;
		
}

.compatibility-bandsizes-table .size-49 {
	background: transparent url("icon-BandLabelSize-49MM.svg") no-repeat center center;
		
}

.compatibility-bandsizes-table .yes {
	background: transparent url("icon-compatibility-yes.svg") no-repeat center center;
		
}

.compatibility-bandsizes-table .no {
	background: transparent url("icon-compatibility-no.svg") no-repeat center center;
		
}

.compatibility-bandsizes-table .size-38,
.compatibility-bandsizes-table .size-40,
.compatibility-bandsizes-table .size-41,
.compatibility-bandsizes-table .size-42,
.compatibility-bandsizes-table .size-44,
.compatibility-bandsizes-table .size-45,
.compatibility-bandsizes-table .size-46,
.compatibility-bandsizes-table .size-49 {
  background-size: 75% auto;
  text-indent: -9999px;
}

.compatibility-bandsizes-table .no,
.compatibility-bandsizes-table .yes {
  background-size: 40% auto;
  text-indent: -9999px;
}

@media only screen and (min-width: 1024px) {
.compatibility-bandsizes-table .size-38,
.compatibility-bandsizes-table .size-40,
.compatibility-bandsizes-table .size-41,
.compatibility-bandsizes-table .size-42,
.compatibility-bandsizes-table .size-44,
.compatibility-bandsizes-table .size-45,
.compatibility-bandsizes-table .size-46,
.compatibility-bandsizes-table .size-49 {
  background-size: 75px auto;
  text-indent: -9999px;
}

.compatibility-bandsizes-table .no,
.compatibility-bandsizes-table .yes {
  background-size: 40px auto;
  text-indent: -9999px;
}
}