body {
  background-color: white;
  margin-top: 116px;
}

main {
  background-color: white;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 10px;
  min-height: 100%;
}

.ecmo-banner {
  color: rgba(9, 162, 255, 0.8);
  background: url("/assets/img/ECMO-background.jpg");
  background-size: cover;
  margin-left: -25px;
  margin-right: -25px;
  /* border-radius: 0% 0% 100% 100%/0% 0% 30% 30%; */
  /* overflow: hidden; */
}

.ziekenhuizen {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ziekenhuizen .row {
  justify-content: center;
}

.news-arrow-box {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.signature {
	font-family: Bradley Hand;
	text-align: right;
	font-size: 18px;
}

.custom-card-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
  margin-bottom: 15px;
}

.custom-card-grid-card {
  width: 100%;
  text-decoration: none;
}

.custom-card-body {
  display: grid;
  grid-template-columns: 75px auto;
}

.custom-card-body-image img {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  grid-row: 1;
  grid-column: 1;
  filter: grayscale();
}

.custom-card-body-image {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.custom-card-body-text h3 {
  font-size: 14px;
}

.custom-card-body-text p {
  font-size: 12px;
}

.custom-card-body-text {
  grid-row: 1;
  grid-column: 2;
  margin: auto;
  margin-left: 40px;
}

.custom-heading {
  color: #004aad;
  font-weight: bold;
  font-size: 20px;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  color: #004aad;
  font-size: 18px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.formbuilder-required {
  color: gray;
  padding-left: 5px;
  padding-right: 5px;
}

.lang-switcher {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    cursor: pointer;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.lang-switcher:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.lang-switcher img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    object-fit: cover;
}
