#navbar {

  padding-top: 20px;

}


h1 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 50px;
  font-weight: 400;
  transition: font-variation-settings 0.5s ease;
  text-align: left;
  line-height: 1;
  position: fixed;
  z-index: 2;
  color: #362118;
  transition: 0.5s ease;
  padding-top: 5px;
}

h2 {
font-size: 45px;

}

h3 {

  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 30px;
font-weight: 500;
  font-style: normal;
   text-align: left;
   position: relative;
   color: #362118;
   max-width: 650px;
   padding-top: 30px;
}


h4 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 30px;
  font-weight: 100;
  text-align: left;
  line-height: 1.2;
  color: #362118;
  max-width: 600px;
}

.h2hero {
font-size: 50px;
}


.jsstor {
  display: block;
}

.imgcremona {
  background-image: url("img/cremona2.jpg");
 height: 100%;
 min-height: 800px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.imgoslo{
  background-image: url("img/oslo2.jpg");
 height: 100%;
 min-height: 800px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}



h5 {

  font-family: neue-haas-grotesk-text, sans-serif;
font-size: 25px;
  font-variation-settings: "wght" 400;
   transition: font-variation-settings 0.5s ease;
   text-align: left;
   line-height: 1.1;
   color: #e7dbca;
    transition: 0.2s ease;
}

h6 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 13px;
font-weight: 400;
  font-style: normal;
   text-align: left;
   position: relative;
   color: #e7dbca;
   max-width: 650px;
   padding-top: 20px;
   line-height: 1.6;
}

p {
   padding-top: 42px;
  font-size: 16px;
}

.stickydiv{
 padding-top: 120px;
}

.imgv {
  display: block;
  width: 48%;
}

.divider {
  height: 60px;
}

.textbox {

  padding-bottom: 100px;
}

.textbox4 {

  padding-bottom: 100px;
}

.textbox1 {
padding-top: 200px;

}

.textbox2 {
padding-top: 100px;
margin-left: 52%;

}

.textbox3 {
    margin-top: 30%;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 0px;
}



.lenke-1 {
  font-size: 16px;
}

.lenke-2 {
  font-size: 16px;
}

.herotext {
  width: 33%;
  min-width: 300px;
  position: absolute;
  display: block;
  margin-left: 57%;
  bottom: 0;
    margin-bottom: 45px;
    padding-top:  50px;
      padding-left:  50px;
        padding-right: 50px;
        padding-bottom:  25px;
        background-color: rgb(10, 95, 245, 0.7);
        border-radius: 5px;
}

.pilknapp {
  width: 20px;
  background: none;
  border: none;
  margin-top: 20px;
}

.pilknapp:hover {
  cursor: pointer;
}

.pilknapp:active {
  border: none;
}


.block {
display: block;
position: relative;
 cursor: pointer;
 width: 45px;
 height: 25px;

}

.bar1 {
    position: absolute;
  width: 45px;
  height: 2px;
  background-color: #362118;

  transition: 0.4s;
  -webkit-transform: translatex(0px) ;
  transform: translatex(0px);
  opacity: 1;

}

.bar2 {
  position: absolute;
    margin: 8px 0;
  width: 45px;
  height: 2px;
  background-color: #362118;

  transition: 0.4s;
}
.bar4 {
  position: absolute;
    margin: 16px 0;
  width: 45px;
  height: 2px;
  background-color: #362118;

  transition: 0.4s;
}

.bar3 {
      margin: 24px 0;
  position: absolute;
  width: 45px;
  height: 2px;
  background-color: #362118;
  transition: 0.4s;
}

.change .bar3 {
  -webkit-transform: rotate(225deg) translatex(7px) translatey(7px) ;
  transform: rotate(225deg) translatex(7px) translatey(7px);
    background-color: #e7dbca;
      width: 35px;
}

.change .bar2 {
  -webkit-transform: rotate(225deg) translatex(0px) translatey(0px) ;
  transform: rotate(225deg) translatex(0px) translatey(0px);
opacity: 0;
  width: 35px;
}

.change .bar4 {
  -webkit-transform: rotate(225deg) translatex(0px) translatey(0px) ;
  transform: rotate(225deg) translatex(0px) translatey(0px);
opacity: 0;
  width: 35px;
}

.change .bar1 {
  -webkit-transform: rotate(-225deg) translatex(10px) translatey(-10px) ;
  transform: rotate(-225deg) translatex(10px) translatey(-10px);
    background-color: #e7dbca;
      width: 35px;
}
