body {
  width: 100%;
  padding: 0px;
  font-family: 'Ubuntu', sans-serif;
  color: #434344;
  font-weight: 300;
  font-size: 18px;
}

.btn {
  background-color:white;
  border-radius:30px;
  font-size:20px;
  padding:8px 40px;
  margin-top:20px;
}

.btn.neg {
  background-color:#94C523;
  border-radius:30px;
  font-size:20px;
  padding:8px 40px;
  color:white;
}

.btn.neg:hover {
  background-color:#00A2EA;

}

.card .btn-link {
  text-align: left;
}

a:hover {
  text-decoration: none;
  color: #00A2EA;
}

.green {
  color: #94C523;
}

.blue {
  color: #00A2EA;
}

.orange {
  color: #FA6918;
}

.top-header {
  background-image: url('images/peacock.jpg');
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.intro-text {
  color: white;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 300;
}

.menu {
  width: 100%;
  height: 100%;
}

.menu-wrapper {
  height: 100%;
}

.menu .logo {
  background-color: rgba(0, 162, 234, 0.8);
  padding: 60px 60px 120px 60px;
}

.menu .logo img {
  max-width: 175px;
}

.menu ul.items {
  list-style: none;
  margin: 0px;
  text-align: right;
  padding: 70px 20px;
}

.menu .items li a {
  color: white;
}

.menu .items li a:hover {
  color: #FA6918;
  text-decoration: none;
  transition: 0.2s;
}

.menu .items li {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

.menu .items li.contact {
  background-color: #FA6918;
  padding: 7px 25px;
  border-radius: 30px;
}

.menu .items li.contact:hover {
  background-color: white;
  transition: 0.2s;
}

.menu .items li.contact:hover a {
  color: #FA6918;
  transition: 0.2s;
}

.container {
  padding: 80px 0px;
}

.cta-wrapper {
  width: 100%;
}

.cta-box {
    margin-top:40px;
    padding: 50px 20px;
    border-radius: 0px 20px 0px 20px;
    background-color: whitesmoke;
}

.cta-box p {
  min-height:100px;
  margin-bottom:30px;
}

.cta-box .more-button {
  background-color: white;
  padding:20px 23px;
  border-radius:50%;
  text-align: center;
}

.cta-box .more-button:hover {
  background-color:whitesmoke;
  transition: 0.2s ease;
}

.build {
  background-image: url('images/build.jpg');
  background-size: cover;
  background-position: center center;
}

.build-content {
    padding: 60px 120px;
    background-color: rgba(0, 162, 234, 0.8);
    color: white;
    font-size:20px;
    position: relative;
}

.build-content .offerte-button {
  background-color: #FA6918;
  width: 230px;
  position: absolute;
  left: -137px;
  top: 50%;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 20px 20px 0px 0px;
  color: white;
  height: 45px;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
}

.build-content .offerte-button:hover {
  color:white;
  text-decoration: none;
}

.hover-info {
  position: absolute;
  width: 262px;
  height: 0%;
  overflow: hidden;
  bottom: 0px;
  left: 15px;
  padding: 0px;
  text-align: center;
  color: white;
  border-radius: 0px 20px 0px 20px;
  background-color: rgba(0, 0, 0, 0.33);
  transition: 0.6s ease;
}

.hover-info .card {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0px;
  padding: 10px;
  display: none;
}

.hover-info .card a {
  color:white;
}

.card {
  background-color: transparent;
  border: 0px;
}

.card .btn-link {
  color: white;
  padding-left :0px;
  font-size: 20px;
}

.card .btn-link:hover, .card .btn-link:active {
  text-decoration: none;
  color: #FA6918;
}

.card-header {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 0px;
    padding: 10px 0px;
}

.card-header i {
  margin-right: 5px;
}

.card-body {
  padding: 10px;
}

.card ul {
  margin:0px;
}

.case-wrapper {
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
}

.cases .case {
  margin-top:80px;
}

.cases .case:hover .hover-info {
  height:100%;
  transition: 0.6s ease;
  padding:20px;
}

.cases .case:hover .hover-info .card {
  display: block;
}

.cases .case img {
  border-radius: 0px 20px 0px 20px;
}

a.klantreviews {
  display: block;
  margin-top:20px;
}

a.klantreviews:hover {
  color:#00A2EA;
}

.review {
  background-color: whitesmoke;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top:60px;
  position: relative;
}

.review .offerte-button {
  position: absolute;
  background-color:#FA6918;
  top:-46px;
  width:220px;
  left:calc(50% - 100px);
  color:white;
  padding:10px;
  text-align: center;
  margin:0px;
  border-radius:20px 20px 0px 0px;
}

.cta-buttons {
  position: fixed;
  right: 0px;
  top:40%;
  color: white;
  font-size: 20px;
}

.cta-buttons a {
  color:white;
}

.cta-buttons .phone {
  background-color: #92C020;
  padding: 15px 18px;
  text-align: center;
  border-radius: 20px 0px 0px 20px;
  margin-bottom:10px;
  -webkit-box-shadow: 0px 0px 15px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: s0px 15px -9px rgba(0,0,0,0.75);
}

.cta-buttons .contact {
  background-color: #92C020;
  padding: 15px 20px 15px 25px;
  text-align: center;
  border-radius: 20px 0px 0px 20px;
  -webkit-box-shadow: 0px 0px 15px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px -9px rgba(0,0,0,0.75);
}

.cta-buttons .phone:hover, .cta-buttons .contact:hover {
  background-color: #00A2EA;
  cursor: pointer;
  transition: 0.2s;
}

.footer {
  background-color:#00a2ea;
  position: relative;
  width:100%;
  color:white;
  text-align: center;
  padding:20px;
}

.footer ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

.footer li {
  display: inline;
  margin-right:10px;
}

.footer a {
  color:white;
}

.footer a:hover {
  text-decoration: underline;
}

.footer li:after {
  content: "-";
  margin-left:10px;
}

.footer li:last-child:after {
  content: " ";
}
