/* CSS Document */

div.bannerImagerow
{
	height: 90%;
	text-align: center;
position: relative;
padding: 0;
margin: 0;
}

div.bannerImagecol
{
padding: 0;
margin: 0;
}
div.banner-bloc-text {
    display: block;
    position: absolute;
    z-index: 100;
 
    width: 100%;
    height: 100%;
}



img.bannerImage
{
	width:100%;
}
.banner-surtitle
{
	position: relative;
width: 100%;
text-align: center;
padding: 15px;
margin: auto;
z-index: 100;
}
h1.banner-title {
color: #fff;
text-shadow: 2px 2px 2px black;
font-size: 3rem;
margin-top: 20px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
text-transform: uppercase;
padding: 20px;
font-family: "TriumphBrokman-Heavy","DIN2014-Bold",Arial,Helvetica,sans-serif;
}
.banner-subtitle
{
	position: absolute;
bottom: 30px;
width: 100%;
}

div.bannerImage
{
	background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
	top:0;
}

div.bannerImage
{
	background-image:url("/planning/rest/files/v01/displayimage?type=main_banner&project=11531404"); }
}
#container-banner
{
	margin-bottom:30px;
	height: 100%;
	width: 100%;
	padding: 0;
	/*min-height: 360px;*/
}

@media only screen and (min-width: 1500px)
{
h1.banner-title
{
margin-top: 50px;
}
}

@media only screen and (max-width: 960px)
{
h1.banner-title
{
	font-size: 2rem;
margin-top: 30px;
}
}
@media only screen and (max-width: 680px)
{
h1.banner-title
{
	font-size: 1.3rem;
margin-top: 30px;
}	
}

@media only screen and (max-width: 550px)
{
h1.banner-title
{
	font-size: 1rem;
margin-top: 0px;
}	
}	

	
@media only screen and (min-width: 1100px) and (min-height: 700px) {
#container-banner
{
 /*min-height: 400px;*/	
}
div.bannerImage
{

}
}
div.bannerImage{
-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
}

div.banner-subtitle a.cta
{
	font-size:1.1rem !important;
}
@media only screen and (max-width: 700px) {
#container-banner
{
	margin-left:0px;
	padding-left:0px;
	margin-right:0px;
	padding-right:0px;
	width:100%;
	max-width:none;
	
}
div.banner-subtitle a.cta
{
	font-size:1rem !important;
}
}

