body{
  padding: 0px!important;
  margin: 0px!important;
}

#solstudie .preloader {
  max-width: 100%;
}

#solstudie .sun-study-app{
  background-color: #437A93;
}

#solstudie .preloader{
  width: 100%!important;
} 

#solstudie .preloader .text,
#solstudie .preloader .percent {
  width: 100%;
  text-align: center; 
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color:#fff;
}
#solstudie .preloader .text.percent,
#solstudie .preloader .percent.percent {
  font-size: 16px;
}
#solstudie .preloader .innecontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#solstudie .preloader .innecontent .c {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: -30px;
}
#solstudie .preloader #loader {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #fff;
  margin-bottom: 15px;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}
#solstudie .preloader #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#solstudie .preloader #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

body {
  margin: 0;
  padding: 0 10px;
}

.sun-study-app {
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-family: 'murecho', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
.sun-study-app h3 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  font-family: 'murecho', sans-serif !important;
}
.sun-study-app div.menu {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #437A93;
  box-sizing: border-box;
}
.sun-study-app div.menu a.logo {
  content: " ";
  width: 120px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 9999999999;
  background-repeat: no-repeat;
}
.sun-study-app div.menu ul.change-view {
  width: 94%;
  position: relative;
  z-index: 0;
  display: inline-block;
  background: #437A93;
  padding: 5px 7px;
  text-align: left;
  list-style: none;
  padding-bottom: 1px;
  line-height: 22px;
  margin: 0px;
}
.sun-study-app div.menu ul.change-view * {
  font-family: 'murecho', sans-serif !important;
  color: #fff !important;
}
.sun-study-app div.menu ul.change-view li {
  float: left;
  padding: 10px 15px;
  margin-right: 5px;
  margin-left: 0;
  text-transform: capitalize;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none !important;
  box-shadow: none !important;
  font-family: 'murecho', sans-serif;
}
.sun-study-app div.menu ul.change-view li.active,
.sun-study-app div.menu ul.change-view li:hover {
  color: #437A93 !important;
  text-decoration: underline;
  background: #E0EAEF;
  box-shadow: none !important;
}
.sun-study-app div.menu ul.change-view li.active::before,
.sun-study-app div.menu ul.change-view li:hover::before {
  display: none;
  background-image: url("../images/veidekke/change_view_hover.png") !important;
}
.sun-study-app div.time-line {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  width: 65%;
  padding: 0px;
  color: #fff;
  bottom: 23px;
  z-index: 40;
  right: 15px;
}
@media (max-width: 767px) {
  .sun-study-app div.time-line {
    width: calc(100% - 20px);
        bottom: 90px;
        right: 10px;
        left: 10px;
  }
}
.sun-study-app div.time-line div.time-line-dragger {
  position: absolute;
  left: 0px;
  top: -11px !important;
  width: 35px;
  height: 42px;
  cursor: move;
  z-index: 3;
}
.sun-study-app div.time-line div.time-line-dragger span {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 10px;
  line-height: 40px;
  display: none;
}
.sun-study-app div.time-line div.time-line-dragger:after {
  background-color: #f0d241;
  width: 35px;
  height: 4px;
  content: " ";
  display: inline-block;
  position: relative;
  top: 18px;
}
.sun-study-app div.time-line div.time-line-decs {
  float: left;
  width: 50px;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  position: relative;
}
@media (max-width: 450px) {
  .sun-study-app div.time-line div.time-line-decs {
    width: 0;
  }
}
.sun-study-app div.time-line div.time-line-decs span {
  position: absolute;
  top: 5px;
}
@media (max-width: 430px) {
  .sun-study-app div.time-line div.time-line-decs span {
    position: relative;
  }
}
.sun-study-app div.time-line div.time-line-decs:before {
  width: 30px;
  height: 21px;
  content: " ";
  position: relative;
  display: inline-block;
  background-image: url("../images/sun_white.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 2px;
}
@media (max-width: 430px) {
  .sun-study-app div.time-line div.time-line-decs:before {
    display: none;
  }
}
.sun-study-app div.time-line div.time-line-inner {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin-top: 5px;
}
.sun-study-app div.time-line div.time-line-inner:after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 22px;
  position: absolute;
  z-index: 0;
}
.sun-study-app div.time-line div.time-line-inner > span {
  box-sizing: border-box;
  color: #fff;
  width: 35px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}
.sun-study-app div.time-line div.time-line-inner > span.active {
  color: #E0EAEF;
}
@media (max-width: 450px) {
  .sun-study-app div.time-line div.time-line-inner > span {
    font-size: 10px;
  }
}
.sun-study-app div.views {
  position: relative;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  color: black;
}
.sun-study-app div.views div.view div.images {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.sun-study-app div.views div.view div.images div.image-container {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.sun-study-app div.views div.view div.images div.image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1;
}
.sun-study-app
  div.views
  div.view
  div.images
  div.image-container
  img:first-child {
  position: relative;
}
.sun-study-app div.views div.view div.images div.image-container img.hide {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  display: inline !important;
}
.sun-study-app div.views div.view div.change-date {
  width: 35%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  float: left;
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .sun-study-app div.views div.view div.change-date {
    width: 100%;
    padding-top: 70px;
    height: 144px;
    padding-bottom: 90px;
    padding-left: 10px;
  }
}
.sun-study-app div.views div.view div.change-date ul.change-date-ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding: 0px;
  text-align: left;
  margin: 0px;
}
@media (max-width: 767px) {
  .sun-study-app div.views div.view div.change-date ul.change-date-ul {
    top: -6px;
    position: relative;
  }
}
.sun-study-app div.views div.view div.change-date ul.change-date-ul li {
  display: inline-block;
  margin: 0px;
  padding: 5px 0px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding-right: 35px;
  margin-right: 15px;
  font-size: 16px;
  cursor: pointer;
  font-family: 'murecho', sans-serif !important;
}
.sun-study-app div.views div.view div.change-date ul.change-date-ul li:before {
  content: " ";
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/checkbox2.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  float: left;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  top: 8px;
}
.sun-study-app div.views div.view div.change-date ul.change-date-ul li.active,
.sun-study-app div.views div.view div.change-date ul.change-date-ul li:hover {
  color: #fff;
}
.sun-study-app
  div.views
  div.view
  div.change-date
  ul.change-date-ul
  li.active:before {
  background-position: 0px -20px;
}

/*# sourceMappingURL=karlavagnen.css.map */
