/*!
 * Big Subito custom CSS 
 */
/*!  Cristina Llamas <cristina.beltran@aisys-media.de> */

body {
	background-color: #ffffff;
	color: #000;	
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
	font-weight: lighter;
	height: 100%;
	margin: 0;
}

h2 {
	font-size: 30px;
}

h2, h3 {
	color: #EC1C23;
	font-weight: bolder;
	margin-bottom: 15px;
}

html {
	font-family: sans-serif;
	height: 100%;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

p.bigger {
	font-size: 13px;
}

p {
	font-size: 11px;
}

p > a, p > a:hover, .big-link.active, .big-link:hover {
	color: #EC1C23 !important;
	text-decoration: none;
}

.arrow-desktop, .content {
	bottom: 0px;
	left: 5%;
	overflow: hidden;
	position: absolute;
	right: 5%;
	top: 0px;
}

.arrow-desktop {
	background-image: url('../img/arrow_desktop.png');
	background-position: right bottom 60px;
	background-repeat: no-repeat;
	background-size: auto 85%;
	z-index: 10;
}

.big-link {
	color: #000;
	font-size: 13px;
	text-decoration: none;
	outline: 1px solid #EC1C23;
    outline-offset: 10px;
}

.content {
	z-index: 20;
}

.content-box {
	position: relative;
	width: 100%;
}

.content-box.navbar .big-link:last-child {
    margin-left: 40px;
    margin-right: 11px;
}

.content-box.middle {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	height: 80%;
	overflow: hidden;
}

.content-box.middle .cell {
	height: 100%;
}

.content-box.middle .cell:first-child {
	width: 60%;
}

.content-box.middle .cell:last-child {
	width: 40%;
}

.content-box.middle .cell.links {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 11px;
	width: 50%;
}

.content-box.middle .big-link {
	text-align: center;
	width: 165px;
}

.content-box.middle .big-link:first-child {
	margin-bottom: 55px;
}

.content-box.navbar {
	height: auto;
	padding-top: 45px;	
}

.footer {
	bottom: 0px;
	font-size: 13px;
	height: 65px;
	position: absolute;
	width: 100%;
}

.footer a, .footer a:hover {
	color: #EC1C23 !important;
	text-decoration: none;
}

.footer a:last-child {
    margin-left: 20px;
}

.main-container {
	height: 100%;
	position: relative;
	width: 100%;
	background-image: url('../img/arrow_desktop_line.png');
	background-position: center bottom 60px;
	background-repeat: repeat-x;
	background-size: auto 85%;	
}

.p-divider {
	height: 0px;
	width: 100%;
}

.text-right {
	text-align: right;
}

@media (min-width: 767px) {
	.hidden-desktop {
		display: none !important;
	}
}

@media (min-width: 1100px) {

	h2 {
		font-size: 35px;
	}

	h2, h3 {
		margin-bottom: 18px;
	}

	p.bigger {
		font-size: 15px;
	}

	p {
		font-size: 13px;
	}

	.big-link {
		font-size: 15px;
	}
}

@media (min-width: 1300px) {
	p.unformatted-text {
		display: none;
	}

	.arrow-desktop, .content {
		left: 13%;
		right: 13%;
	}

	.content-box.middle .cell:first-child {
		width: 80%;
	}

	.content-box.middle .cell:last-child {
		width: 20%;
	}

	.p-divider {
		height: 10px;
	}
}

@media (max-width: 1300px) {
	p.formatted-text {
		display: none;
	}
}

/* Mobile */
@media (max-width: 767px) {

	h2 {
		font-size: 35px;
	}

	h2, h3 {
		margin-bottom: 18px;
	}

	p.bigger {
		font-size: 15px;
	}

	p {
		font-size: 13px;
	}

	.big-link {
		font-size: 15px;
	}

	.cell img {
		height: auto;
		width: 100%;
	}

	.content {
		left: 0;
		right: 0;
		padding: 0 10px;
	}

	.content, .footer {
		height: auto;
		position: relative;
		overflow: hidden;
	}

	.content-box.middle {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		height: auto;
		overflow: hidden;
	}

	.content-box.middle .cell {
		height: auto;
		width: 100% !important;
	}

	.content-box.middle .cell:last-child {
		border-bottom: 2px solid #EC1C23;
	}

	.content-box.middle .cell.links {
		display: flex;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0px;
	}

	.content-box.middle .big-link {
		margin: 40px 11px !important;
		width: auto;
	}

	.content-box.navbar {
	    padding: 20px;
	}

	.content-box.navbar .big-link:last-child {
	    margin-right: 40px;
	}

	.footer {
		padding: 20px 0px;
	}

	.footer a {
		font-weight: bold;
	}

	.footer a:last-child {
	    float: right;
	}

	.hidden-mobile {
		display: none !important;
	}

	.main-container {
		background-image: none;
	}

	.p-divider {
		height: 20px;
	}
}