@charset "utf-8";
/* CSS Document */

/* maven-pro-regular - latin */
@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/maven-pro-v32-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/maven-pro-v32-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/maven-pro-v32-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  /* maven-pro-500 - latin */
  @font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/maven-pro-v32-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v32-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/maven-pro-v32-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-500.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/maven-pro-v32-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  /* maven-pro-700 - latin */
  @font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/maven-pro-v32-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/maven-pro-v32-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/maven-pro-v32-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/maven-pro-v32-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/maven-pro-v32-latin-700.svg#MavenPro') format('svg'); /* Legacy iOS */
  }
  
*{
	padding: 0;
	margin: 0;
}	

body, html{
	font-family: 'Maven Pro', sans-serif;
}

header{
	background-color: rgb(252, 2 ,3);
	height: 32px;
}

/* standard definitions */

.wrapper{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 12px;	
}

.overflow{
	overflow: hidden;	
}

.left{
	float:left;	
}

.width296{
	width: 296px;	
}

.width320{
	width: 320px;	
}

.marginLeft24{
	margin-left: 24px;	
}

.cursor:hover{
	cursor:pointer;
}

.height290{
	height: 290px;	
}

.marginTop48{
	margin-top: 48px;	
}

.marginLeftRight24{
	margin-left: 24px;
	margin-right: 24px;	
}

.font14{
	font-size: 14px;	
}

.font18{
	font-size: 18px;	
}

.darkBlueBG{
	background-color: rgb(49,68,92);
	color: white;	
}

.contentBottom{
	padding-bottom: 80px;	
}

.download-icon, .phone-icon, .email-icon{
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 24px;
	margin-right: 12px;
}

.download-icon{
	background-image: url(../img/download.png);	
}

.phone-icon{
	background-image: url(../img/phone.png);	
}

.email-icon{
	background-image: url(../img/mail.png);	
}

.lightGreyBG{
	background-color: rgb(217,223,232);
}

/* ----------------------- */

.head-wrap{
	width: 936px;
	height: 32px;
	margin: 0 auto;
	padding: 0px 12px;
}

.head-link{
	height: 32px;
	line-height: 32px;
	color: rgb(255,255,255);
	float: right;
}

nav{
	background-color: rgb(49, 68, 92);
	height: 48px;
}

.nav-wrap{
	width: 936px;
	margin: 0 auto;
	padding: 0px 12px;
	overflow: hidden;
}

.nav-btn{
	height: 41px;
	margin-top: 7px;
	float: right;
	margin-left: 12px;
	cursor: pointer;
}

.nav-line{
	height: 2px;
	background-color: rgb(84,136,199);
	-webkit-transition: height 0.2s, background-color 0.2s;
	-moz-transition: height 0.2s, background-color 0.2s;
	-o-transition: height 0.2s, background-color 0.2s;
	transition: height 0.2s, background-color 0.2s;
}

.nav-link{
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	color: rgb(255,255,255);
	padding: 0px 12px;
	-webkit-transition: margin-top 0.2s;
	-moz-transition: margin-top 0.2s;
	-o-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.nav-btn:hover .nav-line{
	height: 41px;
}

.nav-btn:hover .nav-link{
	margin-top: -39px;	
}

.nav-btn:hover .nav-line{
	background-color: rgb(44,85,162);	
}


.nav-hover{
	background-color: rgb(44,85,162);
}

.logo{
	width: 216px;
	height: 80px;
	background-image: url('../img/Logo_Maendle_E-Planung.png');
	position:absolute;
	margin-top: -32px;
}

/* Banner Part */

.banner{
	height: 368px;
	/*background-color: rgba(204,204,204,0.5)*/
}

.banner-image{
	height: auto;
	width: 100%;
	margin-top: -184px;
	position: absolute;
	z-index: -1;
	
}

.banner-text1{
	font-size: 45px;
	width: 470px;
	height: 65px;
	padding-left: 10px;
	margin-left: 24px;
	margin-top: 167px;
}

.banner-text2{
	font-size: 26px;
	width: 390px;
	height: 38px;
	padding-left: 10px;
	margin-left: 49px;
}

.banner-text1, .banner-text2{
	background-color: rgb(44,85,162);
	color: white;
}

/* -------------------- */
/* After Banner */
.after-second{
	text-align:center;
	border-width: 0px;
	border-left-width: 2px;
	border-style: solid;
	border-color: rgb(76,95,123);
	width: 318px	
}

.after-third .darkBlueBG{
	padding: 24px;	
}

.after-third .whiteBG{
	overflow: hidden;
	margin-top: 24px;	
}

.after-third{
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: rgb(76,95,123);	
}

/* ------------------- */
/* Über uns */
.overlay-content{
	min-width: 216px;
    color: #2C55A2;
    font-size: 28px;
    margin-top: -40px;
    position: absolute;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 23px;
}


.colum-4{
	width: 216px;
	height: 310px;
	border-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: rgb(252,2,3);
}

.colum-4-head{
	background-color: rgb(44,85,162);
	color: white;
	height: 48px;
	padding: 16px;
	padding-bottom: 0px;
}

.colum-4-middle{
	height: 80px;
	padding: 16px;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: white;
}

.colum-4-tail{
	
}

.colum-4-more{
	display:none;	
}

.colum-4-icon{
	padding: 10px 0px;
	overflow: hidden;
	-webkit-transition: background-color 0.1s, color 0.2s;
	-moz-transition: background-color 0.1s, color 0.2s;
	-o-transition: background-color 0.1s, color 0.2s;
	transition: background-color 0.1s, color 0.2s;
}

.colum-4-icon .download-icon, .colum-4-icon .phone-icon, .colum-4-icon .email-icon{
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s;
	-moz-transition: background-image 0.2s;
	-o-transition: background-image 0.2s;
	transition: background-image 0.2s;	
}

.colum-4-border-bottom{
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: white;	
}

.colum-4-icon:hover{
	background-color: rgb(44,85,162);
	color: white;	
}

.colum-4-icon:hover .download-icon{
	background-image: url(../img/download_hover.png);	
}

.colum-4-icon:hover .phone-icon{
	background-image: url(../img/phone_hover.png);	
}

.colum-4-icon:hover .email-icon{
	background-image: url(../img/mail_hover.png);	
}

.about-us{
	background-image: url(../img/aboutBG.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* ------------------- */
/* --- Austattung, mehr und Footer */
.whiteBG{
	background-color: white;	
}

.equipment{
	background-image: url('../img/equipmentBG.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}

.equipment-first{
	width: 307px;
	overflow:hidden;
	min-height: 200px;	
}

.crossbox{
	height: 104px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(76,95,123);
	border-bottom-width: 1px;
}

.crossbox img{
	margin-top: 12px;
	margin-left: 30px;	
}

.equipment-text{
	width: 248px;
	margin-left: 30px;	
}

.equipment-text p{
	margin-top: 16px;	
}

.equipment-second{
	width: 296px;
	height: 244px;
	margin-left: 12px;
}

.equipment-third{
	width: 306px;
	overflow: hidden;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(76,95,123);
	border-left-width: 1px;	
	margin-left: 12px;
	min-height: 244px;
}

.equipment-third .equipment-text p{
	margin-top: 0px;	
}

.more{
	background-image: url('../img/moreBG.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;		
}

.more-center-text{
	color: white;
	text-align: center;	
}

.more-center-text .more-button{
	margin-top: 50px;
	margin-bottom: 35px;
	width: 295px;
	height: 40px;
	border-radius: 0px;
	font-size: 14px;
	background-color: rgb(84,136,199);
	border-width: 0px;
	color: white;
	border-radius: 0px;
	-webkit-transition: background-color 0.2s, color 0.4s;
	-moz-transition: background-color 0.2s, color 0.4s;
	-o-transition: background-color 0.2s, color 0.4s;
	transition: background-color 0.2s, color 0.4s;
}

.more-center-text .more-button:hover{
	cursor: pointer;
	color: black;
}

.reference{
	min-height: 200px;
}

footer{
	background-color: rgb(252,2,3);
	overflow: hidden;
	padding: 10px 0;	
}

.right{
	float: right;	
}

.font12{
	font-size: 12px;	
}

.font16{
	font-size: 16px;	
}

.copyright{
	color: white;
	margin-top: 2px;
}

.footer-links{
	color: white;
}

.footer-links a, .head-link{
	text-decoration: none;
	color: white;
	-webkit-transition: background-color 0.2s, color 0.4s;
	-moz-transition: background-color 0.2s, color 0.4s;
	-o-transition: background-color 0.2s, color 0.4s;
	transition: background-color 0.2s, color 0.4s;	
}

.footer-links a:hover, .head-link:hover{
	cursor: pointer;
	color: rgb(44,85,162);	
}

.backToTop{
	width: 40px;
	height: 40px;
	margin-left: 895px;
	margin-top: -20px;
	position: absolute;
} 

.blueHover:hover{
	background-color: rgb(44,85,162);
	cursor: pointer;
	-webkit-transition: background-color 0.4s, color 0.2s;
	-moz-transition: background-color 0.4s, color 0.2s;
	-o-transition: background-color 0.4s, color 0.2s;
	transition: background-color 0.4s, color 0.2s;
}

.darkBlueHover:hover{
	background-color: #31445C;
	cursor: pointer;
	-webkit-transition: background-color 0.4s, color 0.2s;
	-moz-transition: background-color 0.4s, color 0.2s;
	-o-transition: background-color 0.4s, color 0.2s;
	transition: background-color 0.4s, color 0.2s;
}

.backToTop img{
	margin-top: 13px;
	margin-left: 8px;
}
/*------------------------*/
/*------------------------*/
	.blueBG{
		color: rgb(255,255,255);
		background-color: rgb(44,85,162);
	}
	
	.leistung{
		background-image: url(../img/leistungBG.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.font28{
		font-size: 28px;
	}
	
	.paddingLeft24{
		padding-left: 24px;
	}
	
	.border-blue{
		border-color: rgb(84,136,199);
		border-style: solid;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-width: 1px;
	}
	
	.width295{
		width: 295px;
	}

	.banner-left{
		/*float: left; */
	}

	.job{
		background-color: rgb(252, 2 ,3);
		width: 254px;
		float: right;
		padding: 24px;
		color: #ffffff;
		position: relative;
		right: 0px;
		margin-top: -212px;
	}
/*------------------------*/


/* Smartphone view Part1 */
.smart-nav{
	display:none;
	float: left;
	margin-left: 264px;	
}

.smart-banner{
	display: none;	
}


@media all and (max-width:959px){
	.wrapper{
		width: 320px;
		padding: 0px;
	}
	
	.job {
		background-color: rgb(252, 2 ,3);
		width: 254px;
		float: right;
		margin-right: 9px;
		padding: 24px;
		color: #ffffff;
		position: relative;
		right: 0px;
		margin-top: 64px;
	}
	
	.after-first{
		margin-left: 15px;
		height: auto;
		margin-bottom: 40px;
		width: 248px;
		margin-left: 36px;	
	}
	
	.after-second{
		border-width: 0px;
		margin-left: 1px;
		height: auto;
		margin-bottom: 40px;	
	}
	
	.after-third{
		margin-left: 12px;
		border-width: 0px;
		margin-bottom: 40px;	
	}
	
	.overlay-content{
		min-width: 200px;	
		margin-left: 12px;
	}
	
	.backToTop{
		margin-left: 250px;	
	}
	
	.colum-4{
		float: none;
		width: 296px;
		margin-left: 12px;
		border-color: white;
		border-width: 0px 0px 1px;
		margin-bottom: 12px;
		height: auto;	
	}
	
	.colum-4-middle, .colum-4-tail{
		overflow: hidden;	
	}
	
	.colum-4-more{
		display: block;
		border-style: solid;
		border-width: 1px;
		border-top-width: 0px;
		border-color: white;
		padding: 18px 0px;
	}
	
	.colum-4-more:hover{
		cursor: pointer;	
	}
	
	.colum-4-more span img{
		margin-left: 18px;
		margin-right: 18px;	
	}
	
	.colum-4-icon{
		border-width: 1px;
		border-style: solid;
		border-color: white;
		border-top-width: 0px;	
	}
	
	.colum-4-border-bottom{
		border-width: 1px;
		border-top-width: 0px;	
	}
	
	.mobileNoDisplay{
		display: none;	
	}
	
	.mobileTextblock{
		margin-left: 0px;
	}
	
	.mobileTextblock .width296{
		margin-left: 12px;	
	}
	
	.mobileImageTopBottom{
		margin-left: 12px;
		margin-top: 38px;
		margin-bottom: 96px;	
	}
	
	.nav-btn{
		display: none;	
	}
	
	.smart-nav{
		display: block;	
	}
	
	.smart-nav:hover{
		cursor: pointer;	
	}
	
	.smart-nav .subnavOpen{
		margin-top: 18px;	
	}
	
	.smart-nav .subnavClose{
		margin-top: 16px;
		display: none;
	}
	
	.nav-wrap, .head-wrap{
		width: 296px;	
	}
	
	.head-link{
		display: none;	
	}
	
	.banner-text1{
		margin-left: 4px;
		width: 296px;
		height: 40px;
		font-size: 30px;
		margin-top: 130px;	
	}
	
	.banner-text2{
		font-size: 17px;
		width: 248px;
		height: 30px;
		line-height: 30px;
		margin-left: 30px;	
	}
	
	.smart-banner{
		display: inline;
		position: absolute;
		left: 50%;
		margin-left: -160px;
		z-index: -1;	
	}
	
	.banner-image{
		display: none;	
	}
	
	.banner {
		/*height: 243px;*/
		height: 500px;
	}
}
/* --------------------- */
/* Smartphone view Part2 */
.width250
{
	width: 272px;
	padding-left: 24px;
}

.w248{
	width: 248px;			
}

.p2412{
	padding: 24px 12px;
}


@media all and (max-width:959px){
	.width250{
		width: 250px;
		padding: 0px 23px;
	}

	.w246{
		width: 246px;
	}
	
	.ml36{
		margin-left: 12px;
	}
	
	.width{
		width: 278px;
	}
	
	.p2412{
		padding: 24px 0px;
	}
	
	.border-blue {
		border-color: rgb(84,136,199);
		border-style: none;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-width: 0px;
	}
	
	.after-third{
		border-width: 0px;
		border-bottom-width: 0px;
		border-style: none;
		border-color: rgb(76,95,123); 
	}
	
	.performance-first{
		padding: 0px;
	}
	
	.performance-third{
		width: 248px;
	}
}
/* --------------------- */

/* Next Part */
#smart-menu{
	display: none;
	overflow: hidden;	
}

.reference-text{
	width: 408px;
	min-height: 48px;
	margin-left: 24px;	
}

.reference-tabs{
	margin-top: 16px;
	z-index: 2;
	position: relative;
}

.tab-elem{
	float: left;
	height: 38px;
	line-height: 38px;
	color: rgb(32,59,114);
	margin-right: 16px;
}

.tab-elem:hover{
	cursor: pointer;	
}

.tab-elem p{
	margin-left: 25px;
	margin-right: 25px;
	-webkit-transition: margin-top 0.2s, color 0.4s;
	-moz-transition:  margin-top 0.2s, color 0.4s;
	-o-transition:  margin-top 0.2s, color 0.4s;
	transition:  margin-top 0.2s, color 0.4s;		
}

.tab-aktiv{
	color: black;
	border-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: rgb(200,204,213);
	background-color: white;
}

.tab-elem .tab-elem-line{
	height: 2px;
	background-color: rgb(32,59,114);
	-webkit-transition: height 0.2s, background-color 0.4s;
	-moz-transition: height 0.2s, background-color 0.4s;
	-o-transition: height 0.2s, background-color 0.4s;
	transition: height 0.2s, background-color 0.4s;	
}

.tab-aktiv .tab-elem-line{
	height: 1px;
	background-color: white;
}


.tab-elem:hover .tab-elem-line{
	height: 40px;
}

.tab-elem:hover p{
	color: white;
	margin-top: -38px
}

.tab-aktiv:hover .tab-elem-line{
	height: 1px;	
}

.tab-aktiv:hover p{
	color: black;
	margin-top: 0px;	
}

.reference-table{
	z-index: 1;
	width: 887px;
	min-height: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(200,204,213);
	margin-top: -1px;
	padding: 24px;
	position: relative;
}

.reference-table-wrapper{
	
}

.table-line{
	overflow: hidden;
	max-width: 888px;
}

.table-s1{
	width: 173px;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: rgb(44,85,162);
}

.table-s2{
	width: 193px;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: rgb(44,85,162);
}

.table-s3{
	width: 108px;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: rgb(44,85,162);
}

.table-s4{
	width: 175px;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: rgb(44,85,162);
}

.table-s5{
	width: 81px;
}

.table-blueBG{
	background-color: rgb(84,136,199);
	color: white;	
}

.table-greyBG{
	background-color: rgb(217,223,232);	
}

.table-s1, .table-s2, .table-s3, .table-s4, .table-s5{
	float: left;
	padding: 10px 15px;
}

.eye-wrapper{
	-webkit-transition: height 0.2s, background-color 0.4s;
	-moz-transition: height 0.2s, background-color 0.4s;
	-o-transition: height 0.2s, background-color 0.4s;
	transition: height 0.2s, background-color 0.4s;		
}

.eye-wrapper p{
	-webkit-transition: height 0.2s, color 0.4s;
	-moz-transition: height 0.2s, color 0.4s;
	-o-transition: height 0.2s, color 0.4s;
	transition: height 0.2s, color 0.4s;		
}

.eye-wrapper:hover{
	background-color: rgb(44,85,162);
	cursor: pointer;
}

.eye-wrapper:hover p{
	color: white;	
}

.eye-container{
	width: 23px;
	height: 11px;
	background-image: url(../img/eye.png);
	float: left;
	margin-top: 4px;
	margin-right: 2px;
	-webkit-transition: background-image 0.4s, background-color 0.4s;
	-moz-transition: background-image 0.4s, background-color 0.4s;
	-o-transition: background-image 0.4s, background-color 0.4s;
	transition: background-image 0.4s, background-color 0.4s;		
}

.eye-wrapper:hover .eye-container{
	background-image: url(../img/eyeh.png);	
}


@media all and (max-width: 959px){
	.mobileMarginBottom{
		margin-bottom: 40px;	
	}
	
	.equipment-second{
		margin-top: 32px;
		margin-bottom: 32px;	
	}
	
	.equipment-third{
		width: 248px;
		border-width: 0px;
		margin-left: 0px;
		margin-bottom: 90px;	
	}
	
	section{
		width: 320px;
		margin: 0 auto;
		overflow: hidden;	
	}
	
	#smart-menu{
		overflow: hidden;
		position: absolute;
		z-index: 1000;
		width: 320px;
		left: 50%;
		margin-left: -160px;
	}
	
	.sub-btn, .sub-redBtn{
		height: 40px;
		line-height: 40px;
		padding-left: 36px;
		overflow: hidden;
		border-width: 0px;
		border-top-width: 1px;
		border-style: solid;
		-webkit-transition: height 0.2s, background-color 0.4s;
		-moz-transition: height 0.2s, background-color 0.4s;
		-o-transition: height 0.2s, background-color 0.4s;
		transition: height 0.2s, background-color 0.4s;	
	}
	
	.sub-btn:hover, .sub-redBtn:hover{
		background-color: rgb(44,85,162);
		cursor:pointer;	
	}
	
	.sub-btn{
		background-color: rgb(49,68,92);
		border-color: rgb(76,95,123);
	}
	
	.sub-btn a, .sub-redBtn a{
		color: white;
		text-decoration: none;	
	}
	
	.sub-redBtn{
		background-color: rgb(252,2,3);
		border-color: #ffffff;
	}
}
/* --------- */
/* Next Step */
.ref-nav{
	display:none;
	z-index: 3;
	position: relative;
}

.ref-aktiv-nav{
	overflow: hidden;
	width: 216px;
	height: 40px;
	line-height: 40px;
	margin-left: 12px;
	background-color: #ffffff;
	z-index: 3;
	border-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: rgb(200,204,213);
}

.ref-aktiv-nav p{
	float: left;
	margin-left: 24px;	
}

.refNavOpen{
	margin-right: 14px;
	margin-top: 14px;
}

.refNavClose{
	margin-right: 15px;
	margin-top: 11px;
	display: none;
}

.refNavOpen, .refNavClose{
	float: right;
}

.ref-aktiv-nav:hover{
	cursor: pointer;	
}

.ref-menu{
	display: none;
}
	
@media all and (max-width: 959px){
	.ref-nav{
		display: block;	
	}
	
	.reference-tabs{
		display: none;	
	}
	
	.reference-table{
		margin-left: 12px;
		margin-bottom: 90px;	
	}
	
	.ref-menu{
		display: block;
		height: 0px;
		position: absolute;
		left: 50%;
		width: 320px;
		margin-left: -160px;
		z-index: 900;
		overflow: hidden;	
	}
	
	.ref-menu-elem{
		width: 320px;
		height: 40px;
		background-color: rgb(217,223,232);	
		line-height: 40px;
		border-width: 0px;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: white;
		-webkit-transition: height 0.2s, background-color 0.4s;
		-moz-transition: height 0.2s, background-color 0.4s;
		-o-transition: height 0.2s, background-color 0.4s;
		transition: height 0.2s, background-color 0.4s;	
	}
	
	.ref-menu-elem:hover{
		cursor: pointer;
		background-color: rgb(44,85,162);	
	}
	
	.ref-menu-elem p{
		margin-left: 32px;	
		-webkit-transition: height 0.2s, color 0.4s;
		-moz-transition: height 0.2s, color 0.4s;
		-o-transition: height 0.2s, color 0.4s;
		transition: height 0.2s, color 0.4s;	
	}
	
	.ref-menu-elem:hover p{
		color: white;	
	}
	
	.reference-text{
		width: 248px;
		margin-bottom: 20px;	
	}
}

/* --------- */