html, body, .marketing, .slot-content, .composedcontent-pbimp-content {
    height: 100%;
}
.navbar-wrapper {
    height: 15%;
}
.contentArea {
    height: 75%;
}
footer {
    height: 10%;
    background-color: #eef0f1;
}
.navbar-wrapper.tileNavi.no-keyvisual {
	background-color: #eef0f1;
}
.marketing {
    padding: 0;
}

.grid-wall {
	height: 100%;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    display: flex;
}

.grid-teaser {
    padding-top: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: center;
}

.grid-teaser-content {
    box-sizing: border-box;
    height: 100%;

}

.grid-col {
    height: 100%;
    box-sizing: border-box;
    flex: 1;
}

.grid-teaser-content h3{
	margin: 0;
    padding: 10px;
    font-size: 1.45em;
    text-align: left;
    width: 100%;
}

.grid-teaser-content h3.center{
	text-align:center;
}

.vertical-center {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer {
    padding: 10px 15px;
}


@media (min-width: 768px) {
	.navbar-nav > li > a {
	    padding-top: 7px;
	    padding-bottom: 9px;
	}
}

.nav > li {
	position: relative !important;
	text-align: center;
    height: 100%;
    flex: 1;
}

.nav {
    height: 100%;
    position: absolute;
    width: 75%;
    display: flex;
    margin-left: 25%;
}

.nav > li > a {
	height: 100%;
	font-size: 1.3em;
    line-height: 25px;
}

.tileNavi .navbar-header {
	height: 100%;
	width: 100%;
	display: flex;
}

a.navbar-brand {
	flex:1;
}

.tileNavi.navbar-wrapper .container {
 	height: 100%;
}

.tileNavi .navbar {
	height: 100%;
}

.nav > li > a.active, .nav > li > a:hover {
    background-color: transparent;
    font-weight: bold;
    color: #000000;
}

.parbase {
    padding-bottom: 0px;
}

.url-iframe {
    width: 100%;
    height: 100%;
    padding: 0;
}

.basecontent-pbimp-url, .col, .row {
	height: 100%;
} 

.marketing {
	overflow: hidden;
}


.logoSecond .smallerLogo {
	position: absolute;
	right: 40px;
}


.info .textcontainer  ul li p {
	font-size: 1.5em;
}