/* These are some basic css resets found on the internet. They are not my own work. */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}






.sidemargin{

  background-color: #347985;
}
text{
  font-family: "Silka", Helvetica, Arial;
  margin-top: 10px;;
}

.sidemargin{
  padding-bottom: 10px;
}
.tittellinje{
  text-align: center;
  background-color: #347985;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;

}
.overskrift{
  font-family:"Silka", Helvetica, Arial;
  margin-top: 10px;
  font-weight: bold;
  font-size: xx-large;
  display: block;
  color: white;
}
.underoverskrift{
font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
}
.intro{
    margin-top: 12px;
    padding-top: 80px;
    padding-bottom: 100px;
    font-family: "Silka", Helvetica, Arial;
    text-align: center;
    font-style: italic;
    color: black;
    display: block;
  }
  .tilbakeTilForsiden{

    margin: 0px;
  }
  
  .centerButton{
    
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px;
    }
  





button{
  border: none;
  background-color: #347985;
  cursor: pointer;
  font-weight: bold;
  transition: 0.25s;
  margin-right: 20px;
  margin-bottom: 20px;  

  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px ;
  padding-bottom: 5px;
  color: black;
  border-radius: 4%;
  display: block;
}
button:hover{

  opacity: 0.8;
  color:rgb(222, 215, 215);
}

 




/* Her starter designene for subdomain// velgriktig
note to self: Burde det være to separate dokumenter?
*/
.textinnhold{
padding-top: 10px;  
padding-left: 10px;
padding-right: 10px;
margin-top: 50px;
margin-left: 100px;
margin-right: 100px;
text-align: center;
background-color:#13dcaa2c;
font-family: Arial, Helvetica, sans-serif;

}
.valgIntro{
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  border: 3px;
  border-color: #347985;
  border-radius: 4%;

}
.textbox{
  padding-top: 40px;
  margin-left: 80px;
  margin-right: 80px;
}

.kategorier{
  margin-top: 60px;
  margin-left: 80px;
  margin-right: 80px;
text-align: center;
display: block;
}
.PrisogTek{
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  text-align: center;
  display: block;
  
  background-color: #13dcaa2c;

}
.kundeserviceForutsigbarhet{
  margin-top: 30px;

  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  display: block;
  
  background-color:#13dcaa2c;
}
.valgbokser{
  padding-top: 10px;  
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 80px;
  margin-right: 80px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif; 
  line-height: 30px;
}
.fordelerUlemper{
  font-weight: bold;
  text-align: justify;
}

.hvordanBytte{
  margin-top: 100px;
  background-color: #347985;
  text-align: center;
  margin-left: 80px;
  margin-right: 80px;
}