@charset "UTF-8";
.theorem {
  display: block;
  margin: 12px 0;
  /*   font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.theorem:before {
  content: "(" counter(chapter) "." counter(envco) ") SÆTNING.";
  font-weight: bold;
  font-style: normal; }

.rules {
  display: block;
  margin: 12px 0;
  /*   font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.rules:before {
  content: "(" counter(chapter) "." counter(envco) ") REGNEREGLER.";
  font-weight: bold;
  font-style: normal; }


.video {
  display: block;
  margin: 12px 0;
  /*   font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.video:before {
  content: "(" counter(chapter) "." counter(envco) ") VIDEO.";
  font-weight: bold;
  font-style: normal; }

.figure {
  display: block;
  margin: 12px 0;
  /*   font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.figure:before {
  content: "(" counter(chapter) "." counter(envco) ") FIGUR.";
  font-weight: bold;
  font-style: normal; }


.figurestar {
  display: block;
  margin: 12px 0;
  /*   font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
 }

.figurestar:before {
  content: "FIGUR.";
  font-weight: bold;
  font-style: normal; }



.htheorem {
  display: block;
  margin: 12px 0;
  /*   font-style: italic; */

  background-color: #d4debf;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.htheorem:before {
  content: "(" counter(chapter) "." counter(envco) ") SÆTNING.";
  font-weight: bold;
  font-style: normal; }




.proposition {
  display: block;
  margin: 12px 0;
  /*  font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.proposition:before {
  content: "(" counter(chapter) "." counter(envco) ") PROPOSITION.";
  font-weight: bold;
  font-style: normal; }

.example {
  display: block;
  margin: 12px 0;
  /*  font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.example:before {
  content: "(" counter(chapter) "." counter(envco) ") EKSEMPEL.";
  font-weight: bold;
  font-style: normal; }

.remark {
  display: block;
  margin: 12px 0;
  /*  font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.remark:before {
  content: "(" counter(chapter) "." counter(envco) ") BEMÆRKNING.";
  font-weight: bold;
  font-style: normal; }

.lemma {
  display: block;
  margin: 12px 0;
  /*  font-style: italic; */
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  counter-increment: envco; }

.lemma:before {
  content: "(" counter(chapter) "." counter(envco) ") LEMMA.";
  font-weight: bold;
  font-style: normal; }

.proof {
  display: block;
  /*     margin: 12px 0; */
  /*    background-color:#d3d3d3; */ }

/* 
.proof:before {

    content: "Bevis.";

    font-style: italic;

}

*/
.proof:after {
  /* content: "\25FC"; */
  font-weight: bold;
  content: "QED.";
  float: right; }

.definition {
  display: block;
  margin: 12px 0;
  font-style: normal;
  /*    background-color: #565656; */
  border-style: solid;
  border-color: #ccc;
  border-width: 2px;
  /*     color: white; */
  padding: 10px;
  counter-increment: envco; }

.definition:before {
  content: "(" counter(chapter) "." counter(envco) ") DEFINITION.";
  font-weight: bold;
  font-style: normal; }

#wrapper {
  text-align: left;
  border: 1px solid #ccc;
  /* background-color:#f0f0f0; */
  margin: 0 auto;
  width: 90%;
  padding: 30px; }

.frameit {
  display: block;
  margin: 12px 0;
  font-style: normal;
  border-style: solid;
  border-color: #ccc;
  border-width: 2px;
  padding: 10px; }

.empheq {
  display: block;
  margin: 12px 0;
  font-style: normal;
  /* border-style: solid;
  border-color: #ccc;
  border-width: 2px;
 */
  background-color: pink;
  padding: 10px; }


.Quiz {
  padding-top: 10px;
  font-weight: bold;
  counter-increment: envco; }

.Quiz::before {
  content: "(" counter(chapter) "." counter(envco) ") "; }

.quizquestion {
  /*    border-style:solid;
      border-width:3px;
      border-radius:5px; */
  padding: 20px;
  margin-bottom: 20px; }

.quizanswer {
  border: solid 3px;
  border-radius: 8px;
  padding: 20px;
  /*  height: 150px; */
  height: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: white; }

.quizanswer.toggle {
  background-color: lightgrey; }

.quizwronganswer {
  border-width: 4px;
  border-color: red; }

.quizrightanswer {
  border-width: 6px;
  border-color: green; }

/* order quiz */
.orderquizanswer {
  border: solid 3px;
  border-radius: 8px;
  padding: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: white; }

.inlineblock {
  min-width: 100px;
  display: inline-block;
  padding: 10px;
  margin: 10px; }

.inlineblock::after {
  content: "\00A0";
}

.orderquizanswer.empty {
  background-color: lightgrey; }

.orderquizfeedback .hidden {
  display: none;
}

.orderquizresult .correct {
  color: green;
}

.orderquizresult .wrong {
  color: red;
}

/* hack */
.orderquizanswer div {
  display: none;
}

/* formatquiz */
.formatquiz-numbers .number-field {
  width: 80px;
}

.formatquizanswer .hidden {
  display: none;
}

.formatquiz-numbers .result .correct {
  color: green;
}

.formatquiz-numbers .result .wrong {
  color: red;
}

.Opgave {
  padding-top: 10px;
  font-weight: bold;
  counter-increment: envco; }



.Opgave::before {
  content: "(" counter(chapter) "." counter(envco) ") "; }

.Sci2u {
  padding-top: 10px;
  font-weight: bold;
  counter-increment: envco; }

.Sci2u::before {
  content: "(" counter(chapter) "." counter(envco) ") "; }

.Eksempel {
  padding-top: 10px;
  font-weight: bold;
  counter-increment: envco; }

.Eksempel::before {
  content: "(" counter(chapter) "." counter(envco) ") "; }

.Bevis {
  /* border:1px solid #ccc; */
  font-weight: bold; }

.proof {
  padding-bottom: 20px; }

.linkbutton {
  padding-top: 10px;
  font-weight: bold;
  counter-increment: envco; }

.linkbutton::before {
  content: "(" counter(chapter) "." counter(envco) ") "; }

/*
body {
    background-color: #e6e6e6;
}
*/
/* Included from chapter.pre. Clean this up!!!! */
.btn {
  font-size: 18px;
  /* background-color: #d7cec7; 
  background-color: #d3d3d3;*/ }

.tocicon {
  font-size: 20px;
  position: fixed;
  left: 0;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 20px; }

.openbs {
  font-size: 25px;
  position: fixed;
  left: 0;
  color: #76323f;
  background-color: white;
  border: none; }

.closebs {
  font-size: 25px;
  position: fixed;
  left: 0;
  color: #76323f;
  background-color: white;
  border: none; }

.ltxlabel {
    font-size: 25px;
    color:red;
    cursor:pointer;
}

h1 {
  font-size: 45px;
  counter-reset: section;
  padding-bottom: 30px;
  padding-top: 20px; }

h2 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  counter-reset: subsection; }


ol {
  margin-left: 0;
  padding-left: 0;
  padding-top: 5px; }

ol > li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px;
}

ol.alpha {
    list-style-type: lower-alpha;
}

ol.greek {
    list-style-type: lower-greek;
}

ol.number {
    list-style-type: decimal;
}

ol.lowerroman {
    list-style-type: lower-roman;
}


h1, h2, h3 {
  color: #76323f; }

figcaption {
    text-align: left;
    font-size: 16px;
}

img {
    display: inline-block;
    margin: auto;
    padding: 30px;
    max-width: 100%;
    height: auto;
    align: middle;
}

.billede {
    text-align: center;
}   

audio {
  background: #95B9C7;
  float: right;
  width: 10%; }

body {
  background-color: white; }

.collapse {
  border-left: thick solid #d3d3d3;
  font-style: normal;
  padding-left: 20px;
  margin-bottom: 20px; }

.modal-dialog {
  width: 90%; }

/* .mark {background-color: #FFFFCC;} */
.indent {
  text-indent: 25px; }

figcaption {
  text-align: center;
  padding: 5px; }

.katex-render {
  font-size: 85%; }

.katex-render .katex-display {
  position: relative; }

.katex-render .katex-display .katex .eqno {
  display: inline-block;
  position: absolute;
  right: 0; }

.katex-render .katex-display .accent .accent-body.accent-vec > span {
  left: 0.5em !important; }

/*# sourceMappingURL=math.scss.map */


/* Font from css in online notes of Nicolas Tessore: http://ntesso.re/notes/ */
@import url("https://fonts.googleapis.com/css?family=PT+Serif|PT+Serif+Caption|PT+Mono|Source+Sans+Pro:200,400");

body { font-family: "PT Serif", serif; letter-spacing: 0.02em; font-size:20px;}

h1, h2, h3, h4, h5, h6 { font-family: "PT Serif Caption", sans-serif; font-weight: normal; color: #76323f; letter-spacing: normal; }

#page-content-wrapper {width: 900px;}
