/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
  
/* montserrat-700 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/montserrat-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/montserrat-v15-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../fonts/montserrat-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/montserrat-v15-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
  
/* Stylesheet Reset */
*,*::before,*::after {
	box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important
	}
}

/* general elements */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}
body.modal-open {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
textarea {
    resize: vertical;
}
a, .cookies-dse {
	color: #e13656;
	transition: all .4s;
}
a:hover {
	text-decoration: none;
}
a.shadow:hover, button.shadow:hover {
	box-shadow: none !important;
	cursor: pointer;
}
.cookies-dse:hover {
	color: #0056b3;
	cursor: pointer;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-bottom: .5rem;
}
h2, .h2 {
	font-size: 1.25rem;
	font-weight: bolder;
}
td {
	vertical-align: top;
}

/* general classes */
.break-inside-avoid {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.opacity-0 {
	opacity: 0;
}
.scroll-abstand {
	height: 96px;
	margin-top: -96px;
	opacity: 0;
	visibility: hidden;
}
.valign-bottom {
	vertical-align: bottom;
}
.hover-text {
	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
	transition: all .4s;
	font-size: .85rem;
	line-height: 1.5rem;
	display: inline-block;
}
.error_dse_check {
	display: none;
}
.custom-file-control {
	white-space: nowrap;
  	overflow: hidden;
	text-overflow: ellipsis;
	border-color: #3e3e3e;
	border-radius: 0;
	border-width: 2px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .75);
}
.custom-file:hover {
	cursor: pointer;
}
.custom-file:hover .custom-file-control {
	box-shadow: none;
	border-color: #e13656;
}
.custom-file-input {
	width: 100%;
}
.custom-file-input:focus ~ .custom-file-control {
    box-shadow: none;
}
.form-control {
	border-top: none;
	border-right: none;
	border-radius: 0;
	border-color: #000;
	border-width: 2px;
	background-color: #ebebeb
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e13656;
    outline: 0;
    box-shadow: none;
}
.modal-content {
	border: 2px solid #000;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .75);
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 20px);
}
.modal-dialog-centered .modal-content {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.no-js .lazy {
	display: none !important;
}

/* pixel graphic */
#get {
    background: url('https://http-get.de/get.gif') no-repeat;
}

/* honeypot */
#maedchenname{
    position:absolute;
    top:-9999px;
    left:-9999px;
}

/* wrapper */
#wrapper {
	background-color: #ebebeb;
}
.background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* colors */
.text-redpink, .color-primary {
	color: #e13656 !important;
}
.text-black {
	color: #000 !important;
}

/* background-colors */
.bg-redpink, .primary-background {
	background-color: #e13656 !important
}
.bg-light-gray {
	background-color: #ebebeb !important
}
#background-1 {
	background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url('../images/576/Zeichnung.JPG');
}
#background-2 {
	background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url('../images/576/ptg-bauleitung.jpg');
}

/* border */
.border-redpink {
	border-color: #e13656 !important;
}
.border-width-2 {
	border-width: 2px !important;
}

/* box-shadow */
#conversion-header, #main-navigation {
	box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, .75);
}
.shadow {
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .75);
}

/* conversion-header */
#conversion-header {
	position: relative;
	z-index: 2;
}
.conversion-btn-container {
	margin-left: -15px;
	margin-right: -15px;
}
.conversion-btn-container > div {
	-ms-flex: 0 0 33.3333333%;
	flex: 0 0 33.3333333%;
	max-width: 33.3333333%;
}
.conversion-btn-container > div > a {
	color: #fff;
	display: block;
	font-size: 1.375rem;
	line-height: 1;
	padding-top: .25rem;
	padding-bottom: .25rem;
}
#contact-btn {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* navbar */
#main-navigation {
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: linear-gradient(to right,transparent,#fff);
}
.navbar-brand img {
	width: 5.875rem;
	height: 35.45px;
}
.navbar-light .navbar-nav .nav-link {
	color: #212529;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #e13656;
}
.navbar-light .navbar-nav .nav-link.active {
	color: #e13656;
}
.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown-item {
	white-space: normal;
}
.dropdown-item:hover {
	color: #e13656;
	background-color: #fff;
}
.dropdown-item.active {
	color: #e13656;
	background-color: #fff;
}
#mainmenu-nav {
	max-height: calc(100vh - 91.95px);
}
#mainmenu-nav.show {
	overflow: auto;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* hero startseite */
#hero-startseite {
	position: relative;
	padding-top: 7.5rem;
	padding-bottom: 5rem;
	min-height: 100vh;
	background: url("../images/576/ptg-planungsbuero-gebaeudetechnik.jpg") no-repeat center;
	background-size: cover;
}
#hero-startseite h1, .hero-unterseite h1 {
	font-size: 1.75rem;
	border-bottom: 2px solid #e13656;
	max-width: 290px;
}
.hero-logo {
	max-width: 185px;
	font-size: .625rem;
}
.hero-logo img {
	width: 100%;
}
.hero-logo a {
	color: #212529;
}
.hero-headline {
	margin-top: 3rem;
	margin-bottom: 1rem;
}
#hero-startseite .card {
	border: 2px solid #000;
}
#hero-startseite .card-header {
	background-color: #fff;
	border-bottom: none;
	font-weight: bolder;
}
#hero-startseite .hover-text {
	font-size: .6rem;
}
#hero-startseite .card:hover .hover-text {
	opacity: 1;
	visibility: visible;
}
.next-section {
	left: 50%;
	bottom: 10px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.next-section a {
	color: #000;
}
#hero-go-down-text {
	transition: all .4s;
	font-size: .75rem;
}
.next-section:hover #hero-go-down-text {
	opacity: 1;
	visibility: visible !important;
}

/* hero Unterseite */
.hero-unterseite {
	position: relative;
	overflow: hidden;
	padding-top: 7.5rem;
	padding-bottom: 4rem;
}
.hero-unterseite::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
	z-index: 2;
}
.hero-unterseite div {
	position: relative;
	z-index: 3;
}
.hero-unterseite .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	z-index: 1;
}

/* Footer */
.footer-main {
	background-color: #3e3e3e;
}
.footer-main a {
	color: #fff;
}
.footer-main a:hover {
	color: #e13656;
}
.footer-btn {
	font-size: .875rem;
}
#mandatory {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1029;
}

/* buttons */
.more {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 1.5rem;
}
.more:hover {
	color: #000;
}
.more:hover::before {
	content: "mehr erfahren";
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	right: 100%;
	padding-right: .5rem;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .875rem;
}
#about .more:hover::before {
	content: "mehr über Uns";
}
.mandatory-btn {
	background-color: #3e3e3e;
	color: #fff;
	line-height: 1.5;
	font-size: 12px;
	padding: .3rem .5rem;
	margin-right: .375rem;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .75);
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.mandatory-btn:last-child {
	margin-right: 0;
}
.mandatory-btn img {
	width: 1.21875rem;
	height: 1.21875rem;
	transition: all .4s;
}
.cookie-icon-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
}
.mandatory-btn:hover .cookie-icon {
	opacity: 0;
	visibility: hidden;
}
.mandatory-btn:hover .cookie-icon-hover {
	opacity: 1;
	visibility: visible;
}
#to-top {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
}
.card-header .btn {
	white-space: normal;
}
.btn.bg-redpink:hover {
	border-color: #e13656 !important;
	color: #e13656 !important;
	background-color: #fff !important;
}
.btn.routenplaner:hover {
	background-color: #fff !important;
	color: #3e3e3e !important;
}
.error-page .btn {
	border-radius: 0;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .75);
	border-color: #fff !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-size: .875rem !important;
}
.error-page .btn:hover {
	border-color: #e13656 !important;
	color: #e13656 !important;
	background-color: #fff !important;
	box-shadow: none !important;
}

/* picture gallery */
.bild-container {
	position: relative;
	padding-top: 100%;
}
.bild-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bild-container .description {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: rgba(225, 54, 86, .7);
	padding: .25rem .5rem;
}
.mfp-counter {
	display: none;
}

/* accordions */
.accordion .card {
	border-radius: 0;
}
.accordion .card-header {
	padding: 0;
	border-radius: 0;
}
.accordion .card-header button {
	padding-top: .75rem;
	padding-right: 4.25rem;
	padding-bottom: .75rem;
	padding-left: 2rem;
	position: relative;
	border-radius: 0;
	background-color: #e13656;
	color: #fff !important;
}
.accordion .card-header button.collapsed {
	background-color: transparent;
	color: #e13656 !important;
}
.accordion .card-header button::after {
	content: "-";
	position: absolute;
	top: 50%;
	right: 20px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.accordion .card-header button.collapsed::after {
	content: "+";
}
.accordion .card-header button:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #e13656;
	color: #fff !important;
}

/* parallax */
.parallax {
	height: 150px;
	background-color: rgba(225, 54, 86, .7)
}
.parallax-img-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}
.parallax-img-container::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(225, 54, 86, .7);
	z-index: 1;
}
.img-parallax {
	width: 100%;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	pointer-events: none;
	object-fit: cover;
	object-position: 50% 50%;
}
.parallax-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

/* job cards */
#jobs {
	padding: 60px 0 20px 0;
}
.jobs .card {
	height: 100%;
	border-radius: 0;
	border: 1px #e13656 solid;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	min-height: 156px;
	position: relative;
}
.jobs .card:hover {
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.16), 0 5px 5px rgba(0, 0, 0, 0.14);
}
.jobs .card .job-title {
	font-size: 14px;
	font-weight: bold;
	color: #e13656;
	font-weight: 500;
}
.jobs .card-footer {
	background: none;
	padding: 10px;
	border: none;
}
.jobs .card .cardlink {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.jobs .card-body {
	position: relative;
	padding-left: 20px;
}
.jobs .card .icon {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px #e13656 solid;
	background-color: #fff;
	transition: background-color .2s;
	padding: 15px 10px 10px 10px;
	top: 20px;
	left: -20px;
}
.jobs .card:hover .icon {
	background-color: #e13656;
}
.jobs .card .icon svg {
	fill: black;
	transition: fill .2s;
	position: absolute;
}
.jobs .card:hover .icon svg {
	fill: white;
}
.jobs .card-footer .btn-link {
	color: #333;
	position: relative;
	z-index: 1;
}

/* Google Maps on contact page */
.no-js .map {
	display: none;
}
.map {
    width: 100%;
    position: relative;
    height: 300px;
}
.map:before, .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map:before {
    content: '';
    z-index: 1;
}
.map iframe {
    border: none;
}
.map.active {
    z-index: 1
}
.map.active:before {
    z-index: 0
}

@media screen and (min-width: 23rem) {
	.mandatory-btn {
		padding: .5rem .75rem;
	}
}

@media screen and (min-width: 36rem) {
	.modal-dialog-centered {
		min-height: calc(100% - 60px);
	}
	#hero-startseite {
		background-image: url("../images/768/ptg-planungsbuero-gebaeudetechnik.jpg");
	}
	#hero-startseite h1, .hero-unterseite h1 {
		max-width: none;
	}
	#background-1 {
		background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url('../images/768/Zeichnung.JPG');
	}
	#background-2 {
		background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url('../images/768/ptg-bauleitung.jpg');
	}
	.img-parallax {
		height: auto;
		object-position: 50% 0%;
	}
	.footer-column-head {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end;
		height: 96px;
	}
	.footer-column-body {
		height: 128px;
	}
}

@media screen and (min-height: 41.25rem) {
	#hero-startseite {
		min-height: 660px;
	}
}

@media screen and (min-width: 41.25rem) {
	.footer-column-head {
		height: 72px;
	}
}

@media screen and (min-width: 48rem) {
	/* conversion header */
	.conversion-btn-container > div {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
	}
	.conversion-btn-container > div > a, .conversion-btn-container > div.zusatz-text {
		padding: .3125rem 1rem;
	}
	.conversion-btn-container > div > a {
		font-size: 1rem;
		line-height: 1.5;
	}
	#contact-btn {
		border-left: none;
		border-right: none;
	}

	/* navbar */
	.navbar-brand {
		white-space: normal;
		font-size: .75rem;
		
	}
	
	/* hero-startseite */
	#hero-startseite {
		padding-top: 11rem;
		min-height: 864px;
		background-image: url("../images/992/ptg-planungsbuero-gebaeudetechnik.jpg");
	}
	#hero-startseite h1, .hero-unterseite h1 {
		font-size: 1.875rem;
		max-width: none;
	}
	.hero-logo {
		max-width: none;
		font-size: .55rem;
	}
	.hero-headline {
		margin-top: 5rem;
	}
	.hero-text {
		font-size: .875rem
	}
	#hero-startseite .card {
		padding-bottom: 38px;
	}
	#hero-startseite .card-header {
		font-size: .875rem;
		height: 3.375rem;
	}
	#hero-startseite .card-body {
		padding-top: .5rem;
		padding-bottom: .5rem;
		font-size: .875rem;
	}
	#hero-startseite .card-body p:last-of-type {
		margin-bottom: 0;
	}
	#hero-startseite .card-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		border: none;
		background-color: #fff;
		padding-top: 0;
	}
	.hero-unterseite {
		padding-top: 11rem;
	}

	#background-1 {
		background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url('../images/992/Zeichnung.JPG');
	}
	#background-2 {
		background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url('../images/992/ptg-bauleitung.jpg');
	}

	.jobs .card-body {
		padding-left: 50px;
	}

	/* footer */
	.footer-column-head {
		height: 96px;
	}
	.footer-column-body {
		height: 128px;
	}
}

@media screen and (min-width: 62rem) {
	#hero-startseite {
		background-image: url("../images/1200/ptg-planungsbuero-gebaeudetechnik.jpg");
	}
	#hero-startseite .hover-text {
		font-size: .85rem;
	}
	.hero-logo {
		font-size: .7rem;
	}
	#background-1 {
		background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url('../images/1200/Zeichnung.JPG');
	}
	#background-2 {
		background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url('../images/1200/ptg-bauleitung.jpg');
	}
}

@media screen and (min-width: 75rem) {
	h2, .h2 {
		font-size: 1.6rem;
	}
	/* general classes */
	.columns-xl-2 {
		-webkit-column-count: 2;
		-webkit-column-gap:   30px;
		-moz-column-count:    2;
		-moz-column-gap:      30px;
		column-count:         2;
		column-gap:           30px; 
	}
	.columns-xl-2 li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	/* navbar */
	#main-navigation {
		box-shadow: none;
		background-color: transparent;
		transition: all .4s;
	}
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-brand {
		opacity: 0;
		visibility: hidden;
		transition: all .4s;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-top: 1.1875rem;
		padding-right: 1rem;
		padding-bottom: .3875rem;
		padding-left: 1rem;
		border-bottom: .8rem solid transparent;
	}
	.navbar-light .navbar-nav .nav-link.active {
		border-bottom-color: #e13656;
		color: #e13656;
	}
	.dropdown-menu {
		border: 1px solid rgba(0,0,0,.15);
		border-top: none;
	}
	.dropdown-item.active {
		background-color: #e13656;
		color: #fff;
	}
	#mainmenu-nav {
		max-height: none;
	}
	#mainmenu-nav.show {
		overflow: visible;
	}

	/* hero startseite */
	#hero-startseite {
		min-height: calc(100vw / 120 * 59);
		padding-top: 7rem;
		background-image: url("../images/1600/ptg-planungsbuero-gebaeudetechnik.jpg");
	}
	#hero-startseite h1, .hero-unterseite h1 {
		font-size: 2rem;
	}
	.hero-headline {
		margin-top: 4.5vw;
	}
	#hero-startseite .card-header {
		font-size: 1rem;
		height: 3.75rem;
	}
	#hero-startseite .card-body {
		font-size: .8rem;
	}
	#hero-startseite .hover-text {
		font-size: .6rem;
	}
	.hero-logo {
		font-size: .55rem;
	}
	.hero-unterseite {
		padding-top: 7rem;
	}

	/* footer */
	.footer-main {
		font-size: .8125rem;
	}
	.footer-btn {
		font-size: .6rem;
	}
	.footer-column-head {
		height: 78px;
	}
	.footer-column-body {
		height: 105.5px;
	}

	/* parallax */
	.parallax {
		font-size: 1.625rem;
		height: 300px;
	}
}

@media screen and (min-width: 100rem) {
	#hero-startseite {
		background-image: url("../images/1920/ptg-planungsbuero-gebaeudetechnik.jpg");
	}
	#hero-startseite h1, .hero-unterseite h1 {
		font-size: 2.1875rem;
	}
	#hero-startseite .card-header {
		font-size: 1.3rem;
		line-height: 1.4rem;
	}
	#hero-startseite .card-body {
		font-size: 1rem;
	}
	#hero-startseite .hover-text {
		font-size: .85rem;
	}
	.hero-logo {
		font-size: .8125rem;
	}
	.hero-text {
		font-size: 1rem
	}

	/* footer */
	.footer-main {
		font-size: 1rem;
	}
	.footer-btn {
		font-size: .875rem;
	}
	.footer-column-head {
		height: 96px;
	}
	.footer-column-body {
		height: 128px;
	}

	/* parallax */
	.parallax {
		font-size: 1.625rem;
		height: 300px;
	}
}