@media all and (max-width: 991px) {
  html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  body {
    height: 100%;
    min-height: 100%;
    position: relative;
  }
  body,
  html,
  div,
  p,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  span,
  li {
    font-family: 'Source Sans Pro', sans-serif !important;
  }
  #bigArrow,
  .hideForMobile {
    display: none !important;
  }
  #chapter .printBtn {
    display: inline-block;
    float: none;
    margin: 0 5px 10px 0;
  }
  #mobileMenu {
    display: block;
  }
  #archiveWarning p {
    margin-top: 8px;
  }
  #bottombar {
    background: #fff;
  }
  #bottombar .inner {
    background: transparent;
  }
  .showForMobile {
    display: inline-block;
  }
  #pagewrapper {
    width: auto;
    min-width: auto;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden !important;
  }
  #topline {
    height: auto;
    background: #fff;
    position: relative;
  }
  #logo {
    width: auto;
    height: 18px;
    padding: 0;
    top: 10px;
    right: 50px;
  }
  #logo img {
    height: 100%;
  }
  #topbar {
    padding: 10px;
    overflow: auto;
    zoom: 1;
    position: relative;
  }
  #topbar #skiftVejl {
    position: relative;
    top: auto;
    left: auto;
    text-transform: uppercase;
  }
  #topbar #skiftVejl img {
    display: none;
    vertical-align: bottom;
  }
  #topbar #homeBtn {
    display: inline-block;
    float: right;
    margin: -10px -10px -10px 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-left: 1px solid #E0E0E0;
    color: #49BCDC;
    cursor: pointer;
  }
  #topbar #homeBtn .fa {
    line-height: 39px;
  }
  #pageTitle {
    position: relative;
    top: auto;
    left: auto;
    height: 40px;
    padding: 11px 10px;
    background: #49BCDC;
    color: #fff;
    line-height: 1.1em;
    font-size: 16px;
    font-weight: 600;
  }
  #pageTitle h2 {
    color: inherit;
    text-shadow: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    line-height: 1;
  }
  #pageTitle h2 span {
    display: block;
    font-size: 0.7em;
    margin-left: 20px;
  }
  #pageTitle h2 #chapterSelector {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-left: 1px solid #6DC9E3;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  #pageTitle h2 #chapterSelector .fa {
    line-height: 39px;
  }
  #pageTitle a {
    color: inherit;
  }
  #vejledningsmenu {
    left: 0px;
    right: 0px;
    top: 39px;
    padding: 10px;
    border: none;
    border-top: 1px solid #E0E0E0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0px 3px 3px #888;
    -moz-box-shadow: 0px 3px 3px #888;
    box-shadow: 0px 3px 3px #888;
  }
  #vejledningsmenu li {
    float: none;
  }
  #vejledningsmenu li a {
    border: none;
  }
  #fp_vejledningContainer,
  #fp_vejledningContainer2 {
    margin: 0;
  }
  .fp_vejledning {
    display: block;
    padding: 10px;
    width: 100%;
    height: auto;
    min-height: 73px;
    float: none;
    margin: 0 0 5px 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    text-align: left;
    overflow: auto;
    zoom: 1;
    position: relative;
  }
  .fp_vejledning img {
    display: inline-block;
    width: 50px;
    margin: 0;
  }
  .fp_vejledning .info {
    position: absolute;
    top: 10px;
    left: 70px;
    padding-right: 10px;
  }
  #fp_vejledningContainer2 .fp_vejledning {
    margin-bottom: 5px;
  }
  #topSearch {
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    height: 40px;
  }
  #topSearch #search {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    border: none;
  }
  #topSearch #search .inner {
    width: auto;
    height: auto;
    margin: 0;
    background: #fff;
  }
  #topSearch #changePage {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    color: #49BCDC;
  }
  #topSearch #changePage .fa {
    line-height: 39px;
  }
  #topSearch #quicksearchMobile {
    border: none;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 39px;
    font-size: 14px;
    padding: 0 10px 0 28px;
    background: #fff url("/img/icon-search-blue.png") no-repeat left 10px center;
    outline: none !important;
  }
  #topSearch #quicksearchMobileClear {
    cursor: pointer;
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 50px;
    background: #e4e4e4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
  }
  #topSearch #quicksearchMobileClear img {
    margin-top: 5px;
    width: 10px;
  }
  #topSearch #menu {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
  #searchresults {
    top: 40px;
    left: 0;
    right: 0;
    z-index: 999;
    width: auto;
  }
  #searchresults h2 {
    font-size: 20px;
  }
  #searchresults h2 span {
    display: none !important;
  }
  #searchresults ul {
    border-top: 1px solid #8cb8ce;
  }
  #searchresults .selected a {
    background: #a1c345;
    background: #49BCDC;
  }
  .tocFrontpage {
    margin: -10px;
  }
  .tocFrontpage ul li {
    border-bottom: 1px solid #F1F1F1;
  }
  .tocFrontpage ul li a {
    color: #4a4a4a;
    background: transparent;
    padding: 7px 10px;
    margin: 0;
    font-size: 15px;
  }
  .tocFrontpage ul li a:hover {
    background: transparent;
  }
  .tocFrontpage ul ul {
    margin: 0 0 10px 13px;
    padding: 0;
    border-left: 1px solid #d8d8d8;
  }
  .tocFrontpage ul ul ul {
    margin: 2px 0 2px 10px;
  }
  .tocFrontpage ul ul li a {
    font-size: 14px;
    /*padding: 7px 8px;*/
  }
  .tocFrontpage ul ul li a:hover {
    background: transparent;
  }
  #slideOutMenu {
    position: absolute;
    top: 0;
    right: -310px;
    bottom: 0;
    background: rgba(91, 91, 91, 0.97);
    width: 305px;
    min-height: 100%;
    z-index: 9999;
    overflow: scroll;
    color: #fff;
    -webkit-transition: right 300ms ease;
    -moz-transition: right 300ms ease;
    -ms-transition: right 300ms ease;
    -o-transition: right 300ms ease;
    transition: right 300ms ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #slideOutMenu.show {
    right: 0;
  }
  #slideOutMenu .top {
    padding: 15px;
    background: #49BCDC;
  }
  #slideOutMenu .top #closeSlideOutMenu {
    float: right;
    color: #fff;
  }
  #slideOutMenu .top #closeSlideOutMenu .fa {
    line-height: 23px;
  }
  #slideOutMenu .top h2 {
    font-size: 17px;
    margin: 0;
  }
  #slideOutMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #slideOutMenu ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #aeaeae;
  }
  #slideOutMenu ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
  }
  #slideOutMenu ul li.active {
    margin-top: -1px;
    background: rgba(73, 188, 220, 0.67);
    border-color: #49BCDC;
  }
  #slideOutMenu ul li.active ul {
    display: block;
  }
  #slideOutMenu ul ul {
    display: none;
    margin: 5px 0 5px 5px;
  }
  #slideOutMenu ul ul li {
    padding: 2px 10px 2px 3px;
    border: none;
  }
  #slideOutMenu ul ul li a {
    display: block;
    font-weight: 300;
    font-size: 13px;
    padding-left: 10px;
    background: transparent url("/img/icon-menuarrow-white.png") left center no-repeat;
  }
  #canvas {
    background: transparent;
    padding: 10px;
  }
  #canvas #toc {
    display: none;
  }
  #canvas #chapter {
    float: none;
    margin: 0;
  }
  #canvas #chapter h1 {
    font-size: 22px;
    text-shadow: none;
    margin-bottom: 15px;
    margin-top: 0;
  }
  #canvas #chapter h1.level2 {
    font-size: 17px;
    color: #4A4A4A;
    padding-bottom: 2px;
    border-color: #E0E0E0;
    margin-bottom: 10px;
  }
  #canvas #chapter .element p {
    margin: 10px 0;
  }
  #canvas #chapter .element table.table1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #canvas #chapter .element ul {
    margin-top: 10px;
    margin-left: 30px;
  }
  #canvas #chapter .element ul li {
    margin: 0 0 10px 0;
  }
  #canvas #chapter .element blockquote {
    margin-left: 0px;
    margin-right: 10px;
    padding: 10px;
  }
  #canvas #chapter .element blockquote ul,
  #canvas #chapter .element blockquote ol {
    margin-left: 20px;
  }
  #canvas #chapter .element .content {
    overflow-y: scroll;
  }
  #canvas #chapter img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .columnTable td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .layoutType2 {
    padding: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .layoutType2 p:first-child {
    margin-top: 0 !important;
  }
  .layoutType2 p:last-child {
    margin-bottom: 0 !important;
  }
  .buttonLine {
    height: auto;
    overflow: auto;
    zoom: 1;
    margin-bottom: 7px;
  }
  .buttonLine li {
    /*overflow: auto;
			zoom: 1;*/
  }
  .buttonLine li a,
  .buttonLine li a:link,
  .buttonLine li a:visited {
    float: left;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 3px 3px 0;
    background: #9c0600;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .chartList td {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .box {
    border: none;
  }
  .box h1 {
    text-shadow: none;
    height: auto;
    overflow: auto;
    zoom: 1;
    font-size: 12px;
    line-height: 1.4em;
    background: #ddd;
    padding: 7px 10px;
  }
  .box h1 .bc {
    font-size: inherit;
    line-height: inherit;
    padding: 0 20px 0 0;
    margin: 0;
    height: auto;
    background: transparent url("/img/icon-breadcrumb-arrow.png") right 7px center no-repeat;
  }
  .chartTableOuter {
    overflow-y: scroll;
  }
  .chartTableBottom {
    overflow-y: scroll;
  }
}
/*# sourceMappingURL=responsive.css.map */