﻿html, body	{	width: 100.0%; }
html		{	overflow-y: scroll; }
body		{	-webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-size: 13px; line-height: 1.20; }

*	{	z-index: 2; list-style: none; margin: 0; padding: 0; border: 0 solid; }
hr	{	width: 100.0%; margin: 1.00em 0; border-bottom-width: 1px; border-bottom-style: dotted; }
img	{	display: block; }
table	{	width: 100.0%; border-collapse: collapse; border-spacing: 0; }

.page		{	position: relative; width: 90.00%; max-width: 1500px; min-height: 100.0%; margin: 0 auto; }

.main			{	width: calc(100.0% - 4.00em - 2px); padding: 2.00em; border-width: 0 1px 1px; }
.main > div		{	position: relative; margin: 1.00em 0; }

.main > div	> .row			{	position: relative; width: calc(100.0% + 2.00em); margin: 0 -1.00em; display: flex; flex-flow: row wrap; justify-content: space-between; align-content: stretch; align-items: stretch; }
.main > div	> .row > div	{	flex: 1 1 10.00%; margin: 1.00em; }

.group						{	padding: 1.25em 1.00em 1.50em; }

.group.additionalDealers	{	margin-bottom: 1.00em; }
#additional-dealerId > input.offSetTop { margin-top: 5px; }
label[for=payByInvoice]		{	margin-top: 1.50em; }

table td > *					{	margin: 0.25em 0; }
table td.mpv					{	padding: 0 0.50em; }
table td.action, td.price		{	text-align: right; }
table td > input[type=number]	{	max-width: 3.00em; }

.main > .prices				{	position: relative; width: calc(100.0% - 2.00em); margin-top: 2.00em; margin-bottom: 2.00em; padding: 2.00em 1.00em; }
.main > .prices:before		{	position: absolute; z-index: -1; top: 0; left: 0; width: 100.0%; height: 100.0%; opacity: 0.05; content: ''; }
.main > .prices table td 	{	width: 30.0%; padding: 0 1.00em; }

.main > .foot	{	}

header, footer	{	width: 100.0%; display: flex; flex-flow: row wrap; justify-content: space-between; align-content: center; align-items: center; }

header	{	position: sticky; top: 0; left: 0; z-index: 3; padding: 1.00em 0; border-bottom-width: 1px; }

header span			{	display: flex; flex-flow: row wrap; justify-content: space-between; align-content: center; align-items: center; }
header img			{	height: 4.00em; display: inline-block; width: auto; ; }

/* --- Hotline --- */

.hotline	 	{	display: block; width: 300px; padding: 0.50em 1.50em 0.50em 4.50em; border-radius: 2.00em; background-color: rgba(029,057,079,1.00); color: white;
    background-image: url('../resources/img/picts/phone_white.svg'); background-repeat: no-repeat; background-position: center left 1.00em; background-size: auto 2.25rem; }
.hotline span	{	display: inline-block; margin: 0 0.25em; }


footer	{	position: relative; height: 5.00rem; border-top-width: 1px; }

footer a + a	{	margin-left: 1.00em; }
footer img		{	height: 2.25rem; width: auto; }

.control	{	width: 100.0%; display: flex; padding: 3.00em 0; flex-flow: row wrap; justify-content: space-between; align-content: center; align-items: center; }

.btn				{	position: relative; display: inline-block; padding: 1.00em 2.00em; }
.btn:after			{	position: absolute; z-index: -1; top: 0; left: 0; width: 100.0%; height: 100.0%; background-color: black; opacity: 0.00; content: ''; }
.btn:hover:after	{	opacity: 0.125; }

/* --- Tipp --- */

.tipp				{	position: relative; z-index: 3; padding-right: 2.00em; cursor: pointer; background-image: url('../resources/img/picts/info.svg'); background-repeat: no-repeat; background-position: top right; background-size: 1.50em; }
.tipp > span		{	position: absolute; top: 0.50em; left: calc(100.0% + 0.25em); width: 0; max-height: 30.00em; opacity: 0; overflow: hidden; transition: all 50ms ease-in-out 0ms; }
.tipp:hover > span	{	opacity: 1; width: 15.00em; }
.tipp > span > i	{	display: block; padding: 1.00em; }

.tipp.right > span	{	right: 1.75em; left: inherit; }

/* --- Form --- */

select,	input, textarea	{	appearance:	none; -webkit-appearance: none; -moz-appearance: none; }
*:focus 			{	outline: -webkit-focus-ring-color auto 0; outline: none; }
*:-moz-focusring 	{	outline: 0; }
::placeholder	 	{	opacity: 0.50; }
button	 			{	background-color: transparent; }

input[type=radio],
input[type=checkbox] 	{	display: none; }

table td > input[type=number] { appearance: textfield; text-align: right; min-width: 2.50em; float: right; }

input			{	width: calc(100.0% - 2.00rem); height: 2.00rem; padding: 0 1.00rem; }
input:disabled 	{	background-color: white; }

/* --- Radio /Check --- */

input[type=checkbox] + label,
input[type=radio] + label 					{	width: calc(100.0% - 2.00em); min-width: 12.50em; height: 2.00em; display: flex; flex-flow: row wrap; justify-content: flex-start; align-content: center; align-items: center; }
input[type=checkbox] + label:before,
input[type=radio] + label:before			{	display: inline-block; width: 2.00em; height: 2.00em; margin-right: 0.75em; background-repeat: no-repeat; background-position: center; background-size: 80.00% auto; content:''; }
input[type=radio] + label:before			{	border-radius: 100.0%; }
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before	{	background-image: url('../resources/img/picts/check_blue.svg'); }

input[type=checkbox]#consent + label				{	position: relative; display: block; min-height: 2.00em; margin: 2.00em 0 0 0; padding-left: 3.00em; display: flex; flex-flow: row wrap; justify-content: flex-start; align-content: center; align-items: center; }
input[type=checkbox]#consent + label > a			{	display: contents; margin-right: 0.25em; }
input[type=checkbox]#consent + label:before			{	content:''; position: absolute; top: 0; left: 0; display: block; width: 2.00em; height: 2.00em; opacity: 0.75; background-color: white; }
input[type=checkbox]#consent:checked + label:before	{	background: url('../resources/img/picts/check_blue.svg') no-repeat center white; background-size: 100.0%; opacity: 1.00; }

/* --- Effekt --- */

.form-label-group			{	position: relative; margin-top: 2.00em; width: 100.0%; }
.form-label-group > label	{	position: absolute; z-index: 2; top: 1px; left: 1px; width: calc(100.0% - 2.00rem - 2px); height: calc(100.0% - 2px); padding: 0 1.00rem; cursor: text; transition: all 100ms ease-in-out;
    display: flex; flex-flow: row wrap; justify-content: flex-start; align-content: center; align-items: center; }

.form-label-group input:not(:placeholder-shown) ~ label 	{	top: -1.50em; height: 1.00em; padding: 0; font-size: 0.75em; }

/* --- Additional Dealer Ids --- */
#additional-dealerId 						{margin-top:0; display: flex; flex-wrap: wrap;}
#additional-dealerId > div > input			{width: 60%}
#additional-dealerId > .form-label-group 	{width: 9rem}

/* --- Terms of contract --- */

#terms-of-contract-container				{padding: 1.25em 1.00em 1.50em;}

/* --- Styles --- */

body, header, .tipp span, input[type=radio] + label:before, input[type=checkbox] + label:before
{	background-color: white; }

a.btn[href^="#completeOnlineBooking"]
{	color: white; }

header
{	background-color: white; }

.main
{	background-color: rgba(250,250,250,1.00); }

.group
{	background-color: rgba(240,240,240,1.00); }

#btn-send, .prices:before, .btn, #btn-online-print
{	background-color: rgba(045,150,205,1.00); color: white}

#btn-print.btn
{background-color: white}

body, footer a
{	color: rgba(097,097,097,1.00); }

h1
{	color: rgba(029,057,079,1.00); }

h2, .tipp i, #btn-print, p > a, a.link, .reference, .action, .prices *, .overlay a
{	color: rgba(045,150,205,1.00); }

header, footer, .main
{	border-color: rgba(000,000,000,0.25); }

.group, input, input[type=radio] + label:before, input[type=checkbox] + label:before
{	box-shadow: inset 0 0 0 1px rgba(000,000,000,0.25); }

input:focus
{	box-shadow: inset 0 0 0 1px rgba(000,000,000,0.50); }

.prices, .tipp span i, #btn-print, .prices input, input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before
{	box-shadow: inset 0 0 0 1px rgba(045,150,205,0.50); }

.btn, .tipp:hover span
{	box-shadow: 0 2px 3px 0 rgba(000,000,000,0.15); }

/* --- Typo --- */

a, label	{	text-decoration: none; cursor: pointer; }
small		{	font-size: 0.84em; }
i		    {	font-style: normal; }
.tipp i		{	font-size: 0.84em; letter-spacing: 0; word-spacing: 0; }
footer		{	font-size: 0.84em; }
p > a   	{	display: inline-block; white-space: nowrap; }
.reference	{	display: inline-block; font-size: 0.84em; font-style: italic; margin: 0 0 1.00em 4.80em; text-indent: -4.80em; }

h1, h2, h3			{	letter-spacing: 0.05em; word-spacing: 0.125em; font-style: normal; font-weight: normal; }
h1			{	font-size: 1.10em; }
h2			{	font-size: 1.00em; }
h2 > span	{	font-size: 1.25em; text-transform: uppercase; display: inline-block; margin-right: 1.00em; }
h3			{	font-size: 1.05em; padding-bottom: 0.90em; border-bottom-width: 1px; border-bottom-style: dotted; }

p		{	font-size: 0.84em; line-height: 1.40; margin-left: 1.25em; text-indent: -1.25em; }
p.item	{	margin-left: 3.25em; text-indent: 0; }

h3 + *	{	margin-top: 1.00em; }
p + p	{	margin-top: 0.50em; }

h2, h3
{	font-family: 'sofo-200', Arial, Helvetica, sans-serif; font-style: normal; font-weight: 200; }

body, .tipp i
{	font-family: 'sofo-300', Arial, Helvetica, sans-serif; font-style: normal; font-weight: 300; }

@font-face 	{   font-family: 'sofo-200'; src: url('../resources/fonts/fordantenna-extra-light-webfont.woff') format('woff'); }
@font-face 	{   font-family: 'sofo-300'; src: url('../resources/fonts/fordantenna-re-webfont.woff') format('woff'); }

/*	=================================
		END
	================================= */

.printHint{
    color: #E50000;
}

body, .overlay > div, #contactform, .faqs > input:checked + label, .faqs > input:checked + label:before, .faqs > input:checked + label + div, .table .sub, .page .prices
{	background-color: rgba(250,250,250,1.00); }

/* --- Overlays --- */

.overlay			{	position: fixed; z-index: 9; top: 0; left: 0; width: 100.0%; height: 100.0%; transform: scale(1.00); display: flex; flex-flow: row wrap; justify-content: center; align-content: center; align-items: center; }
.overlay > a		{	position: absolute; top: 0; left: 0; width: 100.0%; height: 100.0%; background-color: black; opacity: 0.50; }
.overlay > div		{	position: relative; width: calc(800px - 4.00rem); padding: 2.00rem; border-radius: 0.50rem; }

.overlay > div > p	{	font-size: 0.90em; line-height: 1.40; margin-left: 0; text-indent: 0; }

.overlay > div > .form-label-group		{	width: 100.0%; }
.overlay > div > a						{	display: inline-block; margin: 2.00rem 2.00rem auto 0; }

.overlay:target		{	transform: scale(1.00); }
