:root {
	--prim: #FF8800;
	--sec: #FF0051;
	--dark: #220E60;
	--trans: rgba(0, 0, 0, 0.70);
	--content-max-width: 1600px;
	--colorBackgroundSecondary: transparent;
}
::-webkit-scrollbar { width: 0.5em; }
::-webkit-scrollbar-track { background: var(--trans); }
::-webkit-scrollbar-thumb { background: var(--prim); border-radius: 100vw; }
::-moz-scrollbar { width: 0.5em; }
::-moz-scrollbar-track { background: var(--trans); }
::-moz-scrollbar-thumb { background: var(--prim); border-radius: 100vw; }
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(raleway.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308,
    U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    } @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(raleway.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308,
	U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 400;
  	font-display: swap;
  	src: url(poppins.woff2) format('woff2');
  	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body, html {
    background-color: white;
    color: hsl(0 0 20);
	font-family: 'Poppins', system-ui, sans-serif;
	text-align: left;
    scroll-behavior: smooth;
    margin: 0px;
	overflow-x: hidden;
	font-size: 1em;
	word-break: break-word;
}
h1 { font-size:3.5em; font-weight: 700; text-wrap: balance; text-align: left;
	letter-spacing: 1px; box-sizing: border-box; max-width: 95wv;
	font-family: 'Raleway', system-ui, sans-serif;}
h2 { font-size:2.4em; font-weight: 700; text-wrap: balance; letter-spacing: 1px; box-sizing: border-box; padding-bottom: 30px;
	line-height: 1.5em;}
h3 { font-size:1.7em; font-weight: 700; text-wrap: balance; letter-spacing: 1px;}
h4 { font-size:1.5em; font-weight: 700; text-wrap: balance; letter-spacing: 1px;}
h5 { font-size:1.4em; font-weight: 700; text-wrap: balance; letter-spacing: 1px;}
p {
    max-width: 80ch;
    font-size: 1.1em;
	line-height: 1.5em;
}
nav {
    cursor: pointer;
    display: flex;
    text-decoration: none;
    width: 100%;
    list-style: none;
    padding: 40px;
	} nav a {
	padding: 10px;
	display: inline-block;
	} nav div {
	align-self: center;
	} .submenu {
    display: none;
	top: 20px;
    position: absolute;
    background-color: #fff;
    list-style: none;
    border-radius: 12px;
	padding: 30px;
	} nav a:hover {
	color: var(--prim);
	} .submenu li {
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	border-top: 1px solid grey;
	}  .submenu a {
	padding: 4px;
	margin: 0;
	text-align: center;
	color: var(--dark);
	}nav div:hover .submenu, nav .submenu:hover, nav input:active .submenu {
    display: block;
	} .item {
    text-decoration: none;
	justify-self: center;
	align-content: center; 
	align-items: center; 
	align-self: center; 
}
ul { text-align: left; padding: 0;}
li {
	margin: 0.4em;
	padding: 0.5em;
	line-height: 1em;
}
.list1 > li {
	text-align: center;
	background-color: var(--dark);
	color: white;
	border-radius: 1em;
	list-style: none;
	
}
.list1 > li:hover {
	scale: 1.05;
	transition: scale 0.5s;
}
.list2 > li {
	background-color: var(--dark);
	color: white;
	border-radius: 0.7em;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section {
	width: 100vw;
	padding: 5em 2em;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
	} section > * {
	max-width: var(--content-max-width);	
	margin-left: auto;
	margin-right: auto;
}
details{
      border: 1px solid lightgrey;
      border-radius: 1em;
      padding: 12px 12px;
      background: #fff;
 }
details + details{margin-top: 10px;}
summary{
    cursor: pointer;
	font-family: system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.1px;
    list-style: none;
}
summary::-webkit-details-marker{display:none;}
.detail-body{
      margin-top: 10px;
      color: var(--muted);
      font-size: 14px;
}
.hero {
    text-align:left;
    min-height: 600px;
    background-image: url('shoplytics-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding: 80px;
    padding-top: 160px;
}
.subheading {
	background-color:var(--trans);
	padding:15px;
	border-radius:4px;
	display:block;
	box-sizing:border-box;
}
.white-section {
    background-color:white;
    color: hsl(0 0 20);
}
.color-section {
    background: radial-gradient(1200px 600px at 20% 10%,
		rgba(14, 165, 233, 0.10), transparent 60%),
		radial-gradient(1200px 600px at 80% 20%,
		rgba(37, 99, 235, 0.10), transparent 60%);
	color: hsl(0 0 20);
}
.bg-section {
    min-height: 400px;
    background-image: url('../img/background-cta.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: white;
	border-width: 10px;
	border-style: solid;
	border-image: linear-gradient(hsla(32, 100%, 50%, 0.8), hsla(32, 100%, 50%, 0.8))
    fill 1;
}
.mobile-only { display: none; }
.schwarz {color:black;}
.clear {clear: both;}
.spacer {clear: both; border: 1px solid transparent; height: 80px;}
.button {
	display: inline-block;
    background-color: var(--dark);
    border-radius: 8px;
    padding:15px;
    color:white;
    font-size: 1.2em;
    border:0;
    text-decoration:none;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.button2 {
	display: inline-block;
	font-weight: bold;
	background-color: white;
	color: var(--dark);
    border-radius: 8px;
    padding:15px;
    font-size: 1.2em;
    border: 3px solid var(--dark);
    text-decoration:none;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.button3 {
	display: inline-block;
    background-color: var(--prim);
    border-radius: 8px;
    padding:15px;
    color:white;
    font-size: 1.2em;
    border:0;
    text-decoration:none;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.button:hover, .button2:hover {
    background-color: var(--prim);
}
.container {
    text-align:center;
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
}
.scrollcontainer {
	overflow-x: auto;
	white-space: nowrap;
	transform: rotateX(180deg);
	} .scrollcontainer > * {
	transform: rotateX(180deg);
}
.toggle {
	width: 95%;
	margin: 60px auto;
	}
	.toggle > li {
	box-sizing: border-box;
	list-style: none;
	width: 100%;
	margin: 20px 0px;
	padding: 10px;
	border-radius: 1em;
	background: var(--dark);
	box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(255, 255, 255, 0.15);
	color: white;
	}
	.toggle > li label {
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	}
	.toggle > li label::before {
	content: '+';
	margin-right: 10px;
	font-size: 1.4em;
	font-weight: 700;
	}
	.toggle input[type="radio"]{ display: none; }
	.toggle input[type="checkbox"]{ display: none; }
	.toggle-content {
	max-height: 0;
	overflow: hidden;
	opacity: 5%;
	transition: max-height 0.8s, padding 0.8s, opacity 1s;
	}
	.toggle-content > * { margin: 0; list-style-type: square; font-size: 1.2em;}
	.toggle input[type="radio"]:checked + label + .toggle-content {
	max-height: inherit;
	opacity: 100%;
	padding: 10px 30px 30px;
	}
	.toggle input[type="checkbox"]:checked + label + .toggle-content {
	max-height: inherit;
	opacity: 100%;
	padding: 10px 30px 30px;
	}
	.toggle input[type="radio"]:checked + label:before {
	content: '-';
	}
	.toggle input[type="checkbox"]:checked + label:before {
	content: '-';
}
	
.usp {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    max-width: 500px;
	border-radius: 6px;
}
.usp:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    border-top: 3px solid var(--prim);
    border-bottom: 3px solid var(--prim);
}
.box {
    display: block;
    background-color: #fff;
    padding: 35px 20px;
    border-radius: 16px;
	border: 1px solid lightgrey;
	overflow-x: hidden;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
	width: fit-content;
}
.box2 {
    display: block;
    color: #fff;
    background-color: var(--dark);
    padding: 60px 20px;
    border-radius: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
	overflow-x: hidden;
	} .box2 > img {
	width: 90%;
}
.form-container {
    color: black;
    background-color: white;
    border-radius: 16px;
    display: inline-block; 
    margin: 20px;
    padding: 10px;
}
.auto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
    grid-gap: 2rem;
	width: 80vw;
}
.flex-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
	align-items: center;
	justify-content: center;
    } .flexible-grid > * {
    flex: 1;
}
.testimonial {
	text-align: left;
	font-size: 1.1em;
	border-radius: 1em;
	border: 1px solid hsl(0 0 90);
	background-color: white;
	color: black;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: fit-content;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.testimonial p:nth-of-type(2) {
	color: darkgrey;
	font-size: 1em;
	margin: 0;
}
.testimonial2 {
	border-radius: 12px;
	font-size: 0.8em;
	background-color: #222222;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
td.yes { color: #00B327; font-size: 1.4em; }
td.no { color: red; font-size: 1.4em; }
.preistabelle {
    width: 100%;
	max-width: 70em;
    border-collapse: collapse;
	margin: 0 auto;
    margin-bottom: 20px;
	}
	.preistabelle th, .preistabelle td {
		padding: 8px;
		text-align: center;
		border: 1px solid #ddd;
	}
	.preistabelle th {
		background-color: var(--dark);
		color: white;
		font-size: 1.2em;
		border-radius: 1em 1em 0 0;
  		border: 0;
	}
	.preistabelle tr:nth-child(even) {
		background-color: #f9f9f9;
	}
	.preistabelle .prime {
		background-color: var(--prim);
}
.loop-carousel {
	overflow: hidden;
	padding: 60px 0;
	}
	.carousel-container, .carousel-container-big {
	white-space: nowrap;
	animation: scroll 12s linear infinite;
	align-items: center;
	display: flex;
	justify-content: space-between;
	}
	.carousel-container-reverse {
	white-space: nowrap;
	animation: scrollrev 22s linear infinite;
	align-items: center;
	display: flex;
	justify-content: space-between;
	}
	.carousel-container * {
	height: 60px;
	margin: 0 30px;
	background-color: white;
	border-radius: 0.8em;
	padding: 15px;
	}
	.carousel-container-big *, .carousel-container-reverse * {
	margin: 0 30px;
	white-space: wrap;
	}
	@keyframes scroll {	0% { transform: translateX(0); } 100% { transform: translateX(-100%); }	}
	@keyframes scrollrev {	0% { transform: translateX(-100%); } 100% { transform: translateX(0); }	}

.zoomin  {
    animation: zoomin linear;
    animation-timeline: view( 700px 0px );
}
.fadefromleft {
    animation: fadefromleft linear;
    animation-timeline: view( 700px 0px );
}  
.fadefromright {
    animation: fadefromright linear;
    animation-timeline: view( 700px 0px );
}
.con-list {
	--list-color: #FF5F5C;
    text-align: left;
    display: block;
    padding: 30px;
	margin: 0;
	border-top: 3px solid var(--list-color);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
	} .con-list h5 {
	background-color: #EEEEEE;
	margin: 0;
	padding: 10px;
}
.pro-list {
	--list-color: #00C760;
    text-align: left;
    display: block;
    padding: 30px;
	border-top: 3px solid var(--list-color);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
	} .pro-list h5 {
	background-color: #EEEEEE;
	margin: 0;
	padding: 10px;
}
.con-list li, .pro-list li {
	font-size: 1.1em;
}
.con-list li::marker, .pro-list li::marker {
    color: var(--list-color);
	font-size: 30px;
}
.quote {
	margin: 35px 0;
    padding: 18px 18px 18px 16px;
    border-left: 4px solid rgba(37,99,235,0.6);
    background-color: hsl(0 0 97);
    border-radius: 14px;
    color: var(--text);
	width: fit-content;
}
/*
Mobil-Layout
*/
@media screen and (max-width: 1440px) {
	.mobile-only { display: block; }
	.desk-only { display: none; }
	h1 { font-size: 2.6em; }
	.hero {
	padding: 40px;
    padding-top: 6.5em;
	}
	h2 { font-size:2.1em;}
	.preistabelle .feature { font-size: 0.8em;
		word-wrap: break-word; word-break: break-all; overflow-wrap: break-word; overflow: hidden; }
	.preistabelle th { font-size: 0.8em; }
	.preistabelle td { width: auto; }
	.submenu { position: relative; background-color: hsla(0, 100%, 50%, 0); }
	.submenu a { color: white; }
}
@media screen and (max-width: 960px) {
	h1 { font-size: 2em; }
	h2 { font-size: 1.8em;}
	h3 { font-size: 1.4em;}
	h4 { font-size: 1.3em;}
}