/*!
 * Start Bootstrap - Busines Frontpage (http://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

 @font-face {
    font-family: "PFSquareSansPro";
    src: url("PFSquareSansPro-Regular.woff") format('woff');
}

body {
	font-family:PFSquareSansPro;
    padding-top: 54px;
	background-color:#007AC3;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
		
    }
}

.business-header {
    
    height: 38%;
    min-height: 160px;
    width: 60%;
    display: block;
    margin: 0 auto;
    background: url(https://www.centron.de/wp-content/uploads/breadcrumb/DPP07DE051B111932_2.jpg) center no-repeat;
   
}

.card {
    height: 100%;
}
.containerheight
{
    min-height: calc(100vh - 140px);
}

.greeting strong {
    display: block;
    font-size: 100px;
    line-height: 100px;
    color: #e3e3e3;
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #fafafa;
}
