/* line 2, generel.scss */
body {
  background-color: #f6f6f6;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  color: #555;
}

/* line 10, generel.scss */
#main {
  padding: 0;
  padding-bottom: 30px;
}

@media (max-width: 479px) {
  /* line 14, generel.scss */
  .container > .row > div {
    padding: 0 10px;
  }
}

/* line 20, generel.scss */
a:hover, .btn:hover {
  transition-duration: 0.25s;
}

/* line 24, generel.scss */
span.glyphicon {
  padding-right: 7px;
}

@media (max-width: 479px) {
  /* line 28, generel.scss */
  .hidden-xxs {
    display: none !important;
  }
}

/* line 34, generel.scss */
.page-header {
  text-align: center;
  margin: 15px 0 20px 0;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
/* line 40, generel.scss */
.page-header h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #335599;
}

/* line 48, generel.scss */
h1, h2, h3, .blue {
  color: #335599;
  font-weight: bold;
}

/* line 52, generel.scss */
h1.border-btm, h2.border-btm, h3.border-btm {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 32px;
  margin-top: 25px;
  margin-bottom: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 61, generel.scss */
  .page-header {
    margin-top: 0;
    padding-bottom: 10px;
  }
  /* line 64, generel.scss */
  .page-header h1 {
    font-size: 33px;
  }

  /* line 68, generel.scss */
  h1.border-btm, h2.border-btm {
    font-size: 28px;
  }

  /* line 71, generel.scss */
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 77, generel.scss */
  .page-header {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 81, generel.scss */
  .page-header h1 {
    font-size: 28px;
  }

  /* line 85, generel.scss */
  h2 {
    font-size: 22px;
  }

  /* line 88, generel.scss */
  h3 {
    font-size: 19px;
  }

  /* line 91, generel.scss */
  h2.border-btm {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  /* line 100, generel.scss */
  .page-header {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 104, generel.scss */
  .page-header h1 {
    font-size: 24px;
  }

  /* line 108, generel.scss */
  h2 {
    font-size: 19px;
  }

  /* line 111, generel.scss */
  h2.border-btm {
    font-size: 21px;
  }
}
/* line 117, generel.scss */
.btn {
  background-color: #335599;
  border: none;
  text-align: center;
  padding: 12px;
  margin-top: 13px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* line 126, generel.scss */
.btn:hover {
  background-color: #3472b5;
  text-decoration: underline;
}

/* line 132, generel.scss */
.white {
  background: #fff!important;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin: 30px 0px;
}
@media (max-width: 767px) {
  /* line 132, generel.scss */
  .white {
    padding: 20px 0;
    margin: 20px 0;
  }
}

/* line 143, generel.scss */
.white.last {
  margin-bottom: -30px;
  border-bottom: 0;
}

/* line 148, generel.scss */
.white.banner {
  background: #3472b5 !important;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  border: 0;
  padding: 40px 15px;
  color: #fff;
}
/* line 156, generel.scss */
.white.banner p, .white.banner .btn {
  margin: 0;
  margin-bottom: 11px;
  font-size: 18px;
}
@media (max-width: 479px) {
  /* line 156, generel.scss */
  .white.banner p, .white.banner .btn {
    font-size: 14px;
  }
}
/* line 164, generel.scss */
.white.banner .btn {
  padding: 15px 24px;
  margin-bottom: 0;
  background-color: #eeeef3;
  color: #334477;
}
/* line 169, generel.scss */
.white.banner .btn:hover {
  background-color: #fff;
  color: #3472b5;
}

/* line 2, banner.scss */
#banner {
  background-color: #333333;
  background-image: -webkit-linear-gradient(#333333, #494949);
  background-image: -moz-linear-gradient(#333333, #494949);
  background-image: -o-linear-gradient(#333333, #494949);
  background-image: -ms-linear-gradient(#333333, #494949);
  background-image: linear-gradient(#333333, #494949);
  height: auto;
  display: block;
}
/* line 8, banner.scss */
#banner .logo-wrapper {
  float: left;
}
@media (max-width: 479px) {
  /* line 8, banner.scss */
  #banner .logo-wrapper {
    float: none;
    display: block;
  }
}
@media (max-width: 479px) {
  /* line 15, banner.scss */
  #banner .logo-wrapper a {
    margin: 0 auto;
    display: block;
  }
}
/* line 21, banner.scss */
#banner .logo-wrapper img {
  padding: 27px 20px 12px 0px;
  width: auto;
}
@media (max-width: 767px) {
  /* line 21, banner.scss */
  #banner .logo-wrapper img {
    width: 150px;
    padding: 12px;
  }
}
@media (max-width: 479px) {
  /* line 21, banner.scss */
  #banner .logo-wrapper img {
    margin: 0 auto;
    display: block;
  }
}
/* line 33, banner.scss */
#banner .logo-wrapper:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
/* line 40, banner.scss */
#banner .text-wrapper {
  float: left;
  padding: 15px;
  margin-top: 35px;
  font-size: 16px;
}
@media (min-width: 992px) {
  /* line 40, banner.scss */
  #banner .text-wrapper {
    padding: 15px 20px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 40, banner.scss */
  #banner .text-wrapper {
    margin-top: 20px;
    padding: 12px 0px 12px 0px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  /* line 40, banner.scss */
  #banner .text-wrapper {
    margin-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  /* line 40, banner.scss */
  #banner .text-wrapper {
    font-size: 12px;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-top: 0px;
  }
}
/* line 66, banner.scss */
#banner .text-wrapper p {
  color: #ddd;
}
@media (min-width: 992px) {
  /* line 66, banner.scss */
  #banner .text-wrapper p {
    font-size: 21px;
  }
}
/* line 74, banner.scss */
#banner .text-wrapper .number .glyphicon, #banner .text-wrapper .number p {
  display: inline-block;
  color: #eee;
}
/* line 83, banner.scss */
#banner .badge-wrapper {
  float: right;
}
/* line 86, banner.scss */
#banner .badge-wrapper img {
  padding: 6px 0px 6px 12px;
}
@media (min-width: 992px) {
  /* line 86, banner.scss */
  #banner .badge-wrapper img {
    padding: 11px 0 10px 20px;
  }
}
/* line 93, banner.scss */
#banner .badge-wrapper:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

/* line 2, navigation.scss */
nav.navbar {
  background-color: #335599;
  background-image: -webkit-linear-gradient(#335599, #334477);
  background-image: -moz-linear-gradient(#335599, #334477);
  background-image: -o-linear-gradient(#335599, #334477);
  background-image: -ms-linear-gradient(#335599, #334477);
  background-image: linear-gradient(#335599, #334477);
  height: auto;
  border: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #334477;
  border-top: 1px solid #334477;
  box-shadow: 0px 3px 4px #787b82;
  z-index: 99;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 13, navigation.scss */
nav.navbar .open > a {
  background: #334477;
}
/* line 18, navigation.scss */
nav.navbar .navbar-toggle {
  background-color: #f6f6f6;
  border: 1px solid #334477;
}
/* line 22, navigation.scss */
nav.navbar .navbar-toggle .icon-bar {
  background-color: #334477;
  z-index: 999999;
  padding: 1.5px;
}
@media (min-width: 768px) {
  /* line 29, navigation.scss */
  nav.navbar .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  /* line 34, navigation.scss */
  nav.navbar .navbar-collapse .dropdown-menu > li > a {
    color: #eee;
    margin-left: 30px;
  }
  /* line 39, navigation.scss */
  nav.navbar .navbar-collapse .dropdown-menu > li > a:hover {
    background-color: #334477;
    border-color: #345;
  }
}
/* line 48, navigation.scss */
nav.navbar ul.nav > li > a {
  color: #fff;
  padding: 15px 21px 15px 21px;
  border: 0;
}
/* line 52, navigation.scss */
nav.navbar ul.nav > li > a .glyphicon {
  padding-right: 5px;
}
/* line 55, navigation.scss */
nav.navbar ul.nav > li > a:hover {
  background-color: #3472b5;
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 48, navigation.scss */
  nav.navbar ul.nav > li > a {
    padding: 13px 16px;
    font-size: 14px;
  }
  /* line 61, navigation.scss */
  nav.navbar ul.nav > li > a .glyphicon {
    padding-right: 2px;
  }
}
@media (min-width: 1200px) {
  /* line 48, navigation.scss */
  nav.navbar ul.nav > li > a {
    padding: 16px 24px;
    font-size: 16px;
  }
}
/* line 71, navigation.scss */
nav.navbar ul.nav .dropdown-menu {
  padding: 0px;
}
/* line 74, navigation.scss */
nav.navbar ul.nav .dropdown-menu li > a {
  padding: 12px 18px;
}

/* line 2, footer.scss */
#footer {
  border-top: 0;
  background: #111;
  height: auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 40px;
}
/* line 10, footer.scss */
#footer h3 {
  font-weight: bold;
  color: #3472b5;
  padding: 10px 0px;
  font-size: 19px;
}
/* line 16, footer.scss */
#footer p {
  color: #ccc;
}
/* line 19, footer.scss */
#footer hr {
  border-top-color: #aaa;
  margin: 5px 0px 10px 0px;
}

/* line 3, index.scss */
#main.home {
  background-color: #eee;
  margin-top: -15px;
}

@media (min-width: 768px) {
  /* line 8, index.scss */
  #main.home {
    background-image: url("/images/forside-baggrund.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
}
/* line 17, index.scss */
.gode-grunde-wrapper {
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid #ddd;
  padding: 0px 10px;
}
@media (min-width: 1200px) {
  /* line 17, index.scss */
  .gode-grunde-wrapper {
    padding-bottom: 19px;
  }
}
@media (max-width: 1199px) {
  /* line 17, index.scss */
  .gode-grunde-wrapper {
    padding-bottom: 17px;
  }
  /* line 28, index.scss */
  .gode-grunde-wrapper p {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  /* line 17, index.scss */
  .gode-grunde-wrapper {
    padding-bottom: 18px;
  }
  /* line 35, index.scss */
  .gode-grunde-wrapper p {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  /* line 17, index.scss */
  .gode-grunde-wrapper {
    padding-bottom: 5px;
    text-align: center;
  }
  /* line 43, index.scss */
  .gode-grunde-wrapper p {
    margin-bottom: 4px;
  }
}
/* line 48, index.scss */
.gode-grunde-wrapper h1 {
  color: #335599;
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 1200px) {
  /* line 48, index.scss */
  .gode-grunde-wrapper h1 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  /* line 48, index.scss */
  .gode-grunde-wrapper h1 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

/* line 68, index.scss */
.carousel-wrapper .item {
  max-height: 370px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 68, index.scss */
  .carousel-wrapper .item {
    max-height: 303px;
  }
}
/* line 74, index.scss */
.carousel-wrapper .item img {
  width: 100%;
  height: auto;
}
/* line 78, index.scss */
.carousel-wrapper .item .carousel-caption {
  padding: 15px 15px;
  background: rgba(38, 70, 134, 0.86);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  /* line 78, index.scss */
  .carousel-wrapper .item .carousel-caption {
    padding: 6px;
  }
}
@media (max-width: 479px) {
  /* line 78, index.scss */
  .carousel-wrapper .item .carousel-caption {
    padding: 3px;
  }
}
/* line 92, index.scss */
.carousel-wrapper .item .carousel-caption h2 {
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 4px #222;
}
@media (min-width: 1200px) {
  /* line 92, index.scss */
  .carousel-wrapper .item .carousel-caption h2 {
    font-size: 30px;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  /* line 92, index.scss */
  .carousel-wrapper .item .carousel-caption h2 {
    margin: 5px 0;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  /* line 92, index.scss */
  .carousel-wrapper .item .carousel-caption h2 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  /* line 92, index.scss */
  .carousel-wrapper .item .carousel-caption h2 {
    margin: 5px 0;
    font-size: 15px;
  }
}
/* line 115, index.scss */
.carousel-wrapper .item .carousel-caption p {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  text-shadow: 0;
}
/* line 121, index.scss */
.carousel-wrapper .item .carousel-caption a {
  padding: 7px 11px;
  background-color: rgba(150, 200, 250, 0.5);
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #234;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  /* line 121, index.scss */
  .carousel-wrapper .item .carousel-caption a {
    margin-top: 4px;
    display: inline-block;
    white-space: nowrap;
    padding: 4px 9px;
  }
}
/* line 136, index.scss */
.carousel-wrapper .item .carousel-caption a:hover {
  background-color: rgba(100, 150, 250, 0.7);
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #012;
}

/* line 151, index.scss */
.holdstart-wrapper {
  padding: 13px 15px 10px 15px;
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
  /* line 151, index.scss */
  .holdstart-wrapper {
    background: #fff;
  }
}
/* line 158, index.scss */
.holdstart-wrapper h2 {
  color: #335599;
  font-weight: bold;
  margin-top: 0px;
  font-size: 22px;
  text-align: center;
}
/* line 165, index.scss */
.holdstart-wrapper .btn-wrapper {
  padding: 0px 15px!important;
  margin-right: 15px;
  width: 100%;
  float: left;
}
/* line 172, index.scss */
.holdstart-wrapper .row > div.col-xs-12 {
  padding: 9px 15px;
  border-bottom: 1px dashed #dddddd;
}
/* line 176, index.scss */
.holdstart-wrapper .row > div.col-xs-12:hover {
  background: #dddddd;
}
/* line 181, index.scss */
.holdstart-wrapper .row > div.col-xs-12 a:hover strong {
  text-decoration: underline;
  color: #334477;
}
/* line 185, index.scss */
.holdstart-wrapper .row > div.col-xs-12 a .part {
  float: left;
}
@media (max-width: 767px) {
  /* line 185, index.scss */
  .holdstart-wrapper .row > div.col-xs-12 a .part {
    float: none;
    display: inline-block;
  }
}
/* line 192, index.scss */
.holdstart-wrapper .row > div.col-xs-12 a .text.part {
  margin-right: -15px;
  padding: 8px 0px 0px 10px;
  color: #333;
}
@media (max-width: 767px) {
  /* line 192, index.scss */
  .holdstart-wrapper .row > div.col-xs-12 a .text.part {
    margin-right: 0px;
  }
}
/* line 201, index.scss */
.holdstart-wrapper .row > div.col-xs-12 a .text.part strong {
  color: #335599;
  font-size: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 206, index.scss */
  .holdstart-wrapper .row > div.col-xs-12 a .text.part p {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  /* line 213, index.scss */
  .holdstart-wrapper .row > div.col-xs-12 .part-wrapper {
    display: block;
    margin: auto;
    margin-bottom: -10px;
    width: auto;
  }
  /* line 220, index.scss */
  .holdstart-wrapper .row > div.col-xs-12 .part-wrapper .text.part {
    text-align: left!important;
  }
  /* line 223, index.scss */
  .holdstart-wrapper .row > div.col-xs-12 .part-wrapper img {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  /* line 233, index.scss */
  .holdstart-wrapper img {
    width: 45px !important;
    height: auto;
  }
  /* line 237, index.scss */
  .holdstart-wrapper .text.part {
    font-size: 13px;
  }
  /* line 240, index.scss */
  .holdstart-wrapper .row > div {
    padding: 2px 10px;
  }
  /* line 243, index.scss */
  .holdstart-wrapper .btn-wrapper .btn {
    margin-top: 9px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 250, index.scss */
  .holdstart-wrapper h2 {
    font-size: 19px;
    margin-top: -2px;
  }
  /* line 254, index.scss */
  .holdstart-wrapper img {
    width: 45px !important;
    height: auto;
  }
  /* line 258, index.scss */
  .holdstart-wrapper .text.part {
    font-size: 13px;
    padding-top: 3px!important;
  }
  /* line 262, index.scss */
  .holdstart-wrapper .text.part p {
    margin-bottom: 0px;
  }
  /* line 266, index.scss */
  .holdstart-wrapper .row > div {
    padding: 2px 10px;
  }
  /* line 269, index.scss */
  .holdstart-wrapper .btn-wrapper .btn {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  /* line 278, index.scss */
  .kategori-wrapper {
    background-color: #fff;
    border: 1px solid #e7e7e7;
  }
}
/* line 283, index.scss */
.kategori-wrapper .row {
  margin: 0;
  padding: 0;
}
/* line 287, index.scss */
.kategori-wrapper .row > div.col-xs-12 {
  border-bottom: 1px solid #ddd;
  padding: 0px;
  background-color: #fff;
}
@media (max-width: 767px) {
  /* line 287, index.scss */
  .kategori-wrapper .row > div.col-xs-12 {
    border-bottom: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 296, index.scss */
  .kategori-wrapper .part-wrapper {
    text-align: center;
    background-color: #fff;
  }
}
/* line 301, index.scss */
.kategori-wrapper .part-wrapper img {
  max-width: 130px;
  max-height: 110px;
}
/* line 304, index.scss */
.kategori-wrapper .part-wrapper img:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  /* line 309, index.scss */
  .kategori-wrapper .part-wrapper .part.image {
    display: none;
  }
}
/* line 314, index.scss */
.kategori-wrapper .part-wrapper .part {
  float: left;
}
@media (max-width: 767px) {
  /* line 314, index.scss */
  .kategori-wrapper .part-wrapper .part {
    float: none;
  }
}
/* line 321, index.scss */
.kategori-wrapper .part-wrapper .part.text {
  float: left;
  padding: 10px 15px;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 321, index.scss */
  .kategori-wrapper .part-wrapper .part.text {
    background: rgba(255, 255, 255, 0.87);
    height: 110px;
  }
}
@media (min-width: 1200px) {
  /* line 321, index.scss */
  .kategori-wrapper .part-wrapper .part.text {
    width: 295px;
    padding-top: 18px;
  }
}
@media (max-width: 1199px) {
  /* line 321, index.scss */
  .kategori-wrapper .part-wrapper .part.text {
    width: 195px;
  }
}
@media (max-width: 991px) {
  /* line 321, index.scss */
  .kategori-wrapper .part-wrapper .part.text {
    width: 210px;
  }
}
@media (max-width: 767px) {
  /* line 321, index.scss */
  .kategori-wrapper .part-wrapper .part.text {
    width: 100%;
    float: none;
  }
}
/* line 345, index.scss */
.kategori-wrapper .part-wrapper .part.text h4 {
  font-weight: bold;
  margin: 5px 0;
}
/* line 349, index.scss */
.kategori-wrapper .part-wrapper .part.text p {
  font-size: 14px;
  margin-bottom: 0;
}
/* line 354, index.scss */
.kategori-wrapper .part-wrapper .part.button {
  background: #335599;
}
@media (max-width: 767px) {
  /* line 354, index.scss */
  .kategori-wrapper .part-wrapper .part.button {
    margin: 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
}
/* line 360, index.scss */
.kategori-wrapper .part-wrapper .part.button:hover {
  background: #3472b5;
}
/* line 364, index.scss */
.kategori-wrapper .part-wrapper .part.button a:hover {
  text-decoration: none;
}
/* line 369, index.scss */
.kategori-wrapper .part-wrapper .part.button a p {
  text-align: center;
  margin-bottom: 0;
  width: 130px;
  color: #fff;
  padding: 34px 12px 34px 12px;
}
@media (max-width: 767px) {
  /* line 369, index.scss */
  .kategori-wrapper .part-wrapper .part.button a p {
    padding: 10px 20px;
    width: 100%;
  }
}

/* line 391, index.scss */
.behov-wrapper {
  height: auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.87);
}
@media (min-width: 992px) {
  /* line 391, index.scss */
  .behov-wrapper {
    min-height: 332px;
  }
}
@media (max-width: 767px) {
  /* line 391, index.scss */
  .behov-wrapper {
    background: #fff;
    border: 1px solid #e7e7e7;
  }
}
/* line 403, index.scss */
.behov-wrapper h2 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 403, index.scss */
  .behov-wrapper h2 {
    font-size: 21px;
  }
}
@media (max-width: 479px) {
  /* line 403, index.scss */
  .behov-wrapper h2 {
    font-size: 19px;
  }
}
/* line 414, index.scss */
.behov-wrapper h4 {
  margin-top: 20px;
  font-weight: bold;
}

/* line 423, index.scss */
#main.home > .container > .row > div {
  margin-top: 30px!important;
}
@media (max-width: 767px) {
  /* line 423, index.scss */
  #main.home > .container > .row > div {
    margin-top: 15px!important;
  }
  /* line 427, index.scss */
  #main.home > .container > .row > div:last-child {
    margin-bottom: -15px;
  }
}

/* line 432, index.scss */
#main.home > .container > .row > div > div {
  box-shadow: 0px 2px 6px #666;
}
@media (max-width: 767px) {
  /* line 432, index.scss */
  #main.home > .container > .row > div > div {
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  /* line 440, index.scss */
  #main.home > .container > .row > div {
    max-width: 700px!important;
    padding: 0px 15px!important;
    display: block;
    margin: auto;
  }
}
/* line 2, holdstart.scss */
.holdstart, .tilmelding {
  margin-bottom: 30px;
}

/* line 7, holdstart.scss */
.black-form {
  padding: 20px;
  background: #273664;
}
/* line 13, holdstart.scss */
.black-form .form-group .control-label {
  color: #eee;
  text-shadow: 0 0 3px #000;
  margin-top: 8px;
}
/* line 18, holdstart.scss */
.black-form .form-group .form-control {
  background-color: #eee;
  border: 1px solid #ddd;
  margin-top: 5px;
  height: 43px;
  color: #777!important;
}
/* line 25, holdstart.scss */
.black-form .form-group textarea.form-control {
  height: auto;
  line-height: 1.6;
}
/* line 31, holdstart.scss */
.black-form .btn {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  background-color: #3472b5;
  border: 1px solid #3a7ad6;
}
/* line 37, holdstart.scss */
.black-form .btn:hover {
  background-color: #3a7ad6;
}

/* line 44, holdstart.scss */
.holdstart .holdstart-kategori {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  background-color: #e7e7e7;
  background-image: -webkit-linear-gradient(#e7e7e7, #dadada);
  background-image: -moz-linear-gradient(#e7e7e7, #dadada);
  background-image: -o-linear-gradient(#e7e7e7, #dadada);
  background-image: -ms-linear-gradient(#e7e7e7, #dadada);
  background-image: linear-gradient(#e7e7e7, #dadada);
  border: 1px solid #e3e3e3;
  border-bottom: 0;
}
/* line 51, holdstart.scss */
.holdstart .holdstart-kategori .icon-wrapper {
  float: left;
  padding: 8px 10px;
}
/* line 55, holdstart.scss */
.holdstart .holdstart-kategori .icon-wrapper img {
  width: 44px;
}
/* line 59, holdstart.scss */
.holdstart .holdstart-kategori .text-wrapper {
  float: left;
  padding-left: 10px;
}
@media (max-width: 479px) {
  /* line 63, holdstart.scss */
  .holdstart .holdstart-kategori .text-wrapper h3 {
    font-size: 18px;
  }
}
/* line 71, holdstart.scss */
.holdstart .datoer {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  padding-bottom: 0px;
  border: 1px solid #eee;
  border-top: none;
  margin-bottom: 20px;
  float: left;
}
/* line 81, holdstart.scss */
.holdstart .datoer p {
  padding: 5px 0 1px 0;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 6px;
}
/* line 88, holdstart.scss */
.holdstart .datoer p:last-child {
  border-bottom: 0;
  margin-bottom: 3px;
}
/* line 92, holdstart.scss */
.holdstart .datoer a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #335599;
  margin: 0;
  margin-bottom: 5px;
  margin-top: -5px;
  width: auto;
  padding: 7px 12px 6px 12px;
  float: right;
  font-size: 13px;
}
@media (max-width: 479px) {
  /* line 92, holdstart.scss */
  .holdstart .datoer a {
    margin-top: 4px !important;
  }
}
/* line 106, holdstart.scss */
.holdstart .datoer a:hover {
  background-color: #3472b5;
}

/* line 113, holdstart.scss */
.holdstart-info {
  margin-bottom: 10px;
}

/* line 116, holdstart.scss */
.se-kategorier {
  margin: 18px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* line 119, holdstart.scss */
.se-kategorier div.linkBox {
  padding: 18px 30px;
  border-top: 1px solid #ddd;
  background-color: #335599;
}
/* line 123, holdstart.scss */
.se-kategorier div.linkBox .glyphicon {
  padding-right: 10px;
}
/* line 127, holdstart.scss */
.se-kategorier div.linkBox:hover {
  background-color: #3472b5;
}
@media (max-width: 991px) {
  /* line 119, holdstart.scss */
  .se-kategorier div.linkBox {
    padding: 17px 19px;
  }
}
/* line 134, holdstart.scss */
.se-kategorier div.linkBox h4 {
  color: #f8f8f8;
  font-size: 18px;
}
@media (max-width: 991px) {
  /* line 134, holdstart.scss */
  .se-kategorier div.linkBox h4 {
    font-size: 15px;
  }
}

/* line 4, kategorier.scss */
#main.kategori-side .info .img-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
/* line 9, kategorier.scss */
#main.kategori-side .info .img-wrapper img {
  width: 100%;
  height: auto;
}
/* line 15, kategorier.scss */
#main.kategori-side .box {
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
}
@media (max-width: 479px) {
  /* line 15, kategorier.scss */
  #main.kategori-side .box {
    margin: 0;
    padding: 10px;
  }
}
/* line 25, kategorier.scss */
#main.kategori-side .box > h4 {
  margin-top: 0;
}
/* line 32, kategorier.scss */
#main.kategori-side .pris .table-responsive {
  border: 0!important;
}
/* line 35, kategorier.scss */
#main.kategori-side .pris .table {
  background: #fff!important;
}
@media (max-width: 479px) {
  /* line 35, kategorier.scss */
  #main.kategori-side .pris .table {
    font-size: 13px;
  }
  /* line 39, kategorier.scss */
  #main.kategori-side .pris .table tr td, #main.kategori-side .pris .table tr th {
    padding: 8px 5px!important;
    width: 80px!important;
  }
}
/* line 45, kategorier.scss */
#main.kategori-side .pris .table tr {
  border: 1px solid #ddd;
}
/* line 49, kategorier.scss */
#main.kategori-side .pris .table tr td, #main.kategori-side .pris .table tr th {
  padding: 11px;
}
/* line 52, kategorier.scss */
#main.kategori-side .pris .table tr td:nth-child(2), #main.kategori-side .pris .table tr td:nth-child(3), #main.kategori-side .pris .table tr th:nth-child(2), #main.kategori-side .pris .table tr th:nth-child(3) {
  text-align: right;
  width: 100px;
  padding-right: 16px;
}

/* line 63, kategorier.scss */
.panel-default {
  margin-top: 10px!important;
  background-color: #fff;
}
/* line 66, kategorier.scss */
.panel-default > .panel-heading {
  background-color: #e9e9e9;
  border: 0;
  padding: 0;
  color: #444;
  height: auto;
}
/* line 72, kategorier.scss */
.panel-default > .panel-heading:hover {
  color: #3472b5;
}
/* line 76, kategorier.scss */
.panel-default > .panel-heading > h4 a {
  padding: 15px 25px!important;
  display: block;
  width: 100%;
}
/* line 82, kategorier.scss */
.panel-default .panel-body {
  padding: 15px 25px;
}

/* line 2, kontakt.scss */
.kontakt .box {
  padding: 20px;
  padding-top: 25px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 0px;
}
@media (max-width: 479px) {
  /* line 2, kontakt.scss */
  .kontakt .box {
    margin: 0;
    padding: 10px;
    border-width: 1px;
  }
}
/* line 13, kontakt.scss */
.kontakt .box hr {
  margin: 18px 0;
}
/* line 16, kontakt.scss */
.kontakt .box h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ace;
  padding-bottom: 20px;
}
/* line 24, kontakt.scss */
.kontakt .box .social-icons a {
  padding: 7px;
  margin-right: 4px;
}
/* line 27, kontakt.scss */
.kontakt .box .social-icons a img {
  margin-right: 4px;
  margin-left: 4px;
}
/* line 35, kontakt.scss */
.kontakt .map {
  margin-top: 30px;
}

/* line 1, articles.scss */
#main.article {
  margin-top: -15px;
  padding-top: 0px;
  background-color: #eee!important;
  padding-bottom: 0;
}
/* line 8, articles.scss */
#main.article .container.article {
  padding: 30px !important;
  background-color: #fff;
}
@media (max-width: 479px) {
  /* line 8, articles.scss */
  #main.article .container.article {
    padding: 30px 20px!important;
  }
}
/* line 17, articles.scss */
#main.article .article-content div.block h2 {
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
/* line 23, articles.scss */
#main.article .article-content .link-row {
  border-bottom: 1px dashed #ddd;
  padding: 5px 0 10px 5px;
}
/* line 27, articles.scss */
#main.article .article-content img {
  float: left;
  margin: 0 20px 15px 0;
}
@media (min-width: 992px) {
  /* line 27, articles.scss */
  #main.article .article-content img {
    width: 50%;
    height: auto;
  }
}
/* line 36, articles.scss */
#main.article .article-content img.skolevogn {
  width: 55%;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  /* line 36, articles.scss */
  #main.article .article-content img.skolevogn {
    width: 100%;
  }
}
/* line 43, articles.scss */
#main.article .article-content div.left-float {
  line-height: 1.4;
  padding-top: 8px;
}
/* line 47, articles.scss */
#main.article .article-content .left-float {
  height: 50px;
  line-height: 50px;
}
@media (max-width: 479px) {
  /* line 47, articles.scss */
  #main.article .article-content .left-float {
    max-width: 200px;
    width: 100%;
    height: auto;
    float: none!important;
    display: block;
    margin: auto;
  }
  /* line 59, articles.scss */
  #main.article .article-content .left-float img {
    margin-bottom: 4px!important;
  }
}
/* line 64, articles.scss */
#main.article .article-content .left-float img, #main.article .article-content .left-float span {
  width: 180px;
  height: auto;
  float: left!important;
  margin: 5px 10px 10px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 991px) and (min-width: 480px) {
  /* line 64, articles.scss */
  #main.article .article-content .left-float img, #main.article .article-content .left-float span {
    width: 150px;
  }
}
/* line 87, articles.scss */
#main.article .article-content a.left-float {
  line-height: 1.4;
}
/* line 92, articles.scss */
#main.article .sidebar {
  background-color: #eee;
  padding: 15px;
  margin-top: 10px;
  border: 1px solid #eaeaea;
}
/* line 98, articles.scss */
#main.article .sidebar h4 {
  margin-top: 30px;
}
/* line 101, articles.scss */
#main.article .sidebar a {
  padding: 10px 10px 10px 0;
  margin: 5 0;
  margin-bottom: -10px;
}
/* line 105, articles.scss */
#main.article .sidebar a img {
  width: 35px;
  padding-right: 8px;
  padding-bottom: 5px;
}
