[v-cloak] {
  display: none;
}

.euro-symbol::after {
	content: "€"
}

.card {
	min-width: 300px !important;
	max-width: 500px !important;
}

.nav-pill {
	width: 9rem;
	white-space: nowrap;
}

.navbar-container {
	overflow-x: auto;
}

.navbar-brand {
  margin-right: 0px !important;
}

.logo.white{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(109%) contrast(102%);
}

.logo.black {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(254deg) brightness(97%) contrast(106%);
}

.company.typography {
  font-family: 'Bodoni Moda SC', serif;
}

.link {
  color: #fff;
}

.link:hover {
  color: #fff;
}

.link:visited {
  color: #fff;
}

div.card-deck{
  padding-bottom: 4.5rem;
}

#recaptcha {
  display: inline-flex;
}

#hero {
  position: relative;
  z-index: 2;
  top: 40%;
}