/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/



.navbar.scrolled .container a {
	color:#000;
}

.agegroup, #demo-age, .agegroup label { 
display: none !important;
}

.start-her-container {
  text-align: center;
  margin-bottom: 10px;
  color: #e63946; /* Rød farve på tekst og pil */
  font-family: sans-serif;
  position: relative;
}

.start-her-text {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: -5px;
}

.start-her-arrow {
  width: 180px;
  height: 90px;
  transform: rotate(5deg);
  color: #e63946;
  margin-top: -10px;
}

/* Eksempel styling til formular */
.tilbudsformular {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 250px;
  margin: 0 auto;
}

.tilbudsformular input,
.tilbudsformular button {
  padding: 10px;
  font-size: 1rem;
}

.tilbudsformular button {
  background: #e63946;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
