/* Content part. */

MAIN {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}

DIV.homeLogo {
	width: 100%;
	display:-webkit-flex;
	display:flex;
	padding-top:2.5em;
}

DIV.contentLogo {
	width: 100%;
	height: 720px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url("../img/background-large.jpg");
}
DIV.contentLogo > H1 {
	box-sizing:border-box;
	font-size: 2.5em;
	text-align: center;
	margin: -34px auto 0 auto;
	padding:0 1em;
	color:#9090A0;
	font-weight: 400;
	text-shadow: 0 0 15px rgba(9, 21, 66, .7);
	height:150px;
}

DIV.destBox {
	margin: 180px auto 0 auto;
	padding: 0.7em;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:column;	
	flex-flow:column;
	-webkit-align-items:center;
	align-items:center;
	width:80%;
	min-width: 700px;
	max-width: 700px;
}

DIV.destBox > H2 {
	text-align:center;
	margin: 0 0 0.5em 0;
}

DIV.destBox > DIV.phoneNumber {
	margin: 0 0 0.5em 0;
}

DIV.destBox INPUT[type="tel"] {
	font-size: 1.5em;
	min-width:16em;
	font-family:'Roboto mono',monospace;
}

DIV.contentLogo > P {
	box-sizing:border-box;
	font-size: 2em;
	text-align: center;
	padding:0 1em;
	margin: 20px auto 0 auto;
	text-shadow: 0 0 15px rgba(9, 21, 66, .7);
	height:150px;
	max-width:1280px;
}


DIV.content {
	width:100%;
	-webkit-align-self:flex-start;
	align-self:flex-start;
	padding: 0 1em 1em 1em;
}

DIV.productSearching {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-align-items:center;
	align-items:center;
}

UL.productList {
	list-style-type: none;
	padding: 0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
UL.productList LI  {
	margin:0;
	padding:0.8em;
}
UL.productList LI > SPAN {
}
UL.productList INPUT {
    min-width:10em;
}

UL.productList SPAN SPAN {
    margin-left:1em;
}

UL.paymentMethodList {
	list-style-type: none;
	padding: 0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
UL.paymentMethodList LI  {
	margin:0;
	padding:0.8em;
	background-color:#F8F8F8;
}
UL.paymentMethodList LI:nth-child(odd) {
	background-color:#FFFFFF;
}
UL.paymentMethodList LI > SPAN {
}
UL.paymentMethodList INPUT {
    min-width:10em;
}

UL.paymentMethodList SPAN SPAN {
    margin-left:1em;
}

UL.steps {
	list-style: none;
	margin: -7px -7px;
	padding: 1em 0 0 0;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;	
	flex-flow: row wrap;
}

UL.steps LI {
	box-sizing: border-box;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	border-style: solid;
	border-radius: 8px;
	border-width: 1px;
	border-color: #888888;
	margin: 7px 7px;
	padding: 5px;
	text-align: center;
}

UL.steps DIV.stepIndex {
	float: left;
	font-weight: bold;
}

UL.steps DIV.stepTitle {
	font-weight: bold;
	white-space: nowrap;
}

UL.steps LI {
	color: #CCCCCC;
	-webkit-transition: background-color .1s ease-in;
	transition: background-color .1s ease-in;
}

UL.steps LI A {
	text-decoration: none;
	color: #000000;
}

UL.steps LI.stepDone:hover {
	background-color: #CCCCCC;
}

UL.steps LI.stepDone {
	color: #000000;
}

UL.steps LI.stepActive {
	color: #000000;
	background-color: #CCCCCC;
}

.productSummary {
	margin-top: 1em;
	display: inline-block;
	background: #fefabc;
	padding: 0.5em 1em;
	font-size: 1em;
	ccolor: #000;
	box-shadow: 0px 1px 2px #333;
}

.productSummary H2 {
	margin: 0 0 0.5em 0;
	border-style: none none solid none;
	border-width: 1px;
}

.productSummary TABLE {
	border-style: none;
}

.productSummary TABLE TH {
	text-align: right;
	padding-right: 1em;
	font-weight: normal;
}

.productSummaryAmount TD, .productSummaryDestination TD {
	font-weight: bold;
}

A.paymentMethodLink {
	float:right;
}
A.sbbLogo {
	margin-right:1em;
	float:right;
	display:inline-block;
	width: 150px;
	height: 16px;
	background-image: url(../img/sbb-small.png);
	text-indent: -9999px;
}


@media screen and (max-width: 640px) {
	HTML {
		font-size:10px;
		min-width:320px;
	}
	HEADER > .headerTail > DIV.middle > SPAN  {
		font-size:0.7em;
		margin:0 0.3em;
	}
	DIV.homeLogo {
		padding-top:0.5em;
	}
	DIV.contentLogo > H1 {
		height:100px;
		font-size:1.5em;
		margin-top:0;
	}
	DIV.contentLogo > P {
		display:none;
	}
	UL.steps {
		display:none;
	}
	DIV.destBox {
		margin-top:20px;
		min-width: 290px;
		max-width: 370px;
	}
	DIV.destBox H2 {
		font-size:1.3em;
	}
	
	DIV.contentLogo {
		height: 320px;
		background-image: url("../img/background-medium.jpg");
	}
}
@media screen and (min-width:641px) and (max-width: 1023px) {
	HEADER > .headerTail > DIV.middle  {
		font-size:1.2em;
	}

	DIV.homeLogo {
		padding-top:1.8em;
	}
	DIV.contentLogo {
		height: 500px;
		background-image: url("../img/background-large.jpg");
	}
	DIV.contentLogo > H1 {
		margin-top:-1em;
		height:100px;
		font-size: 1.8em;
	}
	DIV.contentLogo > P {
		margin-top:10px;
		height:100px;
		font-size: 1.3em;
	}
	DIV.destBox {
		margin-top:135px;
		min-width: 620px;
		max-width: 670px;
	}
	DIV.destBox H2 {
		font-size:1.4em;
	}
}
