@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Caladea&display=swap');

* {
  margin: 0;
  height: auto;

}

/* tekst */
h2 {
  font-family: 'Caladea', serif;
  font-size: 250%;
  font-weight: bolder;
  padding-top: 5%;
  padding-bottom: 3%;
  text-transform: uppercase;
}

h1 {
  font-family: 'Caladea', serif;
  color: #dfd8c6;
  text-shadow: 1px 1px 3px rgb(64, 64, 64);
}

h5 {
  font-family: 'Arimo', sans-serif;
  color: #dfd8c6;
  text-shadow: 1px 1px 3px rgb(64, 64, 64);
}

h3 {
  font-family: 'Caladea', serif;
  font-size: 150%;
  text-transform: uppercase;

}

h4 {
  font-family: 'Arimo', sans-serif;
}

p {
  font-family: 'Arimo', sans-serif;
}

body {
  min-width: 370px;
  margin: 0;
}

/*header*/
header {
  background-color: #dfd8c6;
  height: 100px;
  
}

.logo {
  width: 85%;
  border: 1px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgb(64, 64, 64);
}

/*navbar*/
.topnav {
  display: grid;
  grid-template-columns: 18% 18% 1fr 18% 18%;
  padding-top: 1%;
  padding-bottom: 1%;
  height: auto;
}

.logo-a {
  text-align: center;
}

.mylinks {
  color: black;
  font-family: 'Caladea', serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-block: auto;
  font-size: 110%;
  
}

.omos-wrapper {
  height: max-content;
  margin-block: auto;
  text-align: center;
}

.hamburger-none {
  display: block;
  background-color: transparent;
  border: 0;
  width: 10px;
}

#nav-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-family: 'Caladea', serif;
  font-size: 100%;
}

#nav-item div {
  display: block;
  padding-top: 1%;
  padding-bottom: 1%;
  
}

#nav-item {
  display: block;
  background-color: #dfd8c6;
}

#nav-item:not(.visible) {
  display: none;
}

#nav-item a {
  display: block;
  
}

/*online*/
.salon {
  height: 700px;
  object-fit: cover;
  width: 100%;
  opacity: 82%;
  position: relative;
}

.online-booking {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.online-booking h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 220%;
  font-weight: lighter;
}

.online-booking h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 260%;
  padding-bottom: 10%;
}

.online-booking a {
  color: #dfd8c6;
  text-decoration: none;
  background-color: rgb(92, 114, 84);
  padding: 3%;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 210%;
  width: 60%;
  margin: auto;
  font-weight: bold;
}

/*priser*/
.priser {
  background-color: #dfd8c6;
  text-align: center;
}


.priser button {
  color: #dfd8c6;
  background-color: rgb(32, 33, 32);
  font-family: 'Arimo', sans-serif;
  font-size: 110%;
  text-transform: uppercase;
  padding: 2% 3%;
  border: 1px;
  border-radius: 10px;
  width: 50%;
  margin-top: 5%;
}

.priser h2 {
  color: rgb(92, 114, 84);
  
}

.priser p {
  font-size: 110%;
  padding-top: 2%;
}

#dame:not(.visible) {
  display: none;
}

#herre:not(.visible) {
  display: none;
}

#striber:not(.visible) {
  display: none;
}

#babylights:not(.visible) {
  display: none;
}

#helfarve:not(.visible) {
  display: none;
}

#permanente:not(.visible) {
  display: none;
}

#balayage:not(.visible) {
  display: none;
}

#bryn:not(.visible) {
  display: none;
}

#olaplex:not(.visible) {
  display: none;
}

/*infographic*/
.infographic {
  background-color: #dfd8c6;
}

.infographic1 {
  width: 100%;
}

.infographic2 {
  display: none;
  width: 100%;
}

/*produkter*/
.produkter {
  background: rgb(92, 114, 84);
  text-align: center;
}

.produkter h2 {
  color: #dfd8c6;
}

.prod-img {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}

.c1 {
  grid-row: 1;
}

.c2 {
  grid-row: 2;
}

.c3 {
  grid-row: 3;
}

.grid-item {
  padding-top: 5%;
}

/*produkter billedtekst*/
.container {
  position: relative;
  width: 100%;
}

.img-product {
  display: block;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  border-color: rgb(179, 179, 179);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  opacity: 70%;
  overflow: hidden;
  width: 70%;
  height: 0;
  transition: .5s ease;
  margin-left: auto;
  margin-right: auto;
}

.container:hover .overlay {
  height: 100%;
  width: 70%;
}

.text {
  color: black;
  font-size: 90%;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 100%;
  
}

.shampoo-heading {
  font-size: 140%;
  font-family: 'Caladea', serif;
  font-weight: bold;
}

.hair-heading {
  font-size: 140%;
  font-family: 'Caladea', serif;
  font-weight: bold;
}

.styling {
  font-size: 140%;
  font-family: 'Caladea', serif;
  font-weight: bold;
}



/*om os*/
.om-os {
  background-color: #dfd8c6;
  margin-left: auto;
  margin-right: auto;
}

.om-os img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  border: 1px solid;
  border-color: rgb(144, 143, 143);
}

.om-os h2 {
  text-align: center;
  color: rgb(92, 114, 84);
}

.om-os p {
  text-align: center;
  padding-left: 22.5%;
  padding-right: 22.5%;
  font-size: 125%;
  padding-top: 2%;
  padding-bottom: 5%;
}

.bold {
  font-weight: bold;
}

/*footer*/
footer {
  color: #dfd8c6;
  background-color: rgb(32, 33, 32);
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 70% 30%;
  padding: 5%;
  padding-bottom: 15%;
}

.åbning li {
  list-style-type: none;
  font-family: 'Arimo', sans-serif;
}

.åbning {
  grid-row: 1;
  grid-column: 1;
  padding: 4%;
  display: grid;
  grid-template-columns: 43% 57%;
  grid-template-rows: 10% 70%;
  
}

.kontakt {
  grid-row: 2;
  grid-column: 1;
  padding: 4%;
}

.some {
  grid-row: 2;
  grid-column: 2;
  padding: 4%;
}

.anmeldelser {
  grid-column: 2;
  grid-row: 1;
  padding: 4%;
  display: grid;
  grid-template-rows: 10% 1fr 1fr 1fr 1fr;
}

.åbning h3 {
  grid-column: 1/2;
}

.ugedage {
  grid-column: 1;
}

.tid {
  grid-column: 2;
}

.åbning ul {
  padding: 0;
}

.åbning li {
  padding-top: 20%;
  font-size: 100%;
}

.ugedage li {
  font-weight: bold;
}

.tid li {
  padding-top: 15%;
}

.kontakt h3 {
  padding-bottom: 13%;
  padding-top: 10%;
}

footer p {
  font-size: 100%;
}

h4 {
  font-size: 100%;
}

.kontakt p {
  padding-bottom: 2%;
}

.anmeldelser article {
  padding-top: 8%;
}

.some h3 {
  padding-top: 10%;
  padding-bottom: 13%;
}

.some img {
  width: 30%;
  padding-right: 10%;
}

@media screen and (min-width: 1250px) {
  .logo {
    width: 25%;
  }
 
  header {
    height: 3%;
  }

  .online-booking h1 {
    font-size: 500%;
  }

  .online-booking h5 {
    font-size: 350%;
  }

  .online-booking a {
    font-size: 240%;
    width: 30%;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  h2 {
    font-size: 300%;
  }

  .priser button {
    font-size: 150%;
  }

  .priser p {
    font-size: 140%;
  }

  .åbning li {
    font-size: 130%;
  }

  footer p {
    font-size: 130%;
  }

  h4 {
    font-size: 140%;
  }

  .some img {
    width: 15%;
  }

  .priser button {
    width: 40%;
  }

  .text {
    width: 85%;
    font-size: 120%;
  }

}

@media screen and (max-width: 1250px) {
  .logo {
    width: 20%;
  }
 
  header {
    height: 90px;
  }

  .online-booking h1 {
    font-size: 500%;
  }

  .online-booking h5 {
    font-size: 350%;
  }

  .online-booking a {
    font-size: 240%;
    width: 30%;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .priser button {
    font-size: 140%;
    width: 40%;
  }

  .priser p {
    font-size: 150%;
  }

  .text {
    width: 85%;
    font-size: 100%;
  }

  .åbning li {
    font-size: 120%;
  }

  footer p {
    font-size: 120%;
  }

  h4 {
    font-size: 130%;
  }

  .some img {
    width: 17%;
  }

}

@media screen and (max-width: 1100px) {
  .logo {
    width: 25%;
  }
 
  header {
    height: 90px;
  }

  .online-booking h1 {
    font-size: 500%;
  }

  .online-booking h5 {
    font-size: 350%;
  }

  .online-booking a {
    font-size: 240%;
    width: 30%;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  h2 {
    font-size: 300%;
  }

  .priser p {
    font-size: 140%;
  }

  .text {
    width: 85%;
    font-size: 90%;
  }

}

@media screen and (max-width: 950px) {
  .logo {
    width: 30%;
  }
 
  header {
    height: 100px;
  }

  .text {
    width: 85%;
    font-size: 80%;
  }

  .priser p {
    font-size: 130%;
  }

}

@media screen and (max-width: 850px) {
  .logo {
    width: 41%;
  }
 
  header {
    height: 110px;
  }

  .online-booking h1 {
    font-size: 450%;
  }

  .online-booking h5 {
    font-size: 350%;
  }

  .online-booking a {
    font-size: 200%;
    width: 40%;
  }

  .text {
    width: 85%;
    font-size: 75%;
  }

  .åbning li {
    font-size: 110%;
  }

  footer p {
    font-size: 110%;
  }

  h4 {
    font-size: 120%;
  }

  .some img {
    width: 22%;
  }

  .priser p {
    font-size: 110%;
  }

}

@media screen and (min-width:750px) {
  .mylinks1 {
    visibility: visible;
  }

  .mylinks2 {
    visibility: visible;
  }
  .mylinks3 {
    visibility: visible;
  }
  .mylinks4 {
    display: block;
  }

  .hamburger-none {
    display: none;

  }

  #nav-item {
    display: none;
    padding: 2%;
  }

  #nav-item div {
    display: none;
  }

  .infographic1 {
    width: 100%;
    display: none;
  }
  
  .infographic2 {
    display: block;
    width: 100%;
  }

  .prod-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100%;
    padding-bottom: 5%;
  }

  .omos-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
  }

  .omos-container p {
    font-size: 110%;
  }

  h3 {
    font-size: 170%;
  }

  .img-product {
    width: 90%;
  }

  .overlay {
    width: 90%;
  }

  .container:hover .overlay {
    width: 90%;
  }

  

}

@media screen and (max-width: 750px) {
  .mylinks1 {
    visibility: hidden;
  }

  .mylinks2 {
    visibility: hidden;
  }
  .mylinks3 {
    visibility: hidden;
  }
  .mylinks4 {
    display: none;
  }

  .hamburger-none {
    display: block;

  }

  #nav-item {
    display: block;
    padding: 2%;
  }

  #nav-item div {
    display: block;
  }

  .omos-wrapper {
    height: max-content;
    margin-block: auto;
    width: 50%;
  }

  .text {
    font-size: 90%;
  }

  .logo {
    width: 45%;
  }
 
  header {
    height: 110px;
  }

  .online-booking h1 {
    font-size: 400%;
  }

  .online-booking h5 {
    font-size: 300%;
  }

  .online-booking a {
    font-size: 200%;
    width: 40%;
  }

  .infographic1 {
    width: 100%;
    display: block;
  }
  
  .infographic2 {
    display: none;
    width: 100%;
  }

  .prod-img {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 100%;
    padding-bottom: 5%;
  }
  
  .c1 {
    grid-row: 1;
  }
  
  .c2 {
    grid-row: 2;
  }
  
  .c3 {
    grid-row: 3;
  }
  
  .grid-item {
    padding-top: 5%;
  }

  .omos-container {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }

}

@media screen and (max-width: 700px) {
  .logo {
    width: 50%;
  }

  header {
    height: 110px;
  }


}

@media screen and (max-width: 650px) {
  .logo {
    width: 55%;
  }

  header {
    height: 110px;
  }


}

@media screen and (max-width: 600px) {
  .logo {
    width: 60%;
  }

  header {
    height: 115px;
    
  }

  .online-booking h1 {
    font-size: 350%;
  }

  .online-booking h5 {
    font-size: 300%;
  }

  .online-booking a {
    font-size: 200%;
    width: 50%;
  }

  .omos-container p {
    font-size: 110%;
  }

  .priser button {
    font-size: 110%;
  }

}

@media screen and (max-width: 520px) {
  .text {
    font-size: 90%;
  }

  .logo {
    width: 75%;
  }
  
  header {
    height: 120px;
    
  }

  .online-booking h1 {
    font-size: 300%;
  }

  .online-booking h5 {
    font-size: 250%;
  }

  .om-os {
    background-color: #dfd8c6;
    margin-left: auto;
    margin-right: auto;
  }
  
  .om-os img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    border: 1px solid;
    border-color: rgb(144, 143, 143);
  }
  
  .om-os h2 {
    text-align: center;
    color: rgb(92, 114, 84);
  }
  
  .om-os p {
    text-align: center;
    padding-left: 22.5%;
    padding-right: 22.5%;
    font-size: 125%;
    padding-top: 2%;
    padding-bottom: 5%;
  }
  
  .bold {
    font-weight: bold;
  }
  
  footer {
    color: #dfd8c6;
    background-color: rgb(32, 33, 32);
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 70% 30%;
    padding: 5%;
    padding-bottom: 15%;
  }
  
  .åbning li {
    list-style-type: none;
    font-family: 'Arimo', sans-serif;
  }
  
  .åbning {
    grid-row: 1;
    grid-column: 1;
    padding: 4%;
    display: grid;
    grid-template-columns: 43% 57%;
    grid-template-rows: 10% 70%;
    
  }
  
  .kontakt {
    grid-row: 2;
    grid-column: 1;
    padding: 4%;
  }
  
  .some {
    grid-row: 2;
    grid-column: 2;
    padding: 4%;
  }
  
  .anmeldelser {
    grid-column: 2;
    grid-row: 1;
    padding: 4%;
    display: grid;
    grid-template-rows: 10% 1fr 1fr 1fr 1fr;
  }
  
  .åbning h3 {
    grid-column: 1/2;
  }
  
  .ugedage {
    grid-column: 1;
  }
  
  .tid {
    grid-column: 2;
  }
  
  .åbning ul {
    padding: 0;
  }
  
  .åbning li {
    padding-top: 20%;
    font-size: 100%;
  }
  
  .ugedage li {
    font-weight: bold;
  }
  
  .tid li {
    padding-top: 15%;
  }
  
  .kontakt h3 {
    padding-bottom: 13%;
    padding-top: 10%;
  }
  
  footer p {
    font-size: 100%;
  }
  
  h4 {
    font-size: 100%;
  }
  
  .kontakt p {
    padding-bottom: 2%;
  }
  
  .anmeldelser article {
    padding-top: 8%;
  }
  
  .some h3 {
    padding-top: 10%;
    padding-bottom: 13%;
  }
  
  .some img {
    width: 30%;
    padding-right: 10%;
  }

  .priser button {
    font-size: 110%;
  }

  .priser p {
    font-size: 90%;
  }

}

@media screen and (max-width: 410px) {
  .text {
    font-size: 85%;
  }
  
  .logo {
    width: 85%;
  }

  .online-booking h5 {
    font-size: 220%;
    
  }
  
  .online-booking h1 {
    font-size: 260%;
  }



}











