.container {
max-width: 390px;
margin: 0 auto;
}
.gelb {
color: #fed001;
}
html {
padding: 0;
margin: 0;
background-color: #1e5480;
background: linear-gradient(180deg, rgba(26,53,103,1) 0%, rgba(75,118,185,1) 100%);
}
a {
text-decoration: none;
}
body {
font-family: Montserrat, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #555;
padding: 0;
margin: 0;
text-align: center;
touch-action: pan-y;
}
@keyframes slideInFromLeft {
0% {
transform: translatey(-200%);
}
100% {
transform: translatey(0);
}
}
.logo {  
animation: 1s ease-out 0s 1 slideInFromLeft;
margin-top: 70px;
}
.logo img {
max-width: 180px;
}
.activelg {
background: #fff;
}
.slog h1 {
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
.skyline {  
position: fixed;
top: 105px;
z-index: -1;
margin: 0 auto;
left: 0;
right: 0;
max-width: 600px;
} 

.topdiv {
width: 94%;
overflow: hidden;
margin: 60px auto 20px auto;
}
.top-angle {
width: 0;
height: 0;
border-style: solid;
border-width: 400px 0 0;
border-left-width: 365px;
border-top-width: 90px;
border-color: transparent #fff;
}
.bottom {
width: 94%;
overflow: hidden;
margin: 0 auto;
}
.bottom-angle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 400px;
border-right-width: 365px;
border-top-width: 90px;
border-color: #fff transparent;
}
.floating {
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
from { transform: translate(0,  0px); }
65%  { transform: translate(0, 10px); }
to   { transform: translate(0, -0px); }    
}
#topbox div {
margin-bottom: 30px;
}
hl {
color: #1d557f;
font-size: 15px;
text-transform: uppercase;
}
h2, h3 {
font-size: 17px;
color: #1b3567;
}
ul {
list-style: none;
width: 100%;
padding: 0;
list-style-type: none;
}
.width15 {
width: 15px;
}
.fb {
margin-right: 15px;
}

#contentbox {
background: #fff;
width: 90%;
padding: 0px 2%2% 2%;
margin: -20px auto 0px auto;
}




:root {
	--white: #ffffff;
	--light: #f0eff3;
	--black: #000000;
	--dark-blue: #1f2029;
	--dark-light: #353746;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--grey: #ecedf3;
}

/* #Primary */

::selection {
	color: var(--white);
	background-color: var(--black);
}
::-moz-selection {
	color: var(--white);
	background-color: var(--black);
}
mark{
	color: var(--white);
	background-color: var(--black);
}
.section {
    position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.over-hide {
    overflow: hidden;
}
.z-bigger {
    z-index: 100 !important;
}


.background-color{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--dark-blue);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:checked ~ .background-color{
	background-color: var(--white);
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
	position: relative;
	width: 70px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
	position: absolute;
	font-family: 'unicons';
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:not(:checked) + label:before {
	content: '\eac1';
	left: 0;
	color: var(--grey);
	background-color: var(--dark-light);
	box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked + label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);
	background-color: var(--dark-blue);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p{
	color: var(--dark-blue);
}


.checkbox-button:checked + label,
.checkbox-button:not(:checked) + label{
	position: relative;
	width: 110px;
	margin-left: 3px;
	margin-right: 4px;
	margin-bottom: 40px;
	border-radius: 4px;
	overflow: visible;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	float: left;
	line-height: 15px;
}

.checkbox-button:checked + label {
	color: #152646;
}
.checkbox-button:not(:checked) + label {
	background-color: var(--dark-light);
	color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-button:checked + label{
	background-color: transparent;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-button:not(:checked) + label:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-button:checked + label::before,
.checkbox-button:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(180deg, #fecf03, var(--yellow));
	z-index: -1;
}
.checkbox-button:checked + label .uil,
.checkbox-button:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-button:not(:checked) + label{
	background-color: var(--light);
	color: var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.mb-4 {
	text-transform: uppercase;
	margin-bottom: 45px;
}
.link-to-page {
	position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 50px;
}
.link-to-page img{
	width: 100%;
	height: auto;
	display: block;
}
.rot {
  color: #ff1010;
  font-size: 25px;
}

label[for=holder-1], label[for=holder-2], label[for=holder-3] {
	font-size: 30px;
	font-weight: bold;
}

.checkbox-button:checked + label[for=holder-1] i {
		content: url("../img/carluxembourg-additional-holder1-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=holder-1] i {
		content: url("../img/carluxembourg-additional-holder1-icons.png");
}
.checkbox-button:checked + label[for=holder-2] i {
		content: url("../img/carluxembourg-additional-holder2-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=holder-2] i {
		content: url("../img/carluxembourg-additional-holder2-icons.png");
}
.checkbox-button:checked + label[for=holder-3] i {
		content: url("../img/carluxembourg-additional-holder3-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=holder-3] i {
		content: url("../img/carluxembourg-additional-holder3-icons.png");
}

.checkbox-button:checked + label[for=compwheel] i {
		content: url("../img/carluxembourg-additional-compwheel-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=compwheel] i {
		content: url("../img/carluxembourg-additional-compwheel-icons.png");
}
.checkbox-button:checked + label[for=wheel] i {
		content: url("../img/carluxembourg-additional-wheel-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=wheel] i {
		content: url("../img/carluxembourg-additional-wheel-icons.png");
}
.checkbox-button:checked + label[for=nowheel] i {
		content: url("../img/carluxembourg-additional-nowheel-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=nowheel] i {
		content: url("../img/carluxembourg-additional-nowheel-icons.png");
}

.checkbox-button:checked + label[for=isacced] i {
		content: url("../img/carluxembourg-additional-isacced-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=isacced] i {
		content: url("../img/carluxembourg-additional-isacced-icons.png");
}
.checkbox-button:checked + label[for=noacced] i {
		content: url("../img/carluxembourg-additional-noacced-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=noacced] i {
		content: url("../img/carluxembourg-additional-noacced-icons.png");
}
.checkbox-button:checked + label[for=unkonwn] i {
		content: url("../img/carluxembourg-additional-unkonwn-checked-icons.png");
}
.checkbox-button:not(:checked) + label[for=unkonwn] i {
		content: url("../img/carluxembourg-additional-unkonwn-icons.png");
}

.hands label i {
  width: 50px;
  margin: -90px -10px 0 -40px;
}
.wheell label i {
  width: 50px;
  margin: -90px -30px 0 -15px;
}
.accsses label i {
  width: 50px;
  margin: -90px -50px 0 0px;
}