.ngparagraphtouchsliderxxl {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.ngparagraphtouchsliderxxl img {
	display: block;
	border: none;
	position: absolute;
}

.ngparagraphtouchsliderxxl ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 3;
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.ngparagraphtouchsliderxxl ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ngparagraphtouchsliderxxl ul li {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0;
}

.ngparagraphtouchsliderxxl2 ul li {
	width: 50%;
}

.ngparagraphtouchsliderxxl3 ul li {
	width: 33.3333333%;
}

.ngparagraphtouchsliderxxl4 ul li {
	width: 25%;
}

.ngparagraphtouchsliderxxl5 ul li {
	width: 20%;
}

.ngparagraphtouchsliderxxl6 ul li {
	width: 16.66666666%;
}

.ngparagraphtouchsliderxxl ul li a {
	box-sizing: border-box;
	display: block;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}

.ngparagraphtouchsliderxxl ul li a:focus-visible {
	position: relative;
}

.ngparagraphtouchsliderxxlwhite ul li a {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.7);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.ngparagraphtouchsliderxxlblack ul li a {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.ngparagraphtouchsliderxxl ul li:first-child a {
	border-left: none;
}

.ngparagraphtouchsliderxxlwhite ul li a.ngparagraphtouchsliderxxlactive
	{
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	cursor: default;
}

.ngparagraphtouchsliderxxlblack ul li a.ngparagraphtouchsliderxxlactive
	{
	background-color: rgba(255, 255, 255, 0.7);
	color: #000000;
	cursor: default;
}

.sqr .sqrallwaysfullwidth .ngparagraphtouchsliderxxl {
	border-left-width: 0px !important;
	border-right-width: 0px !important;
}

@media (min-width: 1024px) {
	.ngparagraphtouchsliderxxl ul li a span:first-child {
		display: none;
	}
}

@media (max-width: 1023px) {
	.ngparagraphtouchsliderxxl ul li a span:last-child {
		display: none;
	}
	.sqr .sqrmobilefullwidth .ngparagraphtouchsliderxxl {
		border-left-width: 0px !important;
		border-right-width: 0px !important;
	}
}