body{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.leftclear{
	clear: left;
}

.rightclear{
	clear: right;
}

.bothclear{
	clear: both;
	line-height: 0px;
	height: 0px;
}



/* pagetop.php */
.pagetop{
	max-width: 1144px;
	margin: auto;
	color: #02393F;
	font-size: 14px;
	line-height: 0;
}

.pagetop .logo{
	float: left;
	line-height: 0;
}

.pagetop .logo img{
	width: auto;
	height: 110px;
}

.pagetop .editsearch.hideondesktop {
	display: none;
}


.pagetop .rightside{
	float: right;
	padding: 42px 13px 0 0;
}

.pagetop .rightside .infolinks{
	display: inline-block;
	line-height: normal;
}

.pagetop .rightside .infolinks a{
	text-decoration: none;
	color: #02393F;
	font-size: 20px;
	font-weight: 300;
}

.pagetop .rightside .infolinks #last-minute {
	margin-right: 10px;
	width: 32px;
	height: 32px;
	position: relative;
	top: -4px;
}

.pagetop .rightside .divider{
	padding: 0 12px;
	font-size: 20px;
	color: #e6ebec;
	line-height: 20px;
	font-weight: 300;
}

.pagetop .rightside .mobcontainer{
	display: inline-block;
	line-height: normal;
}

.pagetop .rightside .mobcontainer .sitelinks{
	display: inline-block;
}

.pagetop .rightside .mobcontainer .social{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -2px;
}

.pagetop .rightside .mobcontainer .social a img{
	width: 27px;
	height: auto;
}

.pagetop .rightside .mobcontainer .social a{
	display: inline-block;
	padding: 0 5px 0 0;
}

.pagetop .rightside .sitelinks .selectedlang{
	background-color: #ffffff;
	width: 40px;
	background-image: url('/img/gfx/langdownarrow.gif');
	background-repeat: no-repeat;
	background-position: right 11px;
	background-size: 13px 7px;
	padding: 5px 5px 4px 0px;
}

.pagetop .rightside .sitelinks .selectedlang img{
	float: right;
	padding-top: 1px;
}

.pagetop .rightside .sitelinks .langdropdown{
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 2px solid #e6ebec;
	border-top: none;
	margin: 0 0 0 -17.5px;
	padding: 0;
	z-index: 1;
}

.pagetop .rightside .sitelinks:hover .langdropdown{
	display: block;
}

.pagetop .rightside .sitelinks .lang a{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px 25px 5px 16px;
	width: 35px;
}

.pagetop .rightside .sitelinks .lang a:hover{
	background-color: #B8E2FB;
}

.pagetop .rightside .sitelinks .lang img{
	float: right;
	padding-top: 1px;
}

/*content*/
.page .content{
}


.footer{
	clear: both;
	text-align: center;
	padding-top: 50px;
}

.footer .headline{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 50px;
	padding-top: 20px;
}


.footer .infolinks {
	margin-bottom: 40px;
}

.footer .infolinks a {
	font-size: 14px;
	color: #414141;
	display: inline-block;
	vertical-align: middle;
}
.footer .infolinks .social {
	display: inline-block;
	margin-left: 15px;
}

.footer .infolinks .social a img {
	width: 27px;
	height: auto;
}



.footerlinks .lang{
	display: inline-block;
	font-size: 14px;
	color: #414141;
	padding: 0 10px;
}

.footerlinks .lang a{
	color: #414141;
}

.copyright{
	font-size: 12px;
	color: #414141;
}

.bottomlogo{
	padding: 20px;
}

.bottomlogo img{
	width: 73px;
	height: 73px;
}


/* footer */
.footerlinks{
	border-top: 1px solid #E2E6E7;
	margin-top: 50px;
	padding: 30px;
}

@media screen and (max-width: 960px) {

	.pagetop .rightside .infolinks a {
		font-size: 18px;
	}

}

@media screen and (max-width: 860px) {

	.pagetop .logo {
		display: block;
		text-align: center;
		float: none;
	}

	.pagetop .rightside {
		float: none;
		text-align: center;
		padding: 0 0 20px 0;
	}

	.pagetop .rightside .infolinks #last-minute {
		width: 28px;
		height: 28px;
		top: -3px;
	}

	.pagetop .rightside .divider {
		font-size: 18px;
		line-height: 18px;
	}

}

@media screen and (max-width: 768px) {

	.footer{
		padding-top: 0;
	}

	.footer .footerlinks{
		margin-top: 0;
	}

}


@media screen and (max-width: 639px) {
	
	.pagecontainer{
		position: relative;
		padding-bottom: 140px;
	}

	.pagetop .rightside{
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
		background-color: #dfedea;
		margin-top: 36px;
		padding-bottom: 60px;
		padding-right: 0;
		box-sizing: border-box;
	}
	
	.pagetop .rightside .infolinks {
		width: 100%;
		text-align: center;
	}
	.pagetop .rightside .infolinks .divider.hideonmobile {
		display: none;
	}	
	
	.pagetop .rightside .sitelinks .selectedlang{
		background-color: transparent;
	}

    .pagetop .rightside {
        display: none;
    }

	.pagetop .logo{
		display: block;
		text-align: center;
		float: none;
	}
	
	.pagetop .logo img {
	    height: 85px;
	}

	.footerlinks{
		border: none;
		margin: 0;
	}

}


