body {
	background-image: linear-gradient( 135deg, rgb(255 227 208) 0%, rgb(255 178 102 / 0%) 38%), linear-gradient(180deg, #CF9899 0%, #DAB9B4 50%);
	font-family: 'Libre Franklin', sans-serif;
	text-transform: uppercase;
}

.zwergperten-logo {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 200px;
	left: auto;
	transform: inherit;
}

.besafe-logo {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 200px;
}

.stretch-logo {
	position: absolute;
	top: 110px;
	left: 40px;
	width: 190px;
	opacity: 0.8;
}

.byarkid {
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-size: 0.9rem;
}

.byarkid img {
	display: block;
	margin-top: 9px;
}

model-viewer {top: 0; left: 0; width: 100vw; height: 100vh; z-index: 0;}

model-viewer#reveal {
	--poster-color: transparent;
  }	
  
.color-configurator {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5vw !important;
	width: 60px;
	text-align: center;
	z-index: 10;
	opacity: 1 !important;
	animation: none;
}

.ar-button {
	bottom: 140px;
	top: initial;
	position: absolute;
	border-radius: 50px;
	z-index: 100000;
	z-index: 4;
	padding: 12px 16px 11px 16px;
	color: #fff;
	display: block;
	font-size: 1.05rem;
	font-family: 'Libre Franklin', sans-serif;
	background-image: linear-gradient(90deg, #3D5261, #7499b4, #3D5261, #7499B4);
	background-size: 400% 400%;
	animation: color-gradient 3s ease infinite;
	line-height: 1.7rem;
}

.ar-button img {
	position: relative;
	margin-right: 15px;
	float: left;
}

.ar-button:hover {
	background-color: #888888;
}

.qrcode-button {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.05));
	background-size: 400% 400%;
	animation: color-gradient 3s ease infinite;
	z-index: 3;
	padding: 5px;
	border-radius: 5px;
	color: #3D5261;
	font-size: 1.1rem;
	font-family: 'Libre Franklin', sans-serif;
	display: block;
	line-height: 1rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5vw;
	left: auto;
}

.qrcode-button p {
	line-height: 1.3rem;
	margin-top: 5px;
	text-align: center;
}

.qrcode-button:hover {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

.qrcode-button img {width: 130px;}



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

	.zwergperten-logo {
		width: 140px;
		top: 25px;
		right: 25px;
	}
	
	.besafe-logo {
		position: absolute;
		top: 25px;
		left: 25px;
		width: 100px;
	}
	
	.stretch-logo {
		position: absolute;
		top: 70px;
		left: 25px;
		width: 95px;
		opacity: 0.8;
	}
	
	.byarkid {
		bottom: 25px;
		right: 25px;
	}

	.color-configurator {
		width: 46px;
		top: 45%;
	}

	.color-configurator .group {
		margin-top: 7px;
		flex-wrap: wrap;
		display: block;
		justify-content: center;
		width: auto;
	}
	
	model-viewer {
		margin-top: 0;
	}
	
	.byarkid {
		font-size: 0.75rem;
		text-align: center;
	}
	
	.byarkid img {
		display: block;
		margin-top: 6px;
		font-size: 0.8rem;
		width: 50px;
	}
	
	.ar-button {
		bottom: 150px;
		font-size: 0.90rem;
	}
	
	.qrcode-button {display: none;}
	
	.color-configurator .group button:hover::after{
		left: 60px;
		top: 1px;
	} 
	
}