@import "tabeller.css";
@import "topNav.css";
@import "kolumner.css";
@import "formular.css";
/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); */



/* ELEMENT */

body {
    margin: 0;
    font-family: Arial;
    background-color: rgb(239, 239, 239);
}

iframe {
    width: 100%;
    /* height: auto; */
}

hr {
  size: 20px;
  color:rgb(197, 16, 26);    
 }

a {
  text-decoration: none;
  color: rgb(63, 62, 62);
}

h1:focus {
  outline: none;  
}

h1, h2, h3, h4 {
  vertical-align: text-top;
  color: rgb(197, 16, 26);
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}


/* KLASSER */

.footer {
  position: fixed;
  /* left: 0; */
  bottom: 0;
  width: 100%;
  background-color: rgb(245, 244, 244);
  color: rgb(63, 62, 62);
  align-items: center;
  text-align: center;
  padding-bottom: 10px;
} 

.citat{
  padding: 10px;
  background-color: rgb(209, 208, 207);
  border:  1px solid #A74B4B;
  border-radius: 10px;
}

.radbrytText {
    white-space:pre-line
}

.startpageBox{
  margin-bottom: 20px;
}

.citatAv{
  float:right;
}

.right{
  float:right;
}

.left{
  float:left;
}

.invalid {
    outline: 1px solid rgb(197, 16, 26);
}

.validation-message {
    color: rgb(197, 16, 26);
}


