body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}

.pageContent {
    padding-bottom: 55px;    
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.input, .select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

.site-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
}

.paramtable {
    font-family: monospace;
    white-space: pre;
    width: initial;
    border: 1px solid #ddd;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
}

.cookie-banner {
  color: #262626;
  position: fixed;
  bottom: 90px;
  z-index: 10;
  left: 25%;
  right: 25%;
  width: 50%;
  padding: 5px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(121, 191, 248, 0.94) !important;
  border-radius: 5px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
right: 4px !important;
bottom: 150px !important;
}

.grecaptcha-badge:hover {
width: 256px !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  background: rgba(121, 191, 248, 0.97) !important;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Responsive Tools */
@media only screen and (max-width: 480px) {
  .img-s {
    width: 100% !important;
  }
}

/* Mobile-specific adjustments */
@media only screen and (max-width: 600px) {
  /* Hide footer on mobile */
  .site-footer {
    display: none;
  }

  /* Prevent long h1 titles from wrapping */
  #pageContent h1 {
    font-size: 1.4rem;
  }
}

