@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
a,
a:focus,
a:hover {
  color: #169e74;
}
strong {
  font-weight: 700;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  background-color: #efefef;
  font-weight: 300;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
p {
  line-height: 30px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
  color: black;
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px !important;
  }
}
h2 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
.action-btn {
  padding: 20px 10px;
  position: fixed;
  bottom: 40px;
  right: -40px;
  color: white;
  background-color: #e27300;
  z-index: 999;
  width: 230px;
  text-align: center;
  line-height: 30px;
  transition: all 0.3s;
}
.action-btn .action-container {
  width: 170px;
  display: block;
}
.action-btn .action-container :first-child {
  font-size: 24px;
  display: block;
}
.action-btn .action-container :nth-child(2) {
  font-size: 44px;
  display: block;
}
.action-btn .action-container :last-child {
  font-size: 13px;
  display: block;
  line-height: 15px;
  margin-top: 14px;
}
.action-btn::before {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 24px;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
.action-btn:hover,
.action-btn:active,
.action-btn:focus {
  color: white;
  right: 0;
  background-color: #fa8308;
  text-decoration: none;
}
.action-btn:hover::before,
.action-btn:active::before,
.action-btn:focus::before {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .action-btn {
    padding: 20px 10px;
    color: white;
    background-color: #e27300;
    display: block;
    z-index: 999;
    width: 100%;
    text-align: center;
    line-height: 30px;
    position: initial;
  }
  .action-btn .action-container {
    width: auto;
    display: block;
  }
}
.control-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.form-group {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 0px;
  }
}
.form-group .checkbox {
  margin-top: 0px;
}
.form-control {
  border-radius: 3px;
  border-color: #d6d6d6;
  -webkit-appearance: none;
}
.input-group-addon {
  border-radius: 3px;
  border-color: #d6d6d6;
}
.cta,
.formsubmitsend,
.formsubmitremove {
  background: #169e74;
  color: white !important;
  padding: 18px 35px;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 1px;
  border: 2px solid #169e74;
  margin-top: 15px;
}
.cta:hover,
.formsubmitsend:hover,
.formsubmitremove:hover,
.cta:focus,
.formsubmitsend:focus,
.formsubmitremove:focus,
.cta:active,
.formsubmitsend:active,
.formsubmitremove:active {
  color: white;
  background: #169e74 !important;
  border: 2px solid #169e74 !important;
}
.ghost,
.formsubmitremove {
  background: white;
  color: #169e74 !important;
  margin-left: 10px;
}
.ghost:hover,
.formsubmitremove:hover,
.ghost:focus,
.formsubmitremove:focus,
.ghost:active,
.formsubmitremove:active {
  color: #b18f32;
  background: white !important;
  border: 2px solid #169e74 !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1440px;
    max-width: 100%;
  }
}
.banner {
  margin: 0 -75px;
  margin-top: -75px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner {
    margin: 0 -15px;
    margin-top: -75px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner {
    margin: 0 -25px;
    margin-top: -75px;
  }
}
.banner .big {
  width: 400px;
  max-width: 100%;
  margin-bottom: 75px;
}
.banner h1 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 25px;
  margin: 0;
  font-size: 26px;
  left: 75px;
}
@media (max-width: 767px) {
  .banner h1 {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.banner .image img {
  width: 100%;
  height: auto;
}
.banner .content {
  color: white;
}
.banner .content .heading {
  margin-bottom: 50px;
}
.banner .content .heading h1 {
  margin: 0;
  font-size: 94px;
  display: inline-block;
}
.banner .content .heading h2 {
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 37px;
}
.banner .content .logo img {
  height: 75px;
  margin-right: 25px;
}
.banner .content .logo img:last-child {
  height: 40px;
  margin: 0;
}
.banner-small {
  margin: 0 -75px;
  margin-top: -75px;
  margin-bottom: 75px;
}
@media (max-width: 1200px) {
  .banner-small {
    margin: 0px;
    margin-top: -75px;
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .banner-small {
    display: none;
  }
}
.banner-small img {
  width: 100%;
  height: auto;
}
.navbar-default {
  background-color: white;
  border: 0;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .navbar-default {
    margin-bottom: 50px;
    border-bottom: 10px solid #efefef;
  }
}
.navbar-default .container {
  background: white;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .navbar-default .container {
    width: 100%;
    padding: 0 25px;
  }
}
.navbar-default .navbar-toggle {
  border: 0;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 17px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: black;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li {
    padding: 35px 15px;
  }
  .navbar-default .navbar-nav > li:first-child {
    padding-left: 0px;
  }
  .navbar-default .navbar-nav > li:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li {
    padding: inherit;
  }
  .navbar-default .navbar-nav > li a {
    padding: 10px 15px;
  }
}
.navbar-default .navbar-nav > li a {
  color: black;
  font-size: 15px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li a {
    padding: 0;
  }
}
.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > li a:focus,
.navbar-default .navbar-nav > li a:active {
  color: #169e74;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li a:hover:after,
  .navbar-default .navbar-nav > li a:focus:after,
  .navbar-default .navbar-nav > li a:active:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-default .navbar-right {
    float: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-default .navbar-right > li {
    padding: 35px 10px;
  }
}
@media (min-width: 895px) {
  .navbar-default .navbar-right > li:last-child {
    padding: 20px 0;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-right > li:last-child {
    float: right;
    margin-right: 0px;
  }
}
@media (min-width: 895px) {
  .navbar-default .navbar-right > li:last-child > a {
    background-color: #169e74;
    color: white;
    padding: 15px 35px;
    border-radius: 3px;
    font-weight: 500;
  }
  .navbar-default .navbar-right > li:last-child > a:hover,
  .navbar-default .navbar-right > li:last-child > a:focus,
  .navbar-default .navbar-right > li:last-child > a:active {
    background-color: #169e74;
  }
  .navbar-default .navbar-right > li:last-child > a:hover:after,
  .navbar-default .navbar-right > li:last-child > a:focus:after,
  .navbar-default .navbar-right > li:last-child > a:active:after {
    display: none;
  }
}
@media (min-width: 895px) {
  .navbar-default .navbar-right > li:nth-last-child(2) {
    padding-right: 30px;
  }
}
.navbar-frontpage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.navbar-brand,
.navbar-nav li a {
  height: auto;
  padding: 17px 15px;
  padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-brand,
  .navbar-nav li a {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-brand,
  .navbar-nav li a {
    padding: 17px 15px;
  }
}
.navbar-brand img,
.navbar-nav li a img {
  height: 55px;
}
@media (max-width: 767px) {
  .navbar-brand img,
  .navbar-nav li a img {
    height: 37px;
  }
}
.page {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .page {
    margin-bottom: 50px;
  }
}
.page a {
  color: #169e74;
}
.page .header {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .page .header {
    margin-bottom: 50px;
  }
}
.page .header h1 {
  font-size: 26px;
  margin-top: 0;
}
.page .header p {
  margin: 0;
}
.page .header p:last-child {
  margin: 0;
}
.page h2 {
  margin: 0;
  margin-bottom: 10px;
}
.page .text {
  margin-bottom: 75px;
}
.page .text:last-child {
  margin: 0;
}
.page .text p {
  margin-bottom: 5px;
}
.page .text p:last-child {
  margin: 0;
}
.page .text ul {
  padding-left: 20px;
  margin-top: 15px;
}
.page .table {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .page .table {
    margin-bottom: 50px;
  }
}
.page .table:last-child {
  margin: 0;
}
.page .table h2 {
  margin: 0;
}
.page .table thead tr th {
  border: 0px;
  padding-left: 0px;
  padding-bottom: 25px;
}
.page .table tbody tr td {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page .table tbody tr td:first-child {
  font-weight: 400;
}
.page .contact h2 {
  margin-bottom: 25px;
}
.page .contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page .contact ul li {
  border-top: 1px solid #dddddd;
  padding: 10px 0;
}
.page .contact ul li:last-child {
  padding-bottom: 0px;
}
.page .hotels {
  margin-bottom: 75px;
}
.page .hotels h2 {
  margin-bottom: 25px;
}
.page .hotels .image {
  margin-bottom: 50px;
}
.page .hotels .image img {
  width: 100%;
  border-radius: 2px;
}
.page .hotels .text h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.page .hotels .text ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
  margin-bottom: 25px;
}
.page .hotels .text ul li {
  font-weight: 400;
  padding-bottom: 5px;
}
.page .hotels .text ul li:last-child {
  padding: 0;
}
.page .speakers {
  margin-bottom: 50px;
}
.page .speakers:last-child {
  margin: 0px;
}
.page .speakers .image img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.page .speakers .col-sm-3 {
  align-self: flex-start;
}
@media (max-width: 767px) {
  .page .speakers .col-sm-3 {
    margin-bottom: 15px;
  }
}
.page .speakers p {
  margin: 0;
}
.page .speakers .row {
  margin-bottom: 50px;
}
.page .speakers .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .page .speakers .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center;
  				justify-content: center; */
  
  }
}
.page .sponsor {
  margin-bottom: 75px;
}
.page .sponsor:last-child {
  margin: 0;
}
.page .sponsor h2 {
  margin-bottom: 25px;
}
.page .sponsor img {
  height: 60px;
  width: auto;
  margin-right: 25px;
}
.page .register .step {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3dfd3;
  padding-bottom: 25px;
}
.page .register span.number {
  border: 1px solid;
  height: 40px;
  width: 40px;
  display: inline-flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-right: 15px;
}
.page .register span.head {
  font-weight: 500;
  font-size: 19px;
}
.page .register table {
  margin-left: 1px;
  margin-bottom: 50px;
}
.page .register table tbody tr {
  border-bottom: 1px solid #d3dfd3;
}
.page .register table tbody tr:last-child {
  border-bottom: 0px !important;
}
.page .register table tbody tr td {
  vertical-align: top;
  padding-bottom: 25px;
  padding-top: 25px;
}
.page .register table tbody tr td:first-child {
  width: 65px;
}
.page .register table tbody tr td strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.page .register table tbody tr td p {
  margin: 0;
}
.page .register table tbody tr td select {
  width: 40px;
}
.page .register table tbody tr .price {
  width: 175px;
  text-align: right;
  font-weight: 400;
}
.register-box .swAfsnit {
  text-align: center;
  padding-top: 75px;
  margin: 0 75px;
  border-top: 2px solid #dddddd;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .register-box .swAfsnit {
    padding: 50px 0;
    padding-bottom: 0px;
    margin: 0 15px;
  }
}
.register-box .swAfsnit .cta {
  margin-top: 0;
}
@media (max-width: 767px) {
  .register-box .swAfsnit .cta {
    display: block;
  }
  .register-box .swAfsnit .cta:last-child {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.container {
  background-color: white;
  padding: 0 75px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.swContainer.container {
  padding: 0px;
}
.page-size {
  padding: 0px !important;
}
.fancybox-placeholder {
  display: block !important;
}
.image-line {
  margin: 0 -75px;
  margin-top: -75px;
}
@media (max-width: 767px) {
  .image-line {
    display: none;
  }
}
@media (max-width: 1200px) {
  .image-line {
    margin: 0px;
    margin-top: -75px;
  }
}
.image-line .col-sm-3 {
  overflow: hidden;
  margin-bottom: 75px;
}
.image-line .col-sm-3 img {
  width: 100%;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block !important;
}
.image-line .col-sm-3:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image-line [class*='col-'] {
  padding: 0px;
}
.fancybox-overlay .fancybox-skin {
  padding: 0px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.sponsors {
  text-align: center;
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 2px solid #d3dfd3;
}
.sponsors img {
  height: 60px;
  width: auto;
  margin-right: 25px;
}
.sponsors img:last-child {
  margin: 0;
}
.sponsors h2 {
  margin-top: 0;
  margin-bottom: 50px;
}
.sponsors h2:after {
  content: "";
  display: block;
  margin: 25px auto;
  width: 25px;
  height: 3px;
  background-color: #d3dfd3;
}
.intro {
  margin: 75px 0;
}
@media (max-width: 767px) {
  .intro {
    margin: 50px 0;
  }
}
.intro h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.intro .intro-head {
  font-weight: 400;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 767px) {
  .intro .intro-head {
    margin-bottom: 10px;
  }
}
.front-person {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .front-person {
    margin-bottom: 50px;
  }
}
.front-person img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.front-person h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .front-person .col-sm-4 {
    margin-bottom: 50px;
  }
  .front-person .col-sm-4:last-child {
    margin: 0;
  }
}
.reveal:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.information .swAfsnit {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .information .swAfsnit {
    margin-bottom: 50px;
  }
}
.information .reveal:last-child .swAfsnit {
  margin-bottom: 0px;
}
.formsubmitsend {
  float: left;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .formsubmitsend {
    margin: 0;
  }
}
.formField_no-mb .form-group {
  margin-bottom: 0px;
}
.formField_no-mb label {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .formField_no-mb.col-sm-12 {
    padding: 0px;
    margin-top: 25px;
    display: block;
  }
}
@media (max-width: 767px) {
  .condition-friend-ja.col-sm-6 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  form {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  form .condition-start-friend .checkbox {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  form .col-sm-12 {
    padding: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  form .formsubmitsend {
    margin-top: 25px;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  form .formsubmitremove {
    width: 100%;
    margin-left: 0px;
  }
}
tbody.formloginTable td {
  padding: 10px;
}
.removetopimage {
  display: none;
}
.footer-information {
  text-align: center;
  padding: 75px 0;
  padding-top: 35px;
  margin: 0 75px;
  list-style-type: none;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .footer-information {
    padding: 50px 0;
    margin: 0 15px;
  }
}
.footer-information li {
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .footer-information li {
    display: block;
    margin: 0;
    padding-bottom: 5px;
  }
  .footer-information li:last-child {
    padding: 0;
  }
}
.footer-information li:last-child {
  margin: 0;
}
.footer-information li a {
  color: #169e74;
}
.footer-information li a:hover,
.footer-information li a:focus {
  color: #169e74;
}
/* rettelser plb */

.paragraph-bodytext.protectedBody {
  padding-bottom: 30px;
}
h2.form-header,
.headerText,
.headerRemoveText {
  margin-left: 15px;
  margin-right: 15px;
}
.headerText,
.headerRemoveText {
  padding-bottom: 30px;
}
i.fa.fa-linkedin {
  background-image: url(/cgi-files/external/In-2C-21px-R.png);
  display: block;
  width: 21px;
  height: 21px;
}
.fa-linkedin:before {
  content: "";
}
tbody.formloginTable h2 {
  padding: 0px;
  margin: 0px;
}
tbody.formloginTable table * {
  padding: 0px;
  margin: 0px;
}
.fixed-table-body .card-view .title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
  width: 43%;
  overflow: hidden;
  word-wrap: normal;
  vertical-align: middle;
  margin-right: 10px;
}
.swAfsnit .element.paragraph.right {
  padding-bottom: 15px;
}
.formEdit .removeonedit {
  display: none;
}
.help-block.form-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  /* margin-bottom: 20px; */
  border: 1px solid transparent;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  /* display: block; */
  /* width: 100%; */
  /* padding-right: 0px; */
  width: 98%;
}
.footerText {
  margin-left: 15px;
}
.nomb75.header {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .speakers .col-md-2 {
    width: 13%;
  }
  .speakers .col-md-10 {
    width: 87%;
  }
}
.card-view {
  font-size: 12px;
}
/* overstyring på glemt kodeord siden */

.overstyring .banner-small {
  margin-left: -60px;
  margin-right: -60px;
}
/* SW Less compiler 1.1a */