:root {
  --blue: #10828c;
  --orange: #eba10c;
  --white: #ffffff;
  --black: #000000;
  --light-grey: #efefef;
  --light-blue: #aacfd3;
  --light-orange: rgba(235, 161, 12, 0.75);
  --medium-blue: #4ca1a9;
  --dark-grey: #676464;
  --body-fonts: "Roboto";
  --logo-fonts: "Sansation", sans-serif;
  --font-size-heading: 2.6vw;
  --font-size-subheading: 1.5vw;
  --font-size-bodytext: 1.2vw;
  --font-size-nav: 50px;
  --font-size-nav-active: 60px;
}

body {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.mobile-navbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.mobile-logo {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
  position: fixed;
  background-color: var(--white);
}

.mobile-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.main-heading-grundfos {
  font-family: var(--logo-fonts);
  color: var(--blue);
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0vw 2vw 0vw 0.5vw;
  margin-bottom: 0vw;
  margin-top: none;
}
.main-heading-text {
  font-family: var(--logo-fonts);
  font-weight: lighter;
  color: #000000;
  font-size: 1.8rem;
  margin-bottom: 0vw;
  margin-top: none;
}
.horizontal-line {
  border-bottom: 0.05vw solid var(--light-grey);
  width: 100vw;
  margin-top: 0.5rem;
}
.navigation-mobile {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100vw;
  align-items: center;
  justify-content: space-between;
}
#help-container {
  background-color: #10828c;
  border-radius: 0px 15px 0px 0px;
  padding-right: 50px;
}

#burger-container-white {
  background-color: white;
  border-radius: 0px 15px 0px 0px;
  padding-bottom: -20px;
}
#search-container {
  background-color: #10828c;
  border-radius: 15px 0px 0px 0px;
  padding-left: 50px;
}
.mobile-nav-icon {
  border-radius: 15px 0px;
  padding: 15px 30px;
}
#burger-icon {
  color: #000000;
  padding-top: 23px;
  border-radius: 0px 0px 15px 15px;
}

.menu-seaweed-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15vw;
  width: 100%;
  background-color: #10828c;
}

.menu-white-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  border-radius: 15px;
  width: 90%;
  height: 100%;
  margin-top: 20px;
}

.mobile-link {
  background-color: #10828c;
  border-radius: 15px;
  font-family: var(--body-fonts);
  font-size: 5.5vw;
  letter-spacing: 1px;
  color: white;
  width: 70%;
  margin: 15px;
  padding: 15px;
}

.mobile-link::click {
  color: white;
  text-decoration: none;
  font-size: 5.7vw;
  font-weight: bolder;
  box-shadow: 1px 15px 24px 7px rgba(0, 0, 0, 0.49);
}
#first-link {
  margin-top: 12vh;
}

#last-link {
  margin-bottom: 14.07vh;
}
