/* 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;
  }

.knappelinje{
  font-size: x-large;
  padding-bottom: 20px;
  border: none;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 30px;
  background-color:  #f5f6f760;
  text-align:center;
  display: block;
}



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: 10px ;
  padding-bottom: 10px;
  color: black;
  border-radius: 4%;
  
}
button:hover{

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

 

img{
  width: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
.bildelinje{
  padding: 80px;
  display: inline-block;
}
.column{
    float: left;
    width: 33.33%;
    padding: 5px;
  }

.graf{    
  padding: 20px;
    background-color: black;
    
  }

  .api{
    padding-top: 60px;
    padding-bottom: 160px;
    text-align: center;
    background-color:#13dcaa2c;
  }
  .textUnderApi{

    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;

  }
.pris{
  color: green;
  text-decoration: solid;
}
.regionknapper{
  color: none;

}
  .cred{
      float: center;
      margin-left: auto;
      margin-right: auto;
      width: 20%;
      padding-top: 20px;
      display: block;
    }
  .ideer{
    text-align: center;
  }
  

/* Her starter designene for subdomain// velgriktig
note to self: Burde det være to separate dokumenter?
*/
.textinnhold{

  margin-left: 120px;
  margin-right: 100px;
}
.valgIntro{
  text-align: left;


}
