@charset "UTF-8";
.clear {
  clear: both;
  height: 0; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 0%; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* COLORS */
.button {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  cursor: pointer;
  width: auto;
  position: relative;
  background: #cc2a30;
  padding: 0.5em 1.5em;
  color: #fff;
  border: 0;
  font: normal 0.875em/1.5em "news-gothic-std",sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  z-index: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button:before {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a60f15;
  transform: scaleX(0);
  transform-origin: 0 100%;
  transition: transform .3s ease-out; }

.button:hover:before {
  transform: scaleY(1); }

/* END Button */
h1 {
  font-family: "news-gothic-std",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #4d4f53;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  word-break: hyphenate; }

h1.imageslide {
  color: #fff;
  font-size: 1.5em; }

h2 {
  font-family: "news-gothic-std",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #4d4f53;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  word-break: hyphenate; }

h3 {
  font-family: "news-gothic-std",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #4d4f53;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  word-break: hyphenate; }

h4 {
  font: normal 1em "news-gothic-std",sans-serif;
  font-weight: 700;
  color: #4d4f53;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  word-break: hyphenate; }

p {
  font: normal 1em/1.6em "news-gothic-std",sans-serif;
  font-weight: 400;
  color: #6c6f70;
  padding: 0 0 10px 0; }

p.ingress {
  font: normal 1.125em/1.6em "news-gothic-std",sans-serif;
  font-weight: 600;
  color: #6c6f70;
  padding: 0 0 0px 0; }

p:last-of-type {
  margin-bottom: 2em; }

input,
label,
textarea {
  font: normal 1em/1.4em "news-gothic-std",sans-serif;
  font-weight: 400;
  color: #4d4f53;
  padding: 0 0 10px 0; }

hr {
  margin: 1em 0 2em; }

fieldset ul li  {
  font: normal 1em/1.4em "news-gothic-std",sans-serif; }

ul li {
  font: normal 1em/1.6em "news-gothic-std",sans-serif;
  font-weight: 400;
  color: #6c6f70;
  padding: 0 0 10px 0;
  list-style-position: inside; }
  ul li:nth-last-of-type {
    margin-bottom: 1em; }

address {
  font: normal 1em/1.4em "news-gothic-std",sans-serif;
  font-weight: 400;
  color: #4d4f53; }

p.ingress {
  font: normal 1em/1.6em "news-gothic-std",sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0; }

a {
  color: #cc2a30;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none; }

input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d6dcde; }

.no-mobile-menu {
  display: none; }

.no-mobile {
  display: none; }

/* OVERLAY MENU */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #1f3441;
  background-color: rgba(31, 52, 65, 0.98);
  overflow-x: hidden;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  top: 5em;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  margin-left: 2em; }

a.closebtn {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none; }

.overlay .menu-level {
  margin-bottom: 1em;
  width: 100%; }
  .overlay .menu-level li {
    margin-bottom: 0; }

.overlay .menu-level a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.5em;
  font-family: "news-gothic-std",sans-serif;
  color: #fff;
  display: block;
  transition: 0.3s;
  line-height: 1em; }

.overlay .menu-level .menu-sublevel a {
  padding: 8px;
  margin-left: 0em;
  text-decoration: none;
  font-size: 1em;
  font-family: "news-gothic-std",sans-serif;
  color: #fff;
  display: block;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

.overlay a {
  font-size: 20px; }

.overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px; }

/* END OVERLAY MENU */
header {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 80px;
  z-index: 7;
  top: 0; }
  header .logo-menu-wrapper {
    width: 100%;
    padding: 0% 1em;
    box-sizing: border-box;
    height: 79px; }
    header .logo-menu-wrapper .logo {
      height: 40px;
      float: left;
      margin: 1.25em 0 1.25em 0em; }
    header .logo-menu-wrapper .headicon {
      float: right;
      width: 1.7em;
      margin: 1em 0 0 1em; }
    header .logo-menu-wrapper .language-button {
      display: none; }
    header .logo-menu-wrapper #trigger {
      border-left: none;
      width: 1.65em;
      padding: 0 0 0 3%; }

/* FOOTER */
.footer-contact {
  width: 100%;
  background: #1f3441;
  text-align: center;
  padding: 4em 1em;
  box-sizing: border-box; }
  .footer-contact h2, .footer-contact p {
    color: #fff; }

footer#footer {
  position: relative;
  margin: auto;
  z-index: 0;
  width: 100%;
  background: #fff;
  padding-bottom: 6em; }
  footer#footer .footer-wrapper {
    display: block;
    overflow: hidden;
    background: #fff;
    min-height: 250px; }
  footer#footer .footer-info {
    padding: 0em 1em 0 1em;
    background: #fff;
    bottom: 0em;
    display: block; }
    footer#footer .footer-info h3 {
      text-transform: uppercase;
      margin-bottom: 1em; }

/* STARTPAGE */
.hsContainer {
  display: table;
  table-layout: fixed;
  width: 90%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  padding: 24% 5%; }

.hsContent {
  max-width: 100%;
  margin: 0 auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  color: #ebebeb;
  text-align: center; }

.articleContent {
  max-width: 90%;
  margin: 0 auto 0 auto;
  display: table-cell;
  color: #ebebeb;
  text-align: center; }

.bcg, .subpage {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 120%;
  -moz-background-size: 120%;
  -o-background-size: 120%;
  background-size: 120%; }

.language-wrapper {
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background: #6c6f70;
  display: none; }
  .language-wrapper img {
    width: 2em;
    margin: 0 1em; }

video#bgvid {
  display: none; }

#slide-1 .bcg {
  background: #fff url(../img/bg-movie.jpg);
  background-position: fixed;
  background-size: 100%;
  height: 225px;
  overflow: hidden; }

h1.imageslide {
  font: normal 600 1.5em/1.4em "news-gothic-std",sans-serif;
  text-shadow: 1px 1px 15px #333; }

.scrollHint {
  display: none; }

.content-container {
  background: #fff; }

.service-spot-wrapper {
  padding: 2em 0; }

a.service-spot {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1em 2em;
  text-align: left; }
  a.service-spot img {
    display: block;
    box-sizing: border-box;
    width: 22.5%;
    float: left;
    padding: 0 1.5em 0 0; }
  a.service-spot .service-spot-text {
    display: block;
    width: 77.5%;
    float: left; }

.startpage-info {
  box-sizing: border-box;
  width: 100%;
  padding: 2em 1em;
  background: #ccc url(../img/bg-body.jpg);
  text-align: center; }
  .startpage-info img {
    display: block;
    width: 100%;
    margin: 0 auto 2em auto; }

.news-wrapper {
  width: 100%;
  display: block; }
  .news-wrapper .news-container {
    width: 100%;
    position: relative;
    float: left;
    border: 0;
    border-width: 0; }
    .news-wrapper .news-container .news-content {
      position: absolute;
      display: block;
      bottom: 0em;
      left: 0;
      padding: 5% 5% 20% 5%; }
      .news-wrapper .news-container .news-content h2 {
        font-size: 1.5em;
        color: #fff; }
      .news-wrapper .news-container .news-content p {
        font-size: 1em;
        color: #fff;
        margin-bottom: 1.5em; }
  .news-wrapper .news-container.one {
    background: url(../img/bg-news1-1.jpg) no-repeat;
    background-size: cover;
    display: block;
    background-position: 50% 50%; }
  .news-wrapper .news-container.two {
    background: url(../img/bg-news2-1.jpg) no-repeat;
    background-size: cover;
    display: block;
    background-position: 50% 50%; }
  .news-wrapper .news-container:before {
    content: "";
    display: block;
    padding-top: 100%; }

.address, .info, .share {
  padding-top: 2em; }

/* SERVICEPAGE-OVERVIEW */
#slide-1-subpage .subpage,
#slide-1 .subpage {
  background: url(../img/top-img-2.jpg);
  background-position: top center;
  background-size: 100%;
  height: 225px;
  overflow: hidden; }

#slide-1-subpage .top-img-two {
  background: url(../img/top-img-3.jpg);
  background-position: top center;
  background-size: 100%;
  height: 225px;
  overflow: hidden; }

#slide-1-subpage .top-img-two.case-img {
  background: url(../img/top-img-4.jpg);
  background-size: 100%;
  height: 225px; }

.secondsection {
  border-box: box-sizing;
  padding: 2em 0em 0 0; }
  .secondsection .subpage-info {
    padding: 0 1em; }
    .secondsection .subpage-info a.button {
      margin-top: 2em; }
  .secondsection .subpage-spot {
    margin-top: 2em;
    margin-bottom: 2em; }
    .secondsection .subpage-spot img {
      width: 100%;
      margin-bottom: 1em; }
    .secondsection .subpage-spot .subpage-spot-text {
      padding: 0 1em; }
    .secondsection .subpage-spot p {
      font-size: 0.875em; }
    .secondsection .subpage-spot a {
      font-weight: bold; }

.subpage-servicespot-container {
  width: 100%;
  display: block;
  margin-top: 4em; }
  .subpage-servicespot-container .subpage-servicespot {
    width: 100%;
    position: relative;
    float: left;
    border: 0;
    border-width: 0;
    min-height: 240px; }
    .subpage-servicespot-container .subpage-servicespot .servicespot-info {
      position: absolute;
      display: block;
      width: 80%;
      height: 60%;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      .subpage-servicespot-container .subpage-servicespot .servicespot-info h2 {
        font-size: 1.5em;
        color: #fff; }
      .subpage-servicespot-container .subpage-servicespot .servicespot-info p {
        font-size: 1em;
        color: #fff;
        margin-bottom: 1em; }
  .subpage-servicespot-container .subpage-servicespot.one {
    background: url(../img/bg-news1-1.jpg) no-repeat;
    background-size: cover;
    display: block;
    background-position: 50% 50%; }
  .subpage-servicespot-container .subpage-servicespot.two {
    background: url(../img/bg-news2-1.jpg) no-repeat;
    background-size: cover;
    display: block;
    background-position: 50% 50%; }
  .subpage-servicespot-container .subpage-servicespot:before {
    content: "";
    display: block;
    padding-top: 56.25%; }

/* SERVICEPAGE */
#slide-1-subpage .subpage.service {
  background: url(../img/top-img-1.jpg);
  background-position: top center;
  background-size: 100%;
  height: 225px;
  overflow: hidden; }

/* CONTACTPAGE */
#map_canvas {
  width: 100%;
  height: 250px;
  position: fixed;
  top: 0;
  z-index: -1; }

.contactform-container {
  box-sizing: border-box;
  width: 100%;
  padding: 2em 5%; }

fieldset ul {
  width: 100%;
  display: block;
  -webkit-padding-start: 0;
  -moz-padding-start: 0; }
  fieldset ul li {
    list-style: none;
    margin-bottom: 1em;
    width: 100%; }
    fieldset ul li label {
      width: 100%;
      display: block; }
    fieldset ul li input[type="text"], fieldset ul li textarea {
      display: block;
      width: 100%;
      padding: 0.8em 3% 0.8em 4.2em;
      -webkit-appearance: none;
      border: 1px solid #d6dcde;
      border-radius: 0;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box; }
    fieldset ul li textarea {
      height: 15em; }

fieldset input[name="name"] {
  background: url(../img/form-icon-person.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset input[name="company"] {
  background: url(../img/form-icon-company.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset input[name="phone"] {
  background: url(../img/form-icon-phone.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset input[name="mail"] {
  background: url(../img/form-icon-epost.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset textarea[name="message"] {
  background: url(../img/form-icon-message.png) no-repeat;
  background-position: top left;
  background-size: 3.5em; }

fieldset input.formbutton {
  width: 100%;
  padding: .5em 0 .55em 0; }

form div.wpcf7-validation-errors {
  display: none; }

.adress {
  background-color: #47687c;
  background-color: rgba(55, 91, 113, 0.92);
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  margin-top: 2em; }
  .adress h2, .adress p, .adress a {
    color: #fff; }
  .adress p, .adress a {
    font-size: 1em;
    line-height: 1.5em; }
  .adress p:last-of-type {
    margin-bottom: 0; }

.contactperson-wrapper {
  width: 100%;
  box-sizing: border-box;
  background: #ccc url(../img/bg-body.jpg); }
  .contactperson-wrapper .person-container {
    position: relative;
    width: 100%;
    background-color: #375b71; }
  .contactperson-wrapper .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden; }
  .contactperson-wrapper .middle {
    width: 300px;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left; }
  .contactperson-wrapper .person-container:hover .image {
    opacity: 0.3; }
  .contactperson-wrapper .person-container:hover .middle {
    opacity: 1; }
  .contactperson-wrapper .text h2, .contactperson-wrapper .text p, .contactperson-wrapper .text a {
    color: white; }

/* TOOL OVERVIEW */
.tool-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  margin-top: 4em; }

.tool-container {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  margin-bottom: 1em; }
  .tool-container:nth-of-type(2n+2) {
    margin-right: 0; }
  .tool-container img {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
    border: 1px solid #d6dcde; }
  .tool-container h2 {
    font-size: 1em;
    text-align: center;
    padding-top: 0.5em; }

.subpage-info-wrapper {
  display: block; }

/* TOOL */
.no-head {
  margin-top: 4em; }

.tool-img-wrapper {
  box-sizing: border-box;
  width: 100%;
  padding: 0 1em;
  display: block; }

.tool-info-wrapper {
  width: 100%; }
  .tool-info-wrapper .tool-info-text {
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    display: block; }

.document-container {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  background: url(../img/bg-document.jpg) repeat; }
  .document-container li {
    list-style: none; }
    .document-container li p {
      display: inline-block;
      vertical-align: top;
      margin-top: 0.4em;
      color: #cc2a30; }
  .document-container img {
    width: 2em;
    margin-right: 1em; }

/* LEGOTILLVERKNING */
#slide-1-subpage .subpage.lego {
  background: url(../img/top-img-lego.jpg);
  background-size: cover; }

.lego-spot-wrapper {
  box-sizing: border-box;
  width: 100%;
  margin: 2em 0;
  padding: 0 1em; }

.lego-spot {
  width: 100%;
  margin-bottom: 2em;
  display: block; }
  .lego-spot img {
    display: block;
    width: 100%;
    margin-bottom: 1em; }

.subpage-servicespot.tradgnist {
  background: url(../img/spot-tradgnist-1.jpg) no-repeat;
  background-size: cover;
  display: block;
  background-position: 50% 50%; }

.subpage-servicespot.flerop {
  background: url(../img/spot-flerop-1.jpg) no-repeat;
  background-size: cover;
  display: block;
  background-position: 50% 50%; }

.subpage-servicespot.hoghastighet {
  background: url(../img/spot-hoghastighet-1.jpg) no-repeat;
  background-size: cover;
  display: block;
  background-position: 50% 50%; }

.subpage-servicespot.femaxlig {
  background: url(../img/spot-5axlig-1.jpg) no-repeat;
  background-size: cover;
  display: block;
  background-position: 50% 50%; }

.subpage-servicespot.pressning {
  background: url(../img/bg-news1-1.jpg) no-repeat;
  background-size: cover;
  display: block;
  background-position: 50% 50%; }

/* CASE */
.case-wrapper {
  width: 100%;
  margin-top: 8em;
  text-align: center; }

.content-img {
  width: 100%;
  margin: 1em 0 2em; }

.more-case-wrapper {
  width: 100%;
  margin-top: 2em; }

.more-case-ingress {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 0 1em;
  box-sizing: border-box; }

.case-spot {
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
  float: left;
  border: 0;
  border-width: 0;
  background-size: cover;
  display: block;
  background-position: 50% 50%; }
  .case-spot h2 {
    width: 75%;
    height: 1.5em;
    text-align: center;
    display: block;
    color: white;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.case-spot.one {
  background: url(../img/bg-news1-1.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.case-spot.two {
  background: url(../img/bg-news2-1.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.case-spot:before {
  content: "";
  display: block;
  padding-top: 56%; }

/* NEWS */
.news {
  margin-bottom: 2em; }

.file {
  display: block;
  background: #63B1E5;
  padding: 2em;
  box-sizing: border-box; }
  .file h2, .file p, .file a {
    color: #fff; }

/* PROTOTYPES */
.prototypes-images {
  padding: 0 1em;
  margin-bottom: 2em; }

.prototypes-container {
  padding: 0 1em;
  margin-bottom: 6em; }

/* HISTORY PAGE 
    
    .history-wrapper {
        text-align: center;
        margin-bottom: 2em;
    }

    .timeline-wrapper {
        width:100%;
        display: block;
        background: url(../img/bg-timeline.jpg) repeat-y;
        background-position:0 0;
        margin-bottom: 2em;
        padding:2em 0;
    }

    .timeline-item-wrapper {
        width:100%;
        margin-bottom: 2em;
        .bubble {
            background: url(../img/bg-timeline-item.svg) no-repeat;
            background-position: right 1em center;
            width:30%;
            height:3em;
            float:left; 
        }
        .timeline-item {
            width:70%;
            float:right;
            img {
                display: block;
                width:100%;
                margin:0 0 1em;
            }
            p {
                font-size: 0.875em;
            }
        }
    }
*/
@media only screen and (min-width: 470px) {
  /* STARTPAGE */
  header .logo-menu-wrapper .logo {
    height: 48px;
    float: left;
    margin: 1em 0 1em 0em; }
  .hsContent {
    padding: 5% 5%; } }

@media only screen and (min-width: 667px) {
  /* TOPMENU */
  .overlay .menu-level {
    margin-bottom: 3em;
    width: 33.333%;
    float: left;
    display: table-cell; }
  header .logo-menu-wrapper {
    padding: 0% 2em; }
  /* STARTPAGE */
  .hsContent {
    padding: 18% 5%; }
  .hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    padding: 0%; }
  /* Slide 1 */
  #slide-1 {
    height: 24em; }
  #slide-1 .subpage {
    height: 24em; }
  h1.imageslide {
    font-size: 3em; }
  a.service-spot {
    float: left;
    width: 50%; }
    a.service-spot img {
      width: 25%; }
    a.service-spot .service-spot-text {
      width: 75%; }
  .startpage-info {
    padding: 4em 1em; }
    .startpage-info img {
      float: left;
      width: 40%;
      box-sizing: border-box;
      padding-right: 1.5em; }
    .startpage-info .start-info {
      float: left;
      text-align: left;
      width: 60%;
      margin-top: 1.5em; }
  .news-wrapper .news-container {
    float: left;
    width: 50%; }
  .footer-contact .footer-contact-info {
    width: 80%;
    margin: 0 auto; }
  .address {
    width: 33.333%;
    float: left; }
  .info {
    width: 66.666%;
    float: left;
    box-sizing: border-box;
    padding-left: 1.5em; }
  .share {
    width: 100%;
    margin: 2em auto 0;
    text-align: center; }
  /* SERVICEPAGE OVERVIEW */
  .subpage-servicespot-container .subpage-servicespot {
    width: 50%;
    position: relative;
    float: left;
    border: 0;
    border-width: 0; }
  .subpage-servicespot-container .subpage-servicespot:before {
    content: "";
    display: block;
    padding-top: 70%; }
  #slide-1 .bcg {
    height: 330px;
    background-size: cover; }
  #slide-1 .bcg,
  .bcg {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%; }
  #slide-1-subpage .subpage,
  #slide-1 .subpage {
    background: url(../img/top-img-2.jpg);
    background-position: top center;
    background-size: cover;
    height: 330px;
    overflow: hidden; }
  #slide-1-subpage .top-img-two {
    background: url(../img/top-img-3.jpg);
    background-position: top center;
    background-size: cover;
    height: 330px;
    overflow: hidden; }
  #slide-1-subpage .top-img-two.case-img {
    background: url(../img/top-img-4.jpg);
    background-size: cover; }
  #slide-1-subpage .subpage.service {
    background: url(../img/top-img-1.jpg);
    background-position: top center;
    background-size: cover;
    height: 330px;
    overflow: hidden; }
  /* CONTACTPAGE */
  fieldset ul li {
    width: 47.5%;
    float: left;
    margin-right: 5%; }
    fieldset ul li:nth-of-type(5) {
      width: 100%;
      margin-right: 0; }
    fieldset ul li:nth-of-type(2n+2) {
      margin-right: 0; }
  .contactperson-wrapper .person-container {
    width: 50%;
    float: left; }
  /* TOOL OVERVIEW */
  .tool-container {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 1em; }
    .tool-container:nth-of-type(2n+2) {
      margin-right: 5%; }
    .tool-container:nth-of-type(3n+3) {
      margin-right: 0%; }
  /* TOOL */
  .tool-img-wrapper {
    width: 49%;
    float: left; }
  .tool-info-wrapper {
    width: 49%;
    float: right; }
    .tool-info-wrapper .tool-info-text {
      padding: 0 1em 0 0; }
  /* LEGOTILLVERKNING */
  .lego-spot-wrapper {
    width: 100%;
    margin: 2em 0; }
  .lego-spot {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 2em;
    display: block;
    float: left; }
    .lego-spot img {
      display: block;
      width: 100%;
      margin-bottom: 1em; }
    .lego-spot:nth-of-type(2n+2) {
      margin-right: 0; }
  .spot-text p {
    font-size: 0.875em; }
  /* CASE */
  .case-spot {
    width: 50%;
    float: left; }
  /* HISTORY PAGE 
    
    .timeline-wrapper {
        background: url(../img/bg-timeline.jpg) repeat-y;
        background-position:center top;
    }

    .timeline-item-wrapper {
        width:50%;
        margin-bottom: 2em;
        float:right;
        .bubble {
            background: url(../img/bg-timeline-item.svg) no-repeat;
            background-position: right 1em center;
            width:30%;
            height:3em;
            float:left; 
        }
        .timeline-item {
            width:70%;
            float:right;
        }
        &:nth-of-type(4n-2), &:nth-of-type(4n+4){
            float:left;
            margin-top:3em;
            .bubble {
                background: url(../img/bg-timeline-item-left.svg) no-repeat;
                background-position: left 1em center;
                width:30%;
                height:3em;
                float:right; 
            }
            .timeline-item {
                width:70%;
                float:left;
            }
        }
    }
*/ }

@media only screen and (min-width: 768px) {
  .news-wrapper .news-container:before {
    content: "";
    display: block;
    padding-top: 80%; }
  .no-mobile {
    display: block; }
  /* SERVICEPAGE OVERVIEW */
  .subpage-servicespot-container .subpage-servicespot {
    width: 50%;
    position: relative;
    float: left;
    border: 0;
    border-width: 0; }
  .subpage-servicespot-container .subpage-servicespot:before {
    content: "";
    display: block;
    padding-top: 70%; }
  .secondsection {
    padding-bottom: 0em; }
    .secondsection .subpage-info {
      box-sizing: border-box;
      width: 66%;
      float: left;
      padding-right: 2em; }
    .secondsection .subpage-spot {
      margin-top: -2em;
      width: 34%;
      float: left; }
      .secondsection .subpage-spot .subpage-spot-text {
        padding: 0 1em 0 0; }
  /* CONTACTPAGE */
  #map_canvas {
    height: 350px; }
  /* TOOL OVERVIEW */
  .tool-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    margin-top: 2em; }
  .tool-container {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 2em; } }

@media only screen and (min-width: 970px) {
  /* TOP MENU */
  .overlay .overlay-content {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; }
  .overlay .menu-level {
    width: 25%;
    float: left; }
  .overlay .menu-level a {
    font-size: 1.5em; }
  .mobile-only {
    display: none; }
  .js .logo-menu-wrapper.toggle {
    background-color: #47687c;
    background-color: rgba(55, 91, 113, 0.92); }
  .js .logo-menu-wrapper.togglesearch {
    margin-top: 102px;
    background-color: #47687c;
    background-color: rgba(55, 91, 113, 0.92); }
  /* SUBMENU */
  .submenu {
    display: block;
    width: 23%;
    float: left;
    background-color: #1f3441;
    margin-top: -4.55em;
    margin-right: 2%;
    margin-bottom: 4em; }
    .submenu ul {
      display: block;
      width: 100%; }
      .submenu ul li {
        display: block;
        box-sizing: border-box;
        width: 100%;
        color: #fff;
        font: normal 1em/1.6em "news-gothic-std",sans-serif;
        font-weight: 400;
        padding: 0.5em 1em;
        cursor: pointer;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        background-color: #1f3441; }
        .submenu ul li a {
          color: #fff;
          display: block; }
        .submenu ul li.selected {
          background-color: #63B1E5; }
        .submenu ul li:hover {
          background-color: #63B1E5; }
  .no-head .submenu {
    margin-top: 0; }
  footer#footer .footer-info {
    position: static; }
  /* STARTPAGE */
  .hsContent {
    padding: 12% 5%; }
  #slide-1 {
    height: 25em; }
  .service-spot-wrapper {
    padding: 3em 1em 1em; }
  a.service-spot {
    float: left;
    width: 33.333%; }
    a.service-spot img {
      width: 25%; }
    a.service-spot .service-spot-text {
      width: 75%; }
  .startpage-info {
    padding: 6em 2em; }
    .startpage-info img {
      margin-bottom: 0; }
  .news-wrapper .news-container:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .news-wrapper .news-container .news-content {
    padding: 3em; }
  .address {
    width: 25%;
    float: left;
    padding-right: 1.5em;
    box-sizing: border-box; }
  .info {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 0em; }
  .share {
    float: left;
    width: 25%;
    margin: 0;
    text-align: left;
    padding-left: 1.5em;
    box-sizing: border-box; }
  /* SERVICEPAGE-OVERVIEW */
  #slide-1-subpage, #slide-1 {
    height: 25em; }
    #slide-1-subpage .subpage, #slide-1-subpage .top-img-two, #slide-1 .subpage, #slide-1 .top-img-two {
      height: 25em; }
  /* SERVICEPAGE */
  #slide-1-subpage .subpage.service {
    height: 25em; }
  .secondsection {
    box-sizing: border-box;
    padding: 2em 0em 0em; }
    .secondsection .subpage-info {
      width: 50%;
      float: left; }
      .secondsection .subpage-info a.button {
        margin-top: 2em; }
    .secondsection .subpage-spot {
      margin-top: -2em;
      width: 25%;
      float: left; }
      .secondsection .subpage-spot img {
        width: 100%;
        margin-bottom: 1em; }
      .secondsection .subpage-spot p {
        font-size: 0.875em; }
      .secondsection .subpage-spot a {
        font-weight: bold; }
  .subpage-servicespot-container .subpage-servicespot {
    width: 50%;
    position: relative;
    float: left;
    border: 0;
    border-width: 0; }
  .subpage-servicespot-container .subpage-servicespot:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  /* CONTACTPAGE */
  #map_canvas {
    height: 380px; }
  .contactform-container {
    width: 66.666%;
    float: left;
    padding: 1.5em; }
  .adress {
    width: 33.33333%;
    float: left;
    padding: 1.5em;
    margin-top: -3.5em; }
  .contactperson-wrapper {
    margin-top: 4em; }
    .contactperson-wrapper .person-container {
      width: 33.333%;
      float: left;
      border: 0; }
      .contactperson-wrapper .person-container:nth-of-type(3n+3) {
        width: 33.333%; }
  /* HISTORY PAGE 
        
        .history-wrapper {
            max-width:680px;
            margin-left: auto;
            margin-right: auto;
        }
    */
  /* TOOL OVERVIEW */
  .tool-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 1em 4% 0 1%;
    margin-top: 2em; }
  .subpage-info-wrapper {
    display: block;
    width: 75%;
    float: right; }
    .subpage-info-wrapper .subpage-info {
      width: 70%; }
    .subpage-info-wrapper .subpage-spot {
      width: 30%; }
  .subpage-info-wrapper.margin {
    margin-bottom: 6em; }
  /* TOOL */
  .no-head {
    margin-top: 6em; }
  /* LEGOTILLVERKNING */
  .lego-spot-wrapper {
    width: 100%;
    margin: 3em 0 2em;
    padding: 0 2em 0 1em; }
  .lego-spot {
    width: 31.333%;
    margin-right: 3%; }
    .lego-spot img {
      display: block;
      width: 100%;
      margin-bottom: 1em; }
    .lego-spot:nth-of-type(2n+2) {
      margin-right: 3%; }
    .lego-spot:nth-of-type(3n+3) {
      margin-right: 0%; }
  /* CASE */
  .more-case-wrapper {
    text-align: center;
    margin-top: 6em; }
  .case-spot {
    width: 33.33333%; }
  /* PROTOTYPES */
  .prototypes-images {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 0 2em 0 1em;
    margin-bottom: 2em; }
  .prototypes-container {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 1em 0 2em;
    margin-bottom: 4em; } }

@media only screen and (min-width: 1050px) {
  .animated {
    opacity: 0; }
  .cd-main-content {
    margin-top: 0px;
    display: block;
    z-index: 5;
    position: relative; }
  header.cd-main-header {
    position: fixed; }
    header.cd-main-header .logo-menu-wrapper {
      position: relative;
      top: 0;
      background-color: white;
      background-color: white;
      z-index: 9999;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    header.cd-main-header .js .logo-menu-wrapper {
      background-color: white;
      background-color: rgba(255, 255, 255, 0); }
  .js header .logo-menu-wrapper {
    background-color: white;
    background-color: rgba(255, 255, 255, 0); }
  .js .hsContainer {
    display: table;
    table-layout: fixed;
    width: 90%;
    height: 100%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    padding: 0 5%; }
  .js .hsContent {
    max-width: 90%;
    margin: 0 auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    color: #ebebeb;
    padding: 0 5% 15%;
    text-align: center; }
  .js .articleContent {
    max-width: 90%;
    margin: 0 auto 0 auto;
    display: table-cell;
    color: #ebebeb;
    padding: 10% 5%;
    text-align: center; }
  footer#footer .footer-info {
    position: fixed; }
  /* Slide 1 */
  video#bgvid {
    display: block;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    background: url(../img/bg-top-startpage-spots.jpg) no-repeat;
    background-size: cover; }
  #slide-1 {
    height: auto;
    margin-top: 0px; }
    #slide-1 .bcg {
      margin-top: 0px;
      background: none; }
    #slide-1 .hsContainer {
      height: 100%;
      position: relative;
      top: 8%;
      margin: 0 auto;
      z-index: 2; }
  #slide-1-subpage {
    height: 30em;
    margin-top: 0px;
    position: relative;
    z-index: 1; }
    #slide-1-subpage .subpage, #slide-1-subpage .top-img-two {
      height: 30em; }
  #slide-1-subpage .subpage.service {
    height: 30em; }
  h1.imageslide {
    font-size: 4em; }
  .js .scrollHint {
    position: absolute;
    bottom: 10px;
    left: 49.5%;
    -webkit-animation: scrollHint 1s infinite normal ease-out;
    animation: scrollHint 1s infinite normal ease-out;
    cursor: pointer;
    width: 1.5em;
    display: inline-block;
    opacity: 0.9;
    z-index: 2; }
  @-webkit-keyframes scrollHint {
    0% {
      bottom: 10px; }
    50% {
      bottom: 20px; }
    100% {
      bottom: 10px; } }
  @keyframes scrollHint {
    0% {
      bottom: 10px; }
    50% {
      bottom: 20px; }
    100% {
      bottom: 10px; } }
  /* STARTPAGE */
  .news-wrapper .news-container.one {
    background: url(../img/bg-news1-1.jpg) no-repeat;
    background-size: 120%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center center; }
    .news-wrapper .news-container.one:hover {
      background: url(../img/bg-news1-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  .news-wrapper .news-container.two {
    background: url(../img/bg-news2-1.jpg) no-repeat;
    background-size: 120%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center center; }
    .news-wrapper .news-container.two:hover {
      background: url(../img/bg-news2-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  /* CONTACTPAGE */
  .map-container {
    position: fixed;
    height: 25em;
    width: 100%;
    z-index: -1; }
    .map-container #map_canvas {
      height: 30em; }
  /* CASE */
  .case-spot.one {
    background: url(../img/bg-news1-1.jpg) no-repeat;
    background-size: 120%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center center; }
    .case-spot.one:hover {
      background: url(../img/bg-news1-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  .case-spot.two {
    background: url(../img/bg-news2-1.jpg) no-repeat;
    background-size: 120%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center center; }
    .case-spot.two:hover {
      background: url(../img/bg-news2-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  /* PROTOTYPES */
  .prototypes .center {
    max-width: 900px;
    margin: 0 auto; }
  /* SERVICE OVERVIEW */
  .subpage-servicespot-container .subpage-servicespot.one {
    background: url(../img/bg-news1-1.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .subpage-servicespot-container .subpage-servicespot.one:hover {
      background: url(../img/bg-news1-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  .subpage-servicespot-container .subpage-servicespot.two {
    background: url(../img/bg-news2-1.jpg) no-repeat;
    background-size: 120%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center center; }
    .subpage-servicespot-container .subpage-servicespot.two:hover {
      background: url(../img/bg-news2-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  /* LEGO OVERVIEW */
  .subpage-servicespot.tradgnist {
    background: url(../img/spot-tradgnist-1.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .subpage-servicespot.tradgnist:hover {
      background: url(../img/spot-tradgnist-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  .subpage-servicespot.flerop {
    background: url(../img/spot-flerop-1.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .subpage-servicespot.flerop:hover {
      background: url(../img/spot-flerop-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  .subpage-servicespot.hoghastighet {
    background: url(../img/spot-hoghastighet-1.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .subpage-servicespot.hoghastighet:hover {
      background: url(../img/spot-hoghastighet-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  .subpage-servicespot.femaxlig {
    background: url(../img/spot-5axlig-1.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .subpage-servicespot.femaxlig:hover {
      background: url(../img/spot-5axlig-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; }
  .subpage-servicespot.pressning {
    background: url(../img/bg-news1-1.jpg) no-repeat;
    background-size: 120%;
    background-position: center center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .subpage-servicespot.pressning:hover {
      background: url(../img/bg-news1-2.jpg) no-repeat;
      background-size: 140%;
      background-position: center center; } }

@media only screen and (min-width: 1170px) {
  header.cd-main-header .logo-menu-wrapper .headicon {
    margin: 1.8em 0em 1.8em 1.8em; }
  .submenu {
    width: 22%;
    margin-right: 3%; }
  .secondsection .subpage-info {
    margin-right: 0%;
    width: 65%; }
  .secondsection .subpage-spot {
    width: 35%; }
  .subpage-servicespot-container .subpage-servicespot {
    width: 33.33333%; }
  /* CONTACTPAGE */
  .contactform-container {
    padding: 2.5em; }
  .adress {
    padding: 2.5em; }
  /* TOOL */
  .tool-img-wrapper {
    padding: 0 1em 0 0; } }

@media only screen and (min-width: 1300px) {
  h1 {
    font-family: "news-gothic-std",sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #4d4f53;
    font-size: 3em;
    margin-bottom: 0.5em; }
  h2 {
    font-size: 2em; }
  h3 {
    font-family: "news-gothic-std",sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #4d4f53;
    font-size: 1.5em;
    margin-bottom: 0.5em; }
  h4 {
    font: normal 1em "news-gothic-std",sans-serif;
    font-weight: 700;
    color: #4d4f53;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  /* TOP MENU */
  .overlay .overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    top: 5em;
    width: 100%;
    max-height: 70%;
    text-align: left;
    margin: auto; }
  /* STARTPAGE */
  h1.imageslide {
    font-size: 5em; }
  a.service-spot {
    padding: 2em 1em 3em; }
  .startpage-info-wrapper {
    width: 80%;
    margin: 0 auto; }
  .startpage-info {
    padding: 8em 2em; }
    .startpage-info img {
      width: 50%;
      padding-right: 2em; }
    .startpage-info .start-info {
      width: 50%; }
  .news-wrapper .news-container .news-content {
    padding: 10%; }
    .news-wrapper .news-container .news-content h2 {
      font-size: 2em; }
  /* PROTOTYPES */
  .prototypes .center {
    max-width: 1100px;
    margin: 0 auto; }
  /* TOOL OVERVIEW */
  .tool-container {
    width: 21.25%;
    float: left;
    margin-right: 5%;
    margin-bottom: 2em; }
    .tool-container:nth-of-type(2n+2) {
      margin-right: 5%; }
    .tool-container:nth-of-type(3n+3) {
      margin-right: 5%; }
    .tool-container:nth-of-type(4n+4) {
      margin-right: 0%; }
  /* HISTORY PAGE 
    
    .timeline-wrapper {
        background: url(../img/bg-timeline.jpg) repeat-y;
        background-position:center top;
    }

    .timeline-item-wrapper {
        width:50%;
        margin-bottom: 2em;
        float:right;
        .bubble {
            background: url(../img/bg-timeline-item.svg) no-repeat;
            background-position: right 2em center;
            width:35%;
            height:3em;
            float:left; 
        }
        .timeline-item {
            width:65%;
            float:right;
        }
        &:nth-of-type(4n-2){
            float:left;
            margin-top:4em;
            .bubble {
                background: url(../img/bg-timeline-item-left.svg) no-repeat;
                background-position: left 2em center;
                width:35%;
                height:3em;
                float:right; 
            }
            .timeline-item {
                width:65%;
                float:left;
            }
        }
        &:nth-of-type(4n-1){
            float:right;
            margin-top:4em;
            .bubble {
                background: url(../img/bg-timeline-item.svg) no-repeat;
                background-position: right 2em center;
                width:25%;
                height:3em;
                float:left; 
            }
            .timeline-item {
                float:left;
            }
        }
        &:nth-of-type(4n+4){
            float:left;
            margin-top:4em;
            .bubble {
                background: url(../img/bg-timeline-item-left.svg) no-repeat;
                background-position: left 2em center;
                width:25%;
                height:3em;
                float:right; 
            }
            .timeline-item {
                width:65%;
                float:right;
            }
        }
        &:nth-of-type(4n-3){
            float:right;
            margin-top:4em;
            .bubble {
                background: url(../img/bg-timeline-item.svg) no-repeat;
                background-position: right 2em center;
                width:35%;
                height:3em;
                float:left; 
            }
            .timeline-item {
                float:right;
            }
        }
        &:nth-of-type(1) {
            margin-top: 0;
        }
    }
    */ }

@media only screen and (min-width: 1540px) {
  /* HEADER */
  header.cd-main-header {
    padding: 0; }
    header.cd-main-header .logo-menu-wrapper {
      display: block;
      margin: 0 auto;
      padding: 0 3em;
      left: 0;
      /* för att centrera logo/meny */
      right: 0;
      /* för att centrera logo/meny */ }
      header.cd-main-header .logo-menu-wrapper .logo-menu-container {
        display: block;
        max-width: 1600px;
        margin: 0 auto; }
      header.cd-main-header .logo-menu-wrapper .logo {
        margin: 1em 0 1em 0em; }
      header.cd-main-header .logo-menu-wrapper .headicon {
        float: right;
        width: 1.7em;
        margin: 1.8em 0em 1.8em 1.8em; }
  /* STARTPAGE */
  #slide-1-subpage {
    height: 35em;
    margin-top: 0px; }
    #slide-1-subpage .subpage, #slide-1-subpage .top-img-two {
      height: 35em; }
    #slide-1-subpage #map_canvas {
      height: 35em; }
  #slide-1-subpage .subpage.service {
    height: 35em; }
  #slide-1 .bcg, .bcg {
    min-height: 45em; }
  .hsContainer {
    max-width: 1400px;
    margin: 0 auto; }
  .service-spot-wrapper {
    display: block;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 5em 1em 3em; }
  .startpage-info {
    padding: 8em 0em; }
    .startpage-info .start-info {
      margin-top: 9em; }
  .startpage-info-wrapper {
    display: block;
    width: 80%;
    max-width: 1300px;
    margin: 0 auto; }
  .news-wrapper .news-container .news-content {
    padding: 15%; }
    .news-wrapper .news-container .news-content h2 {
      font-size: 2em; }
  .footer-contact {
    padding: 6em 0; }
  footer#footer .footer-wrapper {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto; }
  /* SUBMENU */
  .submenu {
    display: block;
    width: 20%;
    margin-right: 2%; }
    .submenu ul li {
      font: normal 1.2em/1.6em "news-gothic-std",sans-serif; }
  .subpage-info-wrapper {
    display: block;
    width: 77%;
    float: right; }
  /* TOOL OVERVIEW */
  .secondsection .subpage-info {
    margin-right: 0%;
    width: 65%;
    padding-right: 5%;
    margin-top: 3%; }
  .secondsection .subpage-spot {
    width: 35%; }
  /* CASE */
  .case-spot {
    width: 25%; }
  /* PROTOTYPES */
  .prototypes {
    margin: 0 auto;
    display: block;
    padding: 2em 3em;
    left: 0;
    right: 0; }
    .prototypes .center {
      max-width: 1200px;
      margin: 0 auto; }
  .prototypes-images {
    width: 49%;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 1em;
    margin-bottom: 6em; }
  .prototypes-container {
    width: 49%;
    float: left;
    box-sizing: border-box;
    padding: 0 1em 0 0;
    margin-bottom: 6em; }
  /* SERVICEPAGE OVERVIEW */
  /* HISTORYPAGE 

    .timeline-item-wrapper {

        .bubble {
            width:42%;
            height:3em;
            float:left; 
        }
        .timeline-item {
            width:58%;
            float:right;
        }
        &:nth-of-type(4n-2){

            .bubble {
                width:42%;
                height:3em;
                float:right; 
            }
            .timeline-item {
                width:58%;
                float:left;
            }
        }
        &:nth-of-type(4n-1){

            .bubble {
                width:25%;
                height:3em;
                float:left; 
            }
            .timeline-item {
                float:left;
            }
        }
        &:nth-of-type(4n+4){

            .bubble {
                width:25%;
                height:3em;
                float:right; 
            }
            .timeline-item {
                width:55%;
                float:right;
            }
        }
        &:nth-of-type(4n-3){

            .bubble {
                width:42%;
                height:3em;
                float:left; 
            }
            .timeline-item {
                float:right;
            }
        }
        &:nth-of-type(1) {
            margin-top: 0;
        }
    }
    */ }

@media only screen and (min-width: 1900px) {
  /* STARTPAGE */
  #slide-1-subpage {
    height: 40em;
    margin-top: 0px; }
    #slide-1-subpage .subpage, #slide-1-subpage .top-img-two {
      height: 40em; }
    #slide-1-subpage #map_canvas {
      height: 40em; }
  #slide-1-subpage .subpage.service {
    height: 40em; }
  .news-wrapper .news-container .news-content {
    padding: 20%; }
    .news-wrapper .news-container .news-content h2 {
      font-size: 2em; }
  /* SERVICEPAGE OVERVIEW */
  .subpage-servicespot-container .subpage-servicespot {
    width: 25%; }
  /* CONTACTPAGE */
  .contactform-container {
    padding: 5em; }
  .contactperson-wrapper {
    margin-top: 4em; }
    .contactperson-wrapper .middle {
      width: 320px; }
    .contactperson-wrapper .person-container {
      width: 25%;
      float: left;
      border: 0; }
      .contactperson-wrapper .person-container:nth-of-type(3n+3) {
        width: 25%; }
  /* TOOL OVERVIEW */
  .tool-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 1em 7% 0 1%;
    margin-top: 2em; }
  .tool-container {
    width: 16%;
    float: left;
    margin-right: 5%;
    margin-bottom: 3em; }
    .tool-container:nth-of-type(2n+2) {
      margin-right: 5%; }
    .tool-container:nth-of-type(3n+3) {
      margin-right: 5%; }
    .tool-container:nth-of-type(4n+4) {
      margin-right: 5%; }
    .tool-container:nth-of-type(5n+5) {
      margin-right: 0%; } }
