body {
	padding: 0px;
	padding-top: var(--sunlight-header-height);
}

header.header {
	position: absolute;
}

#loader {
	//display: none !important;
}

.btn {
	max-width: 100%;
	z-index: 1;
}

#content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: start;
	padding: 30px 12px;
}


#content h1.title {
	font-size: 25px;
	width: 100%;
	order: -1;
}

#content h1.title br {
	display: none;
}

#control {
	order: -2;
}

#control a {
	font-size: 15px;
	align-items: center;
}

#btnLoadConfig, #btnFilter {
	position: static;
	display: inline-flex;
	width: auto;
	margin: 0px;
}

#btnFilter {
	margin-left: 8px;
}

#btnFilter.hidden {
	display: none;
}

#col1 {
	position: fixed;
	left: 0px;
	top: unset;
	bottom: -100%;
	width: 100%;
	height: auto;
	padding: 30px 26px 30px 26px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 0px;
	align-self: stretch;
	border-radius: 8px 8px 0px 0px;
	background: #FFF;
	box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.15);	
	z-index: 10001;	
	text-align: center;
}

#col1 .filterHeadline {
	color: #000;
	text-align: center;
	font-family: Pano;
	font-size: 22.6px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	width: 100%;
	display: block;
}

#col1 .btn {
	display: inline-block;
	width: auto;
}

#filter {
	flex-direction: column;
	gap: 20px;
	padding: 30px 0px;
}

#filter > div {
	font-weight: 400;
}

.filterBox {
	width: 100%;
	text-align: center;
}

#filter .filterBox label {
	border-radius: 5px;
	border-color: #D9D9D9;
	padding: 15px;
	width: 135px;
}

#filter .filterBox label img {
	height: 30px;
}

#filter .filterBox .filterBoxList {
	justify-content: center;
}

#filter .filterBox#filterLaenge {
	width: 100%;
}

#col2 #results {
	grid-template-columns: 1fr;
}

#col2 .headline {
	grid-column-end: unset;
}

#col2 .container {
	cursor: pointer;
}

#col2 .container h2 {
	padding: 28px 16px 5px 16px;
	font-size: 22.5px;
}

#col2 .container h3 {
	padding: 0px 16px 16px 16px;
	font-size: 15px;
}

#col2 .container::before {
	display: none;
}

#col2 .container .seriesTech {
	width: 100%;
	padding: 10px 16px 16px 16px;
}

#col2 .container .seriesTech span {
	text-align: right;
}

#col2 .container .seriesTech .seriesTechName {
	font-weight: normal;
}

#col2 .container .seriesTech .seriesTechValue {
	font-size: 22px;
}

.flags {
	top: 20px;
	left: 15px;
}

#col2 .container div.img {
	height: 275px;
}

#col2 .container div.img::after,
#col2 .row .layout::after {
	top: 20px;
	right: 15px;
	width: 15%;
}

#col2 .row .layout .options {
	right: 15px;
	width: 15%;	
	top: 100px;
}

#col2 label::before {
	display: none;
}

#col2 label::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

#col2 .row input:checked + ul:before {
	display: none;
}

#col2 .row .layout {
	width: 100%;
	height: 315px;
}

#col2 .row .layout > img {
	transform: rotate(90deg);
	height: 280px;
}

#col2 h1 {
	width: 100%;
	padding: 28px 16px 5px 16px;
}

#col2 .modelTech {
	position: static;
	float: left;
	width: 40%;
	padding: 19px 0px 0px 16px;
}

#col2 .modelTech4 {
	width: 100%;
	padding: 16px 16px 16px 16px;
	text-align: right;
}

#col2 .container .seriesTech .seriesTechValue span {
	font-size: 22px;
}

#model #config.weights {
	//display: none;
	max-width: unset;
}

#col3, #col4 {
	height: auto;
	display: flex;
	flex-direction: column;
	overflow: unset;
}

#gallery {
	height: 240px !important;
	border-radius: 0px;
	width: calc(100% + 24px);
	margin-left: -12px;
	position: sticky;
	top: 0px;
	z-index: 2;
}

#gallery #galleryNavi,
#gallery #gallerySlider .slick-arrow {
	display: none !important;
	
}

#col3 #extrasNavi {
	display: none;
}

#col3 .headline, #col3 .headline:hover {
	padding: 0px;
}

#col3 .rowColor .row {
	width: 69px;
	height: 69px;
	margin: 0px 7px 0px 0px;
}

#col3 .rowColor .row:first-child {
	margin-left: 15px;
}

#col3 .exImage {
	max-height: 175px;
}

#col3 .exArea {
	padding: 22px 17.5px 10px 17.5px;
}

#col3 #extrasList {
	padding-bottom: 150px;
}

#extrasCalc {
	order: -1;
	z-index: 2;
}

#model, #model.fixed {
	flex-direction: column;
	gap: 10px;
	z-index: 1;
}

#content #model h1 {
	text-transform: unset;
	display: block;
	height: auto;
	white-space: normal;
	width: 100%;
}

#content #model h1:before {
	position: static;
}

#content #model h1 span {
	width: 100%;
	display: block;
}

body.step-Extra #content #model > h1 {
	max-width: unset;
}

#content #model h1 a {
	width: 100%;
	margin: 10px 0px;
	max-width: unset;
}

#model #config {
	position: fixed;
	left: 26px;
	bottom: 54px;
}

#content #model h3:first-child, #content #model h3 {
	display: none;
}

#content #model h2 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#model h2 .sumTitle {
	width: 100%;
}


#extrasResult {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	display: flex;
	padding: 0px 26px 25px 26px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	z-index: 2;
}

#content #model #config.weights {
	position: fixed;
	left: 0px;
	top: unset;
	bottom: 0px;
	width: 100%;
	height: auto;
	padding: 14px 26px 85px 26px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 0px;
	align-self: stretch;
	border-radius: 8px 8px 0px 0px;
	background: #FFF;
	box-shadow: 0px -5px 3px 0px rgba(0, 0, 0, 0.15);	
	z-index: -1;

}

body.step-Result #content #model #config.weights {
	z-index: 1;	
}

#content #model #config.weights .weightsToggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 12px;
	gap: 5px;
	cursor: pointer;
}

#content #model #config.weights h1,
#content #model #config.weights h3 {
	display: none !important;
	position: static;
}

#content #model #config.weights .weightsToggle:after {
	content: "";
	background-image: url(icons/plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 14px;
	height: 14px;
	display: inline-block;
}

#content #model #config.weights.toggled h1 {
	display: block !important;	
}

#content #model #config.weights.toggled h3 {
	display: grid !important;
}

#content #model #config.weights.toggled {
	padding-bottom: 103px;
}

#content #model #config.weights.toggled .weightsToggle:after {
	background-image: url(icons/minus.svg);
}

#content #model #config.weights h3 {
	max-width: unset;
}

#content #model #config.weights h3 span {
	font-size: 10px;
	color: #000000;
}

#content #model h1.weights {
	background: transparent;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	padding: 0px;
}

#content #model h1.weights .infoBox {
	background-color: #000000;
	color: #ffffff;
}

#content #model h1.weights .infoBox::after {
	color: #ffffff;	
}

#extrasResult .btn {
	background-image: url(icons/chevron-right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	display: flex;
	padding: 17px 43px;
	width: 110px;
	height: 58px;
	font-size: 0px;
	align-self: end;
}

#col4 {
	position: relative;
	gap: 0px;
}

#col4 #extrasCalc {
	order: 0;
	width: calc(100% + 24px);
	margin-left: -12px;
	position: static;
	top: 0;
}

#col4 #gallery {
	margin-top: 120px;
	position: relative;
}

#resultList h2 {
	position: absolute;
	top: 10px;
	padding: 0px;
	border: 0px;
	font-size: 25px;
	text-transform: unset;
	display: none
}

#resultList .headline, #resultList .headline:hover {
	font-family: Pano;
	padding-right: 100px;
	position: relative;
}

#resultList .headline a {
	font-family: "GT America",sans-serif;
	top: 0px;
	right: 0px;
	position: absolute;
}

#resultList .exImage {
	width: 82px;
	height: 82px;
	min-height: 82px;
	margin-right: 18px;
}

#resultList .exInfo {
	padding: 0px;
}

#resultList .row {
	display: block;
	padding: 10px;
}

#resultList .exFooter {
	padding: 20px 0px 0px 0px;
	width: auto;
	align-items: center;
}

body.step-Result #modelbox {
	position: static;
	border-radius: 0px;
	border: 0px;
	height: auto !important;
	background: transparent;
}

body.step-Result #gallery {
	min-height: unset;
}

body.step-Result #model, body.step-Result #model.fixed {
	height: auto;
	padding: 0px;
	gap: 0px;
}

body.step-Result #model #layout {
	background: #757575;
	height: 240px;
	align-items: center;
	justify-content: center;
	display: flex;
}

body.step-Result #content #model h1 {
	position: absolute;
	top: -350px;
	padding: 0px 12px;
	border: 0px;
	font-size: 25px;
	text-transform: unset;
}

body.step-Result #content #model h1 a {
	font-size: 15px;
}

body.step-Result #model #config {
	position: static;
	background: #EAEAEA;
	padding: 25px 13px;
	gap: 20px;
}

body.step-Result #content #model h3:first-child {
	display: flex;
}

body.step-Result #content #model h3 {
	gap: 0px;
}

body.step-Result #content #model h3 span {
	font-size: 22px;
}

body.step-Result #content #model h2 {
	font-size: 22px;
	order: 0;
}


body.step-Result #model .btn {
	position: fixed;
	bottom: 25px;
	width: auto;
	left: 20px;
	padding: 20px 15px;
	z-index: 2;
}

body.step-Result #model .btn.btnSecondary {
	font-size: 0;
	height: 58px;
	right: 20px;
	left: unset;
	width: 75px;
}

body.step-Result #model .btn.btnSecondary svg {
	margin: 0px 0px 0px -10px;
}

body.step-Result #k_footer, body.step-Model #k_footer {
	width: 100%;
	padding: 0px 12px 0px 12px;
}

#similar .simVehicles {
	/* grid-template-columns: 1fr; */
	
}

#similar .vehImage {
	height: 200px;
}

#similar .vehImage img {
	height: 200px;
}

#errorWindow {
	width: 100%;
	padding: 87px 12px 12px 12px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	top: 20%;
	height: 80%;
	max-height: 80%;
	overflow-y: auto;
	position: fixed;
}

#agreeAlert > div {
	top: 20%;
	height: 80%;
	width: 100%;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#agreeAlert h1 {
	margin: 87px 12px 20px 12px;
}

#agreeAlert .agreeText {
	margin: 0px 0px 25px 0px;
	padding: 0px 12px 110px 12px;
}

#agreeAlert .agreeNavi {
	margin: 0px;
	bottom: 0px;
}

#errorWindow {
	top: unset;
	bottom: -100%;
	height: auto;
}

#errorWindow::after {
	display: none;
}

#errorWindow .errorWindowClose {
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background-size: 100% !important;
	
	display: inline-block;
	position: sticky;
	top: -75px;
	left: calc(100% - 40px);
	z-index: 1;
	margin-top: -75px;
	
}

#errorWindow h1#title, #agreeAlert h1 {
	font-size: 22.5px;
	word-wrap: break-word;
	
}

#errorWindow.errorCheck h1#title {
	font-size: 14px;
}

#errorWindow.errorCheck {
	padding: 35px 25px;
}

#errorWindow.errorNew .btn {
	margin-top: 10px
}

#errorWindow h1#title.modelTitle {
	font-size: 32px;
}

#modelDetails {
	flex-direction: column;
}

#modelLayout {
	padding: 0px 0px;
	order: -1;
	text-align: center;
}

#errorWindow #modelLayout img {
	width: 100px;
	transform: rotate(90deg);
	margin-top: -60px;
}

#errorWindow .errorWindowCode {
	padding: 0px 18px 18px 18px;
	text-align: center;
}

#loadConfigForm {
	display: block;
}

#loadConfigCode {
	width: 100%;
	display: block;
}

#loadConfigCode input.token {
	height: 60px;
	background: #EAEAEA;
	position: static;
	padding: 0px 0px 0px 8vw;
	letter-spacing: 8vw;
	width: 100%;
	border: solid 1px transparent;
}

#loadConfigCode.error input.token {
	border-color: #dc3545;
}

#loadConfigCode .token-fake,
#loadConfigCode .token-overflow {
	display: none;
}

#loadConfigForm .btn {
	width: auto;
	margin-top: 19px;
}

.errorWindowCode .small {
	width: 100%;
}