.footer {
  background-color: #323232;
  color:#fff;
  padding-left: 20px;
  padding-right: 20px;
}

.footer p {
  line-height: 2em !important;
}

.footer {
  border-top: 1px solid #fff;
}

.footer-flex #block-boat4you-theme-mainnavigation-menu {
  padding-left: 10px;
}

.footer h2 {
  padding-bottom: 10px !important;
  font-size: medium !important;
}

#block-boat4you-theme-mainnavigation ul li a {
  padding-left: 10px !important;
  padding-bottom: 2px !important;
}

#block-boat4you-theme-mainnavigation ul li:last-child {
  display: none;
}

.region-footer-contact.d-flex.flex-column {
  row-gap: 50px !important;
}

.footer-flex {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: space-between; /* Verdeelt de blokken over de breedte */
  gap: 20px;                      /* Ruimte tussen de blokken */
}

.footer-flex > * {
  flex: 1;                        /* Zorgt dat elk blok even breed is */
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(255, 255, 255); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn img {
  width: 20px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}