﻿html, body {
	font-family: 'Montserrat';
	font-weight: 500;
	height: 100%;
	width: 100%;
}
#decorationbar {
	width: 100%;
	height: 50px;
	background: #001b40;
}
.iframe {
	width: 100%;
	height: 100%;
}
.navbar {
	background-color: #FFFFFF;
	padding: 1% 0;
	font-size: 1.2em;
	border-bottom: 6px solid #001b40;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
	height:0;
	border: 3px solid #001b40;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
	position:absolute;
}
#mapmarker {
	max-width: 175px;
	margin-top: 12%;
}
.navbar-brand {
	min-height: 55px;
	padding: 0 40px 100px;
}
.navbar-default .navbar-nav li a{
	color: #001b40;
	font-size: 1.4em;
	margin-top: 30px;
	font-weight: 700;
	transition: .5s;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
	color: #808080;
	font-size: 1.45em;
	margin-top: 30px;
}
#clientprofiel.padding {
	padding-bottom: 0px !important;
}
#accountancy.padding {
	padding-bottom: 0px !important;
}
#administratie.padding {
	padding-bottom: 0px !important;
}
#bedrijfsadvisering.padding {
	padding-bottom: 0px !important;
}
#overige-advisering.padding {
	padding-bottom: 0px !important;
}
#contactbutton {
	margin-top: 20px;
	padding: 15px 15px;
	background-color: #001b40 !important;
	transition: .5s;
}
#contactbutton:hover {
	margin-top: 20px;
	padding: 20px 20px;
	background-color: #0a336d !important;
}
#dienstverleningbutton {
	color: #001b40;
	font-weight: bold;
	margin-top: 20px;
	padding: 15px 15px;
	background-color: white !important;
	transition: .3s;
	border: 2px solid #001b40 ;
}
#dienstverleningbutton:hover {
	margin-top: 20px;
	color: white;
	background-color: #001b40 !important;
}
#contactbuttonwit {
	margin-top: 20px;
	padding: 15px 15px;
	background-color: white !important;
	color: black;
	font-weight: bold;
	transition: .5s;
	border: none;
}
#contactbuttonwit:hover {
	margin-top: 20px;
	padding: 20px 20px;
	background-color: #bdbdbd !important;
}
#wittelogo {
	width: 120px;
	height: 120px;
}
#mainlogo {
	width: 100%;
	height: 100px;
	transition: transform 2s;

}
#mainlogo:hover {
	transform: scale(1.1);
}
#home {
	background: url(img/calculator.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}
#homeContact {
	background: url(img/contact.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}
#homeBedrijfsprofiel {
	background: url(img/bedrijfsprofiel.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}
#homeDienstverlening {
	background: url(img/dienstverlening.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}
#homeInformatie {
	background: url(img/informatie.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}
#homeAlgemene-vw {
	background: url(img/algemene-vw.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}

  
.word-animation{
	color: black;
	font-size: 17px;
	transform: translateY(30px) rotateX(0deg);
	transition: 1s;
	opacity:0;
	font-family: 'Montserrat';
  }

#text-hover{
	position: relative;
	padding-bottom: 10px;
	-webkit-transition: transform .8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#text-hover:hover{
	font-weight: bold;
	border-radius: 25px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 42%, rgba(252,252,252,1) 100%);
	transition: 1s;
}


#text-hover:hover  .word-animation{
	transform: translateY(0) rotateY(0deg);
	opacity:1;
  }



#teampics {
	display: inline;
	height: 400px;
	width: auto;
	padding-top: 20px;
	-webkit-transition: transform .8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#text-hover:hover  #teampics{
	-moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
.hoverText{
	transform: scale(1);
	-webkit-transition: transform .8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#text-hover:hover  .hoverText{
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

.link {
	text-decoration: none;
	color: #001b40;
	font-size: 25px;
	margin-left: 20px !important;
}
.link:hover{
	font-weight: bold;
	text-decoration: none;
	color: #001b40;
}

#geen-padding {
	padding-top: 0% !important;
	padding-bottom: 0px !important;
}

#some-element {
	transition: opacity 1.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
	font-size: 1.2em;
	margin-top: 15px;
	padding-left: 70px;
	padding-right: 70px;
  }
  
#text-hover:hover #some-element {
	opacity: 1;
    height: auto;
  }

#fiscount {
	margin-left: 30px;
	margin-top: 30px;
	max-width: 175px;
}
#listitem2 {
	margin-right: 75px;
}
#nbanieuw {
	margin-left: 120px;
	margin-top: 30px;
	max-width: 80px;
}
/* Style buttons */
.dwnldbtn {
	margin-top: 40px;
}
.btndownload {
	background-color: #001b40;
	border: none;
	color: white;
	margin-top: 200px;
	padding: 18px 40px 18px 20px;
	cursor: pointer;
	font-size: 20px;
	transition: .5s;
  }
  
  /* Darker background on mouse-over */
  .btndownload:hover {
	background-color: #013783;
  }
.btndownloadav {
	background-color: #001b40;
	border: none;
	color: white;
	margin-top: 200px;
	padding: 18px 40px 18px 20px;
	cursor: pointer;
	font-size: 20px;
	transition: .5s;
  }
  
  /* Darker background on mouse-over */
  .btndownloadav:hover {
	background-color: #013783;
  }
  .btntekst {
	  text-decoration: none;
  }
  .btntekst:hover {
	text-decoration: none;
	color: white;
}
.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;

}
.landing-text h1 {
	font-size: 7em;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.landing-text h3 {
	color: #FFFFFF;
	font-size: 4em;
	padding-bottom: 3%;
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
.padding {
	padding: 80px 0;
}
#text {
	font-size: 1.6em;
}
#client {
	height: 70%;
	width: 70%;
	padding-top: 50px;
}
#bedrijfsprofiel {
	height: 70%;
	width: 70%;
	padding-top: 20px;
}

#testcontainer {
	position: relative;
	align-content: center;
	justify-content: center;
  	width: 50%;
}


#shakinghand {
	height: 70%;
	width: 70%;
	padding-top: 50px;
}
.padding img {
	width: 100%;
}
footer {
	margin: 0px 91px;
	width: 100%;
	background-color: #001b40;
	padding: 2% 5% 2% 5%;
	color: #FFFFFF
}
.decoration {
	height: 60px;
	color: #23415C;
}

ul#menu li {
	display:inline;
  }

.contactinfofooter {
	padding: 100px 100px;
	font-size: 2
}
#mailadres {
	text-decoration: none;
	color: white;
}
.fas {
	margin-right: 10px;
	margin-left: 30px;
}

@media (max-width: 1200px) {
	ul#menu li {
		display:block;
	  }
	.fas {
		margin-top: 20px;
	}
}

@media (max-width: 1305px) {
	#mainlogo {
		display: none;
	}
	.navbar-brand {
		display: none;
		min-height: 55px;
		padding: 0 40px 100px;
	}
	#nba {
		margin-left: 0px;
		margin-top: 30px;
		max-width: 175px;
	}
	#listitem {
		margin-right: 90px;
	}
	
	#mapmarker {
		max-width: 100px;
		margin-top: 25%;
	}
	#nbanieuw {
		margin-left: 15px;
		margin-top: 30px;
		max-width: 80px;
	}
	#fiscount {
		margin-left: 20px;
		margin-top: 30px;
		max-width: 175px;
	}

}



@media (max-width: 768px) {
	.landing-text h1 {
		font-size: 300%;
	}
	#wittelogo {
		width: 70px;
		height: 70px;
		margin-bottom: 20px;
	}
	#text {
		font-size: 1.3em;
	}
	.landing-text h3 {
		font-size: 200%;
	}
	#client {
		height: 50%;
		width: 50%;
		margin-top: 50px;
	}
	#bedrijfsprofiel {
		height: 50%;
		width: 50%;
		padding-top: 0px;
	}
	#shakinghand {
		height: 50%;
		width: 50%;
		margin-bottom: 50px;
	}
	ul#menu li {
		display:block;
	  }
	  
	.fas {
		margin-top: 20px;
	}
	#mainlogo {
		display: block;
		max-width: 75px;
		max-height: 75px;
	}
	.navbar-brand {
		display: block;
		min-height: 55px;
		padding: 0 10px 75px;
	}
	#listitem {
		margin-right: 47px;
	}
	#listitem2 {
		margin-right: 45px;
	}
	#mapmarker {
		max-width: 100px;
		margin-top: 10%;
	}
	#nbanieuw {
		margin-left: 30px;
		margin-top: 30px;
		max-width: 80px;
	}
	.link {
		text-decoration: none;
		color: #001b40;
		font-size: 20px;
		margin-left: 10px;
	}
	.btndownload {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.btndownloadav {
		margin-top: 200px;
		padding: 15px 35px 15px 18px;
		font-size: 14.5px;
	
	  }
}