@font-face {
	font-family: "Neue";
	src: url(../_fonts/NeueHaasDisplayRoman.ttf) format("truetype");
}

body{
	font-family: Neue;
    overflow-x: hidden;
    background-color: #202020;
    color: #FFF7F7;
}

.cd-immo-vh{
    height: 100vh;    
    background-image: url(../img/102Immo-Background.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.cd-immo-center{
	background-image: url(../img/102Immo-Background-Arrow.webp);
    background-repeat: no-repeat;
    background-position: top 30px right;
}

.cd-immo-header{
	padding-top: 60px;
}

.cd-immo-baseline{
	font-size: 24px;
	line-height: 55px;
}

.cd-immo-button{
	font-size: 21px;
	line-height: 21px;
	letter-spacing: -1px;
	padding: 9px 52px;
	position: relative;
	transition: all .5s;
  	color: #FFF7F7 !important;
  	text-decoration: none;
  	display: inline-block;
  	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.cd-immo-button-left{
	background-image: url(../img/102Immo-Button-Left.svg);
}

.cd-immo-button-middle{
	background-image: url(../img/102Immo-Button-Middle.svg);
}

.cd-immo-button-right{
	background-image: url(../img/102Immo-Button-Right.svg);
}

.cd-immo-button-left:hover{
	background-image: url(../img/102Immo-Button-Left-Hover.svg);
}

.cd-immo-button-middle:hover{
	background-image: url(../img/102Immo-Button-Middle-Hover.svg);
}

.cd-immo-button-right:hover{
	background-image: url(../img/102Immo-Button-Right-Hover.svg);
}

.cd-immo-button:before{
	content: '';
	width: 22.98px;
	height: 19.14px;
	background-image: url(../img/102Immo-Arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 15.7px;
	transform: translateY(-50%);
	transition: all .5s;
}

.cd-immo-button-right:before{
	left: initial;
	right: 15.7px;
	transform: translateY(-50%) rotate(180deg);
}

.cd-immo-button:hover{
	color: #202020 !important;
}

.cd-immo-button:hover:before{
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(0%) contrast(75%);
	transform: scale(0.8) translateY(-50%) translateX(10px);
}

.cd-immo-button-right:hover:before{
	left: initial;
	right: 15.7px;
	transform: scale(0.8) translateY(-50%) translateX(-10px) rotate(180deg);
}

.cd-immo-border-bottom{
	border-bottom: solid 0.3px;
}

.cd-immo-separator{
	margin-top: 18px;
	margin-bottom: 18px;
	height: 109.5px;
	width: 1px;
	background-color: #FFF7F7;
}

.cd-immo-title{
	font-size: 100px;
	line-height: 90px;
}

.cd-immo-contact{
	padding-bottom: 35px;
}

.cd-immo-center-link{
	font-size: 21px;
	line-height: 25px;
	color: #FFF7F7 !important;
    background-color: #363636;
    border: solid 1px #363636;
    padding: 23px 69px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 35px;
    transition: all .5s;
    position: relative;
}

.cd-immo-center-link:hover{
	font-weight: bold;
	background-color: transparent;
	border-color: #FFF7F7;
}

.cd-immo-center-link:before{
	content: '';
	width: 15px;
	height: 12.49px;
	background-image: url(../img/102Immo-Arrow-Small.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 39px;
	transform: translateY(-50%);
	transition: all .5s;
}

.cd-immo-center-link:hover:before{
	transform: translateY(-50%) rotate(-135deg);
}

@media(max-width:767px){
 	.cd-immo-button{
		margin-bottom: 10px;
	}

	.cd-immo-baseline{
		font-size: 20px;
	}

	.cd-immo-title {
	    font-size: 45px;
	    line-height: 50px;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
}

@media(max-width:991px){
    .cd-immo-button{
		margin-bottom: 10px;
	}

	.cd-immo-baseline{
		font-size: 20px;
	}

	.cd-immo-title {
	    font-size: 45px;
	    line-height: 50px;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
}