﻿@charset "UTF-8";

footer {
	position: relative;
	min-height: 100vh;
	margin: 20vh 0 0 0;
	border-top: 2px solid #782f40;
	background-color: #ffffff;
	z-index: 59;
}

footer, footer a {
	font-size: 18px;
}

#footer-links a {
	display: block;
}

#portmann-consulting {
	width: 300px;
	height: 100px;
	margin: 20vh auto 0 auto;
	background-color: #0c2340;
	opacity: 0;
}

.page-description {
	font-size: 8px;
	opacity: 0;
	width: 100%;
}

@media only screen and (min-width: 600px) {
	.footer-row {
		width: 560px;
		margin: 0 auto 40px auto;
		padding: 30px 0 50px 0;
		display: table;
		table-layout: fixed;
	}

	.footer-cell {
		display: table-cell;
	}

	#footer-disclaimer {
		text-align: right;
		padding-right: 10px;
	}

	#footer-links a {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 799px) {
	#footer-links a {
		height: 50px;
	}
}

@media only screen and (max-width: 599px) {
	footer {
		padding: 150px 0 30vh 0;
	}

	.footer-row:first-child div {
		max-width: 300px;
		margin: 0 auto 80px auto;
	}

	#footer-row-bottom {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	#footer-row-bottom .footer-cell {
		display: table-cell;
	}
}